|
||||||||||
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.sms.db.DbSMSIndexKey
org.modelsphere.sms.or.db.DbORIndexKey
public final class DbORIndexKey
Direct subclass(es)/subinterface(s) : none.
Composites : DbORIndex.
Components : none.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fExpression
|
static MetaRelation1 |
fIndexedElement
|
static MetaField |
fSortOption
|
static MetaClass |
metaClass
|
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 | |
---|---|
DbORIndexKey()
Parameter-less constructor. |
|
DbORIndexKey(DbObject composite)
Creates an instance of DbORIndexKey. |
Method Summary | |
---|---|
java.lang.String |
getExpression()
Gets the "expression" property of a DbORIndexKey's instance. |
DbORColumn |
getIndexedElement()
Gets the column object associated to a DbORIndexKey's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getName()
|
java.lang.String |
getSemanticalName(int form)
|
ORIndexKeySort |
getSortOption()
Gets the "sort" of a DbORIndexKey's instance. |
static void |
initMeta()
For internal use only. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setExpression(java.lang.String value)
Sets the "expression" property of a DbORIndexKey's instance. |
void |
setIndexedElement(DbORColumn value)
Sets the column object associated to a DbORIndexKey's instance. |
void |
setSortOption(ORIndexKeySort value)
Sets the "sort" property of a DbORIndexKey's instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final MetaRelation1 fIndexedElement
public static final MetaField fExpression
public static final MetaField fSortOption
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORIndexKey()
public DbORIndexKey(DbObject composite) throws DbException
composite
- the object which will contain the newly-created instance
DbException
Method Detail |
---|
public static void initMeta()
public final java.lang.String getSemanticalName(int form) throws DbException
getSemanticalName
in class DbObject
form
- int
DbException
public final java.lang.String getName() throws DbException
getName
in class DbObject
DbException
public final void setIndexedElement(DbORColumn value) throws DbException
value
- the column object to be associated
DbException
public final void setExpression(java.lang.String value) throws DbException
value
- the "expression" property
DbException
public final void setSortOption(ORIndexKeySort value) throws DbException
value
- the "sort" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbSMSIndexKey
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbSMSIndexKey
DbException
public final DbORColumn getIndexedElement() throws DbException
DbException
public final java.lang.String getExpression() throws DbException
DbException
public final ORIndexKeySort getSortOption() 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 |