| org.hammurapi.Inspector
All known Subclasses: org.hammurapi.InspectorBase,
Inspector | public interface Inspector (Code) | | author: Pavel Vlasov version: $Revision: 1.4 $ |
getConfigInfo | String getConfigInfo()(Code) | | Configuration string. |
initDb | void initDb(SQLProcessor processor, Properties dbProperties) throws SQLException(Code) | | This method is invoked when a new database is
created. In this method inspector can create tables
to store its proprietary information
Parameters: processor - Processor to perform initialization Parameters: dbProperties - Database properties, e.g. database type - "Hypersonic", "Cloudscape", ... |
unSetContext | void unSetContext()(Code) | | |
|
|