parser

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SQLiteLexerSCOL                = 1
	SQLiteLexerDOT                 = 2
	SQLiteLexerOPEN_PAR            = 3
	SQLiteLexerCLOSE_PAR           = 4
	SQLiteLexerCOMMA               = 5
	SQLiteLexerASSIGN              = 6
	SQLiteLexerSTAR                = 7
	SQLiteLexerPLUS                = 8
	SQLiteLexerMINUS               = 9
	SQLiteLexerTILDE               = 10
	SQLiteLexerPIPE2               = 11
	SQLiteLexerDIV                 = 12
	SQLiteLexerMOD                 = 13
	SQLiteLexerLT2                 = 14
	SQLiteLexerGT2                 = 15
	SQLiteLexerAMP                 = 16
	SQLiteLexerPIPE                = 17
	SQLiteLexerLT                  = 18
	SQLiteLexerLT_EQ               = 19
	SQLiteLexerGT                  = 20
	SQLiteLexerGT_EQ               = 21
	SQLiteLexerEQ                  = 22
	SQLiteLexerNOT_EQ1             = 23
	SQLiteLexerNOT_EQ2             = 24
	SQLiteLexerABORT_              = 25
	SQLiteLexerAFTER_              = 26
	SQLiteLexerALL_                = 27
	SQLiteLexerAND_                = 28
	SQLiteLexerAS_                 = 29
	SQLiteLexerASC_                = 30
	SQLiteLexerBETWEEN_            = 31
	SQLiteLexerBY_                 = 32
	SQLiteLexerCASE_               = 33
	SQLiteLexerCAST_               = 34
	SQLiteLexerCOLLATE_            = 35
	SQLiteLexerCOLUMN_             = 36
	SQLiteLexerCROSS_              = 37
	SQLiteLexerCURRENT_DATE_       = 38
	SQLiteLexerCURRENT_TIME_       = 39
	SQLiteLexerCURRENT_TIMESTAMP_  = 40
	SQLiteLexerDEFAULT_            = 41
	SQLiteLexerDESC_               = 42
	SQLiteLexerDETACH_             = 43
	SQLiteLexerDISTINCT_           = 44
	SQLiteLexerELSE_               = 45
	SQLiteLexerEND_                = 46
	SQLiteLexerESCAPE_             = 47
	SQLiteLexerEXCEPT_             = 48
	SQLiteLexerEXISTS_             = 49
	SQLiteLexerFAIL_               = 50
	SQLiteLexerFROM_               = 51
	SQLiteLexerGLOB_               = 52
	SQLiteLexerGROUP_              = 53
	SQLiteLexerHAVING_             = 54
	SQLiteLexerIF_                 = 55
	SQLiteLexerIGNORE_             = 56
	SQLiteLexerIN_                 = 57
	SQLiteLexerINDEXED_            = 58
	SQLiteLexerINNER_              = 59
	SQLiteLexerINSTEAD_            = 60
	SQLiteLexerINTERSECT_          = 61
	SQLiteLexerINTO_               = 62
	SQLiteLexerIS_                 = 63
	SQLiteLexerISNULL_             = 64
	SQLiteLexerJOIN_               = 65
	SQLiteLexerKEY_                = 66
	SQLiteLexerLEFT_               = 67
	SQLiteLexerLIKE_               = 68
	SQLiteLexerLIMIT_              = 69
	SQLiteLexerMATCH_              = 70
	SQLiteLexerNATURAL_            = 71
	SQLiteLexerNO_                 = 72
	SQLiteLexerNOT_                = 73
	SQLiteLexerNOTNULL_            = 74
	SQLiteLexerNULL_               = 75
	SQLiteLexerOF_                 = 76
	SQLiteLexerOFFSET_             = 77
	SQLiteLexerON_                 = 78
	SQLiteLexerOR_                 = 79
	SQLiteLexerORDER_              = 80
	SQLiteLexerOUTER_              = 81
	SQLiteLexerRAISE_              = 82
	SQLiteLexerRECURSIVE_          = 83
	SQLiteLexerREGEXP_             = 84
	SQLiteLexerRIGHT_              = 85
	SQLiteLexerROLLBACK_           = 86
	SQLiteLexerROW_                = 87
	SQLiteLexerROWS_               = 88
	SQLiteLexerSELECT_             = 89
	SQLiteLexerTABLE_              = 90
	SQLiteLexerTEMP_               = 91
	SQLiteLexerTEMPORARY_          = 92
	SQLiteLexerTHEN_               = 93
	SQLiteLexerTO_                 = 94
	SQLiteLexerUNION_              = 95
	SQLiteLexerUPDATE_             = 96
	SQLiteLexerUSING_              = 97
	SQLiteLexerVALUES_             = 98
	SQLiteLexerWHEN_               = 99
	SQLiteLexerWHERE_              = 100
	SQLiteLexerWITH_               = 101
	SQLiteLexerFIRST_VALUE_        = 102
	SQLiteLexerOVER_               = 103
	SQLiteLexerPARTITION_          = 104
	SQLiteLexerRANGE_              = 105
	SQLiteLexerPRECEDING_          = 106
	SQLiteLexerUNBOUNDED_          = 107
	SQLiteLexerCURRENT_            = 108
	SQLiteLexerFOLLOWING_          = 109
	SQLiteLexerCUME_DIST_          = 110
	SQLiteLexerDENSE_RANK_         = 111
	SQLiteLexerLAG_                = 112
	SQLiteLexerLAST_VALUE_         = 113
	SQLiteLexerLEAD_               = 114
	SQLiteLexerNTH_VALUE_          = 115
	SQLiteLexerNTILE_              = 116
	SQLiteLexerPERCENT_RANK_       = 117
	SQLiteLexerRANK_               = 118
	SQLiteLexerROW_NUMBER_         = 119
	SQLiteLexerTRUE_               = 120
	SQLiteLexerFALSE_              = 121
	SQLiteLexerWINDOW_             = 122
	SQLiteLexerNULLS_              = 123
	SQLiteLexerFIRST_              = 124
	SQLiteLexerLAST_               = 125
	SQLiteLexerFILTER_             = 126
	SQLiteLexerGROUPS_             = 127
	SQLiteLexerEXCLUDE_            = 128
	SQLiteLexerTIES_               = 129
	SQLiteLexerOTHERS_             = 130
	SQLiteLexerDO_                 = 131
	SQLiteLexerNOTHING_            = 132
	SQLiteLexerIDENTIFIER          = 133
	SQLiteLexerNUMERIC_LITERAL     = 134
	SQLiteLexerBIND_PARAMETER      = 135
	SQLiteLexerSTRING_LITERAL      = 136
	SQLiteLexerBLOB_LITERAL        = 137
	SQLiteLexerSINGLE_LINE_COMMENT = 138
	SQLiteLexerMULTILINE_COMMENT   = 139
	SQLiteLexerSPACES              = 140
	SQLiteLexerUNEXPECTED_CHAR     = 141
)

SQLiteLexer tokens.

View Source
const (
	SQLiteParserEOF                 = antlr.TokenEOF
	SQLiteParserSCOL                = 1
	SQLiteParserDOT                 = 2
	SQLiteParserOPEN_PAR            = 3
	SQLiteParserCLOSE_PAR           = 4
	SQLiteParserCOMMA               = 5
	SQLiteParserASSIGN              = 6
	SQLiteParserSTAR                = 7
	SQLiteParserPLUS                = 8
	SQLiteParserMINUS               = 9
	SQLiteParserTILDE               = 10
	SQLiteParserPIPE2               = 11
	SQLiteParserDIV                 = 12
	SQLiteParserMOD                 = 13
	SQLiteParserLT2                 = 14
	SQLiteParserGT2                 = 15
	SQLiteParserAMP                 = 16
	SQLiteParserPIPE                = 17
	SQLiteParserLT                  = 18
	SQLiteParserLT_EQ               = 19
	SQLiteParserGT                  = 20
	SQLiteParserGT_EQ               = 21
	SQLiteParserEQ                  = 22
	SQLiteParserNOT_EQ1             = 23
	SQLiteParserNOT_EQ2             = 24
	SQLiteParserABORT_              = 25
	SQLiteParserAFTER_              = 26
	SQLiteParserALL_                = 27
	SQLiteParserAND_                = 28
	SQLiteParserAS_                 = 29
	SQLiteParserASC_                = 30
	SQLiteParserBETWEEN_            = 31
	SQLiteParserBY_                 = 32
	SQLiteParserCASE_               = 33
	SQLiteParserCAST_               = 34
	SQLiteParserCOLLATE_            = 35
	SQLiteParserCOLUMN_             = 36
	SQLiteParserCROSS_              = 37
	SQLiteParserCURRENT_DATE_       = 38
	SQLiteParserCURRENT_TIME_       = 39
	SQLiteParserCURRENT_TIMESTAMP_  = 40
	SQLiteParserDEFAULT_            = 41
	SQLiteParserDESC_               = 42
	SQLiteParserDETACH_             = 43
	SQLiteParserDISTINCT_           = 44
	SQLiteParserELSE_               = 45
	SQLiteParserEND_                = 46
	SQLiteParserESCAPE_             = 47
	SQLiteParserEXCEPT_             = 48
	SQLiteParserEXISTS_             = 49
	SQLiteParserFAIL_               = 50
	SQLiteParserFROM_               = 51
	SQLiteParserGLOB_               = 52
	SQLiteParserGROUP_              = 53
	SQLiteParserHAVING_             = 54
	SQLiteParserIF_                 = 55
	SQLiteParserIGNORE_             = 56
	SQLiteParserIN_                 = 57
	SQLiteParserINDEXED_            = 58
	SQLiteParserINNER_              = 59
	SQLiteParserINSTEAD_            = 60
	SQLiteParserINTERSECT_          = 61
	SQLiteParserINTO_               = 62
	SQLiteParserIS_                 = 63
	SQLiteParserISNULL_             = 64
	SQLiteParserJOIN_               = 65
	SQLiteParserKEY_                = 66
	SQLiteParserLEFT_               = 67
	SQLiteParserLIKE_               = 68
	SQLiteParserLIMIT_              = 69
	SQLiteParserMATCH_              = 70
	SQLiteParserNATURAL_            = 71
	SQLiteParserNO_                 = 72
	SQLiteParserNOT_                = 73
	SQLiteParserNOTNULL_            = 74
	SQLiteParserNULL_               = 75
	SQLiteParserOF_                 = 76
	SQLiteParserOFFSET_             = 77
	SQLiteParserON_                 = 78
	SQLiteParserOR_                 = 79
	SQLiteParserORDER_              = 80
	SQLiteParserOUTER_              = 81
	SQLiteParserRAISE_              = 82
	SQLiteParserRECURSIVE_          = 83
	SQLiteParserREGEXP_             = 84
	SQLiteParserRIGHT_              = 85
	SQLiteParserROLLBACK_           = 86
	SQLiteParserROW_                = 87
	SQLiteParserROWS_               = 88
	SQLiteParserSELECT_             = 89
	SQLiteParserTABLE_              = 90
	SQLiteParserTEMP_               = 91
	SQLiteParserTEMPORARY_          = 92
	SQLiteParserTHEN_               = 93
	SQLiteParserTO_                 = 94
	SQLiteParserUNION_              = 95
	SQLiteParserUPDATE_             = 96
	SQLiteParserUSING_              = 97
	SQLiteParserVALUES_             = 98
	SQLiteParserWHEN_               = 99
	SQLiteParserWHERE_              = 100
	SQLiteParserWITH_               = 101
	SQLiteParserFIRST_VALUE_        = 102
	SQLiteParserOVER_               = 103
	SQLiteParserPARTITION_          = 104
	SQLiteParserRANGE_              = 105
	SQLiteParserPRECEDING_          = 106
	SQLiteParserUNBOUNDED_          = 107
	SQLiteParserCURRENT_            = 108
	SQLiteParserFOLLOWING_          = 109
	SQLiteParserCUME_DIST_          = 110
	SQLiteParserDENSE_RANK_         = 111
	SQLiteParserLAG_                = 112
	SQLiteParserLAST_VALUE_         = 113
	SQLiteParserLEAD_               = 114
	SQLiteParserNTH_VALUE_          = 115
	SQLiteParserNTILE_              = 116
	SQLiteParserPERCENT_RANK_       = 117
	SQLiteParserRANK_               = 118
	SQLiteParserROW_NUMBER_         = 119
	SQLiteParserTRUE_               = 120
	SQLiteParserFALSE_              = 121
	SQLiteParserWINDOW_             = 122
	SQLiteParserNULLS_              = 123
	SQLiteParserFIRST_              = 124
	SQLiteParserLAST_               = 125
	SQLiteParserFILTER_             = 126
	SQLiteParserGROUPS_             = 127
	SQLiteParserEXCLUDE_            = 128
	SQLiteParserTIES_               = 129
	SQLiteParserOTHERS_             = 130
	SQLiteParserDO_                 = 131
	SQLiteParserNOTHING_            = 132
	SQLiteParserIDENTIFIER          = 133
	SQLiteParserNUMERIC_LITERAL     = 134
	SQLiteParserBIND_PARAMETER      = 135
	SQLiteParserSTRING_LITERAL      = 136
	SQLiteParserBLOB_LITERAL        = 137
	SQLiteParserSINGLE_LINE_COMMENT = 138
	SQLiteParserMULTILINE_COMMENT   = 139
	SQLiteParserSPACES              = 140
	SQLiteParserUNEXPECTED_CHAR     = 141
)

SQLiteParser tokens.

View Source
const (
	SQLiteParserRULE_parse                         = 0
	SQLiteParserRULE_sql_stmt                      = 1
	SQLiteParserRULE_type_name                     = 2
	SQLiteParserRULE_signed_number                 = 3
	SQLiteParserRULE_common_table_expression       = 4
	SQLiteParserRULE_expr                          = 5
	SQLiteParserRULE_raise_function                = 6
	SQLiteParserRULE_literal_value                 = 7
	SQLiteParserRULE_select_stmt                   = 8
	SQLiteParserRULE_join_clause                   = 9
	SQLiteParserRULE_select_core                   = 10
	SQLiteParserRULE_factored_select_stmt          = 11
	SQLiteParserRULE_simple_select_stmt            = 12
	SQLiteParserRULE_compound_select_stmt          = 13
	SQLiteParserRULE_table_or_subquery             = 14
	SQLiteParserRULE_result_column                 = 15
	SQLiteParserRULE_join_operator                 = 16
	SQLiteParserRULE_join_constraint               = 17
	SQLiteParserRULE_compound_operator             = 18
	SQLiteParserRULE_column_name_list              = 19
	SQLiteParserRULE_qualified_table_name          = 20
	SQLiteParserRULE_filter_clause                 = 21
	SQLiteParserRULE_window_defn                   = 22
	SQLiteParserRULE_over_clause                   = 23
	SQLiteParserRULE_frame_spec                    = 24
	SQLiteParserRULE_frame_clause                  = 25
	SQLiteParserRULE_simple_function_invocation    = 26
	SQLiteParserRULE_aggregate_function_invocation = 27
	SQLiteParserRULE_window_function_invocation    = 28
	SQLiteParserRULE_common_table_stmt             = 29
	SQLiteParserRULE_order_by_stmt                 = 30
	SQLiteParserRULE_limit_stmt                    = 31
	SQLiteParserRULE_ordering_term                 = 32
	SQLiteParserRULE_asc_desc                      = 33
	SQLiteParserRULE_frame_left                    = 34
	SQLiteParserRULE_frame_right                   = 35
	SQLiteParserRULE_frame_single                  = 36
	SQLiteParserRULE_window_function               = 37
	SQLiteParserRULE_of_OF_fset                    = 38
	SQLiteParserRULE_default_DEFAULT__value        = 39
	SQLiteParserRULE_partition_by                  = 40
	SQLiteParserRULE_order_by_expr                 = 41
	SQLiteParserRULE_order_by_expr_asc_desc        = 42
	SQLiteParserRULE_expr_asc_desc                 = 43
	SQLiteParserRULE_initial_select                = 44
	SQLiteParserRULE_recursive__select             = 45
	SQLiteParserRULE_unary_operator                = 46
	SQLiteParserRULE_error_message                 = 47
	SQLiteParserRULE_column_alias                  = 48
	SQLiteParserRULE_keyword                       = 49
	SQLiteParserRULE_name                          = 50
	SQLiteParserRULE_function_name                 = 51
	SQLiteParserRULE_schema_name                   = 52
	SQLiteParserRULE_table_name                    = 53
	SQLiteParserRULE_column_name                   = 54
	SQLiteParserRULE_collation_name                = 55
	SQLiteParserRULE_index_name                    = 56
	SQLiteParserRULE_pragma_name                   = 57
	SQLiteParserRULE_savepoint_name                = 58
	SQLiteParserRULE_table_alias                   = 59
	SQLiteParserRULE_window_name                   = 60
	SQLiteParserRULE_alias                         = 61
	SQLiteParserRULE_filename                      = 62
	SQLiteParserRULE_base_window_name              = 63
	SQLiteParserRULE_simple_func                   = 64
	SQLiteParserRULE_aggregate_func                = 65
	SQLiteParserRULE_table_function_name           = 66
	SQLiteParserRULE_any_name                      = 67
)

SQLiteParser rules.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aggregate_funcContext added in v0.2.0

type Aggregate_funcContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAggregate_funcContext added in v0.2.0

func NewAggregate_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Aggregate_funcContext

func NewEmptyAggregate_funcContext added in v0.2.0

func NewEmptyAggregate_funcContext() *Aggregate_funcContext

func (*Aggregate_funcContext) Any_name added in v0.2.0

func (*Aggregate_funcContext) EnterRule added in v0.2.0

func (s *Aggregate_funcContext) EnterRule(listener antlr.ParseTreeListener)

func (*Aggregate_funcContext) ExitRule added in v0.2.0

func (s *Aggregate_funcContext) ExitRule(listener antlr.ParseTreeListener)

func (*Aggregate_funcContext) GetParser added in v0.2.0

func (s *Aggregate_funcContext) GetParser() antlr.Parser

func (*Aggregate_funcContext) GetRuleContext added in v0.2.0

func (s *Aggregate_funcContext) GetRuleContext() antlr.RuleContext

func (*Aggregate_funcContext) IsAggregate_funcContext added in v0.2.0

func (*Aggregate_funcContext) IsAggregate_funcContext()

func (*Aggregate_funcContext) ToStringTree added in v0.2.0

