public class DmSchema extends org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DmSchema.ObjectType
DM object types.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected DmTable[] |
doAllTables() |
protected void |
doClean() |
protected void |
doCreate() |
protected void |
doDrop() |
protected boolean |
doEmpty() |
protected boolean |
doExists() |
org.flywaydb.core.internal.database.base.Table<DmDatabase,DmSchema> |
getTable(String tableName) |
boolean |
isSystem()
Checks whether the schema is system, i.e.
|
public boolean isSystem()
throws SQLException
true if it is system, false if not.SQLExceptionprotected boolean doExists()
throws SQLException
doExists 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionprotected boolean doEmpty()
throws SQLException
doEmpty 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionprotected void doCreate()
throws SQLException
doCreate 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionprotected void doDrop()
throws SQLException
doDrop 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionprotected void doClean()
throws SQLException
doClean 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionprotected DmTable[] doAllTables() throws SQLException
doAllTables 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>SQLExceptionpublic org.flywaydb.core.internal.database.base.Table<DmDatabase,DmSchema> getTable(String tableName)
getTable 在类中 org.flywaydb.core.internal.database.base.Schema<DmDatabase,DmTable>Copyright © 2023. All rights reserved.