|
|||||||||
| 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.BasicClientDataSource40
org.apache.derby.jdbc.BasicClientXADataSource40
public class BasicClientXADataSource40
This datasource is suitable for client/server use of Derby, running on Java 8 Compact Profile 2 or higher.
Similar to ClientXADataSource40 except it does not support JNDI, i.e. it does not implementjavax.naming.Referenceable.
| Field Summary | |
|---|---|
static java.lang.String |
className__
|
private static long |
serialVersionUID
|
| Fields inherited from class org.apache.derby.jdbc.ClientBaseDataSourceRoot |
|---|
connectionAttributes, securityMechanism, SSL_BASIC, SSL_OFF, SSL_PEER_AUTHENTICATION, SUPPORTS_EUSRIDPWD, traceLevel |
| Constructor Summary | |
|---|---|
BasicClientXADataSource40()
|
|
| Method Summary | |
|---|---|
javax.sql.XAConnection |
getXAConnection()
|
javax.sql.XAConnection |
getXAConnection(java.lang.String user,
java.lang.String password)
|
| Methods inherited from class org.apache.derby.jdbc.BasicClientDataSource40 |
|---|
getParentLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.sql.DataSource |
|---|
getConnection, getConnection |
| Methods inherited from interface javax.sql.CommonDataSource |
|---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Field Detail |
|---|
public static final java.lang.String className__
private static final long serialVersionUID
| Constructor Detail |
|---|
public BasicClientXADataSource40()
| Method Detail |
|---|
public javax.sql.XAConnection getXAConnection()
throws java.sql.SQLException
getXAConnection in interface javax.sql.XADataSourcejava.sql.SQLException
public javax.sql.XAConnection getXAConnection(java.lang.String user,
java.lang.String password)
throws java.sql.SQLException
getXAConnection in interface javax.sql.XADataSourcejava.sql.SQLException
|
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 | ||||||||