org.openware.job.data.postgres
Class PostgresDBA

java.lang.Object
  |
  +--org.openware.job.data.BaseDBA
        |
        +--org.openware.job.data.DefaultDBA
              |
              +--org.openware.job.data.postgres.PostgresDBA
All Implemented Interfaces:
java.io.Serializable

public class PostgresDBA
extends DefaultDBA

PostgreSQL specific implementation of the database adapter.

Version:
$Revision: 1.10 $ $Date: 2001/04/26 17:42:35 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Fields inherited from class org.openware.job.data.DefaultDBA
TABLE_ALIASES
 
Fields inherited from class org.openware.job.data.BaseDBA
converter, debugMode
 
Constructor Summary
PostgresDBA(boolean debugMode)
           
 
Methods inherited from class org.openware.job.data.DefaultDBA
create, findBy, getLoadStatement, load, loadMetaData, remove, store
 
Methods inherited from class org.openware.job.data.BaseDBA
dbaccessComplete, debug
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostgresDBA

public PostgresDBA(boolean debugMode)


Copyright © 2000,2001 Openware. All Rights Reserved.