|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IParameter.Direction | |
|---|---|
| org.teiid.connector.language | |
| Uses of IParameter.Direction in org.teiid.connector.language |
|---|
| Methods in org.teiid.connector.language that return IParameter.Direction | |
|---|---|
IParameter.Direction |
IParameter.getDirection()
Get direction of parameter |
static IParameter.Direction |
IParameter.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IParameter.Direction[] |
IParameter.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.teiid.connector.language with parameters of type IParameter.Direction | |
|---|---|
IParameter |
ILanguageFactory.createParameter(int index,
IParameter.Direction direction,
java.lang.Object value,
java.lang.Class type,
Parameter metadataReference)
Create new procedure parameter |
void |
IParameter.setDirection(IParameter.Direction direction)
Set direction of parameter |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||