mysql_client library

Classes

EmptyResultSet
Represents empty result set
IResultSet
Base class to represent result of calling MySQLConnection.execute and PreparedStmt.execute
IterablePreparedStmtResultSet
Represents result of PreparedStmt.execute method when using iterable = true
IterableResultSet
Represents result of MySQLConnection.execute method when passing iterable = true
MySQLConnection
Main class to interact with MySQL database
MySQLConnectionPool
Class to create and manage pool of database connections
PreparedStmt
Prepared statement class
PreparedStmtResultSet
Represents result of PreparedStmt.execute method
ResultSet
Represents result of MySQLConnection.execute method
ResultSetColumn
Represents column definition
ResultSetRow
Represents result set row data