Package | Description |
---|---|
org.teiid.translator |
Modifier and Type | Method and Description |
---|---|
ExecutionFactory.NullOrder |
ExecutionFactory.getDefaultNullOrder()
Returns the default null ordering
|
ExecutionFactory.NullOrder |
BaseDelegatingExecutionFactory.getDefaultNullOrder() |
static ExecutionFactory.NullOrder |
ExecutionFactory.NullOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionFactory.NullOrder[] |
ExecutionFactory.NullOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseDelegatingExecutionFactory.setDefaultNullOrder(ExecutionFactory.NullOrder nullOrder) |
Copyright © 2019. All rights reserved.