Package | Description |
---|---|
com.ads.mm.db.dao |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Schema, Component and Column.
|
Modifier and Type | Method and Description |
---|---|
DBIndex |
DBColumn.getColumnIndex(java.lang.String indexName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DBIndex> |
DBColumn.getColumnIndexes() |
java.util.List<DBIndex> |
DBTable.getColumnIndexes() |
Modifier and Type | Method and Description |
---|---|
DBColumn |
DBColumn.addColumnIndex(DBIndex columnIndex) |
Modifier and Type | Method and Description |
---|---|
DBColumn |
DBColumn.setColumnIndexes(java.util.List<DBIndex> columnIndexes) |
DBTable |
DBTable.setColumnIndexes(java.util.List<DBIndex> columnIndexes) |