wt.pds.oracle81
Class OraclePds81

java.lang.Object
  extended bywt.pds.SQLDatabasePds
      extended bywt.pds.OraclePds
          extended bywt.pds.oracle81.OraclePds81
All Implemented Interfaces:
PDSIfc

public class OraclePds81
extends OraclePds

This concrete class provides standard SQL database persistent data services for Oracle 8.1.

Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static String SEPERATORS
           
 
Fields inherited from class wt.pds.OraclePds
 
Fields inherited from class wt.pds.SQLDatabasePds
DMLGENERATOR
 
Constructor Summary
OraclePds81()
           
 
Method Summary
 void closeConnection(WTConnection a_connection)
          This method is used to clean up the specfied WTConnection prior to freeing the underlying JDBC connection.
 DataSource getDataSource()
          

Supported API: false
 
Methods inherited from class wt.pds.OraclePds
getNextSequence, handleSQLException, isRecoverable, lock, lock, validateLock
 
Methods inherited from class wt.pds.SQLDatabasePds
buildLobMap, containSequenceColumn, execute, executeCall, expand, expand, getAttributeMapInfo, getDefaultTransactionIsolation, getDMLGenerator, getLob, getLobAsByteArray, getLobAsObject, handleException, initializeConnection, insert, insertPageResults, isLob, isLobLocator, isPersistent, processSQLException, query, refresh, refresh, remove, setLob, setLob, setObjectAsLob, update, update, validateExists, validateInsert
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

SEPERATORS

private static final String SEPERATORS
See Also:
Constant Field Values
Constructor Detail

OraclePds81

public OraclePds81()
Method Detail

closeConnection

public void closeConnection(WTConnection a_connection)
                     throws WTException
This method is used to clean up the specfied WTConnection prior to freeing the underlying JDBC connection.

Supported API: false

Specified by:
closeConnection in interface PDSIfc
Overrides:
closeConnection in class SQLDatabasePds
Parameters:
a_connection - Connection to initialize.
Throws:
WTException

getDataSource

public DataSource getDataSource()


Supported API: false

Specified by:
getDataSource in interface PDSIfc
Specified by:
getDataSource in class OraclePds
Returns:
DataSource