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


Field Summary
static int GEN_CONFIGSPEC
           
static int GEN_FROM
           
static int GEN_GROUPBY
           
static int GEN_HAVING
           
static int GEN_ORDERBY
           
static int GEN_SELECT
           
static int GEN_WHERE
           
 
Method Summary
 void generate(QueryNodes.QueryScope scope)
           
 

Field Detail

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
Method Detail

generate

public void generate(QueryNodes.QueryScope scope)
              throws WTException,
                     WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException