Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static StoredProcedure |
RelationalModelFactory.createStoredProcedure(Repository.UnitOfWork transaction,
Repository repository,
Model parentModel,
String procedureName)
This is Teiid's
Create Foreign Procedure command. |
Modifier and Type | Field and Description |
---|---|
static StoredProcedure[] |
StoredProcedure.NO_PROCEDURES
An empty array of stored procedures.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<StoredProcedure> |
StoredProcedure.RESOLVER
The resolver of a
StoredProcedure . |
Modifier and Type | Method and Description |
---|---|
StoredProcedure |
Model.addStoredProcedure(Repository.UnitOfWork transaction,
String procedureName) |
Modifier and Type | Class and Description |
---|---|
class |
StoredProcedureImpl
An implementation of a stored procedure.
|
Modifier and Type | Method and Description |
---|---|
StoredProcedure |
ModelImpl.addStoredProcedure(Repository.UnitOfWork transaction,
String procedureName) |
Copyright © 2013–2019. All rights reserved.