wt.pds.sqlServer
Class SQLServerDataSource

java.lang.Object
  extended bywt.pds.StandardDataSource
      extended bywt.pds.sqlServer.SQLServerDataSource
All Implemented Interfaces:
DataSource

public class SQLServerDataSource
extends StandardDataSource



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private static SQLServerDataSource sqlServerDataSource
           
 
Fields inherited from class wt.pds.StandardDataSource
 
Constructor Summary
SQLServerDataSource()
           
 
Method Summary
static SQLServerDataSource getSqlServerDataSource()
          Gets the value of the attribute: sqlServerDataSource.
 String getURL()
          

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

sqlServerDataSource

private static SQLServerDataSource sqlServerDataSource
Constructor Detail

SQLServerDataSource

public SQLServerDataSource()
Method Detail

getSqlServerDataSource

public static SQLServerDataSource getSqlServerDataSource()
Gets the value of the attribute: sqlServerDataSource.

Supported API: false

Returns:
SQLServerDataSource

getURL

public String getURL()


Supported API: false

Specified by:
getURL in class StandardDataSource
Returns:
String