Package org.teiid.translator.odata.sap
Class SAPNWODataExecutionFactory
- java.lang.Object
-
- org.teiid.translator.ExecutionFactory<org.teiid.resource.api.ConnectionFactory,org.teiid.translator.ws.WSConnection>
-
- org.teiid.translator.odata.ODataExecutionFactory
-
- org.teiid.translator.odata.sap.SAPODataExecutionFactory
-
- org.teiid.translator.odata.sap.SAPNWODataExecutionFactory
-
@Translator(name="sap-nw-gateway", description="A translator for making OData data service calls to SAP Gateway", deprecated="sap-gateway") public class SAPNWODataExecutionFactory extends SAPODataExecutionFactory
-
-
Field Summary
-
Fields inherited from class org.teiid.translator.odata.ODataExecutionFactory
DEFAULT_TIME_ZONE, functionModifiers
-
-
Constructor Summary
Constructors Constructor Description SAPNWODataExecutionFactory()
-
Method Summary
-
Methods inherited from class org.teiid.translator.odata.sap.SAPODataExecutionFactory
getMetadataProcessor
-
Methods inherited from class org.teiid.translator.odata.ODataExecutionFactory
convertToODataInput, createProcedureExecution, createResultSetExecution, createUpdateExecution, escapeString, getDatabaseTimeZone, getDefaultSupportedFunctions, getFunctionModifiers, getMetadata, getSupportedFunctions, registerFunctionModifier, retrieveValue, setDatabaseTimeZone, setSupportsOdataBooleanFunctionsWithComparison, setSupportsOdataCount, setSupportsOdataFilter, setSupportsOdataOrderBy, setSupportsOdataSkip, setSupportsOdataTop, start, supportsAggregatesCount, supportsAggregatesCountStar, supportsCompareCriteriaEquals, supportsCompareCriteriaOrdered, supportsIsNullCriteria, supportsNotCriteria, supportsOdataBooleanFunctionsWithComparison, supportsOdataCount, supportsOdataFilter, supportsOdataOrderBy, supportsOdataSkip, supportsOdataTop, supportsOnlyLiteralComparison, supportsOrCriteria, supportsOrderBy, supportsOrderByUnrelated, supportsQuantifiedCompareCriteriaAll, supportsQuantifiedCompareCriteriaSome, supportsRowLimit, supportsRowOffset, useAnsiJoin
-
Methods inherited from class org.teiid.translator.ExecutionFactory
addPushDownFunction, areLobsUsableAfterClose, closeConnection, createDirectExecution, createExecution, getCacheDirective, getCollationLocale, getConnection, getConnection, getDefaultNullOrder, getDirectQueryProcedureName, getExcludedCommonTableExpressionName, getInstance, getLanguageFactory, getMaxDependentInPredicates, getMaxFromGroups, getMaxInCriteriaSize, getMaxProjectedColumns, getNativeQueryProcedureName, getPushDownFunctions, getRequiredLikeEscape, getSupportedJoinCriteria, getTransactionSupport, getTypeFacility, initCapabilities, isCopyLobs, isForkable, isImmutable, isSourceRequired, isSourceRequiredForCapabilities, isSourceRequiredForMetadata, isThreadBound, requiresCriteria, returnsSingleUpdateCount, setCollationLocale, setCopyLobs, setDirectQueryProcedureName, setExcludedCommonTableExpressionName, setImmutable, setMaxDependentInPredicates, setMaxInCriteriaSize, setNativeQueryProcedureName, setRequiresCriteria, setSourceRequired, setSourceRequiredForMetadata, setSupportedJoinCriteria, setSupportsDirectQueryProcedure, setSupportsFullOuterJoins, setSupportsInnerJoins, setSupportsNativeQueries, setSupportsOrderBy, setSupportsOuterJoins, setSupportsSelectDistinct, setThreadBound, setTransactionSupport, supportsAdvancedOlapOperations, supportsAggregatesAvg, supportsAggregatesCountBig, supportsAggregatesDistinct, supportsAggregatesEnhancedNumeric, supportsAggregatesMax, supportsAggregatesMin, supportsAggregatesSum, supportsAliasedTable, supportsArrayAgg, supportsArrayType, supportsBatchedUpdates, supportsBulkUpdate, supportsCommonTableExpressions, supportsCompareCriteriaOrderedExclusive, supportsConvert, supportsCorrelatedSubqueries, supportsCorrelatedSubqueryLimit, supportsDependentJoins, supportsDirectQueryProcedure, supportsElementaryOlapOperations, supportsExcept, supportsExistsCriteria, supportsFormatLiteral, supportsFullDependentJoins, supportsFullOuterJoins, supportsFunctionsInGroupBy, supportsGeographyType, supportsGroupBy, supportsGroupByMultipleDistinctAggregates, supportsGroupByRollup, supportsHaving, supportsInCriteria, supportsInCriteriaSubquery, supportsInlineViews, supportsInnerJoins, supportsInsertWithQueryExpression, supportsIntersect, supportsIsDistinctCriteria, supportsLateralJoin, supportsLateralJoinCondition, supportsLikeCriteria, supportsLikeCriteriaEscapeCharacter, supportsLikeRegex, supportsListAgg, supportsMultipleOpenExecutions, supportsNativeQueries, supportsOnlyCorrelatedSubqueries, supportsOnlyFormatLiterals, supportsOnlyLateralJoinProcedure, supportsOnlySingleTableGroupBy, supportsOnlyTimestampAddLiteral, supportsOrderByNullOrdering, supportsOrderByWithExtendedGrouping, supportsOuterJoins, supportsPartialFiltering, supportsProcedureParameterExpression, supportsProcedureTable, supportsRecursiveCommonTableExpressions, supportsScalarSubqueries, supportsScalarSubqueryProjection, supportsSearchedCaseExpressions, supportsSelectDistinct, supportsSelectExpression, supportsSelectExpressionArrayType, supportsSelectWithoutFrom, supportsSelfJoins, supportsSetQueryLimitOffset, supportsSetQueryOrderBy, supportsSimilarTo, supportsStringAgg, supportsSubqueryCommonTableExpressions, supportsSubqueryInOn, supportsUnions, supportsUpsert, supportsWindowDistinctAggregates, supportsWindowFrameClause, supportsWindowFunctionCumeDist, supportsWindowFunctionNthValue, supportsWindowFunctionNtile, supportsWindowFunctionPercentRank, supportsWindowOrderByWithAggregates, useBindingsForDependentJoin
-
-