wt.pds.oracle81
Class OracleDataSource

java.lang.Object
  extended bywt.pds.StandardDataSource
      extended bywt.pds.oracle81.OracleDataSource
All Implemented Interfaces:
DataSource

public class OracleDataSource
extends StandardDataSource



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static OracleDataSource oracleDataSource
           
private static String RESOURCE
           
 
Fields inherited from class wt.pds.StandardDataSource
 
Constructor Summary
OracleDataSource()
           
 
Method Summary
 Connection getConnection()
          

Supported API: false
static OracleDataSource getOracleDataSource()
          Gets the value of the attribute: oracleDataSource.
 String getURL()
          

Supported API: false
 
Methods inherited from class wt.pds.StandardDataSource
connectionLogCommonSetting, getConnection, getConnection, getConnectionPropertiesInfo, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter
 
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

oracleDataSource

private static OracleDataSource oracleDataSource
Constructor Detail

OracleDataSource

public OracleDataSource()
Method Detail

getOracleDataSource

public static OracleDataSource getOracleDataSource()
Gets the value of the attribute: oracleDataSource.

Supported API: false

Returns:
OracleDataSource

getConnection

public Connection getConnection()
                         throws SQLException


Supported API: false

Specified by:
getConnection in interface DataSource
Overrides:
getConnection in class StandardDataSource
Returns:
Connection
Throws:
SQLException

getURL

public String getURL()


Supported API: false

Specified by:
getURL in class StandardDataSource
Returns:
String