|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.derby.iapi.sql.dictionary.ColumnDescriptorList
| Uses of ColumnDescriptorList in org.apache.derby.iapi.sql.dictionary |
| Fields in org.apache.derby.iapi.sql.dictionary declared as ColumnDescriptorList | |
(package private) ColumnDescriptorList |
TableDescriptor.columnDescriptorList
|
(package private) ColumnDescriptorList |
ConstraintDescriptor.colDL
|
| Methods in org.apache.derby.iapi.sql.dictionary that return ColumnDescriptorList | |
ColumnDescriptorList |
TableDescriptor.getColumnDescriptorList()
Gets the column descriptor list |
static ColumnDescriptorList |
DDUtils.getColumnDescriptors(DataDictionary dd,
TableDescriptor td,
java.lang.String[] columnNames)
|
ColumnDescriptorList |
ConstraintDescriptor.getColumnDescriptors()
Get the column descriptors for all the columns referenced by this constraint. |
| Methods in org.apache.derby.iapi.sql.dictionary with parameters of type ColumnDescriptorList | |
org.apache.derby.iapi.sql.execute.ExecIndexRow |
IndexRowGenerator.getNullIndexRow(ColumnDescriptorList columnList,
org.apache.derby.iapi.types.RowLocation rowLocation)
Get a NULL Index Row for this index. |
static boolean |
DDUtils.columnNamesMatch(java.lang.String[] columnNames,
ColumnDescriptorList cdl)
|
boolean |
ConstraintDescriptor.areColumnsComparable(ColumnDescriptorList otherColumns)
Indicates whether the column descriptor list is type comparable with the constraints columns. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV NEXT | ||||||||