|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.derby.iapi.sql.dictionary.ColumnDescriptor
| Uses of ColumnDescriptor in org.apache.derby.iapi.sql.dictionary |
| Methods in org.apache.derby.iapi.sql.dictionary that return ColumnDescriptor | |
ColumnDescriptor |
TableDescriptor.getColumnDescriptor(java.lang.String columnName)
Get the descriptor for a column in the table, either by the column name or by its ordinal position (column number). |
ColumnDescriptor |
TableDescriptor.getColumnDescriptor(int columnNumber)
|
ColumnDescriptor |
DataDictionary.getColumnDescriptorByDefaultId(org.apache.derby.catalog.UUID uuid)
Get a ColumnDescriptor given its Default ID. |
ColumnDescriptor |
ColumnDescriptorList.getColumnDescriptor(org.apache.derby.catalog.UUID tableID,
java.lang.String columnName)
Get the column descriptor |
ColumnDescriptor |
ColumnDescriptorList.getColumnDescriptor(org.apache.derby.catalog.UUID tableID,
int columnID)
Get the column descriptor |
ColumnDescriptor |
ColumnDescriptorList.elementAt(int n)
Return the nth (0-based) element in the list. |
| Methods in org.apache.derby.iapi.sql.dictionary with parameters of type ColumnDescriptor | |
void |
ColumnDescriptorList.add(org.apache.derby.catalog.UUID tableID,
ColumnDescriptor column)
Add the column. |
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV NEXT | ||||||||