public class ColumnInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
m_aux |
private java.lang.String |
m_name |
private int |
m_type |
| Constructor and Description |
|---|
ColumnInfo(java.lang.String name,
int type,
java.lang.String aux)
Creation of a new column info instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAux()
Return the auxillary column information.
|
java.lang.String |
getName()
Return the column name
|
int |
getType()
Return the column type as an integer
|
private final java.lang.String m_name
private final int m_type
private final java.lang.String m_aux
public ColumnInfo(java.lang.String name,
int type,
java.lang.String aux)
name - the column nametype - the column typeaux - the auxillary valuepublic java.lang.String getName()
public int getType()
public java.lang.String getAux()