Uses of Class
org.mariadb.jdbc.MariaDbConnection
Packages that use MariaDbConnection
Package
Description
-
Uses of MariaDbConnection in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as MariaDbConnectionModifier and TypeFieldDescriptionprivate final MariaDbConnection
CallableParameterMetaData.con
private final MariaDbConnection
MariaDbDatabaseMetaData.connection
private final MariaDbConnection
MariaDbPooledConnection.connection
protected MariaDbConnection
MariaDbStatement.connection
the Connection object.private final MariaDbConnection
MariaXaResource.connection
Methods in org.mariadb.jdbc that return MariaDbConnectionModifier and TypeMethodDescriptionMariaDbPooledConnection.getConnection()
Creates and returns aConnection
object that is a handle for the physical connection that thisPooledConnection
object represents.MariaDbStatement.getConnection()
Gets the connection that created this statement.static MariaDbConnection
MariaDbConnection.newConnection
(UrlParser urlParser, GlobalStateInfo globalInfo) Create new connection Object.Methods in org.mariadb.jdbc with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionBasePrepareStatement.clone
(MariaDbConnection connection) Clone cached object.CallableFunctionStatement.clone
(MariaDbConnection connection) Clone data.CallableProcedureStatement.clone
(MariaDbConnection connection) Clone data.ClientSidePreparedStatement.clone
(MariaDbConnection connection) Clone statement.MariaDbFunctionStatement.clone
(MariaDbConnection connection) Clone statement.MariaDbProcedureStatement.clone
(MariaDbConnection connection) Clone statement.MariaDbStatement.clone
(MariaDbConnection connection) Clone statement.ServerSidePreparedStatement.clone
(MariaDbConnection connection) Clone statement.private static ResultSet
MariaDbDatabaseMetaData.getImportedKeys
(String tableDef, String tableName, String catalog, MariaDbConnection connection) Get imported keys.Constructors in org.mariadb.jdbc with parameters of type MariaDbConnectionModifierConstructorDescriptionBasePrepareStatement
(MariaDbConnection connection, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys) Constructor.CallableFunctionStatement
(MariaDbConnection connection, String sql, int resultSetType, int resultSetConcurrency) Constructor for getter/setter of callableStatement.CallableParameterMetaData
(MariaDbConnection con, String database, String name, boolean isFunction) Retrieve Callable metaData.CallableProcedureStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency) Constructor for getter/setter of callableStatement.ClientSidePreparedStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys) Constructor.MariaDbFunctionStatement
(MariaDbConnection connection, String databaseName, String procedureName, String arguments, int resultSetType, int resultSetConcurrency) Specific implementation of CallableStatement to handle function call, represent by call like {?= call procedure-name[(arg1,arg2, ...)]}.MariaDbPooledConnection
(MariaDbConnection connection) Constructor.MariaDbProcedureStatement
(String query, MariaDbConnection connection, String procedureName, String database, int resultSetType, int resultSetConcurrency) Specific implementation of CallableStatement to handle function call, represent by call like {?= call procedure-name[(arg1,arg2, ...)]}.MariaDbStatement
(MariaDbConnection connection, int resultSetScrollType, int resultSetConcurrency) Creates a new Statement.MariaXaConnection
(MariaDbConnection connection) MariaXaResource
(MariaDbConnection connection) ServerSidePreparedStatement
(MariaDbConnection connection, String sql, int resultSetScrollType, int resultSetConcurrency, int autoGeneratedKeys) Constructor for creating Server prepared statement. -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.com.read.resultset
Fields in org.mariadb.jdbc.internal.com.read.resultset declared as MariaDbConnection -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.failover
Methods in org.mariadb.jdbc.internal.failover with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionvoid
AbstractMastersListener.prolog
(long maxRows, MariaDbConnection connection, MariaDbStatement statement) void
Listener.prolog
(long maxRows, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.failover.impl
Methods in org.mariadb.jdbc.internal.failover.impl with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionvoid
MastersSlavesListener.prolog
(long maxRows, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionvoid
AbstractQueryProtocol.prolog
(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) Preparation before command.void
Protocol.prolog
(long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) void
AbstractQueryProtocol.prologProxy
(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) void
Protocol.prologProxy
(ServerPrepareResult serverPrepareResult, long maxRows, boolean hasProxy, MariaDbConnection connection, MariaDbStatement statement) -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.util.dao
Methods in org.mariadb.jdbc.internal.util.dao with parameters of type MariaDbConnection -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.util.exceptions
Methods in org.mariadb.jdbc.internal.util.exceptions with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionstatic void
ExceptionMapper.checkConnectionException
(SQLException exception, MariaDbConnection connection) Check connection exception to report to poolConnection listeners.static SQLException
ExceptionMapper.getException
(SQLException exception, MariaDbConnection connection, MariaDbStatement statement, boolean timeout) Helper to decorate exception with associate subclass ofSQLException
exception.static void
ExceptionMapper.throwException
(SQLException exception, MariaDbConnection connection, MariaDbStatement statement) Helper to throw exception. -
Uses of MariaDbConnection in org.mariadb.jdbc.internal.util.pool
Methods in org.mariadb.jdbc.internal.util.pool that return MariaDbConnectionModifier and TypeMethodDescriptionPool.getConnection()
Retrieve new connection.Pool.getConnection
(String username, String password) Get new connection from pool if user and password correspond to pool.Methods in org.mariadb.jdbc.internal.util.pool with parameters of type MariaDbConnectionModifier and TypeMethodDescriptionprivate MariaDbPooledConnection
Pool.createPoolConnection
(MariaDbConnection connection) private void
Pool.initializePoolGlobalState
(MariaDbConnection connection)