public class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes_ |
protected CcsidManager |
ccsidManager_ |
protected static int |
DSS_CONTINUATION_LEN |
protected int |
dssLengthLocation_ |
protected NetAgent |
netAgent_ |
protected int |
offset_ |
protected boolean |
passwordIncluded_ |
protected int |
passwordLength_ |
protected int |
passwordStart_ |
| Modifier and Type | Method and Description |
|---|---|
protected int |
calculateExtendedLengthByteCount(long ddmSize) |
protected void |
clearBuffer() |
protected void |
createCommand() |
protected void |
createXACommand() |
protected boolean |
doesRequestContainData() |
protected void |
ensureLength(int length) |
protected void |
finalizeDssLength() |
protected void |
finalizePreviousChainedDss(boolean dssHasSameCorrelator) |
protected void |
flush(OutputStream socketOutputStream) |
protected void |
flushExistingDSS() |
protected int |
flushScalarStreamSegment() |
protected int |
flushScalarStreamSegment(int leftToRead,
int bytesToRead) |
protected void |
mark() |
protected void |
markForCachingPKGNAMCSN() |
protected void |
markLengthBytes(int codePoint) |
protected void |
padScalarStreamForError(int leftToRead,
int bytesToRead) |
protected int |
popMark() |
protected int |
popMarkForCachingPKGNAMCSN() |
protected int |
prepScalarStream(boolean chained,
boolean chainedWithSameCorrelator,
boolean writeNullByte,
int leftToRead) |
protected void |
sendBytes(OutputStream socketOutputStream) |
void |
setCorrelationID(int id) |
void |
setDssLengthLocation(int location) |
protected void |
updateLengthBytes() |
protected void |
writeDouble(double v) |
protected void |
writeFloat(float v) |
protected void |
writeIntFdocaData(int v) |
protected void |
writeLongFdocaData(long v) |
protected void |
writeScalar1Byte(int codePoint,
int value) |
protected void |
writeScalar4Bytes(int codePoint,
long value) |
protected void |
writeShortFdocaData(short v) |
protected byte[] bytes_
protected int offset_
protected CcsidManager ccsidManager_
protected int dssLengthLocation_
protected boolean passwordIncluded_
protected int passwordStart_
protected int passwordLength_
protected NetAgent netAgent_
protected static final int DSS_CONTINUATION_LEN
protected final void clearBuffer()
protected final void ensureLength(int length)
protected final void createCommand()
protected void createXACommand()
protected final int prepScalarStream(boolean chained,
boolean chainedWithSameCorrelator,
boolean writeNullByte,
int leftToRead)
throws DisconnectException
DisconnectExceptionprotected final void flushExistingDSS()
throws DisconnectException
DisconnectExceptionprotected final int flushScalarStreamSegment(int leftToRead,
int bytesToRead)
throws DisconnectException
DisconnectExceptionprotected final int flushScalarStreamSegment()
throws DisconnectException
DisconnectExceptionprotected final void padScalarStreamForError(int leftToRead,
int bytesToRead)
throws DisconnectException
DisconnectExceptionprotected final void finalizePreviousChainedDss(boolean dssHasSameCorrelator)
protected final boolean doesRequestContainData()
protected final void finalizeDssLength()
protected final void markLengthBytes(int codePoint)
protected final void mark()
protected final int popMark()
protected final void markForCachingPKGNAMCSN()
protected final int popMarkForCachingPKGNAMCSN()
protected final void updateLengthBytes()
throws SqlException
SqlExceptionprotected final int calculateExtendedLengthByteCount(long ddmSize)
protected final void writeScalar1Byte(int codePoint,
int value)
protected final void writeScalar4Bytes(int codePoint,
long value)
protected void flush(OutputStream socketOutputStream) throws IOException
IOExceptionprotected void sendBytes(OutputStream socketOutputStream) throws IOException
IOExceptionprotected void writeShortFdocaData(short v)
protected void writeIntFdocaData(int v)
protected void writeLongFdocaData(long v)
protected void writeFloat(float v)
protected void writeDouble(double v)
public void setDssLengthLocation(int location)
public void setCorrelationID(int id)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.