| |
|
| java.lang.Object com.versant.core.jdbc.ProjectionQueryDecoder
ProjectionQueryDecoder | public class ProjectionQueryDecoder (Code) | | This is a class that knows how to decode a result or projection query.
|
TYPE_AGGRETATE | final public static int TYPE_AGGRETATE(Code) | | |
TYPE_EXP | final public static int TYPE_EXP(Code) | | |
TYPE_FIELD | final public static int TYPE_FIELD(Code) | | |
TYPE_THIS | final public static int TYPE_THIS(Code) | | |
TYPE_VAR | final public static int TYPE_VAR(Code) | | |
aggregateOnly | public boolean aggregateOnly()(Code) | | |
containsAggregate | public boolean containsAggregate()(Code) | | |
containsThis | public boolean containsThis()(Code) | | |
getFirstThisIndex | public int getFirstThisIndex()(Code) | | The index of the first occur. of 'this' in the projection.
|
getRefIndexArray | public int[] getRefIndexArray()(Code) | | Array containing the index pos of ref fields.
return null if no ref fields.
|
getResultTypeArray | public int[] getResultTypeArray()(Code) | | |
getTypeCode | public static int getTypeCode(Node fn)(Code) | | The wrapper typecode of the exp. If the field eval to a primitive then the
wrapper for that type is returned.
|
getTypeCodeImp | public static int getTypeCodeImp(Node n)(Code) | | |
getTypeCodes | public int[] getTypeCodes()(Code) | | |
isContainsThisOnly | public boolean isContainsThisOnly()(Code) | | If this is a result that only contains 'this' and no other
fields in the projection.
|
|
|
|