| Package | Description |
|---|---|
| com.sun.gjc.spi.base | |
| com.sun.gjc.spi.jdbc30 | |
| com.sun.gjc.spi.jdbc40 |
| Modifier and Type | Method and Description |
|---|---|
CallableStatementWrapper |
ConnectionWrapper.callableCachedStatement(String sql,
int resultSetType,
int resultSetConcurrency,
boolean enableCaching) |
CallableStatementWrapper |
ConnectionWrapper.callableCachedStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability,
boolean enableCaching) |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper30
Wrapper for JDBC 3.0 CallableStatement
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallableStatementWrapper40
Wrapper for JDBC 4.0 CallableStatement
|
Copyright © 2017. All rights reserved.