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
|
org.jboss.jca.adapters.jdbc.jdk8 |
This package contains the JDBC 4.2 extension
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatement
WrappedCallableStatement
|
Modifier and Type | Method and Description |
---|---|
protected abstract WrappedPreparedStatement |
WrappedConnection.wrapPreparedStatement(PreparedStatement statement,
boolean spy,
String jndiName,
boolean doLocking)
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(PreparedStatement statement,
boolean spy,
String jndiName,
boolean doLocking)
Wrap prepared statement
|
Modifier and Type | Class and Description |
---|---|
class |
WrappedCallableStatementJDK8
WrappedCallableStatementJDK8.
|
class |
WrappedPreparedStatementJDK8
WrappedPreparedStatementJDK8.
|
Modifier and Type | Method and Description |
---|---|
protected WrappedPreparedStatement |
WrappedConnectionJDK8.wrapPreparedStatement(PreparedStatement statement,
boolean spy,
String jndiName,
boolean doLocking)
Wrap prepared statement
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.