org.apache.derby.client.net
Interface StatementReplyInterface
- All Known Implementing Classes:
- NetResultSetReply, NetStatementReply, NetXAConnectionReply
public interface StatementReplyInterface
readPrepareDescribeOutput
void readPrepareDescribeOutput(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
readExecuteImmediate
void readExecuteImmediate(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
readOpenQuery
void readOpenQuery(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
readExecute
void readExecute(PreparedStatementCallbackInterface preparedStatement)
throws DisconnectException
- Throws:
DisconnectException
readPrepare
void readPrepare(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
readDescribeInput
void readDescribeInput(PreparedStatementCallbackInterface preparedStatement)
throws DisconnectException
- Throws:
DisconnectException
readDescribeOutput
void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement)
throws DisconnectException
- Throws:
DisconnectException
readExecuteCall
void readExecuteCall(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
readSetSpecialRegister
void readSetSpecialRegister(StatementCallbackInterface statement)
throws DisconnectException
- Throws:
DisconnectException
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.