Uses of Class
com.ads.mm.db.dao.DBTable
Packages that use DBTable
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBTable in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBTableModifier and TypeMethodDescriptionDBTable.addAssociationsList(com.ads.association.export.model.ExportedAssociation associationObj) It will not add association to this object as it is being used internally.DBTable.addExtendedProperty(KeyValue systemKeyValuesVo) DBSchema.getComponent(String componentName) Returns the DBTable Object for the specified componentName.DBTable.getParentTable()DBColumn.getReferenceTable()DBSchema.getSynonym(String synonymName) Returns the DBTable Object for the specified synonymName.DBColumn.getTable()Returns the DBTable ObjectReturns DBTable consisting of TableType, EntityBaseType, TableName, TableDefinition,TableComments, Audit Details, UserDefined Fields etc...DBSchema.getTable(DBTable.TableType type, String tableName) Returns the DBTable Object for the specified TableType and tableName.Returns the DBTable object for the specified tableName.Returns the DBTable Object for the specified viewName.DBTable.setAssociationsList(List<com.ads.association.export.model.ExportedAssociation> associations) It will not set any associations particular to this object as it is being used internally.DBTable.setColumnIndexes(List<DBIndex> columnIndexes) DBTable.setExtendedProperties(List<KeyValue> extendedProperties) Methods in com.ads.mm.db.dao that return types with arguments of type DBTableModifier and TypeMethodDescriptionDBSchema.getAllLists()Returns the List of DBTable.DBSchema.getComponentMap()Returns the HashMap of hmComponents.DBSchema.getComponents()Returns the Components.DBSchema.getSynonymMap()Returns the HashMap of Synonyms.DBSchema.getSynonyms()Returns the synonyms.DBEnvironment.getTableMap()Returns the tableMapi.e parentTable, schemaName, tableDefinitionComments, tableDefinition,
tableComments, logicalTableName, actualTableName, auditHistory Details etc...DBSchema.getTableMap()Returns the HashMap of hmTables.DBSchema.getTables()Returns the List of DBTable Objects.DBSchema.getTables(DBTable.TableType[] tableTypes) Returns the List of DBTablesDBSchema.getViewMap()Returns the HashMap of hmViews.DBSchema.getViews()Returns the List of DBTable ObjectMethods in com.ads.mm.db.dao with parameters of type DBTableModifier and TypeMethodDescriptionvoidAdds the specified schemaName to schemas.voidAdds the table to the DBTable Object.voidAdds the table to DBTable Object as specified in name.voidAdds Table as specified in DBTable Object.voidDBEnvironment.addTableByReferenceId(DBTable table) voidDBSchema.addTableByReferenceId(DBTable table) Adds Table as specified in DBTable Object.voidDBTable.copyColumns(DBTable table) Copies the columns as of like the columns as specified.voidDBEnvironment.incrementTableCount(DBTable table) voidDBTable.setParentTable(DBTable _parentTable) Sets the parentTable as specified.voidDBColumn.setReferenceTable(DBTable referenceTable) voidSets the DBTable as specified.Method parameters in com.ads.mm.db.dao with type arguments of type DBTableModifier and TypeMethodDescriptionvoidAdds the List of tables to DBTable.voidDBSchema.addTables(Collection<DBTable> values) Adds the Tables as specified as Collection of DBTable Objects.voidDBEnvironment.setTableMap(Map<String, DBTable> tableMap) Sets the tableMap as specified.