| Modifier and Type | Method and Description |
|---|---|
String |
ExecutionFactory.getCollationLocale()
Indicates the collation used for sorting
|
ExecutionFactory.NullOrder |
BaseDelegatingExecutionFactory.getDefaultNullOrder() |
String |
BaseDelegatingExecutionFactory.getDelegateName() |
String |
ExecutionFactory.getDirectQueryProcedureName()
Defines the name of the direct processing procedure.
|
String |
BaseDelegatingExecutionFactory.getDirectQueryProcedureName() |
String |
ExecutionFactory.getExcludedCommonTableExpressionName() |
String |
BaseDelegatingExecutionFactory.getExcludedCommonTableExpressionName() |
int |
ExecutionFactory.getMaxDependentInPredicates()
Get the integer value representing the max number of dependent IN predicates.
|
int |
BaseDelegatingExecutionFactory.getMaxFromGroups() |
int |
ExecutionFactory.getMaxInCriteriaSize()
Get the integer value representing the number of values allowed in an IN criteria
in the WHERE clause of a query
|
String |
ExecutionFactory.getNativeQueryProcedureName()
Deprecated.
|
Character |
BaseDelegatingExecutionFactory.getRequiredLikeEscape() |
ExecutionFactory.SupportedJoinCriteria |
ExecutionFactory.getSupportedJoinCriteria()
Get the supported join criteria.
|
ExecutionFactory.TransactionSupport |
ExecutionFactory.getTransactionSupport() |
boolean |
ExecutionFactory.isCopyLobs() |
boolean |
BaseDelegatingExecutionFactory.isCopyLobs() |
boolean |
BaseDelegatingExecutionFactory.isForkable() |
boolean |
ExecutionFactory.isImmutable()
Defines if the Connector is read-only connector
|
boolean |
BaseDelegatingExecutionFactory.isSourceRequired() |
boolean |
BaseDelegatingExecutionFactory.isSourceRequiredForCapabilities() |
boolean |
BaseDelegatingExecutionFactory.isSourceRequiredForMetadata() |
boolean |
ExecutionFactory.isThreadBound() |
boolean |
ExecutionFactory.requiresCriteria()
Whether the source supports queries without criteria.
|
void |
BaseDelegatingExecutionFactory.setAddSupportedFunctions(String functionNames) |
void |
BaseDelegatingExecutionFactory.setRemoveSupportedFunctions(String functionNames) |
boolean |
BaseDelegatingExecutionFactory.supportsAdvancedOlapOperations() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesAvg() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesCount() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesCountStar() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesDistinct() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesEnhancedNumeric() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesMax() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesMin() |
boolean |
BaseDelegatingExecutionFactory.supportsAggregatesSum() |
boolean |
BaseDelegatingExecutionFactory.supportsAliasedTable() |
boolean |
BaseDelegatingExecutionFactory.supportsArrayAgg() |
boolean |
BaseDelegatingExecutionFactory.supportsArrayType() |
boolean |
BaseDelegatingExecutionFactory.supportsBatchedUpdates() |
boolean |
BaseDelegatingExecutionFactory.supportsBulkUpdate() |
boolean |
BaseDelegatingExecutionFactory.supportsCommonTableExpressions() |
boolean |
BaseDelegatingExecutionFactory.supportsCompareCriteriaEquals() |
boolean |
BaseDelegatingExecutionFactory.supportsCompareCriteriaOrdered() |
boolean |
BaseDelegatingExecutionFactory.supportsCompareCriteriaOrderedExclusive() |
boolean |
BaseDelegatingExecutionFactory.supportsCorrelatedSubqueries() |
boolean |
BaseDelegatingExecutionFactory.supportsCorrelatedSubqueryLimit() |
boolean |
BaseDelegatingExecutionFactory.supportsDependentJoins() |
boolean |
ExecutionFactory.supportsDirectQueryProcedure()
True, if this translator supports execution of source specific commands unaltered through a direct procedure.
|
boolean |
BaseDelegatingExecutionFactory.supportsElementaryOlapOperations() |
boolean |
BaseDelegatingExecutionFactory.supportsExcept() |
boolean |
BaseDelegatingExecutionFactory.supportsExistsCriteria() |
boolean |
BaseDelegatingExecutionFactory.supportsFullDependentJoins() |
boolean |
ExecutionFactory.supportsFullOuterJoins()
Support indicates connector can accept full outer joins
|
boolean |
BaseDelegatingExecutionFactory.supportsFunctionsInGroupBy() |
boolean |
BaseDelegatingExecutionFactory.supportsGroupBy() |
boolean |
BaseDelegatingExecutionFactory.supportsGroupByMultipleDistinctAggregates() |
boolean |
BaseDelegatingExecutionFactory.supportsGroupByRollup() |
boolean |
BaseDelegatingExecutionFactory.supportsHaving() |
boolean |
BaseDelegatingExecutionFactory.supportsInCriteria() |
boolean |
BaseDelegatingExecutionFactory.supportsInCriteriaSubquery() |
boolean |
BaseDelegatingExecutionFactory.supportsInlineViews() |
boolean |
ExecutionFactory.supportsInnerJoins()
Support indicates connector can accept inner or cross joins
|
boolean |
BaseDelegatingExecutionFactory.supportsInsertWithQueryExpression() |
boolean |
BaseDelegatingExecutionFactory.supportsIntersect() |
boolean |
BaseDelegatingExecutionFactory.supportsIsNullCriteria() |
boolean |
BaseDelegatingExecutionFactory.supportsLateralJoin() |
boolean |
BaseDelegatingExecutionFactory.supportsLateralJoinCondition() |
boolean |
BaseDelegatingExecutionFactory.supportsLikeCriteria() |
boolean |
BaseDelegatingExecutionFactory.supportsLikeCriteriaEscapeCharacter() |
boolean |
BaseDelegatingExecutionFactory.supportsLikeRegex() |
boolean |
ExecutionFactory.supportsNativeQueries()
Deprecated.
|
boolean |
BaseDelegatingExecutionFactory.supportsNotCriteria() |
boolean |
BaseDelegatingExecutionFactory.supportsOnlyCorrelatedSubqueries() |
boolean |
BaseDelegatingExecutionFactory.supportsOnlyFormatLiterals() |
boolean |
BaseDelegatingExecutionFactory.supportsOnlyLiteralComparison() |
boolean |
BaseDelegatingExecutionFactory.supportsOnlySingleTableGroupBy() |
boolean |
BaseDelegatingExecutionFactory.supportsOrCriteria() |
boolean |
ExecutionFactory.supportsOrderBy()
Support indicates connector accepts ORDER BY clause, including multiple elements
and ascending and descending sorts.
|
boolean |
BaseDelegatingExecutionFactory.supportsOrderByNullOrdering() |
boolean |
BaseDelegatingExecutionFactory.supportsOrderByUnrelated() |
boolean |
BaseDelegatingExecutionFactory.supportsOrderByWithExtendedGrouping() |
boolean |
ExecutionFactory.supportsOuterJoins()
Support indicates connector can accept left outer joins
|
boolean |
BaseDelegatingExecutionFactory.supportsPartialFiltering() |
boolean |
BaseDelegatingExecutionFactory.supportsProcedureTable() |
boolean |
BaseDelegatingExecutionFactory.supportsQuantifiedCompareCriteriaAll() |
boolean |
BaseDelegatingExecutionFactory.supportsQuantifiedCompareCriteriaSome() |
boolean |
BaseDelegatingExecutionFactory.supportsRecursiveCommonTableExpressions() |
boolean |
BaseDelegatingExecutionFactory.supportsRowLimit() |
boolean |
BaseDelegatingExecutionFactory.supportsRowOffset() |
boolean |
BaseDelegatingExecutionFactory.supportsScalarSubqueries() |
boolean |
BaseDelegatingExecutionFactory.supportsScalarSubqueryProjection() |
boolean |
BaseDelegatingExecutionFactory.supportsSearchedCaseExpressions() |
boolean |
ExecutionFactory.supportsSelectDistinct()
Support indicates connector can accept queries with SELECT DISTINCT
|
boolean |
BaseDelegatingExecutionFactory.supportsSelectExpression() |
boolean |
BaseDelegatingExecutionFactory.supportsSelectExpressionArrayType() |
boolean |
BaseDelegatingExecutionFactory.supportsSelectWithoutFrom() |
boolean |
BaseDelegatingExecutionFactory.supportsSelfJoins() |
boolean |
BaseDelegatingExecutionFactory.supportsSetQueryOrderBy() |
boolean |
BaseDelegatingExecutionFactory.supportsSimilarTo() |
boolean |
BaseDelegatingExecutionFactory.supportsStringAgg() |
boolean |
BaseDelegatingExecutionFactory.supportsSubqueryCommonTableExpressions() |
boolean |
BaseDelegatingExecutionFactory.supportsSubqueryInOn() |
boolean |
BaseDelegatingExecutionFactory.supportsUnions() |
boolean |
BaseDelegatingExecutionFactory.supportsUpsert() |
boolean |
BaseDelegatingExecutionFactory.supportsWindowDistinctAggregates() |
boolean |
BaseDelegatingExecutionFactory.supportsWindowOrderByWithAggregates() |
boolean |
BaseDelegatingExecutionFactory.useAnsiJoin() |
boolean |
BaseDelegatingExecutionFactory.useBindingsForDependentJoin() |
| Modifier and Type | Method and Description |
|---|---|
String |
AccumuloMetadataProcessor.getColumnNamePattern() |
String |
AccumuloExecutionFactory.getEncoding() |
int |
AccumuloExecutionFactory.getQueryThreadsCount() |
String |
AccumuloMetadataProcessor.getValueIn() |
| Modifier and Type | Method and Description |
|---|---|
int |
ExcelMetadataProcessor.getDataRowNumber() |
String |
ExcelMetadataProcessor.getExcelFileName() |
int |
ExcelMetadataProcessor.getHeaderRowNumber() |
| Modifier and Type | Method and Description |
|---|---|
String |
FileExecutionFactory.getEncoding() |
boolean |
FileExecutionFactory.isExceptionIfFileNotFound() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HiveMetadataProcessor.isTrimColumnNames() |
boolean |
HiveMetadataProcessor.isUseDatabaseMetaData() |
boolean |
BaseHiveExecutionFactory.isUseDatabaseMetaData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InfinispanHotRodExecutionFactory.supportsCompareCriteriaOrdered() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtobufMetadataProcessor.isClassObjectColumn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InfinispanLibModeExecutionFactory.supportsCompareCriteriaOrdered() |
boolean |
InfinispanLibModeExecutionFactory.supportsDSLSearching() |
boolean |
InfinispanLibModeExecutionFactory.supportsIsNullCriteria()
see https://issues.jboss.org/browse/TEIID-3573
Discusses issue with trying to support IS NULL and IS NOT NULL;
|
boolean |
InfinispanLibModeExecutionFactory.supportsNotCriteria()
see https://issues.jboss.org/browse/TEIID-3573
Discusses issue with trying to support NOT;
|
| Modifier and Type | Method and Description |
|---|---|
String |
JDBCMetdataProcessor.getCatalog() |
String |
JDBCMetdataProcessor.getColumnNamePattern() |
String |
JDBCExecutionFactory.getCommentFormat() |
String |
JDBCExecutionFactory.getDatabaseTimeZone() |
String |
JDBCExecutionFactory.getDatabaseVersion() |
String |
JDBCMetdataProcessor.getExcludeProcedures() |
String |
JDBCMetdataProcessor.getExcludeTables() |
int |
JDBCExecutionFactory.getMaxPreparedInsertBatchSize()
Get the max number of inserts to perform in one batch.
|
String |
JDBCMetdataProcessor.getProcedureNamePattern() |
String |
JDBCMetdataProcessor.getSchemaPattern() |
JDBCExecutionFactory.StructRetrieval |
JDBCExecutionFactory.getStructRetrieval() |
String |
JDBCMetdataProcessor.getTableNamePattern() |
String[] |
JDBCMetdataProcessor.getTableTypes() |
boolean |
JDBCMetdataProcessor.isAutoCreateUniqueConstraints() |
boolean |
JDBCExecutionFactory.isEnableDependentJoins() |
boolean |
JDBCMetdataProcessor.isImportApproximateIndexes() |
boolean |
JDBCMetdataProcessor.isImportForeignKeys() |
boolean |
JDBCMetdataProcessor.isImportIndexes() |
boolean |
JDBCMetdataProcessor.isImportKeys() |
boolean |
JDBCMetdataProcessor.isImportProcedures() |
boolean |
JDBCMetdataProcessor.isImportRowIdAsBinary() |
boolean |
JDBCMetdataProcessor.isImportStatistics() |
boolean |
JDBCMetdataProcessor.isQuoteNameInSource() |
boolean |
JDBCExecutionFactory.isTrimStrings() |
boolean |
JDBCMetdataProcessor.isUseAnyIndexCardinality() |
boolean |
JDBCMetdataProcessor.isUseCatalogName() |
boolean |
JDBCMetdataProcessor.isUseFullSchemaName() |
boolean |
JDBCMetdataProcessor.isUseProcedureSpecificName() |
boolean |
JDBCMetdataProcessor.isUseQualifiedName() |
boolean |
JDBCMetdataProcessor.isWidenUnsingedTypes() |
boolean |
JDBCExecutionFactory.useBindingsForDependentJoin() |
boolean |
JDBCExecutionFactory.useBindVariables() |
boolean |
JDBCExecutionFactory.useCommentsInSourceQuery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DB2ExecutionFactory.isdB2ForI() |
boolean |
DB2ExecutionFactory.supportsCommonTableExpressions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetezzaExecutionFactory.isSqlExtensionsInstalled() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OracleExecutionFactory.isOracleSuppliedDriver() |
boolean |
OracleMetadataProcessor.isUseGeometryType() |
boolean |
OracleMetadataProcessor.isUseIntegralTypes() |
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSQLExecutionFactory.getPostGisVersion() |
boolean |
PostgreSQLExecutionFactory.isProjSupported() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SybaseExecutionFactory.isJtdsDriver() |
| Modifier and Type | Method and Description |
|---|---|
String |
LDAPExecutionFactory.getSearchDefaultBaseDN() |
LDAPExecutionFactory.SearchDefaultScope |
LDAPExecutionFactory.getSearchDefaultScope() |
boolean |
LDAPExecutionFactory.isExceptionOnSizeLimitExceeded() |
boolean |
LDAPExecutionFactory.isRestrictToObjectClass() |
boolean |
LDAPExecutionFactory.usePagination() |
| Modifier and Type | Method and Description |
|---|---|
int |
LoopbackExecutionFactory.getCharacterValuesSize() |
String |
LoopbackExecutionFactory.getDelegateName() |
boolean |
LoopbackExecutionFactory.getIncrementRows() |
long |
LoopbackExecutionFactory.getPollIntervalInMilli() |
int |
LoopbackExecutionFactory.getRowCount() |
int |
LoopbackExecutionFactory.getWaitTime() |
boolean |
LoopbackExecutionFactory.isThrowError() |
| Modifier and Type | Method and Description |
|---|---|
String |
MongoDBExecutionFactory.getDatabaseVersion() |
boolean |
MongoDBExecutionFactory.supportsAggregatesCount() |
boolean |
MongoDBExecutionFactory.useDisk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JavaBeanMetadataProcessor.isClassObjectColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
ODataExecutionFactory.getDatabaseTimeZone() |
String |
ODataMetadataProcessor.getEntityContainer() |
String |
ODataMetadataProcessor.getSchemaNamespace() |
boolean |
ODataExecutionFactory.supportsOdataBooleanFunctionsWithComparison() |
boolean |
ODataExecutionFactory.supportsOdataCount() |
boolean |
ODataExecutionFactory.supportsOdataFilter() |
boolean |
ODataExecutionFactory.supportsOdataOrderBy() |
boolean |
ODataExecutionFactory.supportsOdataSkip() |
boolean |
ODataExecutionFactory.supportsOdataTop() |
boolean |
ODataExecutionFactory.supportsOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
String |
ODataMetadataProcessor.getSchemaNamespace() |
boolean |
ODataExecutionFactory.supportsOdataCount() |
boolean |
ODataExecutionFactory.supportsOdataFilter() |
boolean |
ODataExecutionFactory.supportsOdataOrderBy() |
boolean |
ODataExecutionFactory.supportsOdataSkip() |
boolean |
ODataExecutionFactory.supportsOdataTop() |
boolean |
ODataExecutionFactory.supportsOrderBy() |
boolean |
ODataExecutionFactory.supportsUpdates() |
| Modifier and Type | Method and Description |
|---|---|
String |
SalesForceMetadataProcessor.getExcludeTables() |
String |
SalesForceMetadataProcessor.getIncludeTables() |
int |
SalesForceExecutionFactory.getMaxBulkInsertBatchSize() |
boolean |
SalesForceMetadataProcessor.isImportStatistics() |
boolean |
SalesForceMetadataProcessor.isModelAuditFields() |
boolean |
SalesForceExecutionFactory.isModelAuditFields() |
boolean |
SalesForceMetadataProcessor.isNormalizeNames() |
boolean |
SalesForceExecutionFactory.supportsGroupBy() |
| Modifier and Type | Method and Description |
|---|---|
String |
SwaggerMetadataProcessor.getPreferredConsumes() |
String |
SwaggerMetadataProcessor.getPreferredProduces() |
String |
SwaggerMetadataProcessor.getPreferredScheme() |
String |
SwaggerMetadataProcessor.getSwaggerFilePath() |
boolean |
SwaggerMetadataProcessor.isUseDefaultHost() |
| Modifier and Type | Method and Description |
|---|---|
WSExecutionFactory.Binding |
WSExecutionFactory.getDefaultBinding() |
Service.Mode |
WSExecutionFactory.getDefaultServiceMode() |
String |
WSExecutionFactory.getXMLParamName() |
boolean |
WSDLMetadataProcessor.isImportWSDL() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.