Uses of Class
tilda.db.metadata.DatabaseMeta
-
Packages that use DatabaseMeta Package Description tilda.db tilda.db.metadata tilda.migration tilda.migration.actions -
-
Uses of DatabaseMeta in tilda.db
Methods in tilda.db that return DatabaseMeta Modifier and Type Method Description static DatabaseMeta
ConnectionPool. getDBMeta(java.lang.String string)
-
Uses of DatabaseMeta in tilda.db.metadata
Methods in tilda.db.metadata with parameters of type DatabaseMeta Modifier and Type Method Description boolean
SchemaMeta. moveTableMetaFromOtherSchema(DatabaseMeta DBMeta, TableMeta src)
boolean
SchemaMeta. moveViewMetaFromOtherSchema(DatabaseMeta DBMeta, ViewMeta src)
boolean
SchemaMeta. renameTable(DatabaseMeta DBMeta, TableMeta src, java.lang.String newName)
boolean
SchemaMeta. renameTableColumn(DatabaseMeta DBMeta, TableMeta src, java.lang.String colName, java.lang.String newName)
boolean
SchemaMeta. renameView(DatabaseMeta DBMeta, ViewMeta src, java.lang.String newName)
-
Uses of DatabaseMeta in tilda.migration
Methods in tilda.migration with parameters of type DatabaseMeta Modifier and Type Method Description static MigrationDataModel
Migrator. AnalyzeDatabase(Connection C, boolean checkOnly, java.util.List<Schema> tildaList, DatabaseMeta DBMeta)
protected static void
Migrator. applyMigration(Connection C, MigrationDataModel migrationData, java.lang.String[] DependencySchemas, DatabaseMeta DBMeta)
protected static void
Migrator. checkZoneInfo(Connection C, java.util.List<Schema> TildaList, DatabaseMeta DBMeta)
protected static java.util.List<MigrationAction>
Migrator. getMigrationActions(Connection C, CodeGenSql CGSQL, Schema S, java.util.List<Schema> TildaList, DatabaseMeta DBMeta)
protected static void
Migrator. handleColumnRename(DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions, MigrationRename MR, TableMeta TM)
protected static void
Migrator. handleMoves(Connection C, Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions)
protected static void
Migrator. handleRenames(Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions)
protected static void
Migrator. handleTableMove(Schema S, DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions, MigrationMove MM, Object obj)
boolean
MigrationAction. isNeeded(Connection C, DatabaseMeta DBMeta)
static void
Migrator. MigrateDatabase(Connection C, boolean CheckOnly, java.util.List<Schema> TildaList, DatabaseMeta DBMeta, boolean first, java.util.List<java.lang.String> connectionUrls, java.lang.String[] DependencySchemas)
-
Uses of DatabaseMeta in tilda.migration.actions
Methods in tilda.migration.actions with parameters of type DatabaseMeta Modifier and Type Method Description boolean
DDLDependencyPreManagement. isNeeded(Connection C, DatabaseMeta DBMeta)
boolean
TildaAclAdd. isNeeded(Connection C, DatabaseMeta DBMeta)
boolean
TildaCatalogAdd. isNeeded(Connection C, DatabaseMeta DBMeta)
boolean
TildaExtraDDL. isNeeded(Connection C, DatabaseMeta DBMeta)
boolean
TildaHelpersAddEnd. isNeeded(Connection C, DatabaseMeta DBMeta)
boolean
TildaHelpersAddStart. isNeeded(Connection C, DatabaseMeta DBMeta)
-