com.caucho.jstl.el
Class SqlSetDataSourceTag.DataSourceAdapter
java.lang.Object
com.caucho.jstl.el.SqlSetDataSourceTag.DataSourceAdapter
- All Implemented Interfaces:
- java.sql.Wrapper, javax.sql.CommonDataSource, javax.sql.DataSource
- Enclosing class:
- SqlSetDataSourceTag
public static class SqlSetDataSourceTag.DataSourceAdapter
- extends java.lang.Object
- implements javax.sql.DataSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlSetDataSourceTag.DataSourceAdapter
public SqlSetDataSourceTag.DataSourceAdapter(java.sql.Driver driver,
java.lang.String url,
java.lang.String user,
java.lang.String password)
getConnection
public java.sql.Connection getConnection(java.lang.String user,
java.lang.String password)
throws java.sql.SQLException
- Specified by:
getConnection
in interface javax.sql.DataSource
- Throws:
java.sql.SQLException
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
- Specified by:
getConnection
in interface javax.sql.DataSource
- Throws:
java.sql.SQLException
setLogWriter
public void setLogWriter(java.io.PrintWriter out)
- Specified by:
setLogWriter
in interface javax.sql.CommonDataSource
getLogWriter
public java.io.PrintWriter getLogWriter()
- Specified by:
getLogWriter
in interface javax.sql.CommonDataSource
setLoginTimeout
public void setLoginTimeout(int timeout)
- Specified by:
setLoginTimeout
in interface javax.sql.CommonDataSource
getLoginTimeout
public int getLoginTimeout()
- Specified by:
getLoginTimeout
in interface javax.sql.CommonDataSource
unwrap
public <T> T unwrap(java.lang.Class<T> iface)
throws java.sql.SQLException
- Specified by:
unwrap
in interface java.sql.Wrapper
- Throws:
java.sql.SQLException
isWrapperFor
public boolean isWrapperFor(java.lang.Class<?> iface)
throws java.sql.SQLException
- Specified by:
isWrapperFor
in interface java.sql.Wrapper
- Throws:
java.sql.SQLException