Package | Description |
---|---|
org.mariadb.jdbc | |
org.mariadb.jdbc.internal.protocol | |
org.mariadb.jdbc.internal.util.exceptions |
Modifier and Type | Field and Description |
---|---|
private ExceptionFactory |
MariaDbConnection.exceptionFactory |
protected ExceptionFactory |
MariaDbStatement.exceptionFactory |
Modifier and Type | Method and Description |
---|---|
private java.sql.CallableStatement |
MariaDbConnection.createNewCallableStatement(java.lang.String query,
java.lang.String procedureName,
boolean isFunction,
java.lang.String databaseAndProcedure,
java.lang.String database,
java.lang.String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory) |
Constructor and Description |
---|
BasePrepareStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
CallableFunctionStatement(MariaDbConnection connection,
java.lang.String sql,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
CallableProcedureStatement(MariaDbConnection connection,
java.lang.String sql,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Constructor for getter/setter of callableStatement.
|
ClientSidePreparedStatement(MariaDbConnection connection,
java.lang.String sql,
int resultSetScrollType,
int resultSetConcurrency,
int autoGeneratedKeys,
ExceptionFactory exceptionFactory)
Constructor.
|
MariaDbFunctionStatement(MariaDbConnection connection,
java.lang.String databaseName,
java.lang.String procedureName,
java.lang.String arguments,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?= call procedure-name[(arg1,arg2, ...)]}.
|
MariaDbProcedureStatement(java.lang.String query,
MariaDbConnection connection,
java.lang.String procedureName,
java.lang.String database,
int resultSetType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Specific implementation of CallableStatement to handle function call, represent by call like
{?= call procedure-name[(arg1,arg2, ...)]}.
|
MariaDbStatement(MariaDbConnection connection,
int resultSetScrollType,
int resultSetConcurrency,
ExceptionFactory exceptionFactory)
Creates a new Statement.
|
ServerSidePreparedStatement(MariaDbConnection connection,
java.lang.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,
java.sql.Statement stmt) |