org.melati.poem.test.generated
Interface EverythingDatabaseTablesBase

Package class diagram package EverythingDatabaseTablesBase
All Known Subinterfaces:
EverythingDatabaseTables
All Known Implementing Classes:
EverythingDatabase

public interface EverythingDatabaseTablesBase

Melati POEM generated base interface to the tables in org.melati.poem.test.


Method Summary
 BigdecimalFieldTable getBigdecimalFieldTable()
          Retrieves the BigdecimalFieldTable table.
 BinaryFieldTable getBinaryFieldTable()
          Retrieves the BinaryFieldTable table.
 BooleanFieldTable getBooleanFieldTable()
          Retrieves the BooleanFieldTable table.
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 DateFieldTable getDateFieldTable()
          Retrieves the DateFieldTable table.
 DoubleFieldTable getDoubleFieldTable()
          Retrieves the DoubleFieldTable table.
 DynamicTable getDynamicTable()
          Retrieves the DynamicTable table.
 EAExtendedTable getEAExtendedTable()
          Retrieves the EAExtendedTable table.
 ENExtendedTable getENExtendedTable()
          Retrieves the ENExtendedTable table.
 EverythingNormalTable getEverythingNormalTable()
          Retrieves the EverythingNormalTable table.
 org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 org.melati.poem.GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 org.melati.poem.GroupTable getGroupTable()
          Retrieves the GroupTable table.
 IntegerFieldTable getIntegerFieldTable()
          Retrieves the IntegerFieldTable table.
 LongFieldTable getLongFieldTable()
          Retrieves the LongFieldTable table.
 PasswordFieldTable getPasswordFieldTable()
          Retrieves the PasswordFieldTable table.
 ProtectedTable getProtectedTable()
          Retrieves the ProtectedTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 StringFieldTable getStringFieldTable()
          Retrieves the StringFieldTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 TimestampFieldTable getTimestampFieldTable()
          Retrieves the TimestampFieldTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable table.
 

Method Detail

getUserTable

org.melati.poem.UserTable getUserTable()
Retrieves the UserTable table.

Returns:
the UserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupTable

org.melati.poem.GroupTable getGroupTable()
Retrieves the GroupTable table.

Returns:
the GroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getCapabilityTable

org.melati.poem.CapabilityTable getCapabilityTable()
Retrieves the CapabilityTable table.

Returns:
the CapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupMembershipTable

org.melati.poem.GroupMembershipTable getGroupMembershipTable()
Retrieves the GroupMembershipTable table.

Returns:
the GroupMembershipTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getGroupCapabilityTable

org.melati.poem.GroupCapabilityTable getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.

Returns:
the GroupCapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableCategoryTable

org.melati.poem.TableCategoryTable getTableCategoryTable()
Retrieves the TableCategoryTable table.

Returns:
the TableCategoryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTableInfoTable

org.melati.poem.TableInfoTable getTableInfoTable()
Retrieves the TableInfoTable table.

Returns:
the TableInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getColumnInfoTable

org.melati.poem.ColumnInfoTable getColumnInfoTable()
Retrieves the ColumnInfoTable table.

Returns:
the ColumnInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getSettingTable

org.melati.poem.SettingTable getSettingTable()
Retrieves the SettingTable table.

Returns:
the SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getEverythingNormalTable

EverythingNormalTable getEverythingNormalTable()
Retrieves the EverythingNormalTable table.

Returns:
the EverythingNormalTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getENExtendedTable

ENExtendedTable getENExtendedTable()
Retrieves the ENExtendedTable table.

Returns:
the ENExtendedTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getEAExtendedTable

EAExtendedTable getEAExtendedTable()
Retrieves the EAExtendedTable table.

Returns:
the EAExtendedTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getBinaryFieldTable

BinaryFieldTable getBinaryFieldTable()
Retrieves the BinaryFieldTable table.

Returns:
the BinaryFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getStringFieldTable

StringFieldTable getStringFieldTable()
Retrieves the StringFieldTable table.

Returns:
the StringFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getPasswordFieldTable

PasswordFieldTable getPasswordFieldTable()
Retrieves the PasswordFieldTable table.

Returns:
the PasswordFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getBooleanFieldTable

BooleanFieldTable getBooleanFieldTable()
Retrieves the BooleanFieldTable table.

Returns:
the BooleanFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getDateFieldTable

DateFieldTable getDateFieldTable()
Retrieves the DateFieldTable table.

Returns:
the DateFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getDoubleFieldTable

DoubleFieldTable getDoubleFieldTable()
Retrieves the DoubleFieldTable table.

Returns:
the DoubleFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getIntegerFieldTable

IntegerFieldTable getIntegerFieldTable()
Retrieves the IntegerFieldTable table.

Returns:
the IntegerFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getLongFieldTable

LongFieldTable getLongFieldTable()
Retrieves the LongFieldTable table.

Returns:
the LongFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getBigdecimalFieldTable

BigdecimalFieldTable getBigdecimalFieldTable()
Retrieves the BigdecimalFieldTable table.

Returns:
the BigdecimalFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getTimestampFieldTable

TimestampFieldTable getTimestampFieldTable()
Retrieves the TimestampFieldTable table.

Returns:
the TimestampFieldTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getProtectedTable

ProtectedTable getProtectedTable()
Retrieves the ProtectedTable table.

Returns:
the ProtectedTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava

getDynamicTable

DynamicTable getDynamicTable()
Retrieves the DynamicTable table.

Returns:
the DynamicTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorDefnJava


Copyright © 2000-2010 PanEris. All Rights Reserved.