org.apache.derby.client.net
Class NetCallableStatement

java.lang.Object
  extended by org.apache.derby.client.net.NetStatement
      extended by org.apache.derby.client.net.NetPreparedStatement
          extended by org.apache.derby.client.net.NetCallableStatement
All Implemented Interfaces:
MaterialPreparedStatement, MaterialStatement

public class NetCallableStatement
extends NetPreparedStatement
implements MaterialPreparedStatement


Field Summary
(package private)  CallableStatement callableStatement_
           
 
Fields inherited from class org.apache.derby.client.net.NetPreparedStatement
preparedStatement_
 
Fields inherited from class org.apache.derby.client.net.NetStatement
netAgent_, netConnection_, qryrowsetSentOnOpnqry_, statement_
 
Constructor Summary
NetCallableStatement(CallableStatement statement, NetAgent netAgent, NetConnection netConnection)
           
NetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, int type, int concurrency, int holdability, ClientPooledConnection cpc)
           
 
Method Summary
protected  void finalize()
           
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)
           
(package private)  void resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, Section section)
           
(package private)  void resetNetCallableStatement(NetAgent netAgent, NetConnection netConnection, java.lang.String sql, Section section, ColumnMetaData parameterMetaData, ColumnMetaData resultSetMetaData)
           
 
Methods inherited from class org.apache.derby.client.net.NetPreparedStatement
readDescribeInput_, readDescribeOutput_, readExecute_, resetNetPreparedStatement, resetNetPreparedStatement, resetNetPreparedStatement, resetNetPreparedStatement, writeDescribeInput_, writeDescribeOutput_, writeExecute_, writeOpenQuery_
 
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.derby.client.am.MaterialPreparedStatement
readDescribeInput_, readDescribeOutput_, readExecute_, writeDescribeInput_, writeDescribeOutput_, writeExecute_, writeOpenQuery_
 
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_
 

Field Detail

callableStatement_

CallableStatement callableStatement_
Constructor Detail

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
Method Detail

initNetCallableStatement

private void initNetCallableStatement()

resetNetCallableStatement

void resetNetCallableStatement(CallableStatement statement,
                               NetAgent netAgent,
                               NetConnection netConnection)
                         throws SqlException
Throws:
SqlException

initNetCallableStatement

private void initNetCallableStatement(CallableStatement statement)
                               throws SqlException
Throws:
SqlException

resetNetCallableStatement

void resetNetCallableStatement(NetAgent netAgent,
                               NetConnection netConnection,
                               java.lang.String sql,
                               int type,
                               int concurrency,
                               int holdability)
                         throws SqlException
Throws:
SqlException

resetNetCallableStatement

void resetNetCallableStatement(NetAgent netAgent,
                               NetConnection netConnection,
                               java.lang.String sql,
                               Section section)
                         throws SqlException
Throws:
SqlException

resetNetCallableStatement

void resetNetCallableStatement(NetAgent netAgent,
                               NetConnection netConnection,
                               java.lang.String sql,
                               Section section,
                               ColumnMetaData parameterMetaData,
                               ColumnMetaData resultSetMetaData)
                         throws SqlException
Throws:
SqlException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class NetPreparedStatement
Throws:
java.lang.Throwable

Built on Thu 2011-03-10 11:54:14+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.