Fennel: ProxyFlatFileTupleStreamDef Class Reference (original) (raw)

#include <[FemGeneratedClasses.h](FemGeneratedClasses%5F8h-source.html)>

Inheritance diagram for ProxyFlatFileTupleStreamDef:

List of all members.

Public Member Functions
std::string getCalcProgram ()
int32_t getCodePage ()
SharedProxyColumnName getColumn ()
std::string getDataFilePath ()
std::string getErrorFilePath ()
std::string getEscapeCharacter ()
std::string getFieldDelimiter ()
bool isHasHeader ()
bool isLenient ()
bool isMapped ()
int32_t getNumRowsScan ()
std::string getQuoteCharacter ()
std::string getRowDelimiter ()
std::string getSubstituteCharacter ()
bool isTranslationRecovery ()
bool isTrim ()
void init (JniEnvRef pEnv, jobject jObject)
Initializes this proxy.
std::string getInterfaceName ()
**Returns:**name of the Java interface implemented by this proxy
Public Attributes
JniEnvRef pEnv
The JniEnvRef for the thread in which this proxy operates.
jobject jObject
The Java object being proxied.
Static Public Attributes
static jmethodID meth_getCalcProgram
static jmethodID meth_getCodePage
static jmethodID meth_getColumn
static jmethodID meth_getDataFilePath
static jmethodID meth_getErrorFilePath
static jmethodID meth_getEscapeCharacter
static jmethodID meth_getFieldDelimiter
static jmethodID meth_isHasHeader
static jmethodID meth_isLenient
static jmethodID meth_isMapped
static jmethodID meth_getNumRowsScan
static jmethodID meth_getQuoteCharacter
static jmethodID meth_getRowDelimiter
static jmethodID meth_getSubstituteCharacter
static jmethodID meth_isTranslationRecovery
static jmethodID meth_isTrim
Protected Member Functions
std::string constructString (jobject jStringObj)
jstring constructJavaString (const std::string &stringObj)
int32_t int32Value (jobject jIntegerObj)
jobject constructJavaInteger (const int32_t &value)
int64_t int64Value (jobject jLongObj)
jobject constructJavaLong (const int64_t &value)
int16_t int16Value (jobject jShortObj)
jobject constructJavaShort (const int16_t &value)
double doubleValue (jobject jDoubleObj)
jobject constructJavaDouble (const double &value)
float floatValue (jobject jFloatObj)
jobject constructJavaFloat (const float &value)
bool boolValue (jobject jBooleanObj)
jobject constructJavaBoolean (const bool &value)

Detailed Description

Definition at line 858 of file FemGeneratedClasses.h.


Member Function Documentation

| std::string ProxyFlatFileTupleStreamDef::getCalcProgram | ( | | ) | | ------------------------------------------------------- | - | | - |

| int32_t ProxyFlatFileTupleStreamDef::getCodePage | ( | | ) | | ----------------------------------------------------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getDataFilePath | ( | | ) | | -------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getErrorFilePath | ( | | ) | | --------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getEscapeCharacter | ( | | ) | | ----------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getFieldDelimiter | ( | | ) | | ---------------------------------------------------------- | - | | - |

| bool ProxyFlatFileTupleStreamDef::isHasHeader | ( | | ) | | --------------------------------------------- | - | | - |

| bool ProxyFlatFileTupleStreamDef::isLenient | ( | | ) | | ------------------------------------------- | - | | - |

| bool ProxyFlatFileTupleStreamDef::isMapped | ( | | ) | | ------------------------------------------ | - | | - |

| int32_t ProxyFlatFileTupleStreamDef::getNumRowsScan | ( | | ) | | -------------------------------------------------------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getQuoteCharacter | ( | | ) | | ---------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getRowDelimiter | ( | | ) | | -------------------------------------------------------- | - | | - |

| std::string ProxyFlatFileTupleStreamDef::getSubstituteCharacter | ( | | ) | | --------------------------------------------------------------- | - | | - |

