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.
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
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
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()
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Sqlx4kMysqlResult.toResultSet(): ERROR CLASS: Symbol not found for ResultSet