|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RelDataTypeFactory.FieldInfo
Callback which provides enough information to create fields.
Method Summary | |
---|---|
int |
getFieldCount()
Returns the number of fields. |
String |
getFieldName(int index)
Returns the name of a given field. |
RelDataType |
getFieldType(int index)
Returns the type of a given field. |
Method Detail |
---|
int getFieldCount()
String getFieldName(int index)
index
- Ordinal of field
RelDataType getFieldType(int index)
index
- Ordinal of field
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |