Uses of Interface
com.im.commons.db.ddl.DBTableInfo
-
Packages that use DBTableInfo Package Description com.im.commons.db com.im.commons.db.ddl com.im.commons.db.ddl.tablesets com.im.commons.db.dml com.im.commons.db.util -
-
Uses of DBTableInfo in com.im.commons.db
Methods in com.im.commons.db that return DBTableInfo Modifier and Type Method Description DBTableInfo
AbstractDatabasePlatform. buildTableInfo(java.lang.String dbSchemaName, java.lang.String tableName, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
DBTableInfo
DatabasePlatform. buildTableInfo(java.lang.String schema, java.lang.String table, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
Build the full table info for this table.DBTableInfo
AbstractDatabasePlatform. buildTableInfoFull(java.lang.String dbSchemaName, java.lang.String tableName, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
DBTableInfo
DatabasePlatform. buildTableInfoFull(java.lang.String schema, java.lang.String table, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
Methods in com.im.commons.db that return types with arguments of type DBTableInfo Modifier and Type Method Description java.util.Map<java.lang.String,DBTableInfo>
AbstractDatabasePlatform. buildTableInfos(java.lang.String dbSchemaName, java.util.Collection<java.lang.String> tablesToInit, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
java.util.Map<java.lang.String,DBTableInfo>
DatabasePlatform. buildTableInfos(java.lang.String schema, java.util.Collection<java.lang.String> tablesToInit, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
Builds information about database tables.java.util.Map<java.lang.String,DBTableInfo>
AbstractDatabasePlatform. buildTableInfosEager(java.lang.String dbSchemaName, com.im.commons.progress.DFFeedback feedback)
java.util.Map<java.lang.String,DBTableInfo>
DatabasePlatform. buildTableInfosEager(java.lang.String schema, com.im.commons.progress.DFFeedback feedback)
java.util.Map<java.lang.String,DBTableInfo>
AbstractDatabasePlatform. buildTableInfosLazy(java.lang.String dbSchemaName, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
java.util.Map<java.lang.String,DBTableInfo>
DatabasePlatform. buildTableInfosLazy(java.lang.String schema, LazyLoader lazyLoader, com.im.commons.progress.DFFeedback feedback)
-
Uses of DBTableInfo in com.im.commons.db.ddl
Classes in com.im.commons.db.ddl that implement DBTableInfo Modifier and Type Class Description class
DBTableInfoImpl
class
DBTableInfoProxy
Methods in com.im.commons.db.ddl that return DBTableInfo Modifier and Type Method Description DBTableInfo
DBTableInfo. copy()
Creates a duplicate copy of thisDBTableInfo
instance.DBTableInfo
DBTableInfoProxy. copy()
DBTableInfo
DBItemsCache. getTableInfo(java.lang.String schemaPlusTable)
DBTableInfo
DBItemsCache. getTableInfo(java.lang.String schema, java.lang.String table)
DBTableInfo
LazyLoader. loadDBTableInfo(java.lang.String schema, java.lang.String table, com.im.commons.progress.DFFeedback feedback)
DBTableInfo
DBTableInfo. updateColumns(java.util.List<DBColInfo> cols)
DBTableInfo
DBTableInfoImpl. updateColumns(java.util.List<DBColInfo> cols)
DBTableInfo
DBTableInfoProxy. updateColumns(java.util.List<DBColInfo> cols)
DBTableInfo
DBTableInfo. updateExportedForeignKeys(java.util.List<DBForeignKeyInfo> fkKeys)
DBTableInfo
DBTableInfoImpl. updateExportedForeignKeys(java.util.List<DBForeignKeyInfo> fkKeys)
DBTableInfo
DBTableInfoProxy. updateExportedForeignKeys(java.util.List<DBForeignKeyInfo> fkKeys)
DBTableInfo
DBTableInfo. updateImportedForeignKeys(java.util.List<DBForeignKeyInfo> pkKeys)
DBTableInfo
DBTableInfoImpl. updateImportedForeignKeys(java.util.List<DBForeignKeyInfo> pkKeys)
DBTableInfo
DBTableInfoProxy. updateImportedForeignKeys(java.util.List<DBForeignKeyInfo> pkKeys)
DBTableInfo
DBTableInfo. updateIndexInfos(java.util.List<DBIndexInfo> indexes)
DBTableInfo
DBTableInfoImpl. updateIndexInfos(java.util.List<DBIndexInfo> indexes)
DBTableInfo
DBTableInfoProxy. updateIndexInfos(java.util.List<DBIndexInfo> indexes)
DBTableInfo
DBTableInfo. updateUniqueConstraintInfos(java.util.List<DBConstraintInfo> constraints)
DBTableInfo
DBTableInfoImpl. updateUniqueConstraintInfos(java.util.List<DBConstraintInfo> constraints)
DBTableInfo
DBTableInfoProxy. updateUniqueConstraintInfos(java.util.List<DBConstraintInfo> constraints)
-
Uses of DBTableInfo in com.im.commons.db.ddl.tablesets
Fields in com.im.commons.db.ddl.tablesets declared as DBTableInfo Modifier and Type Field Description protected DBTableInfo[]
TableSetInfo. tableInfos
Methods in com.im.commons.db.ddl.tablesets that return DBTableInfo Modifier and Type Method Description DBTableInfo
AbstractJChemTableSetInfo. getJChemTableInfo()
Get the tableInfo for the JChemBase table.DBTableInfo
AbstractJChemTableSetInfo. getJChemTableInfoFull()
DBTableInfo[]
TableSetInfo. getTableInfos()
Get all the DFTableInfos that are part of this table cluster.Methods in com.im.commons.db.ddl.tablesets with parameters of type DBTableInfo Modifier and Type Method Description static JChemBaseTableSetInfo
TableSetInfoFactory. createJChemBaseTableSetInfo(DBTableInfo[] tableInfos, java.lang.String structureColumnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr)
static JChemCartridgeJChemBaseTableSetInfo
TableSetInfoFactory. createJChemCartridgeJChemBaseTableSetInfo(DBTableInfo[] tableInfos, java.lang.String structureColumnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr, java.lang.String indexName)
static JChemCartridgeStandardTableSetInfo
TableSetInfoFactory. createJChemCartridgeStandardTableSetInfo(DBTableInfo[] tableInfos, java.lang.String columnName, SchemaQualifiedName propertyTable, java.lang.Integer numberOfInts, java.lang.Integer numberOfOnes, java.lang.Integer numberOfEdges, java.lang.Integer contents, java.lang.String tableVersion, java.lang.Boolean absoluteStereo, java.lang.Boolean duplicateFiltering, java.lang.Boolean tautomerDuplicateChecking, java.lang.String szr, java.lang.String indexName, SchemaQualifiedName indexTableName)
static JChemPropertyTableSetInfo
TableSetInfoFactory. createJChemPropertyTableSetInfo(DBTableInfo propTable)
static JChemPropertyTableSetInfo
TableSetInfoFactory. createJChemPropertyTableSetInfo(DBTableInfo propTable, DBTableInfo cacheRegistrationTable)
static StandardTableSetInfo
TableSetInfoFactory. createStandardTableSetInfo(DBTableInfo dbTableInfo)
TableSetInfo
TableSetInfo. updateTableInfos(DBTableInfo... tInfos)
Constructors in com.im.commons.db.ddl.tablesets with parameters of type DBTableInfo Constructor Description TableSetInfo(DBTableInfo... tableInfos)
-
Uses of DBTableInfo in com.im.commons.db.dml
Constructors in com.im.commons.db.dml with parameters of type DBTableInfo Constructor Description TableDefinition(DBTableInfo ti)
-
Uses of DBTableInfo in com.im.commons.db.util
Constructors in com.im.commons.db.util with parameters of type DBTableInfo Constructor Description SchemaQualifiedName(DBTableInfo ti)
-