Uses of Class
org.mariadb.jdbc.Connection
-
Packages that use Connection Package Description org.mariadb.jdbc org.mariadb.jdbc.pool org.mariadb.jdbc.util.exceptions -
-
Uses of Connection in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as Connection Modifier and Type Field Description protected ConnectionStatement. conMethods in org.mariadb.jdbc that return Connection Modifier and Type Method Description ConnectionDriver. connect(String url, Properties props)Connect to the given connection string.static ConnectionDriver. connect(Configuration configuration)ConnectionDatabaseMetaData. getConnection()ConnectionMariaDbPoolConnection. getConnection()ConnectionStatement. getConnection()Retrieves theConnectionobject that produced thisStatementobject.Constructors in org.mariadb.jdbc with parameters of type Connection Constructor Description BaseCallableStatement(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
Constructors in org.mariadb.jdbc.pool with parameters of type Connection Constructor Description InternalPoolConnection(Connection connection)Constructor. -
Uses of Connection in org.mariadb.jdbc.util.exceptions
Methods in org.mariadb.jdbc.util.exceptions with parameters of type Connection Modifier and Type Method Description ExceptionFactoryExceptionFactory. setConnection(Connection connection)Constructors in org.mariadb.jdbc.util.exceptions with parameters of type Connection Constructor Description SqlExceptionFactory(Connection connection, MariaDbPoolConnection poolConnection, Configuration conf, HostAddress hostAddress, long threadId, Statement statement, String sql)
-