Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.jdk7 |
This package contains the JDBC 4.1 extension
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactory.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Create a wrapped connection
|
Constructor and Description |
---|
WrappedCallableStatement(WrappedConnection lc,
java.sql.CallableStatement cs,
boolean spy,
java.lang.String jndiName)
Constructor
|
WrappedPreparedStatement(WrappedConnection lc,
java.sql.PreparedStatement ps,
boolean spy,
java.lang.String jndiName)
Constructor
|
WrappedStatement(WrappedConnection lc,
java.sql.Statement s,
boolean spy,
java.lang.String jndiName)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedConnectionJDK7
WrappedConnectionJDK7.
|
Modifier and Type | Method and Description |
---|---|
WrappedConnection |
WrappedConnectionFactoryJDK7.createWrappedConnection(BaseWrapperManagedConnection mc,
boolean spy,
java.lang.String jndiName)
Wrap connection
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)