public class ColumnInfo extends Object
| Constructor and Description |
|---|
ColumnInfo(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.
|
String |
getMappingName()
Gets the mapping name of the column defined in a catalog file.
|
public ColumnInfo(String sMappingName, int iColumnIndex)
sMappingName - The mapping name of the column.iColumnIndex - The index of where this column should appear in Select clause.public String getMappingName()
public int getColumnIndex()
© insightsoftware. All rights reserved.