Package adams.db
Class AbstractIndexedTableFacade
- java.lang.Object
-
- adams.core.logging.LoggingObject
-
- adams.db.AbstractTableFacade
-
- adams.db.AbstractIndexedTableFacade
-
- All Implemented Interfaces:
LoggingSupporter,SizeOfHandler,DatabaseConnectionProvider,DatabaseConnectionUser,IndexedTableInterface,SQLIntfAccess,TableInterface,Serializable
- Direct Known Subclasses:
LogF
public abstract class AbstractIndexedTableFacade extends AbstractTableFacade implements IndexedTableInterface
Ancestor for facades for indexed tables.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.db.AbstractTableFacade
m_DatabaseConnection, m_Debug, m_TableName
-
Fields inherited from class adams.core.logging.LoggingObject
m_Logger, m_LoggingIsEnabled, m_LoggingLevel
-
-
Constructor Summary
Constructors Constructor Description AbstractIndexedTableFacade(AbstractDatabaseConnection dbcon, String tableName)Constructor.
-
Method Summary
-
Methods inherited from class adams.db.AbstractTableFacade
getDatabaseConnection, getDebug, getTableName, reload, setDebug, updatePrefix
-
Methods inherited from class adams.core.logging.LoggingObject
configureLogger, getLogger, getLoggingLevel, initializeLogging, isLoggingEnabled, sizeOf
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface adams.db.IndexedTableInterface
getQueries, quoteName, useAnsiQuotes
-
Methods inherited from interface adams.db.SQLIntfAccess
getSQLIntf, hasSQLIntf
-
Methods inherited from interface adams.db.TableInterface
getTableName
-
-
-
-
Constructor Detail
-
AbstractIndexedTableFacade
public AbstractIndexedTableFacade(AbstractDatabaseConnection dbcon, String tableName)
Constructor.- Parameters:
dbcon- the database context to usetableName- the name of the table
-
-