public class JDBCPooledDataSource extends JDBCCommonDataSource implements javax.sql.ConnectionPoolDataSource, java.io.Serializable, javax.naming.Referenceable, javax.sql.CommonDataSource
Title: Dataspace Framework
Description: Dataspace underlying provider implementation
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
JDBCPooledDataSource() |
Modifier and Type | Method and Description |
---|---|
javax.sql.PooledConnection |
getPooledConnection() |
javax.sql.PooledConnection |
getPooledConnection(java.lang.String user,
java.lang.String password) |
javax.naming.Reference |
getReference()
Retrieves the Reference of this object.
|
getDatabase, getDatabaseName, getDataSourceName, getDescription, getLoginTimeout, getLogWriter, getNetworkProtocol, getParentLogger, getServerName, getUrl, getUser, setDatabase, setDatabaseName, setDataSourceName, setDescription, setLoginTimeout, setLogWriter, setNetworkProtocol, setPassword, setProperties, setServerName, setUrl, setUser
public javax.sql.PooledConnection getPooledConnection() throws SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
SQLException
public javax.sql.PooledConnection getPooledConnection(java.lang.String user, java.lang.String password) throws SQLException
getPooledConnection
in interface javax.sql.ConnectionPoolDataSource
SQLException
public javax.naming.Reference getReference() throws javax.naming.NamingException
getReference
in interface javax.naming.Referenceable
javax.naming.NamingException
- If a naming exception was encountered
while retrieving the reference.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.