com.knowgate.dataobjs
Class DBTest

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

public final class DBTest
extends DBBind

Just a wrapper of DBBind for loading database connection properties from "test" 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
DBTest()
           
 
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

DBTest

public DBTest()