enum QRProjectItemKind

Defined in:

pocketlib/execute/execqr.cr

Enum Members

PString = 0
PSelect = 1
PSubq = 2
PWild = 3
PTblWild = 4
PNOTYET = 5
PTblCol = 6
PStandardFunctionEnum = 7
PAggregateFunctionEnum = 8
PScalarExpression = 9

Instance Method Summary

Instance Method Detail

def p_aggregate_function_enum? #

[View source]
def p_scalar_expression? #

[View source]
def p_select? #

[View source]
def p_standard_function_enum? #

[View source]
def p_string? #

[View source]
def p_subq? #

[View source]
def p_tbl_col? #

[View source]
def p_tbl_wild? #

[View source]
def p_wild? #

[View source]
def pnotyet? #

[View source]