func (s *Aggregate_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Aggregate_function_invocationContext added in v0.2.0

type Aggregate_function_invocationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAggregate_function_invocationContext added in v0.2.0

func NewAggregate_function_invocationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Aggregate_function_invocationContext

func NewEmptyAggregate_function_invocationContext added in v0.2.0

func NewEmptyAggregate_function_invocationContext() *Aggregate_function_invocationContext

func (*Aggregate_function_invocationContext) Aggregate_func added in v0.2.0

func (*Aggregate_function_invocationContext) AllCOMMA added in v0.2.0

func (*Aggregate_function_invocationContext) AllExpr added in v0.2.0

func (*Aggregate_function_invocationContext) CLOSE_PAR added in v0.2.0

func (*Aggregate_function_invocationContext) COMMA added in v0.2.0

func (*Aggregate_function_invocationContext) DISTINCT_ added in v0.2.0

func (*Aggregate_function_invocationContext) EnterRule added in v0.2.0

func (*Aggregate_function_invocationContext) ExitRule added in v0.2.0

func (*Aggregate_function_invocationContext) Expr added in v0.2.0

func (*Aggregate_function_invocationContext) Filter_clause added in v0.2.0

func (*Aggregate_function_invocationContext) GetParser added in v0.2.0

func (*Aggregate_function_invocationContext) GetRuleContext added in v0.2.0

func (*Aggregate_function_invocationContext) IsAggregate_function_invocationContext added in v0.2.0

func (*Aggregate_function_invocationContext) IsAggregate_function_invocationContext()

func (*Aggregate_function_invocationContext) OPEN_PAR added in v0.2.0

func (*Aggregate_function_invocationContext) STAR added in v0.2.0

func (*Aggregate_function_invocationContext) ToStringTree added in v0.2.0

func (s *Aggregate_function_invocationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type AliasContext added in v0.2.0

type AliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAliasContext added in v0.2.0

func NewAliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AliasContext

func NewEmptyAliasContext added in v0.2.0

func NewEmptyAliasContext() *AliasContext

func (*AliasContext) Any_name added in v0.2.0

func (s *AliasContext) Any_name() IAny_nameContext

func (*AliasContext) EnterRule added in v0.2.0

func (s *AliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*AliasContext) ExitRule added in v0.2.0

func (s *AliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*AliasContext) GetParser added in v0.2.0

func (s *AliasContext) GetParser() antlr.Parser

func (*AliasContext) GetRuleContext added in v0.2.0

func (s *AliasContext) GetRuleContext() antlr.RuleContext

func (*AliasContext) IsAliasContext added in v0.2.0

func (*AliasContext) IsAliasContext()

func (*AliasContext) ToStringTree added in v0.2.0

func (s *AliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Any_nameContext added in v0.2.0

type Any_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAny_nameContext added in v0.2.0

func NewAny_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Any_nameContext

func NewEmptyAny_nameContext added in v0.2.0

func NewEmptyAny_nameContext() *Any_nameContext

func (*Any_nameContext) Any_name added in v0.2.0

func (s *Any_nameContext) Any_name() IAny_nameContext

func (*Any_nameContext) CLOSE_PAR added in v0.2.0

func (s *Any_nameContext) CLOSE_PAR() antlr.TerminalNode

func (*Any_nameContext) EnterRule added in v0.2.0

func (s *Any_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Any_nameContext) ExitRule added in v0.2.0

func (s *Any_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Any_nameContext) GetParser added in v0.2.0

func (s *Any_nameContext) GetParser() antlr.Parser

func (*Any_nameContext) GetRuleContext added in v0.2.0

func (s *Any_nameContext) GetRuleContext() antlr.RuleContext

func (*Any_nameContext) IDENTIFIER added in v0.2.0

func (s *Any_nameContext) IDENTIFIER() antlr.TerminalNode

func (*Any_nameContext) IsAny_nameContext added in v0.2.0

func (*Any_nameContext) IsAny_nameContext()

func (*Any_nameContext) Keyword added in v0.2.0

func (s *Any_nameContext) Keyword() IKeywordContext

func (*Any_nameContext) OPEN_PAR added in v0.2.0

func (s *Any_nameContext) OPEN_PAR() antlr.TerminalNode

func (*Any_nameContext) STRING_LITERAL added in v0.2.0

func (s *Any_nameContext) STRING_LITERAL() antlr.TerminalNode

func (*Any_nameContext) ToStringTree added in v0.2.0

func (s *Any_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Asc_descContext added in v0.2.0

type Asc_descContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewAsc_descContext added in v0.2.0

func NewAsc_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Asc_descContext

func NewEmptyAsc_descContext added in v0.2.0

func NewEmptyAsc_descContext() *Asc_descContext

func (*Asc_descContext) ASC_ added in v0.2.0

func (*Asc_descContext) DESC_ added in v0.2.0

func (s *Asc_descContext) DESC_() antlr.TerminalNode

func (*Asc_descContext) EnterRule added in v0.2.0

func (s *Asc_descContext) EnterRule(listener antlr.ParseTreeListener)

func (*Asc_descContext) ExitRule added in v0.2.0

func (s *Asc_descContext) ExitRule(listener antlr.ParseTreeListener)

func (*Asc_descContext) GetParser added in v0.2.0

func (s *Asc_descContext) GetParser() antlr.Parser

func (*Asc_descContext) GetRuleContext added in v0.2.0

func (s *Asc_descContext) GetRuleContext() antlr.RuleContext

func (*Asc_descContext) IsAsc_descContext added in v0.2.0

func (*Asc_descContext) IsAsc_descContext()

func (*Asc_descContext) ToStringTree added in v0.2.0

func (s *Asc_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type BaseSQLiteParserListener added in v0.2.0

type BaseSQLiteParserListener struct{}

BaseSQLiteParserListener is a complete listener for a parse tree produced by SQLiteParser.

func (*BaseSQLiteParserListener) EnterAggregate_func added in v0.2.0

func (s *BaseSQLiteParserListener) EnterAggregate_func(ctx *Aggregate_funcContext)

EnterAggregate_func is called when production aggregate_func is entered.

func (*BaseSQLiteParserListener) EnterAggregate_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) EnterAggregate_function_invocation(ctx *Aggregate_function_invocationContext)

EnterAggregate_function_invocation is called when production aggregate_function_invocation is entered.

func (*BaseSQLiteParserListener) EnterAlias added in v0.2.0

func (s *BaseSQLiteParserListener) EnterAlias(ctx *AliasContext)

EnterAlias is called when production alias is entered.

func (*BaseSQLiteParserListener) EnterAny_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterAny_name(ctx *Any_nameContext)

EnterAny_name is called when production any_name is entered.

func (*BaseSQLiteParserListener) EnterAsc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) EnterAsc_desc(ctx *Asc_descContext)

EnterAsc_desc is called when production asc_desc is entered.

func (*BaseSQLiteParserListener) EnterBase_window_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterBase_window_name(ctx *Base_window_nameContext)

EnterBase_window_name is called when production base_window_name is entered.

func (*BaseSQLiteParserListener) EnterCollation_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterCollation_name(ctx *Collation_nameContext)

EnterCollation_name is called when production collation_name is entered.

func (*BaseSQLiteParserListener) EnterColumn_alias added in v0.2.0

func (s *BaseSQLiteParserListener) EnterColumn_alias(ctx *Column_aliasContext)

EnterColumn_alias is called when production column_alias is entered.

func (*BaseSQLiteParserListener) EnterColumn_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterColumn_name(ctx *Column_nameContext)

EnterColumn_name is called when production column_name is entered.

func (*BaseSQLiteParserListener) EnterColumn_name_list added in v0.2.0

func (s *BaseSQLiteParserListener) EnterColumn_name_list(ctx *Column_name_listContext)

EnterColumn_name_list is called when production column_name_list is entered.

func (*BaseSQLiteParserListener) EnterCommon_table_expression added in v0.2.0

func (s *BaseSQLiteParserListener) EnterCommon_table_expression(ctx *Common_table_expressionContext)

EnterCommon_table_expression is called when production common_table_expression is entered.

func (*BaseSQLiteParserListener) EnterCommon_table_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterCommon_table_stmt(ctx *Common_table_stmtContext)

EnterCommon_table_stmt is called when production common_table_stmt is entered.

func (*BaseSQLiteParserListener) EnterCompound_operator added in v0.2.0

func (s *BaseSQLiteParserListener) EnterCompound_operator(ctx *Compound_operatorContext)

EnterCompound_operator is called when production compound_operator is entered.

func (*BaseSQLiteParserListener) EnterCompound_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterCompound_select_stmt(ctx *Compound_select_stmtContext)

EnterCompound_select_stmt is called when production compound_select_stmt is entered.

func (*BaseSQLiteParserListener) EnterDefault_DEFAULT__value added in v0.2.0

func (s *BaseSQLiteParserListener) EnterDefault_DEFAULT__value(ctx *Default_DEFAULT__valueContext)

EnterDefault_DEFAULT__value is called when production default_DEFAULT__value is entered.

func (*BaseSQLiteParserListener) EnterError_message added in v0.2.0

func (s *BaseSQLiteParserListener) EnterError_message(ctx *Error_messageContext)

EnterError_message is called when production error_message is entered.

func (*BaseSQLiteParserListener) EnterEveryRule added in v0.2.0

func (s *BaseSQLiteParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)

EnterEveryRule is called when any rule is entered.

func (*BaseSQLiteParserListener) EnterExpr added in v0.2.0

func (s *BaseSQLiteParserListener) EnterExpr(ctx *ExprContext)

EnterExpr is called when production expr is entered.

func (*BaseSQLiteParserListener) EnterExpr_asc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) EnterExpr_asc_desc(ctx *Expr_asc_descContext)

EnterExpr_asc_desc is called when production expr_asc_desc is entered.

func (*BaseSQLiteParserListener) EnterFactored_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFactored_select_stmt(ctx *Factored_select_stmtContext)

EnterFactored_select_stmt is called when production factored_select_stmt is entered.

func (*BaseSQLiteParserListener) EnterFilename added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFilename(ctx *FilenameContext)

EnterFilename is called when production filename is entered.

func (*BaseSQLiteParserListener) EnterFilter_clause added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFilter_clause(ctx *Filter_clauseContext)

EnterFilter_clause is called when production filter_clause is entered.

func (*BaseSQLiteParserListener) EnterFrame_clause added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFrame_clause(ctx *Frame_clauseContext)

EnterFrame_clause is called when production frame_clause is entered.

func (*BaseSQLiteParserListener) EnterFrame_left added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFrame_left(ctx *Frame_leftContext)

EnterFrame_left is called when production frame_left is entered.

func (*BaseSQLiteParserListener) EnterFrame_right added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFrame_right(ctx *Frame_rightContext)

EnterFrame_right is called when production frame_right is entered.

func (*BaseSQLiteParserListener) EnterFrame_single added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFrame_single(ctx *Frame_singleContext)

EnterFrame_single is called when production frame_single is entered.

func (*BaseSQLiteParserListener) EnterFrame_spec added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFrame_spec(ctx *Frame_specContext)

EnterFrame_spec is called when production frame_spec is entered.

func (*BaseSQLiteParserListener) EnterFunction_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterFunction_name(ctx *Function_nameContext)

EnterFunction_name is called when production function_name is entered.

func (*BaseSQLiteParserListener) EnterIndex_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterIndex_name(ctx *Index_nameContext)

EnterIndex_name is called when production index_name is entered.

func (*BaseSQLiteParserListener) EnterInitial_select added in v0.2.0

func (s *BaseSQLiteParserListener) EnterInitial_select(ctx *Initial_selectContext)

EnterInitial_select is called when production initial_select is entered.

func (*BaseSQLiteParserListener) EnterJoin_clause added in v0.2.0

func (s *BaseSQLiteParserListener) EnterJoin_clause(ctx *Join_clauseContext)

EnterJoin_clause is called when production join_clause is entered.

func (*BaseSQLiteParserListener) EnterJoin_constraint added in v0.2.0

func (s *BaseSQLiteParserListener) EnterJoin_constraint(ctx *Join_constraintContext)

EnterJoin_constraint is called when production join_constraint is entered.

func (*BaseSQLiteParserListener) EnterJoin_operator added in v0.2.0

func (s *BaseSQLiteParserListener) EnterJoin_operator(ctx *Join_operatorContext)

EnterJoin_operator is called when production join_operator is entered.

func (*BaseSQLiteParserListener) EnterKeyword added in v0.2.0

func (s *BaseSQLiteParserListener) EnterKeyword(ctx *KeywordContext)

EnterKeyword is called when production keyword is entered.

func (*BaseSQLiteParserListener) EnterLimit_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterLimit_stmt(ctx *Limit_stmtContext)

EnterLimit_stmt is called when production limit_stmt is entered.

func (*BaseSQLiteParserListener) EnterLiteral_value added in v0.2.0

func (s *BaseSQLiteParserListener) EnterLiteral_value(ctx *Literal_valueContext)

EnterLiteral_value is called when production literal_value is entered.

func (*BaseSQLiteParserListener) EnterName added in v0.2.0

func (s *BaseSQLiteParserListener) EnterName(ctx *NameContext)

EnterName is called when production name is entered.

func (*BaseSQLiteParserListener) EnterOf_OF_fset added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOf_OF_fset(ctx *Of_OF_fsetContext)

EnterOf_OF_fset is called when production of_OF_fset is entered.

func (*BaseSQLiteParserListener) EnterOrder_by_expr added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOrder_by_expr(ctx *Order_by_exprContext)

EnterOrder_by_expr is called when production order_by_expr is entered.

func (*BaseSQLiteParserListener) EnterOrder_by_expr_asc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOrder_by_expr_asc_desc(ctx *Order_by_expr_asc_descContext)

EnterOrder_by_expr_asc_desc is called when production order_by_expr_asc_desc is entered.

func (*BaseSQLiteParserListener) EnterOrder_by_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOrder_by_stmt(ctx *Order_by_stmtContext)

EnterOrder_by_stmt is called when production order_by_stmt is entered.

func (*BaseSQLiteParserListener) EnterOrdering_term added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOrdering_term(ctx *Ordering_termContext)

EnterOrdering_term is called when production ordering_term is entered.

func (*BaseSQLiteParserListener) EnterOver_clause added in v0.2.0

func (s *BaseSQLiteParserListener) EnterOver_clause(ctx *Over_clauseContext)

EnterOver_clause is called when production over_clause is entered.

func (*BaseSQLiteParserListener) EnterParse added in v0.2.0

func (s *BaseSQLiteParserListener) EnterParse(ctx *ParseContext)

EnterParse is called when production parse is entered.

func (*BaseSQLiteParserListener) EnterPartition_by added in v0.2.0

func (s *BaseSQLiteParserListener) EnterPartition_by(ctx *Partition_byContext)

EnterPartition_by is called when production partition_by is entered.

func (*BaseSQLiteParserListener) EnterPragma_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterPragma_name(ctx *Pragma_nameContext)

EnterPragma_name is called when production pragma_name is entered.

func (*BaseSQLiteParserListener) EnterQualified_table_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterQualified_table_name(ctx *Qualified_table_nameContext)

EnterQualified_table_name is called when production qualified_table_name is entered.

func (*BaseSQLiteParserListener) EnterRaise_function added in v0.2.0

func (s *BaseSQLiteParserListener) EnterRaise_function(ctx *Raise_functionContext)

EnterRaise_function is called when production raise_function is entered.

func (*BaseSQLiteParserListener) EnterRecursive__select added in v0.2.0

func (s *BaseSQLiteParserListener) EnterRecursive__select(ctx *Recursive__selectContext)

EnterRecursive__select is called when production recursive__select is entered.

func (*BaseSQLiteParserListener) EnterResult_column added in v0.2.0

func (s *BaseSQLiteParserListener) EnterResult_column(ctx *Result_columnContext)

EnterResult_column is called when production result_column is entered.

func (*BaseSQLiteParserListener) EnterSavepoint_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSavepoint_name(ctx *Savepoint_nameContext)

EnterSavepoint_name is called when production savepoint_name is entered.

func (*BaseSQLiteParserListener) EnterSchema_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSchema_name(ctx *Schema_nameContext)

EnterSchema_name is called when production schema_name is entered.

func (*BaseSQLiteParserListener) EnterSelect_core added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSelect_core(ctx *Select_coreContext)

EnterSelect_core is called when production select_core is entered.

func (*BaseSQLiteParserListener) EnterSelect_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSelect_stmt(ctx *Select_stmtContext)

EnterSelect_stmt is called when production select_stmt is entered.

func (*BaseSQLiteParserListener) EnterSigned_number added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSigned_number(ctx *Signed_numberContext)

EnterSigned_number is called when production signed_number is entered.

func (*BaseSQLiteParserListener) EnterSimple_func added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSimple_func(ctx *Simple_funcContext)

EnterSimple_func is called when production simple_func is entered.

func (*BaseSQLiteParserListener) EnterSimple_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSimple_function_invocation(ctx *Simple_function_invocationContext)

EnterSimple_function_invocation is called when production simple_function_invocation is entered.

func (*BaseSQLiteParserListener) EnterSimple_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSimple_select_stmt(ctx *Simple_select_stmtContext)

EnterSimple_select_stmt is called when production simple_select_stmt is entered.

func (*BaseSQLiteParserListener) EnterSql_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) EnterSql_stmt(ctx *Sql_stmtContext)

EnterSql_stmt is called when production sql_stmt is entered.

func (*BaseSQLiteParserListener) EnterTable_alias added in v0.2.0

func (s *BaseSQLiteParserListener) EnterTable_alias(ctx *Table_aliasContext)

EnterTable_alias is called when production table_alias is entered.

func (*BaseSQLiteParserListener) EnterTable_function_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterTable_function_name(ctx *Table_function_nameContext)

EnterTable_function_name is called when production table_function_name is entered.

func (*BaseSQLiteParserListener) EnterTable_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterTable_name(ctx *Table_nameContext)

EnterTable_name is called when production table_name is entered.

func (*BaseSQLiteParserListener) EnterTable_or_subquery added in v0.2.0

func (s *BaseSQLiteParserListener) EnterTable_or_subquery(ctx *Table_or_subqueryContext)

EnterTable_or_subquery is called when production table_or_subquery is entered.

func (*BaseSQLiteParserListener) EnterType_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterType_name(ctx *Type_nameContext)

EnterType_name is called when production type_name is entered.

func (*BaseSQLiteParserListener) EnterUnary_operator added in v0.2.0

func (s *BaseSQLiteParserListener) EnterUnary_operator(ctx *Unary_operatorContext)

EnterUnary_operator is called when production unary_operator is entered.

func (*BaseSQLiteParserListener) EnterWindow_defn added in v0.2.0

func (s *BaseSQLiteParserListener) EnterWindow_defn(ctx *Window_defnContext)

EnterWindow_defn is called when production window_defn is entered.

func (*BaseSQLiteParserListener) EnterWindow_function added in v0.2.0

func (s *BaseSQLiteParserListener) EnterWindow_function(ctx *Window_functionContext)

EnterWindow_function is called when production window_function is entered.

func (*BaseSQLiteParserListener) EnterWindow_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) EnterWindow_function_invocation(ctx *Window_function_invocationContext)

EnterWindow_function_invocation is called when production window_function_invocation is entered.

func (*BaseSQLiteParserListener) EnterWindow_name added in v0.2.0

func (s *BaseSQLiteParserListener) EnterWindow_name(ctx *Window_nameContext)

EnterWindow_name is called when production window_name is entered.

func (*BaseSQLiteParserListener) ExitAggregate_func added in v0.2.0

func (s *BaseSQLiteParserListener) ExitAggregate_func(ctx *Aggregate_funcContext)

ExitAggregate_func is called when production aggregate_func is exited.

func (*BaseSQLiteParserListener) ExitAggregate_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) ExitAggregate_function_invocation(ctx *Aggregate_function_invocationContext)

ExitAggregate_function_invocation is called when production aggregate_function_invocation is exited.

func (*BaseSQLiteParserListener) ExitAlias added in v0.2.0

func (s *BaseSQLiteParserListener) ExitAlias(ctx *AliasContext)

ExitAlias is called when production alias is exited.

func (*BaseSQLiteParserListener) ExitAny_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitAny_name(ctx *Any_nameContext)

ExitAny_name is called when production any_name is exited.

func (*BaseSQLiteParserListener) ExitAsc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) ExitAsc_desc(ctx *Asc_descContext)

ExitAsc_desc is called when production asc_desc is exited.

func (*BaseSQLiteParserListener) ExitBase_window_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitBase_window_name(ctx *Base_window_nameContext)

ExitBase_window_name is called when production base_window_name is exited.

func (*BaseSQLiteParserListener) ExitCollation_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitCollation_name(ctx *Collation_nameContext)

ExitCollation_name is called when production collation_name is exited.

func (*BaseSQLiteParserListener) ExitColumn_alias added in v0.2.0

func (s *BaseSQLiteParserListener) ExitColumn_alias(ctx *Column_aliasContext)

ExitColumn_alias is called when production column_alias is exited.

func (*BaseSQLiteParserListener) ExitColumn_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitColumn_name(ctx *Column_nameContext)

ExitColumn_name is called when production column_name is exited.

func (*BaseSQLiteParserListener) ExitColumn_name_list added in v0.2.0

func (s *BaseSQLiteParserListener) ExitColumn_name_list(ctx *Column_name_listContext)

ExitColumn_name_list is called when production column_name_list is exited.

func (*BaseSQLiteParserListener) ExitCommon_table_expression added in v0.2.0

func (s *BaseSQLiteParserListener) ExitCommon_table_expression(ctx *Common_table_expressionContext)

ExitCommon_table_expression is called when production common_table_expression is exited.

func (*BaseSQLiteParserListener) ExitCommon_table_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitCommon_table_stmt(ctx *Common_table_stmtContext)

ExitCommon_table_stmt is called when production common_table_stmt is exited.

func (*BaseSQLiteParserListener) ExitCompound_operator added in v0.2.0

func (s *BaseSQLiteParserListener) ExitCompound_operator(ctx *Compound_operatorContext)

ExitCompound_operator is called when production compound_operator is exited.

func (*BaseSQLiteParserListener) ExitCompound_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitCompound_select_stmt(ctx *Compound_select_stmtContext)

ExitCompound_select_stmt is called when production compound_select_stmt is exited.

func (*BaseSQLiteParserListener) ExitDefault_DEFAULT__value added in v0.2.0

func (s *BaseSQLiteParserListener) ExitDefault_DEFAULT__value(ctx *Default_DEFAULT__valueContext)

ExitDefault_DEFAULT__value is called when production default_DEFAULT__value is exited.

func (*BaseSQLiteParserListener) ExitError_message added in v0.2.0

func (s *BaseSQLiteParserListener) ExitError_message(ctx *Error_messageContext)

ExitError_message is called when production error_message is exited.

func (*BaseSQLiteParserListener) ExitEveryRule added in v0.2.0

func (s *BaseSQLiteParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)

ExitEveryRule is called when any rule is exited.

func (*BaseSQLiteParserListener) ExitExpr added in v0.2.0

func (s *BaseSQLiteParserListener) ExitExpr(ctx *ExprContext)

ExitExpr is called when production expr is exited.

func (*BaseSQLiteParserListener) ExitExpr_asc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) ExitExpr_asc_desc(ctx *Expr_asc_descContext)

ExitExpr_asc_desc is called when production expr_asc_desc is exited.

func (*BaseSQLiteParserListener) ExitFactored_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFactored_select_stmt(ctx *Factored_select_stmtContext)

ExitFactored_select_stmt is called when production factored_select_stmt is exited.

func (*BaseSQLiteParserListener) ExitFilename added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFilename(ctx *FilenameContext)

ExitFilename is called when production filename is exited.

func (*BaseSQLiteParserListener) ExitFilter_clause added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFilter_clause(ctx *Filter_clauseContext)

ExitFilter_clause is called when production filter_clause is exited.

func (*BaseSQLiteParserListener) ExitFrame_clause added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFrame_clause(ctx *Frame_clauseContext)

ExitFrame_clause is called when production frame_clause is exited.

func (*BaseSQLiteParserListener) ExitFrame_left added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFrame_left(ctx *Frame_leftContext)

ExitFrame_left is called when production frame_left is exited.

func (*BaseSQLiteParserListener) ExitFrame_right added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFrame_right(ctx *Frame_rightContext)

ExitFrame_right is called when production frame_right is exited.

func (*BaseSQLiteParserListener) ExitFrame_single added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFrame_single(ctx *Frame_singleContext)

ExitFrame_single is called when production frame_single is exited.

func (*BaseSQLiteParserListener) ExitFrame_spec added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFrame_spec(ctx *Frame_specContext)

ExitFrame_spec is called when production frame_spec is exited.

func (*BaseSQLiteParserListener) ExitFunction_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitFunction_name(ctx *Function_nameContext)

ExitFunction_name is called when production function_name is exited.

func (*BaseSQLiteParserListener) ExitIndex_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitIndex_name(ctx *Index_nameContext)

ExitIndex_name is called when production index_name is exited.

func (*BaseSQLiteParserListener) ExitInitial_select added in v0.2.0

func (s *BaseSQLiteParserListener) ExitInitial_select(ctx *Initial_selectContext)

ExitInitial_select is called when production initial_select is exited.

func (*BaseSQLiteParserListener) ExitJoin_clause added in v0.2.0

func (s *BaseSQLiteParserListener) ExitJoin_clause(ctx *Join_clauseContext)

ExitJoin_clause is called when production join_clause is exited.

func (*BaseSQLiteParserListener) ExitJoin_constraint added in v0.2.0

func (s *BaseSQLiteParserListener) ExitJoin_constraint(ctx *Join_constraintContext)

ExitJoin_constraint is called when production join_constraint is exited.

func (*BaseSQLiteParserListener) ExitJoin_operator added in v0.2.0

func (s *BaseSQLiteParserListener) ExitJoin_operator(ctx *Join_operatorContext)

ExitJoin_operator is called when production join_operator is exited.

func (*BaseSQLiteParserListener) ExitKeyword added in v0.2.0

func (s *BaseSQLiteParserListener) ExitKeyword(ctx *KeywordContext)

ExitKeyword is called when production keyword is exited.

func (*BaseSQLiteParserListener) ExitLimit_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitLimit_stmt(ctx *Limit_stmtContext)

ExitLimit_stmt is called when production limit_stmt is exited.

func (*BaseSQLiteParserListener) ExitLiteral_value added in v0.2.0

func (s *BaseSQLiteParserListener) ExitLiteral_value(ctx *Literal_valueContext)

ExitLiteral_value is called when production literal_value is exited.

func (*BaseSQLiteParserListener) ExitName added in v0.2.0

func (s *BaseSQLiteParserListener) ExitName(ctx *NameContext)

ExitName is called when production name is exited.

func (*BaseSQLiteParserListener) ExitOf_OF_fset added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOf_OF_fset(ctx *Of_OF_fsetContext)

ExitOf_OF_fset is called when production of_OF_fset is exited.

func (*BaseSQLiteParserListener) ExitOrder_by_expr added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOrder_by_expr(ctx *Order_by_exprContext)

ExitOrder_by_expr is called when production order_by_expr is exited.

func (*BaseSQLiteParserListener) ExitOrder_by_expr_asc_desc added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOrder_by_expr_asc_desc(ctx *Order_by_expr_asc_descContext)

ExitOrder_by_expr_asc_desc is called when production order_by_expr_asc_desc is exited.

func (*BaseSQLiteParserListener) ExitOrder_by_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOrder_by_stmt(ctx *Order_by_stmtContext)

ExitOrder_by_stmt is called when production order_by_stmt is exited.

func (*BaseSQLiteParserListener) ExitOrdering_term added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOrdering_term(ctx *Ordering_termContext)

ExitOrdering_term is called when production ordering_term is exited.

func (*BaseSQLiteParserListener) ExitOver_clause added in v0.2.0

func (s *BaseSQLiteParserListener) ExitOver_clause(ctx *Over_clauseContext)

ExitOver_clause is called when production over_clause is exited.

func (*BaseSQLiteParserListener) ExitParse added in v0.2.0

func (s *BaseSQLiteParserListener) ExitParse(ctx *ParseContext)

ExitParse is called when production parse is exited.

func (*BaseSQLiteParserListener) ExitPartition_by added in v0.2.0

func (s *BaseSQLiteParserListener) ExitPartition_by(ctx *Partition_byContext)

ExitPartition_by is called when production partition_by is exited.

func (*BaseSQLiteParserListener) ExitPragma_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitPragma_name(ctx *Pragma_nameContext)

ExitPragma_name is called when production pragma_name is exited.

func (*BaseSQLiteParserListener) ExitQualified_table_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitQualified_table_name(ctx *Qualified_table_nameContext)

ExitQualified_table_name is called when production qualified_table_name is exited.

func (*BaseSQLiteParserListener) ExitRaise_function added in v0.2.0

func (s *BaseSQLiteParserListener) ExitRaise_function(ctx *Raise_functionContext)

ExitRaise_function is called when production raise_function is exited.

func (*BaseSQLiteParserListener) ExitRecursive__select added in v0.2.0

func (s *BaseSQLiteParserListener) ExitRecursive__select(ctx *Recursive__selectContext)

ExitRecursive__select is called when production recursive__select is exited.

func (*BaseSQLiteParserListener) ExitResult_column added in v0.2.0

func (s *BaseSQLiteParserListener) ExitResult_column(ctx *Result_columnContext)

ExitResult_column is called when production result_column is exited.

func (*BaseSQLiteParserListener) ExitSavepoint_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSavepoint_name(ctx *Savepoint_nameContext)

ExitSavepoint_name is called when production savepoint_name is exited.

func (*BaseSQLiteParserListener) ExitSchema_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSchema_name(ctx *Schema_nameContext)

ExitSchema_name is called when production schema_name is exited.

func (*BaseSQLiteParserListener) ExitSelect_core added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSelect_core(ctx *Select_coreContext)

ExitSelect_core is called when production select_core is exited.

func (*BaseSQLiteParserListener) ExitSelect_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSelect_stmt(ctx *Select_stmtContext)

ExitSelect_stmt is called when production select_stmt is exited.

func (*BaseSQLiteParserListener) ExitSigned_number added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSigned_number(ctx *Signed_numberContext)

ExitSigned_number is called when production signed_number is exited.

func (*BaseSQLiteParserListener) ExitSimple_func added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSimple_func(ctx *Simple_funcContext)

ExitSimple_func is called when production simple_func is exited.

func (*BaseSQLiteParserListener) ExitSimple_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSimple_function_invocation(ctx *Simple_function_invocationContext)

ExitSimple_function_invocation is called when production simple_function_invocation is exited.

func (*BaseSQLiteParserListener) ExitSimple_select_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSimple_select_stmt(ctx *Simple_select_stmtContext)

ExitSimple_select_stmt is called when production simple_select_stmt is exited.

func (*BaseSQLiteParserListener) ExitSql_stmt added in v0.2.0

func (s *BaseSQLiteParserListener) ExitSql_stmt(ctx *Sql_stmtContext)

ExitSql_stmt is called when production sql_stmt is exited.

func (*BaseSQLiteParserListener) ExitTable_alias added in v0.2.0

func (s *BaseSQLiteParserListener) ExitTable_alias(ctx *Table_aliasContext)

ExitTable_alias is called when production table_alias is exited.

func (*BaseSQLiteParserListener) ExitTable_function_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitTable_function_name(ctx *Table_function_nameContext)

ExitTable_function_name is called when production table_function_name is exited.

func (*BaseSQLiteParserListener) ExitTable_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitTable_name(ctx *Table_nameContext)

ExitTable_name is called when production table_name is exited.

func (*BaseSQLiteParserListener) ExitTable_or_subquery added in v0.2.0

func (s *BaseSQLiteParserListener) ExitTable_or_subquery(ctx *Table_or_subqueryContext)

ExitTable_or_subquery is called when production table_or_subquery is exited.

func (*BaseSQLiteParserListener) ExitType_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitType_name(ctx *Type_nameContext)

ExitType_name is called when production type_name is exited.

func (*BaseSQLiteParserListener) ExitUnary_operator added in v0.2.0

func (s *BaseSQLiteParserListener) ExitUnary_operator(ctx *Unary_operatorContext)

ExitUnary_operator is called when production unary_operator is exited.

func (*BaseSQLiteParserListener) ExitWindow_defn added in v0.2.0

func (s *BaseSQLiteParserListener) ExitWindow_defn(ctx *Window_defnContext)

ExitWindow_defn is called when production window_defn is exited.

func (*BaseSQLiteParserListener) ExitWindow_function added in v0.2.0

func (s *BaseSQLiteParserListener) ExitWindow_function(ctx *Window_functionContext)

ExitWindow_function is called when production window_function is exited.

func (*BaseSQLiteParserListener) ExitWindow_function_invocation added in v0.2.0

func (s *BaseSQLiteParserListener) ExitWindow_function_invocation(ctx *Window_function_invocationContext)

ExitWindow_function_invocation is called when production window_function_invocation is exited.

func (*BaseSQLiteParserListener) ExitWindow_name added in v0.2.0

func (s *BaseSQLiteParserListener) ExitWindow_name(ctx *Window_nameContext)

ExitWindow_name is called when production window_name is exited.

func (*BaseSQLiteParserListener) VisitErrorNode added in v0.2.0

func (s *BaseSQLiteParserListener) VisitErrorNode(node antlr.ErrorNode)

VisitErrorNode is called when an error node is visited.

func (*BaseSQLiteParserListener) VisitTerminal added in v0.2.0

func (s *BaseSQLiteParserListener) VisitTerminal(node antlr.TerminalNode)

VisitTerminal is called when a terminal node is visited.

type Base_window_nameContext added in v0.2.0

type Base_window_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewBase_window_nameContext added in v0.2.0

func NewBase_window_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Base_window_nameContext

func NewEmptyBase_window_nameContext added in v0.2.0

func NewEmptyBase_window_nameContext() *Base_window_nameContext

func (*Base_window_nameContext) Any_name added in v0.2.0

func (*Base_window_nameContext) EnterRule added in v0.2.0

func (s *Base_window_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Base_window_nameContext) ExitRule added in v0.2.0

func (s *Base_window_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Base_window_nameContext) GetParser added in v0.2.0

func (s *Base_window_nameContext) GetParser() antlr.Parser

func (*Base_window_nameContext) GetRuleContext added in v0.2.0

func (s *Base_window_nameContext) GetRuleContext() antlr.RuleContext

func (*Base_window_nameContext) IsBase_window_nameContext added in v0.2.0

func (*Base_window_nameContext) IsBase_window_nameContext()

func (*Base_window_nameContext) ToStringTree added in v0.2.0

