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
|
class |
WrappedPreparedStatement
A wrapper for a prepared statement.
|
Modifier and Type | Method and Description |
---|---|
protected abstract WrappedStatement |
WrappedConnection.wrapStatement(java.sql.Statement statement,
boolean spy,
java.lang.String jndiName)
Wrap statement
|
Constructor and Description |
---|
WrappedResultSet(WrappedStatement statement,
java.sql.ResultSet resultSet,
boolean spy,
java.lang.String jndiName)
Create a new wrapped result set
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatementJDK7
WrappedCallableStatementJDK7.
|
class |
WrappedPreparedStatementJDK7
WrappedPreparedStatementJDK7.
|
class |
WrappedStatementJDK7
WrappedStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedStatement |
WrappedConnectionJDK7.wrapStatement(java.sql.Statement statement,
boolean spy,
java.lang.String jndiName)
Wrap statement
|
Constructor and Description |
---|
WrappedResultSetJDK7(WrappedStatement statement,
java.sql.ResultSet resultSet,
boolean spy,
java.lang.String jndiName)
Constructor
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)