Package-level declarations

Types

Link copied to clipboard
class MySQLCursor(stmt: <Error class: unknown class><<Error class: unknown class>>)

MySQL cursor used to iterate over rows in the result and extract fields as typed variables.

Link copied to clipboard
class MySQLNativeDriver(val conn: <Error class: unknown class><<Error class: unknown class>>)
Link copied to clipboard
class MySQLPreparedStatement(statement: <Error class: unknown class><<Error class: unknown class>>, parameters: Int)

Represents a SQL statement that has been prepared by a driver to be executed.

Functions

Link copied to clipboard
fun MySQLNativeDriver(host: String, database: String, user: String, password: String, port: Int = 3306): MySQLNativeDriver

Constructor for a MySQLNativeDriver