Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.dataservice | |
org.komodo.relational.dataservice.internal |
Modifier and Type | Method and Description |
---|---|
static UdfEntry |
RelationalModelFactory.createUdfEntry(Repository.UnitOfWork transaction,
Repository repository,
Dataservice dataService,
String udfEntryName) |
Modifier and Type | Field and Description |
---|---|
static UdfEntry[] |
UdfEntry.NO_ENTRIES
An empty collection of UDF entries.
|
Modifier and Type | Method and Description |
---|---|
UdfEntry |
Dataservice.addUdfEntry(Repository.UnitOfWork transaction,
String udfEntryName) |
UdfEntry |
Dataservice.addUdfFile(Repository.UnitOfWork transaction,
UdfFile udfFile) |
UdfEntry[] |
Dataservice.getUdfEntries(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
UdfEntryImpl
An implementation of a UDF entry in a data service.
|
Modifier and Type | Method and Description |
---|---|
UdfEntry |
DataserviceImpl.addUdfEntry(Repository.UnitOfWork transaction,
String udfEntryName) |
UdfEntry |
DataserviceImpl.addUdfFile(Repository.UnitOfWork uow,
UdfFile udfFile) |
UdfEntry[] |
DataserviceImpl.getUdfEntries(Repository.UnitOfWork uow,
String... namePatterns) |
Copyright © 2013–2019. All rights reserved.