Uses of Class
org.hsqldb.Table

Packages that use Table
org.hsqldb   
org.hsqldb.rowio   
org.hsqldb.scriptio   
 

Uses of Table in org.hsqldb
 

Fields in org.hsqldb declared as Table
protected  Table CachedRow.tTable
           
protected  Table TextCache.table
           
 

Methods in org.hsqldb that return Table
 Table CachedRow.getTable()
          Returns the table which this Row belongs to.
 Table Database.getTable(String name, Session session)
          Retrieves the specified user-defined table or view visible within the context of the specified Session, or any system table of the given name.
protected  Table Table.duplicate()
           
 

Methods in org.hsqldb with parameters of type Table
protected  CachedRow DataFileCache.makeRow(int pos, Table t)
          Constructs a new Row for the specified table, using row data read at the specified position (pos) in this object's database file.
protected  CachedRow TextCache.makeRow(int pos, Table t)
           
 

Constructors in org.hsqldb with parameters of type Table
CachedRow(Table t, Object[] o)
          Constructor for new Rows.
CachedRow(Table t, RowInputInterface in)
          constructor when read from the disk into the Cache
 

Uses of Table in org.hsqldb.rowio
 

Methods in org.hsqldb.rowio with parameters of type Table
 void RowOutputBase.writeData(Object[] data, Table t)
          This method is called to write data for a table.
 void RowOutputInterface.writeData(Object[] data, Table t)
           
 

Uses of Table in org.hsqldb.scriptio
 

Methods in org.hsqldb.scriptio with parameters of type Table
protected  void ScriptWriterBase.writeTableInit(Table t)
           
protected  void ScriptWriterBase.writeTableTerm(Table t)
           
 void ScriptWriterText.writeRow(int sid, Table table, Object[] data)
           
 void ScriptWriterText.writeDeleteStatement(int sid, Table table, Object[] data)
           
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.