public class ColumnInfo
extends java.lang.Object
Constructor and Description |
---|
ColumnInfo(java.lang.String sMappingName,
int iColumnIndex)
Constructs a ColumnInfo with specified parameters.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex()
Gets the index of where this column should appear in Select clause of the sql string.
|
java.lang.String |
getMappingName()
Gets the mapping name of the column defined in a catalog file.
|
public ColumnInfo(java.lang.String sMappingName, int iColumnIndex)
sMappingName
- The mapping name of the column.iColumnIndex
- The index of where this column should appear in Select clause.public java.lang.String getMappingName()
public int getColumnIndex()