|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.interfaceware.chameleon.Column
public class Column
This class is used in the internal implementation of Chameleon; it handles table columns. Customers should not attempt to use this class directly.
Constructor Summary | |
---|---|
Column(java.lang.String ColumnName,
byte DataType)
Construct a Column object with the specified name and data type. |
Method Summary | |
---|---|
byte |
dataType()
Get the column data type. |
java.lang.String |
name()
Get the column name. |
java.lang.String |
toString()
Get the concatenated column name and data type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Column(java.lang.String ColumnName, byte DataType)
Method Detail |
---|
public java.lang.String name()
public byte dataType()
public final java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |