net.sf.farrago.cwm.relational
Interface CwmCatalog

All Superinterfaces:
CwmElement, CwmModelElement, CwmNamespace, CwmPackage, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemDataServer, FemLocalCatalog
All Known Implementing Classes:
CwmCatalog$Hib, FemDataServer$Hib, FemLocalCatalog$Hib

public interface CwmCatalog
extends CwmPackage

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

getDefaultCharacterSetName

String getDefaultCharacterSetName()
Returns the value of attribute defaultCharacterSetName. The name of the default character set used for the values in the column. This field applies only to columns whose datatype is a character string.

Returns:
Value of attribute defaultCharacterSetName.

setDefaultCharacterSetName

void setDefaultCharacterSetName(String newValue)
Sets the value of defaultCharacterSetName attribute. See getDefaultCharacterSetName() for description on the attribute.

Parameters:
newValue - New value to be set.

getDefaultCollationName

String getDefaultCollationName()
Returns the value of attribute defaultCollationName. The name of the default collation sequence used to sort the data values in the column.

Returns:
Value of attribute defaultCollationName.

setDefaultCollationName

void setDefaultCollationName(String newValue)
Sets the value of defaultCollationName attribute. See getDefaultCollationName() for description on the attribute.

Parameters:
newValue - New value to be set.