func (s *Base_window_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Collation_nameContext added in v0.2.0

type Collation_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCollation_nameContext added in v0.2.0

func NewCollation_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collation_nameContext

func NewEmptyCollation_nameContext added in v0.2.0

func NewEmptyCollation_nameContext() *Collation_nameContext

func (*Collation_nameContext) Any_name added in v0.2.0

func (*Collation_nameContext) EnterRule added in v0.2.0

func (s *Collation_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Collation_nameContext) ExitRule added in v0.2.0

func (s *Collation_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Collation_nameContext) GetParser added in v0.2.0

func (s *Collation_nameContext) GetParser() antlr.Parser

func (*Collation_nameContext) GetRuleContext added in v0.2.0

func (s *Collation_nameContext) GetRuleContext() antlr.RuleContext

func (*Collation_nameContext) IsCollation_nameContext added in v0.2.0

func (*Collation_nameContext) IsCollation_nameContext()

func (*Collation_nameContext) ToStringTree added in v0.2.0

func (s *Collation_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Column_aliasContext added in v0.2.0

type Column_aliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewColumn_aliasContext added in v0.2.0

func NewColumn_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_aliasContext

func NewEmptyColumn_aliasContext added in v0.2.0

func NewEmptyColumn_aliasContext() *Column_aliasContext

func (*Column_aliasContext) EnterRule added in v0.2.0

func (s *Column_aliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*Column_aliasContext) ExitRule added in v0.2.0

func (s *Column_aliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*Column_aliasContext) GetParser added in v0.2.0

func (s *Column_aliasContext) GetParser() antlr.Parser

func (*Column_aliasContext) GetRuleContext added in v0.2.0

func (s *Column_aliasContext) GetRuleContext() antlr.RuleContext

func (*Column_aliasContext) IDENTIFIER added in v0.2.0

func (s *Column_aliasContext) IDENTIFIER() antlr.TerminalNode

func (*Column_aliasContext) IsColumn_aliasContext added in v0.2.0

func (*Column_aliasContext) IsColumn_aliasContext()

func (*Column_aliasContext) STRING_LITERAL added in v0.2.0

func (s *Column_aliasContext) STRING_LITERAL() antlr.TerminalNode

func (*Column_aliasContext) ToStringTree added in v0.2.0

func (s *Column_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Column_nameContext added in v0.2.0

type Column_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewColumn_nameContext added in v0.2.0

func NewColumn_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_nameContext

func NewEmptyColumn_nameContext added in v0.2.0

func NewEmptyColumn_nameContext() *Column_nameContext

func (*Column_nameContext) Any_name added in v0.2.0

func (s *Column_nameContext) Any_name() IAny_nameContext

func (*Column_nameContext) EnterRule added in v0.2.0

func (s *Column_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Column_nameContext) ExitRule added in v0.2.0

func (s *Column_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Column_nameContext) GetParser added in v0.2.0

func (s *Column_nameContext) GetParser() antlr.Parser

func (*Column_nameContext) GetRuleContext added in v0.2.0

func (s *Column_nameContext) GetRuleContext() antlr.RuleContext

func (*Column_nameContext) IsColumn_nameContext added in v0.2.0

func (*Column_nameContext) IsColumn_nameContext()

func (*Column_nameContext) ToStringTree added in v0.2.0

func (s *Column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Column_name_listContext added in v0.2.0

type Column_name_listContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewColumn_name_listContext added in v0.2.0

func NewColumn_name_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_name_listContext

func NewEmptyColumn_name_listContext added in v0.2.0

func NewEmptyColumn_name_listContext() *Column_name_listContext

func (*Column_name_listContext) AllCOMMA added in v0.2.0

func (s *Column_name_listContext) AllCOMMA() []antlr.TerminalNode

func (*Column_name_listContext) AllColumn_name added in v0.2.0

func (s *Column_name_listContext) AllColumn_name() []IColumn_nameContext

func (*Column_name_listContext) CLOSE_PAR added in v0.2.0

func (*Column_name_listContext) COMMA added in v0.2.0

func (*Column_name_listContext) Column_name added in v0.2.0

func (*Column_name_listContext) EnterRule added in v0.2.0

func (s *Column_name_listContext) EnterRule(listener antlr.ParseTreeListener)

func (*Column_name_listContext) ExitRule added in v0.2.0

func (s *Column_name_listContext) ExitRule(listener antlr.ParseTreeListener)

func (*Column_name_listContext) GetParser added in v0.2.0

func (s *Column_name_listContext) GetParser() antlr.Parser

func (*Column_name_listContext) GetRuleContext added in v0.2.0

func (s *Column_name_listContext) GetRuleContext() antlr.RuleContext

func (*Column_name_listContext) IsColumn_name_listContext added in v0.2.0

func (*Column_name_listContext) IsColumn_name_listContext()

func (*Column_name_listContext) OPEN_PAR added in v0.2.0

func (*Column_name_listContext) ToStringTree added in v0.2.0

func (s *Column_name_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Common_table_expressionContext added in v0.2.0

type Common_table_expressionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCommon_table_expressionContext added in v0.2.0

func NewCommon_table_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Common_table_expressionContext

func NewEmptyCommon_table_expressionContext added in v0.2.0

func NewEmptyCommon_table_expressionContext() *Common_table_expressionContext

func (*Common_table_expressionContext) AS_ added in v0.2.0

func (*Common_table_expressionContext) AllCLOSE_PAR added in v0.2.0

func (*Common_table_expressionContext) AllCOMMA added in v0.2.0

func (*Common_table_expressionContext) AllColumn_name added in v0.2.0

func (*Common_table_expressionContext) AllOPEN_PAR added in v0.2.0

func (*Common_table_expressionContext) CLOSE_PAR added in v0.2.0

func (*Common_table_expressionContext) COMMA added in v0.2.0

func (*Common_table_expressionContext) Column_name added in v0.2.0

func (*Common_table_expressionContext) EnterRule added in v0.2.0

func (*Common_table_expressionContext) ExitRule added in v0.2.0

func (*Common_table_expressionContext) GetParser added in v0.2.0

func (*Common_table_expressionContext) GetRuleContext added in v0.2.0

func (s *Common_table_expressionContext) GetRuleContext() antlr.RuleContext

func (*Common_table_expressionContext) IsCommon_table_expressionContext added in v0.2.0

func (*Common_table_expressionContext) IsCommon_table_expressionContext()

func (*Common_table_expressionContext) OPEN_PAR added in v0.2.0

func (*Common_table_expressionContext) Select_stmt added in v0.2.0

func (*Common_table_expressionContext) Table_name added in v0.2.0

func (*Common_table_expressionContext) ToStringTree added in v0.2.0

func (s *Common_table_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Common_table_stmtContext added in v0.2.0

type Common_table_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCommon_table_stmtContext added in v0.2.0

func NewCommon_table_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Common_table_stmtContext

func NewEmptyCommon_table_stmtContext added in v0.2.0

func NewEmptyCommon_table_stmtContext() *Common_table_stmtContext

func (*Common_table_stmtContext) AllCOMMA added in v0.2.0

func (*Common_table_stmtContext) AllCommon_table_expression added in v0.2.0

func (s *Common_table_stmtContext) AllCommon_table_expression() []ICommon_table_expressionContext

func (*Common_table_stmtContext) COMMA added in v0.2.0

func (*Common_table_stmtContext) Common_table_expression added in v0.2.0

func (s *Common_table_stmtContext) Common_table_expression(i int) ICommon_table_expressionContext

func (*Common_table_stmtContext) EnterRule added in v0.2.0

func (s *Common_table_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Common_table_stmtContext) ExitRule added in v0.2.0

func (s *Common_table_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Common_table_stmtContext) GetParser added in v0.2.0

func (s *Common_table_stmtContext) GetParser() antlr.Parser

func (*Common_table_stmtContext) GetRuleContext added in v0.2.0

func (s *Common_table_stmtContext) GetRuleContext() antlr.RuleContext

func (*Common_table_stmtContext) IsCommon_table_stmtContext added in v0.2.0

func (*Common_table_stmtContext) IsCommon_table_stmtContext()

func (*Common_table_stmtContext) RECURSIVE_ added in v0.2.0

func (*Common_table_stmtContext) ToStringTree added in v0.2.0

func (s *Common_table_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Common_table_stmtContext) WITH_ added in v0.2.0

type Compound_operatorContext added in v0.2.0

type Compound_operatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCompound_operatorContext added in v0.2.0

func NewCompound_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compound_operatorContext

func NewEmptyCompound_operatorContext added in v0.2.0

func NewEmptyCompound_operatorContext() *Compound_operatorContext

func (*Compound_operatorContext) ALL_ added in v0.2.0

func (*Compound_operatorContext) EXCEPT_ added in v0.2.0

func (*Compound_operatorContext) EnterRule added in v0.2.0

func (s *Compound_operatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*Compound_operatorContext) ExitRule added in v0.2.0

func (s *Compound_operatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*Compound_operatorContext) GetParser added in v0.2.0

func (s *Compound_operatorContext) GetParser() antlr.Parser

func (*Compound_operatorContext) GetRuleContext added in v0.2.0

func (s *Compound_operatorContext) GetRuleContext() antlr.RuleContext

func (*Compound_operatorContext) INTERSECT_ added in v0.2.0

func (*Compound_operatorContext) IsCompound_operatorContext added in v0.2.0

func (*Compound_operatorContext) IsCompound_operatorContext()

func (*Compound_operatorContext) ToStringTree added in v0.2.0

func (s *Compound_operatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Compound_operatorContext) UNION_ added in v0.2.0

type Compound_select_stmtContext added in v0.2.0

type Compound_select_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewCompound_select_stmtContext added in v0.2.0

func NewCompound_select_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compound_select_stmtContext

func NewEmptyCompound_select_stmtContext added in v0.2.0

func NewEmptyCompound_select_stmtContext() *Compound_select_stmtContext

func (*Compound_select_stmtContext) ALL_ added in v0.2.0

func (*Compound_select_stmtContext) AllALL_ added in v0.2.0

func (*Compound_select_stmtContext) AllEXCEPT_ added in v0.2.0

func (*Compound_select_stmtContext) AllINTERSECT_ added in v0.2.0

func (s *Compound_select_stmtContext) AllINTERSECT_() []antlr.TerminalNode

func (*Compound_select_stmtContext) AllSelect_core added in v0.2.0

func (s *Compound_select_stmtContext) AllSelect_core() []ISelect_coreContext

func (*Compound_select_stmtContext) AllUNION_ added in v0.2.0

func (*Compound_select_stmtContext) Common_table_stmt added in v0.2.0

func (*Compound_select_stmtContext) EXCEPT_ added in v0.2.0

func (*Compound_select_stmtContext) EnterRule added in v0.2.0

func (s *Compound_select_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Compound_select_stmtContext) ExitRule added in v0.2.0

func (s *Compound_select_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Compound_select_stmtContext) GetParser added in v0.2.0

func (s *Compound_select_stmtContext) GetParser() antlr.Parser

func (*Compound_select_stmtContext) GetRuleContext added in v0.2.0

func (s *Compound_select_stmtContext) GetRuleContext() antlr.RuleContext

func (*Compound_select_stmtContext) INTERSECT_ added in v0.2.0

func (*Compound_select_stmtContext) IsCompound_select_stmtContext added in v0.2.0

func (*Compound_select_stmtContext) IsCompound_select_stmtContext()

func (*Compound_select_stmtContext) Limit_stmt added in v0.2.0

func (*Compound_select_stmtContext) Order_by_stmt added in v0.2.0

func (*Compound_select_stmtContext) Select_core added in v0.2.0

func (*Compound_select_stmtContext) ToStringTree added in v0.2.0

func (s *Compound_select_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Compound_select_stmtContext) UNION_ added in v0.2.0

type Default_DEFAULT__valueContext added in v0.2.0

type Default_DEFAULT__valueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewDefault_DEFAULT__valueContext added in v0.2.0

func NewDefault_DEFAULT__valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_DEFAULT__valueContext

func NewEmptyDefault_DEFAULT__valueContext added in v0.2.0

func NewEmptyDefault_DEFAULT__valueContext() *Default_DEFAULT__valueContext

func (*Default_DEFAULT__valueContext) COMMA added in v0.2.0

func (*Default_DEFAULT__valueContext) EnterRule added in v0.2.0

func (s *Default_DEFAULT__valueContext) EnterRule(listener antlr.ParseTreeListener)

func (*Default_DEFAULT__valueContext) ExitRule added in v0.2.0

func (*Default_DEFAULT__valueContext) GetParser added in v0.2.0

func (*Default_DEFAULT__valueContext) GetRuleContext added in v0.2.0

func (s *Default_DEFAULT__valueContext) GetRuleContext() antlr.RuleContext

func (*Default_DEFAULT__valueContext) IsDefault_DEFAULT__valueContext added in v0.2.0

func (*Default_DEFAULT__valueContext) IsDefault_DEFAULT__valueContext()

func (*Default_DEFAULT__valueContext) Signed_number added in v0.2.0

func (*Default_DEFAULT__valueContext) ToStringTree added in v0.2.0

func (s *Default_DEFAULT__valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Error_messageContext added in v0.2.0

type Error_messageContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyError_messageContext added in v0.2.0

func NewEmptyError_messageContext() *Error_messageContext

func NewError_messageContext added in v0.2.0

func NewError_messageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Error_messageContext

func (*Error_messageContext) EnterRule added in v0.2.0

func (s *Error_messageContext) EnterRule(listener antlr.ParseTreeListener)

func (*Error_messageContext) ExitRule added in v0.2.0

func (s *Error_messageContext) ExitRule(listener antlr.ParseTreeListener)

func (*Error_messageContext) GetParser added in v0.2.0

func (s *Error_messageContext) GetParser() antlr.Parser

func (*Error_messageContext) GetRuleContext added in v0.2.0

func (s *Error_messageContext) GetRuleContext() antlr.RuleContext

func (*Error_messageContext) IsError_messageContext added in v0.2.0

func (*Error_messageContext) IsError_messageContext()

func (*Error_messageContext) STRING_LITERAL added in v0.2.0

func (s *Error_messageContext) STRING_LITERAL() antlr.TerminalNode

func (*Error_messageContext) ToStringTree added in v0.2.0

func (s *Error_messageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type ExprContext added in v0.2.0

type ExprContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExprContext added in v0.2.0

func NewEmptyExprContext() *ExprContext

func NewExprContext added in v0.2.0

func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext

func (*ExprContext) AMP added in v0.2.0

func (s *ExprContext) AMP() antlr.TerminalNode

func (*ExprContext) AND_ added in v0.2.0

func (s *ExprContext) AND_() antlr.TerminalNode

func (*ExprContext) ASSIGN added in v0.2.0

func (s *ExprContext) ASSIGN() antlr.TerminalNode

func (*ExprContext) AS_ added in v0.2.0

func (s *ExprContext) AS_() antlr.TerminalNode

func (*ExprContext) AllCOMMA added in v0.2.0

func (s *ExprContext) AllCOMMA() []antlr.TerminalNode

func (*ExprContext) AllDOT added in v0.2.0

func (s *ExprContext) AllDOT() []antlr.TerminalNode

func (*ExprContext) AllExpr added in v0.2.0

func (s *ExprContext) AllExpr() []IExprContext

func (*ExprContext) AllTHEN_ added in v0.2.0

func (s *ExprContext) AllTHEN_() []antlr.TerminalNode

func (*ExprContext) AllWHEN_ added in v0.2.0

func (s *ExprContext) AllWHEN_() []antlr.TerminalNode

func (*ExprContext) BETWEEN_ added in v0.2.0

func (s *ExprContext) BETWEEN_() antlr.TerminalNode

func (*ExprContext) BIND_PARAMETER added in v0.2.0

func (s *ExprContext) BIND_PARAMETER() antlr.TerminalNode

func (*ExprContext) CASE_ added in v0.2.0

func (s *ExprContext) CASE_() antlr.TerminalNode

func (*ExprContext) CAST_ added in v0.2.0

func (s *ExprContext) CAST_() antlr.TerminalNode

func (*ExprContext) CLOSE_PAR added in v0.2.0

func (s *ExprContext) CLOSE_PAR() antlr.TerminalNode

func (*ExprContext) COLLATE_ added in v0.2.0

func (s *ExprContext) COLLATE_() antlr.TerminalNode

func (*ExprContext) COMMA added in v0.2.0

func (s *ExprContext) COMMA(i int) antlr.TerminalNode

func (*ExprContext) Collation_name added in v0.2.0

func (s *ExprContext) Collation_name() ICollation_nameContext

func (*ExprContext) Column_name added in v0.2.0

func (s *ExprContext) Column_name() IColumn_nameContext

func (*ExprContext) DISTINCT_ added in v0.2.0

func (s *ExprContext) DISTINCT_() antlr.TerminalNode

func (*ExprContext) DIV added in v0.2.0

func (s *ExprContext) DIV() antlr.TerminalNode

func (*ExprContext) DOT added in v0.2.0

func (s *ExprContext) DOT(i int) antlr.TerminalNode

func (*ExprContext) ELSE_ added in v0.2.0

func (s *ExprContext) ELSE_() antlr.TerminalNode

func (*ExprContext) END_ added in v0.2.0

func (s *ExprContext) END_() antlr.TerminalNode

func (*ExprContext) EQ added in v0.2.0

func (s *ExprContext) EQ() antlr.TerminalNode

func (*ExprContext) ESCAPE_ added in v0.2.0

func (s *ExprContext) ESCAPE_() antlr.TerminalNode

func (*ExprContext) EXISTS_ added in v0.2.0

func (s *ExprContext) EXISTS_() antlr.TerminalNode

func (*ExprContext) EnterRule added in v0.2.0

func (s *ExprContext) EnterRule(listener antlr.ParseTreeListener)

func (*ExprContext) ExitRule added in v0.2.0

func (s *ExprContext) ExitRule(listener antlr.ParseTreeListener)

func (*ExprContext) Expr added in v0.2.0

func (s *ExprContext) Expr(i int) IExprContext

func (*ExprContext) Filter_clause added in v0.2.0

func (s *ExprContext) Filter_clause() IFilter_clauseContext

func (*ExprContext) Function_name added in v0.2.0

func (s *ExprContext) Function_name() IFunction_nameContext

func (*ExprContext) GLOB_ added in v0.2.0

func (s *ExprContext) GLOB_() antlr.TerminalNode

func (*ExprContext) GT added in v0.2.0

func (s *ExprContext) GT() antlr.TerminalNode

func (*ExprContext) GT2 added in v0.2.0

func (s *ExprContext) GT2() antlr.TerminalNode

func (*ExprContext) GT_EQ added in v0.2.0

func (s *ExprContext) GT_EQ() antlr.TerminalNode

func (*ExprContext) GetParser added in v0.2.0

func (s *ExprContext) GetParser() antlr.Parser

func (*ExprContext) GetRuleContext added in v0.2.0

func (s *ExprContext) GetRuleContext() antlr.RuleContext

func (*ExprContext) IN_ added in v0.2.0

func (s *ExprContext) IN_() antlr.TerminalNode

func (*ExprContext) ISNULL_ added in v0.2.0

func (s *ExprContext) ISNULL_() antlr.TerminalNode

func (*ExprContext) IS_ added in v0.2.0

func (s *ExprContext) IS_() antlr.TerminalNode

func (*ExprContext) IsExprContext added in v0.2.0

func (*ExprContext) IsExprContext()

func (*ExprContext) LIKE_ added in v0.2.0

func (s *ExprContext) LIKE_() antlr.TerminalNode

func (*ExprContext) LT added in v0.2.0

func (s *ExprContext) LT() antlr.TerminalNode

func (*ExprContext) LT2 added in v0.2.0

func (s *ExprContext) LT2() antlr.TerminalNode

func (*ExprContext) LT_EQ added in v0.2.0

func (s *ExprContext) LT_EQ() antlr.TerminalNode

func (*ExprContext) Literal_value added in v0.2.0

func (s *ExprContext) Literal_value() ILiteral_valueContext

func (*ExprContext) MATCH_ added in v0.2.0

func (s *ExprContext) MATCH_() antlr.TerminalNode

func (*ExprContext) MINUS added in v0.2.0

func (s *ExprContext) MINUS() antlr.TerminalNode

func (*ExprContext) MOD added in v0.2.0

func (s *ExprContext) MOD() antlr.TerminalNode

func (*ExprContext) NOTNULL_ added in v0.2.0

func (s *ExprContext) NOTNULL_() antlr.TerminalNode

func (*ExprContext) NOT_ added in v0.2.0

func (s *ExprContext) NOT_() antlr.TerminalNode

func (*ExprContext) NOT_EQ1 added in v0.2.0

func (s *ExprContext) NOT_EQ1() antlr.TerminalNode

func (*ExprContext) NOT_EQ2 added in v0.2.0

func (s *ExprContext) NOT_EQ2() antlr.TerminalNode

func (*ExprContext) NULL_ added in v0.2.0

func (s *ExprContext) NULL_() antlr.TerminalNode

func (*ExprContext) OPEN_PAR added in v0.2.0

func (s *ExprContext) OPEN_PAR() antlr.TerminalNode

func (*ExprContext) OR_ added in v0.2.0

func (s *ExprContext) OR_() antlr.TerminalNode

func (*ExprContext) Over_clause added in v0.2.0

func (s *ExprContext) Over_clause() IOver_clauseContext

func (*ExprContext) PIPE added in v0.2.0

func (s *ExprContext) PIPE() antlr.TerminalNode

func (*ExprContext) PIPE2 added in v0.2.0

func (s *ExprContext) PIPE2() antlr.TerminalNode

func (*ExprContext) PLUS added in v0.2.0

func (s *ExprContext) PLUS() antlr.TerminalNode

func (*ExprContext) REGEXP_ added in v0.2.0

func (s *ExprContext) REGEXP_() antlr.TerminalNode

func (*ExprContext) Raise_function added in v0.2.0

func (s *ExprContext) Raise_function() IRaise_functionContext

func (*ExprContext) STAR added in v0.2.0

func (s *ExprContext) STAR() antlr.TerminalNode

func (*ExprContext) Schema_name added in v0.2.0

func (s *ExprContext) Schema_name() ISchema_nameContext

func (*ExprContext) Select_stmt added in v0.2.0

func (s *ExprContext) Select_stmt() ISelect_stmtContext

func (*ExprContext) THEN_ added in v0.2.0

func (s *ExprContext) THEN_(i int) antlr.TerminalNode

func (*ExprContext) Table_function_name added in v0.2.0

func (s *ExprContext) Table_function_name() ITable_function_nameContext

func (*ExprContext) Table_name added in v0.2.0

func (s *ExprContext) Table_name() ITable_nameContext

func (*ExprContext) ToStringTree added in v0.2.0

func (s *ExprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*ExprContext) Type_name added in v0.2.0

func (s *ExprContext) Type_name() IType_nameContext

func (*ExprContext) Unary_operator added in v0.2.0

func (s *ExprContext) Unary_operator() IUnary_operatorContext

func (*ExprContext) WHEN_ added in v0.2.0

func (s *ExprContext) WHEN_(i int) antlr.TerminalNode

type Expr_asc_descContext added in v0.2.0

type Expr_asc_descContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyExpr_asc_descContext added in v0.2.0

func NewEmptyExpr_asc_descContext() *Expr_asc_descContext

func NewExpr_asc_descContext added in v0.2.0

func NewExpr_asc_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_asc_descContext

func (*Expr_asc_descContext) AllAsc_desc added in v0.2.0

func (s *Expr_asc_descContext) AllAsc_desc() []IAsc_descContext

func (*Expr_asc_descContext) AllCOMMA added in v0.2.0

func (s *Expr_asc_descContext) AllCOMMA() []antlr.TerminalNode

func (*Expr_asc_descContext) AllExpr added in v0.2.0

func (s *Expr_asc_descContext) AllExpr() []IExprContext

func (*Expr_asc_descContext) Asc_desc added in v0.2.0

func (s *Expr_asc_descContext) Asc_desc(i int) IAsc_descContext

func (*Expr_asc_descContext) COMMA added in v0.2.0

func (*Expr_asc_descContext) EnterRule added in v0.2.0

func (s *Expr_asc_descContext) EnterRule(listener antlr.ParseTreeListener)

func (*Expr_asc_descContext) ExitRule added in v0.2.0

func (s *Expr_asc_descContext) ExitRule(listener antlr.ParseTreeListener)

func (*Expr_asc_descContext) Expr added in v0.2.0

func (*Expr_asc_descContext) GetParser added in v0.2.0

func (s *Expr_asc_descContext) GetParser() antlr.Parser

func (*Expr_asc_descContext) GetRuleContext added in v0.2.0

func (s *Expr_asc_descContext) GetRuleContext() antlr.RuleContext

func (*Expr_asc_descContext) IsExpr_asc_descContext added in v0.2.0

func (*Expr_asc_descContext) IsExpr_asc_descContext()

func (*Expr_asc_descContext) ToStringTree added in v0.2.0

func (s *Expr_asc_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Factored_select_stmtContext added in v0.2.0

type Factored_select_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFactored_select_stmtContext added in v0.2.0

func NewEmptyFactored_select_stmtContext() *Factored_select_stmtContext

func NewFactored_select_stmtContext added in v0.2.0

func NewFactored_select_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Factored_select_stmtContext

func (*Factored_select_stmtContext) EnterRule added in v0.2.0

func (s *Factored_select_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Factored_select_stmtContext) ExitRule added in v0.2.0

func (s *Factored_select_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Factored_select_stmtContext) GetParser added in v0.2.0

func (s *Factored_select_stmtContext) GetParser() antlr.Parser

func (*Factored_select_stmtContext) GetRuleContext added in v0.2.0

func (s *Factored_select_stmtContext) GetRuleContext() antlr.RuleContext

func (*Factored_select_stmtContext) IsFactored_select_stmtContext added in v0.2.0

func (*Factored_select_stmtContext) IsFactored_select_stmtContext()

func (*Factored_select_stmtContext) Select_stmt added in v0.2.0

func (*Factored_select_stmtContext) ToStringTree added in v0.2.0

func (s *Factored_select_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type FilenameContext added in v0.2.0

type FilenameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFilenameContext added in v0.2.0

func NewEmptyFilenameContext() *FilenameContext

func NewFilenameContext added in v0.2.0

func NewFilenameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FilenameContext

func (*FilenameContext) Any_name added in v0.2.0

func (s *FilenameContext) Any_name() IAny_nameContext

func (*FilenameContext) EnterRule added in v0.2.0

func (s *FilenameContext) EnterRule(listener antlr.ParseTreeListener)

func (*FilenameContext) ExitRule added in v0.2.0

func (s *FilenameContext) ExitRule(listener antlr.ParseTreeListener)

func (*FilenameContext) GetParser added in v0.2.0

func (s *FilenameContext) GetParser() antlr.Parser

func (*FilenameContext) GetRuleContext added in v0.2.0

func (s *FilenameContext) GetRuleContext() antlr.RuleContext

func (*FilenameContext) IsFilenameContext added in v0.2.0

func (*FilenameContext) IsFilenameContext()

func (*FilenameContext) ToStringTree added in v0.2.0

func (s *FilenameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Filter_clauseContext added in v0.2.0

type Filter_clauseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFilter_clauseContext added in v0.2.0

func NewEmptyFilter_clauseContext() *Filter_clauseContext

func NewFilter_clauseContext added in v0.2.0

func NewFilter_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Filter_clauseContext

func (*Filter_clauseContext) CLOSE_PAR added in v0.2.0

func (s *Filter_clauseContext) CLOSE_PAR() antlr.TerminalNode

func (*Filter_clauseContext) EnterRule added in v0.2.0

func (s *Filter_clauseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Filter_clauseContext) ExitRule added in v0.2.0

func (s *Filter_clauseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Filter_clauseContext) Expr added in v0.2.0

func (*Filter_clauseContext) FILTER_ added in v0.2.0

func (*Filter_clauseContext) GetParser added in v0.2.0

func (s *Filter_clauseContext) GetParser() antlr.Parser

func (*Filter_clauseContext) GetRuleContext added in v0.2.0

func (s *Filter_clauseContext) GetRuleContext() antlr.RuleContext

func (*Filter_clauseContext) IsFilter_clauseContext added in v0.2.0

func (*Filter_clauseContext) IsFilter_clauseContext()

func (*Filter_clauseContext) OPEN_PAR added in v0.2.0

func (s *Filter_clauseContext) OPEN_PAR() antlr.TerminalNode

func (*Filter_clauseContext) ToStringTree added in v0.2.0

func (s *Filter_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Filter_clauseContext) WHERE_ added in v0.2.0

type Frame_clauseContext added in v0.2.0

type Frame_clauseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFrame_clauseContext added in v0.2.0

func NewEmptyFrame_clauseContext() *Frame_clauseContext

func NewFrame_clauseContext added in v0.2.0

func NewFrame_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_clauseContext

func (*Frame_clauseContext) AND_ added in v0.2.0

func (*Frame_clauseContext) BETWEEN_ added in v0.2.0

func (s *Frame_clauseContext) BETWEEN_() antlr.TerminalNode

func (*Frame_clauseContext) EnterRule added in v0.2.0

func (s *Frame_clauseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Frame_clauseContext) ExitRule added in v0.2.0

func (s *Frame_clauseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Frame_clauseContext) Frame_left added in v0.2.0

func (s *Frame_clauseContext) Frame_left() IFrame_leftContext

func (*Frame_clauseContext) Frame_right added in v0.2.0

func (s *Frame_clauseContext) Frame_right() IFrame_rightContext

func (*Frame_clauseContext) Frame_single added in v0.2.0

func (s *Frame_clauseContext) Frame_single() IFrame_singleContext

func (*Frame_clauseContext) GROUPS_ added in v0.2.0

func (s *Frame_clauseContext) GROUPS_() antlr.TerminalNode

func (*Frame_clauseContext) GetParser added in v0.2.0

func (s *Frame_clauseContext) GetParser() antlr.Parser

func (*Frame_clauseContext) GetRuleContext added in v0.2.0

func (s *Frame_clauseContext) GetRuleContext() antlr.RuleContext

func (*Frame_clauseContext) IsFrame_clauseContext added in v0.2.0

func (*Frame_clauseContext) IsFrame_clauseContext()

func (*Frame_clauseContext) RANGE_ added in v0.2.0

func (*Frame_clauseContext) ROWS_ added in v0.2.0

func (*Frame_clauseContext) ToStringTree added in v0.2.0

func (s *Frame_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Frame_leftContext added in v0.2.0

type Frame_leftContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFrame_leftContext added in v0.2.0

func NewEmptyFrame_leftContext() *Frame_leftContext

func NewFrame_leftContext added in v0.2.0

func NewFrame_leftContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_leftContext

func (*Frame_leftContext) CURRENT_ added in v0.2.0

func (s *Frame_leftContext) CURRENT_() antlr.TerminalNode

func (*Frame_leftContext) EnterRule added in v0.2.0

func (s *Frame_leftContext) EnterRule(listener antlr.ParseTreeListener)

func (*Frame_leftContext) ExitRule added in v0.2.0

func (s *Frame_leftContext) ExitRule(listener antlr.ParseTreeListener)

func (*Frame_leftContext) Expr added in v0.2.0

func (s *Frame_leftContext) Expr() IExprContext

func (*Frame_leftContext) FOLLOWING_ added in v0.2.0

func (s *Frame_leftContext) FOLLOWING_() antlr.TerminalNode

func (*Frame_leftContext) GetParser added in v0.2.0

func (s *Frame_leftContext) GetParser() antlr.Parser

func (*Frame_leftContext) GetRuleContext added in v0.2.0

func (s *Frame_leftContext) GetRuleContext() antlr.RuleContext

func (*Frame_leftContext) IsFrame_leftContext added in v0.2.0

func (*Frame_leftContext) IsFrame_leftContext()

func (*Frame_leftContext) PRECEDING_ added in v0.2.0

func (s *Frame_leftContext) PRECEDING_() antlr.TerminalNode

func (*Frame_leftContext) ROW_ added in v0.2.0

func (*Frame_leftContext) ToStringTree added in v0.2.0

func (s *Frame_leftContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Frame_leftContext) UNBOUNDED_ added in v0.2.0

func (s *Frame_leftContext) UNBOUNDED_() antlr.TerminalNode

type Frame_rightContext added in v0.2.0

type Frame_rightContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFrame_rightContext added in v0.2.0

func NewEmptyFrame_rightContext() *Frame_rightContext

func NewFrame_rightContext added in v0.2.0

func NewFrame_rightContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_rightContext

func (*Frame_rightContext) CURRENT_ added in v0.2.0

func (s *Frame_rightContext) CURRENT_() antlr.TerminalNode

func (*Frame_rightContext) EnterRule added in v0.2.0

func (s *Frame_rightContext) EnterRule(listener antlr.ParseTreeListener)

func (*Frame_rightContext) ExitRule added in v0.2.0

func (s *Frame_rightContext) ExitRule(listener antlr.ParseTreeListener)

func (*Frame_rightContext) Expr added in v0.2.0

func (s *Frame_rightContext) Expr() IExprContext

func (*Frame_rightContext) FOLLOWING_ added in v0.2.0

func (s *Frame_rightContext) FOLLOWING_() antlr.TerminalNode

func (*Frame_rightContext) GetParser added in v0.2.0

func (s *Frame_rightContext) GetParser() antlr.Parser

func (*Frame_rightContext) GetRuleContext added in v0.2.0

func (s *Frame_rightContext) GetRuleContext() antlr.RuleContext

func (*Frame_rightContext) IsFrame_rightContext added in v0.2.0

func (*Frame_rightContext) IsFrame_rightContext()

func (*Frame_rightContext) PRECEDING_ added in v0.2.0

func (s *Frame_rightContext) PRECEDING_() antlr.TerminalNode

func (*Frame_rightContext) ROW_ added in v0.2.0

func (*Frame_rightContext) ToStringTree added in v0.2.0

func (s *Frame_rightContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Frame_rightContext) UNBOUNDED_ added in v0.2.0

func (s *Frame_rightContext) UNBOUNDED_() antlr.TerminalNode

type Frame_singleContext added in v0.2.0

type Frame_singleContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFrame_singleContext added in v0.2.0

func NewEmptyFrame_singleContext() *Frame_singleContext

func NewFrame_singleContext added in v0.2.0

func NewFrame_singleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_singleContext

func (*Frame_singleContext) CURRENT_ added in v0.2.0

func (s *Frame_singleContext) CURRENT_() antlr.TerminalNode

func (*Frame_singleContext) EnterRule added in v0.2.0

func (s *Frame_singleContext) EnterRule(listener antlr.ParseTreeListener)

func (*Frame_singleContext) ExitRule added in v0.2.0

func (s *Frame_singleContext) ExitRule(listener antlr.ParseTreeListener)

func (*Frame_singleContext) Expr added in v0.2.0

func (*Frame_singleContext) GetParser added in v0.2.0

func (s *Frame_singleContext) GetParser() antlr.Parser

func (*Frame_singleContext) GetRuleContext added in v0.2.0

func (s *Frame_singleContext) GetRuleContext() antlr.RuleContext

func (*Frame_singleContext) IsFrame_singleContext added in v0.2.0

func (*Frame_singleContext) IsFrame_singleContext()

func (*Frame_singleContext) PRECEDING_ added in v0.2.0

func (s *Frame_singleContext) PRECEDING_() antlr.TerminalNode

func (*Frame_singleContext) ROW_ added in v0.2.0

func (*Frame_singleContext) ToStringTree added in v0.2.0

func (s *Frame_singleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Frame_singleContext) UNBOUNDED_ added in v0.2.0

func (s *Frame_singleContext) UNBOUNDED_() antlr.TerminalNode

type Frame_specContext added in v0.2.0

type Frame_specContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFrame_specContext added in v0.2.0

func NewEmptyFrame_specContext() *Frame_specContext

func NewFrame_specContext added in v0.2.0

func NewFrame_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Frame_specContext

func (*Frame_specContext) CURRENT_ added in v0.2.0

func (s *Frame_specContext) CURRENT_() antlr.TerminalNode

func (*Frame_specContext) EXCLUDE_ added in v0.2.0

func (s *Frame_specContext) EXCLUDE_() antlr.TerminalNode

func (*Frame_specContext) EnterRule added in v0.2.0

func (s *Frame_specContext) EnterRule(listener antlr.ParseTreeListener)

func (*Frame_specContext) ExitRule added in v0.2.0

func (s *Frame_specContext) ExitRule(listener antlr.ParseTreeListener)

func (*Frame_specContext) Frame_clause added in v0.2.0

func (s *Frame_specContext) Frame_clause() IFrame_clauseContext

func (*Frame_specContext) GROUP_ added in v0.2.0

func (s *Frame_specContext) GROUP_() antlr.TerminalNode

func (*Frame_specContext) GetParser added in v0.2.0

func (s *Frame_specContext) GetParser() antlr.Parser

func (*Frame_specContext) GetRuleContext added in v0.2.0

func (s *Frame_specContext) GetRuleContext() antlr.RuleContext

func (*Frame_specContext) IsFrame_specContext added in v0.2.0

func (*Frame_specContext) IsFrame_specContext()

func (*Frame_specContext) NO_ added in v0.2.0

func (*Frame_specContext) OTHERS_ added in v0.2.0

func (s *Frame_specContext) OTHERS_() antlr.TerminalNode

func (*Frame_specContext) ROW_ added in v0.2.0

func (*Frame_specContext) TIES_ added in v0.2.0

func (*Frame_specContext) ToStringTree added in v0.2.0

func (s *Frame_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Function_nameContext added in v0.2.0

type Function_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyFunction_nameContext added in v0.2.0

func NewEmptyFunction_nameContext() *Function_nameContext

func NewFunction_nameContext added in v0.2.0

func NewFunction_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_nameContext

func (*Function_nameContext) Any_name added in v0.2.0

func (s *Function_nameContext) Any_name() IAny_nameContext

func (*Function_nameContext) EnterRule added in v0.2.0

func (s *Function_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Function_nameContext) ExitRule added in v0.2.0

func (s *Function_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Function_nameContext) GetParser added in v0.2.0

func (s *Function_nameContext) GetParser() antlr.Parser

func (*Function_nameContext) GetRuleContext added in v0.2.0

func (s *Function_nameContext) GetRuleContext() antlr.RuleContext

func (*Function_nameContext) IsFunction_nameContext added in v0.2.0

func (*Function_nameContext) IsFunction_nameContext()

func (*Function_nameContext) ToStringTree added in v0.2.0

func (s *Function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type IAggregate_funcContext added in v0.2.0

type IAggregate_funcContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAggregate_funcContext differentiates from other interfaces.
	IsAggregate_funcContext()
}

IAggregate_funcContext is an interface to support dynamic dispatch.

type IAggregate_function_invocationContext added in v0.2.0

type IAggregate_function_invocationContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAggregate_function_invocationContext differentiates from other interfaces.
	IsAggregate_function_invocationContext()
}

IAggregate_function_invocationContext is an interface to support dynamic dispatch.

type IAliasContext added in v0.2.0

type IAliasContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAliasContext differentiates from other interfaces.
	IsAliasContext()
}

IAliasContext is an interface to support dynamic dispatch.

type IAny_nameContext added in v0.2.0

type IAny_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAny_nameContext differentiates from other interfaces.
	IsAny_nameContext()
}

IAny_nameContext is an interface to support dynamic dispatch.

type IAsc_descContext added in v0.2.0

type IAsc_descContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsAsc_descContext differentiates from other interfaces.
	IsAsc_descContext()
}

IAsc_descContext is an interface to support dynamic dispatch.

type IBase_window_nameContext added in v0.2.0

type IBase_window_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsBase_window_nameContext differentiates from other interfaces.
	IsBase_window_nameContext()
}

IBase_window_nameContext is an interface to support dynamic dispatch.

type ICollation_nameContext added in v0.2.0

type ICollation_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCollation_nameContext differentiates from other interfaces.
	IsCollation_nameContext()
}

ICollation_nameContext is an interface to support dynamic dispatch.

type IColumn_aliasContext added in v0.2.0

type IColumn_aliasContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsColumn_aliasContext differentiates from other interfaces.
	IsColumn_aliasContext()
}

IColumn_aliasContext is an interface to support dynamic dispatch.

type IColumn_nameContext added in v0.2.0

type IColumn_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsColumn_nameContext differentiates from other interfaces.
	IsColumn_nameContext()
}

IColumn_nameContext is an interface to support dynamic dispatch.

type IColumn_name_listContext added in v0.2.0

type IColumn_name_listContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsColumn_name_listContext differentiates from other interfaces.
	IsColumn_name_listContext()
}

IColumn_name_listContext is an interface to support dynamic dispatch.

type ICommon_table_expressionContext added in v0.2.0

type ICommon_table_expressionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCommon_table_expressionContext differentiates from other interfaces.
	IsCommon_table_expressionContext()
}

ICommon_table_expressionContext is an interface to support dynamic dispatch.

type ICommon_table_stmtContext added in v0.2.0

type ICommon_table_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCommon_table_stmtContext differentiates from other interfaces.
	IsCommon_table_stmtContext()
}

ICommon_table_stmtContext is an interface to support dynamic dispatch.

type ICompound_operatorContext added in v0.2.0

type ICompound_operatorContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCompound_operatorContext differentiates from other interfaces.
	IsCompound_operatorContext()
}

ICompound_operatorContext is an interface to support dynamic dispatch.

type ICompound_select_stmtContext added in v0.2.0

type ICompound_select_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsCompound_select_stmtContext differentiates from other interfaces.
	IsCompound_select_stmtContext()
}

