Uses of Class
com.ads.mm.db.dao.DBColumn
Packages that use DBColumn
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
-
Uses of DBColumn in com.ads.mm.db.dao
Methods in com.ads.mm.db.dao that return DBColumnModifier and TypeMethodDescriptionDBColumn.addAssociationsList(com.ads.association.export.model.ExportedAssociation associationObj) It will not add association to this object as it is being used internally.DBColumn.addColumnIndex(DBIndex columnIndex) DBColumn.addColumnValidValues(com.icc.codesetmanager.vo.CodeVo validValue) DBColumn.addExtendedProperty(KeyValue systemKeyValuesVo) DBColumn.addValidValues(com.icc.codesetmanager.vo.CodeVo validValue) DBColumn.createCopy()Returns DBColumn Object for the specified name of the column.DBTable.getReferenceColumn()DBColumn.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.DBColumn.setColumnIndexes(List<DBIndex> columnIndexes) DBColumn.setExtendedProperties(List<KeyValue> extendedProperties) Methods in com.ads.mm.db.dao that return types with arguments of type DBColumnModifier and TypeMethodDescriptionDBTable.getColumnMap()Returns the columnMap i.e it returns all the details pertaining to the column.DBIndex.getColumns()Methods in com.ads.mm.db.dao with parameters of type DBColumnModifier and TypeMethodDescriptionvoidAdds the column as specified.voidAdds the column as specified.voidAdds the column specified with the details given as DBColumn.voidDBTable.addColumnByReferenceId(DBColumn column) Adds the Column as specified.voidDBTable.setReferenceColumn(DBColumn referenceColumn) Method parameters in com.ads.mm.db.dao with type arguments of type DBColumnModifier and TypeMethodDescriptionvoidDBTable.setColumnMap(Map<String, DBColumn> columnMap) Sets the columnMap as specified.voidDBIndex.setColumns(List<DBColumn> columns)