Abstract
Abstract User Result Set. The column index of the GeoPackage core is 0 indexed based and ResultSets are 1 indexed based.
column type
table type
row type
Protected
Constructor
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
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
result set
Get the row
row
Get the row with provided column types and values
a user row
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
Abstract User Result Set. The column index of the GeoPackage core is 0 indexed based and ResultSets are 1 indexed based.