org.apache.derby.client.net
Class StatementReply

java.lang.Object
  extended by org.apache.derby.client.net.ConnectionReply
      extended by org.apache.derby.client.net.StatementReply
Direct Known Subclasses:
ResultSetReply

public class StatementReply
extends ConnectionReply


Field Summary
private  StatementReplyInterface materialStatementReply_
           
 
Fields inherited from class org.apache.derby.client.net.ConnectionReply
agent_
 
Constructor Summary
StatementReply(Agent agent, StatementReplyInterface materialStatementReply, ConnectionReplyInterface materialConnectionReply)
           
 
Method Summary
 void readDescribeInput(PreparedStatementCallbackInterface preparedStatement)
           
 void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement)
           
 void readExecute(PreparedStatementCallbackInterface preparedStatement)
           
 void readExecuteCall(StatementCallbackInterface statement)
           
 void readExecuteImmediate(StatementCallbackInterface statement)
           
 void readOpenQuery(StatementCallbackInterface statement)
           
 void readPrepare(StatementCallbackInterface statement)
           
 void readPrepareDescribeOutput(StatementCallbackInterface statement)
           
 void readSetSpecialRegister(StatementCallbackInterface statement)
           
 
Methods inherited from class org.apache.derby.client.net.ConnectionReply
readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

materialStatementReply_

private StatementReplyInterface materialStatementReply_
Constructor Detail

StatementReply

StatementReply(Agent agent,
               StatementReplyInterface materialStatementReply,
               ConnectionReplyInterface materialConnectionReply)
Method Detail

readPrepareDescribeOutput

public void readPrepareDescribeOutput(StatementCallbackInterface statement)
                               throws SqlException
Throws:
SqlException

readExecuteImmediate

public void readExecuteImmediate(StatementCallbackInterface statement)
                          throws SqlException
Throws:
SqlException

readOpenQuery

public void readOpenQuery(StatementCallbackInterface statement)
                   throws SqlException
Throws:
SqlException

readExecute

public void readExecute(PreparedStatementCallbackInterface preparedStatement)
                 throws SqlException
Throws:
SqlException

readPrepare

public void readPrepare(StatementCallbackInterface statement)
                 throws SqlException
Throws:
SqlException

readDescribeInput

public void readDescribeInput(PreparedStatementCallbackInterface preparedStatement)
                       throws SqlException
Throws:
SqlException

readDescribeOutput

public void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement)
                        throws SqlException
Throws:
SqlException

readExecuteCall

public void readExecuteCall(StatementCallbackInterface statement)
                     throws SqlException
Throws:
SqlException

readSetSpecialRegister

public void readSetSpecialRegister(StatementCallbackInterface statement)
                            throws SqlException
Throws:
SqlException

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.