|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql.dictionary
Class ColumnDescriptorList

java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
org.apache.derby.iapi.sql.dictionary.ColumnDescriptorList
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Collection, java.lang.Iterable, java.util.List, java.util.RandomAccess, java.io.Serializable
- public class ColumnDescriptorList
- extends java.util.ArrayList
This represents a list of column descriptors.
| Nested Class Summary |
| Nested classes inherited from class java.util.AbstractList |
|
| Field Summary |
| Fields inherited from class java.util.ArrayList |
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
ColumnDescriptorList()
|
|
| Method Summary | |
void |
add(org.apache.derby.catalog.UUID tableID,
ColumnDescriptor column)
Add the column. |
ColumnDescriptor |
elementAt(int n)
Return the nth (0-based) element in the list. |
ColumnDescriptor |
getColumnDescriptor(org.apache.derby.catalog.UUID tableID,
int columnID)
Get the column descriptor |
ColumnDescriptor |
getColumnDescriptor(org.apache.derby.catalog.UUID tableID,
java.lang.String columnName)
Get the column descriptor |
java.lang.String[] |
getColumnNames()
Get an array of strings for all the columns in this CDL. |
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
| Constructor Detail |
ColumnDescriptorList
public ColumnDescriptorList()
| Method Detail |
add
public void add(org.apache.derby.catalog.UUID tableID, ColumnDescriptor column)
- Add the column. Currently, the table id is ignored.
getColumnDescriptor
public ColumnDescriptor getColumnDescriptor(org.apache.derby.catalog.UUID tableID, java.lang.String columnName)
- Get the column descriptor
getColumnDescriptor
public ColumnDescriptor getColumnDescriptor(org.apache.derby.catalog.UUID tableID, int columnID)
- Get the column descriptor
elementAt
public ColumnDescriptor elementAt(int n)
- Return the nth (0-based) element in the list.
getColumnNames
public java.lang.String[] getColumnNames()
- Get an array of strings for all the columns
in this CDL.
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> sql >> [ dictionary overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC