|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The type of a scalar expression or a row returned from a relational expression.
Method Summary | |
TypeFactory |
getFactory()
|
Field |
getField(String fieldName)
|
int |
getFieldCount()
Returns the number of columns. |
int |
getFieldOrdinal(String fieldName)
|
Field[] |
getFields()
Returns the columns. |
Type[] |
getJoinTypes()
Returns the component types of a join type. |
boolean |
isJoin()
Whether the type represents a cartesian product of regular types. |
boolean |
isProject()
|
Method Detail |
public int getFieldCount()
public Field[] getFields()
public int getFieldOrdinal(String fieldName)
public Field getField(String fieldName)
public boolean isJoin()
public Type[] getJoinTypes()
public boolean isProject()
public TypeFactory getFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |