Sql Driver
Types
Functions
Link copied to clipboard
abstract fun addListener(listener: Query.Listener, queryKeys: Array<String>)
Content copied to clipboard
Link copied to clipboard
The currently open Transacter.Transaction on the database.
Link copied to clipboard
abstract fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit? = null): SqlCursor
Content copied to clipboard
Execute a SQL statement and return a SqlCursor that iterates the result set.
Link copied to clipboard
Start a new Transacter.Transaction on the database.
Link copied to clipboard
Link copied to clipboard
abstract fun removeListener(listener: Query.Listener, queryKeys: Array<String>)
Content copied to clipboard