public class NetStatementReply extends NetPackageReply implements StatementReplyInterface
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_parsePKGNAMCT, parseRDBUPDRMcheckAndGetReceivedFlag, checkRequiredObjects, checkRequiredObjects, checkRequiredObjects, checkRequiredObjects, checkRequiredObjects, checkRequiredObjects, doObjnsprmSemantics, doPrccnvrmSemantics, doPrmnsprmSemantics, parseCCSIDDBC, parseCCSIDMBC, parseCCSIDSBC, parseCMDCHKRM, parseCMDNSPRM, parseCODPNT, parseCODPNTDR, parseCommitError, parseCRRTKN, parseEXTNAM, parseFastSVRCOD, parseFastVCS, parseIndoubtList, parseInitialPBSD, parseMGRLVLN, parsePBSD, parsePRCCNVCD, parsePRCCNVRM, parsePRDID, parseRDBNAM, parseSECCHKCD, parseSECMEC, parseSECTKN, parseSQLCARD, parseSRVCLSNM, parseSRVNAM, parseSRVRLSLV, parseSVRCOD, parseSYNCCTLreply, parseSYNCTYPE, parseSYNERRCD, parseSYNTAXRM, parseTypdefsOrMgrlvlovrs, parseUOWDSP, parseUSRID, parseVALNSPRM, parseXARETVAL, parseXID, parseXIDCNT, readCommitSubstitute, readLocalCommit, readLocalRollback, readLocalXACommit, readLocalXARollback, readLocalXAStart, readXaCommit, readXaEndUnitOfWork, readXaForget, readXaPrepare, readXaRecover, readXaRollback, readXaStartUnitOfWorkadjustDdmLength, adjustLengths, endOfSameIdChainData, ensureALayerDataInBuffer, ensureBLayerDataInBuffer, ensureSpaceInBufferForFill, fill, matchCodePoint, parseLengthAndMatchCodePoint, peekCodePoint, peekFastBytes, peekFastLength, peekForNullSqlcagrp, peekLength, peekNumOfColumns, peekTotalColumnCount, popCollectionStack, pushLengthOnCollectionStack, readDSSContinuationHeader, readDssHeader, readLengthAndCodePoint, startSameIdChainParsepublic void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException
readPrepareDescribeOutput in interface StatementReplyInterfaceDisconnectExceptionpublic void readStatementID(StatementCallbackInterface statement) throws DisconnectException
readStatementID in interface StatementReplyInterfaceDisconnectExceptionpublic void readExecuteImmediate(StatementCallbackInterface statement) throws DisconnectException
readExecuteImmediate in interface StatementReplyInterfaceDisconnectExceptionpublic void readOpenQuery(StatementCallbackInterface statement) throws DisconnectException
readOpenQuery in interface StatementReplyInterfaceDisconnectExceptionpublic void readExecute(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
readExecute in interface StatementReplyInterfaceDisconnectExceptionpublic void readPrepare(StatementCallbackInterface statement) throws DisconnectException
readPrepare in interface StatementReplyInterfaceDisconnectExceptionpublic void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
readDescribeInput in interface StatementReplyInterfaceDisconnectExceptionpublic void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException
readDescribeOutput in interface StatementReplyInterfaceDisconnectExceptionpublic void readExecuteCall(StatementCallbackInterface statement) throws DisconnectException
readExecuteCall in interface StatementReplyInterfaceDisconnectExceptionprotected void parseResultSetProcedure(StatementCallbackInterface statementI) throws DisconnectException
DisconnectExceptionprotected NetResultSet parseResultSetCursor(StatementCallbackInterface statementI, Section section) throws DisconnectException
DisconnectExceptionprotected void parseOpenQuery(StatementCallbackInterface statementI) throws DisconnectException
DisconnectExceptionprotected void parseEndQuery(ResultSetCallbackInterface resultSetI) throws DisconnectException
DisconnectExceptionprotected NetResultSet parseOPNQRYRM(StatementCallbackInterface statementI, boolean isOPNQRYreply) throws DisconnectException
When an EXCSQLSTT contains an SQL statement that invokes a stored procedure, and the procedure completes, an OPNQRYRM is returned for each answer set.
statementI - statement callback interfaceisOPNQRYreply - If true, parse a reply to an OPNQRY
command. Otherwise, parse a reply to an EXCSQLSTT command.NetResultSet valueDisconnectExceptionprotected void parseENDQRYRM(ResultSetCallbackInterface resultSetI) throws DisconnectException
DisconnectExceptionprotected ArrayList parseRSLSETRM() throws DisconnectException
DisconnectExceptionprotected NetSqlca parseSQLDTARD(NetSqldta netSqldta) throws DisconnectException
DisconnectExceptionprotected void parseQRYDSC(NetCursor cursor) throws DisconnectException
DisconnectExceptionprotected void parseQRYDTA(NetResultSet netResultSet) throws DisconnectException
DisconnectExceptionprotected void copyEXTDTA(NetCursor netCursor) throws DisconnectException
DisconnectExceptionprotected Object parsePKGNAMCSN(boolean skip) throws DisconnectException
DisconnectExceptionprotected int parseQRYPRCTYP()
throws DisconnectException
DisconnectExceptionprotected int parseFastQRYPRCTYP()
throws DisconnectException
DisconnectExceptionprotected int parseSQLCSRHLD()
throws DisconnectException
DisconnectExceptionprotected int parseFastSQLCSRHLD()
throws DisconnectException
DisconnectExceptionprotected int parseQRYATTSCR()
throws DisconnectException
DisconnectExceptionprotected int parseFastQRYATTSCR()
throws DisconnectException
DisconnectExceptionprotected int parseQRYATTSET()
throws DisconnectException
DisconnectExceptionprotected int parseFastQRYATTSET()
throws DisconnectException
DisconnectExceptionprotected int parseQRYATTSNS()
throws DisconnectException
DisconnectExceptionprotected int parseFastQRYATTSNS()
throws DisconnectException
DisconnectExceptionprotected int parseQRYATTUPD()
throws DisconnectException
DisconnectExceptionprotected int parseFastQRYATTUPD()
throws DisconnectException
DisconnectExceptionprotected ArrayList parsePKGSNLST() throws DisconnectException
DisconnectExceptionprotected NetSqlca parseSQLDARD(ColumnMetaData columnMetaData, StatementCallbackInterface statement, boolean skipBytes) throws DisconnectException
DisconnectExceptionprotected int parseSQLRSLRD(ArrayList sectionAL) throws DisconnectException
DisconnectExceptionprotected ColumnMetaData parseSQLCINRD() throws DisconnectException
DisconnectExceptionpublic void readSetSpecialRegister(StatementCallbackInterface statement) throws DisconnectException
readSetSpecialRegister in interface StatementReplyInterfaceDisconnectExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.