|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParameterType in org.eclipse.datatools.enablement.sybase.asa.ddl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type ParameterType | |
---|---|
java.lang.String |
SybaseASADdlBuilder.getWatcomParameter(java.lang.String name,
java.lang.String type,
java.lang.String defValue,
java.lang.String mode,
ParameterType paramType)
|
Uses of ParameterType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel |
---|
Fields in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel declared as ParameterType | |
---|---|
static ParameterType |
ParameterType.RESULT_LITERAL
The 'RESULT' literal object. |
static ParameterType |
ParameterType.RETURN_LITERAL
The 'RETURN' literal object. |
static ParameterType |
ParameterType.SQLCODE_LITERAL
The 'SQLCODE' literal object. |
static ParameterType |
ParameterType.SQLSTATE_LITERAL
The 'SQLSTATE' literal object. |
static ParameterType |
ParameterType.VARIABLE_LITERAL
The 'VARIABLE' literal object. |
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel that return ParameterType | |
---|---|
static ParameterType |
ParameterType.get(int value)
Returns the 'Parameter Type' literal with the specified integer value. |
static ParameterType |
ParameterType.get(java.lang.String literal)
Returns the 'Parameter Type' literal with the specified literal value. |
static ParameterType |
ParameterType.getByName(java.lang.String name)
Returns the 'Parameter Type' literal with the specified name. |
ParameterType |
SybaseASABaseParameter.getParmType()
Returns the value of the 'Parm Type' attribute. |
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel with parameters of type ParameterType | |
---|---|
void |
SybaseASABaseParameter.setParmType(ParameterType value)
Sets the value of the ' Parm Type ' attribute. |
Uses of ParameterType in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that return ParameterType | |
---|---|
ParameterType |
SybaseasabasesqlmodelFactoryImpl.createParameterTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
ParameterType |
SybaseASABaseParameterImpl.getParmType()
|
Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl with parameters of type ParameterType | |
---|---|
void |
SybaseASABaseParameterImpl.setParmType(ParameterType newParmType)
|
Uses of ParameterType in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor |
---|
Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor with parameters of type ParameterType | |
---|---|
void |
ASARoutineSourceUpdater.updateParameterType(ParameterType oldType,
ParameterType newType)
Switches among user defined, sqlcode and sqlstate. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |