Tile Result Set to wrap a database ResultSet for tile queries
Constructor
tile table
columns
result set
SQL statement
selection arguments
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
Get the columns
Get a count of the records in this result set
count
Get the id
the id
Returns the value of the requested column as an int.
int value
Get the Result Set
Get the row
row
Get row with column types and values
Get the sql arguments
args
Get the sql
sql
Returns the value of the requested column as a String.
string value
Get the table
table
Get the table name
table name
Get the value
Optional
Gets the value for a given column
Get the value for a given column name
Gets the value for a given index
Gets the value at the index provided
Get an iterator for id values
Move the cursor to the next row.
true if another row
Was the last value retrieved null
true if was null
Generated using TypeDoc
Tile Result Set to wrap a database ResultSet for tile queries