|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPersistentObject
org.modelsphere.jack.baseDb.db.DbObject
org.modelsphere.jack.baseDb.db.DbSemanticalObject
org.modelsphere.sms.db.DbSMSSemanticalObject
org.modelsphere.sms.db.DbSMSTypedElement
org.modelsphere.sms.db.DbSMSFeature
org.modelsphere.sms.db.DbSMSBehavioralFeature
org.modelsphere.sms.or.db.DbORAbstractMethod
org.modelsphere.sms.or.db.DbORProcedure
org.modelsphere.sms.or.ibm.db.DbIBMProcedure
public final class DbIBMProcedure
Direct subclass(es)/subinterface(s) : none.
Composites : DbIBMOperationLibrary.
Components : DbIBMParameter, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCardinality
|
static MetaField |
fDbInfo
|
static MetaField |
fDeterministic
|
static MetaField |
fDynamicResultSets
|
static MetaField |
fExternal
|
static MetaField |
fExternalAction
|
static MetaField |
fExternalName
|
static MetaField |
fFederated
|
static MetaField |
fFenced
|
static MetaField |
fFinalCall
|
static MetaField |
fInheritSpecialRegisters
|
static MetaField |
fLanguage
|
static MetaField |
fLocator
|
static MetaField |
fNullInput
|
static MetaField |
fParallelism
|
static MetaField |
fParameterStyle
|
static MetaField |
fPredicate
|
static MetaField |
fScratchpad
|
static MetaField |
fSpecificName
|
static MetaField |
fSql
|
static MetaField |
fStaticDispatch
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORProcedure |
---|
fFunction, fJavaMethod, fLength, fPrecision, fReturnType, fReturnTypeReference |
Fields inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod |
---|
fBody, fUser |
Fields inherited from class org.modelsphere.sms.db.DbSMSFeature |
---|
fOverriddenFeatures, fOverridingFeatures |
Fields inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
fObjectImports, fSourceLinks, fSubCopies, fSuperCopy, fTargetLinks, fUmlConstraints, fUmlStereotype |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
fAdminAccessList, fAlias, fDescription, fName, fPhysicalName, fWriteAccessList |
Fields inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
ACCESS_GRANTED, ACCESS_NOT_GRANTED, fComponents, fComposite, fCreationTime, fModificationTime, fUdfValues, fValidationStatus, LONG_FORM, SHORT_FORM, VALIDATION_ERROR, VALIDATION_OK, VALIDATION_WARNING, writeAccess |
Constructor Summary | |
---|---|
DbIBMProcedure()
Parameter-less constructor. |
|
DbIBMProcedure(DbObject composite)
Creates an instance of DbIBMProcedure. |
Method Summary | |
---|---|
java.lang.Integer |
getCardinality()
Gets the "cardinality" of a DbIBMProcedure's instance. |
IBMProcedureDbInfo |
getDbInfo()
Gets the "db info" of a DbIBMProcedure's instance. |
IBMProcedureDeterministic |
getDeterministic()
Gets the "deterministic" of a DbIBMProcedure's instance. |
java.lang.Integer |
getDynamicResultSets()
Gets the "dynamic result sets" of a DbIBMProcedure's instance. |
java.lang.Boolean |
getExternal()
Deprecated. use isExternal() method instead |
IBMProcedureExtAction |
getExternalAction()
Gets the "external action" of a DbIBMProcedure's instance. |
java.lang.String |
getExternalName()
Gets the "external name" property of a DbIBMProcedure's instance. |
IBMFederatedOption |
getFederated()
Gets the "federated" of a DbIBMProcedure's instance. |
IBMProcedureFence |
getFenced()
Gets the "fenced" of a DbIBMProcedure's instance. |
IBMProcedureFinalCall |
getFinalCall()
Gets the "final call" of a DbIBMProcedure's instance. |
java.lang.Boolean |
getInheritSpecialRegisters()
Deprecated. use isInheritSpecialRegisters() method instead |
IBMProcedureLanguage |
getLanguage()
Gets the "language" of a DbIBMProcedure's instance. |
java.lang.Boolean |
getLocator()
Deprecated. use isLocator() method instead |
MetaClass |
getMetaClass()
|
IBMProcedureNullInput |
getNullInput()
Gets the "null input" of a DbIBMProcedure's instance. |
IBMProcedureParallel |
getParallelism()
Gets the "parallelism" of a DbIBMProcedure's instance. |
IBMProcedureLanguage |
getParameterStyle()
Gets the "parameterstyle" of a DbIBMProcedure's instance. |
java.lang.String |
getPredicate()
Gets the "predicate" property of a DbIBMProcedure's instance. |
java.lang.Integer |
getScratchpad()
Gets the "scratch pad" property of a DbIBMProcedure's instance. |
java.lang.String |
getSpecificName()
Gets the "specific name" property of a DbIBMProcedure's instance. |
IBMProcedureSql |
getSql()
Gets the "sql" of a DbIBMProcedure's instance. |
java.lang.Boolean |
getStaticDispatch()
Deprecated. use isStaticDispatch() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isExternal()
Tells whether a DbIBMProcedure's instance is external or not. |
boolean |
isInheritSpecialRegisters()
Tells whether a DbIBMProcedure's instance is inheritSpecialRegisters or not. |
boolean |
isLocator()
Tells whether a DbIBMProcedure's instance is locator or not. |
boolean |
isStaticDispatch()
Tells whether a DbIBMProcedure's instance is staticDispatch or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCardinality(java.lang.Integer value)
Sets the "cardinality" property of a DbIBMProcedure's instance. |
void |
setDbInfo(IBMProcedureDbInfo value)
Sets the "db info" property of a DbIBMProcedure's instance. |
void |
setDeterministic(IBMProcedureDeterministic value)
Sets the "deterministic" property of a DbIBMProcedure's instance. |
void |
setDynamicResultSets(java.lang.Integer value)
Sets the "dynamic result sets" property of a DbIBMProcedure's instance. |
void |
setExternal(java.lang.Boolean value)
Sets the "external" property of a DbIBMProcedure's instance. |
void |
setExternalAction(IBMProcedureExtAction value)
Sets the "external action" property of a DbIBMProcedure's instance. |
void |
setExternalName(java.lang.String value)
Sets the "external name" property of a DbIBMProcedure's instance. |
void |
setFederated(IBMFederatedOption value)
Sets the "federated" property of a DbIBMProcedure's instance. |
void |
setFenced(IBMProcedureFence value)
Sets the "fenced" property of a DbIBMProcedure's instance. |
void |
setFinalCall(IBMProcedureFinalCall value)
Sets the "final call" property of a DbIBMProcedure's instance. |
void |
setInheritSpecialRegisters(java.lang.Boolean value)
Sets the "inherit special registers" property of a DbIBMProcedure's instance. |
void |
setLanguage(IBMProcedureLanguage value)
Sets the "language" property of a DbIBMProcedure's instance. |
void |
setLocator(java.lang.Boolean value)
Sets the "locator" property of a DbIBMProcedure's instance. |
void |
setNullInput(IBMProcedureNullInput value)
Sets the "null input" property of a DbIBMProcedure's instance. |
void |
setParallelism(IBMProcedureParallel value)
Sets the "parallelism" property of a DbIBMProcedure's instance. |
void |
setParameterStyle(IBMProcedureLanguage value)
Sets the "parameterstyle" property of a DbIBMProcedure's instance. |
void |
setPredicate(java.lang.String value)
Sets the "predicate" property of a DbIBMProcedure's instance. |
void |
setScratchpad(java.lang.Integer value)
Sets the "scratch pad" property of a DbIBMProcedure's instance. |
void |
setSpecificName(java.lang.String value)
Sets the "specific name" property of a DbIBMProcedure's instance. |
void |
setSql(IBMProcedureSql value)
Sets the "sql" property of a DbIBMProcedure's instance. |
void |
setStaticDispatch(java.lang.Boolean value)
Sets the "static dispatch" property of a DbIBMProcedure's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORProcedure |
---|
buildSignature, getFunction, getJavaMethod, getLength, getPrecision, getReturnType, getReturnTypeReference, getSemanticalIcon, isFunction, isReturnTypeReference, setFunction, setJavaMethod, setLength, setPrecision, setReturnType, setReturnTypeReference |
Methods inherited from class org.modelsphere.sms.or.db.DbORAbstractMethod |
---|
getBody, getSecurityMask, getUser, setBody, setUser |
Methods inherited from class org.modelsphere.sms.db.DbSMSFeature |
---|
addToOverriddenFeatures, addToOverridingFeatures, getOverriddenFeatures, getOverridingFeatures, removeFromOverriddenFeatures, removeFromOverridingFeatures, setOverriddenFeatures, setOverridingFeatures |
Methods inherited from class org.modelsphere.sms.db.DbSMSSemanticalObject |
---|
addToSourceLinks, addToTargetLinks, addToUmlConstraints, getObjectImports, getSourceLinks, getSubCopies, getSuperCopy, getTargetLinks, getUmlConstraints, getUmlStereotype, removeFromSourceLinks, removeFromTargetLinks, removeFromUmlConstraints, setSourceLinks, setSuperCopy, setTargetLinks, setUmlConstraints, setUmlStereotype |
Methods inherited from class org.modelsphere.jack.baseDb.db.DbSemanticalObject |
---|
findComponentByPhysicalName, getAdminAccessList, getAlias, getDescription, getName, getPhysicalName, getWriteAccessList, matches, setAlias, setDescription, setName, setPhysicalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaField fLocator
public static final MetaField fSpecificName
public static final MetaField fExternalName
public static final MetaField fCardinality
public static final MetaField fDynamicResultSets
public static final MetaField fExternal
public static final MetaField fLanguage
public static final MetaField fParameterStyle
public static final MetaField fDeterministic
public static final MetaField fFenced
public static final MetaField fNullInput
public static final MetaField fSql
public static final MetaField fStaticDispatch
public static final MetaField fExternalAction
public static final MetaField fScratchpad
public static final MetaField fFinalCall
public static final MetaField fParallelism
public static final MetaField fDbInfo
public static final MetaField fPredicate
public static final MetaField fInheritSpecialRegisters
public static final MetaField fFederated
public static final MetaClass metaClass
Constructor Detail |
---|
public DbIBMProcedure()
public DbIBMProcedure(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setLocator(java.lang.Boolean value) throws DbException
value
- the "locator" property
DbException
public final void setSpecificName(java.lang.String value) throws DbException
value
- the "specific name" property
DbException
public final void setExternalName(java.lang.String value) throws DbException
value
- the "external name" property
DbException
public final void setCardinality(java.lang.Integer value) throws DbException
value
- the "cardinality" property
DbException
public final void setDynamicResultSets(java.lang.Integer value) throws DbException
value
- the "dynamic result sets" property
DbException
public final void setExternal(java.lang.Boolean value) throws DbException
value
- the "external" property
DbException
public final void setLanguage(IBMProcedureLanguage value) throws DbException
value
- the "language" property
DbException
public final void setParameterStyle(IBMProcedureLanguage value) throws DbException
value
- the "parameterstyle" property
DbException
public final void setDeterministic(IBMProcedureDeterministic value) throws DbException
value
- the "deterministic" property
DbException
public final void setFenced(IBMProcedureFence value) throws DbException
value
- the "fenced" property
DbException
public final void setNullInput(IBMProcedureNullInput value) throws DbException
value
- the "null input" property
DbException
public final void setSql(IBMProcedureSql value) throws DbException
value
- the "sql" property
DbException
public final void setStaticDispatch(java.lang.Boolean value) throws DbException
value
- the "static dispatch" property
DbException
public final void setExternalAction(IBMProcedureExtAction value) throws DbException
value
- the "external action" property
DbException
public final void setScratchpad(java.lang.Integer value) throws DbException
value
- the "scratch pad" property
DbException
public final void setFinalCall(IBMProcedureFinalCall value) throws DbException
value
- the "final call" property
DbException
public final void setParallelism(IBMProcedureParallel value) throws DbException
value
- the "parallelism" property
DbException
public final void setDbInfo(IBMProcedureDbInfo value) throws DbException
value
- the "db info" property
DbException
public final void setPredicate(java.lang.String value) throws DbException
value
- the "predicate" property
DbException
public final void setInheritSpecialRegisters(java.lang.Boolean value) throws DbException
value
- the "inherit special registers" property
DbException
public final void setFederated(IBMFederatedOption value) throws DbException
value
- the "federated" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORProcedure
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORProcedure
DbException
public final java.lang.Boolean getLocator() throws DbException
DbException
public final boolean isLocator() throws DbException
DbException
public final java.lang.String getSpecificName() throws DbException
DbException
public final java.lang.String getExternalName() throws DbException
DbException
public final java.lang.Integer getCardinality() throws DbException
DbException
public final java.lang.Integer getDynamicResultSets() throws DbException
DbException
public final java.lang.Boolean getExternal() throws DbException
DbException
public final boolean isExternal() throws DbException
DbException
public final IBMProcedureLanguage getLanguage() throws DbException
DbException
public final IBMProcedureLanguage getParameterStyle() throws DbException
DbException
public final IBMProcedureDeterministic getDeterministic() throws DbException
DbException
public final IBMProcedureFence getFenced() throws DbException
DbException
public final IBMProcedureNullInput getNullInput() throws DbException
DbException
public final IBMProcedureSql getSql() throws DbException
DbException
public final java.lang.Boolean getStaticDispatch() throws DbException
DbException
public final boolean isStaticDispatch() throws DbException
DbException
public final IBMProcedureExtAction getExternalAction() throws DbException
DbException
public final java.lang.Integer getScratchpad() throws DbException
DbException
public final IBMProcedureFinalCall getFinalCall() throws DbException
DbException
public final IBMProcedureParallel getParallelism() throws DbException
DbException
public final IBMProcedureDbInfo getDbInfo() throws DbException
DbException
public final java.lang.String getPredicate() throws DbException
DbException
public final java.lang.Boolean getInheritSpecialRegisters() throws DbException
DbException
public final boolean isInheritSpecialRegisters() throws DbException
DbException
public final IBMFederatedOption getFederated() throws DbException
DbException
public MetaClass getMetaClass()
getMetaClass
in class DbObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |