Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
StoredProcedure
Represents a stored procedure (CREATE FOREIGN PROCEDURE).
|
interface |
VirtualProcedure
Represents a virtual procedure (CREATE VIRTUAL PROCEDURE).
|
Modifier and Type | Field and Description |
---|---|
static Procedure[] |
Procedure.NO_PROCEDURES
An empty array of procedures.
|
Modifier and Type | Method and Description |
---|---|
Procedure[] |
Model.getProcedures(Repository.UnitOfWork transaction,
String... namePatterns)
No functions are returned.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredProcedureImpl
An implementation of a stored procedure.
|
class |
VirtualProcedureImpl
An implementation of a virtual procedure.
|
Modifier and Type | Method and Description |
---|---|
Procedure[] |
ModelImpl.getProcedures(Repository.UnitOfWork transaction,
String... namePatterns)
No functions are returned.
|
Copyright © 2013–2019. All rights reserved.