Package | Description |
---|---|
org.komodo.relational | |
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Method and Description |
---|---|
static Parameter |
RelationalModelFactory.createParameter(Repository.UnitOfWork transaction,
Repository repository,
AbstractProcedure parentProcedure,
String parameterName) |
Modifier and Type | Field and Description |
---|---|
static Parameter[] |
Parameter.NO_PARAMETERS
An empty array of parameters.
|
Modifier and Type | Field and Description |
---|---|
static TypeResolver<Parameter> |
Parameter.RESOLVER
The resolver of a
Parameter . |
Modifier and Type | Method and Description |
---|---|
Parameter |
AbstractProcedure.addParameter(Repository.UnitOfWork transaction,
String parameterName) |
Parameter[] |
AbstractProcedure.getParameters(Repository.UnitOfWork transaction,
String... namePatterns) |
Modifier and Type | Class and Description |
---|---|
class |
ParameterImpl
An implementation of a relational model procedure parameter.
|
Copyright © 2013–2019. All rights reserved.