Uses of Class
uba.db.table.Row

Packages that use Row
uba.db.impl.filesystem   
uba.db.impl.memory   
uba.db.table   
uba.db.table.io   
 

Uses of Row in uba.db.impl.filesystem
 

Methods in uba.db.impl.filesystem that return Row
 Row FileSystemTableReader.fetchRow()
           
 

Methods in uba.db.impl.filesystem with parameters of type Row
protected  void FileSystemTable.insertRow(Row row)
           
 

Uses of Row in uba.db.impl.memory
 

Methods in uba.db.impl.memory that return Row
 Row MemoryTableReader.fetchRow()
           
 

Methods in uba.db.impl.memory with parameters of type Row
protected  void MemoryTable.insertRow(Row row)
           
 

Uses of Row in uba.db.table
 

Methods in uba.db.table with parameters of type Row
protected abstract  void TableBehavior.insertRow(Row row)
          Las sub-clases deben implementar este método para insertar una fila en la tabla.
 

Uses of Row in uba.db.table.io
 

Methods in uba.db.table.io that return Row
 Row TableReader.fetchRow()
           
 Row RowReader.read()
           
 

Methods in uba.db.table.io with parameters of type Row
 void RowWriter.write(Row row)
           
 



Copyright © -2005 . All Rights Reserved.