wt.epm.query
Interface QueryNodes.GeneratableNode
- All Known Implementing Classes:
- QueryNodes.AliasNode, QueryNodes.AttributeNode, QueryNodes.ConfigSpecNode, QueryNodes.FromItemNode, QueryNodes.OrderByItemNode, QueryNodes.ScalarExpNode, QueryNodes.SelectItemNode
- Enclosing interface:
- QueryNodes
- static interface QueryNodes.GeneratableNode
GEN_SELECT
public static final int GEN_SELECT
- See Also:
- Constant Field Values
GEN_FROM
public static final int GEN_FROM
- See Also:
- Constant Field Values
GEN_WHERE
public static final int GEN_WHERE
- See Also:
- Constant Field Values
GEN_GROUPBY
public static final int GEN_GROUPBY
- See Also:
- Constant Field Values
GEN_HAVING
public static final int GEN_HAVING
- See Also:
- Constant Field Values
GEN_ORDERBY
public static final int GEN_ORDERBY
- See Also:
- Constant Field Values
GEN_CONFIGSPEC
public static final int GEN_CONFIGSPEC
- See Also:
- Constant Field Values
generate
public void generate(QueryNodes.QueryScope scope)
throws WTException,
WTPropertyVetoException
- Throws:
WTException
WTPropertyVetoException