org.apache.derby.client.net
Class StatementReply
java.lang.Object
org.apache.derby.client.net.ConnectionReply
org.apache.derby.client.net.StatementReply
- Direct Known Subclasses:
- ResultSetReply
public class StatementReply
- extends ConnectionReply
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
materialStatementReply_
private StatementReplyInterface materialStatementReply_
StatementReply
StatementReply(Agent agent,
StatementReplyInterface materialStatementReply,
ConnectionReplyInterface materialConnectionReply)
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
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.