|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolkit.db.queryoptimization.ColumnInfo
public class ColumnInfo
Interface ColumnInfo wraps column information, such as mapping name and column index in the sql statement.
Constructor Summary | |
---|---|
ColumnInfo(java.lang.String sMappingName,
int iColumnIndex)
Constructs a ColumnInfo with specified parameters. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public java.lang.String getMappingName()
public int getColumnIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |