Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static UserDefinedFunction |
RelationalModelFactory.createUserDefinedFunction(Repository.UnitOfWork transaction,
Repository repository,
Model parentModel,
String functionName)
This is Teiid's
Create Virtual Function command. |
Modifier and Type | Field and Description |
---|---|
static UserDefinedFunction[] |
UserDefinedFunction.NO_UDFS
An empty array of UDFs.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<UserDefinedFunction> |
UserDefinedFunction.RESOLVER
The resolver of a
UserDefinedFunction . |
Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
Model.addUserDefinedFunction(Repository.UnitOfWork transaction,
String functionName) |
Modifier and Type | Class and Description |
---|---|
class |
UserDefinedFunctionImpl
An implementation of a UDF.
|
Modifier and Type | Method and Description |
---|---|
UserDefinedFunction |
ModelImpl.addUserDefinedFunction(Repository.UnitOfWork transaction,
String functionName) |
Copyright © 2013–2019. All rights reserved.