Class IgniteThinTable
java.lang.Object
org.flywaydb.core.internal.database.base.SchemaObject<D,S>
org.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema>
org.flywaydb.community.database.ignite.thin.IgniteThinTable
public class IgniteThinTable
extends org.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema>
Ignite Thin-specific table.
-
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
ConstructorsConstructorDescriptionIgniteThinTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, IgniteThinDatabase database, IgniteThinSchema schema, String name) Creates a new Ignite table. -
Method Summary
Methods inherited from class org.flywaydb.core.internal.database.base.Table
exists, exists, lock, unlockMethods inherited from class org.flywaydb.core.internal.database.base.SchemaObject
drop, getDatabase, getName, getSchema, toString
-
Constructor Details
-
IgniteThinTable
public IgniteThinTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, IgniteThinDatabase database, IgniteThinSchema schema, String name) Creates a new Ignite table.- 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<IgniteThinDatabase,IgniteThinSchema> - Throws:
SQLException
-
doExists
- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema> - Throws:
SQLException
-
doLock
- Specified by:
doLockin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema> - Throws:
SQLException
-
doUnlock
- Overrides:
doUnlockin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema> - Throws:
SQLException
-