public class PoemDatabaseBase extends Database
Database.ConnectingException| Modifier and Type | Method and Description |
|---|---|
CapabilityTable<Capability> |
getCapabilityTable()
Retrieves the CapabilityTable table.
|
ColumnInfoTable<ColumnInfo> |
getColumnInfoTable()
Retrieves the ColumnInfoTable table.
|
GroupCapabilityTable<GroupCapability> |
getGroupCapabilityTable()
Retrieves the GroupCapabilityTable table.
|
GroupMembershipTable<GroupMembership> |
getGroupMembershipTable()
Retrieves the GroupMembershipTable table.
|
GroupTable<Group> |
getGroupTable()
Retrieves the GroupTable table.
|
SettingTable<Setting> |
getSettingTable()
Retrieves the SettingTable table.
|
TableCategoryTable<TableCategory> |
getTableCategoryTable()
Retrieves the TableCategoryTable table.
|
TableInfoTable<TableInfo> |
getTableInfoTable()
Retrieves the TableInfoTable table.
|
UserTable<User> |
getUserTable()
Retrieves the UserTable table.
|
addConstraints, addTableAndCommit, administerCapability, administratorUser, beginExclusiveLock, beginSession, columnCount, columns, connect, deleteTableAndCommit, disconnect, displayTables, displayTables, dump, dumpCacheAnalysis, endExclusiveLock, endSession, getCanAdminister, getColumns, getCommittedConnection, getDbms, getDisplayName, getDisplayTables, getFreeTransactionsCount, getLastQuery, getName, getQueryCount, getReferencesTo, getReferencesTo, getTable, getTables, getTransactionsCount, givesCapabilitySQL, guestAccessToken, guestUser, hasCapability, inCommittedTransaction, incrementQueryCount, inSession, inSessionAsRoot, isFree, logCommits, logSQL, modifyStructure, poemTransaction, quotedName, recordCount, referencesTo, referencesTo, setCanAdminister, setCanAdminister, setDisplayName, setLogCommits, setLogSQL, setTransactionsMax, sqlQuery, sqlUpdate, tableCount, tables, toString, transaction, transactionsMax, trimCache, uncachepublic UserTable<User> getUserTable()
getUserTable in class Databasepublic GroupTable<Group> getGroupTable()
getGroupTable in class Databasepublic CapabilityTable<Capability> getCapabilityTable()
getCapabilityTable in class DatabasePersistent.assertCanRead(),
Persistent.assertCanWrite(),
Persistent.assertCanDelete(),
JdbcTable.getDefaultCanRead(),
JdbcTable.getDefaultCanWrite(),
User,
Database.getUserTable(),
Group,
Database.getGroupTable()public GroupMembershipTable<GroupMembership> getGroupMembershipTable()
getGroupMembershipTable in class Databasepublic GroupCapabilityTable<GroupCapability> getGroupCapabilityTable()
getGroupCapabilityTable in class Databasepublic TableCategoryTable<TableCategory> getTableCategoryTable()
getTableCategoryTable in class Databasepublic TableInfoTable<TableInfo> getTableInfoTable()
getTableInfoTable in class Databasepublic ColumnInfoTable<ColumnInfo> getColumnInfoTable()
getColumnInfoTable in class Databasepublic SettingTable<Setting> getSettingTable()
getSettingTable in class DatabaseCopyright © 2000–2021 PanEris. All rights reserved.