| Package | Description |
|---|---|
| org.teiid.translator |
| Modifier and Type | Method and Description |
|---|---|
String |
ExecutionFactory.getCollationLocale()
Indicates the collation used for sorting
|
String |
BaseDelegatingExecutionFactory.getDelegateName() |
String |
ExecutionFactory.getDirectQueryProcedureName()
Defines the name of the direct processing procedure.
|
String |
ExecutionFactory.getExcludedCommonTableExpressionName() |
int |
ExecutionFactory.getMaxDependentInPredicates()
Get the integer value representing the max number of dependent IN predicates.
|
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.
|
ExecutionFactory.SupportedJoinCriteria |
ExecutionFactory.getSupportedJoinCriteria()
Get the supported join criteria.
|
ExecutionFactory.TransactionSupport |
ExecutionFactory.getTransactionSupport() |
boolean |
ExecutionFactory.isCopyLobs() |
boolean |
ExecutionFactory.isImmutable()
Defines if the Connector is read-only connector
|
boolean |
ExecutionFactory.isThreadBound() |
boolean |
ExecutionFactory.requiresCriteria()
Whether the source supports queries without criteria.
|
boolean |
ExecutionFactory.supportsDirectQueryProcedure()
True, if this translator supports execution of source specific commands unaltered through a direct procedure.
|
boolean |
ExecutionFactory.supportsFullOuterJoins()
Support indicates connector can accept full outer joins
|
boolean |
ExecutionFactory.supportsInnerJoins()
Support indicates connector can accept inner or cross joins
|
boolean |
ExecutionFactory.supportsNativeQueries()
Deprecated.
|
boolean |
ExecutionFactory.supportsOrderBy()
Support indicates connector accepts ORDER BY clause, including multiple elements
and ascending and descending sorts.
|
boolean |
ExecutionFactory.supportsOuterJoins()
Support indicates connector can accept left outer joins
|
boolean |
ExecutionFactory.supportsSelectDistinct()
Support indicates connector can accept queries with SELECT DISTINCT
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.