org.apache.log.output.db

Class ColumnInfo


public class ColumnInfo
extends java.lang.Object

A descriptor for each column stored in table.
Authors:
Avalon Development Team
Peter Donald

Field Summary

private String
m_aux
private String
m_name
private 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

Field Details

m_aux

private final String m_aux

m_name

private final String m_name

m_type

private final int m_type

Constructor Details

ColumnInfo

public ColumnInfo(String name,
                  int type,
                  String aux)
Creation of a new column info instance.
Parameters:
name - the column name
type - the column type
aux - the auxillary value

Method Details

getAux

public String getAux()
Return the auxillary column information.
Returns:
the information

getName

public String 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