Package | Description |
---|---|
org.jboss.jca.adapters.jdbc |
The JDBC resource adapter with pooling support
|
org.jboss.jca.adapters.jdbc.jdk6 |
This package contains the JDBC 4.0 extension
|
org.jboss.jca.adapters.jdbc.jdk7 |
This package contains the JDBC 4.1 extension
|
Modifier and Type | Method and Description |
---|---|
protected abstract WrappedCallableStatement |
WrappedConnection.wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap a callable statement
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatementJDK6
WrappedCallableStatementJDK6.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedCallableStatement |
WrappedConnectionJDK6.wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap callable statement
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatementJDK7
WrappedCallableStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedCallableStatement |
WrappedConnectionJDK7.wrapCallableStatement(java.sql.CallableStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap callable statement
|
Copyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)