public class ColumnInfo extends Object
Constructor and Description |
---|
ColumnInfo(String name,
int type,
String aux)
Creation of a new column info instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getAux()
Return the auxillary column information.
|
String |
getName()
Return the column name
|
int |
getType()
Return the column type as an integer
|
Copyright © 1997–2017. All rights reserved.