|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.client.net.Reply
org.apache.derby.client.net.NetConnectionReply
org.apache.derby.client.net.NetPackageReply
org.apache.derby.client.net.NetStatementReply
org.apache.derby.client.net.NetResultSetReply
public class NetResultSetReply
Field Summary |
---|
Fields inherited from class org.apache.derby.client.net.Reply |
---|
agent_, buffer_, count_, DEFAULT_BUFFER_SIZE, dssCorrelationID_, dssIsContinued_, dssLength_, END_OF_COLLECTION, END_OF_SAME_ID_CHAIN, ensuredLengthForDecryption_, longBufferForDecryption_, longCountForDecryption_, longPosForDecryption_, longValueForDecryption_, netAgent_, peekedCodePoint_, peekedLength_, pos_ |
Constructor Summary | |
---|---|
NetResultSetReply(NetAgent netAgent,
int bufferSize)
|
Method Summary | |
---|---|
(package private) void |
parseCloseError(ResultSetCallbackInterface resultSetI)
|
private void |
parseCLSQRYreply(ResultSetCallbackInterface resultSet)
|
private void |
parseCNTQRYreply(ResultSetCallbackInterface resultSetI,
boolean doCopyQrydta)
|
(package private) void |
parseFetchError(ResultSetCallbackInterface resultSetI)
|
private void |
parseQRYNOPRM(ResultSetCallbackInterface resultSet)
|
void |
readCursorClose(ResultSetCallbackInterface resultSet)
|
void |
readFetch(ResultSetCallbackInterface resultSet)
|
void |
readPositioningFetch(ResultSetCallbackInterface resultSet)
|
void |
readScrollableFetch(ResultSetCallbackInterface resultSet)
|
Methods inherited from class org.apache.derby.client.net.NetPackageReply |
---|
parseDTAMCHRM, parsePKGNAMCT, parseRDBUPDRM, parseSqlErrorCondition, parseSQLERRRM |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetResultSetReply(NetAgent netAgent, int bufferSize)
Method Detail |
---|
public void readFetch(ResultSetCallbackInterface resultSet) throws DisconnectException
readFetch
in interface ResultSetReplyInterface
DisconnectException
public void readPositioningFetch(ResultSetCallbackInterface resultSet) throws DisconnectException
readPositioningFetch
in interface ResultSetReplyInterface
DisconnectException
public void readScrollableFetch(ResultSetCallbackInterface resultSet) throws DisconnectException
readScrollableFetch
in interface ResultSetReplyInterface
DisconnectException
public void readCursorClose(ResultSetCallbackInterface resultSet) throws DisconnectException
readCursorClose
in interface ResultSetReplyInterface
DisconnectException
private void parseCLSQRYreply(ResultSetCallbackInterface resultSet) throws DisconnectException
DisconnectException
private void parseCNTQRYreply(ResultSetCallbackInterface resultSetI, boolean doCopyQrydta) throws DisconnectException
DisconnectException
void parseCloseError(ResultSetCallbackInterface resultSetI) throws DisconnectException
DisconnectException
void parseFetchError(ResultSetCallbackInterface resultSetI) throws DisconnectException
DisconnectException
private void parseQRYNOPRM(ResultSetCallbackInterface resultSet) throws DisconnectException
DisconnectException
|
Built on Thu 2011-03-10 11:54:14+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |