org.apache.derby.client.net
Class NetCallableStatement
java.lang.Object
org.apache.derby.client.net.NetStatement
org.apache.derby.client.net.NetPreparedStatement
org.apache.derby.client.net.NetCallableStatement
- All Implemented Interfaces:
- MaterialPreparedStatement, MaterialStatement
public class NetCallableStatement
- extends NetPreparedStatement
- implements MaterialPreparedStatement
| Methods inherited from class org.apache.derby.client.net.NetStatement |
markClosedOnServer_, netReset, readExecuteCall_, readExecuteImmediate_, readExecuteImmediateForBatch_, readOpenQuery_, readPrepare_, readPrepareDescribeOutput_, readSetSpecialRegister_, reset_, resetNetStatement, resetNetStatement, writeExecuteCall_, writeExecuteImmediate_, writeOpenQuery_, writePrepare_, writePrepareDescribeOutput_, writeSetSpecialRegister_ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.derby.client.am.MaterialStatement |
markClosedOnServer_, readExecuteCall_, readExecuteImmediate_, readExecuteImmediateForBatch_, readOpenQuery_, readPrepare_, readPrepareDescribeOutput_, readSetSpecialRegister_, reset_, writeExecuteCall_, writeExecuteImmediate_, writeOpenQuery_, writePrepare_, writePrepareDescribeOutput_, writeSetSpecialRegister_ |
callableStatement_
CallableStatement callableStatement_
NetCallableStatement
NetCallableStatement(CallableStatement statement,
NetAgent netAgent,
NetConnection netConnection)
throws SqlException
- Throws:
SqlException
NetCallableStatement
NetCallableStatement(NetAgent netAgent,
NetConnection netConnection,
java.lang.String sql,
int type,
int concurrency,
int holdability,
ClientPooledConnection cpc)
throws SqlException
- Throws:
SqlException
initNetCallableStatement
private void initNetCallableStatement()
resetNetCallableStatement
void resetNetCallableStatement(CallableStatement statement,
NetAgent netAgent,
NetConnection netConnection)
throws SqlException
- Throws:
SqlException
initNetCallableStatement
private void initNetCallableStatement(CallableStatement statement)
resetNetCallableStatement
void resetNetCallableStatement(NetAgent netAgent,
NetConnection netConnection,
java.lang.String sql,
int type,
int concurrency,
int holdability)
throws SqlException
- Throws:
SqlException
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.