|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.apache.derby.iapi.sql.dictionary.ConglomerateDescriptorList
public class ConglomerateDescriptorList
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ConglomerateDescriptorList()
|
|
| Method Summary | |
|---|---|
void |
dropConglomerateDescriptor(UUID tableID,
ConglomerateDescriptor cgDesc)
Remove the specified conglomerate descriptor from the conglomerate descriptor list. |
void |
dropConglomerateDescriptorByUUID(UUID conglomerateID)
Remove the specified conglomerate descriptor from the conglomerate descriptor list. |
ConglomerateDescriptor |
getConglomerateDescriptor(long conglomerateNumber)
Get a conglomerate descriptor by its number |
ConglomerateDescriptor |
getConglomerateDescriptor(java.lang.String conglomerateName)
Get a conglomerate descriptor by its Name |
ConglomerateDescriptor |
getConglomerateDescriptor(UUID uuid)
Get a conglomerate descriptor by its UUID String |
ConglomerateDescriptor[] |
getConglomerateDescriptors(long conglomerateNumber)
Get an array of conglomerate descriptors with the given conglomerate number. |
ConglomerateDescriptor[] |
getConglomerateDescriptors(UUID uuid)
Get an array of conglomerate descriptors by a UUID String. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, 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 |
| Constructor Detail |
|---|
public ConglomerateDescriptorList()
| Method Detail |
|---|
public ConglomerateDescriptor getConglomerateDescriptor(long conglomerateNumber)
conglomerateNumber - The number of the conglomerate we're looking for
public ConglomerateDescriptor[] getConglomerateDescriptors(long conglomerateNumber)
conglomerateNumber - The number of the conglomerate
public ConglomerateDescriptor getConglomerateDescriptor(java.lang.String conglomerateName)
conglomerateName - The Name of the conglomerate we're looking for
public ConglomerateDescriptor getConglomerateDescriptor(UUID uuid)
throws StandardException
uuid - The UUID of the conglomerate we're looking for
StandardException - thrown on failurepublic ConglomerateDescriptor[] getConglomerateDescriptors(UUID uuid)
uuid - The UUID of the conglomerate
public void dropConglomerateDescriptor(UUID tableID,
ConglomerateDescriptor cgDesc)
throws StandardException
tableID - table uuid, ignoredcgDesc - the conglomerate
StandardException - thrown on failure
public void dropConglomerateDescriptorByUUID(UUID conglomerateID)
throws StandardException
conglomerateID - table uuid, ignored
StandardException - thrown on failure
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||