| java.lang.Object org.apache.log.output.db.ColumnInfo
Constructor Summary | |
public | ColumnInfo(String name, int type, String aux) Creation of a new column info instance. |
ColumnInfo | public ColumnInfo(String name, int type, String aux)(Code) | | Creation of a new column info instance.
Parameters: name - the column name Parameters: type - the column type Parameters: aux - the auxillary value |
getAux | public String getAux()(Code) | | Return the auxillary column information.
the information |
getName | public String getName()(Code) | | Return the column name
the name of the column |
getType | public int getType()(Code) | | Return the column type as an integer
the type |
|
|