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 | 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 |
WrappedCallableStatementJDK6
WrappedCallableStatementJDK6.
|
class |
WrappedPreparedStatementJDK6
WrappedPreparedStatementJDK6.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedPreparedStatement |
WrappedConnectionJDK6.wrapPreparedStatement(java.sql.PreparedStatement statement,
boolean spy,
java.lang.String jndiName)
Wrap 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 ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)