com.ibm.jtopenlite.database
Interface DatabaseFetchAttributes
- All Known Implementing Classes:
- DatabaseRequestAttributes
public interface DatabaseFetchAttributes
getCursorName
String getCursorName()
isCursorNameSet
boolean isCursorNameSet()
setCursorName
void setCursorName(String value)
getBlockingFactor
long getBlockingFactor()
isBlockingFactorSet
boolean isBlockingFactorSet()
setBlockingFactor
void setBlockingFactor(long value)
getFetchScrollOption
int getFetchScrollOption()
isFetchScrollOptionSet
boolean isFetchScrollOptionSet()
setFetchScrollOption
void setFetchScrollOption(int value,
int relativeValue)
getFetchScrollOptionRelativeValue
int getFetchScrollOptionRelativeValue()
getTranslateIndicator
int getTranslateIndicator()
isTranslateIndicatorSet
boolean isTranslateIndicatorSet()
setTranslateIndicator
void setTranslateIndicator(int value)
getRLECompressedFunctionParameters
byte[] getRLECompressedFunctionParameters()
isRLECompressedFunctionParametersSet
boolean isRLECompressedFunctionParametersSet()
setRLECompressedFunctionParameters
void setRLECompressedFunctionParameters(byte[] value)
getFetchBufferSize
long getFetchBufferSize()
isFetchBufferSizeSet
boolean isFetchBufferSizeSet()
setFetchBufferSize
void setFetchBufferSize(long value)
getVariableFieldCompression
int getVariableFieldCompression()
isVariableFieldCompressionSet
boolean isVariableFieldCompressionSet()
setVariableFieldCompression
void setVariableFieldCompression(int value)