Interface IImsDBAccessor

All Known Implementing Classes:
ImsDbAccessor

public interface IImsDBAccessor
IMS-DB Applications will require a manual implementation of this Interface.
The implementation must cater for all the communication with the underlying database. If/when useful, the implementation can use the com.softwaremining.sql.ESQLProcessor class to execute SQL statements. This approach will utilize the existing framework for validating credentials, establishing and pooling connections, ...
please see ESQLProcessor documentation and the associated "db.properties" file.
Once implemented, please add the following to corect.properties file
 IMS_DB_ACCESSOR=com.mycompany.myIImsDBAccessor