The methods invoked on $HMLSQLUtil$ return information about the
results of the most recent SQLQuery action.
Method summary for $HMLSessionUtil()$ summarizes these methods:
Table 1. Method summary for $HMLSessionUtil()$
METHOD SUMMARY: $HMLSessionUtil$ |
int |
getColumnSize()
- Returns the number of columns of data.
|
String |
getDataByIndex()
- Returns the entry located at the specified row index and column
index.
|
String |
getDataByName()
- Returns the entry located at the specified row index and column
name (field name).
|
int |
getRowSize()
- Returns the number of rows of data.
|