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 | Class and Description |
---|---|
class |
WrappedCallableStatement
WrappedCallableStatement
|
Modifier and Type | Method and Description |
---|---|
protected abstract WrappedPreparedStatement |
WrappedConnection.wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap a prepared statement
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatementJDK7
WrappedCallableStatementJDK7.
|
class |
WrappedPreparedStatementJDK7
WrappedPreparedStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedPreparedStatement |
WrappedConnectionJDK7.wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap prepared statement
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)