|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A column in a result set, a view, a table, or an SQLStructuredType.
Method Summary | |
java.lang.String |
getCharacterSetName()
The name of the character set used for the values in the column. |
java.lang.String |
getCollationName()
The name of the collation sequence used to sort the data values in the column. |
org.omg.cwm.resource.relational.enumerations.NullableType |
getIsNullable()
Indicates if null values are valid in this column. |
java.lang.Integer |
getLength()
The length of fixed length character or byte strings. |
NamedColumnSet |
getOptionScopeColumnSet()
|
java.lang.Integer |
getPrecision()
The total number of digits in the field. |
SqlstructuredType |
getReferencedTableType()
|
java.lang.Integer |
getScale()
The number of digits on the right of the decimal separator. |
void |
setCharacterSetName(java.lang.String newValue)
The name of the character set used for the values in the column. |
void |
setCollationName(java.lang.String newValue)
The name of the collation sequence used to sort the data values in the column. |
void |
setIsNullable(org.omg.cwm.resource.relational.enumerations.NullableType newValue)
Indicates if null values are valid in this column. |
void |
setLength(java.lang.Integer newValue)
The length of fixed length character or byte strings. |
void |
setOptionScopeColumnSet(NamedColumnSet newValue)
|
void |
setPrecision(java.lang.Integer newValue)
The total number of digits in the field. |
void |
setReferencedTableType(SqlstructuredType newValue)
|
void |
setScale(java.lang.Integer newValue)
The number of digits on the right of the decimal separator. |
Methods inherited from interface org.omg.cwm.objectmodel.core.Attribute |
getInitialValue, setInitialValue |
Methods inherited from interface org.omg.cwm.objectmodel.core.StructuralFeature |
getChangeability, getMultiplicity, getOrdering, getTargetScope, getType, setChangeability, setMultiplicity, setOrdering, setTargetScope, setType |
Methods inherited from interface org.omg.cwm.objectmodel.core.Feature |
getOwner, getOwnerScope, setOwner, setOwnerScope |
Methods inherited from interface org.omg.cwm.objectmodel.core.ModelElement |
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 |
public java.lang.Integer getPrecision() throws javax.jmi.reflect.JmiException
public void setPrecision(java.lang.Integer newValue) throws javax.jmi.reflect.JmiException
public java.lang.Integer getScale() throws javax.jmi.reflect.JmiException
public void setScale(java.lang.Integer newValue) throws javax.jmi.reflect.JmiException
public org.omg.cwm.resource.relational.enumerations.NullableType getIsNullable() throws javax.jmi.reflect.JmiException
public void setIsNullable(org.omg.cwm.resource.relational.enumerations.NullableType newValue) throws javax.jmi.reflect.JmiException
public java.lang.Integer getLength() throws javax.jmi.reflect.JmiException
public void setLength(java.lang.Integer newValue) throws javax.jmi.reflect.JmiException
public java.lang.String getCollationName() throws javax.jmi.reflect.JmiException
public void setCollationName(java.lang.String newValue) throws javax.jmi.reflect.JmiException
public java.lang.String getCharacterSetName() throws javax.jmi.reflect.JmiException
public void setCharacterSetName(java.lang.String newValue) throws javax.jmi.reflect.JmiException
public NamedColumnSet getOptionScopeColumnSet() throws javax.jmi.reflect.JmiException
public void setOptionScopeColumnSet(NamedColumnSet newValue) throws javax.jmi.reflect.JmiException
public SqlstructuredType getReferencedTableType() throws javax.jmi.reflect.JmiException
public void setReferencedTableType(SqlstructuredType newValue) throws javax.jmi.reflect.JmiException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |