|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.Vector
org.apache.derby.iapi.sql.dictionary.RowList
This interface wraps a list of Rows.
| Nested Class Summary |
| Nested classes inherited from class java.util.AbstractList |
|
| Field Summary | |
protected TabInfo |
tableInfo
|
private java.lang.String |
tableName
This class implements Formatable. |
| Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
RowList()
Public niladic constructor. |
|
RowList(java.lang.String tableName)
Constructor used for testing. |
|
RowList(TabInfo tableInfo)
Constructor. |
|
| Method Summary | |
void |
add(ExecRow row)
Add a row to the list for this table. |
void |
deleteFromCatalog(LanguageConnectionContext lcc)
Execution-time routine to delete all the keys on the list from the corresponding system table. |
long |
getTableID()
Get the Conglomerate ID of the table that this list is for. |
private TabInfo |
getTableInfo()
|
java.lang.String |
getTableName()
Get the name of the table that this list is for. |
int |
getTypeFormatId()
Get the formatID which corresponds to this class. |
void |
readExternal(java.io.ObjectInput in)
Read this object from a stream of stored objects. |
void |
stuffCatalog(LanguageConnectionContext lcc)
Execution-time routine to stuff all the rows on the list into the corresponding system table. |
void |
writeExternal(java.io.ObjectOutput out)
Write this object to a stream of stored objects. |
| Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
| Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
| Field Detail |
private java.lang.String tableName
protected transient TabInfo tableInfo
| Constructor Detail |
public RowList()
public RowList(TabInfo tableInfo)
tableInfo - Table informationpublic RowList(java.lang.String tableName)
tableName - name of table that this RowList buffers tuples for.| Method Detail |
public void add(ExecRow row)
row - Row to chain onto list.
public java.lang.String getTableName()
throws StandardException
StandardException - Thrown on error
public long getTableID()
throws StandardException
StandardException - Thrown on error
public void deleteFromCatalog(LanguageConnectionContext lcc)
throws StandardException
lcc - language state variable
StandardException - Thrown on error
public void stuffCatalog(LanguageConnectionContext lcc)
throws StandardException
lcc - language state variable
StandardException - Thrown on error
private TabInfo getTableInfo()
throws StandardException
StandardException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablein - read this.
java.io.IOException - thrown on error
java.lang.ClassNotFoundException - thrown on error
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizableout - write bytes here.
java.io.IOException - thrown on errorpublic int getTypeFormatId()
getTypeFormatId in interface TypedFormat
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||