org.apache.log.output.db
Class ColumnInfo
java.lang.Objectorg.apache.log.output.db.ColumnInfo
public class ColumnInfo
extends java.lang.Object
A descriptor for each column stored in table.
- Avalon Development Team
- Peter Donald
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
|
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.
- the information
getName
public String getName()
Return the column name
- the name of the column
getType
public int getType()
Return the column type as an integer
- the type
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."