org.melati.util.test.generated
Class TreeDatabaseBase

Package class diagram package TreeDatabaseBase
java.lang.Object
  extended by org.melati.poem.Database
      extended by org.melati.poem.generated.PoemDatabaseBase
          extended by org.melati.poem.PoemDatabase
              extended by org.melati.util.test.generated.TreeDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, org.melati.poem.PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
TreeDatabase

public class TreeDatabaseBase
extends org.melati.poem.PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
org.melati.poem.Database.ConnectingException
 
Constructor Summary
protected TreeDatabaseBase()
           
 
Method Summary
 org.melati.poem.CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 org.melati.poem.ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable 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.
 NodeTable getNodeTable()
          Retrieves the NodeTable table.
 org.melati.poem.SettingTable getSettingTable()
          Retrieves the SettingTable table.
 org.melati.poem.TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 org.melati.poem.TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 org.melati.poem.UserTable getUserTable()
          Retrieves the UserTable table.
 
Methods inherited from class org.melati.poem.Database
addConstraints, addTableAndCommit, administerCapability, administratorUser, beginExclusiveLock, beginSession, columns, connect, defineTable, deleteTableAndCommit, disconnect, dump, dumpCacheAnalysis, endExclusiveLock, endSession, getCanAdminister, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getTable, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, inSessionAsRoot, isFree, logCommits, logSQL, poemTransaction, quotedName, redefineTable, referencesTo, referencesTo, setCanAdminister, setCanAdminister, setDisplayName, setLogCommits, setLogSQL, setTransactionsMax, sqlQuery, sqlUpdate, tables, toString, transaction, transactionsMax, trimCache, uncache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeDatabaseBase

protected TreeDatabaseBase()
Method Detail

getUserTable

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

Specified by:
getUserTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getUserTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the UserTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupTable

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

Specified by:
getGroupTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getCapabilityTable

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

Specified by:
getCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the CapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupMembershipTable

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

Specified by:
getGroupMembershipTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupMembershipTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupMembershipTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getGroupCapabilityTable

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

Specified by:
getGroupCapabilityTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getGroupCapabilityTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the GroupCapabilityTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableCategoryTable

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

Specified by:
getTableCategoryTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableCategoryTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableCategoryTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getTableInfoTable

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

Specified by:
getTableInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getTableInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the TableInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getColumnInfoTable

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

Specified by:
getColumnInfoTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getColumnInfoTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the ColumnInfoTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getSettingTable

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

Specified by:
getSettingTable in interface org.melati.poem.generated.PoemDatabaseTablesBase
Overrides:
getSettingTable in class org.melati.poem.generated.PoemDatabaseBase
Returns:
the SettingTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava

getNodeTable

public NodeTable getNodeTable()
Retrieves the NodeTable table.

Returns:
the NodeTable from this database
See Also:
org.melati.poem.prepro.TableDef#generateTableAccessorJava


Copyright © 2000-2010 PanEris. All Rights Reserved.