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 |
CachedCallableStatement
A cache wrapper for java.sql.CallableStatement
|
Modifier and Type | Method and Description |
---|---|
CachedPreparedStatement |
WrappedConnectionFactory.createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
CachedPreparedStatement |
PreparedStatementCache.get(PreparedStatementCache.Key key)
Get
|
Modifier and Type | Method and Description |
---|---|
void |
PreparedStatementCache.put(PreparedStatementCache.Key key,
CachedPreparedStatement value)
Put
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatementJDK6
CachedCallableStatementJDK6.
|
class |
CachedPreparedStatementJDK6
CachedPreparedStatementJDK6.
|
Modifier and Type | Method and Description |
---|---|
CachedPreparedStatement |
WrappedConnectionFactoryJDK6.createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCallableStatementJDK7
CachedCallableStatementJDK7.
|
class |
CachedPreparedStatementJDK7
CachedPreparedStatementJDK7.
|
Modifier and Type | Method and Description |
---|---|
CachedPreparedStatement |
WrappedConnectionFactoryJDK7.createCachedPreparedStatement(java.sql.PreparedStatement ps)
Create a cached prepared statement
|
Copyright ? 2010 Red Hat Middleware LLC (http://www.jboss.com/)