Class ClickHouseTable
java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<ClickHouseDatabase,ClickHouseSchema>
org.flywaydb.community.database.clickhouse.ClickHouseTable
public class ClickHouseTable
extends org.flywaydb.core.internal.database.base.Table<ClickHouseDatabase,ClickHouseSchema>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Table
lockDepthFields inherited from class org.flywaydb.core.internal.database.base.SchemaObject
database, jdbcTemplate, name, schema -
Constructor Summary
ConstructorsConstructorDescriptionClickHouseTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, ClickHouseDatabase database, ClickHouseSchema schema, String name) -
Method Summary
Methods inherited from class org.flywaydb.core.internal.database.base.Table
doUnlock, exists, exists, lock, unlockMethods inherited from class org.flywaydb.core.internal.database.base.SchemaObject
drop, getDatabase, getName, getSchema, toString
-
Constructor Details
-
ClickHouseTable
public ClickHouseTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, ClickHouseDatabase database, ClickHouseSchema schema, String name) - Parameters:
jdbcTemplate- The JDBC template for communicating with the DB.database- The database-specific support.schema- The schema this table lives in.name- The name of the table.
-
-
Method Details
-
doDrop
- Specified by:
doDropin classorg.flywaydb.core.internal.database.base.SchemaObject<ClickHouseDatabase,ClickHouseSchema> - Throws:
SQLException
-
doExists
- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Table<ClickHouseDatabase,ClickHouseSchema> - Throws:
SQLException
-
doLock
- Specified by:
doLockin classorg.flywaydb.core.internal.database.base.Table<ClickHouseDatabase,ClickHouseSchema> - Throws:
SQLException
-