|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 an interface defining the type of a table, by its page type and page name. This interface can also be used to query the keys for the columns within the table
| Method Summary | |
|---|---|
Object[] |
colNameObjects()
Return an array of all column name objects. |
PageType |
pageType()
|
String |
tableName()
|
| Method Detail |
|---|
PageType pageType()
String tableName()
Object[] colNameObjects()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||