Uses of Class
tilda.db.metadata.TableMeta
-
Packages that use TableMeta Package Description tilda tilda.db.metadata tilda.db.processors tilda.migration tilda.migration.actions tilda.migration.drops -
-
Uses of TableMeta in tilda
Methods in tilda with parameters of type TableMeta Modifier and Type Method Description static void
Reverse. genTildaObjectJSON(java.lang.StringBuilder str, int tableNum, TableMeta T)
static Reorg.WorkItem
Reorg.WorkItem. getItem(java.util.List<Reorg.WorkItem> workList, TableMeta TM)
Constructors in tilda with parameters of type TableMeta Constructor Description WorkItem(TableMeta TM)
-
Uses of TableMeta in tilda.db.metadata
Fields in tilda.db.metadata declared as TableMeta Modifier and Type Field Description protected TableMeta
ColumnMeta. _ParentTable
protected TableMeta
FKMeta. _ParentTable
TableMeta
IndexMeta. _ParentTable
Fields in tilda.db.metadata with type parameters of type TableMeta Modifier and Type Field Description protected java.util.Map<java.lang.String,TableMeta>
SchemaMeta. _DBTables
Methods in tilda.db.metadata that return TableMeta Modifier and Type Method Description TableMeta
ColumnMeta. getParentTable()
TableMeta
DatabaseMeta. getTableMeta(java.lang.String SchemaName, java.lang.String TableName)
TableMeta
SchemaMeta. getTableMeta(java.lang.String TableName)
Methods in tilda.db.metadata that return types with arguments of type TableMeta Modifier and Type Method Description java.util.Collection<TableMeta>
SchemaMeta. getTableMetas()
Methods in tilda.db.metadata with parameters of type TableMeta Modifier and Type Method Description void
ColumnMeta. attachToTable(TableMeta parentTable)
void
FKMeta. attachToTable(TableMeta parentTable)
boolean
SchemaMeta. moveTableMetaFromOtherSchema(DatabaseMeta DBMeta, TableMeta 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)
Constructors in tilda.db.metadata with parameters of type TableMeta Constructor Description IndexMeta(java.sql.ResultSet RS, TableMeta parentTable)
-
Uses of TableMeta in tilda.db.processors
Constructors in tilda.db.processors with parameters of type TableMeta Constructor Description ExporterRecordProcessorCSVJSON(Connection C, java.lang.String outFile, long logFreq, TableMeta tvm, java.lang.String type, boolean CSVHeader)
-
Uses of TableMeta in tilda.migration
Methods in tilda.migration with parameters of type TableMeta Modifier and Type Method Description protected static void
Migrator. handleColumnRename(DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions, MigrationRename MR, TableMeta TM)
protected static void
Migrator. handleIndices(java.util.List<MigrationAction> Actions, java.util.List<java.lang.String> Errors, Object Obj, TableMeta TMeta)
protected static void
Migrator. handleKeys(java.util.List<Schema> TildaList, java.util.List<MigrationAction> Actions, java.util.List<java.lang.String> Errors, Object Obj, TableMeta TMeta)
-
Uses of TableMeta in tilda.migration.actions
Fields in tilda.migration.actions declared as TableMeta Modifier and Type Field Description protected TableMeta
TablePKReplace. _TMeta
Constructors in tilda.migration.actions with parameters of type TableMeta Constructor Description TablePKReplace(Object Obj, TableMeta TMeta)
-
Uses of TableMeta in tilda.migration.drops
Constructors in tilda.migration.drops with parameters of type TableMeta Constructor Description TableDrop(TableMeta table)
-