Uses of Class
org.mariadb.jdbc.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ConnectionModifier and TypeFieldDescriptionprotected final Connection
Statement.con
connectionprivate final Connection
DatabaseMetaData.connection
private final Connection
MariaDbPoolConnection.connection
Fields in org.mariadb.jdbc with type parameters of type ConnectionModifier and TypeFieldDescriptionprivate static final Map
<Xid, Connection> MariaDbPoolPinnedConnection.xidToConnection
Methods in org.mariadb.jdbc that return ConnectionModifier and TypeMethodDescriptionDriver.connect
(String url, Properties props) Connect to the given connection string.static Connection
Driver.connect
(Configuration configuration) Connect according to configurationDatabaseMetaData.getConnection()
MariaDbPoolConnection.getConnection()
Statement.getConnection()
Retrieves theConnection
object that produced thisStatement
object.Methods in org.mariadb.jdbc with parameters of type ConnectionModifier and TypeMethodDescriptionDatabaseMetaData.getExtImportedKeys
(String tableName, Connection connection) Constructors in org.mariadb.jdbc with parameters of type ConnectionModifierConstructorDescriptionBaseCallableStatement
(String sql, Connection con, ClosableLock lock, String databaseName, String procedureName, boolean canUseServerTimeout, boolean canUseServerMaxRows, boolean canCachePrepStmts, int resultSetType, int resultSetConcurrency, int defaultFetchSize) ConstructorBasePreparedStatement
(String sql, Connection con, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, boolean canCachePrepStmts, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) ConstructorClientPreparedStatement
(String sql, Connection con, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Client prepare statement constructorDatabaseMetaData
(Connection connection, Configuration conf) Constructor.FunctionStatement
(Connection con, String databaseName, String procedureName, String arguments, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, boolean canCachePrepStmts, int resultSetType, int resultSetConcurrency) Constructor of function callable statementMariaDbPoolConnection
(Connection connection) Constructor.MariaDbPoolPinnedConnection
(Connection connection) Constructor.ProcedureStatement
(Connection con, String sql, String databaseName, String procedureName, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, boolean canCachePrepStmts, int resultSetType, int resultSetConcurrency) ConstructorServerPreparedStatement
(String sql, Connection con, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, boolean canCachePrepStmts, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Server prepare statement constructorStatement
(Connection con, ClosableLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Constructor -
Uses of Connection in org.mariadb.jdbc.export
Fields in org.mariadb.jdbc.export declared as ConnectionMethods in org.mariadb.jdbc.export with parameters of type ConnectionModifier and TypeMethodDescriptionprivate static String
ExceptionFactory.buildMsgText
(String initialMessage, long threadId, Configuration conf, String sql, int errorCode, Connection connection) ExceptionFactory.setConnection
(Connection connection) Set connection to factoryConstructors in org.mariadb.jdbc.export with parameters of type ConnectionModifierConstructorDescriptionprivate
ExceptionFactory
(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement) SqlExceptionFactory
(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql) Constructor of Exception factory with SQL -
Uses of Connection in org.mariadb.jdbc.pool
Methods in org.mariadb.jdbc.pool with parameters of type ConnectionModifier and TypeMethodDescriptionprivate void
Pool.silentAbortConnection
(Connection con) private void
Pool.silentCloseConnection
(Connection con) Constructors in org.mariadb.jdbc.pool with parameters of type Connection -
Uses of Connection in org.mariadb.jdbc.util.timeout
Fields in org.mariadb.jdbc.util.timeout declared as ConnectionConstructors in org.mariadb.jdbc.util.timeout with parameters of type Connection