org.apache.log.output.db
Class ColumnInfo
java.lang.Object
org.apache.log.output.db.ColumnInfo
public class ColumnInfo
extends java.lang.Object
A descriptor for each column stored in table.
ColumnInfo(String name, int type, String aux) - Creation of a new column info instance.
|
String | getAux() - Return the auxillary column information.
|
String | getName() - Return the column name
|
int | getType() - Return the column type as an integer
|
m_aux
private final String m_aux
m_name
private final String m_name
m_type
private final int m_type
ColumnInfo
public ColumnInfo(String name,
int type,
String aux)
Creation of a new column info instance.
name
- the column nametype
- the column typeaux
- the auxillary value
getAux
public String getAux()
Return the auxillary column information.
getName
public String getName()
Return the column name
getType
public int getType()
Return the column type as an integer