public class NetResultSetRequest extends NetStatementRequest implements ResultSetRequestInterface
bytes_, ccsidManager_, DSS_CONTINUATION_LEN, dssLengthLocation_, netAgent_, offset_, passwordIncluded_, passwordLength_, passwordStart_| Constructor and Description |
|---|
NetResultSetRequest(NetAgent netAgent,
CcsidManager ccsidManager,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeCursorClose(NetResultSet resultSet,
Section section) |
void |
writeFetch(NetResultSet resultSet,
Section section,
int fetchSize) |
void |
writePositioningFetch(NetResultSet resultSet,
Section section,
int orientation,
long rowToFetch) |
void |
writeScrollableFetch(NetResultSet resultSet,
Section section,
int fetchSize,
int orientation,
long rowToFetch,
boolean resetQueryBlocks) |
buildOUTOVR, buildSQLCADTA, buildSQLDTA, buildSQLDTAGRP, buildSQLDTARD, writeDescribeInput, writeDescribeOutput, writeExecute, writeExecute, writeExecuteCall, writeExecuteImmediate, writeGetStmtUUID, writeOpenQuery, writeOpenQuery, writePrepare, writePrepareDescribeOutput, writeSetSpecialRegisterbuildSQLATTRcommandData, buildSQLSTTcommandData, encryptDataStreamwriteCommitSubstitute, writeForget, writeLocalCommit, writeLocalRollback, writeLocalXACommit, writeLocalXARollback, writeLocalXAStart, writeReleaseConversation, writeSYNCType, writeXaCommit, writeXaEndUnitOfWork, writeXaForget, writeXaPrepare, writeXaRecover, writeXaRollback, writeXaStartUnitOfWorkcalculateExtendedLengthByteCount, clearBuffer, createCommand, createXACommand, doesRequestContainData, ensureLength, finalizeDssLength, finalizePreviousChainedDss, flush, flushExistingDSS, flushScalarStreamSegment, flushScalarStreamSegment, mark, markForCachingPKGNAMCSN, markLengthBytes, padScalarStreamForError, popMark, popMarkForCachingPKGNAMCSN, prepScalarStream, sendBytes, setCorrelationID, setDssLengthLocation, updateLengthBytes, writeDouble, writeFloat, writeIntFdocaData, writeLongFdocaData, writeScalar1Byte, writeScalar4Bytes, writeShortFdocaDatapublic NetResultSetRequest(NetAgent netAgent, CcsidManager ccsidManager, int bufferSize)
public void writeFetch(NetResultSet resultSet, Section section, int fetchSize) throws SqlException
writeFetch in interface ResultSetRequestInterfaceSqlExceptionpublic void writeScrollableFetch(NetResultSet resultSet, Section section, int fetchSize, int orientation, long rowToFetch, boolean resetQueryBlocks) throws SqlException
writeScrollableFetch in interface ResultSetRequestInterfaceSqlExceptionpublic void writePositioningFetch(NetResultSet resultSet, Section section, int orientation, long rowToFetch) throws SqlException
writePositioningFetch in interface ResultSetRequestInterfaceSqlExceptionpublic void writeCursorClose(NetResultSet resultSet, Section section) throws SqlException
writeCursorClose in interface ResultSetRequestInterfaceSqlExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.