|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface wraps a list of RowLists.
| Method Summary | |
void |
add(RowList rowList)
Add another system table's RowList to this list of lists. |
void |
deleteFromCatalogs(LanguageConnectionContext lcc)
Execution-time routine to delete all the tuples on these row lists from their respective catalogs. |
RowList |
getRowList(long tableID)
Get the RowList for a system table given the table's ID. |
int |
size()
Return number of items currently on this list. |
void |
stuffAllCatalogs(LanguageConnectionContext lcc)
Execution-time routine to write all the row lists to their respective system tables. |
| Method Detail |
public void add(RowList rowList)
public int size()
public RowList getRowList(long tableID)
throws StandardException
tableID - ID of system table whose RowList we should return
StandardException - Thrown on error
public void deleteFromCatalogs(LanguageConnectionContext lcc)
throws StandardException
lcc - language state variable
StandardException - Thrown on error
public void stuffAllCatalogs(LanguageConnectionContext lcc)
throws StandardException
lcc - language state variable
StandardException - Thrown on error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||