com.azalient.api.file
Interface TableRW

All Superinterfaces:
ITable, ITableType, Table, TableR, TableW
All Known Subinterfaces:
IMatrix, IPastableStore<I>, IStore<I>
All Known Implementing Classes:
AbstractTableRW

public interface TableRW
extends TableR, TableW

An interface to a table that is read/write. That is it can be both read from, and written to, a page in the model file.

For more detail see the TableR and TableW interfaces


Method Summary
 
Methods inherited from interface com.azalient.api.file.TableR
columnNameObject, finishedR, invalidate, notFound, open, open, row, rowExists
 
Methods inherited from interface com.azalient.api.file.TableW
columnName, finishedW, format, newPage, recordArray, save, save, width
 
Methods inherited from interface com.azalient.api.file.Table
destroy, headerRows, keyTypes
 
Methods inherited from interface com.azalient.api.a.tables.ITable
page, pageName
 
Methods inherited from interface com.azalient.api.a.tables.ITableType
colNameObjects, pageType, tableName