public interface DatabaseFetchAttributes
Modifier and Type | Method and Description |
---|---|
long |
getBlockingFactor() |
java.lang.String |
getCursorName() |
long |
getFetchBufferSize() |
int |
getFetchScrollOption() |
int |
getFetchScrollOptionRelativeValue() |
byte[] |
getRLECompressedFunctionParameters() |
int |
getTranslateIndicator() |
int |
getVariableFieldCompression() |
boolean |
isBlockingFactorSet() |
boolean |
isCursorNameSet() |
boolean |
isFetchBufferSizeSet() |
boolean |
isFetchScrollOptionSet() |
boolean |
isRLECompressedFunctionParametersSet() |
boolean |
isTranslateIndicatorSet() |
boolean |
isVariableFieldCompressionSet() |
void |
setBlockingFactor(long value) |
void |
setCursorName(java.lang.String value) |
void |
setFetchBufferSize(long value) |
void |
setFetchScrollOption(int value,
int relativeValue) |
void |
setRLECompressedFunctionParameters(byte[] value) |
void |
setTranslateIndicator(int value) |
void |
setVariableFieldCompression(int value) |
java.lang.String getCursorName()
boolean isCursorNameSet()
void setCursorName(java.lang.String value)
long getBlockingFactor()
boolean isBlockingFactorSet()
void setBlockingFactor(long value)
int getFetchScrollOption()
boolean isFetchScrollOptionSet()
void setFetchScrollOption(int value, int relativeValue)
int getFetchScrollOptionRelativeValue()
int getTranslateIndicator()
boolean isTranslateIndicatorSet()
void setTranslateIndicator(int value)
byte[] getRLECompressedFunctionParameters()
boolean isRLECompressedFunctionParametersSet()
void setRLECompressedFunctionParameters(byte[] value)
long getFetchBufferSize()
boolean isFetchBufferSizeSet()
void setFetchBufferSize(long value)
int getVariableFieldCompression()
boolean isVariableFieldCompressionSet()
void setVariableFieldCompression(int value)