|
||||||||||
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.DbSMSStructuralFeature
org.modelsphere.sms.or.db.DbORAttribute
org.modelsphere.sms.or.db.DbORColumn
org.modelsphere.sms.or.ibm.db.DbIBMColumn
public final class DbIBMColumn
Direct subclass(es)/subinterface(s) : none.
Composites : DbIBMTable, DbIBMView.
Components : DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fCompact
|
static MetaField |
fForBitData
|
static MetaField |
fLinkTypeURL
|
static MetaField |
fLobSizeUnit
|
static MetaField |
fLogged
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORColumn |
---|
fChecks, fCommonItem, fDestFKeyColumns, fFKeyColumns, fForeign, fIndexKeys, fNull, fPrimaryUniques, fReference, fTriggers |
Fields inherited from class org.modelsphere.sms.or.db.DbORAttribute |
---|
fLength, fNbDecimal, fType |
Fields inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature |
---|
fInitialValue |
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 | |
---|---|
DbIBMColumn()
Parameter-less constructor. |
|
DbIBMColumn(DbObject composite)
Creates an instance of DbIBMColumn. |
Method Summary | |
---|---|
java.lang.Boolean |
getCompact()
Deprecated. use isCompact() method instead |
java.lang.Boolean |
getForBitData()
Deprecated. use isForBitData() method instead |
java.lang.Boolean |
getLinkTypeURL()
Deprecated. use isLinkTypeURL() method instead |
IBMSizeUnit |
getLobSizeUnit()
Gets the "size unit" of a DbIBMColumn's instance. |
java.lang.Boolean |
getLogged()
Deprecated. use isLogged() method instead |
MetaClass |
getMetaClass()
|
static void |
initMeta()
For internal use only. |
boolean |
isCompact()
Tells whether a DbIBMColumn's instance is compact or not. |
boolean |
isForBitData()
Tells whether a DbIBMColumn's instance is forBitData or not. |
boolean |
isLinkTypeURL()
Tells whether a DbIBMColumn's instance is linkTypeURL or not. |
boolean |
isLogged()
Tells whether a DbIBMColumn's instance is logged or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setCompact(java.lang.Boolean value)
Sets the "compact" property of a DbIBMColumn's instance. |
void |
setForBitData(java.lang.Boolean value)
Sets the "for bit data" property of a DbIBMColumn's instance. |
void |
setLinkTypeURL(java.lang.Boolean value)
Sets the "link type url" property of a DbIBMColumn's instance. |
void |
setLobSizeUnit(IBMSizeUnit value)
Sets the "size unit" property of a DbIBMColumn's instance. |
void |
setLogged(java.lang.Boolean value)
Sets the "logged" property of a DbIBMColumn's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORColumn |
---|
addToPrimaryUniques, addToTriggers, getChecks, getCommonItem, getDestFKeyColumns, getFKeyColumns, getForeign, getIndexKeys, getNull, getPrimaryUniques, getReference, getSecurityMask, getTriggers, isForeign, isNull, isReference, removeFromPrimaryUniques, removeFromTriggers, setCommonItem, setForeign, setNull, setPrimaryUniques, setReference, setTriggers |
Methods inherited from class org.modelsphere.sms.or.db.DbORAttribute |
---|
getLength, getLengthNbDecimal, getNbDecimal, getType, setLength, setNbDecimal, setType |
Methods inherited from class org.modelsphere.sms.db.DbSMSStructuralFeature |
---|
getInitialValue, setInitialValue |
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 fLobSizeUnit
public static final MetaField fForBitData
public static final MetaField fLogged
public static final MetaField fCompact
public static final MetaField fLinkTypeURL
public static final MetaClass metaClass
Constructor Detail |
---|
public DbIBMColumn()
public DbIBMColumn(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final void setLobSizeUnit(IBMSizeUnit value) throws DbException
value
- the "size unit" property
DbException
public final void setForBitData(java.lang.Boolean value) throws DbException
value
- the "for bit data" property
DbException
public final void setLogged(java.lang.Boolean value) throws DbException
value
- the "logged" property
DbException
public final void setCompact(java.lang.Boolean value) throws DbException
value
- the "compact" property
DbException
public final void setLinkTypeURL(java.lang.Boolean value) throws DbException
value
- the "link type url" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORColumn
value
- java.lang.Object
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORColumn
DbException
public final IBMSizeUnit getLobSizeUnit() throws DbException
DbException
public final java.lang.Boolean getForBitData() throws DbException
DbException
public final boolean isForBitData() throws DbException
DbException
public final java.lang.Boolean getLogged() throws DbException
DbException
public final boolean isLogged() throws DbException
DbException
public final java.lang.Boolean getCompact() throws DbException
DbException
public final boolean isCompact() throws DbException
DbException
public final java.lang.Boolean getLinkTypeURL() throws DbException
DbException
public final boolean isLinkTypeURL() 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 |