|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.common.jdbc.metadata.JDBCObject
com.metamatrix.common.jdbc.metadata.Column
com.metamatrix.common.jdbc.metadata.ProcedureColumn
public class ProcedureColumn
| Field Summary |
|---|
| Fields inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject |
|---|
DELIMITER |
| Constructor Summary | |
|---|---|
ProcedureColumn()
|
|
ProcedureColumn(java.lang.String name)
|
|
| Method Summary | |
|---|---|
int |
getPrecision()
|
ProcedureColumnType |
getProcedureColumnType()
|
void |
setColumnType(ProcedureColumnType columnType)
|
void |
setPrecision(int precision)
|
| Methods inherited from class com.metamatrix.common.jdbc.metadata.Column |
|---|
getAutoIncremented, getCharOctetLength, getClassMapping, getColumnType, getDataType, getDataTypeName, getDecimalDigits, getDefaultValue, getLabel, getNullability, getPosition, getRadix, getRemarks, getSize, hasDefaultValue, setAutoIncremented, setCharOctetLength, setClassMapping, setColumnType, setDataType, setDataTypeName, setDecimalDigits, setDefaultValue, setLabel, setNullability, setPosition, setRadix, setRemarks, setSize |
| Methods inherited from class com.metamatrix.common.jdbc.metadata.JDBCObject |
|---|
addFullName, getFullName, getFullName, getName, getOriginalNameNull, getOwner, getProperties, getProperty, hasName, hasOwner, hasProperties, isMarked, lookupJDBCObject, print, print, removeProperty, setMarked, setName, setOriginalNameNull, setProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcedureColumn()
public ProcedureColumn(java.lang.String name)
| Method Detail |
|---|
public void setColumnType(ProcedureColumnType columnType)
public ProcedureColumnType getProcedureColumnType()
public void setPrecision(int precision)
public int getPrecision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||