com.azalient.api.a.tables
Interface ITable

All Superinterfaces:
ITableType
All Known Subinterfaces:
IMatrix, IPastableStore<I>, IStore<I>, ResultsTable, Table, TableR, TableRW, TableW, TableXV
All Known Implementing Classes:
AbstractResultsTable, AbstractTable, AbstractTableR, AbstractTableRW, AbstractTableW, ResultsTableAdapter

public interface ITable
extends ITableType

Data is stored in the AZA file in pages, where each page is comprised of tables, and each table is comprised of records.

This is the base interface to a table.


Method Summary
 IPage page()
          The page to which this table belongs
 String pageName()
          The name of the page on which this table is found
 
Methods inherited from interface com.azalient.api.a.tables.ITableType
colNameObjects, pageType, tableName
 

Method Detail

page

IPage page()
The page to which this table belongs


pageName

String pageName()
The name of the page on which this table is found