Class ImsDbAccessor

java.lang.Object
com.softwaremining.vendors.dli.ImsDbAccessor
All Implemented Interfaces:
IImsDBAccessor

public class ImsDbAccessor extends Object implements IImsDBAccessor
Default implementation of com.softwaremining.vendors.dli.IImsDbAccessor. This class gets instatiated/Invoked in absence of an entry for the following in corect.properties file:
 IMS_DB_ACCESSOR=com.mycompany.myIImsDBAccessor 

This implementation merely prints trace information of the call, and the parameter values into log-file. It will not / cannot communicate with a database, as the translator would not have had any information about the DB implementation, or any knowledge of the parameter values used in the call.