- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
BaseConnection, BigQueryConnection, CockroachDBConnection, DB2Connection, DerbyConnection, FirebirdConnection, H2Connection, HSQLDBConnection, IgniteThinConnection, InformixConnection, MySQLConnection, OracleConnection, PostgreSQLConnection, RedshiftConnection, SAPHANAConnection, SnowflakeConnection, SpannerConnection, SQLiteConnection, SQLServerConnection, SybaseASEConnection, SynapseConnection, TiDBConnection, YugabyteDBConnection
-
Method Summary
void
void
Retrieves the schema with this name in the database.
<T> T
Locks this table and executes this callable.
void
-
Method Details
-
getCurrentSchema
Schema<?,?> getCurrentSchema()
-
getSchema
Retrieves the schema with this name in the database.
-
changeCurrentSchemaTo
void changeCurrentSchemaTo(Schema<?,?> schema)
-
lock
Locks this table and executes this callable.
- Returns:
- The result of the callable.
-
-
restoreOriginalState
void restoreOriginalState()
-
-