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.
-
-
Constructor Summary
Constructors Constructor Description IgniteThinTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, IgniteThinDatabase database, IgniteThinSchema schema, java.lang.String name)Creates a new Ignite table.
-
-
-
Constructor Detail
-
IgniteThinTable
public IgniteThinTable(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, IgniteThinDatabase database, IgniteThinSchema schema, java.lang.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 Detail
-
doDrop
protected void doDrop() throws java.sql.SQLException- Specified by:
doDropin classorg.flywaydb.core.internal.database.base.SchemaObject<IgniteThinDatabase,IgniteThinSchema>- Throws:
java.sql.SQLException
-
doExists
protected boolean doExists() throws java.sql.SQLException- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema>- Throws:
java.sql.SQLException
-
doLock
protected void doLock() throws java.sql.SQLException- Specified by:
doLockin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema>- Throws:
java.sql.SQLException
-
doUnlock
protected void doUnlock() throws java.sql.SQLException- Overrides:
doUnlockin classorg.flywaydb.core.internal.database.base.Table<IgniteThinDatabase,IgniteThinSchema>- Throws:
java.sql.SQLException
-
-