class NetCallableStatement extends NetPreparedStatement implements MaterialPreparedStatement
Modifier and Type | Field and Description |
---|---|
(package private) ClientCallableStatement |
callableStatement_ |
preparedStatement_
netAgent_, netConnection_, qryrowsetSentOnOpnqry_, statement_
Modifier | Constructor and Description |
---|---|
private |
NetCallableStatement(ClientCallableStatement statement,
NetAgent netAgent,
NetConnection netConnection) |
(package private) |
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(ClientCallableStatement statement) |
private void |
resetNetCallableStatement(ClientCallableStatement statement,
NetAgent netAgent,
NetConnection netConnection) |
(package private) void |
resetNetCallableStatement(NetAgent netAgent,
NetConnection netConnection,
java.lang.String sql,
int type,
int concurrency,
int holdability) |
readDescribeInput_, readExecute_, resetNetPreparedStatement, resetNetPreparedStatement, writeDescribeInput_, writeExecute_, writeOpenQuery_
markClosedOnServer_, 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, wait
readDescribeInput_, readExecute_, writeDescribeInput_, writeExecute_, writeOpenQuery_
readExecuteCall_, readExecuteImmediate_, readExecuteImmediateForBatch_, readOpenQuery_, readPrepare_, readPrepareDescribeOutput_, readSetSpecialRegister_, reset_, writeExecuteCall_, writeExecuteImmediate_, writeOpenQuery_, writePrepare_, writePrepareDescribeOutput_, writeSetSpecialRegister_
ClientCallableStatement callableStatement_
private NetCallableStatement(ClientCallableStatement statement, NetAgent netAgent, NetConnection netConnection) throws SqlException
SqlException
NetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, int type, int concurrency, int holdability, ClientPooledConnection cpc) throws SqlException
SqlException
private void initNetCallableStatement()
private void resetNetCallableStatement(ClientCallableStatement statement, NetAgent netAgent, NetConnection netConnection) throws SqlException
SqlException
private void initNetCallableStatement(ClientCallableStatement statement)
void resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, int type, int concurrency, int holdability) throws SqlException
SqlException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.