ICompound_select_stmtContext is an interface to support dynamic dispatch.

type IDefault_DEFAULT__valueContext added in v0.2.0

type IDefault_DEFAULT__valueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsDefault_DEFAULT__valueContext differentiates from other interfaces.
	IsDefault_DEFAULT__valueContext()
}

IDefault_DEFAULT__valueContext is an interface to support dynamic dispatch.

type IError_messageContext added in v0.2.0

type IError_messageContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsError_messageContext differentiates from other interfaces.
	IsError_messageContext()
}

IError_messageContext is an interface to support dynamic dispatch.

type IExprContext added in v0.2.0

type IExprContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExprContext differentiates from other interfaces.
	IsExprContext()
}

IExprContext is an interface to support dynamic dispatch.

type IExpr_asc_descContext added in v0.2.0

type IExpr_asc_descContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsExpr_asc_descContext differentiates from other interfaces.
	IsExpr_asc_descContext()
}

IExpr_asc_descContext is an interface to support dynamic dispatch.

type IFactored_select_stmtContext added in v0.2.0

type IFactored_select_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFactored_select_stmtContext differentiates from other interfaces.
	IsFactored_select_stmtContext()
}

IFactored_select_stmtContext is an interface to support dynamic dispatch.

type IFilenameContext added in v0.2.0

type IFilenameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFilenameContext differentiates from other interfaces.
	IsFilenameContext()
}

IFilenameContext is an interface to support dynamic dispatch.

type IFilter_clauseContext added in v0.2.0

type IFilter_clauseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFilter_clauseContext differentiates from other interfaces.
	IsFilter_clauseContext()
}

IFilter_clauseContext is an interface to support dynamic dispatch.

type IFrame_clauseContext added in v0.2.0

type IFrame_clauseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFrame_clauseContext differentiates from other interfaces.
	IsFrame_clauseContext()
}

IFrame_clauseContext is an interface to support dynamic dispatch.

type IFrame_leftContext added in v0.2.0

type IFrame_leftContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFrame_leftContext differentiates from other interfaces.
	IsFrame_leftContext()
}

IFrame_leftContext is an interface to support dynamic dispatch.

type IFrame_rightContext added in v0.2.0

type IFrame_rightContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFrame_rightContext differentiates from other interfaces.
	IsFrame_rightContext()
}

IFrame_rightContext is an interface to support dynamic dispatch.

type IFrame_singleContext added in v0.2.0

type IFrame_singleContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFrame_singleContext differentiates from other interfaces.
	IsFrame_singleContext()
}

IFrame_singleContext is an interface to support dynamic dispatch.

type IFrame_specContext added in v0.2.0

type IFrame_specContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFrame_specContext differentiates from other interfaces.
	IsFrame_specContext()
}

IFrame_specContext is an interface to support dynamic dispatch.

type IFunction_nameContext added in v0.2.0

type IFunction_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsFunction_nameContext differentiates from other interfaces.
	IsFunction_nameContext()
}

IFunction_nameContext is an interface to support dynamic dispatch.

type IIndex_nameContext added in v0.2.0

type IIndex_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsIndex_nameContext differentiates from other interfaces.
	IsIndex_nameContext()
}

IIndex_nameContext is an interface to support dynamic dispatch.

type IInitial_selectContext added in v0.2.0

type IInitial_selectContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsInitial_selectContext differentiates from other interfaces.
	IsInitial_selectContext()
}

IInitial_selectContext is an interface to support dynamic dispatch.

type IJoin_clauseContext added in v0.2.0

type IJoin_clauseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsJoin_clauseContext differentiates from other interfaces.
	IsJoin_clauseContext()
}

IJoin_clauseContext is an interface to support dynamic dispatch.

type IJoin_constraintContext added in v0.2.0

type IJoin_constraintContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsJoin_constraintContext differentiates from other interfaces.
	IsJoin_constraintContext()
}

IJoin_constraintContext is an interface to support dynamic dispatch.

type IJoin_operatorContext added in v0.2.0

type IJoin_operatorContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsJoin_operatorContext differentiates from other interfaces.
	IsJoin_operatorContext()
}

IJoin_operatorContext is an interface to support dynamic dispatch.

type IKeywordContext added in v0.2.0

type IKeywordContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsKeywordContext differentiates from other interfaces.
	IsKeywordContext()
}

IKeywordContext is an interface to support dynamic dispatch.

type ILimit_stmtContext added in v0.2.0

type ILimit_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsLimit_stmtContext differentiates from other interfaces.
	IsLimit_stmtContext()
}

ILimit_stmtContext is an interface to support dynamic dispatch.

type ILiteral_valueContext added in v0.2.0

type ILiteral_valueContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsLiteral_valueContext differentiates from other interfaces.
	IsLiteral_valueContext()
}

ILiteral_valueContext is an interface to support dynamic dispatch.

type INameContext added in v0.2.0

type INameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsNameContext differentiates from other interfaces.
	IsNameContext()
}

INameContext is an interface to support dynamic dispatch.

type IOf_OF_fsetContext added in v0.2.0

type IOf_OF_fsetContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOf_OF_fsetContext differentiates from other interfaces.
	IsOf_OF_fsetContext()
}

IOf_OF_fsetContext is an interface to support dynamic dispatch.

type IOrder_by_exprContext added in v0.2.0

type IOrder_by_exprContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOrder_by_exprContext differentiates from other interfaces.
	IsOrder_by_exprContext()
}

IOrder_by_exprContext is an interface to support dynamic dispatch.

type IOrder_by_expr_asc_descContext added in v0.2.0

type IOrder_by_expr_asc_descContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOrder_by_expr_asc_descContext differentiates from other interfaces.
	IsOrder_by_expr_asc_descContext()
}

IOrder_by_expr_asc_descContext is an interface to support dynamic dispatch.

type IOrder_by_stmtContext added in v0.2.0

type IOrder_by_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOrder_by_stmtContext differentiates from other interfaces.
	IsOrder_by_stmtContext()
}

IOrder_by_stmtContext is an interface to support dynamic dispatch.

type IOrdering_termContext added in v0.2.0

type IOrdering_termContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOrdering_termContext differentiates from other interfaces.
	IsOrdering_termContext()
}

IOrdering_termContext is an interface to support dynamic dispatch.

type IOver_clauseContext added in v0.2.0

type IOver_clauseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsOver_clauseContext differentiates from other interfaces.
	IsOver_clauseContext()
}

IOver_clauseContext is an interface to support dynamic dispatch.

type IParseContext added in v0.2.0

type IParseContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsParseContext differentiates from other interfaces.
	IsParseContext()
}

IParseContext is an interface to support dynamic dispatch.

type IPartition_byContext added in v0.2.0

type IPartition_byContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsPartition_byContext differentiates from other interfaces.
	IsPartition_byContext()
}

IPartition_byContext is an interface to support dynamic dispatch.

type IPragma_nameContext added in v0.2.0

type IPragma_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsPragma_nameContext differentiates from other interfaces.
	IsPragma_nameContext()
}

IPragma_nameContext is an interface to support dynamic dispatch.

type IQualified_table_nameContext added in v0.2.0

type IQualified_table_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsQualified_table_nameContext differentiates from other interfaces.
	IsQualified_table_nameContext()
}

IQualified_table_nameContext is an interface to support dynamic dispatch.

type IRaise_functionContext added in v0.2.0

type IRaise_functionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsRaise_functionContext differentiates from other interfaces.
	IsRaise_functionContext()
}

IRaise_functionContext is an interface to support dynamic dispatch.

type IRecursive__selectContext added in v0.2.0

type IRecursive__selectContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsRecursive__selectContext differentiates from other interfaces.
	IsRecursive__selectContext()
}

IRecursive__selectContext is an interface to support dynamic dispatch.

type IResult_columnContext added in v0.2.0

type IResult_columnContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsResult_columnContext differentiates from other interfaces.
	IsResult_columnContext()
}

IResult_columnContext is an interface to support dynamic dispatch.

type ISavepoint_nameContext added in v0.2.0

type ISavepoint_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSavepoint_nameContext differentiates from other interfaces.
	IsSavepoint_nameContext()
}

ISavepoint_nameContext is an interface to support dynamic dispatch.

type ISchema_nameContext added in v0.2.0

type ISchema_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSchema_nameContext differentiates from other interfaces.
	IsSchema_nameContext()
}

ISchema_nameContext is an interface to support dynamic dispatch.

type ISelect_coreContext added in v0.2.0

type ISelect_coreContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSelect_coreContext differentiates from other interfaces.
	IsSelect_coreContext()
}

ISelect_coreContext is an interface to support dynamic dispatch.

type ISelect_stmtContext added in v0.2.0

type ISelect_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSelect_stmtContext differentiates from other interfaces.
	IsSelect_stmtContext()
}

ISelect_stmtContext is an interface to support dynamic dispatch.

type ISigned_numberContext added in v0.2.0

type ISigned_numberContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSigned_numberContext differentiates from other interfaces.
	IsSigned_numberContext()
}

ISigned_numberContext is an interface to support dynamic dispatch.

type ISimple_funcContext added in v0.2.0

type ISimple_funcContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSimple_funcContext differentiates from other interfaces.
	IsSimple_funcContext()
}

ISimple_funcContext is an interface to support dynamic dispatch.

type ISimple_function_invocationContext added in v0.2.0

type ISimple_function_invocationContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSimple_function_invocationContext differentiates from other interfaces.
	IsSimple_function_invocationContext()
}

ISimple_function_invocationContext is an interface to support dynamic dispatch.

type ISimple_select_stmtContext added in v0.2.0

type ISimple_select_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSimple_select_stmtContext differentiates from other interfaces.
	IsSimple_select_stmtContext()
}

ISimple_select_stmtContext is an interface to support dynamic dispatch.

type ISql_stmtContext added in v0.2.0

type ISql_stmtContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsSql_stmtContext differentiates from other interfaces.
	IsSql_stmtContext()
}

ISql_stmtContext is an interface to support dynamic dispatch.

type ITable_aliasContext added in v0.2.0

type ITable_aliasContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTable_aliasContext differentiates from other interfaces.
	IsTable_aliasContext()
}

ITable_aliasContext is an interface to support dynamic dispatch.

type ITable_function_nameContext added in v0.2.0

type ITable_function_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTable_function_nameContext differentiates from other interfaces.
	IsTable_function_nameContext()
}

ITable_function_nameContext is an interface to support dynamic dispatch.

type ITable_nameContext added in v0.2.0

type ITable_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTable_nameContext differentiates from other interfaces.
	IsTable_nameContext()
}

ITable_nameContext is an interface to support dynamic dispatch.

type ITable_or_subqueryContext added in v0.2.0

type ITable_or_subqueryContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsTable_or_subqueryContext differentiates from other interfaces.
	IsTable_or_subqueryContext()
}

ITable_or_subqueryContext is an interface to support dynamic dispatch.

type IType_nameContext added in v0.2.0

type IType_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsType_nameContext differentiates from other interfaces.
	IsType_nameContext()
}

IType_nameContext is an interface to support dynamic dispatch.

type IUnary_operatorContext added in v0.2.0

type IUnary_operatorContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsUnary_operatorContext differentiates from other interfaces.
	IsUnary_operatorContext()
}

IUnary_operatorContext is an interface to support dynamic dispatch.

type IWindow_defnContext added in v0.2.0

type IWindow_defnContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWindow_defnContext differentiates from other interfaces.
	IsWindow_defnContext()
}

IWindow_defnContext is an interface to support dynamic dispatch.

type IWindow_functionContext added in v0.2.0

type IWindow_functionContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWindow_functionContext differentiates from other interfaces.
	IsWindow_functionContext()
}

IWindow_functionContext is an interface to support dynamic dispatch.

type IWindow_function_invocationContext added in v0.2.0

type IWindow_function_invocationContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWindow_function_invocationContext differentiates from other interfaces.
	IsWindow_function_invocationContext()
}

IWindow_function_invocationContext is an interface to support dynamic dispatch.

type IWindow_nameContext added in v0.2.0

type IWindow_nameContext interface {
	antlr.ParserRuleContext

	// GetParser returns the parser.
	GetParser() antlr.Parser

	// IsWindow_nameContext differentiates from other interfaces.
	IsWindow_nameContext()
}

IWindow_nameContext is an interface to support dynamic dispatch.

type Index_nameContext added in v0.2.0

type Index_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyIndex_nameContext added in v0.2.0

func NewEmptyIndex_nameContext() *Index_nameContext

func NewIndex_nameContext added in v0.2.0

func NewIndex_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_nameContext

func (*Index_nameContext) Any_name added in v0.2.0

func (s *Index_nameContext) Any_name() IAny_nameContext

func (*Index_nameContext) EnterRule added in v0.2.0

func (s *Index_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Index_nameContext) ExitRule added in v0.2.0

func (s *Index_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Index_nameContext) GetParser added in v0.2.0

