public class NetCallableStatement extends NetPreparedStatement implements MaterialPreparedStatement
| Modifier and Type | Field and Description |
|---|---|
(package private) CallableStatement |
callableStatement_ |
preparedStatement_netAgent_, netConnection_, qryrowsetSentOnOpnqry_, statement_| Constructor and Description |
|---|
NetCallableStatement(CallableStatement statement,
NetAgent netAgent,
NetConnection netConnection) |
NetCallableStatement(NetAgent netAgent,
NetConnection netConnection,
java.lang.String sql,
int type,
int concurrency,
int holdability,
ClientPooledConnection cpc) |
| Modifier and Type | Method and Description |
|---|---|
private void |
initNetCallableStatement() |
private void |
initNetCallableStatement(CallableStatement statement) |
(package private) void |
resetNetCallableStatement(CallableStatement statement,
NetAgent netAgent,
NetConnection netConnection) |
(package private) void |
resetNetCallableStatement(NetAgent netAgent,
NetConnection netConnection,
java.lang.String sql,
int type,
int concurrency,
int holdability) |
readDescribeInput_, readDescribeOutput_, readExecute_, resetNetPreparedStatement, resetNetPreparedStatement, writeDescribeInput_, writeDescribeOutput_, writeExecute_, writeOpenQuery_markClosedOnServer_, netReset, readExecuteCall_, readExecuteImmediate_, readExecuteImmediateForBatch_, readOpenQuery_, readPrepare_, readPrepareDescribeOutput_, readSetSpecialRegister_, reset_, resetNetStatement, resetNetStatement, writeExecuteCall_, writeExecuteImmediate_, writeOpenQuery_, writePrepare_, writePrepareDescribeOutput_, writeSetSpecialRegister_clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadDescribeInput_, readDescribeOutput_, readExecute_, writeDescribeInput_, writeDescribeOutput_, writeExecute_, writeOpenQuery_markClosedOnServer_, readExecuteCall_, readExecuteImmediate_, readExecuteImmediateForBatch_, readOpenQuery_, readPrepare_, readPrepareDescribeOutput_, readSetSpecialRegister_, reset_, writeExecuteCall_, writeExecuteImmediate_, writeOpenQuery_, writePrepare_, writePrepareDescribeOutput_, writeSetSpecialRegister_CallableStatement callableStatement_
NetCallableStatement(CallableStatement statement, NetAgent netAgent, NetConnection netConnection) throws SqlException
SqlExceptionNetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, int type, int concurrency, int holdability, ClientPooledConnection cpc) throws SqlException
SqlExceptionprivate void initNetCallableStatement()
void resetNetCallableStatement(CallableStatement statement, NetAgent netAgent, NetConnection netConnection) throws SqlException
SqlExceptionprivate void initNetCallableStatement(CallableStatement statement)
void resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, int type, int concurrency, int holdability) throws SqlException
SqlExceptionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.