Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class SQLite(url: String, options: ConnectionPool.Options = ConnectionPool.Options(), val encoders: ValueEncoderRegistry = ValueEncoderRegistry()) : ISQLite

SQLite class provides mechanisms to interact with a SQLite database on the JVM platform. It implements Driver, Driver.Pool, and Driver.Transactional interfaces, offering functionalities such as connection pooling, executing queries, fetching data, and handling transactions.

class SQLite(url: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options = ConnectionPool.Options(), val encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry = ValueEncoderRegistry()) : ISQLite

A database driver for SQLite, implemented with connection pooling and transactional support. This class provides mechanisms to execute SQL queries, manage database connections, and handle transactions in a coroutine-based environment.

Properties

Link copied to clipboard
val fn: ERROR CLASS: Unresolved name: staticCFunction

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kSqliteResult>??.rowsAffectedOrError(): Long
Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kSqliteResult>??.rtOrError(): ERROR CLASS: Symbol not found for CPointer<out ERROR CLASS: Symbol not found for CPointed>
Link copied to clipboard
expect fun sqlite(url: String, options: ConnectionPool.Options = ConnectionPool.Options(), encoders: ValueEncoderRegistry = ValueEncoderRegistry()): ISQLite
actual fun sqlite(url: String, options: ConnectionPool.Options, encoders: ValueEncoderRegistry): ISQLite
actual fun sqlite(url: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options, encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry): ISQLite
Link copied to clipboard
inline suspend fun sqlx(crossinline operation: (@R|kotlin/ParameterName|(name = String(continuationPtr)) ERROR CLASS: Symbol not found for CPointer<out ERROR CLASS: Symbol not found for CPointed>) -> Unit): ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kSqliteResult>??
Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kSqliteResult>??.throwIfError()
fun ERROR CLASS: Symbol not found for Sqlx4kSqliteResult.throwIfError()
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Sqlx4kSqliteResult.toResultSet(): ERROR CLASS: Symbol not found for ResultSet
Link copied to clipboard
inline fun <T> ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kSqliteResult>??.use(block: (ERROR CLASS: Symbol not found for Sqlx4kSqliteResult) -> T): T