Class TimeplusSchema
java.lang.Object
org.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable>
org.flywaydb.community.database.timeplus.TimeplusSchema
public class TimeplusSchema
extends org.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable>
-
Field Summary
Fields inherited from class org.flywaydb.core.internal.database.base.Schema
database, jdbcTemplate, name -
Constructor Summary
ConstructorsConstructorDescriptionTimeplusSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, TimeplusDatabase database, String name) -
Method Summary
Methods inherited from class org.flywaydb.core.internal.database.base.Schema
allFunctions, allTables, allTypes, clean, create, doAllFunctions, drop, empty, equals, exists, getFunction, getName, getType, hashCode, toString
-
Constructor Details
-
TimeplusSchema
public TimeplusSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, TimeplusDatabase database, String name) - Parameters:
jdbcTemplate- The Jdbc Template for communicating with the DB.database- The database-specific support.name- The name of the schema.
-
-
Method Details
-
doExists
- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
doEmpty
- Specified by:
doEmptyin classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
doCreate
- Specified by:
doCreatein classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
doDrop
- Specified by:
doDropin classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
doClean
- Specified by:
doCleanin classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
doAllTables
- Specified by:
doAllTablesin classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable> - Throws:
SQLException
-
getTable
- Specified by:
getTablein classorg.flywaydb.core.internal.database.base.Schema<TimeplusDatabase,TimeplusTable>
-