Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class MySQL(url: String, username: String, password: String, options: ConnectionPool.Options = ConnectionPool.Options(), val encoders: ValueEncoderRegistry = ValueEncoderRegistry()) : IMySQL

The MySQL class provides a driver implementation for interacting with a MySQL database. It supports connection pooling, transactional operations, and executing SQL queries.

class MySQL(url: String, username: String, password: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options = ConnectionPool.Options(), val encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry = ValueEncoderRegistry()) : IMySQL

The MySQL class provides a driver implementation for interacting with a MySQL database. It supports connection pooling, transactional operations, and executing SQL queries.

Properties

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

Functions

Link copied to clipboard
expect fun mySQL(url: String, username: String, password: String, options: ConnectionPool.Options = ConnectionPool.Options(), encoders: ValueEncoderRegistry = ValueEncoderRegistry()): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: ConnectionPool.Options, encoders: ValueEncoderRegistry): IMySQL
actual fun mySQL(url: String, username: String, password: String, options: ERROR CLASS: Symbol not found for ConnectionPool.Options, encoders: ERROR CLASS: Symbol not found for ValueEncoderRegistry): IMySQL
Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kMysqlResult>??.rowsAffectedOrError(): Long
Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kMysqlResult>??.rtOrError(): ERROR CLASS: Symbol not found for CPointer<out ERROR CLASS: Symbol not found for CPointed>
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 Sqlx4kMysqlResult>??
Link copied to clipboard
fun ERROR CLASS: Symbol not found for CPointer<ERROR CLASS: Symbol not found for Sqlx4kMysqlResult>??.throwIfError()
fun ERROR CLASS: Symbol not found for Sqlx4kMysqlResult.throwIfError()
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Sqlx4kMysqlResult.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 Sqlx4kMysqlResult>??.use(block: (ERROR CLASS: Symbol not found for Sqlx4kMysqlResult) -> T): T