Abstract User Cursor
column type
table type
row type
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 the count of results
count, -1 if not able to determine
Get the primary key value
value
Returns the value of the requested column as an int.
int value
Get the row at the current cursor position
row
Get a row using the column types and values
column types
values
Get the SQL selection arguments (if available)
selection arguments
Get the SQL statement (if available)
SQL statement
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 for the column
column
Get the value for the column name
Get the value for the column index
column index
Gets the value at the index provided
Iterable for iterating over result ids in place of rows
iterable ids
Move the cursor to the next row.
true if another row
Rest
Optional
Was the last value retrieved null
true if was null
Generated using TypeDoc
Abstract User Cursor