| bool ProxyFlatFileTupleStreamDef::isTranslationRecovery | ( | | ) | | ------------------------------------------------------- | - | | - |

| bool ProxyFlatFileTupleStreamDef::isTrim | ( | | ) | | ---------------------------------------- | - | | - |

std::string JniProxy::constructString ( jobject jStringObj ) [inline, protected, inherited]

Definition at line 50 of file JniProxy.h.

References JniUtil::toStdString().

Referenced by ProxyWindowPartitionDef::getAddProgram(), ProxyCmdRestoreFromBackup::getBackupPathname(), ProxyCmdInitiateBackup::getBackupPathname(), getCalcProgram(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyGenericStreamDef::getContent(), getDataFilePath(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), getErrorFilePath(), getEscapeCharacter(), getFieldDelimiter(), ProxyAggInvocation::getFunction(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyWindowStreamDef::getOutputProgram(), ProxyCalcTupleStreamDef::getProgram(), getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyJavaTransformStreamDef::getReserved(), ProxyBarrierStreamDef::getReturnMode(), getRowDelimiter(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyCmdCreateStreamHandle::getStreamName(), getSubstituteCharacter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyGenericStreamDef::getType(), and ProxyDatabaseParam::getValue().

00051 { 00052 jstring jString = reinterpret_cast(jStringObj); 00053 return JniUtil::toStdString(pEnv,jString); 00054 }

jstring JniProxy::constructJavaString ( const std::string & stringObj ) [inline, protected, inherited]

Definition at line 57 of file JniProxy.h.

00058 { 00059 return pEnv->NewStringUTF(stringObj.c_str()); 00060 }

int32_t JniProxy::int32Value ( jobject jIntegerObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaInteger ( const int32_t & value ) [inline, protected, inherited]
int64_t JniProxy::int64Value ( jobject jLongObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaLong ( const int64_t & value ) [inline, protected, inherited]
int16_t JniProxy::int16Value ( jobject jShortObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaShort ( const int16_t & value ) [inline, protected, inherited]
double JniProxy::doubleValue ( jobject jDoubleObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaDouble ( const double & value ) [inline, protected, inherited]
float JniProxy::floatValue ( jobject jFloatObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaFloat ( const float & value ) [inline, protected, inherited]
bool JniProxy::boolValue ( jobject jBooleanObj ) [inline, protected, inherited]
jobject JniProxy::constructJavaBoolean ( const bool & value ) [inline, protected, inherited]
void JniProxy::init ( JniEnvRef pEnv,
jobject jObject
) [inherited]

| std::string JniProxy::getInterfaceName | ( | | ) | [inline, inherited] | | -------------------------------------- | - | | - | --------------------- |


Member Data Documentation

The JniEnvRef for the thread in which this proxy operates.

Definition at line 144 of file JniProxy.h.

Referenced by ProxyCmdInitiateBackup::clearResultDataDeviceSize(), ProxyCmdVerifyIndex::clearResultPageCount(), ProxyCmdOpenDatabase::clearResultRecoveryRequired(), ProxyCmdVerifyIndex::clearResultUniqueKeyCount(), JniProxyVisitTable< Visitor >::VisitorMethodImpl< ProxyImpl >::execute(), ProxyWindowPartitionDef::getAddProgram(), ProxyAggStreamDef::getAggInvocation(), ProxyAggInvocation::getAggStreamDef(), ProxyTupleAccessor::getAttrAccessor(), ProxyTupleDescriptor::getAttrDescriptor(), ProxyTupleAttrProjection::getAttributeIndex(), ProxyTupleProjection::getAttrProjection(), ProxyCmdRestoreFromBackup::getBackupPathname(), ProxyCmdInitiateBackup::getBackupPathname(), ProxyDynamicParameter::getBarrier(), ProxyTupleAccessor::getBitFieldOffset(), ProxyTupleAttrAccessor::getBitValueIndex(), ProxyWindowPartitionDef::getBucketDesc(), ProxyTupleAttrDescriptor::getByteLength(), getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), getCodePage(), getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), getDataFilePath(), ProxyDatabaseCmd::getDbHandle(), ProxyCmdPrepareExecutionStreamGraph::getDegreeOfParallelism(), ProxySortingStreamDef::getDescendingProj(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyBarrierStreamDef::getDynamicParameter(), ProxyReshapeParameter::getDynamicParamId(), ProxyDynamicParamUse::getDynamicParamId(), ProxyExecutionStreamDef::getDynamicParamUse(), ProxyTupleAttrAccessor::getEndIndirectOffset(), getErrorFilePath(), getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), getFieldDelimiter(), ProxyCmdRestoreFromBackup::getFileSize(), ProxyLhxJoinStreamDef::getFilterNullProj(), ProxyTupleAttrAccessor::getFixedOffset(), ProxyColumnName::getFlatFile(), ProxyAggInvocation::getFunction(), ProxyAggStreamDef::getGroupingPrefixSize(), ProxyCorrelation::getId(), ProxyLbmSplicerStreamDef::getIndexAccessor(), ProxyIndexCmd::getIndexId(), ProxyIndexAccessorDef::getIndexId(), ProxyCorrelation::getIndexSearch(), ProxyTableWriterDef::getIndexWriter(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyAggInvocation::getInputAttributeIndex(), ProxyReshapeStreamDef::getInputCompareProjection(), ProxyIndexSearchDef::getInputDirectiveProj(), ProxyExecutionStreamDef::getInputFlow(), ProxyIndexSearchDef::getInputJoinProj(), ProxyIndexSearchDef::getInputKeyProj(), ProxyWindowStreamDef::getInputOrderKeyList(), ProxyIndexWriterDef::getInputProj(), ProxyLbmSplicerStreamDef::getInsertRowCountParamId(), ProxyLbmGeneratorStreamDef::getInsertRowCountParamId(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyKeyAccessorDef::getKeyProj(), ProxyIndexCmd::getKeyProj(), ProxyIndexCmd::getLeafPageIdProj(), ProxyNestedLoopJoinStreamDef::getLeftJoinKey(), ProxyLhxJoinStreamDef::getLeftKeyProj(), ProxyHandle::getLongHandle(), ProxyCmdRestoreFromBackup::getLowerBoundCsn(), ProxyCmdInitiateBackup::getLowerBoundCsn(), ProxyCmdCompleteBackup::getLowerBoundCsn(), ProxyTupleAccessor::getMinByteLength(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyCorrelation::getNestedLoopJoin(), ProxyCmdVersionIndexRoot::getNewRootPageId(), ProxyTupleAttrAccessor::getNullBitIndex(), ProxyLhxJoinStreamDef::getNumBuildRows(), ProxyLhxAggStreamDef::getNumRows(), getNumRowsScan(), ProxyWindowDef::getOffset(), ProxyCorrelation::getOffset(), ProxyCmdAlterSystemDeallocate::getOldestLabelCsn(), ProxyCmdVersionIndexRoot::getOldRootPageId(), ProxyWindowDef::getOrderKeyList(), ProxyExecutionStreamDef::getOutputDesc(), ProxyExecutionStreamDef::getOutputFlow(), ProxyWindowStreamDef::getOutputProgram(), ProxyLcsRowScanStreamDef::getOutputProj(), ProxyIndexScanDef::getOutputProj(), ProxyReshapeStreamDef::getOutputProjection(), ProxyCmdSetParam::getParam(), ProxyDynamicParameter::getParameterId(), ProxyCmdOpenDatabase::getParams(), ProxyWindowDef::getPartition(), ProxyWindowPartitionDef::getPartitionKeyList(), ProxyExecStreamDataFlow::getProducer(), ProxyCalcTupleStreamDef::getProgram(), getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyMultiUseBufferingStreamDef::getReaderRefCountParamId(), ProxyBernoulliSamplingStreamDef::getRepeatableSeed(), ProxyJavaTransformStreamDef::getReserved(), ProxyReshapeParameter::getReshape(), ProxyReshapeStreamDef::getReshapeParameter(), ProxyLcsRowScanStreamDef::getResidualFilterColumns(), ProxyCmdInitiateBackup::getResultDataDeviceSize(), ProxyCsnHandleReturningCmd::getResultHandle(), ProxyCmdSavepoint::getResultHandle(), ProxyCmdOpenDatabase::getResultHandle(), ProxyCmdCreateStreamHandle::getResultHandle(), ProxyCmdCreateExecutionStreamGraph::getResultHandle(), ProxyBeginTxnCmd::getResultHandle(), ProxyCmdVerifyIndex::getResultPageCount(), ProxyCmdVerifyIndex::getResultUniqueKeyCount(), ProxyBarrierStreamDef::getReturnMode(), ProxyLbmUnionStreamDef::getRidLimitParamId(), ProxyLbmChopperStreamDef::getRidLimitParamId(), ProxyLhxJoinStreamDef::getRightKeyProj(), ProxyIndexAccessorDef::getRootPageId(), ProxyIndexAccessCmd::getRootPageId(), ProxyIndexAccessorDef::getRootPageIdParamId(), ProxyMockTupleStreamDef::getRowCount(), getRowDelimiter(), ProxyLbmSearchStreamDef::getRowLimitParamId(), ProxyLbmBitOpStreamDef::getRowLimitParamId(), ProxyLcsClusterScanDef::getRowScan(), ProxyLcsRowScanStreamDef::getSamplingClumps(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyLcsRowScanStreamDef::getSamplingRate(), ProxyBernoulliSamplingStreamDef::getSamplingRate(), ProxyLcsRowScanStreamDef::getSamplingRepeatableSeed(), ProxyLcsRowScanStreamDef::getSamplingRowCount(), ProxyIndexSearchDef::getSearchKeyParameter(), ProxyIndexCmd::getSegmentId(), ProxyIndexAccessorDef::getSegmentId(), ProxyLbmUnionStreamDef::getSegmentLimitParamId(), ProxyCmdInitiateBackup::getSpacePadding(), ProxySplicerIndexAccessorDef::getSplicer(), ProxyLbmSearchStreamDef::getStartRidParamId(), ProxyLbmBitOpStreamDef::getStartRidParamId(), ProxyCmdPrepareExecutionStreamGraph::getStreamDefs(), ProxyTupleStreamGraphCmd::getStreamGraphHandle(), ProxyJavaTransformStreamDef::getStreamId(), ProxyJavaSinkStreamDef::getStreamId(), ProxyCmdCreateStreamHandle::getStreamName(), getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), ProxyTupleAttrDescriptor::getTypeOrdinal(), ProxyTableUpdaterDef::getUpdateProj(), ProxyCmdRestoreFromBackup::getUpperBoundCsn(), ProxyCmdCompleteBackup::getUpperBoundCsn(), ProxyDatabaseParam::getValue(), ProxyWindowStreamDef::getWindow(), ProxyWindowPartitionDef::getWindow(), ProxyWindowDef::getWindowStream(), ProxyLbmSplicerStreamDef::getWriteRowCountParamId(), JniProxy::init(), ProxyCmdCheckpoint::isAsync(), ProxyCmdInitiateBackup::isCheckSpaceRequirements(), ProxyCmdOpenDatabase::isCreateDatabase(), ProxyLbmGeneratorStreamDef::isCreateIndex(), ProxyLbmSplicerStreamDef::isCreateNewIndex(), ProxySortingStreamDef::isEarlyClose(), ProxyCmdVerifyIndex::isEstimate(), ProxyWindowStreamDef::isFilter(), ProxyCalcTupleStreamDef::isFilter(), ProxyLcsRowScanStreamDef::isFullScan(), ProxyCmdCheckpoint::isFuzzy(), ProxyLcsRowScanStreamDef::isHasExtraFilter(), isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), isLenient(), isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), ProxyTupleAttrDescriptor::isNullable(), ProxyIndexSearchDef::isOuterJoin(), ProxyReshapeParameter::isOutputParam(), ProxyWindowDef::isPhysical(), ProxyIndexSearchDef::isPrefetch(), ProxyMergeStreamDef::isPrePullInputs(), ProxyDynamicParamUse::isRead(), ProxyCmdBeginTxn::isReadOnly(), ProxyIndexAccessorDef::isReadOnlyCommittedData(), ProxyBernoulliSamplingStreamDef::isRepeatable(), ProxyCmdOpenDatabase::isResultRecoveryRequired(), ProxyLhxJoinStreamDef::isRightInner(), ProxyLhxJoinStreamDef::isRightOuter(), ProxyLcsRowScanStreamDef::isSamplingRepeatable(), ProxyMergeStreamDef::isSequential(), ProxyLhxJoinStreamDef::isSetopAll(), ProxyLhxJoinStreamDef::isSetopDistinct(), isTranslationRecovery(), isTrim(), ProxyIndexSearchDef::isUniqueKey(), ProxyIndexWriterDef::isUpdateInPlace(), ProxyCmdInitiateBackup::setResultDataDeviceSize(), ProxyCmdVerifyIndex::setResultPageCount(), ProxyCmdOpenDatabase::setResultRecoveryRequired(), ProxyCmdVerifyIndex::setResultUniqueKeyCount(), and ExecStreamFactory::visit().

The Java object being proxied.

Definition at line 149 of file JniProxy.h.

Referenced by ProxyCmdInitiateBackup::clearResultDataDeviceSize(), ProxyCmdVerifyIndex::clearResultPageCount(), ProxyCmdOpenDatabase::clearResultRecoveryRequired(), ProxyCmdVerifyIndex::clearResultUniqueKeyCount(), JniProxyVisitTable< Visitor >::VisitorMethodImpl< ProxyImpl >::execute(), ProxyWindowPartitionDef::getAddProgram(), ProxyAggStreamDef::getAggInvocation(), ProxyAggInvocation::getAggStreamDef(), ProxyTupleAccessor::getAttrAccessor(), ProxyTupleDescriptor::getAttrDescriptor(), ProxyTupleAttrProjection::getAttributeIndex(), ProxyTupleProjection::getAttrProjection(), ProxyCmdRestoreFromBackup::getBackupPathname(), ProxyCmdInitiateBackup::getBackupPathname(), ProxyDynamicParameter::getBarrier(), ProxyTupleAccessor::getBitFieldOffset(), ProxyTupleAttrAccessor::getBitValueIndex(), ProxyWindowPartitionDef::getBucketDesc(), ProxyTupleAttrDescriptor::getByteLength(), getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), getCodePage(), getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), getDataFilePath(), ProxyDatabaseCmd::getDbHandle(), ProxyCmdPrepareExecutionStreamGraph::getDegreeOfParallelism(), ProxySortingStreamDef::getDescendingProj(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyBarrierStreamDef::getDynamicParameter(), ProxyReshapeParameter::getDynamicParamId(), ProxyDynamicParamUse::getDynamicParamId(), ProxyExecutionStreamDef::getDynamicParamUse(), ProxyTupleAttrAccessor::getEndIndirectOffset(), getErrorFilePath(), getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), getFieldDelimiter(), ProxyCmdRestoreFromBackup::getFileSize(), ProxyLhxJoinStreamDef::getFilterNullProj(), ProxyTupleAttrAccessor::getFixedOffset(), ProxyColumnName::getFlatFile(), ProxyAggInvocation::getFunction(), ProxyAggStreamDef::getGroupingPrefixSize(), ProxyCorrelation::getId(), ProxyLbmSplicerStreamDef::getIndexAccessor(), ProxyIndexCmd::getIndexId(), ProxyIndexAccessorDef::getIndexId(), ProxyCorrelation::getIndexSearch(), ProxyTableWriterDef::getIndexWriter(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyAggInvocation::getInputAttributeIndex(), ProxyReshapeStreamDef::getInputCompareProjection(), ProxyIndexSearchDef::getInputDirectiveProj(), ProxyExecutionStreamDef::getInputFlow(), ProxyIndexSearchDef::getInputJoinProj(), ProxyIndexSearchDef::getInputKeyProj(), ProxyWindowStreamDef::getInputOrderKeyList(), ProxyIndexWriterDef::getInputProj(), ProxyLbmSplicerStreamDef::getInsertRowCountParamId(), ProxyLbmGeneratorStreamDef::getInsertRowCountParamId(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyKeyAccessorDef::getKeyProj(), ProxyIndexCmd::getKeyProj(), ProxyIndexCmd::getLeafPageIdProj(), ProxyNestedLoopJoinStreamDef::getLeftJoinKey(), ProxyLhxJoinStreamDef::getLeftKeyProj(), ProxyHandle::getLongHandle(), ProxyCmdRestoreFromBackup::getLowerBoundCsn(), ProxyCmdInitiateBackup::getLowerBoundCsn(), ProxyCmdCompleteBackup::getLowerBoundCsn(), ProxyTupleAccessor::getMinByteLength(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyCorrelation::getNestedLoopJoin(), ProxyCmdVersionIndexRoot::getNewRootPageId(), ProxyTupleAttrAccessor::getNullBitIndex(), ProxyLhxJoinStreamDef::getNumBuildRows(), ProxyLhxAggStreamDef::getNumRows(), getNumRowsScan(), ProxyWindowDef::getOffset(), ProxyCorrelation::getOffset(), ProxyCmdAlterSystemDeallocate::getOldestLabelCsn(), ProxyCmdVersionIndexRoot::getOldRootPageId(), ProxyWindowDef::getOrderKeyList(), ProxyExecutionStreamDef::getOutputDesc(), ProxyExecutionStreamDef::getOutputFlow(), ProxyWindowStreamDef::getOutputProgram(), ProxyLcsRowScanStreamDef::getOutputProj(), ProxyIndexScanDef::getOutputProj(), ProxyReshapeStreamDef::getOutputProjection(), ProxyCmdSetParam::getParam(), ProxyDynamicParameter::getParameterId(), ProxyCmdOpenDatabase::getParams(), ProxyWindowDef::getPartition(), ProxyWindowPartitionDef::getPartitionKeyList(), ProxyExecStreamDataFlow::getProducer(), ProxyCalcTupleStreamDef::getProgram(), getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyMultiUseBufferingStreamDef::getReaderRefCountParamId(), ProxyBernoulliSamplingStreamDef::getRepeatableSeed(), ProxyJavaTransformStreamDef::getReserved(), ProxyReshapeParameter::getReshape(), ProxyReshapeStreamDef::getReshapeParameter(), ProxyLcsRowScanStreamDef::getResidualFilterColumns(), ProxyCmdInitiateBackup::getResultDataDeviceSize(), ProxyCsnHandleReturningCmd::getResultHandle(), ProxyCmdSavepoint::getResultHandle(), ProxyCmdOpenDatabase::getResultHandle(), ProxyCmdCreateStreamHandle::getResultHandle(), ProxyCmdCreateExecutionStreamGraph::getResultHandle(), ProxyBeginTxnCmd::getResultHandle(), ProxyCmdVerifyIndex::getResultPageCount(), ProxyCmdVerifyIndex::getResultUniqueKeyCount(), ProxyBarrierStreamDef::getReturnMode(), ProxyLbmUnionStreamDef::getRidLimitParamId(), ProxyLbmChopperStreamDef::getRidLimitParamId(), ProxyLhxJoinStreamDef::getRightKeyProj(), ProxyIndexAccessorDef::getRootPageId(), ProxyIndexAccessCmd::getRootPageId(), ProxyIndexAccessorDef::getRootPageIdParamId(), ProxyMockTupleStreamDef::getRowCount(), getRowDelimiter(), ProxyLbmSearchStreamDef::getRowLimitParamId(), ProxyLbmBitOpStreamDef::getRowLimitParamId(), ProxyLcsClusterScanDef::getRowScan(), ProxyLcsRowScanStreamDef::getSamplingClumps(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyLcsRowScanStreamDef::getSamplingRate(), ProxyBernoulliSamplingStreamDef::getSamplingRate(), ProxyLcsRowScanStreamDef::getSamplingRepeatableSeed(), ProxyLcsRowScanStreamDef::getSamplingRowCount(), ProxyIndexSearchDef::getSearchKeyParameter(), ProxyIndexCmd::getSegmentId(), ProxyIndexAccessorDef::getSegmentId(), ProxyLbmUnionStreamDef::getSegmentLimitParamId(), ProxyCmdInitiateBackup::getSpacePadding(), ProxySplicerIndexAccessorDef::getSplicer(), ProxyLbmSearchStreamDef::getStartRidParamId(), ProxyLbmBitOpStreamDef::getStartRidParamId(), ProxyCmdPrepareExecutionStreamGraph::getStreamDefs(), ProxyTupleStreamGraphCmd::getStreamGraphHandle(), ProxyJavaTransformStreamDef::getStreamId(), ProxyJavaSinkStreamDef::getStreamId(), ProxyCmdCreateStreamHandle::getStreamName(), getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), ProxyTupleAttrDescriptor::getTypeOrdinal(), ProxyTableUpdaterDef::getUpdateProj(), ProxyCmdRestoreFromBackup::getUpperBoundCsn(), ProxyCmdCompleteBackup::getUpperBoundCsn(), ProxyDatabaseParam::getValue(), ProxyWindowStreamDef::getWindow(), ProxyWindowPartitionDef::getWindow(), ProxyWindowDef::getWindowStream(), ProxyLbmSplicerStreamDef::getWriteRowCountParamId(), JniProxy::init(), ProxyCmdCheckpoint::isAsync(), ProxyCmdInitiateBackup::isCheckSpaceRequirements(), ProxyCmdOpenDatabase::isCreateDatabase(), ProxyLbmGeneratorStreamDef::isCreateIndex(), ProxyLbmSplicerStreamDef::isCreateNewIndex(), ProxySortingStreamDef::isEarlyClose(), ProxyCmdVerifyIndex::isEstimate(), ProxyWindowStreamDef::isFilter(), ProxyCalcTupleStreamDef::isFilter(), ProxyLcsRowScanStreamDef::isFullScan(), ProxyCmdCheckpoint::isFuzzy(), ProxyLcsRowScanStreamDef::isHasExtraFilter(), isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), isLenient(), isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), ProxyTupleAttrDescriptor::isNullable(), ProxyIndexSearchDef::isOuterJoin(), ProxyReshapeParameter::isOutputParam(), ProxyWindowDef::isPhysical(), ProxyIndexSearchDef::isPrefetch(), ProxyMergeStreamDef::isPrePullInputs(), ProxyDynamicParamUse::isRead(), ProxyCmdBeginTxn::isReadOnly(), ProxyIndexAccessorDef::isReadOnlyCommittedData(), ProxyBernoulliSamplingStreamDef::isRepeatable(), ProxyCmdOpenDatabase::isResultRecoveryRequired(), ProxyLhxJoinStreamDef::isRightInner(), ProxyLhxJoinStreamDef::isRightOuter(), ProxyLcsRowScanStreamDef::isSamplingRepeatable(), ProxyMergeStreamDef::isSequential(), ProxyLhxJoinStreamDef::isSetopAll(), ProxyLhxJoinStreamDef::isSetopDistinct(), isTranslationRecovery(), isTrim(), ProxyIndexSearchDef::isUniqueKey(), ProxyIndexWriterDef::isUpdateInPlace(), JniProxy::JniProxy(), ProxyCmdInitiateBackup::setResultDataDeviceSize(), ProxyCmdVerifyIndex::setResultPageCount(), ProxyCmdOpenDatabase::setResultRecoveryRequired(), ProxyCmdVerifyIndex::setResultUniqueKeyCount(), ExecStreamFactory::visit(), and JniProxy::~JniProxy().


The documentation for this class was generated from the following files:


Generated on Mon Jun 22 04:00:42 2009 for Fennel by doxygen 1.5.1