com.knowgate.dataobjs
Class DBSupport

java.lang.Object
  extended byjava.beans.Beans
      extended bycom.knowgate.dataobjs.DBBind
          extended bycom.knowgate.dataobjs.DBSupport

public class DBSupport
extends DBBind

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


Nested Class Summary
 
Nested classes inherited from class com.knowgate.dataobjs.DBBind
DBBind.Functions
 
Field Summary
 
Fields inherited from class com.knowgate.dataobjs.DBBind
DBMS_GENERIC, DBMS_MSSQL, DBMS_MYSQL, DBMS_ORACLE, DBMS_POSTGRESQL
 
Constructor Summary
DBSupport()
           
 
Methods inherited from class com.knowgate.dataobjs.DBBind
close, connectionPool, currVal, currVal, escape, escape, exists, getConnection, getDatabaseProductName, getDataModelVersion, getDataModelVersionNumber, getDBTable, getProfileName, getTable, getTime, initialize, nextVal, nextVal, restart
 
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

DBSupport

public DBSupport()