|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RootTable
Interface that is implemented by all Root tables. A Root table is a non- virtual table that represents table data in its lowest form. When the Table.resolveToRawTable method is called, if it encounters a table that implements RootTable then it does not attempt to decend further to extract the underlying tables.
This interface is used for unions.
Method Summary | |
---|---|
boolean |
typeEquals(RootTable table)
This is function is used to check that two root tables are identical. |
Method Detail |
---|
boolean typeEquals(RootTable table)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |