Package-level declarations

Types

Link copied to clipboard
data class DatabaseConfiguration(    val borrowWaitTimeoutMillis: Long = -1L,     val busyTimeoutMillis: Int = 0,     val evictionDelayMillis: Long,     val maxConnectionPoolSize: Int,     val maxSqlCacheSize: Int,     val name: String = "main",     val secureDelete: SQLiteSecureDelete = SQLiteSecureDelete.FAST,     val timeBetweenEvictionRunsMillis: Long,     val trace: SQLiteTraceEventMode? = null)
Link copied to clipboard
Link copied to clipboard
interface ISQLQuery
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

When secure_delete is on, SQLite overwrites deleted content with zeros.

Link copied to clipboard
@NotThreadSafe
class SQLiteTraceEventMode
Link copied to clipboard
Link copied to clipboard
value class ZeroBlob(val size: Int)