$HMLSQLUtil$

The methods invoked on $HMLSQLUtil$ return information about the results of the most recent SQLQuery action. Table 1 summarizes these methods:
Table 1. Method summary for $HMLSQLUtil$
METHOD SUMMARY: $HMLSQLUtil$
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.