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 voidReverse. genTildaObjectJSON(java.lang.StringBuilder str, int tableNum, TableMeta T)static Reorg.WorkItemReorg.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 TableMetaColumnMeta. _ParentTableprotected TableMetaFKMeta. _ParentTableTableMetaIndexMeta. _ParentTableFields in tilda.db.metadata with type parameters of type TableMeta Modifier and Type Field Description protected java.util.Map<java.lang.String,TableMeta>SchemaMeta. _DBTablesMethods in tilda.db.metadata that return TableMeta Modifier and Type Method Description TableMetaColumnMeta. getParentTable()TableMetaDatabaseMeta. getTableMeta(java.lang.String SchemaName, java.lang.String TableName)TableMetaSchemaMeta. 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 voidColumnMeta. attachToTable(TableMeta parentTable)voidFKMeta. attachToTable(TableMeta parentTable)booleanSchemaMeta. moveTableMetaFromOtherSchema(DatabaseMeta DBMeta, TableMeta src)booleanSchemaMeta. renameTable(DatabaseMeta DBMeta, TableMeta src, java.lang.String newName)booleanSchemaMeta. 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 voidMigrator. handleColumnRename(DatabaseMeta DBMeta, java.util.List<MigrationAction> Actions, MigrationRename MR, TableMeta TM)protected static voidMigrator. handleIndices(java.util.List<MigrationAction> Actions, java.util.List<java.lang.String> Errors, Object Obj, TableMeta TMeta)protected static voidMigrator. 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 TableMetaTablePKReplace. _TMetaConstructors 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)
-