| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.protocol | |
| org.mariadb.jdbc.internal.util.exceptions |
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
MariaDbStatement.exceptionFactory |
| Constructor and Description |
|---|
BasePrepareStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
CallableFunctionStatement(MariaDbConnection connection,
String sql,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
CallableProcedureStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
ClientSidePreparedStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
MariaDbFunctionStatement(MariaDbConnection connection,
String databaseName,
String procedureName,
String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbProcedureStatement(String query,
MariaDbConnection connection,
String procedureName,
String database,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?
|
MariaDbStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Creates a new Statement.
|
ServerSidePreparedStatement(MariaDbConnection connection,
String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor for creating Server prepared statement.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExceptionFactory |
AbstractConnectProtocol.exceptionFactory |
| Modifier and Type | Field and Description |
|---|---|
static ExceptionFactory |
ExceptionFactory.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionFactory |
ExceptionFactory.of(long threadId,
Options options) |
ExceptionFactory |
ExceptionFactory.raiseStatementError(MariaDbConnection connection,
Statement stmt) |
Copyright © 2020 mariadb.com. All rights reserved.