|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.jdbc.ClientBaseDataSourceRoot
org.apache.derby.jdbc.ClientBaseDataSource
org.apache.derby.jdbc.ClientDataSource
org.apache.derby.jdbc.ClientConnectionPoolDataSource
org.apache.derby.jdbc.ClientConnectionPoolDataSource40
public class ClientConnectionPoolDataSource40
This datasource is suitable for a client/server use of Derby, running on the following platforms:
Use BasicClientConnectionPoolDataSource40 if your application runs on Java 8 Compact Profile 2.
Use ClientConnectionPoolDataSource if your application runs on the following platforms:
ClientConnectionPoolDataSource40 is a factory for PooledConnection objects. An object that implements this interface will typically be registered with a naming service that is based on the Java Naming and Directory Interface (JNDI).
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from class org.apache.derby.jdbc.ClientConnectionPoolDataSource |
|---|
className__ |
| Fields inherited from class org.apache.derby.jdbc.ClientBaseDataSourceRoot |
|---|
connectionAttributes, securityMechanism, SSL_BASIC, SSL_OFF, SSL_PEER_AUTHENTICATION, SUPPORTS_EUSRIDPWD, traceLevel |
| Constructor Summary | |
|---|---|
ClientConnectionPoolDataSource40()
|
|
| Method Summary | |
|---|---|
java.util.logging.Logger |
getParentLogger()
|
| Methods inherited from class org.apache.derby.jdbc.ClientConnectionPoolDataSource |
|---|
getMaxStatements, getPooledConnection, getPooledConnection, maxStatementsToPool, setMaxStatements |
| Methods inherited from class org.apache.derby.jdbc.ClientBaseDataSource |
|---|
getReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.sql.ConnectionPoolDataSource |
|---|
getPooledConnection, getPooledConnection |
| Methods inherited from interface javax.sql.CommonDataSource |
|---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
| Methods inherited from interface javax.sql.DataSource |
|---|
getConnection, getConnection |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ClientConnectionPoolDataSource40()
| Method Detail |
|---|
public java.util.logging.Logger getParentLogger()
throws java.sql.SQLFeatureNotSupportedException
java.sql.SQLFeatureNotSupportedException
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||