Package-level declarations
Types
Link copied to clipboard
Builds a row of column-value pairs for SQL INSERT or UPDATE operations.
Link copied to clipboard
class TransactionScopeImpl(database: ReadWriteDatabase, val depth: Int = 0, val savepointName: String = "") : TransactionScope
Functions
Link copied to clipboard
Link copied to clipboard
Starts a DELETE builder for table.
Link copied to clipboard
Returns a fluent InsertBuilder for table.
Link copied to clipboard
suspend fun <E : Table> Database.querySingle(table: E, where: () -> ConditionalExpression): QueryBuilder.ResultSet?
Link copied to clipboard
Starts an UPDATE against table.
Link copied to clipboard
Starts a new upsert against table.