Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static PushdownFunction |
RelationalModelFactory.createPushdownFunction(Repository.UnitOfWork transaction,
Repository repository,
Model parentModel,
String functionName)
This is Teiid's
Create Foreign Function command. |
Modifier and Type | Field and Description |
---|---|
static PushdownFunction[] |
PushdownFunction.NO_PUSHDOWNS
An empty array of pushdown functions.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<PushdownFunction> |
PushdownFunction.RESOLVER
The resolver of a
PushdownFunction . |
Modifier and Type | Method and Description |
---|---|
PushdownFunction |
Model.addPushdownFunction(Repository.UnitOfWork transaction,
String functionName) |
Modifier and Type | Class and Description |
---|---|
class |
PushdownFunctionImpl
An implementation of a pushdown function.
|
Modifier and Type | Method and Description |
---|---|
PushdownFunction |
ModelImpl.addPushdownFunction(Repository.UnitOfWork transaction,
String functionName) |
Copyright © 2013–2019. All rights reserved.