com.knowgate.dataobjs
Class DBCRM

java.lang.Object
  extended by java.beans.Beans
      extended by com.knowgate.dataobjs.DBBind
          extended by com.knowgate.dataobjs.DBCRM
All Implemented Interfaces:
java.sql.Wrapper, javax.sql.CommonDataSource, javax.sql.DataSource

public class DBCRM
extends DBBind

Just a wrapper of DBBind for loading database connection properties from "crm" instead of "hipergate" profile.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.knowgate.dataobjs.DBBind
DBBind.Functions
 
Field Summary
 
Fields inherited from class com.knowgate.dataobjs.DBBind
DBMS_ACCESS, DBMS_GENERIC, DBMS_MSSQL, DBMS_MYSQL, DBMS_ORACLE, DBMS_POSTGRESQL
 
Constructor Summary
DBCRM()
           
 
Method Summary
 
Methods inherited from class com.knowgate.dataobjs.DBBind
close, connectionPool, currVal, currVal, escape, escape, exists, getConnection, getConnection, getConnection, getDatabaseProductName, getDataModelVersion, getDataModelVersionNumber, getDBTable, getDBTablesMap, getLoginTimeout, getLogWriter, getProfileName, getProperties, getProperty, getProperty, getPropertyBool, getPropertyPath, getTable, getTime, initialize, isWrapperFor, nextVal, nextVal, restart, setLoginTimeout, setLogWriter, unwrap
 
Methods inherited from class java.beans.Beans
getInstanceOf, instantiate, instantiate, instantiate, isDesignTime, isGuiAvailable, isInstanceOf, setDesignTime, setGuiAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBCRM

public DBCRM()