com.ibm.jtopenlite.database
Interface DatabaseCreateRequestParameterBlockAttributes

All Known Implementing Classes:
DatabaseRequestAttributes

public interface DatabaseCreateRequestParameterBlockAttributes


Method Summary
 long getBlockingFactor()
           
 String getCursorName()
           
 int getDescribeOption()
           
 int getExtendedColumnDescriptorOption()
           
 String getExtendedSQLStatementText()
           
 long getFetchBufferSize()
           
 int getFetchScrollOption()
           
 int getFetchScrollOptionRelativeValue()
           
 int getHoldIndicator()
           
 int getOpenAttributes()
           
 String getPackageLibrary()
           
 String getPackageName()
           
 int getPrepareOption()
           
 String getPrepareStatementName()
           
 int getQueryTimeoutLimit()
           
 int getResultSetHoldabilityOption()
           
 int getReturnOptimisticLockingColumns()
           
 int getReuseIndicator()
           
 byte[] getRLECompressedFunctionParameters()
           
 int getScrollableCursorFlag()
           
 int getServerSideStaticCursorResultSetSize()
           
 int getSQLParameterMarkerBlockIndicator()
           
 String getSQLStatementText()
           
 int getSQLStatementType()
           
 int getTranslateIndicator()
           
 int getVariableFieldCompression()
           
 boolean isBlockingFactorSet()
           
 boolean isCursorNameSet()
           
 boolean isDescribeOptionSet()
           
 boolean isExtendedColumnDescriptorOptionSet()
           
 boolean isExtendedSQLStatementTextSet()
           
 boolean isFetchBufferSizeSet()
           
 boolean isFetchScrollOptionSet()
           
 boolean isHoldIndicatorSet()
           
 boolean isOpenAttributesSet()
           
 boolean isPackageLibrarySet()
           
 boolean isPackageNameSet()
           
 boolean isPrepareOptionSet()
           
 boolean isPrepareStatementNameSet()
           
 boolean isQueryTimeoutLimitSet()
           
 boolean isResultSetHoldabilityOptionSet()
           
 boolean isReturnOptimisticLockingColumnsSet()
           
 boolean isReuseIndicatorSet()
           
 boolean isRLECompressedFunctionParametersSet()
           
 boolean isScrollableCursorFlagSet()
           
 boolean isServerSideStaticCursorResultSetSizeSet()
           
 boolean isSQLParameterMarkerBlockIndicatorSet()
           
 boolean isSQLStatementTextSet()
           
 boolean isSQLStatementTypeSet()
           
 boolean isTranslateIndicatorSet()
           
 boolean isVariableFieldCompressionSet()
           
 void setBlockingFactor(long value)
           
 void setCursorName(String value)
           
 void setDescribeOption(int value)
           
 void setExtendedColumnDescriptorOption(int value)
           
 void setExtendedSQLStatementText(String value)
           
 void setFetchBufferSize(long value)
           
 void setFetchScrollOption(int value, int relativeValue)
           
 void setHoldIndicator(int value)
           
 void setOpenAttributes(int value)
           
 void setPackageLibrary(String value)
           
 void setPackageName(String value)
           
 void setPrepareOption(int value)
           
 void setPrepareStatementName(String value)
           
 void setQueryTimeoutLimit(int value)
           
 void setResultSetHoldabilityOption(int value)
           
 void setReturnOptimisticLockingColumns(int value)
           
 void setReuseIndicator(int value)
           
 void setRLECompressedFunctionParameters(byte[] value)
           
 void setScrollableCursorFlag(int value)
           
 void setServerSideStaticCursorResultSetSize(int value)
           
 void setSQLParameterMarkerBlockIndicator(int value)
           
 void setSQLStatementText(String value)
           
 void setSQLStatementType(int value)
           
 void setTranslateIndicator(int value)
           
 void setVariableFieldCompression(int value)
           
 

Method Detail

getPackageLibrary

String getPackageLibrary()

isPackageLibrarySet

boolean isPackageLibrarySet()

setPackageLibrary

void setPackageLibrary(String value)

getPackageName

String getPackageName()

isPackageNameSet

boolean isPackageNameSet()

setPackageName

void setPackageName(String value)

getTranslateIndicator

int getTranslateIndicator()

isTranslateIndicatorSet

boolean isTranslateIndicatorSet()

setTranslateIndicator

void setTranslateIndicator(int value)

getPrepareStatementName

String getPrepareStatementName()

isPrepareStatementNameSet

boolean isPrepareStatementNameSet()

setPrepareStatementName

void setPrepareStatementName(String value)

getSQLStatementText

String getSQLStatementText()

