Package org.apache.log.output.db
Class ColumnInfo
java.lang.Object
org.apache.log.output.db.ColumnInfo
A descriptor for each column stored in table.
- Author:
- Avalon Development Team, Peter Donald
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionColumnInfo
(String name, int type, String aux) Creation of a new column info instance. -
Method Summary
-
Field Details
-
m_name
-
m_type
private final int m_type -
m_aux
-
-
Constructor Details
-
ColumnInfo
Creation of a new column info instance.- Parameters:
name
- the column nametype
- the column typeaux
- the auxillary value
-
-
Method Details
-
getName
Return the column name- Returns:
- the name of the column
-
getType
public int getType()Return the column type as an integer- Returns:
- the type
-
getAux
Return the auxillary column information.- Returns:
- the information
-