| Package | Description |
|---|---|
| com.exasol.adapter.capabilities |
| Modifier and Type | Method | Description |
|---|---|---|
static PredicateCapability |
PredicateCapability.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PredicateCapability[] |
PredicateCapability.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
Set<PredicateCapability> |
Capabilities.getPredicateCapabilities() |
Get the Virtual Schema's adapters predicate capabilities
|
| Modifier and Type | Method | Description |
|---|---|---|
Capabilities.Builder |
Capabilities.Builder.addPredicate(PredicateCapability... capabilities) |
Add one or more predicate capabilities
|
| Modifier and Type | Method | Description |
|---|---|---|
Capabilities.Builder |
Capabilities.Builder.addPredicate(Set<PredicateCapability> capabilities) |
Add one or more predicate capabilities
|
Copyright © 2019. All rights reserved.