|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.adapters.jdbc.JBossWrapper
org.jboss.jca.adapters.jdbc.WrappedStatement
org.jboss.jca.adapters.jdbc.WrappedPreparedStatement
org.jboss.jca.adapters.jdbc.WrappedCallableStatement
org.jboss.jca.adapters.jdbc.jdk7.WrappedCallableStatementJDK7
public class WrappedCallableStatementJDK7

WrappedCallableStatementJDK7.
| Field Summary |
|---|
| Fields inherited from class org.jboss.jca.adapters.jdbc.WrappedStatement |
|---|
jndiName, spy, spyLogger |
| Fields inherited from interface java.sql.Statement |
|---|
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
| Constructor Summary | |
|---|---|
WrappedCallableStatementJDK7(WrappedConnectionJDK7 lc,
CallableStatement s,
boolean spy,
String jndiName)
Constructor |
|
| Method Summary | ||
|---|---|---|
void |
closeOnCompletion()
|
|
|
getObject(int parameterIndex,
Class<T> type)
|
|
|
getObject(String parameterName,
Class<T> type)
|
|
boolean |
isCloseOnCompletion()
|
|
protected WrappedResultSet |
wrapResultSet(ResultSet resultSet,
boolean spy,
String jndiName)
Wrap result set |
|
| Methods inherited from class org.jboss.jca.adapters.jdbc.WrappedPreparedStatement |
|---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
| Methods inherited from class org.jboss.jca.adapters.jdbc.JBossWrapper |
|---|
isWrapperFor, unwrap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.sql.PreparedStatement |
|---|
addBatch, clearParameters, execute, executeQuery, executeUpdate, getMetaData, getParameterMetaData, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setDate, setDate, setDouble, setFloat, setInt, setLong, setNull, setNull, setObject, setObject, setObject, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setUnicodeStream, setURL |
| Methods inherited from interface java.sql.Wrapper |
|---|
isWrapperFor, unwrap |
| Constructor Detail |
|---|
public WrappedCallableStatementJDK7(WrappedConnectionJDK7 lc,
CallableStatement s,
boolean spy,
String jndiName)
lc - The connections - The statementspy - The spy valuejndiName - The jndi name| Method Detail |
|---|
protected WrappedResultSet wrapResultSet(ResultSet resultSet,
boolean spy,
String jndiName)
wrapResultSet in class WrappedStatementresultSet - The result setspy - The spy valuejndiName - The jndi name
public void closeOnCompletion()
throws SQLException
SQLException
public boolean isCloseOnCompletion()
throws SQLException
SQLException
public <T> T getObject(int parameterIndex,
Class<T> type)
throws SQLException
SQLException
public <T> T getObject(String parameterName,
Class<T> type)
throws SQLException
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||