Class ClickHouseConnection
java.lang.Object
org.flywaydb.core.internal.database.base.Connection<ClickHouseDatabase>
org.flywaydb.community.database.clickhouse.ClickHouseConnection
- All Implemented Interfaces:
Closeable,AutoCloseable
public class ClickHouseConnection
extends org.flywaydb.core.internal.database.base.Connection<ClickHouseDatabase>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Connection
database, jdbcTemplate, originalSchemaNameOrSearchPath -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected Stringprotected booleanuseCatalog(Connection jdbcConnection) Methods inherited from class org.flywaydb.core.internal.database.base.Connection
changeCurrentSchemaTo, close, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState
-
Method Details
-
getCurrentSchemaNameOrSearchPath
- Specified by:
getCurrentSchemaNameOrSearchPathin classorg.flywaydb.core.internal.database.base.Connection<ClickHouseDatabase>- Throws:
SQLException
-
doChangeCurrentSchemaOrSearchPathTo
- Overrides:
doChangeCurrentSchemaOrSearchPathToin classorg.flywaydb.core.internal.database.base.Connection<ClickHouseDatabase>- Throws:
SQLException
-
useCatalog
- Throws:
SQLException
-
getSchema
- Specified by:
getSchemain classorg.flywaydb.core.internal.database.base.Connection<ClickHouseDatabase>
-