|
||||||||||
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.oracle.db.DbORAProcedure
public final class DbORAProcedure
Direct subclass(es)/subinterface(s) : none.
Composites : DbORAProgramUnitLibrary.
Components : DbORAParameter,
DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fDeterministic
|
static MetaField |
fInvokerRights
|
static MetaField |
fLanguage
|
static MetaField |
fParallel
|
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 | |
---|---|
DbORAProcedure()
Parameter-less constructor. |
|
DbORAProcedure(DbObject composite)
Creates an instance of DbORAProcedure. |
Method Summary | |
---|---|
java.lang.Boolean |
getDeterministic()
Deprecated. use isDeterministic() method instead |
ORAInvokerRights |
getInvokerRights()
Gets the "invoker rights" of a DbORAProcedure's instance. |
ORALanguage |
getLanguage()
Gets the "language" of a DbORAProcedure's instance. |
MetaClass |
getMetaClass()
|
java.lang.Boolean |
getParallel()
Deprecated. use isParallel() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isDeterministic()
Tells whether a DbORAProcedure's instance is deterministic or not. |
boolean |
isParallel()
Tells whether a DbORAProcedure's instance is parallel or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setDeterministic(java.lang.Boolean value)
Sets the "deterministic" property of a DbORAProcedure's instance. |
void |
setInvokerRights(ORAInvokerRights value)
Sets the "invoker rights" property of a DbORAProcedure's instance. |
void |
setLanguage(ORALanguage value)
Sets the "language" property of a DbORAProcedure's instance. |
void |
setParallel(java.lang.Boolean value)
Sets the "parallel" property of a DbORAProcedure'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 fInvokerRights
public static final MetaField fDeterministic
public static final MetaField fParallel
public static final MetaField fLanguage
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORAProcedure()
public DbORAProcedure(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setInvokerRights(ORAInvokerRights value) throws DbException
value
- the "invoker rights" property
DbException
public final void setDeterministic(java.lang.Boolean value) throws DbException
value
- the "deterministic" property
DbException
public final void setParallel(java.lang.Boolean value) throws DbException
value
- the "parallel" property
DbException
public final void setLanguage(ORALanguage value) throws DbException
value
- the "language" 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 ORAInvokerRights getInvokerRights() throws DbException
DbException
public final java.lang.Boolean getDeterministic() throws DbException
DbException
public final boolean isDeterministic() throws DbException
DbException
public final java.lang.Boolean getParallel() throws DbException
DbException
public final boolean isParallel() throws DbException
DbException
public final ORALanguage getLanguage() 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 |