org.melati.admin.test.generated
Class AdminTestDatabaseBase

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.admin.test.generated.AdminTestDatabaseBase
All Implemented Interfaces:
org.melati.poem.generated.PoemDatabaseTablesBase, PoemDatabaseTables, org.melati.poem.transaction.TransactionPool
Direct Known Subclasses:
AdminTestDatabase

public class AdminTestDatabaseBase
extends PoemDatabase

Melati POEM generated Database base class.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.melati.poem.Database
Database.ConnectingException
 
Constructor Summary
protected AdminTestDatabaseBase()
           
 
Method Summary
 CapabilityTable getCapabilityTable()
          Retrieves the CapabilityTable table.
 ColumnInfoTable getColumnInfoTable()
          Retrieves the ColumnInfoTable table.
 GroupCapabilityTable getGroupCapabilityTable()
          Retrieves the GroupCapabilityTable table.
 GroupMembershipTable getGroupMembershipTable()
          Retrieves the GroupMembershipTable table.
 GroupTable getGroupTable()
          Retrieves the GroupTable table.
 MarkupTable getMarkupTable()
          Retrieves the MarkupTable table.
 SettingTable getSettingTable()
          Retrieves the SettingTable table.
 SpecialisedTable getSpecialisedTable()
          Retrieves the SpecialisedTable table.
 TableCategoryTable getTableCategoryTable()
          Retrieves the TableCategoryTable table.
 TableInfoTable getTableInfoTable()
          Retrieves the TableInfoTable table.
 UploadedFileTable getUploadedFileTable()
          Retrieves the UploadedFileTable table.
 UploadedImageTable getUploadedImageTable()
          Retrieves the UploadedImageTable table.
 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

AdminTestDatabaseBase

protected AdminTestDatabaseBase()
Method Detail

getGroupTable

public 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:
prepro.TableDef

getCapabilityTable

public 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:
prepro.TableDef

getGroupMembershipTable

public 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:
prepro.TableDef

getGroupCapabilityTable

public 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:
prepro.TableDef

getTableCategoryTable

public 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:
prepro.TableDef

getTableInfoTable

public 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:
prepro.TableDef

getColumnInfoTable

public 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:
prepro.TableDef

getSettingTable

public 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:
prepro.TableDef

getUploadedFileTable

public UploadedFileTable getUploadedFileTable()
Retrieves the UploadedFileTable table.

Returns:
the UploadedFileTable from this database
See Also:
prepro.TableDef

getUploadedImageTable

public UploadedImageTable getUploadedImageTable()
Retrieves the UploadedImageTable table.

Returns:
the UploadedImageTable from this database
See Also:
prepro.TableDef

getSpecialisedTable

public SpecialisedTable getSpecialisedTable()
Retrieves the SpecialisedTable table.

Returns:
the SpecialisedTable from this database
See Also:
prepro.TableDef

getMarkupTable

public MarkupTable getMarkupTable()
Retrieves the MarkupTable table.

Returns:
the MarkupTable from this database
See Also:
prepro.TableDef

getUserTable

public 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 org.melati.poem.UserTable from this database
See Also:
prepro.TableDef


Copyright © 2000-2008 PanEris. All Rights Reserved.