|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log.output.db.ColumnInfo
A descriptor for each column stored in table.
Constructor Summary | |
ColumnInfo(java.lang.String name,
int type,
java.lang.String aux)
Creation of a new column info instance. |
Method Summary | |
java.lang.String |
getAux()
Return the auxillary column information. |
java.lang.String |
getName()
Return the column name |
int |
getType()
Return the column type as an integer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ColumnInfo(java.lang.String name, int type, java.lang.String aux)
name
- the column nametype
- the column typeaux
- the auxillary valueMethod Detail |
public java.lang.String getName()
public int getType()
public java.lang.String getAux()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |