Properties
Functions
Link copied to clipboard
Deletes data from the table based on the given condition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Checks if the table contains data that matches the given query.
Link copied to clipboard
Insert data into the table.
Link copied to clipboard
Link copied to clipboard
fun selectAsync(builder: QueryBuilder.() -> Unit, onComplete: (List<Map<String, Any?>>) -> Unit, onError: (Throwable) -> Unit = { it.printStackTrace() })
Performs an asynchronous SELECT query on this table.
Link copied to clipboard
Updates data in the table.
Link copied to clipboard