| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal |
| Modifier and Type | Field and Description |
|---|---|
protected MySQLConnection |
MySQLStatement.connection
the Connection object.
|
| Modifier and Type | Method and Description |
|---|---|
static MySQLConnection |
MySQLConnection.newConnection(MySQLProtocol protocol) |
| Constructor and Description |
|---|
MySQLCallableStatement(MySQLConnection connection,
String query) |
MySQLPooledConnection(MySQLConnection connection) |
MySQLPreparedStatement(MySQLConnection connection,
String sql) |
MySQLServerSidePreparedStatement(MySQLConnection connection,
String sql) |
MySQLStatement(MySQLConnection connection)
Creates a new Statement.
|
MySQLXAConnection(MySQLConnection connection) |
MySQLXAResource(MySQLConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SQLExceptionMapper.throwException(QueryException e,
MySQLConnection connection,
Statement statement) |
Copyright © 2014. All rights reserved.