|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.pds.StandardDataSource
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
DB_PASSWORD
|
private static String |
DB_USER
|
private static String |
DEFAULT_DELIMITERS
|
private static boolean |
driverInfoLogged
|
private static String |
RESOURCE
|
Constructor Summary | |
StandardDataSource()
|
Method Summary | |
protected void |
connectionLogCommonSetting(Connection conn)
|
Connection |
getConnection()
Supported API: false |
Connection |
getConnection(Properties info)
Supported API: false |
Connection |
getConnection(String username,
String password)
Supported API: false |
Properties |
getConnectionPropertiesInfo()
Supported API: false |
int |
getLoginTimeout()
Supported API: false |
PrintWriter |
getLogWriter()
Supported API: false |
abstract String |
getURL()
Supported API: false |
void |
setLoginTimeout(int arg0)
Supported API: false |
void |
setLogWriter(PrintWriter arg0)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private static final String DB_USER
private static final String DB_PASSWORD
private static final String DEFAULT_DELIMITERS
private static boolean driverInfoLogged
Constructor Detail |
public StandardDataSource()
Method Detail |
public Connection getConnection() throws SQLException
getConnection
in interface DataSource
SQLException
public Connection getConnection(String username, String password) throws SQLException
getConnection
in interface DataSource
username
- password
-
SQLException
public PrintWriter getLogWriter() throws SQLException
getLogWriter
in interface DataSource
SQLException
public int getLoginTimeout() throws SQLException
getLoginTimeout
in interface DataSource
SQLException
public void setLogWriter(PrintWriter arg0) throws SQLException
setLogWriter
in interface DataSource
arg0
-
SQLException
public void setLoginTimeout(int arg0) throws SQLException
setLoginTimeout
in interface DataSource
arg0
-
SQLException
public abstract String getURL()
public Properties getConnectionPropertiesInfo()
public Connection getConnection(Properties info) throws SQLException
info
-
SQLException
protected void connectionLogCommonSetting(Connection conn) throws SQLException
SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |