com.knowgate.dataobjs
Class DBExtranet

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

public class DBExtranet
extends DBBind

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

DBExtranet

public DBExtranet()