Fennel: ProxyTupleAttrDescriptor Class Reference (original) (raw)
#include <[FemGeneratedClasses.h](FemGeneratedClasses%5F8h-source.html)>
Inheritance diagram for ProxyTupleAttrDescriptor:

| Public Member Functions | |
|---|---|
| int32_t | getByteLength () |
| bool | isNullable () |
| int32_t | getTypeOrdinal () |
| 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_getByteLength |
| static jmethodID | meth_isNullable |
| static jmethodID | meth_getTypeOrdinal |
| 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 1350 of file FemGeneratedClasses.h.
Member Function Documentation
| int32_t ProxyTupleAttrDescriptor::getByteLength | ( | | ) | | ---------------------------------------------------------------------------------------------------- | - | | - |
| bool ProxyTupleAttrDescriptor::isNullable | ( | | ) | | ----------------------------------------- | - | | - |
| int32_t ProxyTupleAttrDescriptor::getTypeOrdinal | ( | | ) | | ----------------------------------------------------------------------------------------------------- | - | | - |
| 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(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyGenericStreamDef::getContent(), ProxyFlatFileTupleStreamDef::getDataFilePath(), ProxySortingStreamDef::getDistinctness(), ProxyIndexWriterDef::getDistinctness(), ProxyIndexLoaderDef::getDistinctness(), ProxyWindowPartitionDef::getDropProgram(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxyFlatFileTupleStreamDef::getFieldDelimiter(), ProxyAggInvocation::getFunction(), ProxyWindowPartitionDef::getInitializeProgram(), ProxyJavaTransformStreamDef::getJavaClassName(), ProxyExecutionStreamDef::getName(), ProxyDatabaseParam::getName(), ProxyColumnName::getName(), ProxyWindowStreamDef::getOutputProgram(), ProxyCalcTupleStreamDef::getProgram(), ProxyFlatFileTupleStreamDef::getQuoteCharacter(), ProxyWindowDef::getRange(), ProxyJavaTransformStreamDef::getReserved(), ProxyBarrierStreamDef::getReturnMode(), ProxyFlatFileTupleStreamDef::getRowDelimiter(), ProxyLcsRowScanStreamDef::getSamplingMode(), ProxyCmdCreateStreamHandle::getStreamName(), ProxyFlatFileTupleStreamDef::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(), getByteLength(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), ProxyFlatFileTupleStreamDef::getCodePage(), ProxyFlatFileTupleStreamDef::getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), 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(), ProxyFlatFileTupleStreamDef::isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), ProxyFlatFileTupleStreamDef::isLenient(), ProxyFlatFileTupleStreamDef::isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), 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(), ProxyFlatFileTupleStreamDef::isTranslationRecovery(), ProxyFlatFileTupleStreamDef::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(), getByteLength(), ProxyFlatFileTupleStreamDef::getCalcProgram(), ProxyLcsClusterAppendStreamDef::getClusterColProj(), ProxyLcsRowScanStreamDef::getClusterScan(), ProxyLcsClusterScanDef::getClusterTupleDesc(), ProxyLhxJoinStreamDef::getCndBuildKeys(), ProxyLhxAggStreamDef::getCndGroupByKeys(), ProxyFlatFileTupleStreamDef::getCodePage(), ProxyFlatFileTupleStreamDef::getColumn(), ProxyReshapeParameter::getCompareOffset(), ProxyReshapeStreamDef::getCompareOp(), ProxyCmdRestoreFromBackup::getCompressionProgram(), ProxyCmdInitiateBackup::getCompressionProgram(), ProxyExecStreamDataFlow::getConsumer(), ProxyLbmUnionStreamDef::getConsumerSridParamId(), ProxyGenericStreamDef::getContent(), ProxyCorrelationJoinStreamDef::getCorrelations(), ProxyCmdBeginTxnWithCsn::getCsnHandle(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::getErrorFilePath(), ProxyFlatFileTupleStreamDef::getEscapeCharacter(), ProxySortingStreamDef::getEstimatedNumRows(), ProxyDynamicParamUse::getExecutionStreamDef(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::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(), ProxyFlatFileTupleStreamDef::getSubstituteCharacter(), ProxyEndTxnCmd::getSvptHandle(), ProxyIndexWriterDef::getTableWriter(), ProxyValuesStreamDef::getTupleBytesBase64(), ProxyReshapeStreamDef::getTupleCompareBytesBase64(), ProxyIndexCmd::getTupleDesc(), ProxyIndexAccessorDef::getTupleDesc(), ProxyTxnCmd::getTxnHandle(), ProxyGenericStreamDef::getType(), 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(), ProxyFlatFileTupleStreamDef::isHasHeader(), ProxyExecStreamDataFlow::isImplicit(), ProxyCmdVerifyIndex::isIncludeTuples(), ProxyBufferingTupleStreamDef::isInMemory(), ProxyCmdCreateStreamHandle::isInput(), ProxyLhxJoinStreamDef::isLeftInner(), ProxyLhxJoinStreamDef::isLeftOuter(), ProxyCartesianProductStreamDef::isLeftOuter(), ProxyFlatFileTupleStreamDef::isLenient(), ProxyFlatFileTupleStreamDef::isMapped(), ProxyIndexLoaderDef::isMonotonic(), ProxyBufferingTupleStreamDef::isMultipass(), 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(), ProxyFlatFileTupleStreamDef::isTranslationRecovery(), ProxyFlatFileTupleStreamDef::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:
- /home/pub/open/dev/fennel/farrago/FemGeneratedClasses.h
- /home/pub/open/dev/fennel/farrago/FemGeneratedMethods.h
