Uses of Class
org.mariadb.jdbc.Connection
Packages that use Connection
-
Uses of Connection in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as ConnectionModifier and TypeFieldDescriptionprotected final Connection
Statement.con
private final Connection
DatabaseMetaData.connection
private final Connection
MariaDbPoolConnection.connection
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) DatabaseMetaData.getConnection()
MariaDbPoolConnection.getConnection()
Statement.getConnection()
Retrieves theConnection
object that produced thisStatement
object.Methods in org.mariadb.jdbc with parameters of type ConnectionModifier and TypeMethodDescriptionprivate ResultSet
DatabaseMetaData.getImportedKeys
(String tableDef, String tableName, String catalog, Connection connection) Get imported keys.Constructors in org.mariadb.jdbc with parameters of type ConnectionModifierConstructorDescriptionBaseCallableStatement
(String sql, Connection con, ReentrantLock lock, String databaseName, String procedureName, boolean canUseServerTimeout, boolean canUseServerMaxRows, int resultSetType, int resultSetConcurrency, int defaultFetchSize) BasePreparedStatement
(String sql, Connection con, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) ClientPreparedStatement
(String sql, Connection con, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) DatabaseMetaData
(Connection connection, Configuration conf) Constructor.FunctionStatement
(Connection con, String databaseName, String procedureName, String arguments, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int resultSetType, int resultSetConcurrency) MariaDbPoolConnection
(Connection connection) Constructor.ProcedureStatement
(Connection con, String sql, String databaseName, String procedureName, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int resultSetType, int resultSetConcurrency) ServerPreparedStatement
(String sql, Connection con, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Statement
(Connection con, ReentrantLock lock, boolean canUseServerTimeout, boolean canUseServerMaxRows, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) -
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.exceptions
Fields in org.mariadb.jdbc.util.exceptions declared as ConnectionMethods in org.mariadb.jdbc.util.exceptions 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) Constructors in org.mariadb.jdbc.util.exceptions 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)