Result Set result implementation.
Constructor
result set
Protected
Result Set
Returns the value of the requested column as a byte array.
bytes value
column name
Get the number of columns
column count
Get the name of the columns
column names
Returns the value of the requested column as an int.
int value
Get the Result Set
Returns the value of the requested column as a String.
string value
Get the value
Optional
Gets the value at the index provided
Move the cursor to the next row.
true if another row
Was the last value retrieved null
true if was null
Generated using TypeDoc
Result Set result implementation.