Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
PushdownFunction
Represents a pushdown function (CREATE FOREIGN FUNCTION).
|
interface |
UserDefinedFunction
Represents a user-defined function (CREATE VIRTUAL FUNCTION).
|
Modifier and Type | Field and Description |
---|---|
static Function[] |
Function.NO_FUNCTIONS
An empty array of functions.
|
Modifier and Type | Method and Description |
---|---|
Function[] |
Model.getFunctions(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
FunctionImpl
An base implementation of a relational model function.
|
class |
PushdownFunctionImpl
An implementation of a pushdown function.
|
class |
UserDefinedFunctionImpl
An implementation of a UDF.
|
Modifier and Type | Method and Description |
---|---|
Function[] |
ModelImpl.getFunctions(Repository.UnitOfWork transaction,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.