isSQLStatementTextSet

boolean isSQLStatementTextSet()

setSQLStatementText

void setSQLStatementText(String value)

getPrepareOption

int getPrepareOption()

isPrepareOptionSet

boolean isPrepareOptionSet()

setPrepareOption

void setPrepareOption(int value)

getOpenAttributes

int getOpenAttributes()

isOpenAttributesSet

boolean isOpenAttributesSet()

setOpenAttributes

void setOpenAttributes(int value)

getDescribeOption

int getDescribeOption()

isDescribeOptionSet

boolean isDescribeOptionSet()

setDescribeOption

void setDescribeOption(int value)

getCursorName

String getCursorName()

isCursorNameSet

boolean isCursorNameSet()

setCursorName

void setCursorName(String value)

getBlockingFactor

long getBlockingFactor()

isBlockingFactorSet

boolean isBlockingFactorSet()

setBlockingFactor

void setBlockingFactor(long value)

getScrollableCursorFlag

int getScrollableCursorFlag()

isScrollableCursorFlagSet

boolean isScrollableCursorFlagSet()

setScrollableCursorFlag

void setScrollableCursorFlag(int value)

getFetchScrollOption

int getFetchScrollOption()

isFetchScrollOptionSet

boolean isFetchScrollOptionSet()

setFetchScrollOption

void setFetchScrollOption(int value,
                          int relativeValue)

getFetchScrollOptionRelativeValue

int getFetchScrollOptionRelativeValue()

getHoldIndicator

int getHoldIndicator()

isHoldIndicatorSet

boolean isHoldIndicatorSet()

setHoldIndicator

void setHoldIndicator(int value)

getReuseIndicator

int getReuseIndicator()

isReuseIndicatorSet

boolean isReuseIndicatorSet()

setReuseIndicator

void setReuseIndicator(int value)

getSQLStatementType

int getSQLStatementType()

isSQLStatementTypeSet

boolean isSQLStatementTypeSet()

setSQLStatementType

void setSQLStatementType(int value)

getSQLParameterMarkerBlockIndicator

int getSQLParameterMarkerBlockIndicator()

isSQLParameterMarkerBlockIndicatorSet

boolean isSQLParameterMarkerBlockIndicatorSet()

setSQLParameterMarkerBlockIndicator

void setSQLParameterMarkerBlockIndicator(int value)

getQueryTimeoutLimit

int getQueryTimeoutLimit()

isQueryTimeoutLimitSet

boolean isQueryTimeoutLimitSet()

setQueryTimeoutLimit

void setQueryTimeoutLimit(int value)

getServerSideStaticCursorResultSetSize

int getServerSideStaticCursorResultSetSize()

isServerSideStaticCursorResultSetSizeSet

boolean isServerSideStaticCursorResultSetSizeSet()

setServerSideStaticCursorResultSetSize

void setServerSideStaticCursorResultSetSize(int value)

getRLECompressedFunctionParameters

byte[] getRLECompressedFunctionParameters()

isRLECompressedFunctionParametersSet

boolean isRLECompressedFunctionParametersSet()

setRLECompressedFunctionParameters

void setRLECompressedFunctionParameters(byte[] value)

getExtendedColumnDescriptorOption

int getExtendedColumnDescriptorOption()

isExtendedColumnDescriptorOptionSet

boolean isExtendedColumnDescriptorOptionSet()

setExtendedColumnDescriptorOption

void setExtendedColumnDescriptorOption(int value)

getResultSetHoldabilityOption

int getResultSetHoldabilityOption()

isResultSetHoldabilityOptionSet

boolean isResultSetHoldabilityOptionSet()

setResultSetHoldabilityOption

void setResultSetHoldabilityOption(int value)

getExtendedSQLStatementText

String getExtendedSQLStatementText()

isExtendedSQLStatementTextSet

boolean isExtendedSQLStatementTextSet()

setExtendedSQLStatementText

void setExtendedSQLStatementText(String value)

getVariableFieldCompression

int getVariableFieldCompression()

isVariableFieldCompressionSet

boolean isVariableFieldCompressionSet()

setVariableFieldCompression

void setVariableFieldCompression(int value)

getFetchBufferSize

long getFetchBufferSize()

isFetchBufferSizeSet

boolean isFetchBufferSizeSet()

setFetchBufferSize

void setFetchBufferSize(long value)

getReturnOptimisticLockingColumns

int getReturnOptimisticLockingColumns()

isReturnOptimisticLockingColumnsSet

boolean isReturnOptimisticLockingColumnsSet()

setReturnOptimisticLockingColumns

void setReturnOptimisticLockingColumns(int value)