Package org.flywaydb.database.firebird
Class FirebirdSchema
- java.lang.Object
-
- org.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>
-
- org.flywaydb.database.firebird.FirebirdSchema
-
public class FirebirdSchema extends org.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>
-
-
Constructor Summary
Constructors Constructor Description FirebirdSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, FirebirdDatabase database, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FirebirdTable[]doAllTables()protected voiddoClean()protected voiddoCreate()protected voiddoDrop()protected booleandoEmpty()protected booleandoExists()FirebirdTablegetTable(java.lang.String tableName)
-
-
-
Constructor Detail
-
FirebirdSchema
public FirebirdSchema(org.flywaydb.core.internal.jdbc.JdbcTemplate jdbcTemplate, FirebirdDatabase database, java.lang.String name)
-
-
Method Detail
-
doExists
protected boolean doExists()
- Specified by:
doExistsin classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>
-
doEmpty
protected boolean doEmpty() throws java.sql.SQLException- Specified by:
doEmptyin classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>- Throws:
java.sql.SQLException
-
doCreate
protected void doCreate()
- Specified by:
doCreatein classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>
-
doDrop
protected void doDrop() throws java.sql.SQLException- Specified by:
doDropin classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>- Throws:
java.sql.SQLException
-
doClean
protected void doClean() throws java.sql.SQLException- Specified by:
doCleanin classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>- Throws:
java.sql.SQLException
-
doAllTables
protected FirebirdTable[] doAllTables() throws java.sql.SQLException
- Specified by:
doAllTablesin classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>- Throws:
java.sql.SQLException
-
getTable
public FirebirdTable getTable(java.lang.String tableName)
- Specified by:
getTablein classorg.flywaydb.core.internal.database.base.Schema<FirebirdDatabase,FirebirdTable>
-
-