|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoredProcedureDefinition
A representation of the model object 'Stored Procedure Definition'.
The following features are supported:
Null Input Action Supported
Package Generation Supported
Determininstic Supported
Returned Null Supported
Returned Type Declaration Constraint Supported
Parameter Init Value Supported
Parameter Style Supported
Return Type Supported
Parameter Declaration Constraint Supported
Maximum Action Body Length
Parameter Style
Language Type
Function Language Type
Procedure Type
Maximum Identifier Length
DatabaseDefinitionPackage.getStoredProcedureDefinition()
Method Summary | |
---|---|
EList |
getFunctionLanguageType()
Returns the value of the 'Function Language Type' attribute list. |
EList |
getLanguageType()
Returns the value of the 'Language Type' attribute list. |
int |
getMaximumActionBodyLength()
Returns the value of the 'Maximum Action Body Length' attribute. |
int |
getMaximumIdentifierLength()
Returns the value of the 'Maximum Identifier Length' attribute. |
EList |
getParameterStyle()
Returns the value of the 'Parameter Style' attribute list. |
EList |
getProcedureType()
Returns the value of the 'Procedure Type' attribute list. |
boolean |
isDetermininsticSupported()
Returns the value of the 'Determininstic Supported' attribute. |
boolean |
isNullInputActionSupported()
Returns the value of the 'Null Input Action Supported' attribute. |
boolean |
isPackageGenerationSupported()
Returns the value of the 'Package Generation Supported' attribute. |
boolean |
isParameterDeclarationConstraintSupported()
Returns the value of the 'Parameter Declaration Constraint Supported' attribute. |
boolean |
isParameterInitValueSupported()
Returns the value of the 'Parameter Init Value Supported' attribute. |
boolean |
isParameterStyleSupported()
Returns the value of the 'Parameter Style Supported' attribute. |
boolean |
isReturnedNullSupported()
Returns the value of the 'Returned Null Supported' attribute. |
boolean |
isReturnedTypeDeclarationConstraintSupported()
Returns the value of the 'Returned Type Declaration Constraint Supported' attribute. |
boolean |
isReturnTypeSupported()
Returns the value of the 'Return Type Supported' attribute. |
void |
setDetermininsticSupported(boolean value)
Sets the value of the ' Determininstic Supported ' attribute. |
void |
setMaximumActionBodyLength(int value)
Sets the value of the ' Maximum Action Body Length ' attribute. |
void |
setMaximumIdentifierLength(int value)
Sets the value of the ' Maximum Identifier Length ' attribute. |
void |
setNullInputActionSupported(boolean value)
Sets the value of the ' Null Input Action Supported ' attribute. |
void |
setPackageGenerationSupported(boolean value)
Sets the value of the ' Package Generation Supported ' attribute. |
void |
setParameterDeclarationConstraintSupported(boolean value)
Sets the value of the ' Parameter Declaration Constraint Supported ' attribute. |
void |
setParameterInitValueSupported(boolean value)
Sets the value of the ' Parameter Init Value Supported ' attribute. |
void |
setParameterStyleSupported(boolean value)
Sets the value of the ' Parameter Style Supported ' attribute. |
void |
setReturnedNullSupported(boolean value)
Sets the value of the ' Returned Null Supported ' attribute. |
void |
setReturnedTypeDeclarationConstraintSupported(boolean value)
Sets the value of the ' Returned Type Declaration Constraint Supported ' attribute. |
void |
setReturnTypeSupported(boolean value)
Sets the value of the ' Return Type Supported ' attribute. |
Method Detail |
---|
boolean isNullInputActionSupported()
If the meaning of the 'Null Input Action Supported' attribute isn't clear, there really should be more of a description here...
setNullInputActionSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_NullInputActionSupported()
void setNullInputActionSupported(boolean value)
Null Input Action Supported
' attribute.
value
- the new value of the 'Null Input Action Supported' attribute.isNullInputActionSupported()
boolean isPackageGenerationSupported()
If the meaning of the 'Package Generation Supported' attribute isn't clear, there really should be more of a description here...
setPackageGenerationSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_PackageGenerationSupported()
void setPackageGenerationSupported(boolean value)
Package Generation Supported
' attribute.
value
- the new value of the 'Package Generation Supported' attribute.isPackageGenerationSupported()
boolean isDetermininsticSupported()
If the meaning of the 'Determininstic Supported' attribute isn't clear, there really should be more of a description here...
setDetermininsticSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_DetermininsticSupported()
void setDetermininsticSupported(boolean value)
Determininstic Supported
' attribute.
value
- the new value of the 'Determininstic Supported' attribute.isDetermininsticSupported()
boolean isReturnedNullSupported()
If the meaning of the 'Returned Null Supported' attribute isn't clear, there really should be more of a description here...
setReturnedNullSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnedNullSupported()
void setReturnedNullSupported(boolean value)
Returned Null Supported
' attribute.
value
- the new value of the 'Returned Null Supported' attribute.isReturnedNullSupported()
boolean isReturnedTypeDeclarationConstraintSupported()
If the meaning of the 'Returned Type Declaration Constraint Supported' attribute isn't clear, there really should be more of a description here...
setReturnedTypeDeclarationConstraintSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnedTypeDeclarationConstraintSupported()
void setReturnedTypeDeclarationConstraintSupported(boolean value)
Returned Type Declaration Constraint Supported
' attribute.
value
- the new value of the 'Returned Type Declaration Constraint Supported' attribute.isReturnedTypeDeclarationConstraintSupported()
boolean isParameterInitValueSupported()
If the meaning of the 'Parameter Init Value Supported' attribute isn't clear, there really should be more of a description here...
setParameterInitValueSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterInitValueSupported()
void setParameterInitValueSupported(boolean value)
Parameter Init Value Supported
' attribute.
value
- the new value of the 'Parameter Init Value Supported' attribute.isParameterInitValueSupported()
boolean isParameterStyleSupported()
If the meaning of the 'Parameter Style Supported' attribute isn't clear, there really should be more of a description here...
setParameterStyleSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterStyleSupported()
void setParameterStyleSupported(boolean value)
Parameter Style Supported
' attribute.
value
- the new value of the 'Parameter Style Supported' attribute.isParameterStyleSupported()
boolean isReturnTypeSupported()
If the meaning of the 'Return Type Supported' attribute isn't clear, there really should be more of a description here...
setReturnTypeSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnTypeSupported()
void setReturnTypeSupported(boolean value)
Return Type Supported
' attribute.
value
- the new value of the 'Return Type Supported' attribute.isReturnTypeSupported()
boolean isParameterDeclarationConstraintSupported()
If the meaning of the 'Parameter Declaration Constraint Supported' attribute isn't clear, there really should be more of a description here...
setParameterDeclarationConstraintSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterDeclarationConstraintSupported()
void setParameterDeclarationConstraintSupported(boolean value)
Parameter Declaration Constraint Supported
' attribute.
value
- the new value of the 'Parameter Declaration Constraint Supported' attribute.isParameterDeclarationConstraintSupported()
int getMaximumActionBodyLength()
If the meaning of the 'Maximum Action Body Length' attribute isn't clear, there really should be more of a description here...
setMaximumActionBodyLength(int)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_MaximumActionBodyLength()
void setMaximumActionBodyLength(int value)
Maximum Action Body Length
' attribute.
value
- the new value of the 'Maximum Action Body Length' attribute.getMaximumActionBodyLength()
EList getParameterStyle()
ParameterStyle
.
The literals are from the enumeration ParameterStyle
.
If the meaning of the 'Parameter Style' attribute list isn't clear, there really should be more of a description here...
ParameterStyle
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterStyle()
EList getLanguageType()
LanguageType
.
The literals are from the enumeration LanguageType
.
If the meaning of the 'Language Type' attribute list isn't clear, there really should be more of a description here...
LanguageType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_LanguageType()
EList getFunctionLanguageType()
LanguageType
.
The literals are from the enumeration LanguageType
.
If the meaning of the 'Function Language Type' attribute list isn't clear, there really should be more of a description here...
LanguageType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_FunctionLanguageType()
EList getProcedureType()
ProcedureType
.
The literals are from the enumeration ProcedureType
.
If the meaning of the 'Procedure Type' attribute list isn't clear, there really should be more of a description here...
ProcedureType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ProcedureType()
int getMaximumIdentifierLength()
If the meaning of the 'Maximum Identifier Length' attribute isn't clear, there really should be more of a description here...
setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_MaximumIdentifierLength()
void setMaximumIdentifierLength(int value)
Maximum Identifier Length
' attribute.
value
- the new value of the 'Maximum Identifier Length' attribute.getMaximumIdentifierLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |