|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
org.eclipse.datatools.modelbase.dbdefinition.impl.StoredProcedureDefinitionImpl
An implementation of the model object 'Stored Procedure Definition'.
The following features are implemented:
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
Method Summary | |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
EList |
getFunctionLanguageType()
|
EList |
getLanguageType()
|
int |
getMaximumActionBodyLength()
|
int |
getMaximumIdentifierLength()
|
EList |
getParameterStyle()
|
EList |
getProcedureType()
|
boolean |
isDetermininsticSupported()
|
boolean |
isNullInputActionSupported()
|
boolean |
isPackageGenerationSupported()
|
boolean |
isParameterDeclarationConstraintSupported()
|
boolean |
isParameterInitValueSupported()
|
boolean |
isParameterStyleSupported()
|
boolean |
isReturnedNullSupported()
|
boolean |
isReturnedTypeDeclarationConstraintSupported()
|
boolean |
isReturnTypeSupported()
|
void |
setDetermininsticSupported(boolean newDetermininsticSupported)
|
void |
setMaximumActionBodyLength(int newMaximumActionBodyLength)
|
void |
setMaximumIdentifierLength(int newMaximumIdentifierLength)
|
void |
setNullInputActionSupported(boolean newNullInputActionSupported)
|
void |
setPackageGenerationSupported(boolean newPackageGenerationSupported)
|
void |
setParameterDeclarationConstraintSupported(boolean newParameterDeclarationConstraintSupported)
|
void |
setParameterInitValueSupported(boolean newParameterInitValueSupported)
|
void |
setParameterStyleSupported(boolean newParameterStyleSupported)
|
void |
setReturnedNullSupported(boolean newReturnedNullSupported)
|
void |
setReturnedTypeDeclarationConstraintSupported(boolean newReturnedTypeDeclarationConstraintSupported)
|
void |
setReturnTypeSupported(boolean newReturnTypeSupported)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public boolean isNullInputActionSupported()
isNullInputActionSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setNullInputActionSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_NullInputActionSupported()
public void setNullInputActionSupported(boolean newNullInputActionSupported)
setNullInputActionSupported
in interface StoredProcedureDefinition
newNullInputActionSupported
- the new value of the 'Null Input Action Supported' attribute.StoredProcedureDefinition.isNullInputActionSupported()
public boolean isPackageGenerationSupported()
isPackageGenerationSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setPackageGenerationSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_PackageGenerationSupported()
public void setPackageGenerationSupported(boolean newPackageGenerationSupported)
setPackageGenerationSupported
in interface StoredProcedureDefinition
newPackageGenerationSupported
- the new value of the 'Package Generation Supported' attribute.StoredProcedureDefinition.isPackageGenerationSupported()
public boolean isDetermininsticSupported()
isDetermininsticSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setDetermininsticSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_DetermininsticSupported()
public void setDetermininsticSupported(boolean newDetermininsticSupported)
setDetermininsticSupported
in interface StoredProcedureDefinition
newDetermininsticSupported
- the new value of the 'Determininstic Supported' attribute.StoredProcedureDefinition.isDetermininsticSupported()
public boolean isReturnedNullSupported()
isReturnedNullSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setReturnedNullSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnedNullSupported()
public void setReturnedNullSupported(boolean newReturnedNullSupported)
setReturnedNullSupported
in interface StoredProcedureDefinition
newReturnedNullSupported
- the new value of the 'Returned Null Supported' attribute.StoredProcedureDefinition.isReturnedNullSupported()
public boolean isReturnedTypeDeclarationConstraintSupported()
isReturnedTypeDeclarationConstraintSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setReturnedTypeDeclarationConstraintSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnedTypeDeclarationConstraintSupported()
public void setReturnedTypeDeclarationConstraintSupported(boolean newReturnedTypeDeclarationConstraintSupported)
setReturnedTypeDeclarationConstraintSupported
in interface StoredProcedureDefinition
newReturnedTypeDeclarationConstraintSupported
- the new value of the 'Returned Type Declaration Constraint Supported' attribute.StoredProcedureDefinition.isReturnedTypeDeclarationConstraintSupported()
public boolean isParameterInitValueSupported()
isParameterInitValueSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setParameterInitValueSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterInitValueSupported()
public void setParameterInitValueSupported(boolean newParameterInitValueSupported)
setParameterInitValueSupported
in interface StoredProcedureDefinition
newParameterInitValueSupported
- the new value of the 'Parameter Init Value Supported' attribute.StoredProcedureDefinition.isParameterInitValueSupported()
public boolean isParameterStyleSupported()
isParameterStyleSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setParameterStyleSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterStyleSupported()
public void setParameterStyleSupported(boolean newParameterStyleSupported)
setParameterStyleSupported
in interface StoredProcedureDefinition
newParameterStyleSupported
- the new value of the 'Parameter Style Supported' attribute.StoredProcedureDefinition.isParameterStyleSupported()
public boolean isReturnTypeSupported()
isReturnTypeSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setReturnTypeSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ReturnTypeSupported()
public void setReturnTypeSupported(boolean newReturnTypeSupported)
setReturnTypeSupported
in interface StoredProcedureDefinition
newReturnTypeSupported
- the new value of the 'Return Type Supported' attribute.StoredProcedureDefinition.isReturnTypeSupported()
public boolean isParameterDeclarationConstraintSupported()
isParameterDeclarationConstraintSupported
in interface StoredProcedureDefinition
StoredProcedureDefinition.setParameterDeclarationConstraintSupported(boolean)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterDeclarationConstraintSupported()
public void setParameterDeclarationConstraintSupported(boolean newParameterDeclarationConstraintSupported)
setParameterDeclarationConstraintSupported
in interface StoredProcedureDefinition
newParameterDeclarationConstraintSupported
- the new value of the 'Parameter Declaration Constraint Supported' attribute.StoredProcedureDefinition.isParameterDeclarationConstraintSupported()
public int getMaximumActionBodyLength()
getMaximumActionBodyLength
in interface StoredProcedureDefinition
StoredProcedureDefinition.setMaximumActionBodyLength(int)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_MaximumActionBodyLength()
public void setMaximumActionBodyLength(int newMaximumActionBodyLength)
setMaximumActionBodyLength
in interface StoredProcedureDefinition
newMaximumActionBodyLength
- the new value of the 'Maximum Action Body Length' attribute.StoredProcedureDefinition.getMaximumActionBodyLength()
public EList getParameterStyle()
getParameterStyle
in interface StoredProcedureDefinition
ParameterStyle
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ParameterStyle()
public EList getLanguageType()
getLanguageType
in interface StoredProcedureDefinition
LanguageType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_LanguageType()
public EList getFunctionLanguageType()
getFunctionLanguageType
in interface StoredProcedureDefinition
LanguageType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_FunctionLanguageType()
public EList getProcedureType()
getProcedureType
in interface StoredProcedureDefinition
ProcedureType
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_ProcedureType()
public int getMaximumIdentifierLength()
getMaximumIdentifierLength
in interface StoredProcedureDefinition
StoredProcedureDefinition.setMaximumIdentifierLength(int)
,
DatabaseDefinitionPackage.getStoredProcedureDefinition_MaximumIdentifierLength()
public void setMaximumIdentifierLength(int newMaximumIdentifierLength)
setMaximumIdentifierLength
in interface StoredProcedureDefinition
newMaximumIdentifierLength
- the new value of the 'Maximum Identifier Length' attribute.StoredProcedureDefinition.getMaximumIdentifierLength()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |