|
||||||||||
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.DbSMSConstraint
org.modelsphere.sms.or.db.DbORConstraint
org.modelsphere.sms.or.db.DbORCheck
org.modelsphere.sms.or.oracle.db.DbORACheck
public final class DbORACheck
Direct subclass(es)/subinterface(s) : none.
Composites : DbORAAbsTable,
DbORAView.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fChecking
|
static MetaField |
fDeferrable
|
static MetaField |
fEnabled
|
static MetaRelation1 |
fExceptionTable
|
static MetaField |
fValidated
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORCheck |
---|
fColumn, fCondition |
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 | |
---|---|
DbORACheck()
Parameter-less constructor. |
|
DbORACheck(DbObject composite)
Creates an instance of DbORACheck. |
Method Summary | |
---|---|
ORAConstraintChecking |
getChecking()
Gets the "checking" of a DbORACheck's instance. |
java.lang.Boolean |
getDeferrable()
Deprecated. use isDeferrable() method instead |
java.lang.Boolean |
getEnabled()
Gets the "enabled" of a DbORACheck's instance. |
DbORATable |
getExceptionTable()
Gets the exception table object associated to a DbORACheck's instance. |
MetaClass |
getMetaClass()
|
java.lang.Boolean |
getValidated()
Gets the "validated" of a DbORACheck's instance. |
static void |
initMeta()
For internal use only. |
boolean |
isDeferrable()
Tells whether a DbORACheck's instance is deferrable or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setChecking(ORAConstraintChecking value)
Sets the "checking" property of a DbORACheck's instance. |
void |
setDeferrable(java.lang.Boolean value)
Sets the "deferrable" property of a DbORACheck's instance. |
void |
setEnabled(java.lang.Boolean value)
Sets the "enabled" property of a DbORACheck's instance. |
void |
setExceptionTable(DbORATable value)
Sets the exception table object associated to a DbORACheck's instance. |
void |
setValidated(java.lang.Boolean value)
Sets the "validated" property of a DbORACheck's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORCheck |
---|
getColumn, getCondition, setColumn, setCondition |
Methods inherited from class org.modelsphere.sms.or.db.DbORConstraint |
---|
getSecurityMask |
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 fChecking
public static final MetaField fDeferrable
public static final MetaField fEnabled
public static final MetaField fValidated
public static final MetaRelation1 fExceptionTable
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORACheck()
public DbORACheck(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setChecking(ORAConstraintChecking value) throws DbException
value
- the "checking" property
DbException
public final void setDeferrable(java.lang.Boolean value) throws DbException
value
- the "deferrable" property
DbException
public final void setEnabled(java.lang.Boolean value) throws DbException
value
- the "enabled" property
DbException
public final void setValidated(java.lang.Boolean value) throws DbException
value
- the "validated" property
DbException
public final void setExceptionTable(DbORATable value) throws DbException
value
- the exception table object to be associated
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORCheck
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORCheck
DbException
public final ORAConstraintChecking getChecking() throws DbException
DbException
public final java.lang.Boolean getDeferrable() throws DbException
DbException
public final boolean isDeferrable() throws DbException
DbException
public final java.lang.Boolean getEnabled() throws DbException
DbException
public final java.lang.Boolean getValidated() throws DbException
DbException
public final DbORATable getExceptionTable() 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 |