|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmCatalog
Catalog object instance interface. A Catalog is the unit of logon and identification. It also identifies the scope of SQL statements: the tables contained in a catalog can be used in a single SQL statement.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
String |
getDefaultCharacterSetName()
Returns the value of attribute defaultCharacterSetName. |
String |
getDefaultCollationName()
Returns the value of attribute defaultCollationName. |
void |
setDefaultCharacterSetName(String newValue)
Sets the value of defaultCharacterSetName attribute. |
void |
setDefaultCollationName(String newValue)
Sets the value of defaultCollationName attribute. |
Methods inherited from interface net.sf.farrago.cwm.core.CwmPackage |
---|
getImportedElement |
Methods inherited from interface net.sf.farrago.cwm.core.CwmNamespace |
---|
getOwnedElement |
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement |
---|
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
String getDefaultCharacterSetName()
void setDefaultCharacterSetName(String newValue)
getDefaultCharacterSetName()
for description on the attribute.
newValue
- New value to be set.String getDefaultCollationName()
void setDefaultCollationName(String newValue)
getDefaultCollationName()
for description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |