org.apache.log.output.db
public class ColumnInfo extends Object
Field Summary | |
---|---|
String | m_aux |
String | m_name |
int | m_type |
Constructor Summary | |
---|---|
ColumnInfo(String name, int type, String aux)
Creation of a new column info instance. |
Method Summary | |
---|---|
String | getAux()
Return the auxillary column information. |
String | getName()
Return the column name |
int | getType()
Return the column type as an integer |
Parameters: name the column name type the column type aux the auxillary value
Returns: the information
Returns: the name of the column
Returns: the type