public/connection/connection library

Classes

CharacterSet
ConnectionSettings
ConnectionSettings contains information to connect to MySQL database.
MySqlConnection
A connection to MySql or MariaDb database.
Prepared
Prepared defines interface for a prepared SQL statement.
Querier
Querier defines the interface to execute normal and prepared SQL statements.
RollbackError
Error that shall be throw in MySqlConnection.transaction to request a rollback
Transaction