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 ConnectionMethods in org.mariadb.jdbc that return ConnectionModifier and TypeMethodDescriptionDriver.connect(String url, Properties props) Connect to the given connection string.static ConnectionDriver.connect(Configuration configuration) Connect according to configurationDatabaseMetaData.getConnection()MariaDbPoolConnection.getConnection()Statement.getConnection()Retrieves theConnectionobject that produced thisStatementobject.Constructors in org.mariadb.jdbc with parameters of type ConnectionModifierConstructorDescriptionprotectedBaseCallableStatement(String sql, Connection con, ClosableLock lock, String databaseName, String procedureName, int resultSetType, int resultSetConcurrency, int defaultFetchSize) ConstructorBasePreparedStatement(String sql, Connection con, ClosableLock lock, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) ConstructorClientPreparedStatement(String sql, Connection con, ClosableLock lock, 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, 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, int resultSetType, int resultSetConcurrency) ConstructorServerPreparedStatement(String sql, Connection con, ClosableLock lock, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Server prepare statement constructorStatement(Connection con, ClosableLock lock, int autoGeneratedKeys, int resultSetType, int resultSetConcurrency, int defaultFetchSize) Constructor -
Uses of Connection in org.mariadb.jdbc.export
Methods in org.mariadb.jdbc.export with parameters of type ConnectionModifier and TypeMethodDescriptionExceptionFactory.setConnection(Connection connection) Set connection to factoryConstructors in org.mariadb.jdbc.export with parameters of type ConnectionModifierConstructorDescriptionSqlExceptionFactory(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.util.timeout
Constructors in org.mariadb.jdbc.util.timeout with parameters of type Connection