|
||||||||||
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.DbSMSPackage
org.modelsphere.sms.db.DbSMSAbstractPackage
org.modelsphere.sms.or.db.DbORModel
org.modelsphere.sms.or.db.DbORDatabase
org.modelsphere.sms.or.oracle.db.DbORADatabase
public final class DbORADatabase
Direct subclass(es)/subinterface(s) : none.
Composites : DbSMSUserDefinedPackage, DbSMSProject.
Components : DbORATablespace, DbORARedoLogGroup, DbORARollbackSegment, DbSMSNotice, DbSMSObjectImport.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.modelsphere.jack.baseDb.db.DbObject |
---|
DbObject.ComponentIterator |
Field Summary | |
---|---|
static MetaField |
fArchiveLog
|
static MetaField |
fCharacterSet
|
static MetaField |
fMaxDataFiles
|
static MetaField |
fMaxInstances
|
static MetaField |
fMaxLogFiles
|
static MetaField |
fMaxLogHistory
|
static MetaField |
fMaxLogMembers
|
static MetaField |
fNationalCharacterSet
|
static MetaField |
fReuseControlFiles
|
static MetaClass |
metaClass
|
Fields inherited from class org.modelsphere.sms.or.db.DbORDatabase |
---|
fDefaultDomainModel, fOperationLibrary, fSchema, fUdtModel |
Fields inherited from class org.modelsphere.sms.db.DbSMSAbstractPackage |
---|
fIsLocked, fIsValidated, fTargetSystem |
Fields inherited from class org.modelsphere.sms.db.DbSMSPackage |
---|
fAuthor, fPackageGos, fVersion |
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 | |
---|---|
DbORADatabase()
Parameter-less constructor. |
|
DbORADatabase(DbObject composite,
DbSMSTargetSystem targetSystem)
Creates an instance of DbORADatabase. |
Method Summary | |
---|---|
java.lang.Boolean |
getArchiveLog()
Deprecated. use isArchiveLog() method instead |
java.lang.String |
getCharacterSet()
Gets the "character set" property of a DbORADatabase's instance. |
java.lang.Integer |
getMaxDataFiles()
Gets the "max. data files" of a DbORADatabase's instance. |
java.lang.Integer |
getMaxInstances()
Gets the "max. instances" of a DbORADatabase's instance. |
java.lang.Integer |
getMaxLogFiles()
Gets the "max. log files" of a DbORADatabase's instance. |
java.lang.Integer |
getMaxLogHistory()
Gets the "max. log history" of a DbORADatabase's instance. |
java.lang.Integer |
getMaxLogMembers()
Gets the "max. log members" of a DbORADatabase's instance. |
MetaClass |
getMetaClass()
|
java.lang.String |
getNationalCharacterSet()
Gets the "national character set" property of a DbORADatabase's instance. |
java.lang.Boolean |
getReuseControlFiles()
Deprecated. use isReuseControlFiles() method instead |
static void |
initMeta()
For internal use only. |
boolean |
isArchiveLog()
Tells whether a DbORADatabase's instance is archiveLog or not. |
boolean |
isReuseControlFiles()
Tells whether a DbORADatabase's instance is reuseControlFiles or not. |
void |
set(MetaField metaField,
java.lang.Object value)
|
void |
set(MetaRelationN relation,
DbObject neighbor,
int op)
|
void |
setArchiveLog(java.lang.Boolean value)
Sets the "archive log" property of a DbORADatabase's instance. |
void |
setCharacterSet(java.lang.String value)
Sets the "character set" property of a DbORADatabase's instance. |
void |
setMaxDataFiles(java.lang.Integer value)
Sets the "max. data files" property of a DbORADatabase's instance. |
void |
setMaxInstances(java.lang.Integer value)
Sets the "max. instances" property of a DbORADatabase's instance. |
void |
setMaxLogFiles(java.lang.Integer value)
Sets the "max. log files" property of a DbORADatabase's instance. |
void |
setMaxLogHistory(java.lang.Integer value)
Sets the "max. log history" property of a DbORADatabase's instance. |
void |
setMaxLogMembers(java.lang.Integer value)
Sets the "max. log members" property of a DbORADatabase's instance. |
void |
setNationalCharacterSet(java.lang.String value)
Sets the "national character set" property of a DbORADatabase's instance. |
void |
setReuseControlFiles(java.lang.Boolean value)
Sets the "reuse control files" property of a DbORADatabase's instance. |
Methods inherited from class org.modelsphere.sms.or.db.DbORDatabase |
---|
getDefaultDomainModel, getOperationLibrary, getSchema, getUdtModel, setDefaultDomainModel, setOperationLibrary, setSchema, setUdtModel |
Methods inherited from class org.modelsphere.sms.or.db.DbORModel |
---|
getSecurityMask |
Methods inherited from class org.modelsphere.sms.db.DbSMSAbstractPackage |
---|
getIsLocked, getIsValidated, getTargetSystem, isIsLocked, isIsValidated, matches, setIsLocked, setIsValidated, setTargetSystem |
Methods inherited from class org.modelsphere.sms.db.DbSMSPackage |
---|
getAuthor, getPackageGos, getVersion, setAuthor, setVersion |
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, 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 fReuseControlFiles
public static final MetaField fMaxLogFiles
public static final MetaField fMaxLogMembers
public static final MetaField fMaxLogHistory
public static final MetaField fMaxDataFiles
public static final MetaField fMaxInstances
public static final MetaField fArchiveLog
public static final MetaField fCharacterSet
public static final MetaField fNationalCharacterSet
public static final MetaClass metaClass
Constructor Detail |
---|
public DbORADatabase()
public DbORADatabase(DbObject composite, DbSMSTargetSystem targetSystem) throws DbException
composite
- org.modelsphere.jack.baseDb.db.DbObjecttargetsystem
- org.modelsphere.sms.db.DbSMSTargetSystem
DbException
Method Detail |
---|
public static void initMeta()
public final void setReuseControlFiles(java.lang.Boolean value) throws DbException
value
- the "reuse control files" property
DbException
public final void setMaxLogFiles(java.lang.Integer value) throws DbException
value
- the "max. log files" property
DbException
public final void setMaxLogMembers(java.lang.Integer value) throws DbException
value
- the "max. log members" property
DbException
public final void setMaxLogHistory(java.lang.Integer value) throws DbException
value
- the "max. log history" property
DbException
public final void setMaxDataFiles(java.lang.Integer value) throws DbException
value
- the "max. data files" property
DbException
public final void setMaxInstances(java.lang.Integer value) throws DbException
value
- the "max. instances" property
DbException
public final void setArchiveLog(java.lang.Boolean value) throws DbException
value
- the "archive log" property
DbException
public final void setCharacterSet(java.lang.String value) throws DbException
value
- the "character set" property
DbException
public final void setNationalCharacterSet(java.lang.String value) throws DbException
value
- the "national character set" property
DbException
public void set(MetaField metaField, java.lang.Object value) throws DbException
set
in class DbORDatabase
DbException
public void set(MetaRelationN relation, DbObject neighbor, int op) throws DbException
set
in class DbORDatabase
DbException
public final java.lang.Boolean getReuseControlFiles() throws DbException
DbException
public final boolean isReuseControlFiles() throws DbException
DbException
public final java.lang.Integer getMaxLogFiles() throws DbException
DbException
public final java.lang.Integer getMaxLogMembers() throws DbException
DbException
public final java.lang.Integer getMaxLogHistory() throws DbException
DbException
public final java.lang.Integer getMaxDataFiles() throws DbException
DbException
public final java.lang.Integer getMaxInstances() throws DbException
DbException
public final java.lang.Boolean getArchiveLog() throws DbException
DbException
public final boolean isArchiveLog() throws DbException
DbException
public final java.lang.String getCharacterSet() throws DbException
DbException
public final java.lang.String getNationalCharacterSet() 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 |