func (s *Index_nameContext) GetParser() antlr.Parser

func (*Index_nameContext) GetRuleContext added in v0.2.0

func (s *Index_nameContext) GetRuleContext() antlr.RuleContext

func (*Index_nameContext) IsIndex_nameContext added in v0.2.0

func (*Index_nameContext) IsIndex_nameContext()

func (*Index_nameContext) ToStringTree added in v0.2.0

func (s *Index_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Initial_selectContext added in v0.2.0

type Initial_selectContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyInitial_selectContext added in v0.2.0

func NewEmptyInitial_selectContext() *Initial_selectContext

func NewInitial_selectContext added in v0.2.0

func NewInitial_selectContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Initial_selectContext

func (*Initial_selectContext) EnterRule added in v0.2.0

func (s *Initial_selectContext) EnterRule(listener antlr.ParseTreeListener)

func (*Initial_selectContext) ExitRule added in v0.2.0

func (s *Initial_selectContext) ExitRule(listener antlr.ParseTreeListener)

func (*Initial_selectContext) GetParser added in v0.2.0

func (s *Initial_selectContext) GetParser() antlr.Parser

func (*Initial_selectContext) GetRuleContext added in v0.2.0

func (s *Initial_selectContext) GetRuleContext() antlr.RuleContext

func (*Initial_selectContext) IsInitial_selectContext added in v0.2.0

func (*Initial_selectContext) IsInitial_selectContext()

func (*Initial_selectContext) Select_stmt added in v0.2.0

func (s *Initial_selectContext) Select_stmt() ISelect_stmtContext

func (*Initial_selectContext) ToStringTree added in v0.2.0

func (s *Initial_selectContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Join_clauseContext added in v0.2.0

type Join_clauseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyJoin_clauseContext added in v0.2.0

func NewEmptyJoin_clauseContext() *Join_clauseContext

func NewJoin_clauseContext added in v0.2.0

func NewJoin_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_clauseContext

func (*Join_clauseContext) AllJoin_constraint added in v0.2.0

func (s *Join_clauseContext) AllJoin_constraint() []IJoin_constraintContext

func (*Join_clauseContext) AllJoin_operator added in v0.2.0

func (s *Join_clauseContext) AllJoin_operator() []IJoin_operatorContext

func (*Join_clauseContext) AllTable_or_subquery added in v0.2.0

func (s *Join_clauseContext) AllTable_or_subquery() []ITable_or_subqueryContext

func (*Join_clauseContext) EnterRule added in v0.2.0

func (s *Join_clauseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Join_clauseContext) ExitRule added in v0.2.0

func (s *Join_clauseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Join_clauseContext) GetParser added in v0.2.0

func (s *Join_clauseContext) GetParser() antlr.Parser

func (*Join_clauseContext) GetRuleContext added in v0.2.0

func (s *Join_clauseContext) GetRuleContext() antlr.RuleContext

func (*Join_clauseContext) IsJoin_clauseContext added in v0.2.0

func (*Join_clauseContext) IsJoin_clauseContext()

func (*Join_clauseContext) Join_constraint added in v0.2.0

func (s *Join_clauseContext) Join_constraint(i int) IJoin_constraintContext

func (*Join_clauseContext) Join_operator added in v0.2.0

func (s *Join_clauseContext) Join_operator(i int) IJoin_operatorContext

func (*Join_clauseContext) Table_or_subquery added in v0.2.0

func (s *Join_clauseContext) Table_or_subquery(i int) ITable_or_subqueryContext

func (*Join_clauseContext) ToStringTree added in v0.2.0

func (s *Join_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Join_constraintContext added in v0.2.0

type Join_constraintContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyJoin_constraintContext added in v0.2.0

func NewEmptyJoin_constraintContext() *Join_constraintContext

func NewJoin_constraintContext added in v0.2.0

func NewJoin_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_constraintContext

func (*Join_constraintContext) AllCOMMA added in v0.2.0

func (s *Join_constraintContext) AllCOMMA() []antlr.TerminalNode

func (*Join_constraintContext) AllColumn_name added in v0.2.0

func (s *Join_constraintContext) AllColumn_name() []IColumn_nameContext

func (*Join_constraintContext) CLOSE_PAR added in v0.2.0

func (s *Join_constraintContext) CLOSE_PAR() antlr.TerminalNode

func (*Join_constraintContext) COMMA added in v0.2.0

func (*Join_constraintContext) Column_name added in v0.2.0

func (*Join_constraintContext) EnterRule added in v0.2.0

func (s *Join_constraintContext) EnterRule(listener antlr.ParseTreeListener)

func (*Join_constraintContext) ExitRule added in v0.2.0

func (s *Join_constraintContext) ExitRule(listener antlr.ParseTreeListener)

func (*Join_constraintContext) Expr added in v0.2.0

func (*Join_constraintContext) GetParser added in v0.2.0

func (s *Join_constraintContext) GetParser() antlr.Parser

func (*Join_constraintContext) GetRuleContext added in v0.2.0

func (s *Join_constraintContext) GetRuleContext() antlr.RuleContext

func (*Join_constraintContext) IsJoin_constraintContext added in v0.2.0

func (*Join_constraintContext) IsJoin_constraintContext()

func (*Join_constraintContext) ON_ added in v0.2.0

func (*Join_constraintContext) OPEN_PAR added in v0.2.0

func (*Join_constraintContext) ToStringTree added in v0.2.0

func (s *Join_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Join_constraintContext) USING_ added in v0.2.0

type Join_operatorContext added in v0.2.0

type Join_operatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyJoin_operatorContext added in v0.2.0

func NewEmptyJoin_operatorContext() *Join_operatorContext

func NewJoin_operatorContext added in v0.2.0

func NewJoin_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_operatorContext

func (*Join_operatorContext) COMMA added in v0.2.0

func (*Join_operatorContext) CROSS_ added in v0.2.0

func (*Join_operatorContext) EnterRule added in v0.2.0

func (s *Join_operatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*Join_operatorContext) ExitRule added in v0.2.0

func (s *Join_operatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*Join_operatorContext) GetParser added in v0.2.0

func (s *Join_operatorContext) GetParser() antlr.Parser

func (*Join_operatorContext) GetRuleContext added in v0.2.0

func (s *Join_operatorContext) GetRuleContext() antlr.RuleContext

func (*Join_operatorContext) INNER_ added in v0.2.0

func (*Join_operatorContext) IsJoin_operatorContext added in v0.2.0

func (*Join_operatorContext) IsJoin_operatorContext()

func (*Join_operatorContext) JOIN_ added in v0.2.0

func (*Join_operatorContext) LEFT_ added in v0.2.0

func (*Join_operatorContext) NATURAL_ added in v0.2.0

func (s *Join_operatorContext) NATURAL_() antlr.TerminalNode

func (*Join_operatorContext) OUTER_ added in v0.2.0

func (*Join_operatorContext) ToStringTree added in v0.2.0

func (s *Join_operatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type KeywordContext added in v0.2.0

type KeywordContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyKeywordContext added in v0.2.0

func NewEmptyKeywordContext() *KeywordContext

func NewKeywordContext added in v0.2.0

func NewKeywordContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *KeywordContext

func (*KeywordContext) ABORT_ added in v0.2.0

func (s *KeywordContext) ABORT_() antlr.TerminalNode

func (*KeywordContext) ALL_ added in v0.2.0

func (s *KeywordContext) ALL_() antlr.TerminalNode

func (*KeywordContext) AND_ added in v0.2.0

func (s *KeywordContext) AND_() antlr.TerminalNode

func (*KeywordContext) ASC_ added in v0.2.0

func (s *KeywordContext) ASC_() antlr.TerminalNode

func (*KeywordContext) AS_ added in v0.2.0

func (*KeywordContext) BETWEEN_ added in v0.2.0

func (s *KeywordContext) BETWEEN_() antlr.TerminalNode

func (*KeywordContext) BY_ added in v0.2.0

func (*KeywordContext) CASE_ added in v0.2.0

func (s *KeywordContext) CASE_() antlr.TerminalNode

func (*KeywordContext) CAST_ added in v0.2.0

func (s *KeywordContext) CAST_() antlr.TerminalNode

func (*KeywordContext) COLLATE_ added in v0.2.0

func (s *KeywordContext) COLLATE_() antlr.TerminalNode

func (*KeywordContext) COLUMN_ added in v0.2.0

func (s *KeywordContext) COLUMN_() antlr.TerminalNode

func (*KeywordContext) CROSS_ added in v0.2.0

func (s *KeywordContext) CROSS_() antlr.TerminalNode

func (*KeywordContext) CUME_DIST_ added in v0.2.0

func (s *KeywordContext) CUME_DIST_() antlr.TerminalNode

func (*KeywordContext) CURRENT_ added in v0.2.0

func (s *KeywordContext) CURRENT_() antlr.TerminalNode

func (*KeywordContext) CURRENT_DATE_ added in v0.2.0

func (s *KeywordContext) CURRENT_DATE_() antlr.TerminalNode

func (*KeywordContext) CURRENT_TIMESTAMP_ added in v0.2.0

func (s *KeywordContext) CURRENT_TIMESTAMP_() antlr.TerminalNode

func (*KeywordContext) CURRENT_TIME_ added in v0.2.0

func (s *KeywordContext) CURRENT_TIME_() antlr.TerminalNode

func (*KeywordContext) DEFAULT_ added in v0.2.0

func (s *KeywordContext) DEFAULT_() antlr.TerminalNode

func (*KeywordContext) DENSE_RANK_ added in v0.2.0

func (s *KeywordContext) DENSE_RANK_() antlr.TerminalNode

func (*KeywordContext) DESC_ added in v0.2.0

func (s *KeywordContext) DESC_() antlr.TerminalNode

func (*KeywordContext) DISTINCT_ added in v0.2.0

func (s *KeywordContext) DISTINCT_() antlr.TerminalNode

func (*KeywordContext) ELSE_ added in v0.2.0

func (s *KeywordContext) ELSE_() antlr.TerminalNode

func (*KeywordContext) END_ added in v0.2.0

func (s *KeywordContext) END_() antlr.TerminalNode

func (*KeywordContext) ESCAPE_ added in v0.2.0

func (s *KeywordContext) ESCAPE_() antlr.TerminalNode

func (*KeywordContext) EXCEPT_ added in v0.2.0

func (s *KeywordContext) EXCEPT_() antlr.TerminalNode

func (*KeywordContext) EXCLUDE_ added in v0.2.0

func (s *KeywordContext) EXCLUDE_() antlr.TerminalNode

func (*KeywordContext) EXISTS_ added in v0.2.0

func (s *KeywordContext) EXISTS_() antlr.TerminalNode

func (*KeywordContext) EnterRule added in v0.2.0

func (s *KeywordContext) EnterRule(listener antlr.ParseTreeListener)

func (*KeywordContext) ExitRule added in v0.2.0

func (s *KeywordContext) ExitRule(listener antlr.ParseTreeListener)

func (*KeywordContext) FAIL_ added in v0.2.0

func (s *KeywordContext) FAIL_() antlr.TerminalNode

func (*KeywordContext) FALSE_ added in v0.2.0

func (s *KeywordContext) FALSE_() antlr.TerminalNode

func (*KeywordContext) FILTER_ added in v0.2.0

func (s *KeywordContext) FILTER_() antlr.TerminalNode

func (*KeywordContext) FIRST_ added in v0.2.0

func (s *KeywordContext) FIRST_() antlr.TerminalNode

func (*KeywordContext) FIRST_VALUE_ added in v0.2.0

func (s *KeywordContext) FIRST_VALUE_() antlr.TerminalNode

func (*KeywordContext) FOLLOWING_ added in v0.2.0

func (s *KeywordContext) FOLLOWING_() antlr.TerminalNode

func (*KeywordContext) FROM_ added in v0.2.0

func (s *KeywordContext) FROM_() antlr.TerminalNode

func (*KeywordContext) GLOB_ added in v0.2.0

func (s *KeywordContext) GLOB_() antlr.TerminalNode

func (*KeywordContext) GROUPS_ added in v0.2.0

func (s *KeywordContext) GROUPS_() antlr.TerminalNode

func (*KeywordContext) GROUP_ added in v0.2.0

func (s *KeywordContext) GROUP_() antlr.TerminalNode

func (*KeywordContext) GetParser added in v0.2.0

func (s *KeywordContext) GetParser() antlr.Parser

func (*KeywordContext) GetRuleContext added in v0.2.0

func (s *KeywordContext) GetRuleContext() antlr.RuleContext

func (*KeywordContext) HAVING_ added in v0.2.0

func (s *KeywordContext) HAVING_() antlr.TerminalNode

func (*KeywordContext) IF_ added in v0.2.0

func (*KeywordContext) IGNORE_ added in v0.2.0

func (s *KeywordContext) IGNORE_() antlr.TerminalNode

func (*KeywordContext) INDEXED_ added in v0.2.0

func (s *KeywordContext) INDEXED_() antlr.TerminalNode

func (*KeywordContext) INNER_ added in v0.2.0

func (s *KeywordContext) INNER_() antlr.TerminalNode

func (*KeywordContext) INSTEAD_ added in v0.2.0

func (s *KeywordContext) INSTEAD_() antlr.TerminalNode

func (*KeywordContext) INTERSECT_ added in v0.2.0

func (s *KeywordContext) INTERSECT_() antlr.TerminalNode

func (*KeywordContext) INTO_ added in v0.2.0

func (s *KeywordContext) INTO_() antlr.TerminalNode

func (*KeywordContext) IN_ added in v0.2.0

func (*KeywordContext) ISNULL_ added in v0.2.0

func (s *KeywordContext) ISNULL_() antlr.TerminalNode

func (*KeywordContext) IS_ added in v0.2.0

func (*KeywordContext) IsKeywordContext added in v0.2.0

func (*KeywordContext) IsKeywordContext()

func (*KeywordContext) JOIN_ added in v0.2.0

func (s *KeywordContext) JOIN_() antlr.TerminalNode

func (*KeywordContext) KEY_ added in v0.2.0

func (s *KeywordContext) KEY_() antlr.TerminalNode

func (*KeywordContext) LAG_ added in v0.2.0

func (s *KeywordContext) LAG_() antlr.TerminalNode

func (*KeywordContext) LAST_ added in v0.2.0

func (s *KeywordContext) LAST_() antlr.TerminalNode

func (*KeywordContext) LAST_VALUE_ added in v0.2.0

func (s *KeywordContext) LAST_VALUE_() antlr.TerminalNode

func (*KeywordContext) LEAD_ added in v0.2.0

func (s *KeywordContext) LEAD_() antlr.TerminalNode

func (*KeywordContext) LEFT_ added in v0.2.0

func (s *KeywordContext) LEFT_() antlr.TerminalNode

func (*KeywordContext) LIKE_ added in v0.2.0

func (s *KeywordContext) LIKE_() antlr.TerminalNode

func (*KeywordContext) LIMIT_ added in v0.2.0

func (s *KeywordContext) LIMIT_() antlr.TerminalNode

func (*KeywordContext) MATCH_ added in v0.2.0

func (s *KeywordContext) MATCH_() antlr.TerminalNode

func (*KeywordContext) NATURAL_ added in v0.2.0

func (s *KeywordContext) NATURAL_() antlr.TerminalNode

func (*KeywordContext) NOTNULL_ added in v0.2.0

func (s *KeywordContext) NOTNULL_() antlr.TerminalNode

func (*KeywordContext) NOT_ added in v0.2.0

func (s *KeywordContext) NOT_() antlr.TerminalNode

func (*KeywordContext) NO_ added in v0.2.0

func (*KeywordContext) NTH_VALUE_ added in v0.2.0

func (s *KeywordContext) NTH_VALUE_() antlr.TerminalNode

func (*KeywordContext) NTILE_ added in v0.2.0

func (s *KeywordContext) NTILE_() antlr.TerminalNode

func (*KeywordContext) NULLS_ added in v0.2.0

func (s *KeywordContext) NULLS_() antlr.TerminalNode

func (*KeywordContext) NULL_ added in v0.2.0

func (s *KeywordContext) NULL_() antlr.TerminalNode

func (*KeywordContext) OFFSET_ added in v0.2.0

func (s *KeywordContext) OFFSET_() antlr.TerminalNode

func (*KeywordContext) OF_ added in v0.2.0

func (*KeywordContext) ON_ added in v0.2.0

func (*KeywordContext) ORDER_ added in v0.2.0

func (s *KeywordContext) ORDER_() antlr.TerminalNode

func (*KeywordContext) OR_ added in v0.2.0

func (*KeywordContext) OUTER_ added in v0.2.0

func (s *KeywordContext) OUTER_() antlr.TerminalNode

func (*KeywordContext) OVER_ added in v0.2.0

func (s *KeywordContext) OVER_() antlr.TerminalNode

func (*KeywordContext) PARTITION_ added in v0.2.0

func (s *KeywordContext) PARTITION_() antlr.TerminalNode

func (*KeywordContext) PERCENT_RANK_ added in v0.2.0

func (s *KeywordContext) PERCENT_RANK_() antlr.TerminalNode

func (*KeywordContext) PRECEDING_ added in v0.2.0

func (s *KeywordContext) PRECEDING_() antlr.TerminalNode

func (*KeywordContext) RAISE_ added in v0.2.0

func (s *KeywordContext) RAISE_() antlr.TerminalNode

func (*KeywordContext) RANGE_ added in v0.2.0

func (s *KeywordContext) RANGE_() antlr.TerminalNode

func (*KeywordContext) RANK_ added in v0.2.0

func (s *KeywordContext) RANK_() antlr.TerminalNode

func (*KeywordContext) RECURSIVE_ added in v0.2.0

func (s *KeywordContext) RECURSIVE_() antlr.TerminalNode

func (*KeywordContext) REGEXP_ added in v0.2.0

func (s *KeywordContext) REGEXP_() antlr.TerminalNode

func (*KeywordContext) RIGHT_ added in v0.2.0

func (s *KeywordContext) RIGHT_() antlr.TerminalNode

func (*KeywordContext) ROLLBACK_ added in v0.2.0

func (s *KeywordContext) ROLLBACK_() antlr.TerminalNode

func (*KeywordContext) ROWS_ added in v0.2.0

func (s *KeywordContext) ROWS_() antlr.TerminalNode

func (*KeywordContext) ROW_ added in v0.2.0

func (s *KeywordContext) ROW_() antlr.TerminalNode

func (*KeywordContext) ROW_NUMBER_ added in v0.2.0

func (s *KeywordContext) ROW_NUMBER_() antlr.TerminalNode

func (*KeywordContext) SELECT_ added in v0.2.0

func (s *KeywordContext) SELECT_() antlr.TerminalNode

func (*KeywordContext) TABLE_ added in v0.2.0

func (s *KeywordContext) TABLE_() antlr.TerminalNode

func (*KeywordContext) TEMPORARY_ added in v0.2.0

func (s *KeywordContext) TEMPORARY_() antlr.TerminalNode

func (*KeywordContext) TEMP_ added in v0.2.0

func (s *KeywordContext) TEMP_() antlr.TerminalNode

func (*KeywordContext) THEN_ added in v0.2.0

func (s *KeywordContext) THEN_() antlr.TerminalNode

func (*KeywordContext) TO_ added in v0.2.0

func (*KeywordContext) TRUE_ added in v0.2.0

func (s *KeywordContext) TRUE_() antlr.TerminalNode

func (*KeywordContext) ToStringTree added in v0.2.0

func (s *KeywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*KeywordContext) UNBOUNDED_ added in v0.2.0

func (s *KeywordContext) UNBOUNDED_() antlr.TerminalNode

func (*KeywordContext) UNION_ added in v0.2.0

func (s *KeywordContext) UNION_() antlr.TerminalNode

func (*KeywordContext) UPDATE_ added in v0.2.0

func (s *KeywordContext) UPDATE_() antlr.TerminalNode

func (*KeywordContext) USING_ added in v0.2.0

func (s *KeywordContext) USING_() antlr.TerminalNode

func (*KeywordContext) VALUES_ added in v0.2.0

func (s *KeywordContext) VALUES_() antlr.TerminalNode

func (*KeywordContext) WHEN_ added in v0.2.0

func (s *KeywordContext) WHEN_() antlr.TerminalNode

func (*KeywordContext) WHERE_ added in v0.2.0

func (s *KeywordContext) WHERE_() antlr.TerminalNode

func (*KeywordContext) WINDOW_ added in v0.2.0

func (s *KeywordContext) WINDOW_() antlr.TerminalNode

func (*KeywordContext) WITH_ added in v0.2.0

func (s *KeywordContext) WITH_() antlr.TerminalNode

type Limit_stmtContext added in v0.2.0

type Limit_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLimit_stmtContext added in v0.2.0

func NewEmptyLimit_stmtContext() *Limit_stmtContext

func NewLimit_stmtContext added in v0.2.0

func NewLimit_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Limit_stmtContext

func (*Limit_stmtContext) AllExpr added in v0.2.0

func (s *Limit_stmtContext) AllExpr() []IExprContext

func (*Limit_stmtContext) COMMA added in v0.2.0

func (*Limit_stmtContext) EnterRule added in v0.2.0

func (s *Limit_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Limit_stmtContext) ExitRule added in v0.2.0

func (s *Limit_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Limit_stmtContext) Expr added in v0.2.0

func (s *Limit_stmtContext) Expr(i int) IExprContext

func (*Limit_stmtContext) GetParser added in v0.2.0

func (s *Limit_stmtContext) GetParser() antlr.Parser

func (*Limit_stmtContext) GetRuleContext added in v0.2.0

func (s *Limit_stmtContext) GetRuleContext() antlr.RuleContext

func (*Limit_stmtContext) IsLimit_stmtContext added in v0.2.0

func (*Limit_stmtContext) IsLimit_stmtContext()

func (*Limit_stmtContext) LIMIT_ added in v0.2.0

func (s *Limit_stmtContext) LIMIT_() antlr.TerminalNode

func (*Limit_stmtContext) OFFSET_ added in v0.2.0

func (s *Limit_stmtContext) OFFSET_() antlr.TerminalNode

func (*Limit_stmtContext) ToStringTree added in v0.2.0

func (s *Limit_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Literal_valueContext added in v0.2.0

type Literal_valueContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyLiteral_valueContext added in v0.2.0

func NewEmptyLiteral_valueContext() *Literal_valueContext

func NewLiteral_valueContext added in v0.2.0

func NewLiteral_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Literal_valueContext

func (*Literal_valueContext) BLOB_LITERAL added in v0.2.0

func (s *Literal_valueContext) BLOB_LITERAL() antlr.TerminalNode

func (*Literal_valueContext) CURRENT_DATE_ added in v0.2.0

func (s *Literal_valueContext) CURRENT_DATE_() antlr.TerminalNode

func (*Literal_valueContext) CURRENT_TIMESTAMP_ added in v0.2.0

func (s *Literal_valueContext) CURRENT_TIMESTAMP_() antlr.TerminalNode

func (*Literal_valueContext) CURRENT_TIME_ added in v0.2.0

func (s *Literal_valueContext) CURRENT_TIME_() antlr.TerminalNode

func (*Literal_valueContext) EnterRule added in v0.2.0

func (s *Literal_valueContext) EnterRule(listener antlr.ParseTreeListener)

func (*Literal_valueContext) ExitRule added in v0.2.0

func (s *Literal_valueContext) ExitRule(listener antlr.ParseTreeListener)

func (*Literal_valueContext) FALSE_ added in v0.2.0

func (*Literal_valueContext) GetParser added in v0.2.0

func (s *Literal_valueContext) GetParser() antlr.Parser

func (*Literal_valueContext) GetRuleContext added in v0.2.0

func (s *Literal_valueContext) GetRuleContext() antlr.RuleContext

func (*Literal_valueContext) IsLiteral_valueContext added in v0.2.0

func (*Literal_valueContext) IsLiteral_valueContext()

func (*Literal_valueContext) NULL_ added in v0.2.0

func (*Literal_valueContext) NUMERIC_LITERAL added in v0.2.0

func (s *Literal_valueContext) NUMERIC_LITERAL() antlr.TerminalNode

func (*Literal_valueContext) STRING_LITERAL added in v0.2.0

func (s *Literal_valueContext) STRING_LITERAL() antlr.TerminalNode

func (*Literal_valueContext) TRUE_ added in v0.2.0

func (*Literal_valueContext) ToStringTree added in v0.2.0

func (s *Literal_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type NameContext added in v0.2.0

type NameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyNameContext added in v0.2.0

func NewEmptyNameContext() *NameContext

func NewNameContext added in v0.2.0

func NewNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameContext

func (*NameContext) Any_name added in v0.2.0

func (s *NameContext) Any_name() IAny_nameContext

func (*NameContext) EnterRule added in v0.2.0

func (s *NameContext) EnterRule(listener antlr.ParseTreeListener)

func (*NameContext) ExitRule added in v0.2.0

func (s *NameContext) ExitRule(listener antlr.ParseTreeListener)

func (*NameContext) GetParser added in v0.2.0

func (s *NameContext) GetParser() antlr.Parser

func (*NameContext) GetRuleContext added in v0.2.0

func (s *NameContext) GetRuleContext() antlr.RuleContext

func (*NameContext) IsNameContext added in v0.2.0

func (*NameContext) IsNameContext()

func (*NameContext) ToStringTree added in v0.2.0

func (s *NameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Of_OF_fsetContext added in v0.2.0

type Of_OF_fsetContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOf_OF_fsetContext added in v0.2.0

func NewEmptyOf_OF_fsetContext() *Of_OF_fsetContext

func NewOf_OF_fsetContext added in v0.2.0

func NewOf_OF_fsetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Of_OF_fsetContext

func (*Of_OF_fsetContext) COMMA added in v0.2.0

func (*Of_OF_fsetContext) EnterRule added in v0.2.0

func (s *Of_OF_fsetContext) EnterRule(listener antlr.ParseTreeListener)

func (*Of_OF_fsetContext) ExitRule added in v0.2.0

func (s *Of_OF_fsetContext) ExitRule(listener antlr.ParseTreeListener)

func (*Of_OF_fsetContext) GetParser added in v0.2.0

func (s *Of_OF_fsetContext) GetParser() antlr.Parser

func (*Of_OF_fsetContext) GetRuleContext added in v0.2.0

func (s *Of_OF_fsetContext) GetRuleContext() antlr.RuleContext

func (*Of_OF_fsetContext) IsOf_OF_fsetContext added in v0.2.0

func (*Of_OF_fsetContext) IsOf_OF_fsetContext()

func (*Of_OF_fsetContext) Signed_number added in v0.2.0

func (s *Of_OF_fsetContext) Signed_number() ISigned_numberContext

func (*Of_OF_fsetContext) ToStringTree added in v0.2.0

func (s *Of_OF_fsetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Order_by_exprContext added in v0.2.0

type Order_by_exprContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOrder_by_exprContext added in v0.2.0

func NewEmptyOrder_by_exprContext() *Order_by_exprContext

func NewOrder_by_exprContext added in v0.2.0

func NewOrder_by_exprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_exprContext

func (*Order_by_exprContext) AllExpr added in v0.2.0

func (s *Order_by_exprContext) AllExpr() []IExprContext

func (*Order_by_exprContext) BY_ added in v0.2.0

func (*Order_by_exprContext) EnterRule added in v0.2.0

func (s *Order_by_exprContext) EnterRule(listener antlr.ParseTreeListener)

func (*Order_by_exprContext) ExitRule added in v0.2.0

func (s *Order_by_exprContext) ExitRule(listener antlr.ParseTreeListener)

func (*Order_by_exprContext) Expr added in v0.2.0

func (*Order_by_exprContext) GetParser added in v0.2.0

func (s *Order_by_exprContext) GetParser() antlr.Parser

func (*Order_by_exprContext) GetRuleContext added in v0.2.0

func (s *Order_by_exprContext) GetRuleContext() antlr.RuleContext

func (*Order_by_exprContext) IsOrder_by_exprContext added in v0.2.0

func (*Order_by_exprContext) IsOrder_by_exprContext()

func (*Order_by_exprContext) ORDER_ added in v0.2.0

func (*Order_by_exprContext) ToStringTree added in v0.2.0

func (s *Order_by_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Order_by_expr_asc_descContext added in v0.2.0

type Order_by_expr_asc_descContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOrder_by_expr_asc_descContext added in v0.2.0

func NewEmptyOrder_by_expr_asc_descContext() *Order_by_expr_asc_descContext

func NewOrder_by_expr_asc_descContext added in v0.2.0

func NewOrder_by_expr_asc_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_expr_asc_descContext

func (*Order_by_expr_asc_descContext) BY_ added in v0.2.0

func (*Order_by_expr_asc_descContext) EnterRule added in v0.2.0

func (s *Order_by_expr_asc_descContext) EnterRule(listener antlr.ParseTreeListener)

func (*Order_by_expr_asc_descContext) ExitRule added in v0.2.0

func (*Order_by_expr_asc_descContext) Expr_asc_desc added in v0.2.0

func (*Order_by_expr_asc_descContext) GetParser added in v0.2.0

func (*Order_by_expr_asc_descContext) GetRuleContext added in v0.2.0

func (s *Order_by_expr_asc_descContext) GetRuleContext() antlr.RuleContext

func (*Order_by_expr_asc_descContext) IsOrder_by_expr_asc_descContext added in v0.2.0

func (*Order_by_expr_asc_descContext) IsOrder_by_expr_asc_descContext()

func (*Order_by_expr_asc_descContext) ORDER_ added in v0.2.0

func (*Order_by_expr_asc_descContext) ToStringTree added in v0.2.0

func (s *Order_by_expr_asc_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Order_by_stmtContext added in v0.2.0

type Order_by_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOrder_by_stmtContext added in v0.2.0

func NewEmptyOrder_by_stmtContext() *Order_by_stmtContext

func NewOrder_by_stmtContext added in v0.2.0

func NewOrder_by_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_stmtContext

func (*Order_by_stmtContext) AllCOMMA added in v0.2.0

func (s *Order_by_stmtContext) AllCOMMA() []antlr.TerminalNode

func (*Order_by_stmtContext) AllOrdering_term added in v0.2.0

func (s *Order_by_stmtContext) AllOrdering_term() []IOrdering_termContext

func (*Order_by_stmtContext) BY_ added in v0.2.0

func (*Order_by_stmtContext) COMMA added in v0.2.0

func (*Order_by_stmtContext) EnterRule added in v0.2.0

func (s *Order_by_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Order_by_stmtContext) ExitRule added in v0.2.0

func (s *Order_by_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Order_by_stmtContext) GetParser added in v0.2.0

func (s *Order_by_stmtContext) GetParser() antlr.Parser

func (*Order_by_stmtContext) GetRuleContext added in v0.2.0

func (s *Order_by_stmtContext) GetRuleContext() antlr.RuleContext

func (*Order_by_stmtContext) IsOrder_by_stmtContext added in v0.2.0

func (*Order_by_stmtContext) IsOrder_by_stmtContext()

func (*Order_by_stmtContext) ORDER_ added in v0.2.0

func (*Order_by_stmtContext) Ordering_term added in v0.2.0

func (s *Order_by_stmtContext) Ordering_term(i int) IOrdering_termContext

func (*Order_by_stmtContext) ToStringTree added in v0.2.0

func (s *Order_by_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Ordering_termContext added in v0.2.0

type Ordering_termContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOrdering_termContext added in v0.2.0

func NewEmptyOrdering_termContext() *Ordering_termContext

func NewOrdering_termContext added in v0.2.0

func NewOrdering_termContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Ordering_termContext

func (*Ordering_termContext) Asc_desc added in v0.2.0

func (s *Ordering_termContext) Asc_desc() IAsc_descContext

func (*Ordering_termContext) COLLATE_ added in v0.2.0

func (s *Ordering_termContext) COLLATE_() antlr.TerminalNode

func (*Ordering_termContext) Collation_name added in v0.2.0

func (s *Ordering_termContext) Collation_name() ICollation_nameContext

func (*Ordering_termContext) EnterRule added in v0.2.0

func (s *Ordering_termContext) EnterRule(listener antlr.ParseTreeListener)

func (*Ordering_termContext) ExitRule added in v0.2.0

func (s *Ordering_termContext) ExitRule(listener antlr.ParseTreeListener)

func (*Ordering_termContext) Expr added in v0.2.0

func (*Ordering_termContext) FIRST_ added in v0.2.0

func (*Ordering_termContext) GetParser added in v0.2.0

func (s *Ordering_termContext) GetParser() antlr.Parser

func (*Ordering_termContext) GetRuleContext added in v0.2.0

func (s *Ordering_termContext) GetRuleContext() antlr.RuleContext

func (*Ordering_termContext) IsOrdering_termContext added in v0.2.0

func (*Ordering_termContext) IsOrdering_termContext()

func (*Ordering_termContext) LAST_ added in v0.2.0

func (*Ordering_termContext) NULLS_ added in v0.2.0

func (*Ordering_termContext) ToStringTree added in v0.2.0

func (s *Ordering_termContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Over_clauseContext added in v0.2.0

type Over_clauseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyOver_clauseContext added in v0.2.0

func NewEmptyOver_clauseContext() *Over_clauseContext

func NewOver_clauseContext added in v0.2.0

func NewOver_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Over_clauseContext

func (*Over_clauseContext) AllBY_ added in v0.2.0

func (s *Over_clauseContext) AllBY_() []antlr.TerminalNode

func (*Over_clauseContext) AllCOMMA added in v0.2.0

func (s *Over_clauseContext) AllCOMMA() []antlr.TerminalNode

func (*Over_clauseContext) AllExpr added in v0.2.0

func (s *Over_clauseContext) AllExpr() []IExprContext

func (*Over_clauseContext) AllOrdering_term added in v0.2.0

func (s *Over_clauseContext) AllOrdering_term() []IOrdering_termContext

func (*Over_clauseContext) BY_ added in v0.2.0

func (*Over_clauseContext) Base_window_name added in v0.2.0

func (s *Over_clauseContext) Base_window_name() IBase_window_nameContext

func (*Over_clauseContext) CLOSE_PAR added in v0.2.0

func (s *Over_clauseContext) CLOSE_PAR() antlr.TerminalNode

func (*Over_clauseContext) COMMA added in v0.2.0

func (*Over_clauseContext) EnterRule added in v0.2.0

func (s *Over_clauseContext) EnterRule(listener antlr.ParseTreeListener)

func (*Over_clauseContext) ExitRule added in v0.2.0

func (s *Over_clauseContext) ExitRule(listener antlr.ParseTreeListener)

func (*Over_clauseContext) Expr added in v0.2.0

func (s *Over_clauseContext) Expr(i int) IExprContext

func (*Over_clauseContext) Frame_spec added in v0.2.0

func (s *Over_clauseContext) Frame_spec() IFrame_specContext

func (*Over_clauseContext) GetParser added in v0.2.0

func (s *Over_clauseContext) GetParser() antlr.Parser

func (*Over_clauseContext) GetRuleContext added in v0.2.0

func (s *Over_clauseContext) GetRuleContext() antlr.RuleContext

func (*Over_clauseContext) IsOver_clauseContext added in v0.2.0

func (*Over_clauseContext) IsOver_clauseContext()

func (*Over_clauseContext) OPEN_PAR added in v0.2.0

func (s *Over_clauseContext) OPEN_PAR() antlr.TerminalNode

func (*Over_clauseContext) ORDER_ added in v0.2.0

func (*Over_clauseContext) OVER_ added in v0.2.0

func (*Over_clauseContext) Ordering_term added in v0.2.0

func (s *Over_clauseContext) Ordering_term(i int) IOrdering_termContext

func (*Over_clauseContext) PARTITION_ added in v0.2.0

func (s *Over_clauseContext) PARTITION_() antlr.TerminalNode

func (*Over_clauseContext) ToStringTree added in v0.2.0

func (s *Over_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Over_clauseContext) Window_name added in v0.2.0

func (s *Over_clauseContext) Window_name() IWindow_nameContext

type ParseContext added in v0.2.0

type ParseContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyParseContext added in v0.2.0

func NewEmptyParseContext() *ParseContext

func NewParseContext added in v0.2.0

func NewParseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParseContext

func (*ParseContext) EOF added in v0.2.0

func (s *ParseContext) EOF() antlr.TerminalNode

func (*ParseContext) EnterRule added in v0.2.0

func (s *ParseContext) EnterRule(listener antlr.ParseTreeListener)

func (*ParseContext) ExitRule added in v0.2.0

func (s *ParseContext) ExitRule(listener antlr.ParseTreeListener)

func (*ParseContext) GetParser added in v0.2.0

func (s *ParseContext) GetParser() antlr.Parser

func (*ParseContext) GetRuleContext added in v0.2.0

func (s *ParseContext) GetRuleContext() antlr.RuleContext

func (*ParseContext) IsParseContext added in v0.2.0

func (*ParseContext) IsParseContext()

func (*ParseContext) Sql_stmt added in v0.2.0

func (s *ParseContext) Sql_stmt() ISql_stmtContext

func (*ParseContext) ToStringTree added in v0.2.0

func (s *ParseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Partition_byContext added in v0.2.0

type Partition_byContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPartition_byContext added in v0.2.0

func NewEmptyPartition_byContext() *Partition_byContext

func NewPartition_byContext added in v0.2.0

func NewPartition_byContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_byContext

func (*Partition_byContext) AllExpr added in v0.2.0

func (s *Partition_byContext) AllExpr() []IExprContext

func (*Partition_byContext) BY_ added in v0.2.0

func (*Partition_byContext) EnterRule added in v0.2.0

func (s *Partition_byContext) EnterRule(listener antlr.ParseTreeListener)

func (*Partition_byContext) ExitRule added in v0.2.0

func (s *Partition_byContext) ExitRule(listener antlr.ParseTreeListener)

func (*Partition_byContext) Expr added in v0.2.0

func (*Partition_byContext) GetParser added in v0.2.0

func (s *Partition_byContext) GetParser() antlr.Parser

func (*Partition_byContext) GetRuleContext added in v0.2.0

func (s *Partition_byContext) GetRuleContext() antlr.RuleContext

func (*Partition_byContext) IsPartition_byContext added in v0.2.0

func (*Partition_byContext) IsPartition_byContext()

func (*Partition_byContext) PARTITION_ added in v0.2.0

func (s *Partition_byContext) PARTITION_() antlr.TerminalNode

func (*Partition_byContext) ToStringTree added in v0.2.0

func (s *Partition_byContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Pragma_nameContext added in v0.2.0

type Pragma_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyPragma_nameContext added in v0.2.0

func NewEmptyPragma_nameContext() *Pragma_nameContext

func NewPragma_nameContext added in v0.2.0

func NewPragma_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pragma_nameContext

func (*Pragma_nameContext) Any_name added in v0.2.0

func (s *Pragma_nameContext) Any_name() IAny_nameContext

func (*Pragma_nameContext) EnterRule added in v0.2.0

func (s *Pragma_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Pragma_nameContext) ExitRule added in v0.2.0

func (s *Pragma_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Pragma_nameContext) GetParser added in v0.2.0

func (s *Pragma_nameContext) GetParser() antlr.Parser

func (*Pragma_nameContext) GetRuleContext added in v0.2.0

func (s *Pragma_nameContext) GetRuleContext() antlr.RuleContext

func (*Pragma_nameContext) IsPragma_nameContext added in v0.2.0

func (*Pragma_nameContext) IsPragma_nameContext()

func (*Pragma_nameContext) ToStringTree added in v0.2.0

func (s *Pragma_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Qualified_table_nameContext added in v0.2.0

type Qualified_table_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyQualified_table_nameContext added in v0.2.0

func NewEmptyQualified_table_nameContext() *Qualified_table_nameContext

func NewQualified_table_nameContext added in v0.2.0

func NewQualified_table_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Qualified_table_nameContext

func (*Qualified_table_nameContext) AS_ added in v0.2.0

func (*Qualified_table_nameContext) Alias added in v0.2.0

func (*Qualified_table_nameContext) BY_ added in v0.2.0

func (*Qualified_table_nameContext) DOT added in v0.2.0

func (*Qualified_table_nameContext) EnterRule added in v0.2.0

func (s *Qualified_table_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Qualified_table_nameContext) ExitRule added in v0.2.0

func (s *Qualified_table_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Qualified_table_nameContext) GetParser added in v0.2.0

func (s *Qualified_table_nameContext) GetParser() antlr.Parser

func (*Qualified_table_nameContext) GetRuleContext added in v0.2.0

func (s *Qualified_table_nameContext) GetRuleContext() antlr.RuleContext

func (*Qualified_table_nameContext) INDEXED_ added in v0.2.0

func (*Qualified_table_nameContext) Index_name added in v0.2.0

func (*Qualified_table_nameContext) IsQualified_table_nameContext added in v0.2.0

func (*Qualified_table_nameContext) IsQualified_table_nameContext()

func (*Qualified_table_nameContext) NOT_ added in v0.2.0

func (*Qualified_table_nameContext) Schema_name added in v0.2.0

func (*Qualified_table_nameContext) Table_name added in v0.2.0

func (*Qualified_table_nameContext) ToStringTree added in v0.2.0

func (s *Qualified_table_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Raise_functionContext added in v0.2.0

type Raise_functionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRaise_functionContext added in v0.2.0

func NewEmptyRaise_functionContext() *Raise_functionContext

func NewRaise_functionContext added in v0.2.0

func NewRaise_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Raise_functionContext

func (*Raise_functionContext) ABORT_ added in v0.2.0

func (*Raise_functionContext) CLOSE_PAR added in v0.2.0

func (s *Raise_functionContext) CLOSE_PAR() antlr.TerminalNode

func (*Raise_functionContext) COMMA added in v0.2.0

func (*Raise_functionContext) EnterRule added in v0.2.0

func (s *Raise_functionContext) EnterRule(listener antlr.ParseTreeListener)

func (*Raise_functionContext) Error_message added in v0.2.0

func (s *Raise_functionContext) Error_message() IError_messageContext

func (*Raise_functionContext) ExitRule added in v0.2.0

func (s *Raise_functionContext) ExitRule(listener antlr.ParseTreeListener)

func (*Raise_functionContext) FAIL_ added in v0.2.0

func (*Raise_functionContext) GetParser added in v0.2.0

func (s *Raise_functionContext) GetParser() antlr.Parser

func (*Raise_functionContext) GetRuleContext added in v0.2.0

func (s *Raise_functionContext) GetRuleContext() antlr.RuleContext

func (*Raise_functionContext) IGNORE_ added in v0.2.0

func (*Raise_functionContext) IsRaise_functionContext added in v0.2.0

func (*Raise_functionContext) IsRaise_functionContext()

func (*Raise_functionContext) OPEN_PAR added in v0.2.0

func (*Raise_functionContext) RAISE_ added in v0.2.0

func (*Raise_functionContext) ROLLBACK_ added in v0.2.0

func (s *Raise_functionContext) ROLLBACK_() antlr.TerminalNode

func (*Raise_functionContext) ToStringTree added in v0.2.0

func (s *Raise_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Recursive__selectContext added in v0.2.0

type Recursive__selectContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyRecursive__selectContext added in v0.2.0

func NewEmptyRecursive__selectContext() *Recursive__selectContext

func NewRecursive__selectContext added in v0.2.0

func NewRecursive__selectContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Recursive__selectContext

func (*Recursive__selectContext) EnterRule added in v0.2.0

func (s *Recursive__selectContext) EnterRule(listener antlr.ParseTreeListener)

func (*Recursive__selectContext) ExitRule added in v0.2.0

func (s *Recursive__selectContext) ExitRule(listener antlr.ParseTreeListener)

func (*Recursive__selectContext) GetParser added in v0.2.0

func (s *Recursive__selectContext) GetParser() antlr.Parser

func (*Recursive__selectContext) GetRuleContext added in v0.2.0

func (s *Recursive__selectContext) GetRuleContext() antlr.RuleContext

func (*Recursive__selectContext) IsRecursive__selectContext added in v0.2.0

func (*Recursive__selectContext) IsRecursive__selectContext()

func (*Recursive__selectContext) Select_stmt added in v0.2.0

func (*Recursive__selectContext) ToStringTree added in v0.2.0

func (s *Recursive__selectContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Result_columnContext added in v0.2.0

type Result_columnContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyResult_columnContext added in v0.2.0

func NewEmptyResult_columnContext() *Result_columnContext

func NewResult_columnContext added in v0.2.0

func NewResult_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Result_columnContext

func (*Result_columnContext) AS_ added in v0.2.0

func (*Result_columnContext) Column_alias added in v0.2.0

func (s *Result_columnContext) Column_alias() IColumn_aliasContext

func (*Result_columnContext) DOT added in v0.2.0

func (*Result_columnContext) EnterRule added in v0.2.0

func (s *Result_columnContext) EnterRule(listener antlr.ParseTreeListener)

func (*Result_columnContext) ExitRule added in v0.2.0

func (s *Result_columnContext) ExitRule(listener antlr.ParseTreeListener)

func (*Result_columnContext) Expr added in v0.2.0

func (*Result_columnContext) GetParser added in v0.2.0

func (s *Result_columnContext) GetParser() antlr.Parser

func (*Result_columnContext) GetRuleContext added in v0.2.0

func (s *Result_columnContext) GetRuleContext() antlr.RuleContext

func (*Result_columnContext) IsResult_columnContext added in v0.2.0

func (*Result_columnContext) IsResult_columnContext()

func (*Result_columnContext) STAR added in v0.2.0

func (*Result_columnContext) Table_name added in v0.2.0

func (s *Result_columnContext) Table_name() ITable_nameContext

func (*Result_columnContext) ToStringTree added in v0.2.0

func (s *Result_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type SQLiteLexer added in v0.2.0

type SQLiteLexer struct {
	*antlr.BaseLexer
	// contains filtered or unexported fields
}

func NewSQLiteLexer added in v0.2.0

func NewSQLiteLexer(input antlr.CharStream) *SQLiteLexer

NewSQLiteLexer produces a new lexer instance for the optional input antlr.CharStream.

The *SQLiteLexer instance produced may be reused by calling the SetInputStream method. The initial lexer configuration is expensive to construct, and the object is not thread-safe; however, if used within a Golang sync.Pool, the construction cost amortizes well and the objects can be used in a thread-safe manner.

type SQLiteParser added in v0.2.0

type SQLiteParser struct {
	*antlr.BaseParser
}

func NewSQLiteParser added in v0.2.0

func NewSQLiteParser(input antlr.TokenStream) *SQLiteParser

NewSQLiteParser produces a new parser instance for the optional input antlr.TokenStream.

The *SQLiteParser instance produced may be reused by calling the SetInputStream method. The initial parser configuration is expensive to construct, and the object is not thread-safe; however, if used within a Golang sync.Pool, the construction cost amortizes well and the objects can be used in a thread-safe manner.

func (*SQLiteParser) Aggregate_func added in v0.2.0

func (p *SQLiteParser) Aggregate_func() (localctx IAggregate_funcContext)

func (*SQLiteParser) Aggregate_function_invocation added in v0.2.0

func (p *SQLiteParser) Aggregate_function_invocation() (localctx IAggregate_function_invocationContext)

func (*SQLiteParser) Alias added in v0.2.0

func (p *SQLiteParser) Alias() (localctx IAliasContext)

func (*SQLiteParser) Any_name added in v0.2.0

func (p *SQLiteParser) Any_name() (localctx IAny_nameContext)

func (*SQLiteParser) Asc_desc added in v0.2.0

func (p *SQLiteParser) Asc_desc() (localctx IAsc_descContext)

func (*SQLiteParser) Base_window_name added in v0.2.0

func (p *SQLiteParser) Base_window_name() (localctx IBase_window_nameContext)

func (*SQLiteParser) Collation_name added in v0.2.0

func (p *SQLiteParser) Collation_name() (localctx ICollation_nameContext)

func (*SQLiteParser) Column_alias added in v0.2.0

func (p *SQLiteParser) Column_alias() (localctx IColumn_aliasContext)

func (*SQLiteParser) Column_name added in v0.2.0

func (p *SQLiteParser) Column_name() (localctx IColumn_nameContext)

func (*SQLiteParser) Column_name_list added in v0.2.0

func (p *SQLiteParser) Column_name_list() (localctx IColumn_name_listContext)

func (*SQLiteParser) Common_table_expression added in v0.2.0

func (p *SQLiteParser) Common_table_expression() (localctx ICommon_table_expressionContext)

func (*SQLiteParser) Common_table_stmt added in v0.2.0

func (p *SQLiteParser) Common_table_stmt() (localctx ICommon_table_stmtContext)

func (*SQLiteParser) Compound_operator added in v0.2.0

func (p *SQLiteParser) Compound_operator() (localctx ICompound_operatorContext)

func (*SQLiteParser) Compound_select_stmt added in v0.2.0

func (p *SQLiteParser) Compound_select_stmt() (localctx ICompound_select_stmtContext)

func (*SQLiteParser) Default_DEFAULT__value added in v0.2.0

func (p *SQLiteParser) Default_DEFAULT__value() (localctx IDefault_DEFAULT__valueContext)

func (*SQLiteParser) Error_message added in v0.2.0

func (p *SQLiteParser) Error_message() (localctx IError_messageContext)

func (*SQLiteParser) Expr added in v0.2.0

func (p *SQLiteParser) Expr() (localctx IExprContext)

func (*SQLiteParser) Expr_Sempred added in v0.2.0

func (p *SQLiteParser) Expr_Sempred(localctx antlr.RuleContext, predIndex int) bool

func (*SQLiteParser) Expr_asc_desc added in v0.2.0

func (p *SQLiteParser) Expr_asc_desc() (localctx IExpr_asc_descContext)

func (*SQLiteParser) Factored_select_stmt added in v0.2.0

func (p *SQLiteParser) Factored_select_stmt() (localctx IFactored_select_stmtContext)

func (*SQLiteParser) Filename added in v0.2.0

func (p *SQLiteParser) Filename() (localctx IFilenameContext)

func (*SQLiteParser) Filter_clause added in v0.2.0

func (p *SQLiteParser) Filter_clause() (localctx IFilter_clauseContext)

func (*SQLiteParser) Frame_clause added in v0.2.0

func (p *SQLiteParser) Frame_clause() (localctx IFrame_clauseContext)

func (*SQLiteParser) Frame_left added in v0.2.0

func (p *SQLiteParser) Frame_left() (localctx IFrame_leftContext)

func (*SQLiteParser) Frame_right added in v0.2.0

func (p *SQLiteParser) Frame_right() (localctx IFrame_rightContext)

func (*SQLiteParser) Frame_single added in v0.2.0

func (p *SQLiteParser) Frame_single() (localctx IFrame_singleContext)

func (*SQLiteParser) Frame_spec added in v0.2.0

func (p *SQLiteParser) Frame_spec() (localctx IFrame_specContext)

func (*SQLiteParser) Function_name added in v0.2.0

func (p *SQLiteParser) Function_name() (localctx IFunction_nameContext)

func (*SQLiteParser) Index_name added in v0.2.0

func (p *SQLiteParser) Index_name() (localctx IIndex_nameContext)

func (*SQLiteParser) Initial_select added in v0.2.0

func (p *SQLiteParser) Initial_select() (localctx IInitial_selectContext)

func (*SQLiteParser) Join_clause added in v0.2.0

func (p *SQLiteParser) Join_clause() (localctx IJoin_clauseContext)

func (*SQLiteParser) Join_constraint added in v0.2.0

func (p *SQLiteParser) Join_constraint() (localctx IJoin_constraintContext)

func (*SQLiteParser) Join_operator added in v0.2.0

func (p *SQLiteParser) Join_operator() (localctx IJoin_operatorContext)

func (*SQLiteParser) Keyword added in v0.2.0

func (p *SQLiteParser) Keyword() (localctx IKeywordContext)

func (*SQLiteParser) Limit_stmt added in v0.2.0

func (p *SQLiteParser) Limit_stmt() (localctx ILimit_stmtContext)

func (*SQLiteParser) Literal_value added in v0.2.0

func (p *SQLiteParser) Literal_value() (localctx ILiteral_valueContext)

func (*SQLiteParser) Name added in v0.2.0

func (p *SQLiteParser) Name() (localctx INameContext)

func (*SQLiteParser) Of_OF_fset added in v0.2.0

func (p *SQLiteParser) Of_OF_fset() (localctx IOf_OF_fsetContext)

func (*SQLiteParser) Order_by_expr added in v0.2.0

func (p *SQLiteParser) Order_by_expr() (localctx IOrder_by_exprContext)

func (*SQLiteParser) Order_by_expr_asc_desc added in v0.2.0

func (p *SQLiteParser) Order_by_expr_asc_desc() (localctx IOrder_by_expr_asc_descContext)

func (*SQLiteParser) Order_by_stmt added in v0.2.0

func (p *SQLiteParser) Order_by_stmt() (localctx IOrder_by_stmtContext)

func (*SQLiteParser) Ordering_term added in v0.2.0

func (p *SQLiteParser) Ordering_term() (localctx IOrdering_termContext)

func (*SQLiteParser) Over_clause added in v0.2.0

func (p *SQLiteParser) Over_clause() (localctx IOver_clauseContext)

func (*SQLiteParser) Parse added in v0.2.0

func (p *SQLiteParser) Parse() (localctx IParseContext)

func (*SQLiteParser) Partition_by added in v0.2.0

func (p *SQLiteParser) Partition_by() (localctx IPartition_byContext)

func (*SQLiteParser) Pragma_name added in v0.2.0

func (p *SQLiteParser) Pragma_name() (localctx IPragma_nameContext)

func (*SQLiteParser) Qualified_table_name added in v0.2.0

func (p *SQLiteParser) Qualified_table_name() (localctx IQualified_table_nameContext)

func (*SQLiteParser) Raise_function added in v0.2.0

func (p *SQLiteParser) Raise_function() (localctx IRaise_functionContext)

func (*SQLiteParser) Recursive__select added in v0.2.0

func (p *SQLiteParser) Recursive__select() (localctx IRecursive__selectContext)

func (*SQLiteParser) Result_column added in v0.2.0

func (p *SQLiteParser) Result_column() (localctx IResult_columnContext)

func (*SQLiteParser) Savepoint_name added in v0.2.0

func (p *SQLiteParser) Savepoint_name() (localctx ISavepoint_nameContext)

func (*SQLiteParser) Schema_name added in v0.2.0

func (p *SQLiteParser) Schema_name() (localctx ISchema_nameContext)

func (*SQLiteParser) Select_core added in v0.2.0

func (p *SQLiteParser) Select_core() (localctx ISelect_coreContext)

func (*SQLiteParser) Select_stmt added in v0.2.0

func (p *SQLiteParser) Select_stmt() (localctx ISelect_stmtContext)

func (*SQLiteParser) Sempred added in v0.2.0

func (p *SQLiteParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool

func (*SQLiteParser) Signed_number added in v0.2.0

func (p *SQLiteParser) Signed_number() (localctx ISigned_numberContext)

func (*SQLiteParser) Simple_func added in v0.2.0

func (p *SQLiteParser) Simple_func() (localctx ISimple_funcContext)

func (*SQLiteParser) Simple_function_invocation added in v0.2.0

func (p *SQLiteParser) Simple_function_invocation() (localctx ISimple_function_invocationContext)

func (*SQLiteParser) Simple_select_stmt added in v0.2.0

func (p *SQLiteParser) Simple_select_stmt() (localctx ISimple_select_stmtContext)

func (*SQLiteParser) Sql_stmt added in v0.2.0

func (p *SQLiteParser) Sql_stmt() (localctx ISql_stmtContext)

func (*SQLiteParser) Table_alias added in v0.2.0

func (p *SQLiteParser) Table_alias() (localctx ITable_aliasContext)

func (*SQLiteParser) Table_function_name added in v0.2.0

func (p *SQLiteParser) Table_function_name() (localctx ITable_function_nameContext)

func (*SQLiteParser) Table_name added in v0.2.0

func (p *SQLiteParser) Table_name() (localctx ITable_nameContext)

func (*SQLiteParser) Table_or_subquery added in v0.2.0

func (p *SQLiteParser) Table_or_subquery() (localctx ITable_or_subqueryContext)

func (*SQLiteParser) Type_name added in v0.2.0

func (p *SQLiteParser) Type_name() (localctx IType_nameContext)

func (*SQLiteParser) Unary_operator added in v0.2.0

func (p *SQLiteParser) Unary_operator() (localctx IUnary_operatorContext)

func (*SQLiteParser) Window_defn added in v0.2.0

func (p *SQLiteParser) Window_defn() (localctx IWindow_defnContext)

func (*SQLiteParser) Window_function added in v0.2.0

func (p *SQLiteParser) Window_function() (localctx IWindow_functionContext)

func (*SQLiteParser) Window_function_invocation added in v0.2.0

func (p *SQLiteParser) Window_function_invocation() (localctx IWindow_function_invocationContext)

func (*SQLiteParser) Window_name added in v0.2.0

func (p *SQLiteParser) Window_name() (localctx IWindow_nameContext)

type SQLiteParserListener added in v0.2.0

type SQLiteParserListener interface {
	antlr.ParseTreeListener

	// EnterParse is called when entering the parse production.
	EnterParse(c *ParseContext)

	// EnterSql_stmt is called when entering the sql_stmt production.
	EnterSql_stmt(c *Sql_stmtContext)

	// EnterType_name is called when entering the type_name production.
	EnterType_name(c *Type_nameContext)

	// EnterSigned_number is called when entering the signed_number production.
	EnterSigned_number(c *Signed_numberContext)

	// EnterCommon_table_expression is called when entering the common_table_expression production.
	EnterCommon_table_expression(c *Common_table_expressionContext)

	// EnterExpr is called when entering the expr production.
	EnterExpr(c *ExprContext)

	// EnterRaise_function is called when entering the raise_function production.
	EnterRaise_function(c *Raise_functionContext)

	// EnterLiteral_value is called when entering the literal_value production.
	EnterLiteral_value(c *Literal_valueContext)

	// EnterSelect_stmt is called when entering the select_stmt production.
	EnterSelect_stmt(c *Select_stmtContext)

	// EnterJoin_clause is called when entering the join_clause production.
	EnterJoin_clause(c *Join_clauseContext)

	// EnterSelect_core is called when entering the select_core production.
	EnterSelect_core(c *Select_coreContext)

	// EnterFactored_select_stmt is called when entering the factored_select_stmt production.
	EnterFactored_select_stmt(c *Factored_select_stmtContext)

	// EnterSimple_select_stmt is called when entering the simple_select_stmt production.
	EnterSimple_select_stmt(c *Simple_select_stmtContext)

	// EnterCompound_select_stmt is called when entering the compound_select_stmt production.
	EnterCompound_select_stmt(c *Compound_select_stmtContext)

	// EnterTable_or_subquery is called when entering the table_or_subquery production.
	EnterTable_or_subquery(c *Table_or_subqueryContext)

	// EnterResult_column is called when entering the result_column production.
	EnterResult_column(c *Result_columnContext)

	// EnterJoin_operator is called when entering the join_operator production.
	EnterJoin_operator(c *Join_operatorContext)

	// EnterJoin_constraint is called when entering the join_constraint production.
	EnterJoin_constraint(c *Join_constraintContext)

	// EnterCompound_operator is called when entering the compound_operator production.
	EnterCompound_operator(c *Compound_operatorContext)

	// EnterColumn_name_list is called when entering the column_name_list production.
	EnterColumn_name_list(c *Column_name_listContext)

	// EnterQualified_table_name is called when entering the qualified_table_name production.
	EnterQualified_table_name(c *Qualified_table_nameContext)

	// EnterFilter_clause is called when entering the filter_clause production.
	EnterFilter_clause(c *Filter_clauseContext)

	// EnterWindow_defn is called when entering the window_defn production.
	EnterWindow_defn(c *Window_defnContext)

	// EnterOver_clause is called when entering the over_clause production.
	EnterOver_clause(c *Over_clauseContext)

	// EnterFrame_spec is called when entering the frame_spec production.
	EnterFrame_spec(c *Frame_specContext)

	// EnterFrame_clause is called when entering the frame_clause production.
	EnterFrame_clause(c *Frame_clauseContext)

	// EnterSimple_function_invocation is called when entering the simple_function_invocation production.
	EnterSimple_function_invocation(c *Simple_function_invocationContext)

	// EnterAggregate_function_invocation is called when entering the aggregate_function_invocation production.
	EnterAggregate_function_invocation(c *Aggregate_function_invocationContext)

	// EnterWindow_function_invocation is called when entering the window_function_invocation production.
	EnterWindow_function_invocation(c *Window_function_invocationContext)

	// EnterCommon_table_stmt is called when entering the common_table_stmt production.
	EnterCommon_table_stmt(c *Common_table_stmtContext)

	// EnterOrder_by_stmt is called when entering the order_by_stmt production.
	EnterOrder_by_stmt(c *Order_by_stmtContext)

	// EnterLimit_stmt is called when entering the limit_stmt production.
	EnterLimit_stmt(c *Limit_stmtContext)

	// EnterOrdering_term is called when entering the ordering_term production.
	EnterOrdering_term(c *Ordering_termContext)

	// EnterAsc_desc is called when entering the asc_desc production.
	EnterAsc_desc(c *Asc_descContext)

	// EnterFrame_left is called when entering the frame_left production.
	EnterFrame_left(c *Frame_leftContext)

	// EnterFrame_right is called when entering the frame_right production.
	EnterFrame_right(c *Frame_rightContext)

	// EnterFrame_single is called when entering the frame_single production.
	EnterFrame_single(c *Frame_singleContext)

	// EnterWindow_function is called when entering the window_function production.
	EnterWindow_function(c *Window_functionContext)

	// EnterOf_OF_fset is called when entering the of_OF_fset production.
	EnterOf_OF_fset(c *Of_OF_fsetContext)

	// EnterDefault_DEFAULT__value is called when entering the default_DEFAULT__value production.
	EnterDefault_DEFAULT__value(c *Default_DEFAULT__valueContext)

	// EnterPartition_by is called when entering the partition_by production.
	EnterPartition_by(c *Partition_byContext)

	// EnterOrder_by_expr is called when entering the order_by_expr production.
	EnterOrder_by_expr(c *Order_by_exprContext)

	// EnterOrder_by_expr_asc_desc is called when entering the order_by_expr_asc_desc production.
	EnterOrder_by_expr_asc_desc(c *Order_by_expr_asc_descContext)

	// EnterExpr_asc_desc is called when entering the expr_asc_desc production.
	EnterExpr_asc_desc(c *Expr_asc_descContext)

	// EnterInitial_select is called when entering the initial_select production.
	EnterInitial_select(c *Initial_selectContext)

	// EnterRecursive__select is called when entering the recursive__select production.
	EnterRecursive__select(c *Recursive__selectContext)

	// EnterUnary_operator is called when entering the unary_operator production.
	EnterUnary_operator(c *Unary_operatorContext)

	// EnterError_message is called when entering the error_message production.
	EnterError_message(c *Error_messageContext)

	// EnterColumn_alias is called when entering the column_alias production.
	EnterColumn_alias(c *Column_aliasContext)

	// EnterKeyword is called when entering the keyword production.
	EnterKeyword(c *KeywordContext)

	// EnterName is called when entering the name production.
	EnterName(c *NameContext)

	// EnterFunction_name is called when entering the function_name production.
	EnterFunction_name(c *Function_nameContext)

	// EnterSchema_name is called when entering the schema_name production.
	EnterSchema_name(c *Schema_nameContext)

	// EnterTable_name is called when entering the table_name production.
	EnterTable_name(c *Table_nameContext)

	// EnterColumn_name is called when entering the column_name production.
	EnterColumn_name(c *Column_nameContext)

	// EnterCollation_name is called when entering the collation_name production.
	EnterCollation_name(c *Collation_nameContext)

	// EnterIndex_name is called when entering the index_name production.
	EnterIndex_name(c *Index_nameContext)

	// EnterPragma_name is called when entering the pragma_name production.
	EnterPragma_name(c *Pragma_nameContext)

	// EnterSavepoint_name is called when entering the savepoint_name production.
	EnterSavepoint_name(c *Savepoint_nameContext)

	// EnterTable_alias is called when entering the table_alias production.
	EnterTable_alias(c *Table_aliasContext)

	// EnterWindow_name is called when entering the window_name production.
	EnterWindow_name(c *Window_nameContext)

	// EnterAlias is called when entering the alias production.
	EnterAlias(c *AliasContext)

	// EnterFilename is called when entering the filename production.
	EnterFilename(c *FilenameContext)

	// EnterBase_window_name is called when entering the base_window_name production.
	EnterBase_window_name(c *Base_window_nameContext)

	// EnterSimple_func is called when entering the simple_func production.
	EnterSimple_func(c *Simple_funcContext)

	// EnterAggregate_func is called when entering the aggregate_func production.
	EnterAggregate_func(c *Aggregate_funcContext)

	// EnterTable_function_name is called when entering the table_function_name production.
	EnterTable_function_name(c *Table_function_nameContext)

	// EnterAny_name is called when entering the any_name production.
	EnterAny_name(c *Any_nameContext)

	// ExitParse is called when exiting the parse production.
	ExitParse(c *ParseContext)

	// ExitSql_stmt is called when exiting the sql_stmt production.
	ExitSql_stmt(c *Sql_stmtContext)

	// ExitType_name is called when exiting the type_name production.
	ExitType_name(c *Type_nameContext)

	// ExitSigned_number is called when exiting the signed_number production.
	ExitSigned_number(c *Signed_numberContext)

	// ExitCommon_table_expression is called when exiting the common_table_expression production.
	ExitCommon_table_expression(c *Common_table_expressionContext)

	// ExitExpr is called when exiting the expr production.
	ExitExpr(c *ExprContext)

	// ExitRaise_function is called when exiting the raise_function production.
	ExitRaise_function(c *Raise_functionContext)

	// ExitLiteral_value is called when exiting the literal_value production.
	ExitLiteral_value(c *Literal_valueContext)

	// ExitSelect_stmt is called when exiting the select_stmt production.
	ExitSelect_stmt(c *Select_stmtContext)

	// ExitJoin_clause is called when exiting the join_clause production.
	ExitJoin_clause(c *Join_clauseContext)

	// ExitSelect_core is called when exiting the select_core production.
	ExitSelect_core(c *Select_coreContext)

	// ExitFactored_select_stmt is called when exiting the factored_select_stmt production.
	ExitFactored_select_stmt(c *Factored_select_stmtContext)

	// ExitSimple_select_stmt is called when exiting the simple_select_stmt production.
	ExitSimple_select_stmt(c *Simple_select_stmtContext)

	// ExitCompound_select_stmt is called when exiting the compound_select_stmt production.
	ExitCompound_select_stmt(c *Compound_select_stmtContext)

	// ExitTable_or_subquery is called when exiting the table_or_subquery production.
	ExitTable_or_subquery(c *Table_or_subqueryContext)

	// ExitResult_column is called when exiting the result_column production.
	ExitResult_column(c *Result_columnContext)

	// ExitJoin_operator is called when exiting the join_operator production.
	ExitJoin_operator(c *Join_operatorContext)

	// ExitJoin_constraint is called when exiting the join_constraint production.
	ExitJoin_constraint(c *Join_constraintContext)

	// ExitCompound_operator is called when exiting the compound_operator production.
	ExitCompound_operator(c *Compound_operatorContext)

	// ExitColumn_name_list is called when exiting the column_name_list production.
	ExitColumn_name_list(c *Column_name_listContext)

	// ExitQualified_table_name is called when exiting the qualified_table_name production.
	ExitQualified_table_name(c *Qualified_table_nameContext)

	// ExitFilter_clause is called when exiting the filter_clause production.
	ExitFilter_clause(c *Filter_clauseContext)

	// ExitWindow_defn is called when exiting the window_defn production.
	ExitWindow_defn(c *Window_defnContext)

	// ExitOver_clause is called when exiting the over_clause production.
	ExitOver_clause(c *Over_clauseContext)

	// ExitFrame_spec is called when exiting the frame_spec production.
	ExitFrame_spec(c *Frame_specContext)

	// ExitFrame_clause is called when exiting the frame_clause production.
	ExitFrame_clause(c *Frame_clauseContext)

	// ExitSimple_function_invocation is called when exiting the simple_function_invocation production.
	ExitSimple_function_invocation(c *Simple_function_invocationContext)

	// ExitAggregate_function_invocation is called when exiting the aggregate_function_invocation production.
	ExitAggregate_function_invocation(c *Aggregate_function_invocationContext)

	// ExitWindow_function_invocation is called when exiting the window_function_invocation production.
	ExitWindow_function_invocation(c *Window_function_invocationContext)

	// ExitCommon_table_stmt is called when exiting the common_table_stmt production.
	ExitCommon_table_stmt(c *Common_table_stmtContext)

	// ExitOrder_by_stmt is called when exiting the order_by_stmt production.
	ExitOrder_by_stmt(c *Order_by_stmtContext)

	// ExitLimit_stmt is called when exiting the limit_stmt production.
	ExitLimit_stmt(c *Limit_stmtContext)

	// ExitOrdering_term is called when exiting the ordering_term production.
	ExitOrdering_term(c *Ordering_termContext)

	// ExitAsc_desc is called when exiting the asc_desc production.
	ExitAsc_desc(c *Asc_descContext)

	// ExitFrame_left is called when exiting the frame_left production.
	ExitFrame_left(c *Frame_leftContext)

	// ExitFrame_right is called when exiting the frame_right production.
	ExitFrame_right(c *Frame_rightContext)

	// ExitFrame_single is called when exiting the frame_single production.
	ExitFrame_single(c *Frame_singleContext)

	// ExitWindow_function is called when exiting the window_function production.
	ExitWindow_function(c *Window_functionContext)

	// ExitOf_OF_fset is called when exiting the of_OF_fset production.
	ExitOf_OF_fset(c *Of_OF_fsetContext)

	// ExitDefault_DEFAULT__value is called when exiting the default_DEFAULT__value production.
	ExitDefault_DEFAULT__value(c *Default_DEFAULT__valueContext)

	// ExitPartition_by is called when exiting the partition_by production.
	ExitPartition_by(c *Partition_byContext)

	// ExitOrder_by_expr is called when exiting the order_by_expr production.
	ExitOrder_by_expr(c *Order_by_exprContext)

	// ExitOrder_by_expr_asc_desc is called when exiting the order_by_expr_asc_desc production.
	ExitOrder_by_expr_asc_desc(c *Order_by_expr_asc_descContext)

	// ExitExpr_asc_desc is called when exiting the expr_asc_desc production.
	ExitExpr_asc_desc(c *Expr_asc_descContext)

	// ExitInitial_select is called when exiting the initial_select production.
	ExitInitial_select(c *Initial_selectContext)

	// ExitRecursive__select is called when exiting the recursive__select production.
	ExitRecursive__select(c *Recursive__selectContext)

	// ExitUnary_operator is called when exiting the unary_operator production.
	ExitUnary_operator(c *Unary_operatorContext)

	// ExitError_message is called when exiting the error_message production.
	ExitError_message(c *Error_messageContext)

	// ExitColumn_alias is called when exiting the column_alias production.
	ExitColumn_alias(c *Column_aliasContext)

	// ExitKeyword is called when exiting the keyword production.
	ExitKeyword(c *KeywordContext)

	// ExitName is called when exiting the name production.
	ExitName(c *NameContext)

	// ExitFunction_name is called when exiting the function_name production.
	ExitFunction_name(c *Function_nameContext)

	// ExitSchema_name is called when exiting the schema_name production.
	ExitSchema_name(c *Schema_nameContext)

	// ExitTable_name is called when exiting the table_name production.
	ExitTable_name(c *Table_nameContext)

	// ExitColumn_name is called when exiting the column_name production.
	ExitColumn_name(c *Column_nameContext)

	// ExitCollation_name is called when exiting the collation_name production.
	ExitCollation_name(c *Collation_nameContext)

	// ExitIndex_name is called when exiting the index_name production.
	ExitIndex_name(c *Index_nameContext)

	// ExitPragma_name is called when exiting the pragma_name production.
	ExitPragma_name(c *Pragma_nameContext)

	// ExitSavepoint_name is called when exiting the savepoint_name production.
	ExitSavepoint_name(c *Savepoint_nameContext)

	// ExitTable_alias is called when exiting the table_alias production.
	ExitTable_alias(c *Table_aliasContext)

	// ExitWindow_name is called when exiting the window_name production.
	ExitWindow_name(c *Window_nameContext)

	// ExitAlias is called when exiting the alias production.
	ExitAlias(c *AliasContext)

	// ExitFilename is called when exiting the filename production.
	ExitFilename(c *FilenameContext)

	// ExitBase_window_name is called when exiting the base_window_name production.
	ExitBase_window_name(c *Base_window_nameContext)

	// ExitSimple_func is called when exiting the simple_func production.
	ExitSimple_func(c *Simple_funcContext)

	// ExitAggregate_func is called when exiting the aggregate_func production.
	ExitAggregate_func(c *Aggregate_funcContext)

	// ExitTable_function_name is called when exiting the table_function_name production.
	ExitTable_function_name(c *Table_function_nameContext)

	// ExitAny_name is called when exiting the any_name production.
	ExitAny_name(c *Any_nameContext)
}

SQLiteParserListener is a complete listener for a parse tree produced by SQLiteParser.

type Savepoint_nameContext added in v0.2.0

type Savepoint_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySavepoint_nameContext added in v0.2.0

func NewEmptySavepoint_nameContext() *Savepoint_nameContext

func NewSavepoint_nameContext added in v0.2.0

func NewSavepoint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Savepoint_nameContext

func (*Savepoint_nameContext) Any_name added in v0.2.0

func (*Savepoint_nameContext) EnterRule added in v0.2.0

func (s *Savepoint_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Savepoint_nameContext) ExitRule added in v0.2.0

func (s *Savepoint_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Savepoint_nameContext) GetParser added in v0.2.0

func (s *Savepoint_nameContext) GetParser() antlr.Parser

func (*Savepoint_nameContext) GetRuleContext added in v0.2.0

func (s *Savepoint_nameContext) GetRuleContext() antlr.RuleContext

func (*Savepoint_nameContext) IsSavepoint_nameContext added in v0.2.0

func (*Savepoint_nameContext) IsSavepoint_nameContext()

func (*Savepoint_nameContext) ToStringTree added in v0.2.0

func (s *Savepoint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Schema_nameContext added in v0.2.0

type Schema_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySchema_nameContext added in v0.2.0

func NewEmptySchema_nameContext() *Schema_nameContext

func NewSchema_nameContext added in v0.2.0

func NewSchema_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Schema_nameContext

func (*Schema_nameContext) Any_name added in v0.2.0

func (s *Schema_nameContext) Any_name() IAny_nameContext

func (*Schema_nameContext) EnterRule added in v0.2.0

func (s *Schema_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Schema_nameContext) ExitRule added in v0.2.0

func (s *Schema_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Schema_nameContext) GetParser added in v0.2.0

func (s *Schema_nameContext) GetParser() antlr.Parser

func (*Schema_nameContext) GetRuleContext added in v0.2.0

func (s *Schema_nameContext) GetRuleContext() antlr.RuleContext

func (*Schema_nameContext) IsSchema_nameContext added in v0.2.0

func (*Schema_nameContext) IsSchema_nameContext()

func (*Schema_nameContext) ToStringTree added in v0.2.0

func (s *Schema_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Select_coreContext added in v0.2.0

type Select_coreContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySelect_coreContext added in v0.2.0

func NewEmptySelect_coreContext() *Select_coreContext

func NewSelect_coreContext added in v0.2.0

func NewSelect_coreContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Select_coreContext

func (*Select_coreContext) ALL_ added in v0.2.0

func (*Select_coreContext) AS_ added in v0.2.0

func (*Select_coreContext) AllAS_ added in v0.2.0

func (s *Select_coreContext) AllAS_() []antlr.TerminalNode

func (*Select_coreContext) AllCLOSE_PAR added in v0.2.0

func (s *Select_coreContext) AllCLOSE_PAR() []antlr.TerminalNode

func (*Select_coreContext) AllCOMMA added in v0.2.0

func (s *Select_coreContext) AllCOMMA() []antlr.TerminalNode

func (*Select_coreContext) AllExpr added in v0.2.0

func (s *Select_coreContext) AllExpr() []IExprContext

func (*Select_coreContext) AllOPEN_PAR added in v0.2.0

func (s *Select_coreContext) AllOPEN_PAR() []antlr.TerminalNode

func (*Select_coreContext) AllResult_column added in v0.2.0

func (s *Select_coreContext) AllResult_column() []IResult_columnContext

func (*Select_coreContext) AllTable_or_subquery added in v0.2.0

func (s *Select_coreContext) AllTable_or_subquery() []ITable_or_subqueryContext

func (*Select_coreContext) AllWindow_defn added in v0.2.0

func (s *Select_coreContext) AllWindow_defn() []IWindow_defnContext

func (*Select_coreContext) AllWindow_name added in v0.2.0

func (s *Select_coreContext) AllWindow_name() []IWindow_nameContext

func (*Select_coreContext) BY_ added in v0.2.0

func (*Select_coreContext) CLOSE_PAR added in v0.2.0

func (s *Select_coreContext) CLOSE_PAR(i int) antlr.TerminalNode

func (*Select_coreContext) COMMA added in v0.2.0

func (*Select_coreContext) DISTINCT_ added in v0.2.0

func (s *Select_coreContext) DISTINCT_() antlr.TerminalNode

func (*Select_coreContext) EnterRule added in v0.2.0

func (s *Select_coreContext) EnterRule(listener antlr.ParseTreeListener)

func (*Select_coreContext) ExitRule added in v0.2.0

func (s *Select_coreContext) ExitRule(listener antlr.ParseTreeListener)

func (*Select_coreContext) Expr added in v0.2.0

func (s *Select_coreContext) Expr(i int) IExprContext

func (*Select_coreContext) FROM_ added in v0.2.0

func (*Select_coreContext) GROUP_ added in v0.2.0

func (*Select_coreContext) GetParser added in v0.2.0

func (s *Select_coreContext) GetParser() antlr.Parser

func (*Select_coreContext) GetRuleContext added in v0.2.0

func (s *Select_coreContext) GetRuleContext() antlr.RuleContext

func (*Select_coreContext) HAVING_ added in v0.2.0

func (s *Select_coreContext) HAVING_() antlr.TerminalNode

func (*Select_coreContext) IsSelect_coreContext added in v0.2.0

func (*Select_coreContext) IsSelect_coreContext()

func (*Select_coreContext) Join_clause added in v0.2.0

func (s *Select_coreContext) Join_clause() IJoin_clauseContext

func (*Select_coreContext) OPEN_PAR added in v0.2.0

func (s *Select_coreContext) OPEN_PAR(i int) antlr.TerminalNode

func (*Select_coreContext) Result_column added in v0.2.0

func (s *Select_coreContext) Result_column(i int) IResult_columnContext

func (*Select_coreContext) SELECT_ added in v0.2.0

func (s *Select_coreContext) SELECT_() antlr.TerminalNode

func (*Select_coreContext) Table_or_subquery added in v0.2.0

func (s *Select_coreContext) Table_or_subquery(i int) ITable_or_subqueryContext

func (*Select_coreContext) ToStringTree added in v0.2.0

func (s *Select_coreContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Select_coreContext) VALUES_ added in v0.2.0

func (s *Select_coreContext) VALUES_() antlr.TerminalNode

func (*Select_coreContext) WHERE_ added in v0.2.0

func (*Select_coreContext) WINDOW_ added in v0.2.0

func (s *Select_coreContext) WINDOW_() antlr.TerminalNode

func (*Select_coreContext) Window_defn added in v0.2.0

func (s *Select_coreContext) Window_defn(i int) IWindow_defnContext

func (*Select_coreContext) Window_name added in v0.2.0

func (s *Select_coreContext) Window_name(i int) IWindow_nameContext

type Select_stmtContext added in v0.2.0

type Select_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySelect_stmtContext added in v0.2.0

func NewEmptySelect_stmtContext() *Select_stmtContext

func NewSelect_stmtContext added in v0.2.0

func NewSelect_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Select_stmtContext

func (*Select_stmtContext) AllCompound_operator added in v0.2.0

func (s *Select_stmtContext) AllCompound_operator() []ICompound_operatorContext

func (*Select_stmtContext) AllSelect_core added in v0.2.0

func (s *Select_stmtContext) AllSelect_core() []ISelect_coreContext

func (*Select_stmtContext) Common_table_stmt added in v0.2.0

func (s *Select_stmtContext) Common_table_stmt() ICommon_table_stmtContext

func (*Select_stmtContext) Compound_operator added in v0.2.0

func (s *Select_stmtContext) Compound_operator(i int) ICompound_operatorContext

func (*Select_stmtContext) EnterRule added in v0.2.0

func (s *Select_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Select_stmtContext) ExitRule added in v0.2.0

func (s *Select_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Select_stmtContext) GetParser added in v0.2.0

func (s *Select_stmtContext) GetParser() antlr.Parser

func (*Select_stmtContext) GetRuleContext added in v0.2.0

func (s *Select_stmtContext) GetRuleContext() antlr.RuleContext

func (*Select_stmtContext) IsSelect_stmtContext added in v0.2.0

func (*Select_stmtContext) IsSelect_stmtContext()

func (*Select_stmtContext) Limit_stmt added in v0.2.0

func (s *Select_stmtContext) Limit_stmt() ILimit_stmtContext

func (*Select_stmtContext) Order_by_stmt added in v0.2.0

func (s *Select_stmtContext) Order_by_stmt() IOrder_by_stmtContext

func (*Select_stmtContext) Select_core added in v0.2.0

func (s *Select_stmtContext) Select_core(i int) ISelect_coreContext

func (*Select_stmtContext) ToStringTree added in v0.2.0

func (s *Select_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Signed_numberContext added in v0.2.0

type Signed_numberContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySigned_numberContext added in v0.2.0

func NewEmptySigned_numberContext() *Signed_numberContext

func NewSigned_numberContext added in v0.2.0

func NewSigned_numberContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Signed_numberContext

func (*Signed_numberContext) EnterRule added in v0.2.0

func (s *Signed_numberContext) EnterRule(listener antlr.ParseTreeListener)

func (*Signed_numberContext) ExitRule added in v0.2.0

func (s *Signed_numberContext) ExitRule(listener antlr.ParseTreeListener)

func (*Signed_numberContext) GetParser added in v0.2.0

func (s *Signed_numberContext) GetParser() antlr.Parser

func (*Signed_numberContext) GetRuleContext added in v0.2.0

func (s *Signed_numberContext) GetRuleContext() antlr.RuleContext

func (*Signed_numberContext) IsSigned_numberContext added in v0.2.0

func (*Signed_numberContext) IsSigned_numberContext()

func (*Signed_numberContext) MINUS added in v0.2.0

func (*Signed_numberContext) NUMERIC_LITERAL added in v0.2.0

func (s *Signed_numberContext) NUMERIC_LITERAL() antlr.TerminalNode

func (*Signed_numberContext) PLUS added in v0.2.0

func (*Signed_numberContext) ToStringTree added in v0.2.0

func (s *Signed_numberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Simple_funcContext added in v0.2.0

type Simple_funcContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySimple_funcContext added in v0.2.0

func NewEmptySimple_funcContext() *Simple_funcContext

func NewSimple_funcContext added in v0.2.0

func NewSimple_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_funcContext

func (*Simple_funcContext) Any_name added in v0.2.0

func (s *Simple_funcContext) Any_name() IAny_nameContext

func (*Simple_funcContext) EnterRule added in v0.2.0

func (s *Simple_funcContext) EnterRule(listener antlr.ParseTreeListener)

func (*Simple_funcContext) ExitRule added in v0.2.0

func (s *Simple_funcContext) ExitRule(listener antlr.ParseTreeListener)

func (*Simple_funcContext) GetParser added in v0.2.0

func (s *Simple_funcContext) GetParser() antlr.Parser

func (*Simple_funcContext) GetRuleContext added in v0.2.0

func (s *Simple_funcContext) GetRuleContext() antlr.RuleContext

func (*Simple_funcContext) IsSimple_funcContext added in v0.2.0

func (*Simple_funcContext) IsSimple_funcContext()

func (*Simple_funcContext) ToStringTree added in v0.2.0

func (s *Simple_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Simple_function_invocationContext added in v0.2.0

type Simple_function_invocationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySimple_function_invocationContext added in v0.2.0

func NewEmptySimple_function_invocationContext() *Simple_function_invocationContext

func NewSimple_function_invocationContext added in v0.2.0

func NewSimple_function_invocationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_function_invocationContext

func (*Simple_function_invocationContext) AllCOMMA added in v0.2.0

func (*Simple_function_invocationContext) AllExpr added in v0.2.0

func (*Simple_function_invocationContext) CLOSE_PAR added in v0.2.0

func (*Simple_function_invocationContext) COMMA added in v0.2.0

func (*Simple_function_invocationContext) EnterRule added in v0.2.0

func (*Simple_function_invocationContext) ExitRule added in v0.2.0

func (*Simple_function_invocationContext) Expr added in v0.2.0

func (*Simple_function_invocationContext) GetParser added in v0.2.0

func (*Simple_function_invocationContext) GetRuleContext added in v0.2.0

func (*Simple_function_invocationContext) IsSimple_function_invocationContext added in v0.2.0

func (*Simple_function_invocationContext) IsSimple_function_invocationContext()

func (*Simple_function_invocationContext) OPEN_PAR added in v0.2.0

func (*Simple_function_invocationContext) STAR added in v0.2.0

func (*Simple_function_invocationContext) Simple_func added in v0.2.0

func (*Simple_function_invocationContext) ToStringTree added in v0.2.0

func (s *Simple_function_invocationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Simple_select_stmtContext added in v0.2.0

type Simple_select_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySimple_select_stmtContext added in v0.2.0

func NewEmptySimple_select_stmtContext() *Simple_select_stmtContext

func NewSimple_select_stmtContext added in v0.2.0

func NewSimple_select_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_select_stmtContext

func (*Simple_select_stmtContext) Common_table_stmt added in v0.2.0

func (*Simple_select_stmtContext) EnterRule added in v0.2.0

func (s *Simple_select_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Simple_select_stmtContext) ExitRule added in v0.2.0

func (s *Simple_select_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Simple_select_stmtContext) GetParser added in v0.2.0

func (s *Simple_select_stmtContext) GetParser() antlr.Parser

func (*Simple_select_stmtContext) GetRuleContext added in v0.2.0

func (s *Simple_select_stmtContext) GetRuleContext() antlr.RuleContext

func (*Simple_select_stmtContext) IsSimple_select_stmtContext added in v0.2.0

func (*Simple_select_stmtContext) IsSimple_select_stmtContext()

func (*Simple_select_stmtContext) Limit_stmt added in v0.2.0

func (*Simple_select_stmtContext) Order_by_stmt added in v0.2.0

func (*Simple_select_stmtContext) Select_core added in v0.2.0

func (*Simple_select_stmtContext) ToStringTree added in v0.2.0

func (s *Simple_select_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Sql_stmtContext added in v0.2.0

type Sql_stmtContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptySql_stmtContext added in v0.2.0

func NewEmptySql_stmtContext() *Sql_stmtContext

func NewSql_stmtContext added in v0.2.0

func NewSql_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_stmtContext

func (*Sql_stmtContext) EnterRule added in v0.2.0

func (s *Sql_stmtContext) EnterRule(listener antlr.ParseTreeListener)

func (*Sql_stmtContext) ExitRule added in v0.2.0

func (s *Sql_stmtContext) ExitRule(listener antlr.ParseTreeListener)

func (*Sql_stmtContext) GetParser added in v0.2.0

func (s *Sql_stmtContext) GetParser() antlr.Parser

func (*Sql_stmtContext) GetRuleContext added in v0.2.0

func (s *Sql_stmtContext) GetRuleContext() antlr.RuleContext

func (*Sql_stmtContext) IsSql_stmtContext added in v0.2.0

func (*Sql_stmtContext) IsSql_stmtContext()

func (*Sql_stmtContext) Select_stmt added in v0.2.0

func (s *Sql_stmtContext) Select_stmt() ISelect_stmtContext

func (*Sql_stmtContext) ToStringTree added in v0.2.0

func (s *Sql_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Table_aliasContext added in v0.2.0

type Table_aliasContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTable_aliasContext added in v0.2.0

func NewEmptyTable_aliasContext() *Table_aliasContext

func NewTable_aliasContext added in v0.2.0

func NewTable_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_aliasContext

func (*Table_aliasContext) Any_name added in v0.2.0

func (s *Table_aliasContext) Any_name() IAny_nameContext

func (*Table_aliasContext) EnterRule added in v0.2.0

func (s *Table_aliasContext) EnterRule(listener antlr.ParseTreeListener)

func (*Table_aliasContext) ExitRule added in v0.2.0

func (s *Table_aliasContext) ExitRule(listener antlr.ParseTreeListener)

func (*Table_aliasContext) GetParser added in v0.2.0

func (s *Table_aliasContext) GetParser() antlr.Parser

func (*Table_aliasContext) GetRuleContext added in v0.2.0

func (s *Table_aliasContext) GetRuleContext() antlr.RuleContext

func (*Table_aliasContext) IsTable_aliasContext added in v0.2.0

func (*Table_aliasContext) IsTable_aliasContext()

func (*Table_aliasContext) ToStringTree added in v0.2.0

func (s *Table_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Table_function_nameContext added in v0.2.0

type Table_function_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTable_function_nameContext added in v0.2.0

func NewEmptyTable_function_nameContext() *Table_function_nameContext

func NewTable_function_nameContext added in v0.2.0

func NewTable_function_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_function_nameContext

func (*Table_function_nameContext) Any_name added in v0.2.0

func (*Table_function_nameContext) EnterRule added in v0.2.0

func (s *Table_function_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Table_function_nameContext) ExitRule added in v0.2.0

func (s *Table_function_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Table_function_nameContext) GetParser added in v0.2.0

func (s *Table_function_nameContext) GetParser() antlr.Parser

func (*Table_function_nameContext) GetRuleContext added in v0.2.0

func (s *Table_function_nameContext) GetRuleContext() antlr.RuleContext

func (*Table_function_nameContext) IsTable_function_nameContext added in v0.2.0

func (*Table_function_nameContext) IsTable_function_nameContext()

func (*Table_function_nameContext) ToStringTree added in v0.2.0

func (s *Table_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Table_nameContext added in v0.2.0

type Table_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTable_nameContext added in v0.2.0

func NewEmptyTable_nameContext() *Table_nameContext

func NewTable_nameContext added in v0.2.0

func NewTable_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_nameContext

func (*Table_nameContext) Any_name added in v0.2.0

func (s *Table_nameContext) Any_name() IAny_nameContext

func (*Table_nameContext) EnterRule added in v0.2.0

func (s *Table_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Table_nameContext) ExitRule added in v0.2.0

func (s *Table_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Table_nameContext) GetParser added in v0.2.0

func (s *Table_nameContext) GetParser() antlr.Parser

func (*Table_nameContext) GetRuleContext added in v0.2.0

func (s *Table_nameContext) GetRuleContext() antlr.RuleContext

func (*Table_nameContext) IsTable_nameContext added in v0.2.0

func (*Table_nameContext) IsTable_nameContext()

func (*Table_nameContext) ToStringTree added in v0.2.0

func (s *Table_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Table_or_subqueryContext added in v0.2.0

type Table_or_subqueryContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyTable_or_subqueryContext added in v0.2.0

func NewEmptyTable_or_subqueryContext() *Table_or_subqueryContext

func NewTable_or_subqueryContext added in v0.2.0

func NewTable_or_subqueryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_or_subqueryContext

func (*Table_or_subqueryContext) AS_ added in v0.2.0

func (*Table_or_subqueryContext) AllCOMMA added in v0.2.0

func (*Table_or_subqueryContext) AllExpr added in v0.2.0

func (s *Table_or_subqueryContext) AllExpr() []IExprContext

func (*Table_or_subqueryContext) AllTable_or_subquery added in v0.2.0

func (s *Table_or_subqueryContext) AllTable_or_subquery() []ITable_or_subqueryContext

func (*Table_or_subqueryContext) BY_ added in v0.2.0

func (*Table_or_subqueryContext) CLOSE_PAR added in v0.2.0

func (*Table_or_subqueryContext) COMMA added in v0.2.0

func (*Table_or_subqueryContext) DOT added in v0.2.0

func (*Table_or_subqueryContext) EnterRule added in v0.2.0

func (s *Table_or_subqueryContext) EnterRule(listener antlr.ParseTreeListener)

func (*Table_or_subqueryContext) ExitRule added in v0.2.0

func (s *Table_or_subqueryContext) ExitRule(listener antlr.ParseTreeListener)

func (*Table_or_subqueryContext) Expr added in v0.2.0

func (*Table_or_subqueryContext) GetParser added in v0.2.0

func (s *Table_or_subqueryContext) GetParser() antlr.Parser

func (*Table_or_subqueryContext) GetRuleContext added in v0.2.0

func (s *Table_or_subqueryContext) GetRuleContext() antlr.RuleContext

func (*Table_or_subqueryContext) INDEXED_ added in v0.2.0

func (*Table_or_subqueryContext) Index_name added in v0.2.0

func (*Table_or_subqueryContext) IsTable_or_subqueryContext added in v0.2.0

func (*Table_or_subqueryContext) IsTable_or_subqueryContext()

func (*Table_or_subqueryContext) Join_clause added in v0.2.0

func (*Table_or_subqueryContext) NOT_ added in v0.2.0

func (*Table_or_subqueryContext) OPEN_PAR added in v0.2.0

func (*Table_or_subqueryContext) Schema_name added in v0.2.0

func (*Table_or_subqueryContext) Select_stmt added in v0.2.0

func (*Table_or_subqueryContext) Table_alias added in v0.2.0

func (*Table_or_subqueryContext) Table_function_name added in v0.2.0

func (s *Table_or_subqueryContext) Table_function_name() ITable_function_nameContext

func (*Table_or_subqueryContext) Table_name added in v0.2.0

func (*Table_or_subqueryContext) Table_or_subquery added in v0.2.0

func (s *Table_or_subqueryContext) Table_or_subquery(i int) ITable_or_subqueryContext

func (*Table_or_subqueryContext) ToStringTree added in v0.2.0

func (s *Table_or_subqueryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Type_nameContext added in v0.2.0

type Type_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyType_nameContext added in v0.2.0

func NewEmptyType_nameContext() *Type_nameContext

func NewType_nameContext added in v0.2.0

func NewType_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_nameContext

func (*Type_nameContext) AllName added in v0.2.0

func (s *Type_nameContext) AllName() []INameContext

func (*Type_nameContext) AllSigned_number added in v0.2.0

func (s *Type_nameContext) AllSigned_number() []ISigned_numberContext

func (*Type_nameContext) CLOSE_PAR added in v0.2.0

func (s *Type_nameContext) CLOSE_PAR() antlr.TerminalNode

func (*Type_nameContext) COMMA added in v0.2.0

func (s *Type_nameContext) COMMA() antlr.TerminalNode

func (*Type_nameContext) EnterRule added in v0.2.0

func (s *Type_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Type_nameContext) ExitRule added in v0.2.0

func (s *Type_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Type_nameContext) GetParser added in v0.2.0

func (s *Type_nameContext) GetParser() antlr.Parser

func (*Type_nameContext) GetRuleContext added in v0.2.0

func (s *Type_nameContext) GetRuleContext() antlr.RuleContext

func (*Type_nameContext) IsType_nameContext added in v0.2.0

func (*Type_nameContext) IsType_nameContext()

func (*Type_nameContext) Name added in v0.2.0

func (s *Type_nameContext) Name(i int) INameContext

func (*Type_nameContext) OPEN_PAR added in v0.2.0

func (s *Type_nameContext) OPEN_PAR() antlr.TerminalNode

func (*Type_nameContext) Signed_number added in v0.2.0

func (s *Type_nameContext) Signed_number(i int) ISigned_numberContext

func (*Type_nameContext) ToStringTree added in v0.2.0

func (s *Type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Unary_operatorContext added in v0.2.0

type Unary_operatorContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyUnary_operatorContext added in v0.2.0

func NewEmptyUnary_operatorContext() *Unary_operatorContext

func NewUnary_operatorContext added in v0.2.0

func NewUnary_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unary_operatorContext

func (*Unary_operatorContext) EnterRule added in v0.2.0

func (s *Unary_operatorContext) EnterRule(listener antlr.ParseTreeListener)

func (*Unary_operatorContext) ExitRule added in v0.2.0

func (s *Unary_operatorContext) ExitRule(listener antlr.ParseTreeListener)

func (*Unary_operatorContext) GetParser added in v0.2.0

func (s *Unary_operatorContext) GetParser() antlr.Parser

func (*Unary_operatorContext) GetRuleContext added in v0.2.0

func (s *Unary_operatorContext) GetRuleContext() antlr.RuleContext

func (*Unary_operatorContext) IsUnary_operatorContext added in v0.2.0

func (*Unary_operatorContext) IsUnary_operatorContext()

func (*Unary_operatorContext) MINUS added in v0.2.0

func (*Unary_operatorContext) NOT_ added in v0.2.0

func (*Unary_operatorContext) PLUS added in v0.2.0

func (*Unary_operatorContext) TILDE added in v0.2.0

func (*Unary_operatorContext) ToStringTree added in v0.2.0

func (s *Unary_operatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Window_defnContext added in v0.2.0

type Window_defnContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWindow_defnContext added in v0.2.0

func NewEmptyWindow_defnContext() *Window_defnContext

func NewWindow_defnContext added in v0.2.0

func NewWindow_defnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Window_defnContext

func (*Window_defnContext) AllBY_ added in v0.2.0

func (s *Window_defnContext) AllBY_() []antlr.TerminalNode

func (*Window_defnContext) AllCOMMA added in v0.2.0

func (s *Window_defnContext) AllCOMMA() []antlr.TerminalNode

func (*Window_defnContext) AllExpr added in v0.2.0

func (s *Window_defnContext) AllExpr() []IExprContext

func (*Window_defnContext) AllOrdering_term added in v0.2.0

func (s *Window_defnContext) AllOrdering_term() []IOrdering_termContext

func (*Window_defnContext) BY_ added in v0.2.0

func (*Window_defnContext) Base_window_name added in v0.2.0

func (s *Window_defnContext) Base_window_name() IBase_window_nameContext

func (*Window_defnContext) CLOSE_PAR added in v0.2.0

func (s *Window_defnContext) CLOSE_PAR() antlr.TerminalNode

func (*Window_defnContext) COMMA added in v0.2.0

func (*Window_defnContext) EnterRule added in v0.2.0

func (s *Window_defnContext) EnterRule(listener antlr.ParseTreeListener)

func (*Window_defnContext) ExitRule added in v0.2.0

func (s *Window_defnContext) ExitRule(listener antlr.ParseTreeListener)

func (*Window_defnContext) Expr added in v0.2.0

func (s *Window_defnContext) Expr(i int) IExprContext

func (*Window_defnContext) Frame_spec added in v0.2.0

func (s *Window_defnContext) Frame_spec() IFrame_specContext

func (*Window_defnContext) GetParser added in v0.2.0

func (s *Window_defnContext) GetParser() antlr.Parser

func (*Window_defnContext) GetRuleContext added in v0.2.0

func (s *Window_defnContext) GetRuleContext() antlr.RuleContext

func (*Window_defnContext) IsWindow_defnContext added in v0.2.0

func (*Window_defnContext) IsWindow_defnContext()

func (*Window_defnContext) OPEN_PAR added in v0.2.0

func (s *Window_defnContext) OPEN_PAR() antlr.TerminalNode

func (*Window_defnContext) ORDER_ added in v0.2.0

func (*Window_defnContext) Ordering_term added in v0.2.0

func (s *Window_defnContext) Ordering_term(i int) IOrdering_termContext

func (*Window_defnContext) PARTITION_ added in v0.2.0

func (s *Window_defnContext) PARTITION_() antlr.TerminalNode

func (*Window_defnContext) ToStringTree added in v0.2.0

func (s *Window_defnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Window_functionContext added in v0.2.0

type Window_functionContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWindow_functionContext added in v0.2.0

func NewEmptyWindow_functionContext() *Window_functionContext

func NewWindow_functionContext added in v0.2.0

func NewWindow_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Window_functionContext

func (*Window_functionContext) AllCLOSE_PAR added in v0.2.0

func (s *Window_functionContext) AllCLOSE_PAR() []antlr.TerminalNode

func (*Window_functionContext) AllOPEN_PAR added in v0.2.0

func (s *Window_functionContext) AllOPEN_PAR() []antlr.TerminalNode

func (*Window_functionContext) CLOSE_PAR added in v0.2.0

func (s *Window_functionContext) CLOSE_PAR(i int) antlr.TerminalNode

func (*Window_functionContext) COMMA added in v0.2.0

func (*Window_functionContext) CUME_DIST_ added in v0.2.0

func (s *Window_functionContext) CUME_DIST_() antlr.TerminalNode

func (*Window_functionContext) DENSE_RANK_ added in v0.2.0

func (s *Window_functionContext) DENSE_RANK_() antlr.TerminalNode

func (*Window_functionContext) Default_DEFAULT__value added in v0.2.0

func (s *Window_functionContext) Default_DEFAULT__value() IDefault_DEFAULT__valueContext

func (*Window_functionContext) EnterRule added in v0.2.0

func (s *Window_functionContext) EnterRule(listener antlr.ParseTreeListener)

func (*Window_functionContext) ExitRule added in v0.2.0

func (s *Window_functionContext) ExitRule(listener antlr.ParseTreeListener)

func (*Window_functionContext) Expr added in v0.2.0

func (*Window_functionContext) FIRST_VALUE_ added in v0.2.0

func (s *Window_functionContext) FIRST_VALUE_() antlr.TerminalNode

func (*Window_functionContext) Frame_clause added in v0.2.0

func (s *Window_functionContext) Frame_clause() IFrame_clauseContext

func (*Window_functionContext) GetParser added in v0.2.0

func (s *Window_functionContext) GetParser() antlr.Parser

func (*Window_functionContext) GetRuleContext added in v0.2.0

func (s *Window_functionContext) GetRuleContext() antlr.RuleContext

func (*Window_functionContext) IsWindow_functionContext added in v0.2.0

func (*Window_functionContext) IsWindow_functionContext()

func (*Window_functionContext) LAG_ added in v0.2.0

func (*Window_functionContext) LAST_VALUE_ added in v0.2.0

func (s *Window_functionContext) LAST_VALUE_() antlr.TerminalNode

func (*Window_functionContext) LEAD_ added in v0.2.0

func (*Window_functionContext) NTH_VALUE_ added in v0.2.0

func (s *Window_functionContext) NTH_VALUE_() antlr.TerminalNode

func (*Window_functionContext) NTILE_ added in v0.2.0

func (*Window_functionContext) OPEN_PAR added in v0.2.0

func (*Window_functionContext) OVER_ added in v0.2.0

func (*Window_functionContext) Of_OF_fset added in v0.2.0

func (*Window_functionContext) Order_by_expr added in v0.2.0

func (s *Window_functionContext) Order_by_expr() IOrder_by_exprContext

func (*Window_functionContext) Order_by_expr_asc_desc added in v0.2.0

func (s *Window_functionContext) Order_by_expr_asc_desc() IOrder_by_expr_asc_descContext

func (*Window_functionContext) PERCENT_RANK_ added in v0.2.0

func (s *Window_functionContext) PERCENT_RANK_() antlr.TerminalNode

func (*Window_functionContext) Partition_by added in v0.2.0

func (s *Window_functionContext) Partition_by() IPartition_byContext

func (*Window_functionContext) RANK_ added in v0.2.0

func (*Window_functionContext) ROW_NUMBER_ added in v0.2.0

func (s *Window_functionContext) ROW_NUMBER_() antlr.TerminalNode

func (*Window_functionContext) Signed_number added in v0.2.0

func (s *Window_functionContext) Signed_number() ISigned_numberContext

func (*Window_functionContext) ToStringTree added in v0.2.0

func (s *Window_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

type Window_function_invocationContext added in v0.2.0

type Window_function_invocationContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWindow_function_invocationContext added in v0.2.0

func NewEmptyWindow_function_invocationContext() *Window_function_invocationContext

func NewWindow_function_invocationContext added in v0.2.0

func NewWindow_function_invocationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Window_function_invocationContext

func (*Window_function_invocationContext) AllCOMMA added in v0.2.0

func (*Window_function_invocationContext) AllExpr added in v0.2.0

func (*Window_function_invocationContext) CLOSE_PAR added in v0.2.0

func (*Window_function_invocationContext) COMMA added in v0.2.0

func (*Window_function_invocationContext) EnterRule added in v0.2.0

func (*Window_function_invocationContext) ExitRule added in v0.2.0

func (*Window_function_invocationContext) Expr added in v0.2.0

func (*Window_function_invocationContext) Filter_clause added in v0.2.0

func (*Window_function_invocationContext) GetParser added in v0.2.0

func (*Window_function_invocationContext) GetRuleContext added in v0.2.0

func (*Window_function_invocationContext) IsWindow_function_invocationContext added in v0.2.0

func (*Window_function_invocationContext) IsWindow_function_invocationContext()

func (*Window_function_invocationContext) OPEN_PAR added in v0.2.0

func (*Window_function_invocationContext) OVER_ added in v0.2.0

func (*Window_function_invocationContext) STAR added in v0.2.0

func (*Window_function_invocationContext) ToStringTree added in v0.2.0

func (s *Window_function_invocationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

func (*Window_function_invocationContext) Window_defn added in v0.2.0

func (*Window_function_invocationContext) Window_function added in v0.2.0

func (*Window_function_invocationContext) Window_name added in v0.2.0

type Window_nameContext added in v0.2.0

type Window_nameContext struct {
	*antlr.BaseParserRuleContext
	// contains filtered or unexported fields
}

func NewEmptyWindow_nameContext added in v0.2.0

func NewEmptyWindow_nameContext() *Window_nameContext

func NewWindow_nameContext added in v0.2.0

func NewWindow_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Window_nameContext

func (*Window_nameContext) Any_name added in v0.2.0

func (s *Window_nameContext) Any_name() IAny_nameContext

func (*Window_nameContext) EnterRule added in v0.2.0

func (s *Window_nameContext) EnterRule(listener antlr.ParseTreeListener)

func (*Window_nameContext) ExitRule added in v0.2.0

func (s *Window_nameContext) ExitRule(listener antlr.ParseTreeListener)

func (*Window_nameContext) GetParser added in v0.2.0

func (s *Window_nameContext) GetParser() antlr.Parser

func (*Window_nameContext) GetRuleContext added in v0.2.0

func (s *Window_nameContext) GetRuleContext() antlr.RuleContext

func (*Window_nameContext) IsWindow_nameContext added in v0.2.0

func (*Window_nameContext) IsWindow_nameContext()

func (*Window_nameContext) ToStringTree added in v0.2.0

func (s *Window_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