Class SybaseASEConnection
java.lang.Object
migratedb.v1.core.internal.database.base.BaseConnection<SybaseASEDatabase>
migratedb.v1.core.internal.database.sybasease.SybaseASEConnection
- All Implemented Interfaces:
AutoCloseable,Connection<SybaseASEDatabase>
Sybase ASE Connection.
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseConnection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.base.BaseConnection
changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getSchema
Description copied from interface:ConnectionRetrieves the schema with this name in the database. -
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classBaseConnection<SybaseASEDatabase>
-