Documentation
¶
Index ¶
- Constants
- type Activate_standby_db_clauseContext
- func (s *Activate_standby_db_clauseContext) ACTIVATE() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) APPLY() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) DATABASE() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Activate_standby_db_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Activate_standby_db_clauseContext) FINISH() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) GetParser() antlr.Parser
- func (s *Activate_standby_db_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Activate_standby_db_clauseContext) IsActivate_standby_db_clauseContext()
- func (s *Activate_standby_db_clauseContext) LOGICAL() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) PHYSICAL() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Activate_standby_db_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_column_clauseContext
- func (s *Add_column_clauseContext) ADD() antlr.TerminalNode
- func (s *Add_column_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Add_column_clauseContext) AllColumn_definition() []IColumn_definitionContext
- func (s *Add_column_clauseContext) AllVirtual_column_definition() []IVirtual_column_definitionContext
- func (s *Add_column_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Add_column_clauseContext) Column_definition(i int) IColumn_definitionContext
- func (s *Add_column_clauseContext) Column_properties() IColumn_propertiesContext
- func (s *Add_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_column_clauseContext) GetParser() antlr.Parser
- func (s *Add_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Add_column_clauseContext) IsAdd_column_clauseContext()
- func (s *Add_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Add_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Add_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Add_column_clauseContext) Virtual_column_definition(i int) IVirtual_column_definitionContext
- type Add_constraintContext
- func (s *Add_constraintContext) ADD() antlr.TerminalNode
- func (s *Add_constraintContext) Add_constraint_clause(i int) IAdd_constraint_clauseContext
- func (s *Add_constraintContext) AllAdd_constraint_clause() []IAdd_constraint_clauseContext
- func (s *Add_constraintContext) AllCOMMA() []antlr.TerminalNode
- func (s *Add_constraintContext) AllCONSTRAINT() []antlr.TerminalNode
- func (s *Add_constraintContext) AllConstraint_name() []IConstraint_nameContext
- func (s *Add_constraintContext) COMMA(i int) antlr.TerminalNode
- func (s *Add_constraintContext) CONSTRAINT(i int) antlr.TerminalNode
- func (s *Add_constraintContext) Constraint_name(i int) IConstraint_nameContext
- func (s *Add_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_constraintContext) GetParser() antlr.Parser
- func (s *Add_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Add_constraintContext) IsAdd_constraintContext()
- func (s *Add_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_constraint_clauseContext
- func (s *Add_constraint_clauseContext) Check_constraint() ICheck_constraintContext
- func (s *Add_constraint_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_constraint_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_constraint_clauseContext) Foreign_key_clause() IForeign_key_clauseContext
- func (s *Add_constraint_clauseContext) GetParser() antlr.Parser
- func (s *Add_constraint_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Add_constraint_clauseContext) IsAdd_constraint_clauseContext()
- func (s *Add_constraint_clauseContext) Primary_key_clause() IPrimary_key_clauseContext
- func (s *Add_constraint_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Add_constraint_clauseContext) Unique_key_clause() IUnique_key_clauseContext
- type Add_hash_index_partitionContext
- func (s *Add_hash_index_partitionContext) ADD() antlr.TerminalNode
- func (s *Add_hash_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_hash_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_hash_index_partitionContext) GetParser() antlr.Parser
- func (s *Add_hash_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (*Add_hash_index_partitionContext) IsAdd_hash_index_partitionContext()
- func (s *Add_hash_index_partitionContext) Key_compression() IKey_compressionContext
- func (s *Add_hash_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Add_hash_index_partitionContext) Parallel_clause() IParallel_clauseContext
- func (s *Add_hash_index_partitionContext) Partition_name() IPartition_nameContext
- func (s *Add_hash_index_partitionContext) TABLESPACE() antlr.TerminalNode
- func (s *Add_hash_index_partitionContext) Tablespace() ITablespaceContext
- func (s *Add_hash_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_logfile_clausesContext
- func (s *Add_logfile_clausesContext) ADD() antlr.TerminalNode
- func (s *Add_logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Add_logfile_clausesContext) AllFilename() []IFilenameContext
- func (s *Add_logfile_clausesContext) AllLog_file_group() []ILog_file_groupContext
- func (s *Add_logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
- func (s *Add_logfile_clausesContext) AllREUSE() []antlr.TerminalNode
- func (s *Add_logfile_clausesContext) AllRedo_log_file_spec() []IRedo_log_file_specContext
- func (s *Add_logfile_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Add_logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_logfile_clausesContext) Filename(i int) IFilenameContext
- func (s *Add_logfile_clausesContext) GetParser() antlr.Parser
- func (s *Add_logfile_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Add_logfile_clausesContext) IsAdd_logfile_clausesContext()
- func (s *Add_logfile_clausesContext) LOGFILE() antlr.TerminalNode
- func (s *Add_logfile_clausesContext) Log_file_group(i int) ILog_file_groupContext
- func (s *Add_logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
- func (s *Add_logfile_clausesContext) MEMBER() antlr.TerminalNode
- func (s *Add_logfile_clausesContext) REUSE(i int) antlr.TerminalNode
- func (s *Add_logfile_clausesContext) Redo_log_file_spec(i int) IRedo_log_file_specContext
- func (s *Add_logfile_clausesContext) STANDBY() antlr.TerminalNode
- func (s *Add_logfile_clausesContext) TO() antlr.TerminalNode
- func (s *Add_logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_modify_drop_column_clausesContext
- func (s *Add_modify_drop_column_clausesContext) Add_column_clause(i int) IAdd_column_clauseContext
- func (s *Add_modify_drop_column_clausesContext) AllAdd_column_clause() []IAdd_column_clauseContext
- func (s *Add_modify_drop_column_clausesContext) AllDrop_column_clause() []IDrop_column_clauseContext
- func (s *Add_modify_drop_column_clausesContext) AllModify_column_clauses() []IModify_column_clausesContext
- func (s *Add_modify_drop_column_clausesContext) Drop_column_clause(i int) IDrop_column_clauseContext
- func (s *Add_modify_drop_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_modify_drop_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_modify_drop_column_clausesContext) GetParser() antlr.Parser
- func (s *Add_modify_drop_column_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Add_modify_drop_column_clausesContext) IsAdd_modify_drop_column_clausesContext()
- func (s *Add_modify_drop_column_clausesContext) Modify_column_clauses(i int) IModify_column_clausesContext
- func (s *Add_modify_drop_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_mv_log_column_clauseContext
- func (s *Add_mv_log_column_clauseContext) ADD() antlr.TerminalNode
- func (s *Add_mv_log_column_clauseContext) Column_name() IColumn_nameContext
- func (s *Add_mv_log_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_mv_log_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_mv_log_column_clauseContext) GetParser() antlr.Parser
- func (s *Add_mv_log_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Add_mv_log_column_clauseContext) IsAdd_mv_log_column_clauseContext()
- func (s *Add_mv_log_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Add_mv_log_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Add_mv_log_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_or_dropContext
- func (s *Add_or_dropContext) ADD() antlr.TerminalNode
- func (s *Add_or_dropContext) DROP() antlr.TerminalNode
- func (s *Add_or_dropContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_or_dropContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_or_dropContext) GetParser() antlr.Parser
- func (s *Add_or_dropContext) GetRuleContext() antlr.RuleContext
- func (*Add_or_dropContext) IsAdd_or_dropContext()
- func (s *Add_or_dropContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_overflow_clauseContext
- func (s *Add_overflow_clauseContext) ADD() antlr.TerminalNode
- func (s *Add_overflow_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Add_overflow_clauseContext) AllPARTITION() []antlr.TerminalNode
- func (s *Add_overflow_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *Add_overflow_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Add_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_overflow_clauseContext) GetParser() antlr.Parser
- func (s *Add_overflow_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Add_overflow_clauseContext) IsAdd_overflow_clauseContext()
- func (s *Add_overflow_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Add_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
- func (s *Add_overflow_clauseContext) PARTITION(i int) antlr.TerminalNode
- func (s *Add_overflow_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Add_overflow_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *Add_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Add_rem_container_dataContext
- func (s *Add_rem_container_dataContext) ADD() antlr.TerminalNode
- func (s *Add_rem_container_dataContext) CONTAINER_DATA() antlr.TerminalNode
- func (s *Add_rem_container_dataContext) Container_names() IContainer_namesContext
- func (s *Add_rem_container_dataContext) EQUALS_OP() antlr.TerminalNode
- func (s *Add_rem_container_dataContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Add_rem_container_dataContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Add_rem_container_dataContext) GetParser() antlr.Parser
- func (s *Add_rem_container_dataContext) GetRuleContext() antlr.RuleContext
- func (*Add_rem_container_dataContext) IsAdd_rem_container_dataContext()
- func (s *Add_rem_container_dataContext) REMOVE() antlr.TerminalNode
- func (s *Add_rem_container_dataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Aggregate_function_nameContext
- func (s *Aggregate_function_nameContext) AllId_expression() []IId_expressionContext
- func (s *Aggregate_function_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Aggregate_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Aggregate_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Aggregate_function_nameContext) GetParser() antlr.Parser
- func (s *Aggregate_function_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Aggregate_function_nameContext) Id_expression(i int) IId_expressionContext
- func (s *Aggregate_function_nameContext) Identifier() IIdentifierContext
- func (*Aggregate_function_nameContext) IsAggregate_function_nameContext()
- func (s *Aggregate_function_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Aggregate_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Allocate_extent_clauseContext
- func (s *Allocate_extent_clauseContext) ALLOCATE() antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) AllDATAFILE() []antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) AllINSTANCE() []antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) AllSIZE() []antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) AllSize_clause() []ISize_clauseContext
- func (s *Allocate_extent_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) DATAFILE(i int) antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) EXTENT() antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Allocate_extent_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Allocate_extent_clauseContext) GetDatafile() antlr.Token
- func (s *Allocate_extent_clauseContext) GetInst_num() antlr.Token
- func (s *Allocate_extent_clauseContext) GetParser() antlr.Parser
- func (s *Allocate_extent_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Allocate_extent_clauseContext) INSTANCE(i int) antlr.TerminalNode
- func (*Allocate_extent_clauseContext) IsAllocate_extent_clauseContext()
- func (s *Allocate_extent_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) SIZE(i int) antlr.TerminalNode
- func (s *Allocate_extent_clauseContext) SetDatafile(v antlr.Token)
- func (s *Allocate_extent_clauseContext) SetInst_num(v antlr.Token)
- func (s *Allocate_extent_clauseContext) Size_clause(i int) ISize_clauseContext
- func (s *Allocate_extent_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Allocate_extent_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Allow_or_disallowContext
- func (s *Allow_or_disallowContext) ALLOW() antlr.TerminalNode
- func (s *Allow_or_disallowContext) DISALLOW() antlr.TerminalNode
- func (s *Allow_or_disallowContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Allow_or_disallowContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Allow_or_disallowContext) GetParser() antlr.Parser
- func (s *Allow_or_disallowContext) GetRuleContext() antlr.RuleContext
- func (*Allow_or_disallowContext) IsAllow_or_disallowContext()
- func (s *Allow_or_disallowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_attribute_definitionContext
- func (s *Alter_attribute_definitionContext) ADD() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) ATTRIBUTE() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) AllAttribute_definition() []IAttribute_definitionContext
- func (s *Alter_attribute_definitionContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) Attribute_definition(i int) IAttribute_definitionContext
- func (s *Alter_attribute_definitionContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) DROP() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_attribute_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_attribute_definitionContext) GetParser() antlr.Parser
- func (s *Alter_attribute_definitionContext) GetRuleContext() antlr.RuleContext
- func (*Alter_attribute_definitionContext) IsAlter_attribute_definitionContext()
- func (s *Alter_attribute_definitionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) MODIFY() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Alter_attribute_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_clusterContext
- func (s *Alter_clusterContext) ALTER() antlr.TerminalNode
- func (s *Alter_clusterContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
- func (s *Alter_clusterContext) AllCache_or_nocache() []ICache_or_nocacheContext
- func (s *Alter_clusterContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
- func (s *Alter_clusterContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Alter_clusterContext) AllSIZE() []antlr.TerminalNode
- func (s *Alter_clusterContext) AllSize_clause() []ISize_clauseContext
- func (s *Alter_clusterContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
- func (s *Alter_clusterContext) CLUSTER() antlr.TerminalNode
- func (s *Alter_clusterContext) Cache_or_nocache(i int) ICache_or_nocacheContext
- func (s *Alter_clusterContext) Cluster_name() ICluster_nameContext
- func (s *Alter_clusterContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
- func (s *Alter_clusterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_clusterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_clusterContext) GetParser() antlr.Parser
- func (s *Alter_clusterContext) GetRuleContext() antlr.RuleContext
- func (*Alter_clusterContext) IsAlter_clusterContext()
- func (s *Alter_clusterContext) Parallel_clause() IParallel_clauseContext
- func (s *Alter_clusterContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Alter_clusterContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_clusterContext) SIZE(i int) antlr.TerminalNode
- func (s *Alter_clusterContext) Size_clause(i int) ISize_clauseContext
- func (s *Alter_clusterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_collection_clausesContext
- func (s *Alter_collection_clausesContext) ELEMENT() antlr.TerminalNode
- func (s *Alter_collection_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_collection_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_collection_clausesContext) Expression() IExpressionContext
- func (s *Alter_collection_clausesContext) GetParser() antlr.Parser
- func (s *Alter_collection_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Alter_collection_clausesContext) IsAlter_collection_clausesContext()
- func (s *Alter_collection_clausesContext) LIMIT() antlr.TerminalNode
- func (s *Alter_collection_clausesContext) MODIFY() antlr.TerminalNode
- func (s *Alter_collection_clausesContext) TYPE() antlr.TerminalNode
- func (s *Alter_collection_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_collection_clausesContext) Type_spec() IType_specContext
- type Alter_databaseContext
- func (s *Alter_databaseContext) ALTER() antlr.TerminalNode
- func (s *Alter_databaseContext) Controlfile_clauses() IControlfile_clausesContext
- func (s *Alter_databaseContext) DATABASE() antlr.TerminalNode
- func (s *Alter_databaseContext) Database_file_clauses() IDatabase_file_clausesContext
- func (s *Alter_databaseContext) Database_name() IDatabase_nameContext
- func (s *Alter_databaseContext) Default_settings_clause() IDefault_settings_clauseContext
- func (s *Alter_databaseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_databaseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_databaseContext) GetParser() antlr.Parser
- func (s *Alter_databaseContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_databaseContext) Instance_clauses() IInstance_clausesContext
- func (*Alter_databaseContext) IsAlter_databaseContext()
- func (s *Alter_databaseContext) Logfile_clauses() ILogfile_clausesContext
- func (s *Alter_databaseContext) Recovery_clauses() IRecovery_clausesContext
- func (s *Alter_databaseContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_databaseContext) Security_clause() ISecurity_clauseContext
- func (s *Alter_databaseContext) Standby_database_clauses() IStandby_database_clausesContext
- func (s *Alter_databaseContext) Startup_clauses() IStartup_clausesContext
- func (s *Alter_databaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_datafile_clauseContext
- func (s *Alter_datafile_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) AllFilename() []IFilenameContext
- func (s *Alter_datafile_clauseContext) AllFilenumber() []IFilenumberContext
- func (s *Alter_datafile_clauseContext) Autoextend_clause() IAutoextend_clauseContext
- func (s *Alter_datafile_clauseContext) BACKUP() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) DATAFILE() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) DROP() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) END() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_datafile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_datafile_clauseContext) FOR() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) Filename(i int) IFilenameContext
- func (s *Alter_datafile_clauseContext) Filenumber(i int) IFilenumberContext
- func (s *Alter_datafile_clauseContext) GetParser() antlr.Parser
- func (s *Alter_datafile_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Alter_datafile_clauseContext) IsAlter_datafile_clauseContext()
- func (s *Alter_datafile_clauseContext) OFFLINE() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) ONLINE() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) RESIZE() antlr.TerminalNode
- func (s *Alter_datafile_clauseContext) Size_clause() ISize_clauseContext
- func (s *Alter_datafile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_functionContext
- func (s *Alter_functionContext) ALTER() antlr.TerminalNode
- func (s *Alter_functionContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Alter_functionContext) COMPILE() antlr.TerminalNode
- func (s *Alter_functionContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Alter_functionContext) DEBUG() antlr.TerminalNode
- func (s *Alter_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_functionContext) FUNCTION() antlr.TerminalNode
- func (s *Alter_functionContext) Function_name() IFunction_nameContext
- func (s *Alter_functionContext) GetParser() antlr.Parser
- func (s *Alter_functionContext) GetRuleContext() antlr.RuleContext
- func (*Alter_functionContext) IsAlter_functionContext()
- func (s *Alter_functionContext) REUSE() antlr.TerminalNode
- func (s *Alter_functionContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_functionContext) SETTINGS() antlr.TerminalNode
- func (s *Alter_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_identified_byContext
- func (s *Alter_identified_byContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_identified_byContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_identified_byContext) GetParser() antlr.Parser
- func (s *Alter_identified_byContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_identified_byContext) Id_expression() IId_expressionContext
- func (s *Alter_identified_byContext) Identified_by() IIdentified_byContext
- func (*Alter_identified_byContext) IsAlter_identified_byContext()
- func (s *Alter_identified_byContext) REPLACE() antlr.TerminalNode
- func (s *Alter_identified_byContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_indexContext
- func (s *Alter_indexContext) ALTER() antlr.TerminalNode
- func (s *Alter_indexContext) Alter_index_ops_set1() IAlter_index_ops_set1Context
- func (s *Alter_indexContext) Alter_index_ops_set2() IAlter_index_ops_set2Context
- func (s *Alter_indexContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_indexContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_indexContext) GetParser() antlr.Parser
- func (s *Alter_indexContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_indexContext) INDEX() antlr.TerminalNode
- func (s *Alter_indexContext) Index_name() IIndex_nameContext
- func (*Alter_indexContext) IsAlter_indexContext()
- func (s *Alter_indexContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_index_ops_set1Context
- func (s *Alter_index_ops_set1Context) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
- func (s *Alter_index_ops_set1Context) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
- func (s *Alter_index_ops_set1Context) AllLogging_clause() []ILogging_clauseContext
- func (s *Alter_index_ops_set1Context) AllParallel_clause() []IParallel_clauseContext
- func (s *Alter_index_ops_set1Context) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Alter_index_ops_set1Context) AllShrink_clause() []IShrink_clauseContext
- func (s *Alter_index_ops_set1Context) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
- func (s *Alter_index_ops_set1Context) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
- func (s *Alter_index_ops_set1Context) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_ops_set1Context) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_ops_set1Context) GetParser() antlr.Parser
- func (s *Alter_index_ops_set1Context) GetRuleContext() antlr.RuleContext
- func (*Alter_index_ops_set1Context) IsAlter_index_ops_set1Context()
- func (s *Alter_index_ops_set1Context) Logging_clause(i int) ILogging_clauseContext
- func (s *Alter_index_ops_set1Context) Parallel_clause(i int) IParallel_clauseContext
- func (s *Alter_index_ops_set1Context) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Alter_index_ops_set1Context) Shrink_clause(i int) IShrink_clauseContext
- func (s *Alter_index_ops_set1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_index_ops_set2Context
- func (s *Alter_index_ops_set2Context) Alter_index_partitioning() IAlter_index_partitioningContext
- func (s *Alter_index_ops_set2Context) BLOCK() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) COALESCE() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) COMPILE() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) Enable_or_disable() IEnable_or_disableContext
- func (s *Alter_index_ops_set2Context) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_ops_set2Context) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_ops_set2Context) GetParser() antlr.Parser
- func (s *Alter_index_ops_set2Context) GetRuleContext() antlr.RuleContext
- func (*Alter_index_ops_set2Context) IsAlter_index_ops_set2Context()
- func (s *Alter_index_ops_set2Context) LEFT_PAREN() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) Monitoring_nomonitoring() IMonitoring_nomonitoringContext
- func (s *Alter_index_ops_set2Context) New_index_name() INew_index_nameContext
- func (s *Alter_index_ops_set2Context) Odci_parameters() IOdci_parametersContext
- func (s *Alter_index_ops_set2Context) PARAMETERS() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) REFERENCES() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) RENAME() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) RIGHT_PAREN() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) Rebuild_clause() IRebuild_clauseContext
- func (s *Alter_index_ops_set2Context) TO() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_index_ops_set2Context) UNUSABLE() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) UPDATE() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) USAGE() antlr.TerminalNode
- func (s *Alter_index_ops_set2Context) Visible_or_invisible() IVisible_or_invisibleContext
- type Alter_index_partitioningContext
- func (s *Alter_index_partitioningContext) Add_hash_index_partition() IAdd_hash_index_partitionContext
- func (s *Alter_index_partitioningContext) Coalesce_index_partition() ICoalesce_index_partitionContext
- func (s *Alter_index_partitioningContext) Drop_index_partition() IDrop_index_partitionContext
- func (s *Alter_index_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_index_partitioningContext) GetParser() antlr.Parser
- func (s *Alter_index_partitioningContext) GetRuleContext() antlr.RuleContext
- func (*Alter_index_partitioningContext) IsAlter_index_partitioningContext()
- func (s *Alter_index_partitioningContext) Modify_index_default_attrs() IModify_index_default_attrsContext
- func (s *Alter_index_partitioningContext) Modify_index_partition() IModify_index_partitionContext
- func (s *Alter_index_partitioningContext) Modify_index_subpartition() IModify_index_subpartitionContext
- func (s *Alter_index_partitioningContext) Rename_index_partition() IRename_index_partitionContext
- func (s *Alter_index_partitioningContext) Split_index_partition() ISplit_index_partitionContext
- func (s *Alter_index_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_iot_clausesContext
- func (s *Alter_iot_clausesContext) Alter_mapping_table_clause() IAlter_mapping_table_clauseContext
- func (s *Alter_iot_clausesContext) Alter_overflow_clause() IAlter_overflow_clauseContext
- func (s *Alter_iot_clausesContext) COALESCE() antlr.TerminalNode
- func (s *Alter_iot_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_iot_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_iot_clausesContext) GetParser() antlr.Parser
- func (s *Alter_iot_clausesContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_iot_clausesContext) Index_org_table_clause() IIndex_org_table_clauseContext
- func (*Alter_iot_clausesContext) IsAlter_iot_clausesContext()
- func (s *Alter_iot_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_libraryContext
- func (s *Alter_libraryContext) ALTER() antlr.TerminalNode
- func (s *Alter_libraryContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Alter_libraryContext) COMPILE() antlr.TerminalNode
- func (s *Alter_libraryContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Alter_libraryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_libraryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_libraryContext) GetParser() antlr.Parser
- func (s *Alter_libraryContext) GetRuleContext() antlr.RuleContext
- func (*Alter_libraryContext) IsAlter_libraryContext()
- func (s *Alter_libraryContext) LIBRARY() antlr.TerminalNode
- func (s *Alter_libraryContext) Library_debug() ILibrary_debugContext
- func (s *Alter_libraryContext) Library_editionable() ILibrary_editionableContext
- func (s *Alter_libraryContext) Library_name() ILibrary_nameContext
- func (s *Alter_libraryContext) REUSE() antlr.TerminalNode
- func (s *Alter_libraryContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_libraryContext) SETTINGS() antlr.TerminalNode
- func (s *Alter_libraryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_mapping_table_clauseContext
- func (s *Alter_mapping_table_clauseContext) Allocate_extent_clause() IAllocate_extent_clauseContext
- func (s *Alter_mapping_table_clauseContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
- func (s *Alter_mapping_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_mapping_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_mapping_table_clauseContext) GetParser() antlr.Parser
- func (s *Alter_mapping_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Alter_mapping_table_clauseContext) IsAlter_mapping_table_clauseContext()
- func (s *Alter_mapping_table_clauseContext) MAPPING() antlr.TerminalNode
- func (s *Alter_mapping_table_clauseContext) TABLE() antlr.TerminalNode
- func (s *Alter_mapping_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_materialized_viewContext
- func (s *Alter_materialized_viewContext) ALTER() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_materialized_viewContext) AllLob_storage_clause() []ILob_storage_clauseContext
- func (s *Alter_materialized_viewContext) AllModify_lob_storage_clause() []IModify_lob_storage_clauseContext
- func (s *Alter_materialized_viewContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Alter_materialized_viewContext) Allocate_extent_clause() IAllocate_extent_clauseContext
- func (s *Alter_materialized_viewContext) Alter_iot_clauses() IAlter_iot_clausesContext
- func (s *Alter_materialized_viewContext) Alter_mv_option1() IAlter_mv_option1Context
- func (s *Alter_materialized_viewContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_materialized_viewContext) COMPILE() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) CONSIDER() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) Cache_or_nocache() ICache_or_nocacheContext
- func (s *Alter_materialized_viewContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
- func (s *Alter_materialized_viewContext) Enable_or_disable() IEnable_or_disableContext
- func (s *Alter_materialized_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_materialized_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_materialized_viewContext) FRESH() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) GetParser() antlr.Parser
- func (s *Alter_materialized_viewContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_materialized_viewContext) INDEX() antlr.TerminalNode
- func (*Alter_materialized_viewContext) IsAlter_materialized_viewContext()
- func (s *Alter_materialized_viewContext) Lob_storage_clause(i int) ILob_storage_clauseContext
- func (s *Alter_materialized_viewContext) Logging_clause() ILogging_clauseContext
- func (s *Alter_materialized_viewContext) MATERIALIZED() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) Modify_lob_storage_clause(i int) IModify_lob_storage_clauseContext
- func (s *Alter_materialized_viewContext) Modify_mv_column_clause() IModify_mv_column_clauseContext
- func (s *Alter_materialized_viewContext) Parallel_clause() IParallel_clauseContext
- func (s *Alter_materialized_viewContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Alter_materialized_viewContext) QUERY() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) REWRITE() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) Shrink_clause() IShrink_clauseContext
- func (s *Alter_materialized_viewContext) Table_compression() ITable_compressionContext
- func (s *Alter_materialized_viewContext) Tableview_name() ITableview_nameContext
- func (s *Alter_materialized_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_materialized_viewContext) USING() antlr.TerminalNode
- func (s *Alter_materialized_viewContext) VIEW() antlr.TerminalNode
- type Alter_materialized_view_logContext
- func (s *Alter_materialized_view_logContext) ALTER() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) Add_mv_log_column_clause() IAdd_mv_log_column_clauseContext
- func (s *Alter_materialized_view_logContext) Allocate_extent_clause() IAllocate_extent_clauseContext
- func (s *Alter_materialized_view_logContext) Cache_or_nocache() ICache_or_nocacheContext
- func (s *Alter_materialized_view_logContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_materialized_view_logContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_materialized_view_logContext) FORCE() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) GetParser() antlr.Parser
- func (s *Alter_materialized_view_logContext) GetRuleContext() antlr.RuleContext
- func (*Alter_materialized_view_logContext) IsAlter_materialized_view_logContext()
- func (s *Alter_materialized_view_logContext) LOG() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) Logging_clause() ILogging_clauseContext
- func (s *Alter_materialized_view_logContext) MATERIALIZED() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) Move_mv_log_clause() IMove_mv_log_clauseContext
- func (s *Alter_materialized_view_logContext) Mv_log_augmentation() IMv_log_augmentationContext
- func (s *Alter_materialized_view_logContext) Mv_log_purge_clause() IMv_log_purge_clauseContext
- func (s *Alter_materialized_view_logContext) ON() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) Parallel_clause() IParallel_clauseContext
- func (s *Alter_materialized_view_logContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
- func (s *Alter_materialized_view_logContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_materialized_view_logContext) Shrink_clause() IShrink_clauseContext
- func (s *Alter_materialized_view_logContext) Tableview_name() ITableview_nameContext
- func (s *Alter_materialized_view_logContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_materialized_view_logContext) VIEW() antlr.TerminalNode
- type Alter_method_elementContext
- func (s *Alter_method_elementContext) ADD() antlr.TerminalNode
- func (s *Alter_method_elementContext) DROP() antlr.TerminalNode
- func (s *Alter_method_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_method_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_method_elementContext) GetParser() antlr.Parser
- func (s *Alter_method_elementContext) GetRuleContext() antlr.RuleContext
- func (*Alter_method_elementContext) IsAlter_method_elementContext()
- func (s *Alter_method_elementContext) Map_order_function_spec() IMap_order_function_specContext
- func (s *Alter_method_elementContext) Subprogram_spec() ISubprogram_specContext
- func (s *Alter_method_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_method_specContext
- func (s *Alter_method_specContext) AllAlter_method_element() []IAlter_method_elementContext
- func (s *Alter_method_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_method_specContext) Alter_method_element(i int) IAlter_method_elementContext
- func (s *Alter_method_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_method_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_method_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_method_specContext) GetParser() antlr.Parser
- func (s *Alter_method_specContext) GetRuleContext() antlr.RuleContext
- func (*Alter_method_specContext) IsAlter_method_specContext()
- func (s *Alter_method_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_mv_option1Context
- func (s *Alter_mv_option1Context) Alter_mv_refresh() IAlter_mv_refreshContext
- func (s *Alter_mv_option1Context) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_mv_option1Context) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_mv_option1Context) GetParser() antlr.Parser
- func (s *Alter_mv_option1Context) GetRuleContext() antlr.RuleContext
- func (*Alter_mv_option1Context) IsAlter_mv_option1Context()
- func (s *Alter_mv_option1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_mv_refreshContext
- func (s *Alter_mv_refreshContext) AllCOMMIT() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllCOMPLETE() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllCONSTRAINTS() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllDEMAND() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllENFORCED() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllExpression() []IExpressionContext
- func (s *Alter_mv_refreshContext) AllFAST() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllFORCE() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllKEY() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllMASTER() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllNEXT() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllON() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllPRIMARY() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllROLLBACK() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllRollback_segment() []IRollback_segmentContext
- func (s *Alter_mv_refreshContext) AllSEGMENT() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllSTART() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllTRUSTED() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllUSING() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) AllWITH() []antlr.TerminalNode
- func (s *Alter_mv_refreshContext) COMMIT(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) COMPLETE(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) CONSTRAINTS(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) DEMAND(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) ENFORCED(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_mv_refreshContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_mv_refreshContext) Expression(i int) IExpressionContext
- func (s *Alter_mv_refreshContext) FAST(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) FORCE(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) GetParser() antlr.Parser
- func (s *Alter_mv_refreshContext) GetRuleContext() antlr.RuleContext
- func (*Alter_mv_refreshContext) IsAlter_mv_refreshContext()
- func (s *Alter_mv_refreshContext) KEY(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) MASTER(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) NEXT(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) ON(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) PRIMARY(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) REFRESH() antlr.TerminalNode
- func (s *Alter_mv_refreshContext) ROLLBACK(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) Rollback_segment(i int) IRollback_segmentContext
- func (s *Alter_mv_refreshContext) SEGMENT(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) START(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) TRUSTED(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_mv_refreshContext) USING(i int) antlr.TerminalNode
- func (s *Alter_mv_refreshContext) WITH(i int) antlr.TerminalNode
- type Alter_overflow_clauseContext
- func (s *Alter_overflow_clauseContext) Add_overflow_clause() IAdd_overflow_clauseContext
- func (s *Alter_overflow_clauseContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
- func (s *Alter_overflow_clauseContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
- func (s *Alter_overflow_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *Alter_overflow_clauseContext) AllShrink_clause() []IShrink_clauseContext
- func (s *Alter_overflow_clauseContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
- func (s *Alter_overflow_clauseContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
- func (s *Alter_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_overflow_clauseContext) GetParser() antlr.Parser
- func (s *Alter_overflow_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Alter_overflow_clauseContext) IsAlter_overflow_clauseContext()
- func (s *Alter_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
- func (s *Alter_overflow_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *Alter_overflow_clauseContext) Shrink_clause(i int) IShrink_clauseContext
- func (s *Alter_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_packageContext
- func (s *Alter_packageContext) ALTER() antlr.TerminalNode
- func (s *Alter_packageContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Alter_packageContext) AllPACKAGE() []antlr.TerminalNode
- func (s *Alter_packageContext) BODY() antlr.TerminalNode
- func (s *Alter_packageContext) COMPILE() antlr.TerminalNode
- func (s *Alter_packageContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Alter_packageContext) DEBUG() antlr.TerminalNode
- func (s *Alter_packageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_packageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_packageContext) GetParser() antlr.Parser
- func (s *Alter_packageContext) GetRuleContext() antlr.RuleContext
- func (*Alter_packageContext) IsAlter_packageContext()
- func (s *Alter_packageContext) PACKAGE(i int) antlr.TerminalNode
- func (s *Alter_packageContext) Package_name() IPackage_nameContext
- func (s *Alter_packageContext) REUSE() antlr.TerminalNode
- func (s *Alter_packageContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_packageContext) SETTINGS() antlr.TerminalNode
- func (s *Alter_packageContext) SPECIFICATION() antlr.TerminalNode
- func (s *Alter_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_procedureContext
- func (s *Alter_procedureContext) ALTER() antlr.TerminalNode
- func (s *Alter_procedureContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Alter_procedureContext) COMPILE() antlr.TerminalNode
- func (s *Alter_procedureContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Alter_procedureContext) DEBUG() antlr.TerminalNode
- func (s *Alter_procedureContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_procedureContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_procedureContext) GetParser() antlr.Parser
- func (s *Alter_procedureContext) GetRuleContext() antlr.RuleContext
- func (*Alter_procedureContext) IsAlter_procedureContext()
- func (s *Alter_procedureContext) PROCEDURE() antlr.TerminalNode
- func (s *Alter_procedureContext) Procedure_name() IProcedure_nameContext
- func (s *Alter_procedureContext) REUSE() antlr.TerminalNode
- func (s *Alter_procedureContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_procedureContext) SETTINGS() antlr.TerminalNode
- func (s *Alter_procedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_sequenceContext
- func (s *Alter_sequenceContext) ALTER() antlr.TerminalNode
- func (s *Alter_sequenceContext) AllSequence_spec() []ISequence_specContext
- func (s *Alter_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_sequenceContext) GetParser() antlr.Parser
- func (s *Alter_sequenceContext) GetRuleContext() antlr.RuleContext
- func (*Alter_sequenceContext) IsAlter_sequenceContext()
- func (s *Alter_sequenceContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_sequenceContext) SEQUENCE() antlr.TerminalNode
- func (s *Alter_sequenceContext) Sequence_name() ISequence_nameContext
- func (s *Alter_sequenceContext) Sequence_spec(i int) ISequence_specContext
- func (s *Alter_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_sessionContext
- func (s *Alter_sessionContext) ADVISE() antlr.TerminalNode
- func (s *Alter_sessionContext) ALTER() antlr.TerminalNode
- func (s *Alter_sessionContext) AllPARALLEL() []antlr.TerminalNode
- func (s *Alter_sessionContext) Alter_session_set_clause() IAlter_session_set_clauseContext
- func (s *Alter_sessionContext) CLOSE() antlr.TerminalNode
- func (s *Alter_sessionContext) COMMIT() antlr.TerminalNode
- func (s *Alter_sessionContext) DATABASE() antlr.TerminalNode
- func (s *Alter_sessionContext) DDL() antlr.TerminalNode
- func (s *Alter_sessionContext) DML() antlr.TerminalNode
- func (s *Alter_sessionContext) Enable_or_disable() IEnable_or_disableContext
- func (s *Alter_sessionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_sessionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_sessionContext) FORCE() antlr.TerminalNode
- func (s *Alter_sessionContext) GUARD() antlr.TerminalNode
- func (s *Alter_sessionContext) GetParser() antlr.Parser
- func (s *Alter_sessionContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_sessionContext) IN() antlr.TerminalNode
- func (*Alter_sessionContext) IsAlter_sessionContext()
- func (s *Alter_sessionContext) LINK() antlr.TerminalNode
- func (s *Alter_sessionContext) Literal() ILiteralContext
- func (s *Alter_sessionContext) NOTHING() antlr.TerminalNode
- func (s *Alter_sessionContext) PARALLEL(i int) antlr.TerminalNode
- func (s *Alter_sessionContext) PROCEDURE() antlr.TerminalNode
- func (s *Alter_sessionContext) Parameter_name() IParameter_nameContext
- func (s *Alter_sessionContext) QUERY() antlr.TerminalNode
- func (s *Alter_sessionContext) ROLLBACK() antlr.TerminalNode
- func (s *Alter_sessionContext) SESSION() antlr.TerminalNode
- func (s *Alter_sessionContext) SET() antlr.TerminalNode
- func (s *Alter_sessionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_session_set_clauseContext
- func (s *Alter_session_set_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Alter_session_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_session_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_session_set_clauseContext) GetParser() antlr.Parser
- func (s *Alter_session_set_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Alter_session_set_clauseContext) IsAlter_session_set_clauseContext()
- func (s *Alter_session_set_clauseContext) Parameter_name() IParameter_nameContext
- func (s *Alter_session_set_clauseContext) Parameter_value() IParameter_valueContext
- func (s *Alter_session_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_tableContext
- func (s *Alter_tableContext) ALL(i int) antlr.TerminalNode
- func (s *Alter_tableContext) ALTER() antlr.TerminalNode
- func (s *Alter_tableContext) AllALL() []antlr.TerminalNode
- func (s *Alter_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
- func (s *Alter_tableContext) AllEnable_or_disable() []IEnable_or_disableContext
- func (s *Alter_tableContext) AllLOCK() []antlr.TerminalNode
- func (s *Alter_tableContext) AllTABLE() []antlr.TerminalNode
- func (s *Alter_tableContext) AllTRIGGERS() []antlr.TerminalNode
- func (s *Alter_tableContext) Alter_table_properties() IAlter_table_propertiesContext
- func (s *Alter_tableContext) Column_clauses() IColumn_clausesContext
- func (s *Alter_tableContext) Constraint_clauses() IConstraint_clausesContext
- func (s *Alter_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
- func (s *Alter_tableContext) Enable_or_disable(i int) IEnable_or_disableContext
- func (s *Alter_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_tableContext) GetParser() antlr.Parser
- func (s *Alter_tableContext) GetRuleContext() antlr.RuleContext
- func (*Alter_tableContext) IsAlter_tableContext()
- func (s *Alter_tableContext) LOCK(i int) antlr.TerminalNode
- func (s *Alter_tableContext) Move_table_clause() IMove_table_clauseContext
- func (s *Alter_tableContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_tableContext) TABLE(i int) antlr.TerminalNode
- func (s *Alter_tableContext) TRIGGERS(i int) antlr.TerminalNode
- func (s *Alter_tableContext) Tableview_name() ITableview_nameContext
- func (s *Alter_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_table_propertiesContext
- func (s *Alter_table_propertiesContext) Alter_table_properties_1() IAlter_table_properties_1Context
- func (s *Alter_table_propertiesContext) CHAR_STRING() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_table_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_table_propertiesContext) GetParser() antlr.Parser
- func (s *Alter_table_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Alter_table_propertiesContext) IsAlter_table_propertiesContext()
- func (s *Alter_table_propertiesContext) ONLY() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) READ() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) REKEY() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) RENAME() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) Shrink_clause() IShrink_clauseContext
- func (s *Alter_table_propertiesContext) TO() antlr.TerminalNode
- func (s *Alter_table_propertiesContext) Tableview_name() ITableview_nameContext
- func (s *Alter_table_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_table_propertiesContext) WRITE() antlr.TerminalNode
- type Alter_table_properties_1Context
- func (s *Alter_table_properties_1Context) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
- func (s *Alter_table_properties_1Context) AllCACHE() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllDEFAULT() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
- func (s *Alter_table_properties_1Context) AllFORCE() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllFlashback_archive_clause() []IFlashback_archive_clauseContext
- func (s *Alter_table_properties_1Context) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllLogging_clause() []ILogging_clauseContext
- func (s *Alter_table_properties_1Context) AllMODE() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllNOCACHE() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllParallel_clause() []IParallel_clauseContext
- func (s *Alter_table_properties_1Context) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Alter_table_properties_1Context) AllRESULT_CACHE() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Alter_table_properties_1Context) AllRecords_per_block_clause() []IRecords_per_block_clauseContext
- func (s *Alter_table_properties_1Context) AllRow_movement_clause() []IRow_movement_clauseContext
- func (s *Alter_table_properties_1Context) AllSupplemental_table_logging() []ISupplemental_table_loggingContext
- func (s *Alter_table_properties_1Context) AllTable_compression() []ITable_compressionContext
- func (s *Alter_table_properties_1Context) AllUpgrade_table_clause() []IUpgrade_table_clauseContext
- func (s *Alter_table_properties_1Context) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
- func (s *Alter_table_properties_1Context) Alter_iot_clauses() IAlter_iot_clausesContext
- func (s *Alter_table_properties_1Context) CACHE(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) DEFAULT(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
- func (s *Alter_table_properties_1Context) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_table_properties_1Context) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_table_properties_1Context) FORCE(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) Flashback_archive_clause(i int) IFlashback_archive_clauseContext
- func (s *Alter_table_properties_1Context) GetParser() antlr.Parser
- func (s *Alter_table_properties_1Context) GetRuleContext() antlr.RuleContext
- func (*Alter_table_properties_1Context) IsAlter_table_properties_1Context()
- func (s *Alter_table_properties_1Context) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) Logging_clause(i int) ILogging_clauseContext
- func (s *Alter_table_properties_1Context) MODE(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) NOCACHE(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) Parallel_clause(i int) IParallel_clauseContext
- func (s *Alter_table_properties_1Context) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Alter_table_properties_1Context) RESULT_CACHE(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Alter_table_properties_1Context) Records_per_block_clause(i int) IRecords_per_block_clauseContext
- func (s *Alter_table_properties_1Context) Row_movement_clause(i int) IRow_movement_clauseContext
- func (s *Alter_table_properties_1Context) Supplemental_table_logging(i int) ISupplemental_table_loggingContext
- func (s *Alter_table_properties_1Context) Table_compression(i int) ITable_compressionContext
- func (s *Alter_table_properties_1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_table_properties_1Context) Upgrade_table_clause(i int) IUpgrade_table_clauseContext
- type Alter_tablespaceContext
- func (s *Alter_tablespaceContext) ALTER() antlr.TerminalNode
- func (s *Alter_tablespaceContext) Autoextend_clause() IAutoextend_clauseContext
- func (s *Alter_tablespaceContext) BACKUP() antlr.TerminalNode
- func (s *Alter_tablespaceContext) Begin_or_end() IBegin_or_endContext
- func (s *Alter_tablespaceContext) COALESCE() antlr.TerminalNode
- func (s *Alter_tablespaceContext) DEFAULT() antlr.TerminalNode
- func (s *Alter_tablespaceContext) Datafile_tempfile_clauses() IDatafile_tempfile_clausesContext
- func (s *Alter_tablespaceContext) EXTENT() antlr.TerminalNode
- func (s *Alter_tablespaceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_tablespaceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_tablespaceContext) Flashback_mode_clause() IFlashback_mode_clauseContext
- func (s *Alter_tablespaceContext) GetParser() antlr.Parser
- func (s *Alter_tablespaceContext) GetRuleContext() antlr.RuleContext
- func (*Alter_tablespaceContext) IsAlter_tablespaceContext()
- func (s *Alter_tablespaceContext) KEEP() antlr.TerminalNode
- func (s *Alter_tablespaceContext) MINIMUM() antlr.TerminalNode
- func (s *Alter_tablespaceContext) New_tablespace_name() INew_tablespace_nameContext
- func (s *Alter_tablespaceContext) RENAME() antlr.TerminalNode
- func (s *Alter_tablespaceContext) RESIZE() antlr.TerminalNode
- func (s *Alter_tablespaceContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_tablespaceContext) SHRINK() antlr.TerminalNode
- func (s *Alter_tablespaceContext) SPACE_KEYWORD() antlr.TerminalNode
- func (s *Alter_tablespaceContext) Size_clause() ISize_clauseContext
- func (s *Alter_tablespaceContext) Storage_clause() IStorage_clauseContext
- func (s *Alter_tablespaceContext) TABLESPACE() antlr.TerminalNode
- func (s *Alter_tablespaceContext) TO() antlr.TerminalNode
- func (s *Alter_tablespaceContext) Table_compression() ITable_compressionContext
- func (s *Alter_tablespaceContext) Tablespace() ITablespaceContext
- func (s *Alter_tablespaceContext) Tablespace_group_clause() ITablespace_group_clauseContext
- func (s *Alter_tablespaceContext) Tablespace_logging_clauses() ITablespace_logging_clausesContext
- func (s *Alter_tablespaceContext) Tablespace_retention_clause() ITablespace_retention_clauseContext
- func (s *Alter_tablespaceContext) Tablespace_state_clauses() ITablespace_state_clausesContext
- func (s *Alter_tablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_tempfile_clauseContext
- func (s *Alter_tempfile_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) AllFilename() []IFilenameContext
- func (s *Alter_tempfile_clauseContext) AllFilenumber() []IFilenumberContext
- func (s *Alter_tempfile_clauseContext) Autoextend_clause() IAutoextend_clauseContext
- func (s *Alter_tempfile_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) DATAFILES() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) DROP() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_tempfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_tempfile_clauseContext) Filename(i int) IFilenameContext
- func (s *Alter_tempfile_clauseContext) Filenumber(i int) IFilenumberContext
- func (s *Alter_tempfile_clauseContext) GetParser() antlr.Parser
- func (s *Alter_tempfile_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_tempfile_clauseContext) INCLUDING() antlr.TerminalNode
- func (*Alter_tempfile_clauseContext) IsAlter_tempfile_clauseContext()
- func (s *Alter_tempfile_clauseContext) OFFLINE() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) ONLINE() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) RESIZE() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) Size_clause() ISize_clauseContext
- func (s *Alter_tempfile_clauseContext) TEMPFILE() antlr.TerminalNode
- func (s *Alter_tempfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Alter_triggerContext
- func (s *Alter_triggerContext) ALTER() antlr.TerminalNode
- func (s *Alter_triggerContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Alter_triggerContext) AllTrigger_name() []ITrigger_nameContext
- func (s *Alter_triggerContext) COMPILE() antlr.TerminalNode
- func (s *Alter_triggerContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Alter_triggerContext) DEBUG() antlr.TerminalNode
- func (s *Alter_triggerContext) DISABLE() antlr.TerminalNode
- func (s *Alter_triggerContext) ENABLE() antlr.TerminalNode
- func (s *Alter_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_triggerContext) GetAlter_trigger_name() ITrigger_nameContext
- func (s *Alter_triggerContext) GetParser() antlr.Parser
- func (s *Alter_triggerContext) GetRename_trigger_name() ITrigger_nameContext
- func (s *Alter_triggerContext) GetRuleContext() antlr.RuleContext
- func (*Alter_triggerContext) IsAlter_triggerContext()
- func (s *Alter_triggerContext) RENAME() antlr.TerminalNode
- func (s *Alter_triggerContext) REUSE() antlr.TerminalNode
- func (s *Alter_triggerContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_triggerContext) SETTINGS() antlr.TerminalNode
- func (s *Alter_triggerContext) SetAlter_trigger_name(v ITrigger_nameContext)
- func (s *Alter_triggerContext) SetRename_trigger_name(v ITrigger_nameContext)
- func (s *Alter_triggerContext) TO() antlr.TerminalNode
- func (s *Alter_triggerContext) TRIGGER() antlr.TerminalNode
- func (s *Alter_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_triggerContext) Trigger_name(i int) ITrigger_nameContext
- type Alter_typeContext
- func (s *Alter_typeContext) ALTER() antlr.TerminalNode
- func (s *Alter_typeContext) Alter_collection_clauses() IAlter_collection_clausesContext
- func (s *Alter_typeContext) Alter_method_spec() IAlter_method_specContext
- func (s *Alter_typeContext) Compile_type_clause() ICompile_type_clauseContext
- func (s *Alter_typeContext) Dependent_handling_clause() IDependent_handling_clauseContext
- func (s *Alter_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_typeContext) GetParser() antlr.Parser
- func (s *Alter_typeContext) GetRuleContext() antlr.RuleContext
- func (*Alter_typeContext) IsAlter_typeContext()
- func (s *Alter_typeContext) Modifier_clause() IModifier_clauseContext
- func (s *Alter_typeContext) Overriding_subprogram_spec() IOverriding_subprogram_specContext
- func (s *Alter_typeContext) Replace_type_clause() IReplace_type_clauseContext
- func (s *Alter_typeContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_typeContext) TYPE() antlr.TerminalNode
- func (s *Alter_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_typeContext) Type_name() IType_nameContext
- type Alter_userContext
- func (s *Alter_userContext) ALTER() antlr.TerminalNode
- func (s *Alter_userContext) AllAlter_identified_by() []IAlter_identified_byContext
- func (s *Alter_userContext) AllAlter_user_editions_clause() []IAlter_user_editions_clauseContext
- func (s *Alter_userContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_userContext) AllContainer_clause() []IContainer_clauseContext
- func (s *Alter_userContext) AllContainer_data_clause() []IContainer_data_clauseContext
- func (s *Alter_userContext) AllIdentified_other_clause() []IIdentified_other_clauseContext
- func (s *Alter_userContext) AllPassword_expire_clause() []IPassword_expire_clauseContext
- func (s *Alter_userContext) AllProfile_clause() []IProfile_clauseContext
- func (s *Alter_userContext) AllQuota_clause() []IQuota_clauseContext
- func (s *Alter_userContext) AllUser_default_role_clause() []IUser_default_role_clauseContext
- func (s *Alter_userContext) AllUser_lock_clause() []IUser_lock_clauseContext
- func (s *Alter_userContext) AllUser_object_name() []IUser_object_nameContext
- func (s *Alter_userContext) AllUser_tablespace_clause() []IUser_tablespace_clauseContext
- func (s *Alter_userContext) Alter_identified_by(i int) IAlter_identified_byContext
- func (s *Alter_userContext) Alter_user_editions_clause(i int) IAlter_user_editions_clauseContext
- func (s *Alter_userContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_userContext) Container_clause(i int) IContainer_clauseContext
- func (s *Alter_userContext) Container_data_clause(i int) IContainer_data_clauseContext
- func (s *Alter_userContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_userContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_userContext) GetParser() antlr.Parser
- func (s *Alter_userContext) GetRuleContext() antlr.RuleContext
- func (s *Alter_userContext) Identified_other_clause(i int) IIdentified_other_clauseContext
- func (*Alter_userContext) IsAlter_userContext()
- func (s *Alter_userContext) Password_expire_clause(i int) IPassword_expire_clauseContext
- func (s *Alter_userContext) Profile_clause(i int) IProfile_clauseContext
- func (s *Alter_userContext) Proxy_clause() IProxy_clauseContext
- func (s *Alter_userContext) Quota_clause(i int) IQuota_clauseContext
- func (s *Alter_userContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_userContext) USER() antlr.TerminalNode
- func (s *Alter_userContext) User_default_role_clause(i int) IUser_default_role_clauseContext
- func (s *Alter_userContext) User_lock_clause(i int) IUser_lock_clauseContext
- func (s *Alter_userContext) User_object_name(i int) IUser_object_nameContext
- func (s *Alter_userContext) User_tablespace_clause(i int) IUser_tablespace_clauseContext
- type Alter_user_editions_clauseContext
- func (s *Alter_user_editions_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_user_editions_clauseContext) AllRegular_id() []IRegular_idContext
- func (s *Alter_user_editions_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_user_editions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_user_editions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_user_editions_clauseContext) FOR() antlr.TerminalNode
- func (s *Alter_user_editions_clauseContext) FORCE() antlr.TerminalNode
- func (s *Alter_user_editions_clauseContext) GetParser() antlr.Parser
- func (s *Alter_user_editions_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Alter_user_editions_clauseContext) IsAlter_user_editions_clauseContext()
- func (s *Alter_user_editions_clauseContext) Regular_id(i int) IRegular_idContext
- func (s *Alter_user_editions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_user_editions_clauseContext) User_editions_clause() IUser_editions_clauseContext
- type Alter_varray_col_propertiesContext
- func (s *Alter_varray_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_varray_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_varray_col_propertiesContext) GetParser() antlr.Parser
- func (s *Alter_varray_col_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Alter_varray_col_propertiesContext) IsAlter_varray_col_propertiesContext()
- func (s *Alter_varray_col_propertiesContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Alter_varray_col_propertiesContext) MODIFY() antlr.TerminalNode
- func (s *Alter_varray_col_propertiesContext) Modify_lob_parameters() IModify_lob_parametersContext
- func (s *Alter_varray_col_propertiesContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Alter_varray_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_varray_col_propertiesContext) VARRAY() antlr.TerminalNode
- func (s *Alter_varray_col_propertiesContext) Varray_item() IVarray_itemContext
- type Alter_viewContext
- func (s *Alter_viewContext) ADD() antlr.TerminalNode
- func (s *Alter_viewContext) ALTER() antlr.TerminalNode
- func (s *Alter_viewContext) AllCOMMA() []antlr.TerminalNode
- func (s *Alter_viewContext) AllColumn_name() []IColumn_nameContext
- func (s *Alter_viewContext) Alter_view_editionable() IAlter_view_editionableContext
- func (s *Alter_viewContext) COMMA(i int) antlr.TerminalNode
- func (s *Alter_viewContext) COMPILE() antlr.TerminalNode
- func (s *Alter_viewContext) CONSTRAINT() antlr.TerminalNode
- func (s *Alter_viewContext) Column_name(i int) IColumn_nameContext
- func (s *Alter_viewContext) Constraint_name() IConstraint_nameContext
- func (s *Alter_viewContext) DROP() antlr.TerminalNode
- func (s *Alter_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_viewContext) GetParser() antlr.Parser
- func (s *Alter_viewContext) GetRuleContext() antlr.RuleContext
- func (*Alter_viewContext) IsAlter_viewContext()
- func (s *Alter_viewContext) KEY() antlr.TerminalNode
- func (s *Alter_viewContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Alter_viewContext) MODIFY() antlr.TerminalNode
- func (s *Alter_viewContext) NORELY() antlr.TerminalNode
- func (s *Alter_viewContext) ONLY() antlr.TerminalNode
- func (s *Alter_viewContext) Out_of_line_constraint() IOut_of_line_constraintContext
- func (s *Alter_viewContext) PRIMARY() antlr.TerminalNode
- func (s *Alter_viewContext) READ() antlr.TerminalNode
- func (s *Alter_viewContext) RELY() antlr.TerminalNode
- func (s *Alter_viewContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Alter_viewContext) SEMICOLON() antlr.TerminalNode
- func (s *Alter_viewContext) Tableview_name() ITableview_nameContext
- func (s *Alter_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Alter_viewContext) UNIQUE() antlr.TerminalNode
- func (s *Alter_viewContext) VIEW() antlr.TerminalNode
- func (s *Alter_viewContext) WRITE() antlr.TerminalNode
- type Alter_view_editionableContext
- func (s *Alter_view_editionableContext) EDITIONABLE() antlr.TerminalNode
- func (s *Alter_view_editionableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Alter_view_editionableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Alter_view_editionableContext) GetParser() antlr.Parser
- func (s *Alter_view_editionableContext) GetRuleContext() antlr.RuleContext
- func (*Alter_view_editionableContext) IsAlter_view_editionableContext()
- func (s *Alter_view_editionableContext) NONEDITIONABLE() antlr.TerminalNode
- func (s *Alter_view_editionableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnalyzeContext
- func (s *AnalyzeContext) ANALYZE() antlr.TerminalNode
- func (s *AnalyzeContext) CHAINED() antlr.TerminalNode
- func (s *AnalyzeContext) CLUSTER() antlr.TerminalNode
- func (s *AnalyzeContext) Cluster_name() ICluster_nameContext
- func (s *AnalyzeContext) DELETE() antlr.TerminalNode
- func (s *AnalyzeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnalyzeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnalyzeContext) GetParser() antlr.Parser
- func (s *AnalyzeContext) GetRuleContext() antlr.RuleContext
- func (s *AnalyzeContext) INDEX() antlr.TerminalNode
- func (s *AnalyzeContext) Index_name() IIndex_nameContext
- func (s *AnalyzeContext) Into_clause1() IInto_clause1Context
- func (*AnalyzeContext) IsAnalyzeContext()
- func (s *AnalyzeContext) LIST() antlr.TerminalNode
- func (s *AnalyzeContext) Partition_extention_clause() IPartition_extention_clauseContext
- func (s *AnalyzeContext) ROWS() antlr.TerminalNode
- func (s *AnalyzeContext) SEMICOLON() antlr.TerminalNode
- func (s *AnalyzeContext) STATISTICS() antlr.TerminalNode
- func (s *AnalyzeContext) SYSTEM() antlr.TerminalNode
- func (s *AnalyzeContext) TABLE() antlr.TerminalNode
- func (s *AnalyzeContext) Tableview_name() ITableview_nameContext
- func (s *AnalyzeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AnalyzeContext) Validation_clauses() IValidation_clausesContext
- type Anonymous_blockContext
- func (s *Anonymous_blockContext) AllException_handler() []IException_handlerContext
- func (s *Anonymous_blockContext) BEGIN() antlr.TerminalNode
- func (s *Anonymous_blockContext) DECLARE() antlr.TerminalNode
- func (s *Anonymous_blockContext) END() antlr.TerminalNode
- func (s *Anonymous_blockContext) EXCEPTION() antlr.TerminalNode
- func (s *Anonymous_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Anonymous_blockContext) Exception_handler(i int) IException_handlerContext
- func (s *Anonymous_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Anonymous_blockContext) GetParser() antlr.Parser
- func (s *Anonymous_blockContext) GetRuleContext() antlr.RuleContext
- func (*Anonymous_blockContext) IsAnonymous_blockContext()
- func (s *Anonymous_blockContext) SEMICOLON() antlr.TerminalNode
- func (s *Anonymous_blockContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Anonymous_blockContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Anonymous_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ArgumentContext
- func (s *ArgumentContext) EQUALS_OP() antlr.TerminalNode
- func (s *ArgumentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ArgumentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ArgumentContext) Expression() IExpressionContext
- func (s *ArgumentContext) GREATER_THAN_OP() antlr.TerminalNode
- func (s *ArgumentContext) GetParser() antlr.Parser
- func (s *ArgumentContext) GetRuleContext() antlr.RuleContext
- func (s *ArgumentContext) Identifier() IIdentifierContext
- func (*ArgumentContext) IsArgumentContext()
- func (s *ArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Assignment_statementContext
- func (s *Assignment_statementContext) ASSIGN_OP() antlr.TerminalNode
- func (s *Assignment_statementContext) Bind_variable() IBind_variableContext
- func (s *Assignment_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Assignment_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Assignment_statementContext) Expression() IExpressionContext
- func (s *Assignment_statementContext) General_element() IGeneral_elementContext
- func (s *Assignment_statementContext) GetParser() antlr.Parser
- func (s *Assignment_statementContext) GetRuleContext() antlr.RuleContext
- func (*Assignment_statementContext) IsAssignment_statementContext()
- func (s *Assignment_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Associate_statisticsContext
- func (s *Associate_statisticsContext) ASSOCIATE() antlr.TerminalNode
- func (s *Associate_statisticsContext) Column_association() IColumn_associationContext
- func (s *Associate_statisticsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Associate_statisticsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Associate_statisticsContext) Function_association() IFunction_associationContext
- func (s *Associate_statisticsContext) GetParser() antlr.Parser
- func (s *Associate_statisticsContext) GetRuleContext() antlr.RuleContext
- func (*Associate_statisticsContext) IsAssociate_statisticsContext()
- func (s *Associate_statisticsContext) SEMICOLON() antlr.TerminalNode
- func (s *Associate_statisticsContext) STATISTICS() antlr.TerminalNode
- func (s *Associate_statisticsContext) Storage_table_clause() IStorage_table_clauseContext
- func (s *Associate_statisticsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Associate_statisticsContext) WITH() antlr.TerminalNode
- type AtomContext
- func (s *AtomContext) AllSubquery_operation_part() []ISubquery_operation_partContext
- func (s *AtomContext) Bind_variable() IBind_variableContext
- func (s *AtomContext) Constant() IConstantContext
- func (s *AtomContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomContext) Expressions() IExpressionsContext
- func (s *AtomContext) General_element() IGeneral_elementContext
- func (s *AtomContext) GetParser() antlr.Parser
- func (s *AtomContext) GetRuleContext() antlr.RuleContext
- func (*AtomContext) IsAtomContext()
- func (s *AtomContext) LEFT_PAREN() antlr.TerminalNode
- func (s *AtomContext) Outer_join_sign() IOuter_join_signContext
- func (s *AtomContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *AtomContext) Subquery() ISubqueryContext
- func (s *AtomContext) Subquery_operation_part(i int) ISubquery_operation_partContext
- func (s *AtomContext) Table_element() ITable_elementContext
- func (s *AtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Attribute_definitionContext
- func (s *Attribute_definitionContext) Attribute_name() IAttribute_nameContext
- func (s *Attribute_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Attribute_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Attribute_definitionContext) GetParser() antlr.Parser
- func (s *Attribute_definitionContext) GetRuleContext() antlr.RuleContext
- func (*Attribute_definitionContext) IsAttribute_definitionContext()
- func (s *Attribute_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Attribute_definitionContext) Type_spec() IType_specContext
- type Attribute_nameContext
- func (s *Attribute_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Attribute_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Attribute_nameContext) GetParser() antlr.Parser
- func (s *Attribute_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Attribute_nameContext) Identifier() IIdentifierContext
- func (*Attribute_nameContext) IsAttribute_nameContext()
- func (s *Attribute_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Audit_container_clauseContext
- func (s *Audit_container_clauseContext) ALL() antlr.TerminalNode
- func (s *Audit_container_clauseContext) CONTAINER() antlr.TerminalNode
- func (s *Audit_container_clauseContext) CURRENT() antlr.TerminalNode
- func (s *Audit_container_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Audit_container_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_container_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_container_clauseContext) GetParser() antlr.Parser
- func (s *Audit_container_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Audit_container_clauseContext) IsAudit_container_clauseContext()
- func (s *Audit_container_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Audit_direct_pathContext
- func (s *Audit_direct_pathContext) Auditing_by_clause() IAuditing_by_clauseContext
- func (s *Audit_direct_pathContext) DIRECT_PATH() antlr.TerminalNode
- func (s *Audit_direct_pathContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_direct_pathContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_direct_pathContext) GetParser() antlr.Parser
- func (s *Audit_direct_pathContext) GetRuleContext() antlr.RuleContext
- func (*Audit_direct_pathContext) IsAudit_direct_pathContext()
- func (s *Audit_direct_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Audit_operation_clauseContext
- func (s *Audit_operation_clauseContext) ALL(i int) antlr.TerminalNode
- func (s *Audit_operation_clauseContext) AllALL() []antlr.TerminalNode
- func (s *Audit_operation_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Audit_operation_clauseContext) AllPRIVILEGES() []antlr.TerminalNode
- func (s *Audit_operation_clauseContext) AllSTATEMENTS() []antlr.TerminalNode
- func (s *Audit_operation_clauseContext) AllSql_statement_shortcut() []ISql_statement_shortcutContext
- func (s *Audit_operation_clauseContext) AllSystem_privilege() []ISystem_privilegeContext
- func (s *Audit_operation_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Audit_operation_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_operation_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_operation_clauseContext) GetParser() antlr.Parser
- func (s *Audit_operation_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Audit_operation_clauseContext) IsAudit_operation_clauseContext()
- func (s *Audit_operation_clauseContext) PRIVILEGES(i int) antlr.TerminalNode
- func (s *Audit_operation_clauseContext) STATEMENTS(i int) antlr.TerminalNode
- func (s *Audit_operation_clauseContext) Sql_statement_shortcut(i int) ISql_statement_shortcutContext
- func (s *Audit_operation_clauseContext) System_privilege(i int) ISystem_privilegeContext
- func (s *Audit_operation_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Audit_schema_object_clauseContext
- func (s *Audit_schema_object_clauseContext) ALL() antlr.TerminalNode
- func (s *Audit_schema_object_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Audit_schema_object_clauseContext) AllSql_operation() []ISql_operationContext
- func (s *Audit_schema_object_clauseContext) Auditing_on_clause() IAuditing_on_clauseContext
- func (s *Audit_schema_object_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Audit_schema_object_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_schema_object_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_schema_object_clauseContext) GetParser() antlr.Parser
- func (s *Audit_schema_object_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Audit_schema_object_clauseContext) IsAudit_schema_object_clauseContext()
- func (s *Audit_schema_object_clauseContext) Sql_operation(i int) ISql_operationContext
- func (s *Audit_schema_object_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Audit_traditionalContext
- func (s *Audit_traditionalContext) ACCESS() antlr.TerminalNode
- func (s *Audit_traditionalContext) AUDIT() antlr.TerminalNode
- func (s *Audit_traditionalContext) AllSESSION() []antlr.TerminalNode
- func (s *Audit_traditionalContext) Audit_container_clause() IAudit_container_clauseContext
- func (s *Audit_traditionalContext) Audit_direct_path() IAudit_direct_pathContext
- func (s *Audit_traditionalContext) Audit_operation_clause() IAudit_operation_clauseContext
- func (s *Audit_traditionalContext) Audit_schema_object_clause() IAudit_schema_object_clauseContext
- func (s *Audit_traditionalContext) Auditing_by_clause() IAuditing_by_clauseContext
- func (s *Audit_traditionalContext) BY() antlr.TerminalNode
- func (s *Audit_traditionalContext) CURRENT() antlr.TerminalNode
- func (s *Audit_traditionalContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_traditionalContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_traditionalContext) GetParser() antlr.Parser
- func (s *Audit_traditionalContext) GetRuleContext() antlr.RuleContext
- func (s *Audit_traditionalContext) IN() antlr.TerminalNode
- func (*Audit_traditionalContext) IsAudit_traditionalContext()
- func (s *Audit_traditionalContext) NETWORK() antlr.TerminalNode
- func (s *Audit_traditionalContext) NOT() antlr.TerminalNode
- func (s *Audit_traditionalContext) SEMICOLON() antlr.TerminalNode
- func (s *Audit_traditionalContext) SESSION(i int) antlr.TerminalNode
- func (s *Audit_traditionalContext) SUCCESSFUL() antlr.TerminalNode
- func (s *Audit_traditionalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Audit_traditionalContext) WHENEVER() antlr.TerminalNode
- type Audit_userContext
- func (s *Audit_userContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Audit_userContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Audit_userContext) GetParser() antlr.Parser
- func (s *Audit_userContext) GetRuleContext() antlr.RuleContext
- func (*Audit_userContext) IsAudit_userContext()
- func (s *Audit_userContext) Regular_id() IRegular_idContext
- func (s *Audit_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Auditing_by_clauseContext
- func (s *Auditing_by_clauseContext) AllAudit_user() []IAudit_userContext
- func (s *Auditing_by_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Auditing_by_clauseContext) Audit_user(i int) IAudit_userContext
- func (s *Auditing_by_clauseContext) BY() antlr.TerminalNode
- func (s *Auditing_by_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Auditing_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Auditing_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Auditing_by_clauseContext) GetParser() antlr.Parser
- func (s *Auditing_by_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Auditing_by_clauseContext) IsAuditing_by_clauseContext()
- func (s *Auditing_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Auditing_on_clauseContext
- func (s *Auditing_on_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) DIRECTORY() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Auditing_on_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Auditing_on_clauseContext) GetParser() antlr.Parser
- func (s *Auditing_on_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Auditing_on_clauseContext) IsAuditing_on_clauseContext()
- func (s *Auditing_on_clauseContext) MINING() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) MODEL() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) Model_name() IModel_nameContext
- func (s *Auditing_on_clauseContext) ON() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) Object_name() IObject_nameContext
- func (s *Auditing_on_clauseContext) PROFILE() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) Profile_name() IProfile_nameContext
- func (s *Auditing_on_clauseContext) Regular_id() IRegular_idContext
- func (s *Auditing_on_clauseContext) SQL() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) TRANSLATION() antlr.TerminalNode
- func (s *Auditing_on_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Autoextend_clauseContext
- func (s *Autoextend_clauseContext) AUTOEXTEND() antlr.TerminalNode
- func (s *Autoextend_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Autoextend_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Autoextend_clauseContext) GetParser() antlr.Parser
- func (s *Autoextend_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Autoextend_clauseContext) IsAutoextend_clauseContext()
- func (s *Autoextend_clauseContext) Maxsize_clause() IMaxsize_clauseContext
- func (s *Autoextend_clauseContext) NEXT() antlr.TerminalNode
- func (s *Autoextend_clauseContext) OFF() antlr.TerminalNode
- func (s *Autoextend_clauseContext) ON() antlr.TerminalNode
- func (s *Autoextend_clauseContext) Size_clause() ISize_clauseContext
- func (s *Autoextend_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Autogenerated_sequence_definitionContext
- func (s *Autogenerated_sequence_definitionContext) ALWAYS() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) AS() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) AllSequence_spec() []ISequence_specContext
- func (s *Autogenerated_sequence_definitionContext) AllSequence_start_clause() []ISequence_start_clauseContext
- func (s *Autogenerated_sequence_definitionContext) BY() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) DEFAULT() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Autogenerated_sequence_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Autogenerated_sequence_definitionContext) GENERATED() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) GetParser() antlr.Parser
- func (s *Autogenerated_sequence_definitionContext) GetRuleContext() antlr.RuleContext
- func (s *Autogenerated_sequence_definitionContext) IDENTITY() antlr.TerminalNode
- func (*Autogenerated_sequence_definitionContext) IsAutogenerated_sequence_definitionContext()
- func (s *Autogenerated_sequence_definitionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) NULL_() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) ON() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Autogenerated_sequence_definitionContext) Sequence_spec(i int) ISequence_specContext
- func (s *Autogenerated_sequence_definitionContext) Sequence_start_clause(i int) ISequence_start_clauseContext
- func (s *Autogenerated_sequence_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BasePlSqlParserListener
- func (s *BasePlSqlParserListener) EnterActivate_standby_db_clause(ctx *Activate_standby_db_clauseContext)
- func (s *BasePlSqlParserListener) EnterAdd_column_clause(ctx *Add_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterAdd_constraint(ctx *Add_constraintContext)
- func (s *BasePlSqlParserListener) EnterAdd_constraint_clause(ctx *Add_constraint_clauseContext)
- func (s *BasePlSqlParserListener) EnterAdd_hash_index_partition(ctx *Add_hash_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterAdd_logfile_clauses(ctx *Add_logfile_clausesContext)
- func (s *BasePlSqlParserListener) EnterAdd_modify_drop_column_clauses(ctx *Add_modify_drop_column_clausesContext)
- func (s *BasePlSqlParserListener) EnterAdd_mv_log_column_clause(ctx *Add_mv_log_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterAdd_or_drop(ctx *Add_or_dropContext)
- func (s *BasePlSqlParserListener) EnterAdd_overflow_clause(ctx *Add_overflow_clauseContext)
- func (s *BasePlSqlParserListener) EnterAdd_rem_container_data(ctx *Add_rem_container_dataContext)
- func (s *BasePlSqlParserListener) EnterAggregate_function_name(ctx *Aggregate_function_nameContext)
- func (s *BasePlSqlParserListener) EnterAllocate_extent_clause(ctx *Allocate_extent_clauseContext)
- func (s *BasePlSqlParserListener) EnterAllow_or_disallow(ctx *Allow_or_disallowContext)
- func (s *BasePlSqlParserListener) EnterAlter_attribute_definition(ctx *Alter_attribute_definitionContext)
- func (s *BasePlSqlParserListener) EnterAlter_cluster(ctx *Alter_clusterContext)
- func (s *BasePlSqlParserListener) EnterAlter_collection_clauses(ctx *Alter_collection_clausesContext)
- func (s *BasePlSqlParserListener) EnterAlter_database(ctx *Alter_databaseContext)
- func (s *BasePlSqlParserListener) EnterAlter_datafile_clause(ctx *Alter_datafile_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_function(ctx *Alter_functionContext)
- func (s *BasePlSqlParserListener) EnterAlter_identified_by(ctx *Alter_identified_byContext)
- func (s *BasePlSqlParserListener) EnterAlter_index(ctx *Alter_indexContext)
- func (s *BasePlSqlParserListener) EnterAlter_index_ops_set1(ctx *Alter_index_ops_set1Context)
- func (s *BasePlSqlParserListener) EnterAlter_index_ops_set2(ctx *Alter_index_ops_set2Context)
- func (s *BasePlSqlParserListener) EnterAlter_index_partitioning(ctx *Alter_index_partitioningContext)
- func (s *BasePlSqlParserListener) EnterAlter_iot_clauses(ctx *Alter_iot_clausesContext)
- func (s *BasePlSqlParserListener) EnterAlter_library(ctx *Alter_libraryContext)
- func (s *BasePlSqlParserListener) EnterAlter_mapping_table_clause(ctx *Alter_mapping_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_materialized_view(ctx *Alter_materialized_viewContext)
- func (s *BasePlSqlParserListener) EnterAlter_materialized_view_log(ctx *Alter_materialized_view_logContext)
- func (s *BasePlSqlParserListener) EnterAlter_method_element(ctx *Alter_method_elementContext)
- func (s *BasePlSqlParserListener) EnterAlter_method_spec(ctx *Alter_method_specContext)
- func (s *BasePlSqlParserListener) EnterAlter_mv_option1(ctx *Alter_mv_option1Context)
- func (s *BasePlSqlParserListener) EnterAlter_mv_refresh(ctx *Alter_mv_refreshContext)
- func (s *BasePlSqlParserListener) EnterAlter_overflow_clause(ctx *Alter_overflow_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_package(ctx *Alter_packageContext)
- func (s *BasePlSqlParserListener) EnterAlter_procedure(ctx *Alter_procedureContext)
- func (s *BasePlSqlParserListener) EnterAlter_sequence(ctx *Alter_sequenceContext)
- func (s *BasePlSqlParserListener) EnterAlter_session(ctx *Alter_sessionContext)
- func (s *BasePlSqlParserListener) EnterAlter_session_set_clause(ctx *Alter_session_set_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_table(ctx *Alter_tableContext)
- func (s *BasePlSqlParserListener) EnterAlter_table_properties(ctx *Alter_table_propertiesContext)
- func (s *BasePlSqlParserListener) EnterAlter_table_properties_1(ctx *Alter_table_properties_1Context)
- func (s *BasePlSqlParserListener) EnterAlter_tablespace(ctx *Alter_tablespaceContext)
- func (s *BasePlSqlParserListener) EnterAlter_tempfile_clause(ctx *Alter_tempfile_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_trigger(ctx *Alter_triggerContext)
- func (s *BasePlSqlParserListener) EnterAlter_type(ctx *Alter_typeContext)
- func (s *BasePlSqlParserListener) EnterAlter_user(ctx *Alter_userContext)
- func (s *BasePlSqlParserListener) EnterAlter_user_editions_clause(ctx *Alter_user_editions_clauseContext)
- func (s *BasePlSqlParserListener) EnterAlter_varray_col_properties(ctx *Alter_varray_col_propertiesContext)
- func (s *BasePlSqlParserListener) EnterAlter_view(ctx *Alter_viewContext)
- func (s *BasePlSqlParserListener) EnterAlter_view_editionable(ctx *Alter_view_editionableContext)
- func (s *BasePlSqlParserListener) EnterAnalyze(ctx *AnalyzeContext)
- func (s *BasePlSqlParserListener) EnterAnonymous_block(ctx *Anonymous_blockContext)
- func (s *BasePlSqlParserListener) EnterArgument(ctx *ArgumentContext)
- func (s *BasePlSqlParserListener) EnterAssignment_statement(ctx *Assignment_statementContext)
- func (s *BasePlSqlParserListener) EnterAssociate_statistics(ctx *Associate_statisticsContext)
- func (s *BasePlSqlParserListener) EnterAtom(ctx *AtomContext)
- func (s *BasePlSqlParserListener) EnterAttribute_definition(ctx *Attribute_definitionContext)
- func (s *BasePlSqlParserListener) EnterAttribute_name(ctx *Attribute_nameContext)
- func (s *BasePlSqlParserListener) EnterAudit_container_clause(ctx *Audit_container_clauseContext)
- func (s *BasePlSqlParserListener) EnterAudit_direct_path(ctx *Audit_direct_pathContext)
- func (s *BasePlSqlParserListener) EnterAudit_operation_clause(ctx *Audit_operation_clauseContext)
- func (s *BasePlSqlParserListener) EnterAudit_schema_object_clause(ctx *Audit_schema_object_clauseContext)
- func (s *BasePlSqlParserListener) EnterAudit_traditional(ctx *Audit_traditionalContext)
- func (s *BasePlSqlParserListener) EnterAudit_user(ctx *Audit_userContext)
- func (s *BasePlSqlParserListener) EnterAuditing_by_clause(ctx *Auditing_by_clauseContext)
- func (s *BasePlSqlParserListener) EnterAuditing_on_clause(ctx *Auditing_on_clauseContext)
- func (s *BasePlSqlParserListener) EnterAutoextend_clause(ctx *Autoextend_clauseContext)
- func (s *BasePlSqlParserListener) EnterAutogenerated_sequence_definition(ctx *Autogenerated_sequence_definitionContext)
- func (s *BasePlSqlParserListener) EnterBegin_or_end(ctx *Begin_or_endContext)
- func (s *BasePlSqlParserListener) EnterBetween_bound(ctx *Between_boundContext)
- func (s *BasePlSqlParserListener) EnterBetween_elements(ctx *Between_elementsContext)
- func (s *BasePlSqlParserListener) EnterBind_variable(ctx *Bind_variableContext)
- func (s *BasePlSqlParserListener) EnterBitmap_join_index_clause(ctx *Bitmap_join_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterBlock(ctx *BlockContext)
- func (s *BasePlSqlParserListener) EnterBody(ctx *BodyContext)
- func (s *BasePlSqlParserListener) EnterBounds_clause(ctx *Bounds_clauseContext)
- func (s *BasePlSqlParserListener) EnterBuild_clause(ctx *Build_clauseContext)
- func (s *BasePlSqlParserListener) EnterC_agent_in_clause(ctx *C_agent_in_clauseContext)
- func (s *BasePlSqlParserListener) EnterC_parameters_clause(ctx *C_parameters_clauseContext)
- func (s *BasePlSqlParserListener) EnterC_spec(ctx *C_specContext)
- func (s *BasePlSqlParserListener) EnterCache_or_nocache(ctx *Cache_or_nocacheContext)
- func (s *BasePlSqlParserListener) EnterCall_spec(ctx *Call_specContext)
- func (s *BasePlSqlParserListener) EnterCase_else_part(ctx *Case_else_partContext)
- func (s *BasePlSqlParserListener) EnterCase_statement(ctx *Case_statementContext)
- func (s *BasePlSqlParserListener) EnterCell_assignment(ctx *Cell_assignmentContext)
- func (s *BasePlSqlParserListener) EnterCell_reference_options(ctx *Cell_reference_optionsContext)
- func (s *BasePlSqlParserListener) EnterChar_set_name(ctx *Char_set_nameContext)
- func (s *BasePlSqlParserListener) EnterCheck_constraint(ctx *Check_constraintContext)
- func (s *BasePlSqlParserListener) EnterClose_statement(ctx *Close_statementContext)
- func (s *BasePlSqlParserListener) EnterCluster_index_clause(ctx *Cluster_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterCluster_name(ctx *Cluster_nameContext)
- func (s *BasePlSqlParserListener) EnterCoalesce_index_partition(ctx *Coalesce_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterCollect_order_by_part(ctx *Collect_order_by_partContext)
- func (s *BasePlSqlParserListener) EnterCollection_item(ctx *Collection_itemContext)
- func (s *BasePlSqlParserListener) EnterCollection_name(ctx *Collection_nameContext)
- func (s *BasePlSqlParserListener) EnterColumn_alias(ctx *Column_aliasContext)
- func (s *BasePlSqlParserListener) EnterColumn_association(ctx *Column_associationContext)
- func (s *BasePlSqlParserListener) EnterColumn_based_update_set_clause(ctx *Column_based_update_set_clauseContext)
- func (s *BasePlSqlParserListener) EnterColumn_clauses(ctx *Column_clausesContext)
- func (s *BasePlSqlParserListener) EnterColumn_definition(ctx *Column_definitionContext)
- func (s *BasePlSqlParserListener) EnterColumn_list(ctx *Column_listContext)
- func (s *BasePlSqlParserListener) EnterColumn_name(ctx *Column_nameContext)
- func (s *BasePlSqlParserListener) EnterColumn_or_attribute(ctx *Column_or_attributeContext)
- func (s *BasePlSqlParserListener) EnterColumn_properties(ctx *Column_propertiesContext)
- func (s *BasePlSqlParserListener) EnterComment_on_column(ctx *Comment_on_columnContext)
- func (s *BasePlSqlParserListener) EnterComment_on_table(ctx *Comment_on_tableContext)
- func (s *BasePlSqlParserListener) EnterCommit_statement(ctx *Commit_statementContext)
- func (s *BasePlSqlParserListener) EnterCommit_switchover_clause(ctx *Commit_switchover_clauseContext)
- func (s *BasePlSqlParserListener) EnterCompile_type_clause(ctx *Compile_type_clauseContext)
- func (s *BasePlSqlParserListener) EnterCompiler_parameters_clause(ctx *Compiler_parameters_clauseContext)
- func (s *BasePlSqlParserListener) EnterComposite_hash_partitions(ctx *Composite_hash_partitionsContext)
- func (s *BasePlSqlParserListener) EnterComposite_list_partitions(ctx *Composite_list_partitionsContext)
- func (s *BasePlSqlParserListener) EnterComposite_range_partitions(ctx *Composite_range_partitionsContext)
- func (s *BasePlSqlParserListener) EnterCompound_dml_trigger(ctx *Compound_dml_triggerContext)
- func (s *BasePlSqlParserListener) EnterCompound_expression(ctx *Compound_expressionContext)
- func (s *BasePlSqlParserListener) EnterCompound_trigger_block(ctx *Compound_trigger_blockContext)
- func (s *BasePlSqlParserListener) EnterConcatenation(ctx *ConcatenationContext)
- func (s *BasePlSqlParserListener) EnterCondition(ctx *ConditionContext)
- func (s *BasePlSqlParserListener) EnterConditional_insert_clause(ctx *Conditional_insert_clauseContext)
- func (s *BasePlSqlParserListener) EnterConditional_insert_else_part(ctx *Conditional_insert_else_partContext)
- func (s *BasePlSqlParserListener) EnterConditional_insert_when_part(ctx *Conditional_insert_when_partContext)
- func (s *BasePlSqlParserListener) EnterConstant(ctx *ConstantContext)
- func (s *BasePlSqlParserListener) EnterConstraint_clauses(ctx *Constraint_clausesContext)
- func (s *BasePlSqlParserListener) EnterConstraint_name(ctx *Constraint_nameContext)
- func (s *BasePlSqlParserListener) EnterConstraint_state(ctx *Constraint_stateContext)
- func (s *BasePlSqlParserListener) EnterConstructor_declaration(ctx *Constructor_declarationContext)
- func (s *BasePlSqlParserListener) EnterConstructor_spec(ctx *Constructor_specContext)
- func (s *BasePlSqlParserListener) EnterContainer_clause(ctx *Container_clauseContext)
- func (s *BasePlSqlParserListener) EnterContainer_data_clause(ctx *Container_data_clauseContext)
- func (s *BasePlSqlParserListener) EnterContainer_names(ctx *Container_namesContext)
- func (s *BasePlSqlParserListener) EnterContainer_tableview_name(ctx *Container_tableview_nameContext)
- func (s *BasePlSqlParserListener) EnterContinue_statement(ctx *Continue_statementContext)
- func (s *BasePlSqlParserListener) EnterControlfile_clauses(ctx *Controlfile_clausesContext)
- func (s *BasePlSqlParserListener) EnterConvert_database_clause(ctx *Convert_database_clauseContext)
- func (s *BasePlSqlParserListener) EnterCost_class_name(ctx *Cost_class_nameContext)
- func (s *BasePlSqlParserListener) EnterCost_matrix_clause(ctx *Cost_matrix_clauseContext)
- func (s *BasePlSqlParserListener) EnterCpu_cost(ctx *Cpu_costContext)
- func (s *BasePlSqlParserListener) EnterCreate_cluster(ctx *Create_clusterContext)
- func (s *BasePlSqlParserListener) EnterCreate_context(ctx *Create_contextContext)
- func (s *BasePlSqlParserListener) EnterCreate_datafile_clause(ctx *Create_datafile_clauseContext)
- func (s *BasePlSqlParserListener) EnterCreate_directory(ctx *Create_directoryContext)
- func (s *BasePlSqlParserListener) EnterCreate_function_body(ctx *Create_function_bodyContext)
- func (s *BasePlSqlParserListener) EnterCreate_index(ctx *Create_indexContext)
- func (s *BasePlSqlParserListener) EnterCreate_materialized_view(ctx *Create_materialized_viewContext)
- func (s *BasePlSqlParserListener) EnterCreate_materialized_view_log(ctx *Create_materialized_view_logContext)
- func (s *BasePlSqlParserListener) EnterCreate_mv_refresh(ctx *Create_mv_refreshContext)
- func (s *BasePlSqlParserListener) EnterCreate_package(ctx *Create_packageContext)
- func (s *BasePlSqlParserListener) EnterCreate_package_body(ctx *Create_package_bodyContext)
- func (s *BasePlSqlParserListener) EnterCreate_procedure_body(ctx *Create_procedure_bodyContext)
- func (s *BasePlSqlParserListener) EnterCreate_sequence(ctx *Create_sequenceContext)
- func (s *BasePlSqlParserListener) EnterCreate_synonym(ctx *Create_synonymContext)
- func (s *BasePlSqlParserListener) EnterCreate_table(ctx *Create_tableContext)
- func (s *BasePlSqlParserListener) EnterCreate_tablespace(ctx *Create_tablespaceContext)
- func (s *BasePlSqlParserListener) EnterCreate_trigger(ctx *Create_triggerContext)
- func (s *BasePlSqlParserListener) EnterCreate_type(ctx *Create_typeContext)
- func (s *BasePlSqlParserListener) EnterCreate_user(ctx *Create_userContext)
- func (s *BasePlSqlParserListener) EnterCreate_view(ctx *Create_viewContext)
- func (s *BasePlSqlParserListener) EnterCursor_declaration(ctx *Cursor_declarationContext)
- func (s *BasePlSqlParserListener) EnterCursor_expression(ctx *Cursor_expressionContext)
- func (s *BasePlSqlParserListener) EnterCursor_loop_param(ctx *Cursor_loop_paramContext)
- func (s *BasePlSqlParserListener) EnterCursor_manipulation_statements(ctx *Cursor_manipulation_statementsContext)
- func (s *BasePlSqlParserListener) EnterCursor_name(ctx *Cursor_nameContext)
- func (s *BasePlSqlParserListener) EnterCycle_clause(ctx *Cycle_clauseContext)
- func (s *BasePlSqlParserListener) EnterData_manipulation_language_statements(ctx *Data_manipulation_language_statementsContext)
- func (s *BasePlSqlParserListener) EnterDatabase(ctx *DatabaseContext)
- func (s *BasePlSqlParserListener) EnterDatabase_file_clauses(ctx *Database_file_clausesContext)
- func (s *BasePlSqlParserListener) EnterDatabase_name(ctx *Database_nameContext)
- func (s *BasePlSqlParserListener) EnterDatafile_specification(ctx *Datafile_specificationContext)
- func (s *BasePlSqlParserListener) EnterDatafile_tempfile_clauses(ctx *Datafile_tempfile_clausesContext)
- func (s *BasePlSqlParserListener) EnterDatafile_tempfile_spec(ctx *Datafile_tempfile_specContext)
- func (s *BasePlSqlParserListener) EnterDatatype(ctx *DatatypeContext)
- func (s *BasePlSqlParserListener) EnterDatatype_null_enable(ctx *Datatype_null_enableContext)
- func (s *BasePlSqlParserListener) EnterDatetime_expr(ctx *Datetime_exprContext)
- func (s *BasePlSqlParserListener) EnterDb_name(ctx *Db_nameContext)
- func (s *BasePlSqlParserListener) EnterDeallocate_unused_clause(ctx *Deallocate_unused_clauseContext)
- func (s *BasePlSqlParserListener) EnterDeclare_spec(ctx *Declare_specContext)
- func (s *BasePlSqlParserListener) EnterDefault_cost_clause(ctx *Default_cost_clauseContext)
- func (s *BasePlSqlParserListener) EnterDefault_selectivity(ctx *Default_selectivityContext)
- func (s *BasePlSqlParserListener) EnterDefault_selectivity_clause(ctx *Default_selectivity_clauseContext)
- func (s *BasePlSqlParserListener) EnterDefault_settings_clause(ctx *Default_settings_clauseContext)
- func (s *BasePlSqlParserListener) EnterDefault_value_part(ctx *Default_value_partContext)
- func (s *BasePlSqlParserListener) EnterDeferred_segment_creation(ctx *Deferred_segment_creationContext)
- func (s *BasePlSqlParserListener) EnterDelete_statement(ctx *Delete_statementContext)
- func (s *BasePlSqlParserListener) EnterDependent_exceptions_part(ctx *Dependent_exceptions_partContext)
- func (s *BasePlSqlParserListener) EnterDependent_handling_clause(ctx *Dependent_handling_clauseContext)
- func (s *BasePlSqlParserListener) EnterDir_object_name(ctx *Dir_object_nameContext)
- func (s *BasePlSqlParserListener) EnterDirectory_name(ctx *Directory_nameContext)
- func (s *BasePlSqlParserListener) EnterDirectory_path(ctx *Directory_pathContext)
- func (s *BasePlSqlParserListener) EnterDisable_constraint(ctx *Disable_constraintContext)
- func (s *BasePlSqlParserListener) EnterDml_event_clause(ctx *Dml_event_clauseContext)
- func (s *BasePlSqlParserListener) EnterDml_event_element(ctx *Dml_event_elementContext)
- func (s *BasePlSqlParserListener) EnterDml_event_nested_clause(ctx *Dml_event_nested_clauseContext)
- func (s *BasePlSqlParserListener) EnterDml_table_expression_clause(ctx *Dml_table_expression_clauseContext)
- func (s *BasePlSqlParserListener) EnterDomain(ctx *DomainContext)
- func (s *BasePlSqlParserListener) EnterDomain_index_clause(ctx *Domain_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterDrop_column_clause(ctx *Drop_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterDrop_constraint(ctx *Drop_constraintContext)
- func (s *BasePlSqlParserListener) EnterDrop_constraint_clause(ctx *Drop_constraint_clauseContext)
- func (s *BasePlSqlParserListener) EnterDrop_function(ctx *Drop_functionContext)
- func (s *BasePlSqlParserListener) EnterDrop_index(ctx *Drop_indexContext)
- func (s *BasePlSqlParserListener) EnterDrop_index_partition(ctx *Drop_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterDrop_logfile_clauses(ctx *Drop_logfile_clausesContext)
- func (s *BasePlSqlParserListener) EnterDrop_package(ctx *Drop_packageContext)
- func (s *BasePlSqlParserListener) EnterDrop_primary_key_or_unique_or_generic_clause(ctx *Drop_primary_key_or_unique_or_generic_clauseContext)
- func (s *BasePlSqlParserListener) EnterDrop_procedure(ctx *Drop_procedureContext)
- func (s *BasePlSqlParserListener) EnterDrop_sequence(ctx *Drop_sequenceContext)
- func (s *BasePlSqlParserListener) EnterDrop_table(ctx *Drop_tableContext)
- func (s *BasePlSqlParserListener) EnterDrop_trigger(ctx *Drop_triggerContext)
- func (s *BasePlSqlParserListener) EnterDrop_type(ctx *Drop_typeContext)
- func (s *BasePlSqlParserListener) EnterDrop_view(ctx *Drop_viewContext)
- func (s *BasePlSqlParserListener) EnterDynamic_returning_clause(ctx *Dynamic_returning_clauseContext)
- func (s *BasePlSqlParserListener) EnterEdition_name(ctx *Edition_nameContext)
- func (s *BasePlSqlParserListener) EnterElement_spec(ctx *Element_specContext)
- func (s *BasePlSqlParserListener) EnterElement_spec_options(ctx *Element_spec_optionsContext)
- func (s *BasePlSqlParserListener) EnterElse_part(ctx *Else_partContext)
- func (s *BasePlSqlParserListener) EnterElsif_part(ctx *Elsif_partContext)
- func (s *BasePlSqlParserListener) EnterEnable_constraint(ctx *Enable_constraintContext)
- func (s *BasePlSqlParserListener) EnterEnable_disable_clause(ctx *Enable_disable_clauseContext)
- func (s *BasePlSqlParserListener) EnterEnable_or_disable(ctx *Enable_or_disableContext)
- func (s *BasePlSqlParserListener) EnterEncryption_spec(ctx *Encryption_specContext)
- func (s *BasePlSqlParserListener) EnterEnd_time_column(ctx *End_time_columnContext)
- func (s *BasePlSqlParserListener) EnterError_logging_clause(ctx *Error_logging_clauseContext)
- func (s *BasePlSqlParserListener) EnterError_logging_into_part(ctx *Error_logging_into_partContext)
- func (s *BasePlSqlParserListener) EnterError_logging_reject_part(ctx *Error_logging_reject_partContext)
- func (s *BasePlSqlParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)
- func (s *BasePlSqlParserListener) EnterException_declaration(ctx *Exception_declarationContext)
- func (s *BasePlSqlParserListener) EnterException_handler(ctx *Exception_handlerContext)
- func (s *BasePlSqlParserListener) EnterException_name(ctx *Exception_nameContext)
- func (s *BasePlSqlParserListener) EnterExceptions_clause(ctx *Exceptions_clauseContext)
- func (s *BasePlSqlParserListener) EnterExecute_immediate(ctx *Execute_immediateContext)
- func (s *BasePlSqlParserListener) EnterExit_statement(ctx *Exit_statementContext)
- func (s *BasePlSqlParserListener) EnterExplain_statement(ctx *Explain_statementContext)
- func (s *BasePlSqlParserListener) EnterExpression(ctx *ExpressionContext)
- func (s *BasePlSqlParserListener) EnterExpressions(ctx *ExpressionsContext)
- func (s *BasePlSqlParserListener) EnterExtent_management_clause(ctx *Extent_management_clauseContext)
- func (s *BasePlSqlParserListener) EnterFactoring_element(ctx *Factoring_elementContext)
- func (s *BasePlSqlParserListener) EnterFetch_clause(ctx *Fetch_clauseContext)
- func (s *BasePlSqlParserListener) EnterFetch_statement(ctx *Fetch_statementContext)
- func (s *BasePlSqlParserListener) EnterField_spec(ctx *Field_specContext)
- func (s *BasePlSqlParserListener) EnterFilename(ctx *FilenameContext)
- func (s *BasePlSqlParserListener) EnterFilenumber(ctx *FilenumberContext)
- func (s *BasePlSqlParserListener) EnterFlashback_archive_clause(ctx *Flashback_archive_clauseContext)
- func (s *BasePlSqlParserListener) EnterFlashback_mode_clause(ctx *Flashback_mode_clauseContext)
- func (s *BasePlSqlParserListener) EnterFlashback_query_clause(ctx *Flashback_query_clauseContext)
- func (s *BasePlSqlParserListener) EnterFor_each_row(ctx *For_each_rowContext)
- func (s *BasePlSqlParserListener) EnterFor_update_clause(ctx *For_update_clauseContext)
- func (s *BasePlSqlParserListener) EnterFor_update_of_part(ctx *For_update_of_partContext)
- func (s *BasePlSqlParserListener) EnterFor_update_options(ctx *For_update_optionsContext)
- func (s *BasePlSqlParserListener) EnterForall_statement(ctx *Forall_statementContext)
- func (s *BasePlSqlParserListener) EnterForeign_key_clause(ctx *Foreign_key_clauseContext)
- func (s *BasePlSqlParserListener) EnterFrom_clause(ctx *From_clauseContext)
- func (s *BasePlSqlParserListener) EnterFull_database_recovery(ctx *Full_database_recoveryContext)
- func (s *BasePlSqlParserListener) EnterFunc_decl_in_type(ctx *Func_decl_in_typeContext)
- func (s *BasePlSqlParserListener) EnterFunction_argument(ctx *Function_argumentContext)
- func (s *BasePlSqlParserListener) EnterFunction_argument_analytic(ctx *Function_argument_analyticContext)
- func (s *BasePlSqlParserListener) EnterFunction_argument_modeling(ctx *Function_argument_modelingContext)
- func (s *BasePlSqlParserListener) EnterFunction_association(ctx *Function_associationContext)
- func (s *BasePlSqlParserListener) EnterFunction_body(ctx *Function_bodyContext)
- func (s *BasePlSqlParserListener) EnterFunction_call(ctx *Function_callContext)
- func (s *BasePlSqlParserListener) EnterFunction_name(ctx *Function_nameContext)
- func (s *BasePlSqlParserListener) EnterFunction_spec(ctx *Function_specContext)
- func (s *BasePlSqlParserListener) EnterGeneral_element(ctx *General_elementContext)
- func (s *BasePlSqlParserListener) EnterGeneral_element_part(ctx *General_element_partContext)
- func (s *BasePlSqlParserListener) EnterGeneral_recovery(ctx *General_recoveryContext)
- func (s *BasePlSqlParserListener) EnterGeneral_table_ref(ctx *General_table_refContext)
- func (s *BasePlSqlParserListener) EnterGlobal_partitioned_index(ctx *Global_partitioned_indexContext)
- func (s *BasePlSqlParserListener) EnterGoto_statement(ctx *Goto_statementContext)
- func (s *BasePlSqlParserListener) EnterGrant_object_name(ctx *Grant_object_nameContext)
- func (s *BasePlSqlParserListener) EnterGrant_statement(ctx *Grant_statementContext)
- func (s *BasePlSqlParserListener) EnterGrantee_name(ctx *Grantee_nameContext)
- func (s *BasePlSqlParserListener) EnterGroup_by_clause(ctx *Group_by_clauseContext)
- func (s *BasePlSqlParserListener) EnterGroup_by_elements(ctx *Group_by_elementsContext)
- func (s *BasePlSqlParserListener) EnterGrouping_sets_clause(ctx *Grouping_sets_clauseContext)
- func (s *BasePlSqlParserListener) EnterGrouping_sets_elements(ctx *Grouping_sets_elementsContext)
- func (s *BasePlSqlParserListener) EnterHash_partition_quantity(ctx *Hash_partition_quantityContext)
- func (s *BasePlSqlParserListener) EnterHash_partitions(ctx *Hash_partitionsContext)
- func (s *BasePlSqlParserListener) EnterHash_partitions_by_quantity(ctx *Hash_partitions_by_quantityContext)
- func (s *BasePlSqlParserListener) EnterHash_subpartition_quantity(ctx *Hash_subpartition_quantityContext)
- func (s *BasePlSqlParserListener) EnterHash_subparts_by_quantity(ctx *Hash_subparts_by_quantityContext)
- func (s *BasePlSqlParserListener) EnterHaving_clause(ctx *Having_clauseContext)
- func (s *BasePlSqlParserListener) EnterHierarchical_query_clause(ctx *Hierarchical_query_clauseContext)
- func (s *BasePlSqlParserListener) EnterId_expression(ctx *Id_expressionContext)
- func (s *BasePlSqlParserListener) EnterIdentified_by(ctx *Identified_byContext)
- func (s *BasePlSqlParserListener) EnterIdentified_other_clause(ctx *Identified_other_clauseContext)
- func (s *BasePlSqlParserListener) EnterIdentifier(ctx *IdentifierContext)
- func (s *BasePlSqlParserListener) EnterIf_statement(ctx *If_statementContext)
- func (s *BasePlSqlParserListener) EnterImplementation_type_name(ctx *Implementation_type_nameContext)
- func (s *BasePlSqlParserListener) EnterIn_elements(ctx *In_elementsContext)
- func (s *BasePlSqlParserListener) EnterIncluding_or_excluding(ctx *Including_or_excludingContext)
- func (s *BasePlSqlParserListener) EnterIndex_attributes(ctx *Index_attributesContext)
- func (s *BasePlSqlParserListener) EnterIndex_expr(ctx *Index_exprContext)
- func (s *BasePlSqlParserListener) EnterIndex_name(ctx *Index_nameContext)
- func (s *BasePlSqlParserListener) EnterIndex_org_overflow_clause(ctx *Index_org_overflow_clauseContext)
- func (s *BasePlSqlParserListener) EnterIndex_org_table_clause(ctx *Index_org_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterIndex_partition_description(ctx *Index_partition_descriptionContext)
- func (s *BasePlSqlParserListener) EnterIndex_partitioning_clause(ctx *Index_partitioning_clauseContext)
- func (s *BasePlSqlParserListener) EnterIndex_properties(ctx *Index_propertiesContext)
- func (s *BasePlSqlParserListener) EnterIndex_subpartition_clause(ctx *Index_subpartition_clauseContext)
- func (s *BasePlSqlParserListener) EnterIndex_subpartition_subclause(ctx *Index_subpartition_subclauseContext)
- func (s *BasePlSqlParserListener) EnterIndextype(ctx *IndextypeContext)
- func (s *BasePlSqlParserListener) EnterIndextype_name(ctx *Indextype_nameContext)
- func (s *BasePlSqlParserListener) EnterIndividual_hash_partitions(ctx *Individual_hash_partitionsContext)
- func (s *BasePlSqlParserListener) EnterIndividual_hash_subparts(ctx *Individual_hash_subpartsContext)
- func (s *BasePlSqlParserListener) EnterInline_constraint(ctx *Inline_constraintContext)
- func (s *BasePlSqlParserListener) EnterInline_ref_constraint(ctx *Inline_ref_constraintContext)
- func (s *BasePlSqlParserListener) EnterInsert_into_clause(ctx *Insert_into_clauseContext)
- func (s *BasePlSqlParserListener) EnterInsert_statement(ctx *Insert_statementContext)
- func (s *BasePlSqlParserListener) EnterInstance_clauses(ctx *Instance_clausesContext)
- func (s *BasePlSqlParserListener) EnterInterval_expr(ctx *Interval_exprContext)
- func (s *BasePlSqlParserListener) EnterInterval_expression(ctx *Interval_expressionContext)
- func (s *BasePlSqlParserListener) EnterInto_clause(ctx *Into_clauseContext)
- func (s *BasePlSqlParserListener) EnterInto_clause1(ctx *Into_clause1Context)
- func (s *BasePlSqlParserListener) EnterInvoker_rights_clause(ctx *Invoker_rights_clauseContext)
- func (s *BasePlSqlParserListener) EnterIo_cost(ctx *Io_costContext)
- func (s *BasePlSqlParserListener) EnterJava_spec(ctx *Java_specContext)
- func (s *BasePlSqlParserListener) EnterJoin_clause(ctx *Join_clauseContext)
- func (s *BasePlSqlParserListener) EnterJoin_on_part(ctx *Join_on_partContext)
- func (s *BasePlSqlParserListener) EnterJoin_using_part(ctx *Join_using_partContext)
- func (s *BasePlSqlParserListener) EnterKeep_clause(ctx *Keep_clauseContext)
- func (s *BasePlSqlParserListener) EnterKey_compression(ctx *Key_compressionContext)
- func (s *BasePlSqlParserListener) EnterLabel_declaration(ctx *Label_declarationContext)
- func (s *BasePlSqlParserListener) EnterLabel_name(ctx *Label_nameContext)
- func (s *BasePlSqlParserListener) EnterLibrary_debug(ctx *Library_debugContext)
- func (s *BasePlSqlParserListener) EnterLibrary_editionable(ctx *Library_editionableContext)
- func (s *BasePlSqlParserListener) EnterLibrary_name(ctx *Library_nameContext)
- func (s *BasePlSqlParserListener) EnterLink_name(ctx *Link_nameContext)
- func (s *BasePlSqlParserListener) EnterList_partition_desc(ctx *List_partition_descContext)
- func (s *BasePlSqlParserListener) EnterList_partitions(ctx *List_partitionsContext)
- func (s *BasePlSqlParserListener) EnterList_subpartition_desc(ctx *List_subpartition_descContext)
- func (s *BasePlSqlParserListener) EnterList_values_clause(ctx *List_values_clauseContext)
- func (s *BasePlSqlParserListener) EnterLiteral(ctx *LiteralContext)
- func (s *BasePlSqlParserListener) EnterLob_compression_clause(ctx *Lob_compression_clauseContext)
- func (s *BasePlSqlParserListener) EnterLob_deduplicate_clause(ctx *Lob_deduplicate_clauseContext)
- func (s *BasePlSqlParserListener) EnterLob_item(ctx *Lob_itemContext)
- func (s *BasePlSqlParserListener) EnterLob_parameters(ctx *Lob_parametersContext)
- func (s *BasePlSqlParserListener) EnterLob_partitioning_storage(ctx *Lob_partitioning_storageContext)
- func (s *BasePlSqlParserListener) EnterLob_retention_clause(ctx *Lob_retention_clauseContext)
- func (s *BasePlSqlParserListener) EnterLob_segname(ctx *Lob_segnameContext)
- func (s *BasePlSqlParserListener) EnterLob_storage_clause(ctx *Lob_storage_clauseContext)
- func (s *BasePlSqlParserListener) EnterLob_storage_parameters(ctx *Lob_storage_parametersContext)
- func (s *BasePlSqlParserListener) EnterLocal_domain_index_clause(ctx *Local_domain_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterLocal_partitioned_index(ctx *Local_partitioned_indexContext)
- func (s *BasePlSqlParserListener) EnterLocal_xmlindex_clause(ctx *Local_xmlindex_clauseContext)
- func (s *BasePlSqlParserListener) EnterLock_mode(ctx *Lock_modeContext)
- func (s *BasePlSqlParserListener) EnterLock_table_element(ctx *Lock_table_elementContext)
- func (s *BasePlSqlParserListener) EnterLock_table_statement(ctx *Lock_table_statementContext)
- func (s *BasePlSqlParserListener) EnterLog_file_group(ctx *Log_file_groupContext)
- func (s *BasePlSqlParserListener) EnterLog_grp(ctx *Log_grpContext)
- func (s *BasePlSqlParserListener) EnterLogfile_clauses(ctx *Logfile_clausesContext)
- func (s *BasePlSqlParserListener) EnterLogfile_descriptor(ctx *Logfile_descriptorContext)
- func (s *BasePlSqlParserListener) EnterLogging_clause(ctx *Logging_clauseContext)
- func (s *BasePlSqlParserListener) EnterLogical_expression(ctx *Logical_expressionContext)
- func (s *BasePlSqlParserListener) EnterLogical_operation(ctx *Logical_operationContext)
- func (s *BasePlSqlParserListener) EnterLoop_statement(ctx *Loop_statementContext)
- func (s *BasePlSqlParserListener) EnterLower_bound(ctx *Lower_boundContext)
- func (s *BasePlSqlParserListener) EnterMain_model(ctx *Main_modelContext)
- func (s *BasePlSqlParserListener) EnterMain_model_name(ctx *Main_model_nameContext)
- func (s *BasePlSqlParserListener) EnterManaged_standby_recovery(ctx *Managed_standby_recoveryContext)
- func (s *BasePlSqlParserListener) EnterMap_order_func_declaration(ctx *Map_order_func_declarationContext)
- func (s *BasePlSqlParserListener) EnterMap_order_function_spec(ctx *Map_order_function_specContext)
- func (s *BasePlSqlParserListener) EnterMapping_table_clause(ctx *Mapping_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterMaximize_standby_db_clause(ctx *Maximize_standby_db_clauseContext)
- func (s *BasePlSqlParserListener) EnterMaxsize_clause(ctx *Maxsize_clauseContext)
- func (s *BasePlSqlParserListener) EnterMerge_element(ctx *Merge_elementContext)
- func (s *BasePlSqlParserListener) EnterMerge_insert_clause(ctx *Merge_insert_clauseContext)
- func (s *BasePlSqlParserListener) EnterMerge_statement(ctx *Merge_statementContext)
- func (s *BasePlSqlParserListener) EnterMerge_update_clause(ctx *Merge_update_clauseContext)
- func (s *BasePlSqlParserListener) EnterMerge_update_delete_part(ctx *Merge_update_delete_partContext)
- func (s *BasePlSqlParserListener) EnterModel_clause(ctx *Model_clauseContext)
- func (s *BasePlSqlParserListener) EnterModel_column(ctx *Model_columnContext)
- func (s *BasePlSqlParserListener) EnterModel_column_clauses(ctx *Model_column_clausesContext)
- func (s *BasePlSqlParserListener) EnterModel_column_list(ctx *Model_column_listContext)
- func (s *BasePlSqlParserListener) EnterModel_column_partition_part(ctx *Model_column_partition_partContext)
- func (s *BasePlSqlParserListener) EnterModel_expression(ctx *Model_expressionContext)
- func (s *BasePlSqlParserListener) EnterModel_expression_element(ctx *Model_expression_elementContext)
- func (s *BasePlSqlParserListener) EnterModel_iterate_clause(ctx *Model_iterate_clauseContext)
- func (s *BasePlSqlParserListener) EnterModel_name(ctx *Model_nameContext)
- func (s *BasePlSqlParserListener) EnterModel_rules_clause(ctx *Model_rules_clauseContext)
- func (s *BasePlSqlParserListener) EnterModel_rules_element(ctx *Model_rules_elementContext)
- func (s *BasePlSqlParserListener) EnterModel_rules_part(ctx *Model_rules_partContext)
- func (s *BasePlSqlParserListener) EnterModifier_clause(ctx *Modifier_clauseContext)
- func (s *BasePlSqlParserListener) EnterModify_col_properties(ctx *Modify_col_propertiesContext)
- func (s *BasePlSqlParserListener) EnterModify_col_substitutable(ctx *Modify_col_substitutableContext)
- func (s *BasePlSqlParserListener) EnterModify_collection_retrieval(ctx *Modify_collection_retrievalContext)
- func (s *BasePlSqlParserListener) EnterModify_column_clauses(ctx *Modify_column_clausesContext)
- func (s *BasePlSqlParserListener) EnterModify_index_default_attrs(ctx *Modify_index_default_attrsContext)
- func (s *BasePlSqlParserListener) EnterModify_index_partition(ctx *Modify_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterModify_index_partitions_ops(ctx *Modify_index_partitions_opsContext)
- func (s *BasePlSqlParserListener) EnterModify_index_subpartition(ctx *Modify_index_subpartitionContext)
- func (s *BasePlSqlParserListener) EnterModify_lob_parameters(ctx *Modify_lob_parametersContext)
- func (s *BasePlSqlParserListener) EnterModify_lob_storage_clause(ctx *Modify_lob_storage_clauseContext)
- func (s *BasePlSqlParserListener) EnterModify_mv_column_clause(ctx *Modify_mv_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterMonitoring_nomonitoring(ctx *Monitoring_nomonitoringContext)
- func (s *BasePlSqlParserListener) EnterMove_mv_log_clause(ctx *Move_mv_log_clauseContext)
- func (s *BasePlSqlParserListener) EnterMove_table_clause(ctx *Move_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterMulti_column_for_loop(ctx *Multi_column_for_loopContext)
- func (s *BasePlSqlParserListener) EnterMulti_table_element(ctx *Multi_table_elementContext)
- func (s *BasePlSqlParserListener) EnterMulti_table_insert(ctx *Multi_table_insertContext)
- func (s *BasePlSqlParserListener) EnterMultiset_expression(ctx *Multiset_expressionContext)
- func (s *BasePlSqlParserListener) EnterMv_log_augmentation(ctx *Mv_log_augmentationContext)
- func (s *BasePlSqlParserListener) EnterMv_log_purge_clause(ctx *Mv_log_purge_clauseContext)
- func (s *BasePlSqlParserListener) EnterNative_datatype_element(ctx *Native_datatype_elementContext)
- func (s *BasePlSqlParserListener) EnterNested_item(ctx *Nested_itemContext)
- func (s *BasePlSqlParserListener) EnterNested_table_col_properties(ctx *Nested_table_col_propertiesContext)
- func (s *BasePlSqlParserListener) EnterNested_table_type_def(ctx *Nested_table_type_defContext)
- func (s *BasePlSqlParserListener) EnterNetwork_cost(ctx *Network_costContext)
- func (s *BasePlSqlParserListener) EnterNew_column_name(ctx *New_column_nameContext)
- func (s *BasePlSqlParserListener) EnterNew_constraint_name(ctx *New_constraint_nameContext)
- func (s *BasePlSqlParserListener) EnterNew_index_name(ctx *New_index_nameContext)
- func (s *BasePlSqlParserListener) EnterNew_partition_name(ctx *New_partition_nameContext)
- func (s *BasePlSqlParserListener) EnterNew_tablespace_name(ctx *New_tablespace_nameContext)
- func (s *BasePlSqlParserListener) EnterNew_values_clause(ctx *New_values_clauseContext)
- func (s *BasePlSqlParserListener) EnterNon_dml_event(ctx *Non_dml_eventContext)
- func (s *BasePlSqlParserListener) EnterNon_dml_trigger(ctx *Non_dml_triggerContext)
- func (s *BasePlSqlParserListener) EnterNon_reserved_keywords_in_12c(ctx *Non_reserved_keywords_in_12cContext)
- func (s *BasePlSqlParserListener) EnterNon_reserved_keywords_pre12c(ctx *Non_reserved_keywords_pre12cContext)
- func (s *BasePlSqlParserListener) EnterNull_statement(ctx *Null_statementContext)
- func (s *BasePlSqlParserListener) EnterNumeric(ctx *NumericContext)
- func (s *BasePlSqlParserListener) EnterNumeric_function(ctx *Numeric_functionContext)
- func (s *BasePlSqlParserListener) EnterNumeric_function_name(ctx *Numeric_function_nameContext)
- func (s *BasePlSqlParserListener) EnterNumeric_function_wrapper(ctx *Numeric_function_wrapperContext)
- func (s *BasePlSqlParserListener) EnterNumeric_negative(ctx *Numeric_negativeContext)
- func (s *BasePlSqlParserListener) EnterObject_as_part(ctx *Object_as_partContext)
- func (s *BasePlSqlParserListener) EnterObject_member_spec(ctx *Object_member_specContext)
- func (s *BasePlSqlParserListener) EnterObject_name(ctx *Object_nameContext)
- func (s *BasePlSqlParserListener) EnterObject_privilege(ctx *Object_privilegeContext)
- func (s *BasePlSqlParserListener) EnterObject_properties(ctx *Object_propertiesContext)
- func (s *BasePlSqlParserListener) EnterObject_table(ctx *Object_tableContext)
- func (s *BasePlSqlParserListener) EnterObject_table_substitution(ctx *Object_table_substitutionContext)
- func (s *BasePlSqlParserListener) EnterObject_type_col_properties(ctx *Object_type_col_propertiesContext)
- func (s *BasePlSqlParserListener) EnterObject_type_def(ctx *Object_type_defContext)
- func (s *BasePlSqlParserListener) EnterObject_under_part(ctx *Object_under_partContext)
- func (s *BasePlSqlParserListener) EnterObject_view_clause(ctx *Object_view_clauseContext)
- func (s *BasePlSqlParserListener) EnterOdci_parameters(ctx *Odci_parametersContext)
- func (s *BasePlSqlParserListener) EnterOffset_clause(ctx *Offset_clauseContext)
- func (s *BasePlSqlParserListener) EnterOid_clause(ctx *Oid_clauseContext)
- func (s *BasePlSqlParserListener) EnterOid_index_clause(ctx *Oid_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterOld_column_name(ctx *Old_column_nameContext)
- func (s *BasePlSqlParserListener) EnterOld_constraint_name(ctx *Old_constraint_nameContext)
- func (s *BasePlSqlParserListener) EnterOn_comp_partitioned_clause(ctx *On_comp_partitioned_clauseContext)
- func (s *BasePlSqlParserListener) EnterOn_comp_partitioned_table(ctx *On_comp_partitioned_tableContext)
- func (s *BasePlSqlParserListener) EnterOn_delete_clause(ctx *On_delete_clauseContext)
- func (s *BasePlSqlParserListener) EnterOn_hash_partitioned_clause(ctx *On_hash_partitioned_clauseContext)
- func (s *BasePlSqlParserListener) EnterOn_hash_partitioned_table(ctx *On_hash_partitioned_tableContext)
- func (s *BasePlSqlParserListener) EnterOn_list_partitioned_table(ctx *On_list_partitioned_tableContext)
- func (s *BasePlSqlParserListener) EnterOn_range_partitioned_table(ctx *On_range_partitioned_tableContext)
- func (s *BasePlSqlParserListener) EnterOnline_or_offline(ctx *Online_or_offlineContext)
- func (s *BasePlSqlParserListener) EnterOpen_for_statement(ctx *Open_for_statementContext)
- func (s *BasePlSqlParserListener) EnterOpen_statement(ctx *Open_statementContext)
- func (s *BasePlSqlParserListener) EnterOracle_namespace(ctx *Oracle_namespaceContext)
- func (s *BasePlSqlParserListener) EnterOrder_by_clause(ctx *Order_by_clauseContext)
- func (s *BasePlSqlParserListener) EnterOrder_by_elements(ctx *Order_by_elementsContext)
- func (s *BasePlSqlParserListener) EnterOther_function(ctx *Other_functionContext)
- func (s *BasePlSqlParserListener) EnterOut_of_line_constraint(ctx *Out_of_line_constraintContext)
- func (s *BasePlSqlParserListener) EnterOut_of_line_part_storage(ctx *Out_of_line_part_storageContext)
- func (s *BasePlSqlParserListener) EnterOut_of_line_ref_constraint(ctx *Out_of_line_ref_constraintContext)
- func (s *BasePlSqlParserListener) EnterOuter_join_sign(ctx *Outer_join_signContext)
- func (s *BasePlSqlParserListener) EnterOuter_join_type(ctx *Outer_join_typeContext)
- func (s *BasePlSqlParserListener) EnterOver_clause(ctx *Over_clauseContext)
- func (s *BasePlSqlParserListener) EnterOver_clause_keyword(ctx *Over_clause_keywordContext)
- func (s *BasePlSqlParserListener) EnterOverriding_function_spec(ctx *Overriding_function_specContext)
- func (s *BasePlSqlParserListener) EnterOverriding_subprogram_spec(ctx *Overriding_subprogram_specContext)
- func (s *BasePlSqlParserListener) EnterPackage_name(ctx *Package_nameContext)
- func (s *BasePlSqlParserListener) EnterPackage_obj_body(ctx *Package_obj_bodyContext)
- func (s *BasePlSqlParserListener) EnterPackage_obj_spec(ctx *Package_obj_specContext)
- func (s *BasePlSqlParserListener) EnterParallel_clause(ctx *Parallel_clauseContext)
- func (s *BasePlSqlParserListener) EnterParallel_enable_clause(ctx *Parallel_enable_clauseContext)
- func (s *BasePlSqlParserListener) EnterParameter(ctx *ParameterContext)
- func (s *BasePlSqlParserListener) EnterParameter_name(ctx *Parameter_nameContext)
- func (s *BasePlSqlParserListener) EnterParameter_spec(ctx *Parameter_specContext)
- func (s *BasePlSqlParserListener) EnterParameter_value(ctx *Parameter_valueContext)
- func (s *BasePlSqlParserListener) EnterParen_column_list(ctx *Paren_column_listContext)
- func (s *BasePlSqlParserListener) EnterPartial_database_recovery(ctx *Partial_database_recoveryContext)
- func (s *BasePlSqlParserListener) EnterPartial_database_recovery_10g(ctx *Partial_database_recovery_10gContext)
- func (s *BasePlSqlParserListener) EnterPartition_by_clause(ctx *Partition_by_clauseContext)
- func (s *BasePlSqlParserListener) EnterPartition_extension_clause(ctx *Partition_extension_clauseContext)
- func (s *BasePlSqlParserListener) EnterPartition_extention_clause(ctx *Partition_extention_clauseContext)
- func (s *BasePlSqlParserListener) EnterPartition_key_value(ctx *Partition_key_valueContext)
- func (s *BasePlSqlParserListener) EnterPartition_name(ctx *Partition_nameContext)
- func (s *BasePlSqlParserListener) EnterPartition_name_old(ctx *Partition_name_oldContext)
- func (s *BasePlSqlParserListener) EnterPartitioned_table(ctx *Partitioned_tableContext)
- func (s *BasePlSqlParserListener) EnterPartitioning_storage_clause(ctx *Partitioning_storage_clauseContext)
- func (s *BasePlSqlParserListener) EnterPassword_expire_clause(ctx *Password_expire_clauseContext)
- func (s *BasePlSqlParserListener) EnterPeriod_definition(ctx *Period_definitionContext)
- func (s *BasePlSqlParserListener) EnterPermanent_tablespace_clause(ctx *Permanent_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) EnterPhysical_attributes_clause(ctx *Physical_attributes_clauseContext)
- func (s *BasePlSqlParserListener) EnterPhysical_properties(ctx *Physical_propertiesContext)
- func (s *BasePlSqlParserListener) EnterPipe_row_statement(ctx *Pipe_row_statementContext)
- func (s *BasePlSqlParserListener) EnterPivot_clause(ctx *Pivot_clauseContext)
- func (s *BasePlSqlParserListener) EnterPivot_element(ctx *Pivot_elementContext)
- func (s *BasePlSqlParserListener) EnterPivot_for_clause(ctx *Pivot_for_clauseContext)
- func (s *BasePlSqlParserListener) EnterPivot_in_clause(ctx *Pivot_in_clauseContext)
- func (s *BasePlSqlParserListener) EnterPivot_in_clause_element(ctx *Pivot_in_clause_elementContext)
- func (s *BasePlSqlParserListener) EnterPivot_in_clause_elements(ctx *Pivot_in_clause_elementsContext)
- func (s *BasePlSqlParserListener) EnterPolicy_name(ctx *Policy_nameContext)
- func (s *BasePlSqlParserListener) EnterPragma_clause(ctx *Pragma_clauseContext)
- func (s *BasePlSqlParserListener) EnterPragma_declaration(ctx *Pragma_declarationContext)
- func (s *BasePlSqlParserListener) EnterPragma_elements(ctx *Pragma_elementsContext)
- func (s *BasePlSqlParserListener) EnterPrecision_part(ctx *Precision_partContext)
- func (s *BasePlSqlParserListener) EnterPrimary_key_clause(ctx *Primary_key_clauseContext)
- func (s *BasePlSqlParserListener) EnterProc_decl_in_type(ctx *Proc_decl_in_typeContext)
- func (s *BasePlSqlParserListener) EnterProcedure_body(ctx *Procedure_bodyContext)
- func (s *BasePlSqlParserListener) EnterProcedure_call(ctx *Procedure_callContext)
- func (s *BasePlSqlParserListener) EnterProcedure_name(ctx *Procedure_nameContext)
- func (s *BasePlSqlParserListener) EnterProcedure_spec(ctx *Procedure_specContext)
- func (s *BasePlSqlParserListener) EnterProfile_clause(ctx *Profile_clauseContext)
- func (s *BasePlSqlParserListener) EnterProfile_name(ctx *Profile_nameContext)
- func (s *BasePlSqlParserListener) EnterProxy_clause(ctx *Proxy_clauseContext)
- func (s *BasePlSqlParserListener) EnterQuantified_expression(ctx *Quantified_expressionContext)
- func (s *BasePlSqlParserListener) EnterQuery_block(ctx *Query_blockContext)
- func (s *BasePlSqlParserListener) EnterQuery_name(ctx *Query_nameContext)
- func (s *BasePlSqlParserListener) EnterQuery_partition_clause(ctx *Query_partition_clauseContext)
- func (s *BasePlSqlParserListener) EnterQuota_clause(ctx *Quota_clauseContext)
- func (s *BasePlSqlParserListener) EnterQuoted_string(ctx *Quoted_stringContext)
- func (s *BasePlSqlParserListener) EnterRaise_statement(ctx *Raise_statementContext)
- func (s *BasePlSqlParserListener) EnterRange_partition_desc(ctx *Range_partition_descContext)
- func (s *BasePlSqlParserListener) EnterRange_partitions(ctx *Range_partitionsContext)
- func (s *BasePlSqlParserListener) EnterRange_subpartition_desc(ctx *Range_subpartition_descContext)
- func (s *BasePlSqlParserListener) EnterRange_values_clause(ctx *Range_values_clauseContext)
- func (s *BasePlSqlParserListener) EnterRebuild_clause(ctx *Rebuild_clauseContext)
- func (s *BasePlSqlParserListener) EnterRecord_name(ctx *Record_nameContext)
- func (s *BasePlSqlParserListener) EnterRecord_type_def(ctx *Record_type_defContext)
- func (s *BasePlSqlParserListener) EnterRecords_per_block_clause(ctx *Records_per_block_clauseContext)
- func (s *BasePlSqlParserListener) EnterRecovery_clauses(ctx *Recovery_clausesContext)
- func (s *BasePlSqlParserListener) EnterRedo_log_file_spec(ctx *Redo_log_file_specContext)
- func (s *BasePlSqlParserListener) EnterRef_cursor_type_def(ctx *Ref_cursor_type_defContext)
- func (s *BasePlSqlParserListener) EnterReference_model(ctx *Reference_modelContext)
- func (s *BasePlSqlParserListener) EnterReference_model_name(ctx *Reference_model_nameContext)
- func (s *BasePlSqlParserListener) EnterReference_partition_desc(ctx *Reference_partition_descContext)
- func (s *BasePlSqlParserListener) EnterReference_partitioning(ctx *Reference_partitioningContext)
- func (s *BasePlSqlParserListener) EnterReferences_clause(ctx *References_clauseContext)
- func (s *BasePlSqlParserListener) EnterReferencing_clause(ctx *Referencing_clauseContext)
- func (s *BasePlSqlParserListener) EnterReferencing_element(ctx *Referencing_elementContext)
- func (s *BasePlSqlParserListener) EnterRegister_logfile_clause(ctx *Register_logfile_clauseContext)
- func (s *BasePlSqlParserListener) EnterRegular_id(ctx *Regular_idContext)
- func (s *BasePlSqlParserListener) EnterRelational_expression(ctx *Relational_expressionContext)
- func (s *BasePlSqlParserListener) EnterRelational_operator(ctx *Relational_operatorContext)
- func (s *BasePlSqlParserListener) EnterRelational_property(ctx *Relational_propertyContext)
- func (s *BasePlSqlParserListener) EnterRelational_table(ctx *Relational_tableContext)
- func (s *BasePlSqlParserListener) EnterRelies_on_part(ctx *Relies_on_partContext)
- func (s *BasePlSqlParserListener) EnterRename_column_clause(ctx *Rename_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterRename_index_partition(ctx *Rename_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterRename_object(ctx *Rename_objectContext)
- func (s *BasePlSqlParserListener) EnterReplace_type_clause(ctx *Replace_type_clauseContext)
- func (s *BasePlSqlParserListener) EnterResetlogs_or_noresetlogs(ctx *Resetlogs_or_noresetlogsContext)
- func (s *BasePlSqlParserListener) EnterRespect_or_ignore_nulls(ctx *Respect_or_ignore_nullsContext)
- func (s *BasePlSqlParserListener) EnterResult_cache_clause(ctx *Result_cache_clauseContext)
- func (s *BasePlSqlParserListener) EnterReturn_rows_clause(ctx *Return_rows_clauseContext)
- func (s *BasePlSqlParserListener) EnterReturn_statement(ctx *Return_statementContext)
- func (s *BasePlSqlParserListener) EnterRole_clause(ctx *Role_clauseContext)
- func (s *BasePlSqlParserListener) EnterRole_name(ctx *Role_nameContext)
- func (s *BasePlSqlParserListener) EnterRollback_segment(ctx *Rollback_segmentContext)
- func (s *BasePlSqlParserListener) EnterRollback_segment_name(ctx *Rollback_segment_nameContext)
- func (s *BasePlSqlParserListener) EnterRollback_statement(ctx *Rollback_statementContext)
- func (s *BasePlSqlParserListener) EnterRollup_cube_clause(ctx *Rollup_cube_clauseContext)
- func (s *BasePlSqlParserListener) EnterRoutine_clause(ctx *Routine_clauseContext)
- func (s *BasePlSqlParserListener) EnterRoutine_name(ctx *Routine_nameContext)
- func (s *BasePlSqlParserListener) EnterRow_movement_clause(ctx *Row_movement_clauseContext)
- func (s *BasePlSqlParserListener) EnterSample_clause(ctx *Sample_clauseContext)
- func (s *BasePlSqlParserListener) EnterSavepoint_name(ctx *Savepoint_nameContext)
- func (s *BasePlSqlParserListener) EnterSavepoint_statement(ctx *Savepoint_statementContext)
- func (s *BasePlSqlParserListener) EnterSchema_name(ctx *Schema_nameContext)
- func (s *BasePlSqlParserListener) EnterSchema_object_name(ctx *Schema_object_nameContext)
- func (s *BasePlSqlParserListener) EnterSearch_clause(ctx *Search_clauseContext)
- func (s *BasePlSqlParserListener) EnterSearched_case_statement(ctx *Searched_case_statementContext)
- func (s *BasePlSqlParserListener) EnterSearched_case_when_part(ctx *Searched_case_when_partContext)
- func (s *BasePlSqlParserListener) EnterSecurity_clause(ctx *Security_clauseContext)
- func (s *BasePlSqlParserListener) EnterSeed_part(ctx *Seed_partContext)
- func (s *BasePlSqlParserListener) EnterSegment_attributes_clause(ctx *Segment_attributes_clauseContext)
- func (s *BasePlSqlParserListener) EnterSegment_management_clause(ctx *Segment_management_clauseContext)
- func (s *BasePlSqlParserListener) EnterSelect_list_elements(ctx *Select_list_elementsContext)
- func (s *BasePlSqlParserListener) EnterSelect_only_statement(ctx *Select_only_statementContext)
- func (s *BasePlSqlParserListener) EnterSelect_statement(ctx *Select_statementContext)
- func (s *BasePlSqlParserListener) EnterSelected_list(ctx *Selected_listContext)
- func (s *BasePlSqlParserListener) EnterSelected_tableview(ctx *Selected_tableviewContext)
- func (s *BasePlSqlParserListener) EnterSeq_of_declare_specs(ctx *Seq_of_declare_specsContext)
- func (s *BasePlSqlParserListener) EnterSeq_of_statements(ctx *Seq_of_statementsContext)
- func (s *BasePlSqlParserListener) EnterSequence_name(ctx *Sequence_nameContext)
- func (s *BasePlSqlParserListener) EnterSequence_spec(ctx *Sequence_specContext)
- func (s *BasePlSqlParserListener) EnterSequence_start_clause(ctx *Sequence_start_clauseContext)
- func (s *BasePlSqlParserListener) EnterSet_command(ctx *Set_commandContext)
- func (s *BasePlSqlParserListener) EnterSet_constraint_command(ctx *Set_constraint_commandContext)
- func (s *BasePlSqlParserListener) EnterSet_container_data(ctx *Set_container_dataContext)
- func (s *BasePlSqlParserListener) EnterSet_time_zone_clause(ctx *Set_time_zone_clauseContext)
- func (s *BasePlSqlParserListener) EnterSet_transaction_command(ctx *Set_transaction_commandContext)
- func (s *BasePlSqlParserListener) EnterShrink_clause(ctx *Shrink_clauseContext)
- func (s *BasePlSqlParserListener) EnterSimple_case_statement(ctx *Simple_case_statementContext)
- func (s *BasePlSqlParserListener) EnterSimple_case_when_part(ctx *Simple_case_when_partContext)
- func (s *BasePlSqlParserListener) EnterSimple_dml_trigger(ctx *Simple_dml_triggerContext)
- func (s *BasePlSqlParserListener) EnterSingle_column_for_loop(ctx *Single_column_for_loopContext)
- func (s *BasePlSqlParserListener) EnterSingle_table_insert(ctx *Single_table_insertContext)
- func (s *BasePlSqlParserListener) EnterSize_clause(ctx *Size_clauseContext)
- func (s *BasePlSqlParserListener) EnterSort_or_nosort(ctx *Sort_or_nosortContext)
- func (s *BasePlSqlParserListener) EnterSplit_index_partition(ctx *Split_index_partitionContext)
- func (s *BasePlSqlParserListener) EnterSql_operation(ctx *Sql_operationContext)
- func (s *BasePlSqlParserListener) EnterSql_plus_command(ctx *Sql_plus_commandContext)
- func (s *BasePlSqlParserListener) EnterSql_script(ctx *Sql_scriptContext)
- func (s *BasePlSqlParserListener) EnterSql_statement(ctx *Sql_statementContext)
- func (s *BasePlSqlParserListener) EnterSql_statement_shortcut(ctx *Sql_statement_shortcutContext)
- func (s *BasePlSqlParserListener) EnterSqlj_object_type(ctx *Sqlj_object_typeContext)
- func (s *BasePlSqlParserListener) EnterSqlj_object_type_attr(ctx *Sqlj_object_type_attrContext)
- func (s *BasePlSqlParserListener) EnterStandard_function(ctx *Standard_functionContext)
- func (s *BasePlSqlParserListener) EnterStandard_prediction_function_keyword(ctx *Standard_prediction_function_keywordContext)
- func (s *BasePlSqlParserListener) EnterStandby_database_clauses(ctx *Standby_database_clausesContext)
- func (s *BasePlSqlParserListener) EnterStart_part(ctx *Start_partContext)
- func (s *BasePlSqlParserListener) EnterStart_standby_clause(ctx *Start_standby_clauseContext)
- func (s *BasePlSqlParserListener) EnterStart_time_column(ctx *Start_time_columnContext)
- func (s *BasePlSqlParserListener) EnterStartup_clauses(ctx *Startup_clausesContext)
- func (s *BasePlSqlParserListener) EnterStatement(ctx *StatementContext)
- func (s *BasePlSqlParserListener) EnterStatic_returning_clause(ctx *Static_returning_clauseContext)
- func (s *BasePlSqlParserListener) EnterStatistics_type_name(ctx *Statistics_type_nameContext)
- func (s *BasePlSqlParserListener) EnterStop_standby_clause(ctx *Stop_standby_clauseContext)
- func (s *BasePlSqlParserListener) EnterStorage_clause(ctx *Storage_clauseContext)
- func (s *BasePlSqlParserListener) EnterStorage_table_clause(ctx *Storage_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterStreaming_clause(ctx *Streaming_clauseContext)
- func (s *BasePlSqlParserListener) EnterString_function(ctx *String_functionContext)
- func (s *BasePlSqlParserListener) EnterString_function_name(ctx *String_function_nameContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_by_hash(ctx *Subpartition_by_hashContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_by_list(ctx *Subpartition_by_listContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_by_range(ctx *Subpartition_by_rangeContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_key_value(ctx *Subpartition_key_valueContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_name(ctx *Subpartition_nameContext)
- func (s *BasePlSqlParserListener) EnterSubpartition_template(ctx *Subpartition_templateContext)
- func (s *BasePlSqlParserListener) EnterSubprog_decl_in_type(ctx *Subprog_decl_in_typeContext)
- func (s *BasePlSqlParserListener) EnterSubprogram_spec(ctx *Subprogram_specContext)
- func (s *BasePlSqlParserListener) EnterSubquery(ctx *SubqueryContext)
- func (s *BasePlSqlParserListener) EnterSubquery_basic_elements(ctx *Subquery_basic_elementsContext)
- func (s *BasePlSqlParserListener) EnterSubquery_factoring_clause(ctx *Subquery_factoring_clauseContext)
- func (s *BasePlSqlParserListener) EnterSubquery_operation_part(ctx *Subquery_operation_partContext)
- func (s *BasePlSqlParserListener) EnterSubquery_restriction_clause(ctx *Subquery_restriction_clauseContext)
- func (s *BasePlSqlParserListener) EnterSubstitutable_column_clause(ctx *Substitutable_column_clauseContext)
- func (s *BasePlSqlParserListener) EnterSubtype_declaration(ctx *Subtype_declarationContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_db_logging(ctx *Supplemental_db_loggingContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_id_key_clause(ctx *Supplemental_id_key_clauseContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_log_grp_clause(ctx *Supplemental_log_grp_clauseContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_logging_props(ctx *Supplemental_logging_propsContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_plsql_clause(ctx *Supplemental_plsql_clauseContext)
- func (s *BasePlSqlParserListener) EnterSupplemental_table_logging(ctx *Supplemental_table_loggingContext)
- func (s *BasePlSqlParserListener) EnterSwallow_to_semi(ctx *Swallow_to_semiContext)
- func (s *BasePlSqlParserListener) EnterSwitch_logfile_clause(ctx *Switch_logfile_clauseContext)
- func (s *BasePlSqlParserListener) EnterSynchronous_or_asynchronous(ctx *Synchronous_or_asynchronousContext)
- func (s *BasePlSqlParserListener) EnterSynonym_name(ctx *Synonym_nameContext)
- func (s *BasePlSqlParserListener) EnterSystem_partitioning(ctx *System_partitioningContext)
- func (s *BasePlSqlParserListener) EnterSystem_privilege(ctx *System_privilegeContext)
- func (s *BasePlSqlParserListener) EnterTable_alias(ctx *Table_aliasContext)
- func (s *BasePlSqlParserListener) EnterTable_collection_expression(ctx *Table_collection_expressionContext)
- func (s *BasePlSqlParserListener) EnterTable_compression(ctx *Table_compressionContext)
- func (s *BasePlSqlParserListener) EnterTable_element(ctx *Table_elementContext)
- func (s *BasePlSqlParserListener) EnterTable_index_clause(ctx *Table_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterTable_indexed_by_part(ctx *Table_indexed_by_partContext)
- func (s *BasePlSqlParserListener) EnterTable_partition_description(ctx *Table_partition_descriptionContext)
- func (s *BasePlSqlParserListener) EnterTable_partitioning_clauses(ctx *Table_partitioning_clausesContext)
- func (s *BasePlSqlParserListener) EnterTable_ref(ctx *Table_refContext)
- func (s *BasePlSqlParserListener) EnterTable_ref_aux(ctx *Table_ref_auxContext)
- func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_one(ctx *Table_ref_aux_internal_oneContext)
- func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_three(ctx *Table_ref_aux_internal_threeContext)
- func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_two(ctx *Table_ref_aux_internal_twoContext)
- func (s *BasePlSqlParserListener) EnterTable_ref_list(ctx *Table_ref_listContext)
- func (s *BasePlSqlParserListener) EnterTable_type_def(ctx *Table_type_defContext)
- func (s *BasePlSqlParserListener) EnterTable_var_name(ctx *Table_var_nameContext)
- func (s *BasePlSqlParserListener) EnterTablespace(ctx *TablespaceContext)
- func (s *BasePlSqlParserListener) EnterTablespace_encryption_spec(ctx *Tablespace_encryption_specContext)
- func (s *BasePlSqlParserListener) EnterTablespace_group_clause(ctx *Tablespace_group_clauseContext)
- func (s *BasePlSqlParserListener) EnterTablespace_group_name(ctx *Tablespace_group_nameContext)
- func (s *BasePlSqlParserListener) EnterTablespace_logging_clauses(ctx *Tablespace_logging_clausesContext)
- func (s *BasePlSqlParserListener) EnterTablespace_retention_clause(ctx *Tablespace_retention_clauseContext)
- func (s *BasePlSqlParserListener) EnterTablespace_state_clauses(ctx *Tablespace_state_clausesContext)
- func (s *BasePlSqlParserListener) EnterTableview_name(ctx *Tableview_nameContext)
- func (s *BasePlSqlParserListener) EnterTempfile_specification(ctx *Tempfile_specificationContext)
- func (s *BasePlSqlParserListener) EnterTemporary_tablespace_clause(ctx *Temporary_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) EnterTiming_point_section(ctx *Timing_point_sectionContext)
- func (s *BasePlSqlParserListener) EnterTrace_file_clause(ctx *Trace_file_clauseContext)
- func (s *BasePlSqlParserListener) EnterTransaction_control_statements(ctx *Transaction_control_statementsContext)
- func (s *BasePlSqlParserListener) EnterTrigger_block(ctx *Trigger_blockContext)
- func (s *BasePlSqlParserListener) EnterTrigger_body(ctx *Trigger_bodyContext)
- func (s *BasePlSqlParserListener) EnterTrigger_follows_clause(ctx *Trigger_follows_clauseContext)
- func (s *BasePlSqlParserListener) EnterTrigger_name(ctx *Trigger_nameContext)
- func (s *BasePlSqlParserListener) EnterTrigger_when_clause(ctx *Trigger_when_clauseContext)
- func (s *BasePlSqlParserListener) EnterTruncate_table(ctx *Truncate_tableContext)
- func (s *BasePlSqlParserListener) EnterType_body(ctx *Type_bodyContext)
- func (s *BasePlSqlParserListener) EnterType_body_elements(ctx *Type_body_elementsContext)
- func (s *BasePlSqlParserListener) EnterType_declaration(ctx *Type_declarationContext)
- func (s *BasePlSqlParserListener) EnterType_definition(ctx *Type_definitionContext)
- func (s *BasePlSqlParserListener) EnterType_elements_parameter(ctx *Type_elements_parameterContext)
- func (s *BasePlSqlParserListener) EnterType_function_spec(ctx *Type_function_specContext)
- func (s *BasePlSqlParserListener) EnterType_name(ctx *Type_nameContext)
- func (s *BasePlSqlParserListener) EnterType_procedure_spec(ctx *Type_procedure_specContext)
- func (s *BasePlSqlParserListener) EnterType_spec(ctx *Type_specContext)
- func (s *BasePlSqlParserListener) EnterUnary_expression(ctx *Unary_expressionContext)
- func (s *BasePlSqlParserListener) EnterUnary_logical_expression(ctx *Unary_logical_expressionContext)
- func (s *BasePlSqlParserListener) EnterUndo_tablespace_clause(ctx *Undo_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) EnterUnified_auditing(ctx *Unified_auditingContext)
- func (s *BasePlSqlParserListener) EnterUnique_key_clause(ctx *Unique_key_clauseContext)
- func (s *BasePlSqlParserListener) EnterUnit_statement(ctx *Unit_statementContext)
- func (s *BasePlSqlParserListener) EnterUnpivot_clause(ctx *Unpivot_clauseContext)
- func (s *BasePlSqlParserListener) EnterUnpivot_in_clause(ctx *Unpivot_in_clauseContext)
- func (s *BasePlSqlParserListener) EnterUnpivot_in_elements(ctx *Unpivot_in_elementsContext)
- func (s *BasePlSqlParserListener) EnterUntil_part(ctx *Until_partContext)
- func (s *BasePlSqlParserListener) EnterUpdate_set_clause(ctx *Update_set_clauseContext)
- func (s *BasePlSqlParserListener) EnterUpdate_statement(ctx *Update_statementContext)
- func (s *BasePlSqlParserListener) EnterUpgrade_or_downgrade(ctx *Upgrade_or_downgradeContext)
- func (s *BasePlSqlParserListener) EnterUpgrade_table_clause(ctx *Upgrade_table_clauseContext)
- func (s *BasePlSqlParserListener) EnterUpper_bound(ctx *Upper_boundContext)
- func (s *BasePlSqlParserListener) EnterUser_default_role_clause(ctx *User_default_role_clauseContext)
- func (s *BasePlSqlParserListener) EnterUser_editions_clause(ctx *User_editions_clauseContext)
- func (s *BasePlSqlParserListener) EnterUser_lock_clause(ctx *User_lock_clauseContext)
- func (s *BasePlSqlParserListener) EnterUser_object_name(ctx *User_object_nameContext)
- func (s *BasePlSqlParserListener) EnterUser_tablespace_clause(ctx *User_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) EnterUsing_clause(ctx *Using_clauseContext)
- func (s *BasePlSqlParserListener) EnterUsing_element(ctx *Using_elementContext)
- func (s *BasePlSqlParserListener) EnterUsing_index_clause(ctx *Using_index_clauseContext)
- func (s *BasePlSqlParserListener) EnterUsing_statistics_type(ctx *Using_statistics_typeContext)
- func (s *BasePlSqlParserListener) EnterValidation_clauses(ctx *Validation_clausesContext)
- func (s *BasePlSqlParserListener) EnterValues_clause(ctx *Values_clauseContext)
- func (s *BasePlSqlParserListener) EnterVariable_declaration(ctx *Variable_declarationContext)
- func (s *BasePlSqlParserListener) EnterVariable_name(ctx *Variable_nameContext)
- func (s *BasePlSqlParserListener) EnterVarray_col_properties(ctx *Varray_col_propertiesContext)
- func (s *BasePlSqlParserListener) EnterVarray_item(ctx *Varray_itemContext)
- func (s *BasePlSqlParserListener) EnterVarray_storage_clause(ctx *Varray_storage_clauseContext)
- func (s *BasePlSqlParserListener) EnterVarray_type_def(ctx *Varray_type_defContext)
- func (s *BasePlSqlParserListener) EnterView_alias_constraint(ctx *View_alias_constraintContext)
- func (s *BasePlSqlParserListener) EnterView_options(ctx *View_optionsContext)
- func (s *BasePlSqlParserListener) EnterVirtual_column_definition(ctx *Virtual_column_definitionContext)
- func (s *BasePlSqlParserListener) EnterVisible_or_invisible(ctx *Visible_or_invisibleContext)
- func (s *BasePlSqlParserListener) EnterWait_nowait_part(ctx *Wait_nowait_partContext)
- func (s *BasePlSqlParserListener) EnterWhenever_command(ctx *Whenever_commandContext)
- func (s *BasePlSqlParserListener) EnterWhere_clause(ctx *Where_clauseContext)
- func (s *BasePlSqlParserListener) EnterWindowing_clause(ctx *Windowing_clauseContext)
- func (s *BasePlSqlParserListener) EnterWindowing_elements(ctx *Windowing_elementsContext)
- func (s *BasePlSqlParserListener) EnterWindowing_type(ctx *Windowing_typeContext)
- func (s *BasePlSqlParserListener) EnterWithin_or_over_clause_keyword(ctx *Within_or_over_clause_keywordContext)
- func (s *BasePlSqlParserListener) EnterWithin_or_over_part(ctx *Within_or_over_partContext)
- func (s *BasePlSqlParserListener) EnterWrite_clause(ctx *Write_clauseContext)
- func (s *BasePlSqlParserListener) EnterXml_attributes_clause(ctx *Xml_attributes_clauseContext)
- func (s *BasePlSqlParserListener) EnterXml_column_name(ctx *Xml_column_nameContext)
- func (s *BasePlSqlParserListener) EnterXml_general_default_part(ctx *Xml_general_default_partContext)
- func (s *BasePlSqlParserListener) EnterXml_multiuse_expression_element(ctx *Xml_multiuse_expression_elementContext)
- func (s *BasePlSqlParserListener) EnterXml_namespaces_clause(ctx *Xml_namespaces_clauseContext)
- func (s *BasePlSqlParserListener) EnterXml_passing_clause(ctx *Xml_passing_clauseContext)
- func (s *BasePlSqlParserListener) EnterXml_table_column(ctx *Xml_table_columnContext)
- func (s *BasePlSqlParserListener) EnterXmlindex_clause(ctx *Xmlindex_clauseContext)
- func (s *BasePlSqlParserListener) EnterXmlroot_param_standalone_part(ctx *Xmlroot_param_standalone_partContext)
- func (s *BasePlSqlParserListener) EnterXmlroot_param_version_part(ctx *Xmlroot_param_version_partContext)
- func (s *BasePlSqlParserListener) EnterXmlschema_spec(ctx *Xmlschema_specContext)
- func (s *BasePlSqlParserListener) EnterXmlserialize_param_enconding_part(ctx *Xmlserialize_param_enconding_partContext)
- func (s *BasePlSqlParserListener) EnterXmlserialize_param_ident_part(ctx *Xmlserialize_param_ident_partContext)
- func (s *BasePlSqlParserListener) EnterXmlserialize_param_version_part(ctx *Xmlserialize_param_version_partContext)
- func (s *BasePlSqlParserListener) EnterXmltable(ctx *XmltableContext)
- func (s *BasePlSqlParserListener) EnterXmltype_column_properties(ctx *Xmltype_column_propertiesContext)
- func (s *BasePlSqlParserListener) EnterXmltype_storage(ctx *Xmltype_storageContext)
- func (s *BasePlSqlParserListener) EnterXmltype_table(ctx *Xmltype_tableContext)
- func (s *BasePlSqlParserListener) EnterXmltype_virtual_columns(ctx *Xmltype_virtual_columnsContext)
- func (s *BasePlSqlParserListener) ExitActivate_standby_db_clause(ctx *Activate_standby_db_clauseContext)
- func (s *BasePlSqlParserListener) ExitAdd_column_clause(ctx *Add_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitAdd_constraint(ctx *Add_constraintContext)
- func (s *BasePlSqlParserListener) ExitAdd_constraint_clause(ctx *Add_constraint_clauseContext)
- func (s *BasePlSqlParserListener) ExitAdd_hash_index_partition(ctx *Add_hash_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitAdd_logfile_clauses(ctx *Add_logfile_clausesContext)
- func (s *BasePlSqlParserListener) ExitAdd_modify_drop_column_clauses(ctx *Add_modify_drop_column_clausesContext)
- func (s *BasePlSqlParserListener) ExitAdd_mv_log_column_clause(ctx *Add_mv_log_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitAdd_or_drop(ctx *Add_or_dropContext)
- func (s *BasePlSqlParserListener) ExitAdd_overflow_clause(ctx *Add_overflow_clauseContext)
- func (s *BasePlSqlParserListener) ExitAdd_rem_container_data(ctx *Add_rem_container_dataContext)
- func (s *BasePlSqlParserListener) ExitAggregate_function_name(ctx *Aggregate_function_nameContext)
- func (s *BasePlSqlParserListener) ExitAllocate_extent_clause(ctx *Allocate_extent_clauseContext)
- func (s *BasePlSqlParserListener) ExitAllow_or_disallow(ctx *Allow_or_disallowContext)
- func (s *BasePlSqlParserListener) ExitAlter_attribute_definition(ctx *Alter_attribute_definitionContext)
- func (s *BasePlSqlParserListener) ExitAlter_cluster(ctx *Alter_clusterContext)
- func (s *BasePlSqlParserListener) ExitAlter_collection_clauses(ctx *Alter_collection_clausesContext)
- func (s *BasePlSqlParserListener) ExitAlter_database(ctx *Alter_databaseContext)
- func (s *BasePlSqlParserListener) ExitAlter_datafile_clause(ctx *Alter_datafile_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_function(ctx *Alter_functionContext)
- func (s *BasePlSqlParserListener) ExitAlter_identified_by(ctx *Alter_identified_byContext)
- func (s *BasePlSqlParserListener) ExitAlter_index(ctx *Alter_indexContext)
- func (s *BasePlSqlParserListener) ExitAlter_index_ops_set1(ctx *Alter_index_ops_set1Context)
- func (s *BasePlSqlParserListener) ExitAlter_index_ops_set2(ctx *Alter_index_ops_set2Context)
- func (s *BasePlSqlParserListener) ExitAlter_index_partitioning(ctx *Alter_index_partitioningContext)
- func (s *BasePlSqlParserListener) ExitAlter_iot_clauses(ctx *Alter_iot_clausesContext)
- func (s *BasePlSqlParserListener) ExitAlter_library(ctx *Alter_libraryContext)
- func (s *BasePlSqlParserListener) ExitAlter_mapping_table_clause(ctx *Alter_mapping_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_materialized_view(ctx *Alter_materialized_viewContext)
- func (s *BasePlSqlParserListener) ExitAlter_materialized_view_log(ctx *Alter_materialized_view_logContext)
- func (s *BasePlSqlParserListener) ExitAlter_method_element(ctx *Alter_method_elementContext)
- func (s *BasePlSqlParserListener) ExitAlter_method_spec(ctx *Alter_method_specContext)
- func (s *BasePlSqlParserListener) ExitAlter_mv_option1(ctx *Alter_mv_option1Context)
- func (s *BasePlSqlParserListener) ExitAlter_mv_refresh(ctx *Alter_mv_refreshContext)
- func (s *BasePlSqlParserListener) ExitAlter_overflow_clause(ctx *Alter_overflow_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_package(ctx *Alter_packageContext)
- func (s *BasePlSqlParserListener) ExitAlter_procedure(ctx *Alter_procedureContext)
- func (s *BasePlSqlParserListener) ExitAlter_sequence(ctx *Alter_sequenceContext)
- func (s *BasePlSqlParserListener) ExitAlter_session(ctx *Alter_sessionContext)
- func (s *BasePlSqlParserListener) ExitAlter_session_set_clause(ctx *Alter_session_set_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_table(ctx *Alter_tableContext)
- func (s *BasePlSqlParserListener) ExitAlter_table_properties(ctx *Alter_table_propertiesContext)
- func (s *BasePlSqlParserListener) ExitAlter_table_properties_1(ctx *Alter_table_properties_1Context)
- func (s *BasePlSqlParserListener) ExitAlter_tablespace(ctx *Alter_tablespaceContext)
- func (s *BasePlSqlParserListener) ExitAlter_tempfile_clause(ctx *Alter_tempfile_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_trigger(ctx *Alter_triggerContext)
- func (s *BasePlSqlParserListener) ExitAlter_type(ctx *Alter_typeContext)
- func (s *BasePlSqlParserListener) ExitAlter_user(ctx *Alter_userContext)
- func (s *BasePlSqlParserListener) ExitAlter_user_editions_clause(ctx *Alter_user_editions_clauseContext)
- func (s *BasePlSqlParserListener) ExitAlter_varray_col_properties(ctx *Alter_varray_col_propertiesContext)
- func (s *BasePlSqlParserListener) ExitAlter_view(ctx *Alter_viewContext)
- func (s *BasePlSqlParserListener) ExitAlter_view_editionable(ctx *Alter_view_editionableContext)
- func (s *BasePlSqlParserListener) ExitAnalyze(ctx *AnalyzeContext)
- func (s *BasePlSqlParserListener) ExitAnonymous_block(ctx *Anonymous_blockContext)
- func (s *BasePlSqlParserListener) ExitArgument(ctx *ArgumentContext)
- func (s *BasePlSqlParserListener) ExitAssignment_statement(ctx *Assignment_statementContext)
- func (s *BasePlSqlParserListener) ExitAssociate_statistics(ctx *Associate_statisticsContext)
- func (s *BasePlSqlParserListener) ExitAtom(ctx *AtomContext)
- func (s *BasePlSqlParserListener) ExitAttribute_definition(ctx *Attribute_definitionContext)
- func (s *BasePlSqlParserListener) ExitAttribute_name(ctx *Attribute_nameContext)
- func (s *BasePlSqlParserListener) ExitAudit_container_clause(ctx *Audit_container_clauseContext)
- func (s *BasePlSqlParserListener) ExitAudit_direct_path(ctx *Audit_direct_pathContext)
- func (s *BasePlSqlParserListener) ExitAudit_operation_clause(ctx *Audit_operation_clauseContext)
- func (s *BasePlSqlParserListener) ExitAudit_schema_object_clause(ctx *Audit_schema_object_clauseContext)
- func (s *BasePlSqlParserListener) ExitAudit_traditional(ctx *Audit_traditionalContext)
- func (s *BasePlSqlParserListener) ExitAudit_user(ctx *Audit_userContext)
- func (s *BasePlSqlParserListener) ExitAuditing_by_clause(ctx *Auditing_by_clauseContext)
- func (s *BasePlSqlParserListener) ExitAuditing_on_clause(ctx *Auditing_on_clauseContext)
- func (s *BasePlSqlParserListener) ExitAutoextend_clause(ctx *Autoextend_clauseContext)
- func (s *BasePlSqlParserListener) ExitAutogenerated_sequence_definition(ctx *Autogenerated_sequence_definitionContext)
- func (s *BasePlSqlParserListener) ExitBegin_or_end(ctx *Begin_or_endContext)
- func (s *BasePlSqlParserListener) ExitBetween_bound(ctx *Between_boundContext)
- func (s *BasePlSqlParserListener) ExitBetween_elements(ctx *Between_elementsContext)
- func (s *BasePlSqlParserListener) ExitBind_variable(ctx *Bind_variableContext)
- func (s *BasePlSqlParserListener) ExitBitmap_join_index_clause(ctx *Bitmap_join_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitBlock(ctx *BlockContext)
- func (s *BasePlSqlParserListener) ExitBody(ctx *BodyContext)
- func (s *BasePlSqlParserListener) ExitBounds_clause(ctx *Bounds_clauseContext)
- func (s *BasePlSqlParserListener) ExitBuild_clause(ctx *Build_clauseContext)
- func (s *BasePlSqlParserListener) ExitC_agent_in_clause(ctx *C_agent_in_clauseContext)
- func (s *BasePlSqlParserListener) ExitC_parameters_clause(ctx *C_parameters_clauseContext)
- func (s *BasePlSqlParserListener) ExitC_spec(ctx *C_specContext)
- func (s *BasePlSqlParserListener) ExitCache_or_nocache(ctx *Cache_or_nocacheContext)
- func (s *BasePlSqlParserListener) ExitCall_spec(ctx *Call_specContext)
- func (s *BasePlSqlParserListener) ExitCase_else_part(ctx *Case_else_partContext)
- func (s *BasePlSqlParserListener) ExitCase_statement(ctx *Case_statementContext)
- func (s *BasePlSqlParserListener) ExitCell_assignment(ctx *Cell_assignmentContext)
- func (s *BasePlSqlParserListener) ExitCell_reference_options(ctx *Cell_reference_optionsContext)
- func (s *BasePlSqlParserListener) ExitChar_set_name(ctx *Char_set_nameContext)
- func (s *BasePlSqlParserListener) ExitCheck_constraint(ctx *Check_constraintContext)
- func (s *BasePlSqlParserListener) ExitClose_statement(ctx *Close_statementContext)
- func (s *BasePlSqlParserListener) ExitCluster_index_clause(ctx *Cluster_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitCluster_name(ctx *Cluster_nameContext)
- func (s *BasePlSqlParserListener) ExitCoalesce_index_partition(ctx *Coalesce_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitCollect_order_by_part(ctx *Collect_order_by_partContext)
- func (s *BasePlSqlParserListener) ExitCollection_item(ctx *Collection_itemContext)
- func (s *BasePlSqlParserListener) ExitCollection_name(ctx *Collection_nameContext)
- func (s *BasePlSqlParserListener) ExitColumn_alias(ctx *Column_aliasContext)
- func (s *BasePlSqlParserListener) ExitColumn_association(ctx *Column_associationContext)
- func (s *BasePlSqlParserListener) ExitColumn_based_update_set_clause(ctx *Column_based_update_set_clauseContext)
- func (s *BasePlSqlParserListener) ExitColumn_clauses(ctx *Column_clausesContext)
- func (s *BasePlSqlParserListener) ExitColumn_definition(ctx *Column_definitionContext)
- func (s *BasePlSqlParserListener) ExitColumn_list(ctx *Column_listContext)
- func (s *BasePlSqlParserListener) ExitColumn_name(ctx *Column_nameContext)
- func (s *BasePlSqlParserListener) ExitColumn_or_attribute(ctx *Column_or_attributeContext)
- func (s *BasePlSqlParserListener) ExitColumn_properties(ctx *Column_propertiesContext)
- func (s *BasePlSqlParserListener) ExitComment_on_column(ctx *Comment_on_columnContext)
- func (s *BasePlSqlParserListener) ExitComment_on_table(ctx *Comment_on_tableContext)
- func (s *BasePlSqlParserListener) ExitCommit_statement(ctx *Commit_statementContext)
- func (s *BasePlSqlParserListener) ExitCommit_switchover_clause(ctx *Commit_switchover_clauseContext)
- func (s *BasePlSqlParserListener) ExitCompile_type_clause(ctx *Compile_type_clauseContext)
- func (s *BasePlSqlParserListener) ExitCompiler_parameters_clause(ctx *Compiler_parameters_clauseContext)
- func (s *BasePlSqlParserListener) ExitComposite_hash_partitions(ctx *Composite_hash_partitionsContext)
- func (s *BasePlSqlParserListener) ExitComposite_list_partitions(ctx *Composite_list_partitionsContext)
- func (s *BasePlSqlParserListener) ExitComposite_range_partitions(ctx *Composite_range_partitionsContext)
- func (s *BasePlSqlParserListener) ExitCompound_dml_trigger(ctx *Compound_dml_triggerContext)
- func (s *BasePlSqlParserListener) ExitCompound_expression(ctx *Compound_expressionContext)
- func (s *BasePlSqlParserListener) ExitCompound_trigger_block(ctx *Compound_trigger_blockContext)
- func (s *BasePlSqlParserListener) ExitConcatenation(ctx *ConcatenationContext)
- func (s *BasePlSqlParserListener) ExitCondition(ctx *ConditionContext)
- func (s *BasePlSqlParserListener) ExitConditional_insert_clause(ctx *Conditional_insert_clauseContext)
- func (s *BasePlSqlParserListener) ExitConditional_insert_else_part(ctx *Conditional_insert_else_partContext)
- func (s *BasePlSqlParserListener) ExitConditional_insert_when_part(ctx *Conditional_insert_when_partContext)
- func (s *BasePlSqlParserListener) ExitConstant(ctx *ConstantContext)
- func (s *BasePlSqlParserListener) ExitConstraint_clauses(ctx *Constraint_clausesContext)
- func (s *BasePlSqlParserListener) ExitConstraint_name(ctx *Constraint_nameContext)
- func (s *BasePlSqlParserListener) ExitConstraint_state(ctx *Constraint_stateContext)
- func (s *BasePlSqlParserListener) ExitConstructor_declaration(ctx *Constructor_declarationContext)
- func (s *BasePlSqlParserListener) ExitConstructor_spec(ctx *Constructor_specContext)
- func (s *BasePlSqlParserListener) ExitContainer_clause(ctx *Container_clauseContext)
- func (s *BasePlSqlParserListener) ExitContainer_data_clause(ctx *Container_data_clauseContext)
- func (s *BasePlSqlParserListener) ExitContainer_names(ctx *Container_namesContext)
- func (s *BasePlSqlParserListener) ExitContainer_tableview_name(ctx *Container_tableview_nameContext)
- func (s *BasePlSqlParserListener) ExitContinue_statement(ctx *Continue_statementContext)
- func (s *BasePlSqlParserListener) ExitControlfile_clauses(ctx *Controlfile_clausesContext)
- func (s *BasePlSqlParserListener) ExitConvert_database_clause(ctx *Convert_database_clauseContext)
- func (s *BasePlSqlParserListener) ExitCost_class_name(ctx *Cost_class_nameContext)
- func (s *BasePlSqlParserListener) ExitCost_matrix_clause(ctx *Cost_matrix_clauseContext)
- func (s *BasePlSqlParserListener) ExitCpu_cost(ctx *Cpu_costContext)
- func (s *BasePlSqlParserListener) ExitCreate_cluster(ctx *Create_clusterContext)
- func (s *BasePlSqlParserListener) ExitCreate_context(ctx *Create_contextContext)
- func (s *BasePlSqlParserListener) ExitCreate_datafile_clause(ctx *Create_datafile_clauseContext)
- func (s *BasePlSqlParserListener) ExitCreate_directory(ctx *Create_directoryContext)
- func (s *BasePlSqlParserListener) ExitCreate_function_body(ctx *Create_function_bodyContext)
- func (s *BasePlSqlParserListener) ExitCreate_index(ctx *Create_indexContext)
- func (s *BasePlSqlParserListener) ExitCreate_materialized_view(ctx *Create_materialized_viewContext)
- func (s *BasePlSqlParserListener) ExitCreate_materialized_view_log(ctx *Create_materialized_view_logContext)
- func (s *BasePlSqlParserListener) ExitCreate_mv_refresh(ctx *Create_mv_refreshContext)
- func (s *BasePlSqlParserListener) ExitCreate_package(ctx *Create_packageContext)
- func (s *BasePlSqlParserListener) ExitCreate_package_body(ctx *Create_package_bodyContext)
- func (s *BasePlSqlParserListener) ExitCreate_procedure_body(ctx *Create_procedure_bodyContext)
- func (s *BasePlSqlParserListener) ExitCreate_sequence(ctx *Create_sequenceContext)
- func (s *BasePlSqlParserListener) ExitCreate_synonym(ctx *Create_synonymContext)
- func (s *BasePlSqlParserListener) ExitCreate_table(ctx *Create_tableContext)
- func (s *BasePlSqlParserListener) ExitCreate_tablespace(ctx *Create_tablespaceContext)
- func (s *BasePlSqlParserListener) ExitCreate_trigger(ctx *Create_triggerContext)
- func (s *BasePlSqlParserListener) ExitCreate_type(ctx *Create_typeContext)
- func (s *BasePlSqlParserListener) ExitCreate_user(ctx *Create_userContext)
- func (s *BasePlSqlParserListener) ExitCreate_view(ctx *Create_viewContext)
- func (s *BasePlSqlParserListener) ExitCursor_declaration(ctx *Cursor_declarationContext)
- func (s *BasePlSqlParserListener) ExitCursor_expression(ctx *Cursor_expressionContext)
- func (s *BasePlSqlParserListener) ExitCursor_loop_param(ctx *Cursor_loop_paramContext)
- func (s *BasePlSqlParserListener) ExitCursor_manipulation_statements(ctx *Cursor_manipulation_statementsContext)
- func (s *BasePlSqlParserListener) ExitCursor_name(ctx *Cursor_nameContext)
- func (s *BasePlSqlParserListener) ExitCycle_clause(ctx *Cycle_clauseContext)
- func (s *BasePlSqlParserListener) ExitData_manipulation_language_statements(ctx *Data_manipulation_language_statementsContext)
- func (s *BasePlSqlParserListener) ExitDatabase(ctx *DatabaseContext)
- func (s *BasePlSqlParserListener) ExitDatabase_file_clauses(ctx *Database_file_clausesContext)
- func (s *BasePlSqlParserListener) ExitDatabase_name(ctx *Database_nameContext)
- func (s *BasePlSqlParserListener) ExitDatafile_specification(ctx *Datafile_specificationContext)
- func (s *BasePlSqlParserListener) ExitDatafile_tempfile_clauses(ctx *Datafile_tempfile_clausesContext)
- func (s *BasePlSqlParserListener) ExitDatafile_tempfile_spec(ctx *Datafile_tempfile_specContext)
- func (s *BasePlSqlParserListener) ExitDatatype(ctx *DatatypeContext)
- func (s *BasePlSqlParserListener) ExitDatatype_null_enable(ctx *Datatype_null_enableContext)
- func (s *BasePlSqlParserListener) ExitDatetime_expr(ctx *Datetime_exprContext)
- func (s *BasePlSqlParserListener) ExitDb_name(ctx *Db_nameContext)
- func (s *BasePlSqlParserListener) ExitDeallocate_unused_clause(ctx *Deallocate_unused_clauseContext)
- func (s *BasePlSqlParserListener) ExitDeclare_spec(ctx *Declare_specContext)
- func (s *BasePlSqlParserListener) ExitDefault_cost_clause(ctx *Default_cost_clauseContext)
- func (s *BasePlSqlParserListener) ExitDefault_selectivity(ctx *Default_selectivityContext)
- func (s *BasePlSqlParserListener) ExitDefault_selectivity_clause(ctx *Default_selectivity_clauseContext)
- func (s *BasePlSqlParserListener) ExitDefault_settings_clause(ctx *Default_settings_clauseContext)
- func (s *BasePlSqlParserListener) ExitDefault_value_part(ctx *Default_value_partContext)
- func (s *BasePlSqlParserListener) ExitDeferred_segment_creation(ctx *Deferred_segment_creationContext)
- func (s *BasePlSqlParserListener) ExitDelete_statement(ctx *Delete_statementContext)
- func (s *BasePlSqlParserListener) ExitDependent_exceptions_part(ctx *Dependent_exceptions_partContext)
- func (s *BasePlSqlParserListener) ExitDependent_handling_clause(ctx *Dependent_handling_clauseContext)
- func (s *BasePlSqlParserListener) ExitDir_object_name(ctx *Dir_object_nameContext)
- func (s *BasePlSqlParserListener) ExitDirectory_name(ctx *Directory_nameContext)
- func (s *BasePlSqlParserListener) ExitDirectory_path(ctx *Directory_pathContext)
- func (s *BasePlSqlParserListener) ExitDisable_constraint(ctx *Disable_constraintContext)
- func (s *BasePlSqlParserListener) ExitDml_event_clause(ctx *Dml_event_clauseContext)
- func (s *BasePlSqlParserListener) ExitDml_event_element(ctx *Dml_event_elementContext)
- func (s *BasePlSqlParserListener) ExitDml_event_nested_clause(ctx *Dml_event_nested_clauseContext)
- func (s *BasePlSqlParserListener) ExitDml_table_expression_clause(ctx *Dml_table_expression_clauseContext)
- func (s *BasePlSqlParserListener) ExitDomain(ctx *DomainContext)
- func (s *BasePlSqlParserListener) ExitDomain_index_clause(ctx *Domain_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitDrop_column_clause(ctx *Drop_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitDrop_constraint(ctx *Drop_constraintContext)
- func (s *BasePlSqlParserListener) ExitDrop_constraint_clause(ctx *Drop_constraint_clauseContext)
- func (s *BasePlSqlParserListener) ExitDrop_function(ctx *Drop_functionContext)
- func (s *BasePlSqlParserListener) ExitDrop_index(ctx *Drop_indexContext)
- func (s *BasePlSqlParserListener) ExitDrop_index_partition(ctx *Drop_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitDrop_logfile_clauses(ctx *Drop_logfile_clausesContext)
- func (s *BasePlSqlParserListener) ExitDrop_package(ctx *Drop_packageContext)
- func (s *BasePlSqlParserListener) ExitDrop_primary_key_or_unique_or_generic_clause(ctx *Drop_primary_key_or_unique_or_generic_clauseContext)
- func (s *BasePlSqlParserListener) ExitDrop_procedure(ctx *Drop_procedureContext)
- func (s *BasePlSqlParserListener) ExitDrop_sequence(ctx *Drop_sequenceContext)
- func (s *BasePlSqlParserListener) ExitDrop_table(ctx *Drop_tableContext)
- func (s *BasePlSqlParserListener) ExitDrop_trigger(ctx *Drop_triggerContext)
- func (s *BasePlSqlParserListener) ExitDrop_type(ctx *Drop_typeContext)
- func (s *BasePlSqlParserListener) ExitDrop_view(ctx *Drop_viewContext)
- func (s *BasePlSqlParserListener) ExitDynamic_returning_clause(ctx *Dynamic_returning_clauseContext)
- func (s *BasePlSqlParserListener) ExitEdition_name(ctx *Edition_nameContext)
- func (s *BasePlSqlParserListener) ExitElement_spec(ctx *Element_specContext)
- func (s *BasePlSqlParserListener) ExitElement_spec_options(ctx *Element_spec_optionsContext)
- func (s *BasePlSqlParserListener) ExitElse_part(ctx *Else_partContext)
- func (s *BasePlSqlParserListener) ExitElsif_part(ctx *Elsif_partContext)
- func (s *BasePlSqlParserListener) ExitEnable_constraint(ctx *Enable_constraintContext)
- func (s *BasePlSqlParserListener) ExitEnable_disable_clause(ctx *Enable_disable_clauseContext)
- func (s *BasePlSqlParserListener) ExitEnable_or_disable(ctx *Enable_or_disableContext)
- func (s *BasePlSqlParserListener) ExitEncryption_spec(ctx *Encryption_specContext)
- func (s *BasePlSqlParserListener) ExitEnd_time_column(ctx *End_time_columnContext)
- func (s *BasePlSqlParserListener) ExitError_logging_clause(ctx *Error_logging_clauseContext)
- func (s *BasePlSqlParserListener) ExitError_logging_into_part(ctx *Error_logging_into_partContext)
- func (s *BasePlSqlParserListener) ExitError_logging_reject_part(ctx *Error_logging_reject_partContext)
- func (s *BasePlSqlParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)
- func (s *BasePlSqlParserListener) ExitException_declaration(ctx *Exception_declarationContext)
- func (s *BasePlSqlParserListener) ExitException_handler(ctx *Exception_handlerContext)
- func (s *BasePlSqlParserListener) ExitException_name(ctx *Exception_nameContext)
- func (s *BasePlSqlParserListener) ExitExceptions_clause(ctx *Exceptions_clauseContext)
- func (s *BasePlSqlParserListener) ExitExecute_immediate(ctx *Execute_immediateContext)
- func (s *BasePlSqlParserListener) ExitExit_statement(ctx *Exit_statementContext)
- func (s *BasePlSqlParserListener) ExitExplain_statement(ctx *Explain_statementContext)
- func (s *BasePlSqlParserListener) ExitExpression(ctx *ExpressionContext)
- func (s *BasePlSqlParserListener) ExitExpressions(ctx *ExpressionsContext)
- func (s *BasePlSqlParserListener) ExitExtent_management_clause(ctx *Extent_management_clauseContext)
- func (s *BasePlSqlParserListener) ExitFactoring_element(ctx *Factoring_elementContext)
- func (s *BasePlSqlParserListener) ExitFetch_clause(ctx *Fetch_clauseContext)
- func (s *BasePlSqlParserListener) ExitFetch_statement(ctx *Fetch_statementContext)
- func (s *BasePlSqlParserListener) ExitField_spec(ctx *Field_specContext)
- func (s *BasePlSqlParserListener) ExitFilename(ctx *FilenameContext)
- func (s *BasePlSqlParserListener) ExitFilenumber(ctx *FilenumberContext)
- func (s *BasePlSqlParserListener) ExitFlashback_archive_clause(ctx *Flashback_archive_clauseContext)
- func (s *BasePlSqlParserListener) ExitFlashback_mode_clause(ctx *Flashback_mode_clauseContext)
- func (s *BasePlSqlParserListener) ExitFlashback_query_clause(ctx *Flashback_query_clauseContext)
- func (s *BasePlSqlParserListener) ExitFor_each_row(ctx *For_each_rowContext)
- func (s *BasePlSqlParserListener) ExitFor_update_clause(ctx *For_update_clauseContext)
- func (s *BasePlSqlParserListener) ExitFor_update_of_part(ctx *For_update_of_partContext)
- func (s *BasePlSqlParserListener) ExitFor_update_options(ctx *For_update_optionsContext)
- func (s *BasePlSqlParserListener) ExitForall_statement(ctx *Forall_statementContext)
- func (s *BasePlSqlParserListener) ExitForeign_key_clause(ctx *Foreign_key_clauseContext)
- func (s *BasePlSqlParserListener) ExitFrom_clause(ctx *From_clauseContext)
- func (s *BasePlSqlParserListener) ExitFull_database_recovery(ctx *Full_database_recoveryContext)
- func (s *BasePlSqlParserListener) ExitFunc_decl_in_type(ctx *Func_decl_in_typeContext)
- func (s *BasePlSqlParserListener) ExitFunction_argument(ctx *Function_argumentContext)
- func (s *BasePlSqlParserListener) ExitFunction_argument_analytic(ctx *Function_argument_analyticContext)
- func (s *BasePlSqlParserListener) ExitFunction_argument_modeling(ctx *Function_argument_modelingContext)
- func (s *BasePlSqlParserListener) ExitFunction_association(ctx *Function_associationContext)
- func (s *BasePlSqlParserListener) ExitFunction_body(ctx *Function_bodyContext)
- func (s *BasePlSqlParserListener) ExitFunction_call(ctx *Function_callContext)
- func (s *BasePlSqlParserListener) ExitFunction_name(ctx *Function_nameContext)
- func (s *BasePlSqlParserListener) ExitFunction_spec(ctx *Function_specContext)
- func (s *BasePlSqlParserListener) ExitGeneral_element(ctx *General_elementContext)
- func (s *BasePlSqlParserListener) ExitGeneral_element_part(ctx *General_element_partContext)
- func (s *BasePlSqlParserListener) ExitGeneral_recovery(ctx *General_recoveryContext)
- func (s *BasePlSqlParserListener) ExitGeneral_table_ref(ctx *General_table_refContext)
- func (s *BasePlSqlParserListener) ExitGlobal_partitioned_index(ctx *Global_partitioned_indexContext)
- func (s *BasePlSqlParserListener) ExitGoto_statement(ctx *Goto_statementContext)
- func (s *BasePlSqlParserListener) ExitGrant_object_name(ctx *Grant_object_nameContext)
- func (s *BasePlSqlParserListener) ExitGrant_statement(ctx *Grant_statementContext)
- func (s *BasePlSqlParserListener) ExitGrantee_name(ctx *Grantee_nameContext)
- func (s *BasePlSqlParserListener) ExitGroup_by_clause(ctx *Group_by_clauseContext)
- func (s *BasePlSqlParserListener) ExitGroup_by_elements(ctx *Group_by_elementsContext)
- func (s *BasePlSqlParserListener) ExitGrouping_sets_clause(ctx *Grouping_sets_clauseContext)
- func (s *BasePlSqlParserListener) ExitGrouping_sets_elements(ctx *Grouping_sets_elementsContext)
- func (s *BasePlSqlParserListener) ExitHash_partition_quantity(ctx *Hash_partition_quantityContext)
- func (s *BasePlSqlParserListener) ExitHash_partitions(ctx *Hash_partitionsContext)
- func (s *BasePlSqlParserListener) ExitHash_partitions_by_quantity(ctx *Hash_partitions_by_quantityContext)
- func (s *BasePlSqlParserListener) ExitHash_subpartition_quantity(ctx *Hash_subpartition_quantityContext)
- func (s *BasePlSqlParserListener) ExitHash_subparts_by_quantity(ctx *Hash_subparts_by_quantityContext)
- func (s *BasePlSqlParserListener) ExitHaving_clause(ctx *Having_clauseContext)
- func (s *BasePlSqlParserListener) ExitHierarchical_query_clause(ctx *Hierarchical_query_clauseContext)
- func (s *BasePlSqlParserListener) ExitId_expression(ctx *Id_expressionContext)
- func (s *BasePlSqlParserListener) ExitIdentified_by(ctx *Identified_byContext)
- func (s *BasePlSqlParserListener) ExitIdentified_other_clause(ctx *Identified_other_clauseContext)
- func (s *BasePlSqlParserListener) ExitIdentifier(ctx *IdentifierContext)
- func (s *BasePlSqlParserListener) ExitIf_statement(ctx *If_statementContext)
- func (s *BasePlSqlParserListener) ExitImplementation_type_name(ctx *Implementation_type_nameContext)
- func (s *BasePlSqlParserListener) ExitIn_elements(ctx *In_elementsContext)
- func (s *BasePlSqlParserListener) ExitIncluding_or_excluding(ctx *Including_or_excludingContext)
- func (s *BasePlSqlParserListener) ExitIndex_attributes(ctx *Index_attributesContext)
- func (s *BasePlSqlParserListener) ExitIndex_expr(ctx *Index_exprContext)
- func (s *BasePlSqlParserListener) ExitIndex_name(ctx *Index_nameContext)
- func (s *BasePlSqlParserListener) ExitIndex_org_overflow_clause(ctx *Index_org_overflow_clauseContext)
- func (s *BasePlSqlParserListener) ExitIndex_org_table_clause(ctx *Index_org_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitIndex_partition_description(ctx *Index_partition_descriptionContext)
- func (s *BasePlSqlParserListener) ExitIndex_partitioning_clause(ctx *Index_partitioning_clauseContext)
- func (s *BasePlSqlParserListener) ExitIndex_properties(ctx *Index_propertiesContext)
- func (s *BasePlSqlParserListener) ExitIndex_subpartition_clause(ctx *Index_subpartition_clauseContext)
- func (s *BasePlSqlParserListener) ExitIndex_subpartition_subclause(ctx *Index_subpartition_subclauseContext)
- func (s *BasePlSqlParserListener) ExitIndextype(ctx *IndextypeContext)
- func (s *BasePlSqlParserListener) ExitIndextype_name(ctx *Indextype_nameContext)
- func (s *BasePlSqlParserListener) ExitIndividual_hash_partitions(ctx *Individual_hash_partitionsContext)
- func (s *BasePlSqlParserListener) ExitIndividual_hash_subparts(ctx *Individual_hash_subpartsContext)
- func (s *BasePlSqlParserListener) ExitInline_constraint(ctx *Inline_constraintContext)
- func (s *BasePlSqlParserListener) ExitInline_ref_constraint(ctx *Inline_ref_constraintContext)
- func (s *BasePlSqlParserListener) ExitInsert_into_clause(ctx *Insert_into_clauseContext)
- func (s *BasePlSqlParserListener) ExitInsert_statement(ctx *Insert_statementContext)
- func (s *BasePlSqlParserListener) ExitInstance_clauses(ctx *Instance_clausesContext)
- func (s *BasePlSqlParserListener) ExitInterval_expr(ctx *Interval_exprContext)
- func (s *BasePlSqlParserListener) ExitInterval_expression(ctx *Interval_expressionContext)
- func (s *BasePlSqlParserListener) ExitInto_clause(ctx *Into_clauseContext)
- func (s *BasePlSqlParserListener) ExitInto_clause1(ctx *Into_clause1Context)
- func (s *BasePlSqlParserListener) ExitInvoker_rights_clause(ctx *Invoker_rights_clauseContext)
- func (s *BasePlSqlParserListener) ExitIo_cost(ctx *Io_costContext)
- func (s *BasePlSqlParserListener) ExitJava_spec(ctx *Java_specContext)
- func (s *BasePlSqlParserListener) ExitJoin_clause(ctx *Join_clauseContext)
- func (s *BasePlSqlParserListener) ExitJoin_on_part(ctx *Join_on_partContext)
- func (s *BasePlSqlParserListener) ExitJoin_using_part(ctx *Join_using_partContext)
- func (s *BasePlSqlParserListener) ExitKeep_clause(ctx *Keep_clauseContext)
- func (s *BasePlSqlParserListener) ExitKey_compression(ctx *Key_compressionContext)
- func (s *BasePlSqlParserListener) ExitLabel_declaration(ctx *Label_declarationContext)
- func (s *BasePlSqlParserListener) ExitLabel_name(ctx *Label_nameContext)
- func (s *BasePlSqlParserListener) ExitLibrary_debug(ctx *Library_debugContext)
- func (s *BasePlSqlParserListener) ExitLibrary_editionable(ctx *Library_editionableContext)
- func (s *BasePlSqlParserListener) ExitLibrary_name(ctx *Library_nameContext)
- func (s *BasePlSqlParserListener) ExitLink_name(ctx *Link_nameContext)
- func (s *BasePlSqlParserListener) ExitList_partition_desc(ctx *List_partition_descContext)
- func (s *BasePlSqlParserListener) ExitList_partitions(ctx *List_partitionsContext)
- func (s *BasePlSqlParserListener) ExitList_subpartition_desc(ctx *List_subpartition_descContext)
- func (s *BasePlSqlParserListener) ExitList_values_clause(ctx *List_values_clauseContext)
- func (s *BasePlSqlParserListener) ExitLiteral(ctx *LiteralContext)
- func (s *BasePlSqlParserListener) ExitLob_compression_clause(ctx *Lob_compression_clauseContext)
- func (s *BasePlSqlParserListener) ExitLob_deduplicate_clause(ctx *Lob_deduplicate_clauseContext)
- func (s *BasePlSqlParserListener) ExitLob_item(ctx *Lob_itemContext)
- func (s *BasePlSqlParserListener) ExitLob_parameters(ctx *Lob_parametersContext)
- func (s *BasePlSqlParserListener) ExitLob_partitioning_storage(ctx *Lob_partitioning_storageContext)
- func (s *BasePlSqlParserListener) ExitLob_retention_clause(ctx *Lob_retention_clauseContext)
- func (s *BasePlSqlParserListener) ExitLob_segname(ctx *Lob_segnameContext)
- func (s *BasePlSqlParserListener) ExitLob_storage_clause(ctx *Lob_storage_clauseContext)
- func (s *BasePlSqlParserListener) ExitLob_storage_parameters(ctx *Lob_storage_parametersContext)
- func (s *BasePlSqlParserListener) ExitLocal_domain_index_clause(ctx *Local_domain_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitLocal_partitioned_index(ctx *Local_partitioned_indexContext)
- func (s *BasePlSqlParserListener) ExitLocal_xmlindex_clause(ctx *Local_xmlindex_clauseContext)
- func (s *BasePlSqlParserListener) ExitLock_mode(ctx *Lock_modeContext)
- func (s *BasePlSqlParserListener) ExitLock_table_element(ctx *Lock_table_elementContext)
- func (s *BasePlSqlParserListener) ExitLock_table_statement(ctx *Lock_table_statementContext)
- func (s *BasePlSqlParserListener) ExitLog_file_group(ctx *Log_file_groupContext)
- func (s *BasePlSqlParserListener) ExitLog_grp(ctx *Log_grpContext)
- func (s *BasePlSqlParserListener) ExitLogfile_clauses(ctx *Logfile_clausesContext)
- func (s *BasePlSqlParserListener) ExitLogfile_descriptor(ctx *Logfile_descriptorContext)
- func (s *BasePlSqlParserListener) ExitLogging_clause(ctx *Logging_clauseContext)
- func (s *BasePlSqlParserListener) ExitLogical_expression(ctx *Logical_expressionContext)
- func (s *BasePlSqlParserListener) ExitLogical_operation(ctx *Logical_operationContext)
- func (s *BasePlSqlParserListener) ExitLoop_statement(ctx *Loop_statementContext)
- func (s *BasePlSqlParserListener) ExitLower_bound(ctx *Lower_boundContext)
- func (s *BasePlSqlParserListener) ExitMain_model(ctx *Main_modelContext)
- func (s *BasePlSqlParserListener) ExitMain_model_name(ctx *Main_model_nameContext)
- func (s *BasePlSqlParserListener) ExitManaged_standby_recovery(ctx *Managed_standby_recoveryContext)
- func (s *BasePlSqlParserListener) ExitMap_order_func_declaration(ctx *Map_order_func_declarationContext)
- func (s *BasePlSqlParserListener) ExitMap_order_function_spec(ctx *Map_order_function_specContext)
- func (s *BasePlSqlParserListener) ExitMapping_table_clause(ctx *Mapping_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitMaximize_standby_db_clause(ctx *Maximize_standby_db_clauseContext)
- func (s *BasePlSqlParserListener) ExitMaxsize_clause(ctx *Maxsize_clauseContext)
- func (s *BasePlSqlParserListener) ExitMerge_element(ctx *Merge_elementContext)
- func (s *BasePlSqlParserListener) ExitMerge_insert_clause(ctx *Merge_insert_clauseContext)
- func (s *BasePlSqlParserListener) ExitMerge_statement(ctx *Merge_statementContext)
- func (s *BasePlSqlParserListener) ExitMerge_update_clause(ctx *Merge_update_clauseContext)
- func (s *BasePlSqlParserListener) ExitMerge_update_delete_part(ctx *Merge_update_delete_partContext)
- func (s *BasePlSqlParserListener) ExitModel_clause(ctx *Model_clauseContext)
- func (s *BasePlSqlParserListener) ExitModel_column(ctx *Model_columnContext)
- func (s *BasePlSqlParserListener) ExitModel_column_clauses(ctx *Model_column_clausesContext)
- func (s *BasePlSqlParserListener) ExitModel_column_list(ctx *Model_column_listContext)
- func (s *BasePlSqlParserListener) ExitModel_column_partition_part(ctx *Model_column_partition_partContext)
- func (s *BasePlSqlParserListener) ExitModel_expression(ctx *Model_expressionContext)
- func (s *BasePlSqlParserListener) ExitModel_expression_element(ctx *Model_expression_elementContext)
- func (s *BasePlSqlParserListener) ExitModel_iterate_clause(ctx *Model_iterate_clauseContext)
- func (s *BasePlSqlParserListener) ExitModel_name(ctx *Model_nameContext)
- func (s *BasePlSqlParserListener) ExitModel_rules_clause(ctx *Model_rules_clauseContext)
- func (s *BasePlSqlParserListener) ExitModel_rules_element(ctx *Model_rules_elementContext)
- func (s *BasePlSqlParserListener) ExitModel_rules_part(ctx *Model_rules_partContext)
- func (s *BasePlSqlParserListener) ExitModifier_clause(ctx *Modifier_clauseContext)
- func (s *BasePlSqlParserListener) ExitModify_col_properties(ctx *Modify_col_propertiesContext)
- func (s *BasePlSqlParserListener) ExitModify_col_substitutable(ctx *Modify_col_substitutableContext)
- func (s *BasePlSqlParserListener) ExitModify_collection_retrieval(ctx *Modify_collection_retrievalContext)
- func (s *BasePlSqlParserListener) ExitModify_column_clauses(ctx *Modify_column_clausesContext)
- func (s *BasePlSqlParserListener) ExitModify_index_default_attrs(ctx *Modify_index_default_attrsContext)
- func (s *BasePlSqlParserListener) ExitModify_index_partition(ctx *Modify_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitModify_index_partitions_ops(ctx *Modify_index_partitions_opsContext)
- func (s *BasePlSqlParserListener) ExitModify_index_subpartition(ctx *Modify_index_subpartitionContext)
- func (s *BasePlSqlParserListener) ExitModify_lob_parameters(ctx *Modify_lob_parametersContext)
- func (s *BasePlSqlParserListener) ExitModify_lob_storage_clause(ctx *Modify_lob_storage_clauseContext)
- func (s *BasePlSqlParserListener) ExitModify_mv_column_clause(ctx *Modify_mv_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitMonitoring_nomonitoring(ctx *Monitoring_nomonitoringContext)
- func (s *BasePlSqlParserListener) ExitMove_mv_log_clause(ctx *Move_mv_log_clauseContext)
- func (s *BasePlSqlParserListener) ExitMove_table_clause(ctx *Move_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitMulti_column_for_loop(ctx *Multi_column_for_loopContext)
- func (s *BasePlSqlParserListener) ExitMulti_table_element(ctx *Multi_table_elementContext)
- func (s *BasePlSqlParserListener) ExitMulti_table_insert(ctx *Multi_table_insertContext)
- func (s *BasePlSqlParserListener) ExitMultiset_expression(ctx *Multiset_expressionContext)
- func (s *BasePlSqlParserListener) ExitMv_log_augmentation(ctx *Mv_log_augmentationContext)
- func (s *BasePlSqlParserListener) ExitMv_log_purge_clause(ctx *Mv_log_purge_clauseContext)
- func (s *BasePlSqlParserListener) ExitNative_datatype_element(ctx *Native_datatype_elementContext)
- func (s *BasePlSqlParserListener) ExitNested_item(ctx *Nested_itemContext)
- func (s *BasePlSqlParserListener) ExitNested_table_col_properties(ctx *Nested_table_col_propertiesContext)
- func (s *BasePlSqlParserListener) ExitNested_table_type_def(ctx *Nested_table_type_defContext)
- func (s *BasePlSqlParserListener) ExitNetwork_cost(ctx *Network_costContext)
- func (s *BasePlSqlParserListener) ExitNew_column_name(ctx *New_column_nameContext)
- func (s *BasePlSqlParserListener) ExitNew_constraint_name(ctx *New_constraint_nameContext)
- func (s *BasePlSqlParserListener) ExitNew_index_name(ctx *New_index_nameContext)
- func (s *BasePlSqlParserListener) ExitNew_partition_name(ctx *New_partition_nameContext)
- func (s *BasePlSqlParserListener) ExitNew_tablespace_name(ctx *New_tablespace_nameContext)
- func (s *BasePlSqlParserListener) ExitNew_values_clause(ctx *New_values_clauseContext)
- func (s *BasePlSqlParserListener) ExitNon_dml_event(ctx *Non_dml_eventContext)
- func (s *BasePlSqlParserListener) ExitNon_dml_trigger(ctx *Non_dml_triggerContext)
- func (s *BasePlSqlParserListener) ExitNon_reserved_keywords_in_12c(ctx *Non_reserved_keywords_in_12cContext)
- func (s *BasePlSqlParserListener) ExitNon_reserved_keywords_pre12c(ctx *Non_reserved_keywords_pre12cContext)
- func (s *BasePlSqlParserListener) ExitNull_statement(ctx *Null_statementContext)
- func (s *BasePlSqlParserListener) ExitNumeric(ctx *NumericContext)
- func (s *BasePlSqlParserListener) ExitNumeric_function(ctx *Numeric_functionContext)
- func (s *BasePlSqlParserListener) ExitNumeric_function_name(ctx *Numeric_function_nameContext)
- func (s *BasePlSqlParserListener) ExitNumeric_function_wrapper(ctx *Numeric_function_wrapperContext)
- func (s *BasePlSqlParserListener) ExitNumeric_negative(ctx *Numeric_negativeContext)
- func (s *BasePlSqlParserListener) ExitObject_as_part(ctx *Object_as_partContext)
- func (s *BasePlSqlParserListener) ExitObject_member_spec(ctx *Object_member_specContext)
- func (s *BasePlSqlParserListener) ExitObject_name(ctx *Object_nameContext)
- func (s *BasePlSqlParserListener) ExitObject_privilege(ctx *Object_privilegeContext)
- func (s *BasePlSqlParserListener) ExitObject_properties(ctx *Object_propertiesContext)
- func (s *BasePlSqlParserListener) ExitObject_table(ctx *Object_tableContext)
- func (s *BasePlSqlParserListener) ExitObject_table_substitution(ctx *Object_table_substitutionContext)
- func (s *BasePlSqlParserListener) ExitObject_type_col_properties(ctx *Object_type_col_propertiesContext)
- func (s *BasePlSqlParserListener) ExitObject_type_def(ctx *Object_type_defContext)
- func (s *BasePlSqlParserListener) ExitObject_under_part(ctx *Object_under_partContext)
- func (s *BasePlSqlParserListener) ExitObject_view_clause(ctx *Object_view_clauseContext)
- func (s *BasePlSqlParserListener) ExitOdci_parameters(ctx *Odci_parametersContext)
- func (s *BasePlSqlParserListener) ExitOffset_clause(ctx *Offset_clauseContext)
- func (s *BasePlSqlParserListener) ExitOid_clause(ctx *Oid_clauseContext)
- func (s *BasePlSqlParserListener) ExitOid_index_clause(ctx *Oid_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitOld_column_name(ctx *Old_column_nameContext)
- func (s *BasePlSqlParserListener) ExitOld_constraint_name(ctx *Old_constraint_nameContext)
- func (s *BasePlSqlParserListener) ExitOn_comp_partitioned_clause(ctx *On_comp_partitioned_clauseContext)
- func (s *BasePlSqlParserListener) ExitOn_comp_partitioned_table(ctx *On_comp_partitioned_tableContext)
- func (s *BasePlSqlParserListener) ExitOn_delete_clause(ctx *On_delete_clauseContext)
- func (s *BasePlSqlParserListener) ExitOn_hash_partitioned_clause(ctx *On_hash_partitioned_clauseContext)
- func (s *BasePlSqlParserListener) ExitOn_hash_partitioned_table(ctx *On_hash_partitioned_tableContext)
- func (s *BasePlSqlParserListener) ExitOn_list_partitioned_table(ctx *On_list_partitioned_tableContext)
- func (s *BasePlSqlParserListener) ExitOn_range_partitioned_table(ctx *On_range_partitioned_tableContext)
- func (s *BasePlSqlParserListener) ExitOnline_or_offline(ctx *Online_or_offlineContext)
- func (s *BasePlSqlParserListener) ExitOpen_for_statement(ctx *Open_for_statementContext)
- func (s *BasePlSqlParserListener) ExitOpen_statement(ctx *Open_statementContext)
- func (s *BasePlSqlParserListener) ExitOracle_namespace(ctx *Oracle_namespaceContext)
- func (s *BasePlSqlParserListener) ExitOrder_by_clause(ctx *Order_by_clauseContext)
- func (s *BasePlSqlParserListener) ExitOrder_by_elements(ctx *Order_by_elementsContext)
- func (s *BasePlSqlParserListener) ExitOther_function(ctx *Other_functionContext)
- func (s *BasePlSqlParserListener) ExitOut_of_line_constraint(ctx *Out_of_line_constraintContext)
- func (s *BasePlSqlParserListener) ExitOut_of_line_part_storage(ctx *Out_of_line_part_storageContext)
- func (s *BasePlSqlParserListener) ExitOut_of_line_ref_constraint(ctx *Out_of_line_ref_constraintContext)
- func (s *BasePlSqlParserListener) ExitOuter_join_sign(ctx *Outer_join_signContext)
- func (s *BasePlSqlParserListener) ExitOuter_join_type(ctx *Outer_join_typeContext)
- func (s *BasePlSqlParserListener) ExitOver_clause(ctx *Over_clauseContext)
- func (s *BasePlSqlParserListener) ExitOver_clause_keyword(ctx *Over_clause_keywordContext)
- func (s *BasePlSqlParserListener) ExitOverriding_function_spec(ctx *Overriding_function_specContext)
- func (s *BasePlSqlParserListener) ExitOverriding_subprogram_spec(ctx *Overriding_subprogram_specContext)
- func (s *BasePlSqlParserListener) ExitPackage_name(ctx *Package_nameContext)
- func (s *BasePlSqlParserListener) ExitPackage_obj_body(ctx *Package_obj_bodyContext)
- func (s *BasePlSqlParserListener) ExitPackage_obj_spec(ctx *Package_obj_specContext)
- func (s *BasePlSqlParserListener) ExitParallel_clause(ctx *Parallel_clauseContext)
- func (s *BasePlSqlParserListener) ExitParallel_enable_clause(ctx *Parallel_enable_clauseContext)
- func (s *BasePlSqlParserListener) ExitParameter(ctx *ParameterContext)
- func (s *BasePlSqlParserListener) ExitParameter_name(ctx *Parameter_nameContext)
- func (s *BasePlSqlParserListener) ExitParameter_spec(ctx *Parameter_specContext)
- func (s *BasePlSqlParserListener) ExitParameter_value(ctx *Parameter_valueContext)
- func (s *BasePlSqlParserListener) ExitParen_column_list(ctx *Paren_column_listContext)
- func (s *BasePlSqlParserListener) ExitPartial_database_recovery(ctx *Partial_database_recoveryContext)
- func (s *BasePlSqlParserListener) ExitPartial_database_recovery_10g(ctx *Partial_database_recovery_10gContext)
- func (s *BasePlSqlParserListener) ExitPartition_by_clause(ctx *Partition_by_clauseContext)
- func (s *BasePlSqlParserListener) ExitPartition_extension_clause(ctx *Partition_extension_clauseContext)
- func (s *BasePlSqlParserListener) ExitPartition_extention_clause(ctx *Partition_extention_clauseContext)
- func (s *BasePlSqlParserListener) ExitPartition_key_value(ctx *Partition_key_valueContext)
- func (s *BasePlSqlParserListener) ExitPartition_name(ctx *Partition_nameContext)
- func (s *BasePlSqlParserListener) ExitPartition_name_old(ctx *Partition_name_oldContext)
- func (s *BasePlSqlParserListener) ExitPartitioned_table(ctx *Partitioned_tableContext)
- func (s *BasePlSqlParserListener) ExitPartitioning_storage_clause(ctx *Partitioning_storage_clauseContext)
- func (s *BasePlSqlParserListener) ExitPassword_expire_clause(ctx *Password_expire_clauseContext)
- func (s *BasePlSqlParserListener) ExitPeriod_definition(ctx *Period_definitionContext)
- func (s *BasePlSqlParserListener) ExitPermanent_tablespace_clause(ctx *Permanent_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) ExitPhysical_attributes_clause(ctx *Physical_attributes_clauseContext)
- func (s *BasePlSqlParserListener) ExitPhysical_properties(ctx *Physical_propertiesContext)
- func (s *BasePlSqlParserListener) ExitPipe_row_statement(ctx *Pipe_row_statementContext)
- func (s *BasePlSqlParserListener) ExitPivot_clause(ctx *Pivot_clauseContext)
- func (s *BasePlSqlParserListener) ExitPivot_element(ctx *Pivot_elementContext)
- func (s *BasePlSqlParserListener) ExitPivot_for_clause(ctx *Pivot_for_clauseContext)
- func (s *BasePlSqlParserListener) ExitPivot_in_clause(ctx *Pivot_in_clauseContext)
- func (s *BasePlSqlParserListener) ExitPivot_in_clause_element(ctx *Pivot_in_clause_elementContext)
- func (s *BasePlSqlParserListener) ExitPivot_in_clause_elements(ctx *Pivot_in_clause_elementsContext)
- func (s *BasePlSqlParserListener) ExitPolicy_name(ctx *Policy_nameContext)
- func (s *BasePlSqlParserListener) ExitPragma_clause(ctx *Pragma_clauseContext)
- func (s *BasePlSqlParserListener) ExitPragma_declaration(ctx *Pragma_declarationContext)
- func (s *BasePlSqlParserListener) ExitPragma_elements(ctx *Pragma_elementsContext)
- func (s *BasePlSqlParserListener) ExitPrecision_part(ctx *Precision_partContext)
- func (s *BasePlSqlParserListener) ExitPrimary_key_clause(ctx *Primary_key_clauseContext)
- func (s *BasePlSqlParserListener) ExitProc_decl_in_type(ctx *Proc_decl_in_typeContext)
- func (s *BasePlSqlParserListener) ExitProcedure_body(ctx *Procedure_bodyContext)
- func (s *BasePlSqlParserListener) ExitProcedure_call(ctx *Procedure_callContext)
- func (s *BasePlSqlParserListener) ExitProcedure_name(ctx *Procedure_nameContext)
- func (s *BasePlSqlParserListener) ExitProcedure_spec(ctx *Procedure_specContext)
- func (s *BasePlSqlParserListener) ExitProfile_clause(ctx *Profile_clauseContext)
- func (s *BasePlSqlParserListener) ExitProfile_name(ctx *Profile_nameContext)
- func (s *BasePlSqlParserListener) ExitProxy_clause(ctx *Proxy_clauseContext)
- func (s *BasePlSqlParserListener) ExitQuantified_expression(ctx *Quantified_expressionContext)
- func (s *BasePlSqlParserListener) ExitQuery_block(ctx *Query_blockContext)
- func (s *BasePlSqlParserListener) ExitQuery_name(ctx *Query_nameContext)
- func (s *BasePlSqlParserListener) ExitQuery_partition_clause(ctx *Query_partition_clauseContext)
- func (s *BasePlSqlParserListener) ExitQuota_clause(ctx *Quota_clauseContext)
- func (s *BasePlSqlParserListener) ExitQuoted_string(ctx *Quoted_stringContext)
- func (s *BasePlSqlParserListener) ExitRaise_statement(ctx *Raise_statementContext)
- func (s *BasePlSqlParserListener) ExitRange_partition_desc(ctx *Range_partition_descContext)
- func (s *BasePlSqlParserListener) ExitRange_partitions(ctx *Range_partitionsContext)
- func (s *BasePlSqlParserListener) ExitRange_subpartition_desc(ctx *Range_subpartition_descContext)
- func (s *BasePlSqlParserListener) ExitRange_values_clause(ctx *Range_values_clauseContext)
- func (s *BasePlSqlParserListener) ExitRebuild_clause(ctx *Rebuild_clauseContext)
- func (s *BasePlSqlParserListener) ExitRecord_name(ctx *Record_nameContext)
- func (s *BasePlSqlParserListener) ExitRecord_type_def(ctx *Record_type_defContext)
- func (s *BasePlSqlParserListener) ExitRecords_per_block_clause(ctx *Records_per_block_clauseContext)
- func (s *BasePlSqlParserListener) ExitRecovery_clauses(ctx *Recovery_clausesContext)
- func (s *BasePlSqlParserListener) ExitRedo_log_file_spec(ctx *Redo_log_file_specContext)
- func (s *BasePlSqlParserListener) ExitRef_cursor_type_def(ctx *Ref_cursor_type_defContext)
- func (s *BasePlSqlParserListener) ExitReference_model(ctx *Reference_modelContext)
- func (s *BasePlSqlParserListener) ExitReference_model_name(ctx *Reference_model_nameContext)
- func (s *BasePlSqlParserListener) ExitReference_partition_desc(ctx *Reference_partition_descContext)
- func (s *BasePlSqlParserListener) ExitReference_partitioning(ctx *Reference_partitioningContext)
- func (s *BasePlSqlParserListener) ExitReferences_clause(ctx *References_clauseContext)
- func (s *BasePlSqlParserListener) ExitReferencing_clause(ctx *Referencing_clauseContext)
- func (s *BasePlSqlParserListener) ExitReferencing_element(ctx *Referencing_elementContext)
- func (s *BasePlSqlParserListener) ExitRegister_logfile_clause(ctx *Register_logfile_clauseContext)
- func (s *BasePlSqlParserListener) ExitRegular_id(ctx *Regular_idContext)
- func (s *BasePlSqlParserListener) ExitRelational_expression(ctx *Relational_expressionContext)
- func (s *BasePlSqlParserListener) ExitRelational_operator(ctx *Relational_operatorContext)
- func (s *BasePlSqlParserListener) ExitRelational_property(ctx *Relational_propertyContext)
- func (s *BasePlSqlParserListener) ExitRelational_table(ctx *Relational_tableContext)
- func (s *BasePlSqlParserListener) ExitRelies_on_part(ctx *Relies_on_partContext)
- func (s *BasePlSqlParserListener) ExitRename_column_clause(ctx *Rename_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitRename_index_partition(ctx *Rename_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitRename_object(ctx *Rename_objectContext)
- func (s *BasePlSqlParserListener) ExitReplace_type_clause(ctx *Replace_type_clauseContext)
- func (s *BasePlSqlParserListener) ExitResetlogs_or_noresetlogs(ctx *Resetlogs_or_noresetlogsContext)
- func (s *BasePlSqlParserListener) ExitRespect_or_ignore_nulls(ctx *Respect_or_ignore_nullsContext)
- func (s *BasePlSqlParserListener) ExitResult_cache_clause(ctx *Result_cache_clauseContext)
- func (s *BasePlSqlParserListener) ExitReturn_rows_clause(ctx *Return_rows_clauseContext)
- func (s *BasePlSqlParserListener) ExitReturn_statement(ctx *Return_statementContext)
- func (s *BasePlSqlParserListener) ExitRole_clause(ctx *Role_clauseContext)
- func (s *BasePlSqlParserListener) ExitRole_name(ctx *Role_nameContext)
- func (s *BasePlSqlParserListener) ExitRollback_segment(ctx *Rollback_segmentContext)
- func (s *BasePlSqlParserListener) ExitRollback_segment_name(ctx *Rollback_segment_nameContext)
- func (s *BasePlSqlParserListener) ExitRollback_statement(ctx *Rollback_statementContext)
- func (s *BasePlSqlParserListener) ExitRollup_cube_clause(ctx *Rollup_cube_clauseContext)
- func (s *BasePlSqlParserListener) ExitRoutine_clause(ctx *Routine_clauseContext)
- func (s *BasePlSqlParserListener) ExitRoutine_name(ctx *Routine_nameContext)
- func (s *BasePlSqlParserListener) ExitRow_movement_clause(ctx *Row_movement_clauseContext)
- func (s *BasePlSqlParserListener) ExitSample_clause(ctx *Sample_clauseContext)
- func (s *BasePlSqlParserListener) ExitSavepoint_name(ctx *Savepoint_nameContext)
- func (s *BasePlSqlParserListener) ExitSavepoint_statement(ctx *Savepoint_statementContext)
- func (s *BasePlSqlParserListener) ExitSchema_name(ctx *Schema_nameContext)
- func (s *BasePlSqlParserListener) ExitSchema_object_name(ctx *Schema_object_nameContext)
- func (s *BasePlSqlParserListener) ExitSearch_clause(ctx *Search_clauseContext)
- func (s *BasePlSqlParserListener) ExitSearched_case_statement(ctx *Searched_case_statementContext)
- func (s *BasePlSqlParserListener) ExitSearched_case_when_part(ctx *Searched_case_when_partContext)
- func (s *BasePlSqlParserListener) ExitSecurity_clause(ctx *Security_clauseContext)
- func (s *BasePlSqlParserListener) ExitSeed_part(ctx *Seed_partContext)
- func (s *BasePlSqlParserListener) ExitSegment_attributes_clause(ctx *Segment_attributes_clauseContext)
- func (s *BasePlSqlParserListener) ExitSegment_management_clause(ctx *Segment_management_clauseContext)
- func (s *BasePlSqlParserListener) ExitSelect_list_elements(ctx *Select_list_elementsContext)
- func (s *BasePlSqlParserListener) ExitSelect_only_statement(ctx *Select_only_statementContext)
- func (s *BasePlSqlParserListener) ExitSelect_statement(ctx *Select_statementContext)
- func (s *BasePlSqlParserListener) ExitSelected_list(ctx *Selected_listContext)
- func (s *BasePlSqlParserListener) ExitSelected_tableview(ctx *Selected_tableviewContext)
- func (s *BasePlSqlParserListener) ExitSeq_of_declare_specs(ctx *Seq_of_declare_specsContext)
- func (s *BasePlSqlParserListener) ExitSeq_of_statements(ctx *Seq_of_statementsContext)
- func (s *BasePlSqlParserListener) ExitSequence_name(ctx *Sequence_nameContext)
- func (s *BasePlSqlParserListener) ExitSequence_spec(ctx *Sequence_specContext)
- func (s *BasePlSqlParserListener) ExitSequence_start_clause(ctx *Sequence_start_clauseContext)
- func (s *BasePlSqlParserListener) ExitSet_command(ctx *Set_commandContext)
- func (s *BasePlSqlParserListener) ExitSet_constraint_command(ctx *Set_constraint_commandContext)
- func (s *BasePlSqlParserListener) ExitSet_container_data(ctx *Set_container_dataContext)
- func (s *BasePlSqlParserListener) ExitSet_time_zone_clause(ctx *Set_time_zone_clauseContext)
- func (s *BasePlSqlParserListener) ExitSet_transaction_command(ctx *Set_transaction_commandContext)
- func (s *BasePlSqlParserListener) ExitShrink_clause(ctx *Shrink_clauseContext)
- func (s *BasePlSqlParserListener) ExitSimple_case_statement(ctx *Simple_case_statementContext)
- func (s *BasePlSqlParserListener) ExitSimple_case_when_part(ctx *Simple_case_when_partContext)
- func (s *BasePlSqlParserListener) ExitSimple_dml_trigger(ctx *Simple_dml_triggerContext)
- func (s *BasePlSqlParserListener) ExitSingle_column_for_loop(ctx *Single_column_for_loopContext)
- func (s *BasePlSqlParserListener) ExitSingle_table_insert(ctx *Single_table_insertContext)
- func (s *BasePlSqlParserListener) ExitSize_clause(ctx *Size_clauseContext)
- func (s *BasePlSqlParserListener) ExitSort_or_nosort(ctx *Sort_or_nosortContext)
- func (s *BasePlSqlParserListener) ExitSplit_index_partition(ctx *Split_index_partitionContext)
- func (s *BasePlSqlParserListener) ExitSql_operation(ctx *Sql_operationContext)
- func (s *BasePlSqlParserListener) ExitSql_plus_command(ctx *Sql_plus_commandContext)
- func (s *BasePlSqlParserListener) ExitSql_script(ctx *Sql_scriptContext)
- func (s *BasePlSqlParserListener) ExitSql_statement(ctx *Sql_statementContext)
- func (s *BasePlSqlParserListener) ExitSql_statement_shortcut(ctx *Sql_statement_shortcutContext)
- func (s *BasePlSqlParserListener) ExitSqlj_object_type(ctx *Sqlj_object_typeContext)
- func (s *BasePlSqlParserListener) ExitSqlj_object_type_attr(ctx *Sqlj_object_type_attrContext)
- func (s *BasePlSqlParserListener) ExitStandard_function(ctx *Standard_functionContext)
- func (s *BasePlSqlParserListener) ExitStandard_prediction_function_keyword(ctx *Standard_prediction_function_keywordContext)
- func (s *BasePlSqlParserListener) ExitStandby_database_clauses(ctx *Standby_database_clausesContext)
- func (s *BasePlSqlParserListener) ExitStart_part(ctx *Start_partContext)
- func (s *BasePlSqlParserListener) ExitStart_standby_clause(ctx *Start_standby_clauseContext)
- func (s *BasePlSqlParserListener) ExitStart_time_column(ctx *Start_time_columnContext)
- func (s *BasePlSqlParserListener) ExitStartup_clauses(ctx *Startup_clausesContext)
- func (s *BasePlSqlParserListener) ExitStatement(ctx *StatementContext)
- func (s *BasePlSqlParserListener) ExitStatic_returning_clause(ctx *Static_returning_clauseContext)
- func (s *BasePlSqlParserListener) ExitStatistics_type_name(ctx *Statistics_type_nameContext)
- func (s *BasePlSqlParserListener) ExitStop_standby_clause(ctx *Stop_standby_clauseContext)
- func (s *BasePlSqlParserListener) ExitStorage_clause(ctx *Storage_clauseContext)
- func (s *BasePlSqlParserListener) ExitStorage_table_clause(ctx *Storage_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitStreaming_clause(ctx *Streaming_clauseContext)
- func (s *BasePlSqlParserListener) ExitString_function(ctx *String_functionContext)
- func (s *BasePlSqlParserListener) ExitString_function_name(ctx *String_function_nameContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_by_hash(ctx *Subpartition_by_hashContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_by_list(ctx *Subpartition_by_listContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_by_range(ctx *Subpartition_by_rangeContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_key_value(ctx *Subpartition_key_valueContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_name(ctx *Subpartition_nameContext)
- func (s *BasePlSqlParserListener) ExitSubpartition_template(ctx *Subpartition_templateContext)
- func (s *BasePlSqlParserListener) ExitSubprog_decl_in_type(ctx *Subprog_decl_in_typeContext)
- func (s *BasePlSqlParserListener) ExitSubprogram_spec(ctx *Subprogram_specContext)
- func (s *BasePlSqlParserListener) ExitSubquery(ctx *SubqueryContext)
- func (s *BasePlSqlParserListener) ExitSubquery_basic_elements(ctx *Subquery_basic_elementsContext)
- func (s *BasePlSqlParserListener) ExitSubquery_factoring_clause(ctx *Subquery_factoring_clauseContext)
- func (s *BasePlSqlParserListener) ExitSubquery_operation_part(ctx *Subquery_operation_partContext)
- func (s *BasePlSqlParserListener) ExitSubquery_restriction_clause(ctx *Subquery_restriction_clauseContext)
- func (s *BasePlSqlParserListener) ExitSubstitutable_column_clause(ctx *Substitutable_column_clauseContext)
- func (s *BasePlSqlParserListener) ExitSubtype_declaration(ctx *Subtype_declarationContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_db_logging(ctx *Supplemental_db_loggingContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_id_key_clause(ctx *Supplemental_id_key_clauseContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_log_grp_clause(ctx *Supplemental_log_grp_clauseContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_logging_props(ctx *Supplemental_logging_propsContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_plsql_clause(ctx *Supplemental_plsql_clauseContext)
- func (s *BasePlSqlParserListener) ExitSupplemental_table_logging(ctx *Supplemental_table_loggingContext)
- func (s *BasePlSqlParserListener) ExitSwallow_to_semi(ctx *Swallow_to_semiContext)
- func (s *BasePlSqlParserListener) ExitSwitch_logfile_clause(ctx *Switch_logfile_clauseContext)
- func (s *BasePlSqlParserListener) ExitSynchronous_or_asynchronous(ctx *Synchronous_or_asynchronousContext)
- func (s *BasePlSqlParserListener) ExitSynonym_name(ctx *Synonym_nameContext)
- func (s *BasePlSqlParserListener) ExitSystem_partitioning(ctx *System_partitioningContext)
- func (s *BasePlSqlParserListener) ExitSystem_privilege(ctx *System_privilegeContext)
- func (s *BasePlSqlParserListener) ExitTable_alias(ctx *Table_aliasContext)
- func (s *BasePlSqlParserListener) ExitTable_collection_expression(ctx *Table_collection_expressionContext)
- func (s *BasePlSqlParserListener) ExitTable_compression(ctx *Table_compressionContext)
- func (s *BasePlSqlParserListener) ExitTable_element(ctx *Table_elementContext)
- func (s *BasePlSqlParserListener) ExitTable_index_clause(ctx *Table_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitTable_indexed_by_part(ctx *Table_indexed_by_partContext)
- func (s *BasePlSqlParserListener) ExitTable_partition_description(ctx *Table_partition_descriptionContext)
- func (s *BasePlSqlParserListener) ExitTable_partitioning_clauses(ctx *Table_partitioning_clausesContext)
- func (s *BasePlSqlParserListener) ExitTable_ref(ctx *Table_refContext)
- func (s *BasePlSqlParserListener) ExitTable_ref_aux(ctx *Table_ref_auxContext)
- func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_one(ctx *Table_ref_aux_internal_oneContext)
- func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_three(ctx *Table_ref_aux_internal_threeContext)
- func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_two(ctx *Table_ref_aux_internal_twoContext)
- func (s *BasePlSqlParserListener) ExitTable_ref_list(ctx *Table_ref_listContext)
- func (s *BasePlSqlParserListener) ExitTable_type_def(ctx *Table_type_defContext)
- func (s *BasePlSqlParserListener) ExitTable_var_name(ctx *Table_var_nameContext)
- func (s *BasePlSqlParserListener) ExitTablespace(ctx *TablespaceContext)
- func (s *BasePlSqlParserListener) ExitTablespace_encryption_spec(ctx *Tablespace_encryption_specContext)
- func (s *BasePlSqlParserListener) ExitTablespace_group_clause(ctx *Tablespace_group_clauseContext)
- func (s *BasePlSqlParserListener) ExitTablespace_group_name(ctx *Tablespace_group_nameContext)
- func (s *BasePlSqlParserListener) ExitTablespace_logging_clauses(ctx *Tablespace_logging_clausesContext)
- func (s *BasePlSqlParserListener) ExitTablespace_retention_clause(ctx *Tablespace_retention_clauseContext)
- func (s *BasePlSqlParserListener) ExitTablespace_state_clauses(ctx *Tablespace_state_clausesContext)
- func (s *BasePlSqlParserListener) ExitTableview_name(ctx *Tableview_nameContext)
- func (s *BasePlSqlParserListener) ExitTempfile_specification(ctx *Tempfile_specificationContext)
- func (s *BasePlSqlParserListener) ExitTemporary_tablespace_clause(ctx *Temporary_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) ExitTiming_point_section(ctx *Timing_point_sectionContext)
- func (s *BasePlSqlParserListener) ExitTrace_file_clause(ctx *Trace_file_clauseContext)
- func (s *BasePlSqlParserListener) ExitTransaction_control_statements(ctx *Transaction_control_statementsContext)
- func (s *BasePlSqlParserListener) ExitTrigger_block(ctx *Trigger_blockContext)
- func (s *BasePlSqlParserListener) ExitTrigger_body(ctx *Trigger_bodyContext)
- func (s *BasePlSqlParserListener) ExitTrigger_follows_clause(ctx *Trigger_follows_clauseContext)
- func (s *BasePlSqlParserListener) ExitTrigger_name(ctx *Trigger_nameContext)
- func (s *BasePlSqlParserListener) ExitTrigger_when_clause(ctx *Trigger_when_clauseContext)
- func (s *BasePlSqlParserListener) ExitTruncate_table(ctx *Truncate_tableContext)
- func (s *BasePlSqlParserListener) ExitType_body(ctx *Type_bodyContext)
- func (s *BasePlSqlParserListener) ExitType_body_elements(ctx *Type_body_elementsContext)
- func (s *BasePlSqlParserListener) ExitType_declaration(ctx *Type_declarationContext)
- func (s *BasePlSqlParserListener) ExitType_definition(ctx *Type_definitionContext)
- func (s *BasePlSqlParserListener) ExitType_elements_parameter(ctx *Type_elements_parameterContext)
- func (s *BasePlSqlParserListener) ExitType_function_spec(ctx *Type_function_specContext)
- func (s *BasePlSqlParserListener) ExitType_name(ctx *Type_nameContext)
- func (s *BasePlSqlParserListener) ExitType_procedure_spec(ctx *Type_procedure_specContext)
- func (s *BasePlSqlParserListener) ExitType_spec(ctx *Type_specContext)
- func (s *BasePlSqlParserListener) ExitUnary_expression(ctx *Unary_expressionContext)
- func (s *BasePlSqlParserListener) ExitUnary_logical_expression(ctx *Unary_logical_expressionContext)
- func (s *BasePlSqlParserListener) ExitUndo_tablespace_clause(ctx *Undo_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) ExitUnified_auditing(ctx *Unified_auditingContext)
- func (s *BasePlSqlParserListener) ExitUnique_key_clause(ctx *Unique_key_clauseContext)
- func (s *BasePlSqlParserListener) ExitUnit_statement(ctx *Unit_statementContext)
- func (s *BasePlSqlParserListener) ExitUnpivot_clause(ctx *Unpivot_clauseContext)
- func (s *BasePlSqlParserListener) ExitUnpivot_in_clause(ctx *Unpivot_in_clauseContext)
- func (s *BasePlSqlParserListener) ExitUnpivot_in_elements(ctx *Unpivot_in_elementsContext)
- func (s *BasePlSqlParserListener) ExitUntil_part(ctx *Until_partContext)
- func (s *BasePlSqlParserListener) ExitUpdate_set_clause(ctx *Update_set_clauseContext)
- func (s *BasePlSqlParserListener) ExitUpdate_statement(ctx *Update_statementContext)
- func (s *BasePlSqlParserListener) ExitUpgrade_or_downgrade(ctx *Upgrade_or_downgradeContext)
- func (s *BasePlSqlParserListener) ExitUpgrade_table_clause(ctx *Upgrade_table_clauseContext)
- func (s *BasePlSqlParserListener) ExitUpper_bound(ctx *Upper_boundContext)
- func (s *BasePlSqlParserListener) ExitUser_default_role_clause(ctx *User_default_role_clauseContext)
- func (s *BasePlSqlParserListener) ExitUser_editions_clause(ctx *User_editions_clauseContext)
- func (s *BasePlSqlParserListener) ExitUser_lock_clause(ctx *User_lock_clauseContext)
- func (s *BasePlSqlParserListener) ExitUser_object_name(ctx *User_object_nameContext)
- func (s *BasePlSqlParserListener) ExitUser_tablespace_clause(ctx *User_tablespace_clauseContext)
- func (s *BasePlSqlParserListener) ExitUsing_clause(ctx *Using_clauseContext)
- func (s *BasePlSqlParserListener) ExitUsing_element(ctx *Using_elementContext)
- func (s *BasePlSqlParserListener) ExitUsing_index_clause(ctx *Using_index_clauseContext)
- func (s *BasePlSqlParserListener) ExitUsing_statistics_type(ctx *Using_statistics_typeContext)
- func (s *BasePlSqlParserListener) ExitValidation_clauses(ctx *Validation_clausesContext)
- func (s *BasePlSqlParserListener) ExitValues_clause(ctx *Values_clauseContext)
- func (s *BasePlSqlParserListener) ExitVariable_declaration(ctx *Variable_declarationContext)
- func (s *BasePlSqlParserListener) ExitVariable_name(ctx *Variable_nameContext)
- func (s *BasePlSqlParserListener) ExitVarray_col_properties(ctx *Varray_col_propertiesContext)
- func (s *BasePlSqlParserListener) ExitVarray_item(ctx *Varray_itemContext)
- func (s *BasePlSqlParserListener) ExitVarray_storage_clause(ctx *Varray_storage_clauseContext)
- func (s *BasePlSqlParserListener) ExitVarray_type_def(ctx *Varray_type_defContext)
- func (s *BasePlSqlParserListener) ExitView_alias_constraint(ctx *View_alias_constraintContext)
- func (s *BasePlSqlParserListener) ExitView_options(ctx *View_optionsContext)
- func (s *BasePlSqlParserListener) ExitVirtual_column_definition(ctx *Virtual_column_definitionContext)
- func (s *BasePlSqlParserListener) ExitVisible_or_invisible(ctx *Visible_or_invisibleContext)
- func (s *BasePlSqlParserListener) ExitWait_nowait_part(ctx *Wait_nowait_partContext)
- func (s *BasePlSqlParserListener) ExitWhenever_command(ctx *Whenever_commandContext)
- func (s *BasePlSqlParserListener) ExitWhere_clause(ctx *Where_clauseContext)
- func (s *BasePlSqlParserListener) ExitWindowing_clause(ctx *Windowing_clauseContext)
- func (s *BasePlSqlParserListener) ExitWindowing_elements(ctx *Windowing_elementsContext)
- func (s *BasePlSqlParserListener) ExitWindowing_type(ctx *Windowing_typeContext)
- func (s *BasePlSqlParserListener) ExitWithin_or_over_clause_keyword(ctx *Within_or_over_clause_keywordContext)
- func (s *BasePlSqlParserListener) ExitWithin_or_over_part(ctx *Within_or_over_partContext)
- func (s *BasePlSqlParserListener) ExitWrite_clause(ctx *Write_clauseContext)
- func (s *BasePlSqlParserListener) ExitXml_attributes_clause(ctx *Xml_attributes_clauseContext)
- func (s *BasePlSqlParserListener) ExitXml_column_name(ctx *Xml_column_nameContext)
- func (s *BasePlSqlParserListener) ExitXml_general_default_part(ctx *Xml_general_default_partContext)
- func (s *BasePlSqlParserListener) ExitXml_multiuse_expression_element(ctx *Xml_multiuse_expression_elementContext)
- func (s *BasePlSqlParserListener) ExitXml_namespaces_clause(ctx *Xml_namespaces_clauseContext)
- func (s *BasePlSqlParserListener) ExitXml_passing_clause(ctx *Xml_passing_clauseContext)
- func (s *BasePlSqlParserListener) ExitXml_table_column(ctx *Xml_table_columnContext)
- func (s *BasePlSqlParserListener) ExitXmlindex_clause(ctx *Xmlindex_clauseContext)
- func (s *BasePlSqlParserListener) ExitXmlroot_param_standalone_part(ctx *Xmlroot_param_standalone_partContext)
- func (s *BasePlSqlParserListener) ExitXmlroot_param_version_part(ctx *Xmlroot_param_version_partContext)
- func (s *BasePlSqlParserListener) ExitXmlschema_spec(ctx *Xmlschema_specContext)
- func (s *BasePlSqlParserListener) ExitXmlserialize_param_enconding_part(ctx *Xmlserialize_param_enconding_partContext)
- func (s *BasePlSqlParserListener) ExitXmlserialize_param_ident_part(ctx *Xmlserialize_param_ident_partContext)
- func (s *BasePlSqlParserListener) ExitXmlserialize_param_version_part(ctx *Xmlserialize_param_version_partContext)
- func (s *BasePlSqlParserListener) ExitXmltable(ctx *XmltableContext)
- func (s *BasePlSqlParserListener) ExitXmltype_column_properties(ctx *Xmltype_column_propertiesContext)
- func (s *BasePlSqlParserListener) ExitXmltype_storage(ctx *Xmltype_storageContext)
- func (s *BasePlSqlParserListener) ExitXmltype_table(ctx *Xmltype_tableContext)
- func (s *BasePlSqlParserListener) ExitXmltype_virtual_columns(ctx *Xmltype_virtual_columnsContext)
- func (s *BasePlSqlParserListener) VisitErrorNode(node antlr.ErrorNode)
- func (s *BasePlSqlParserListener) VisitTerminal(node antlr.TerminalNode)
- type Begin_or_endContext
- func (s *Begin_or_endContext) BEGIN() antlr.TerminalNode
- func (s *Begin_or_endContext) END() antlr.TerminalNode
- func (s *Begin_or_endContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Begin_or_endContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Begin_or_endContext) GetParser() antlr.Parser
- func (s *Begin_or_endContext) GetRuleContext() antlr.RuleContext
- func (*Begin_or_endContext) IsBegin_or_endContext()
- func (s *Begin_or_endContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Between_boundContext
- func (s *Between_boundContext) AND() antlr.TerminalNode
- func (s *Between_boundContext) BETWEEN() antlr.TerminalNode
- func (s *Between_boundContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Between_boundContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Between_boundContext) GetParser() antlr.Parser
- func (s *Between_boundContext) GetRuleContext() antlr.RuleContext
- func (*Between_boundContext) IsBetween_boundContext()
- func (s *Between_boundContext) Lower_bound() ILower_boundContext
- func (s *Between_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Between_boundContext) Upper_bound() IUpper_boundContext
- type Between_elementsContext
- func (s *Between_elementsContext) AND() antlr.TerminalNode
- func (s *Between_elementsContext) AllConcatenation() []IConcatenationContext
- func (s *Between_elementsContext) Concatenation(i int) IConcatenationContext
- func (s *Between_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Between_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Between_elementsContext) GetParser() antlr.Parser
- func (s *Between_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Between_elementsContext) IsBetween_elementsContext()
- func (s *Between_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Bind_variableContext
- func (s *Bind_variableContext) AllBINDVAR() []antlr.TerminalNode
- func (s *Bind_variableContext) AllCOLON() []antlr.TerminalNode
- func (s *Bind_variableContext) AllGeneral_element_part() []IGeneral_element_partContext
- func (s *Bind_variableContext) AllPERIOD() []antlr.TerminalNode
- func (s *Bind_variableContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Bind_variableContext) BINDVAR(i int) antlr.TerminalNode
- func (s *Bind_variableContext) COLON(i int) antlr.TerminalNode
- func (s *Bind_variableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Bind_variableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Bind_variableContext) General_element_part(i int) IGeneral_element_partContext
- func (s *Bind_variableContext) GetParser() antlr.Parser
- func (s *Bind_variableContext) GetRuleContext() antlr.RuleContext
- func (s *Bind_variableContext) INDICATOR() antlr.TerminalNode
- func (*Bind_variableContext) IsBind_variableContext()
- func (s *Bind_variableContext) PERIOD(i int) antlr.TerminalNode
- func (s *Bind_variableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Bind_variableContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Bitmap_join_index_clauseContext
- func (s *Bitmap_join_index_clauseContext) ASC(i int) antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) AllASC() []antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) AllColumn_name() []IColumn_nameContext
- func (s *Bitmap_join_index_clauseContext) AllDESC() []antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) AllTable_alias() []ITable_aliasContext
- func (s *Bitmap_join_index_clauseContext) AllTableview_name() []ITableview_nameContext
- func (s *Bitmap_join_index_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) Column_name(i int) IColumn_nameContext
- func (s *Bitmap_join_index_clauseContext) DESC(i int) antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Bitmap_join_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Bitmap_join_index_clauseContext) FROM() antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) GetParser() antlr.Parser
- func (s *Bitmap_join_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Bitmap_join_index_clauseContext) Index_attributes() IIndex_attributesContext
- func (*Bitmap_join_index_clauseContext) IsBitmap_join_index_clauseContext()
- func (s *Bitmap_join_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) Local_partitioned_index() ILocal_partitioned_indexContext
- func (s *Bitmap_join_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Bitmap_join_index_clauseContext) Table_alias(i int) ITable_aliasContext
- func (s *Bitmap_join_index_clauseContext) Tableview_name(i int) ITableview_nameContext
- func (s *Bitmap_join_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Bitmap_join_index_clauseContext) Where_clause() IWhere_clauseContext
- type BlockContext
- func (s *BlockContext) AllDeclare_spec() []IDeclare_specContext
- func (s *BlockContext) Body() IBodyContext
- func (s *BlockContext) DECLARE() antlr.TerminalNode
- func (s *BlockContext) Declare_spec(i int) IDeclare_specContext
- func (s *BlockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BlockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BlockContext) GetParser() antlr.Parser
- func (s *BlockContext) GetRuleContext() antlr.RuleContext
- func (*BlockContext) IsBlockContext()
- func (s *BlockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BodyContext
- func (s *BodyContext) AllException_handler() []IException_handlerContext
- func (s *BodyContext) BEGIN() antlr.TerminalNode
- func (s *BodyContext) END() antlr.TerminalNode
- func (s *BodyContext) EXCEPTION() antlr.TerminalNode
- func (s *BodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BodyContext) Exception_handler(i int) IException_handlerContext
- func (s *BodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BodyContext) GetParser() antlr.Parser
- func (s *BodyContext) GetRuleContext() antlr.RuleContext
- func (*BodyContext) IsBodyContext()
- func (s *BodyContext) Label_name() ILabel_nameContext
- func (s *BodyContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *BodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Bounds_clauseContext
- func (s *Bounds_clauseContext) Between_bound() IBetween_boundContext
- func (s *Bounds_clauseContext) Collection_name() ICollection_nameContext
- func (s *Bounds_clauseContext) DOUBLE_PERIOD() antlr.TerminalNode
- func (s *Bounds_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Bounds_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Bounds_clauseContext) GetParser() antlr.Parser
- func (s *Bounds_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Bounds_clauseContext) INDICES() antlr.TerminalNode
- func (s *Bounds_clauseContext) Index_name() IIndex_nameContext
- func (*Bounds_clauseContext) IsBounds_clauseContext()
- func (s *Bounds_clauseContext) Lower_bound() ILower_boundContext
- func (s *Bounds_clauseContext) OF() antlr.TerminalNode
- func (s *Bounds_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Bounds_clauseContext) Upper_bound() IUpper_boundContext
- func (s *Bounds_clauseContext) VALUES() antlr.TerminalNode
- type Build_clauseContext
- func (s *Build_clauseContext) BUILD() antlr.TerminalNode
- func (s *Build_clauseContext) DEFERRED() antlr.TerminalNode
- func (s *Build_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Build_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Build_clauseContext) GetParser() antlr.Parser
- func (s *Build_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Build_clauseContext) IMMEDIATE() antlr.TerminalNode
- func (*Build_clauseContext) IsBuild_clauseContext()
- func (s *Build_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type C_agent_in_clauseContext
- func (s *C_agent_in_clauseContext) AGENT() antlr.TerminalNode
- func (s *C_agent_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *C_agent_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *C_agent_in_clauseContext) Expressions() IExpressionsContext
- func (s *C_agent_in_clauseContext) GetParser() antlr.Parser
- func (s *C_agent_in_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *C_agent_in_clauseContext) IN() antlr.TerminalNode
- func (*C_agent_in_clauseContext) IsC_agent_in_clauseContext()
- func (s *C_agent_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *C_agent_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *C_agent_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type C_parameters_clauseContext
- func (s *C_parameters_clauseContext) AllPERIOD() []antlr.TerminalNode
- func (s *C_parameters_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *C_parameters_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *C_parameters_clauseContext) Expressions() IExpressionsContext
- func (s *C_parameters_clauseContext) GetParser() antlr.Parser
- func (s *C_parameters_clauseContext) GetRuleContext() antlr.RuleContext
- func (*C_parameters_clauseContext) IsC_parameters_clauseContext()
- func (s *C_parameters_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *C_parameters_clauseContext) PARAMETERS() antlr.TerminalNode
- func (s *C_parameters_clauseContext) PERIOD(i int) antlr.TerminalNode
- func (s *C_parameters_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *C_parameters_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type C_specContext
- func (s *C_specContext) CHAR_STRING() antlr.TerminalNode
- func (s *C_specContext) CONTEXT() antlr.TerminalNode
- func (s *C_specContext) C_LETTER() antlr.TerminalNode
- func (s *C_specContext) C_agent_in_clause() IC_agent_in_clauseContext
- func (s *C_specContext) C_parameters_clause() IC_parameters_clauseContext
- func (s *C_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *C_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *C_specContext) GetParser() antlr.Parser
- func (s *C_specContext) GetRuleContext() antlr.RuleContext
- func (s *C_specContext) Identifier() IIdentifierContext
- func (*C_specContext) IsC_specContext()
- func (s *C_specContext) LIBRARY() antlr.TerminalNode
- func (s *C_specContext) NAME() antlr.TerminalNode
- func (s *C_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *C_specContext) WITH() antlr.TerminalNode
- type Cache_or_nocacheContext
- func (s *Cache_or_nocacheContext) CACHE() antlr.TerminalNode
- func (s *Cache_or_nocacheContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cache_or_nocacheContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cache_or_nocacheContext) GetParser() antlr.Parser
- func (s *Cache_or_nocacheContext) GetRuleContext() antlr.RuleContext
- func (*Cache_or_nocacheContext) IsCache_or_nocacheContext()
- func (s *Cache_or_nocacheContext) NOCACHE() antlr.TerminalNode
- func (s *Cache_or_nocacheContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Call_specContext
- func (s *Call_specContext) C_spec() IC_specContext
- func (s *Call_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Call_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Call_specContext) GetParser() antlr.Parser
- func (s *Call_specContext) GetRuleContext() antlr.RuleContext
- func (*Call_specContext) IsCall_specContext()
- func (s *Call_specContext) Java_spec() IJava_specContext
- func (s *Call_specContext) LANGUAGE() antlr.TerminalNode
- func (s *Call_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Case_else_partContext
- func (s *Case_else_partContext) ELSE() antlr.TerminalNode
- func (s *Case_else_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Case_else_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Case_else_partContext) Expression() IExpressionContext
- func (s *Case_else_partContext) GetParser() antlr.Parser
- func (s *Case_else_partContext) GetRuleContext() antlr.RuleContext
- func (*Case_else_partContext) IsCase_else_partContext()
- func (s *Case_else_partContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Case_else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Case_statementContext
- func (s *Case_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Case_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Case_statementContext) GetParser() antlr.Parser
- func (s *Case_statementContext) GetRuleContext() antlr.RuleContext
- func (*Case_statementContext) IsCase_statementContext()
- func (s *Case_statementContext) Searched_case_statement() ISearched_case_statementContext
- func (s *Case_statementContext) Simple_case_statement() ISimple_case_statementContext
- func (s *Case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cell_assignmentContext
- func (s *Cell_assignmentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cell_assignmentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cell_assignmentContext) GetParser() antlr.Parser
- func (s *Cell_assignmentContext) GetRuleContext() antlr.RuleContext
- func (*Cell_assignmentContext) IsCell_assignmentContext()
- func (s *Cell_assignmentContext) Model_expression() IModel_expressionContext
- func (s *Cell_assignmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cell_reference_optionsContext
- func (s *Cell_reference_optionsContext) DIMENSION() antlr.TerminalNode
- func (s *Cell_reference_optionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cell_reference_optionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cell_reference_optionsContext) GetParser() antlr.Parser
- func (s *Cell_reference_optionsContext) GetRuleContext() antlr.RuleContext
- func (s *Cell_reference_optionsContext) IGNORE() antlr.TerminalNode
- func (*Cell_reference_optionsContext) IsCell_reference_optionsContext()
- func (s *Cell_reference_optionsContext) KEEP() antlr.TerminalNode
- func (s *Cell_reference_optionsContext) NAV() antlr.TerminalNode
- func (s *Cell_reference_optionsContext) REFERENCE() antlr.TerminalNode
- func (s *Cell_reference_optionsContext) SINGLE() antlr.TerminalNode
- func (s *Cell_reference_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Cell_reference_optionsContext) UNIQUE() antlr.TerminalNode
- type Char_set_nameContext
- func (s *Char_set_nameContext) AllId_expression() []IId_expressionContext
- func (s *Char_set_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Char_set_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Char_set_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Char_set_nameContext) GetParser() antlr.Parser
- func (s *Char_set_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Char_set_nameContext) Id_expression(i int) IId_expressionContext
- func (*Char_set_nameContext) IsChar_set_nameContext()
- func (s *Char_set_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Char_set_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Check_constraintContext
- func (s *Check_constraintContext) CHECK() antlr.TerminalNode
- func (s *Check_constraintContext) Condition() IConditionContext
- func (s *Check_constraintContext) DISABLE() antlr.TerminalNode
- func (s *Check_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Check_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Check_constraintContext) GetParser() antlr.Parser
- func (s *Check_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Check_constraintContext) IsCheck_constraintContext()
- func (s *Check_constraintContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Check_constraintContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Check_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Close_statementContext
- func (s *Close_statementContext) CLOSE() antlr.TerminalNode
- func (s *Close_statementContext) Cursor_name() ICursor_nameContext
- func (s *Close_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Close_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Close_statementContext) GetParser() antlr.Parser
- func (s *Close_statementContext) GetRuleContext() antlr.RuleContext
- func (*Close_statementContext) IsClose_statementContext()
- func (s *Close_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cluster_index_clauseContext
- func (s *Cluster_index_clauseContext) CLUSTER() antlr.TerminalNode
- func (s *Cluster_index_clauseContext) Cluster_name() ICluster_nameContext
- func (s *Cluster_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cluster_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cluster_index_clauseContext) GetParser() antlr.Parser
- func (s *Cluster_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Cluster_index_clauseContext) Index_attributes() IIndex_attributesContext
- func (*Cluster_index_clauseContext) IsCluster_index_clauseContext()
- func (s *Cluster_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cluster_nameContext
- func (s *Cluster_nameContext) AllId_expression() []IId_expressionContext
- func (s *Cluster_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cluster_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cluster_nameContext) GetParser() antlr.Parser
- func (s *Cluster_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Cluster_nameContext) Id_expression(i int) IId_expressionContext
- func (*Cluster_nameContext) IsCluster_nameContext()
- func (s *Cluster_nameContext) PERIOD() antlr.TerminalNode
- func (s *Cluster_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Coalesce_index_partitionContext
- func (s *Coalesce_index_partitionContext) COALESCE() antlr.TerminalNode
- func (s *Coalesce_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Coalesce_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Coalesce_index_partitionContext) GetParser() antlr.Parser
- func (s *Coalesce_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (*Coalesce_index_partitionContext) IsCoalesce_index_partitionContext()
- func (s *Coalesce_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Coalesce_index_partitionContext) Parallel_clause() IParallel_clauseContext
- func (s *Coalesce_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collect_order_by_partContext
- func (s *Collect_order_by_partContext) BY() antlr.TerminalNode
- func (s *Collect_order_by_partContext) Concatenation() IConcatenationContext
- func (s *Collect_order_by_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collect_order_by_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collect_order_by_partContext) GetParser() antlr.Parser
- func (s *Collect_order_by_partContext) GetRuleContext() antlr.RuleContext
- func (*Collect_order_by_partContext) IsCollect_order_by_partContext()
- func (s *Collect_order_by_partContext) ORDER() antlr.TerminalNode
- func (s *Collect_order_by_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collection_itemContext
- func (s *Collection_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collection_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collection_itemContext) GetParser() antlr.Parser
- func (s *Collection_itemContext) GetRuleContext() antlr.RuleContext
- func (*Collection_itemContext) IsCollection_itemContext()
- func (s *Collection_itemContext) Tableview_name() ITableview_nameContext
- func (s *Collection_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collection_nameContext
- func (s *Collection_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collection_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collection_nameContext) GetParser() antlr.Parser
- func (s *Collection_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Collection_nameContext) Id_expression() IId_expressionContext
- func (s *Collection_nameContext) Identifier() IIdentifierContext
- func (*Collection_nameContext) IsCollection_nameContext()
- func (s *Collection_nameContext) PERIOD() antlr.TerminalNode
- func (s *Collection_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_aliasContext
- func (s *Column_aliasContext) AS() antlr.TerminalNode
- func (s *Column_aliasContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_aliasContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_aliasContext) GetParser() antlr.Parser
- func (s *Column_aliasContext) GetRuleContext() antlr.RuleContext
- func (s *Column_aliasContext) Identifier() IIdentifierContext
- func (*Column_aliasContext) IsColumn_aliasContext()
- func (s *Column_aliasContext) Quoted_string() IQuoted_stringContext
- func (s *Column_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_associationContext
- func (s *Column_associationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Column_associationContext) AllColumn_name() []IColumn_nameContext
- func (s *Column_associationContext) AllPERIOD() []antlr.TerminalNode
- func (s *Column_associationContext) AllTableview_name() []ITableview_nameContext
- func (s *Column_associationContext) COLUMNS() antlr.TerminalNode
- func (s *Column_associationContext) COMMA(i int) antlr.TerminalNode
- func (s *Column_associationContext) Column_name(i int) IColumn_nameContext
- func (s *Column_associationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_associationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_associationContext) GetParser() antlr.Parser
- func (s *Column_associationContext) GetRuleContext() antlr.RuleContext
- func (*Column_associationContext) IsColumn_associationContext()
- func (s *Column_associationContext) PERIOD(i int) antlr.TerminalNode
- func (s *Column_associationContext) Tableview_name(i int) ITableview_nameContext
- func (s *Column_associationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Column_associationContext) Using_statistics_type() IUsing_statistics_typeContext
- type Column_based_update_set_clauseContext
- func (s *Column_based_update_set_clauseContext) Column_name() IColumn_nameContext
- func (s *Column_based_update_set_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Column_based_update_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_based_update_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_based_update_set_clauseContext) Expression() IExpressionContext
- func (s *Column_based_update_set_clauseContext) GetParser() antlr.Parser
- func (s *Column_based_update_set_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Column_based_update_set_clauseContext) IsColumn_based_update_set_clauseContext()
- func (s *Column_based_update_set_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Column_based_update_set_clauseContext) Subquery() ISubqueryContext
- func (s *Column_based_update_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_clausesContext
- func (s *Column_clausesContext) Add_modify_drop_column_clauses() IAdd_modify_drop_column_clausesContext
- func (s *Column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_clausesContext) GetParser() antlr.Parser
- func (s *Column_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Column_clausesContext) IsColumn_clausesContext()
- func (s *Column_clausesContext) Modify_collection_retrieval() IModify_collection_retrievalContext
- func (s *Column_clausesContext) Modify_lob_storage_clause() IModify_lob_storage_clauseContext
- func (s *Column_clausesContext) Rename_column_clause() IRename_column_clauseContext
- func (s *Column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_definitionContext
- func (s *Column_definitionContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Column_definitionContext) AllInline_constraint() []IInline_constraintContext
- func (s *Column_definitionContext) BY() antlr.TerminalNode
- func (s *Column_definitionContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Column_definitionContext) Column_name() IColumn_nameContext
- func (s *Column_definitionContext) DEFAULT() antlr.TerminalNode
- func (s *Column_definitionContext) Datatype() IDatatypeContext
- func (s *Column_definitionContext) ENCRYPT() antlr.TerminalNode
- func (s *Column_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_definitionContext) Expression() IExpressionContext
- func (s *Column_definitionContext) GetParser() antlr.Parser
- func (s *Column_definitionContext) GetRuleContext() antlr.RuleContext
- func (s *Column_definitionContext) IDENTIFIED() antlr.TerminalNode
- func (s *Column_definitionContext) Inline_constraint(i int) IInline_constraintContext
- func (s *Column_definitionContext) Inline_ref_constraint() IInline_ref_constraintContext
- func (*Column_definitionContext) IsColumn_definitionContext()
- func (s *Column_definitionContext) NO() antlr.TerminalNode
- func (s *Column_definitionContext) Regular_id() IRegular_idContext
- func (s *Column_definitionContext) SALT() antlr.TerminalNode
- func (s *Column_definitionContext) SORT() antlr.TerminalNode
- func (s *Column_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Column_definitionContext) Type_name() IType_nameContext
- func (s *Column_definitionContext) USING() antlr.TerminalNode
- type Column_listContext
- func (s *Column_listContext) AllCOMMA() []antlr.TerminalNode
- func (s *Column_listContext) AllColumn_name() []IColumn_nameContext
- func (s *Column_listContext) COMMA(i int) antlr.TerminalNode
- func (s *Column_listContext) Column_name(i int) IColumn_nameContext
- func (s *Column_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_listContext) GetParser() antlr.Parser
- func (s *Column_listContext) GetRuleContext() antlr.RuleContext
- func (*Column_listContext) IsColumn_listContext()
- func (s *Column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_nameContext
- func (s *Column_nameContext) AllId_expression() []IId_expressionContext
- func (s *Column_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Column_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_nameContext) GetParser() antlr.Parser
- func (s *Column_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Column_nameContext) Id_expression(i int) IId_expressionContext
- func (s *Column_nameContext) Identifier() IIdentifierContext
- func (*Column_nameContext) IsColumn_nameContext()
- func (s *Column_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_or_attributeContext
- func (s *Column_or_attributeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_or_attributeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_or_attributeContext) GetParser() antlr.Parser
- func (s *Column_or_attributeContext) GetRuleContext() antlr.RuleContext
- func (*Column_or_attributeContext) IsColumn_or_attributeContext()
- func (s *Column_or_attributeContext) Regular_id() IRegular_idContext
- func (s *Column_or_attributeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Column_propertiesContext
- func (s *Column_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Column_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Column_propertiesContext) GetParser() antlr.Parser
- func (s *Column_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Column_propertiesContext) IsColumn_propertiesContext()
- func (s *Column_propertiesContext) Lob_storage_clause() ILob_storage_clauseContext
- func (s *Column_propertiesContext) Nested_table_col_properties() INested_table_col_propertiesContext
- func (s *Column_propertiesContext) Object_type_col_properties() IObject_type_col_propertiesContext
- func (s *Column_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Column_propertiesContext) Varray_col_properties() IVarray_col_propertiesContext
- func (s *Column_propertiesContext) Xmltype_column_properties() IXmltype_column_propertiesContext
- type Comment_on_columnContext
- func (s *Comment_on_columnContext) COLUMN() antlr.TerminalNode
- func (s *Comment_on_columnContext) COMMENT() antlr.TerminalNode
- func (s *Comment_on_columnContext) Column_name() IColumn_nameContext
- func (s *Comment_on_columnContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Comment_on_columnContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Comment_on_columnContext) GetParser() antlr.Parser
- func (s *Comment_on_columnContext) GetRuleContext() antlr.RuleContext
- func (s *Comment_on_columnContext) IS() antlr.TerminalNode
- func (*Comment_on_columnContext) IsComment_on_columnContext()
- func (s *Comment_on_columnContext) ON() antlr.TerminalNode
- func (s *Comment_on_columnContext) Quoted_string() IQuoted_stringContext
- func (s *Comment_on_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Comment_on_tableContext
- func (s *Comment_on_tableContext) COMMENT() antlr.TerminalNode
- func (s *Comment_on_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Comment_on_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Comment_on_tableContext) GetParser() antlr.Parser
- func (s *Comment_on_tableContext) GetRuleContext() antlr.RuleContext
- func (s *Comment_on_tableContext) IS() antlr.TerminalNode
- func (*Comment_on_tableContext) IsComment_on_tableContext()
- func (s *Comment_on_tableContext) ON() antlr.TerminalNode
- func (s *Comment_on_tableContext) Quoted_string() IQuoted_stringContext
- func (s *Comment_on_tableContext) TABLE() antlr.TerminalNode
- func (s *Comment_on_tableContext) Tableview_name() ITableview_nameContext
- func (s *Comment_on_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Commit_statementContext
- func (s *Commit_statementContext) AllExpression() []IExpressionContext
- func (s *Commit_statementContext) COMMA() antlr.TerminalNode
- func (s *Commit_statementContext) COMMENT() antlr.TerminalNode
- func (s *Commit_statementContext) COMMIT() antlr.TerminalNode
- func (s *Commit_statementContext) CORRUPT_XID() antlr.TerminalNode
- func (s *Commit_statementContext) CORRUPT_XID_ALL() antlr.TerminalNode
- func (s *Commit_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Commit_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Commit_statementContext) Expression(i int) IExpressionContext
- func (s *Commit_statementContext) FORCE() antlr.TerminalNode
- func (s *Commit_statementContext) GetParser() antlr.Parser
- func (s *Commit_statementContext) GetRuleContext() antlr.RuleContext
- func (*Commit_statementContext) IsCommit_statementContext()
- func (s *Commit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Commit_statementContext) WORK() antlr.TerminalNode
- func (s *Commit_statementContext) Write_clause() IWrite_clauseContext
- type Commit_switchover_clauseContext
- func (s *Commit_switchover_clauseContext) AllTO() []antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) CANCEL() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) COMMIT() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Commit_switchover_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Commit_switchover_clauseContext) GetParser() antlr.Parser
- func (s *Commit_switchover_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Commit_switchover_clauseContext) IsCommit_switchover_clauseContext()
- func (s *Commit_switchover_clauseContext) LOGICAL() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) NOWAIT() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) PHYSICAL() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) PREPARE() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) SESSION() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) SHUTDOWN() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) SWITCHOVER() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) TO(i int) antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Commit_switchover_clauseContext) WAIT() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) WITH() antlr.TerminalNode
- func (s *Commit_switchover_clauseContext) WITHOUT() antlr.TerminalNode
- type Compile_type_clauseContext
- func (s *Compile_type_clauseContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
- func (s *Compile_type_clauseContext) BODY() antlr.TerminalNode
- func (s *Compile_type_clauseContext) COMPILE() antlr.TerminalNode
- func (s *Compile_type_clauseContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
- func (s *Compile_type_clauseContext) DEBUG() antlr.TerminalNode
- func (s *Compile_type_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Compile_type_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Compile_type_clauseContext) GetParser() antlr.Parser
- func (s *Compile_type_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Compile_type_clauseContext) IsCompile_type_clauseContext()
- func (s *Compile_type_clauseContext) REUSE() antlr.TerminalNode
- func (s *Compile_type_clauseContext) SETTINGS() antlr.TerminalNode
- func (s *Compile_type_clauseContext) SPECIFICATION() antlr.TerminalNode
- func (s *Compile_type_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Compiler_parameters_clauseContext
- func (s *Compiler_parameters_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Compiler_parameters_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Compiler_parameters_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Compiler_parameters_clauseContext) GetParser() antlr.Parser
- func (s *Compiler_parameters_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Compiler_parameters_clauseContext) IsCompiler_parameters_clauseContext()
- func (s *Compiler_parameters_clauseContext) Parameter_name() IParameter_nameContext
- func (s *Compiler_parameters_clauseContext) Parameter_value() IParameter_valueContext
- func (s *Compiler_parameters_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Composite_hash_partitionsContext
- func (s *Composite_hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) AllColumn_name() []IColumn_nameContext
- func (s *Composite_hash_partitionsContext) BY() antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) Column_name(i int) IColumn_nameContext
- func (s *Composite_hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Composite_hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Composite_hash_partitionsContext) GetParser() antlr.Parser
- func (s *Composite_hash_partitionsContext) GetRuleContext() antlr.RuleContext
- func (s *Composite_hash_partitionsContext) HASH() antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
- func (s *Composite_hash_partitionsContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
- func (*Composite_hash_partitionsContext) IsComposite_hash_partitionsContext()
- func (s *Composite_hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) PARTITION() antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Composite_hash_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
- func (s *Composite_hash_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
- func (s *Composite_hash_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
- func (s *Composite_hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Composite_list_partitionsContext
- func (s *Composite_list_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Composite_list_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Composite_list_partitionsContext) AllList_partition_desc() []IList_partition_descContext
- func (s *Composite_list_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Composite_list_partitionsContext) BY() antlr.TerminalNode
- func (s *Composite_list_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Composite_list_partitionsContext) Column_name() IColumn_nameContext
- func (s *Composite_list_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Composite_list_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Composite_list_partitionsContext) GetParser() antlr.Parser
- func (s *Composite_list_partitionsContext) GetRuleContext() antlr.RuleContext
- func (*Composite_list_partitionsContext) IsComposite_list_partitionsContext()
- func (s *Composite_list_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Composite_list_partitionsContext) LIST() antlr.TerminalNode
- func (s *Composite_list_partitionsContext) List_partition_desc(i int) IList_partition_descContext
- func (s *Composite_list_partitionsContext) PARTITION() antlr.TerminalNode
- func (s *Composite_list_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Composite_list_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
- func (s *Composite_list_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
- func (s *Composite_list_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
- func (s *Composite_list_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Composite_range_partitionsContext
- func (s *Composite_range_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Composite_range_partitionsContext) AllColumn_name() []IColumn_nameContext
- func (s *Composite_range_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Composite_range_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Composite_range_partitionsContext) AllRange_partition_desc() []IRange_partition_descContext
- func (s *Composite_range_partitionsContext) AllTablespace() []ITablespaceContext
- func (s *Composite_range_partitionsContext) BY() antlr.TerminalNode
- func (s *Composite_range_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Composite_range_partitionsContext) Column_name(i int) IColumn_nameContext
- func (s *Composite_range_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Composite_range_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Composite_range_partitionsContext) Expression() IExpressionContext
- func (s *Composite_range_partitionsContext) GetParser() antlr.Parser
- func (s *Composite_range_partitionsContext) GetRuleContext() antlr.RuleContext
- func (s *Composite_range_partitionsContext) IN() antlr.TerminalNode
- func (s *Composite_range_partitionsContext) INTERVAL() antlr.TerminalNode
- func (*Composite_range_partitionsContext) IsComposite_range_partitionsContext()
- func (s *Composite_range_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Composite_range_partitionsContext) PARTITION() antlr.TerminalNode
- func (s *Composite_range_partitionsContext) RANGE() antlr.TerminalNode
- func (s *Composite_range_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Composite_range_partitionsContext) Range_partition_desc(i int) IRange_partition_descContext
- func (s *Composite_range_partitionsContext) STORE() antlr.TerminalNode
- func (s *Composite_range_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
- func (s *Composite_range_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
- func (s *Composite_range_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
- func (s *Composite_range_partitionsContext) Tablespace(i int) ITablespaceContext
- func (s *Composite_range_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Compound_dml_triggerContext
- func (s *Compound_dml_triggerContext) Dml_event_clause() IDml_event_clauseContext
- func (s *Compound_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Compound_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Compound_dml_triggerContext) FOR() antlr.TerminalNode
- func (s *Compound_dml_triggerContext) GetParser() antlr.Parser
- func (s *Compound_dml_triggerContext) GetRuleContext() antlr.RuleContext
- func (*Compound_dml_triggerContext) IsCompound_dml_triggerContext()
- func (s *Compound_dml_triggerContext) Referencing_clause() IReferencing_clauseContext
- func (s *Compound_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Compound_expressionContext
- func (s *Compound_expressionContext) AllConcatenation() []IConcatenationContext
- func (s *Compound_expressionContext) BETWEEN() antlr.TerminalNode
- func (s *Compound_expressionContext) Between_elements() IBetween_elementsContext
- func (s *Compound_expressionContext) Concatenation(i int) IConcatenationContext
- func (s *Compound_expressionContext) ESCAPE() antlr.TerminalNode
- func (s *Compound_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Compound_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Compound_expressionContext) GetLike_type() antlr.Token
- func (s *Compound_expressionContext) GetParser() antlr.Parser
- func (s *Compound_expressionContext) GetRuleContext() antlr.RuleContext
- func (s *Compound_expressionContext) IN() antlr.TerminalNode
- func (s *Compound_expressionContext) In_elements() IIn_elementsContext
- func (*Compound_expressionContext) IsCompound_expressionContext()
- func (s *Compound_expressionContext) LIKE() antlr.TerminalNode
- func (s *Compound_expressionContext) LIKE2() antlr.TerminalNode
- func (s *Compound_expressionContext) LIKE4() antlr.TerminalNode
- func (s *Compound_expressionContext) LIKEC() antlr.TerminalNode
- func (s *Compound_expressionContext) NOT() antlr.TerminalNode
- func (s *Compound_expressionContext) SetLike_type(v antlr.Token)
- func (s *Compound_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Compound_trigger_blockContext
- func (s *Compound_trigger_blockContext) AllTiming_point_section() []ITiming_point_sectionContext
- func (s *Compound_trigger_blockContext) COMPOUND() antlr.TerminalNode
- func (s *Compound_trigger_blockContext) END() antlr.TerminalNode
- func (s *Compound_trigger_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Compound_trigger_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Compound_trigger_blockContext) GetParser() antlr.Parser
- func (s *Compound_trigger_blockContext) GetRuleContext() antlr.RuleContext
- func (*Compound_trigger_blockContext) IsCompound_trigger_blockContext()
- func (s *Compound_trigger_blockContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Compound_trigger_blockContext) TRIGGER() antlr.TerminalNode
- func (s *Compound_trigger_blockContext) Timing_point_section(i int) ITiming_point_sectionContext
- func (s *Compound_trigger_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Compound_trigger_blockContext) Trigger_name() ITrigger_nameContext
- type ConcatenationContext
- func (s *ConcatenationContext) ASTERISK() antlr.TerminalNode
- func (s *ConcatenationContext) AT() antlr.TerminalNode
- func (s *ConcatenationContext) AllBAR() []antlr.TerminalNode
- func (s *ConcatenationContext) AllConcatenation() []IConcatenationContext
- func (s *ConcatenationContext) BAR(i int) antlr.TerminalNode
- func (s *ConcatenationContext) Concatenation(i int) IConcatenationContext
- func (s *ConcatenationContext) ERROR() antlr.TerminalNode
- func (s *ConcatenationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConcatenationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConcatenationContext) GetOp() antlr.Token
- func (s *ConcatenationContext) GetParser() antlr.Parser
- func (s *ConcatenationContext) GetRuleContext() antlr.RuleContext
- func (s *ConcatenationContext) Interval_expression() IInterval_expressionContext
- func (*ConcatenationContext) IsConcatenationContext()
- func (s *ConcatenationContext) LOCAL() antlr.TerminalNode
- func (s *ConcatenationContext) MINUS_SIGN() antlr.TerminalNode
- func (s *ConcatenationContext) Model_expression() IModel_expressionContext
- func (s *ConcatenationContext) ON() antlr.TerminalNode
- func (s *ConcatenationContext) OVERFLOW() antlr.TerminalNode
- func (s *ConcatenationContext) PLUS_SIGN() antlr.TerminalNode
- func (s *ConcatenationContext) SOLIDUS() antlr.TerminalNode
- func (s *ConcatenationContext) SetOp(v antlr.Token)
- func (s *ConcatenationContext) TIME() antlr.TerminalNode
- func (s *ConcatenationContext) TRUNCATE() antlr.TerminalNode
- func (s *ConcatenationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ConcatenationContext) ZONE() antlr.TerminalNode
- type ConditionContext
- func (s *ConditionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConditionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConditionContext) Expression() IExpressionContext
- func (s *ConditionContext) GetParser() antlr.Parser
- func (s *ConditionContext) GetRuleContext() antlr.RuleContext
- func (*ConditionContext) IsConditionContext()
- func (s *ConditionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Conditional_insert_clauseContext
- func (s *Conditional_insert_clauseContext) ALL() antlr.TerminalNode
- func (s *Conditional_insert_clauseContext) AllConditional_insert_when_part() []IConditional_insert_when_partContext
- func (s *Conditional_insert_clauseContext) Conditional_insert_else_part() IConditional_insert_else_partContext
- func (s *Conditional_insert_clauseContext) Conditional_insert_when_part(i int) IConditional_insert_when_partContext
- func (s *Conditional_insert_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_clauseContext) FIRST() antlr.TerminalNode
- func (s *Conditional_insert_clauseContext) GetParser() antlr.Parser
- func (s *Conditional_insert_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Conditional_insert_clauseContext) IsConditional_insert_clauseContext()
- func (s *Conditional_insert_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Conditional_insert_else_partContext
- func (s *Conditional_insert_else_partContext) AllMulti_table_element() []IMulti_table_elementContext
- func (s *Conditional_insert_else_partContext) ELSE() antlr.TerminalNode
- func (s *Conditional_insert_else_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_else_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_else_partContext) GetParser() antlr.Parser
- func (s *Conditional_insert_else_partContext) GetRuleContext() antlr.RuleContext
- func (*Conditional_insert_else_partContext) IsConditional_insert_else_partContext()
- func (s *Conditional_insert_else_partContext) Multi_table_element(i int) IMulti_table_elementContext
- func (s *Conditional_insert_else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Conditional_insert_when_partContext
- func (s *Conditional_insert_when_partContext) AllMulti_table_element() []IMulti_table_elementContext
- func (s *Conditional_insert_when_partContext) Condition() IConditionContext
- func (s *Conditional_insert_when_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_when_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Conditional_insert_when_partContext) GetParser() antlr.Parser
- func (s *Conditional_insert_when_partContext) GetRuleContext() antlr.RuleContext
- func (*Conditional_insert_when_partContext) IsConditional_insert_when_partContext()
- func (s *Conditional_insert_when_partContext) Multi_table_element(i int) IMulti_table_elementContext
- func (s *Conditional_insert_when_partContext) THEN() antlr.TerminalNode
- func (s *Conditional_insert_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Conditional_insert_when_partContext) WHEN() antlr.TerminalNode
- type ConstantContext
- func (s *ConstantContext) AT() antlr.TerminalNode
- func (s *ConstantContext) AllBind_variable() []IBind_variableContext
- func (s *ConstantContext) AllDAY() []antlr.TerminalNode
- func (s *ConstantContext) AllHOUR() []antlr.TerminalNode
- func (s *ConstantContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *ConstantContext) AllMINUTE() []antlr.TerminalNode
- func (s *ConstantContext) AllQuoted_string() []IQuoted_stringContext
- func (s *ConstantContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *ConstantContext) AllSECOND() []antlr.TerminalNode
- func (s *ConstantContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *ConstantContext) Bind_variable(i int) IBind_variableContext
- func (s *ConstantContext) COMMA() antlr.TerminalNode
- func (s *ConstantContext) DATE() antlr.TerminalNode
- func (s *ConstantContext) DAY(i int) antlr.TerminalNode
- func (s *ConstantContext) DBTIMEZONE() antlr.TerminalNode
- func (s *ConstantContext) DEFAULT() antlr.TerminalNode
- func (s *ConstantContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ConstantContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ConstantContext) FALSE() antlr.TerminalNode
- func (s *ConstantContext) General_element_part() IGeneral_element_partContext
- func (s *ConstantContext) GetParser() antlr.Parser
- func (s *ConstantContext) GetRuleContext() antlr.RuleContext
- func (s *ConstantContext) HOUR(i int) antlr.TerminalNode
- func (s *ConstantContext) INTERVAL() antlr.TerminalNode
- func (*ConstantContext) IsConstantContext()
- func (s *ConstantContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *ConstantContext) MAXVALUE() antlr.TerminalNode
- func (s *ConstantContext) MINUTE(i int) antlr.TerminalNode
- func (s *ConstantContext) MINVALUE() antlr.TerminalNode
- func (s *ConstantContext) MONTH() antlr.TerminalNode
- func (s *ConstantContext) NULL_() antlr.TerminalNode
- func (s *ConstantContext) Numeric() INumericContext
- func (s *ConstantContext) Quoted_string(i int) IQuoted_stringContext
- func (s *ConstantContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *ConstantContext) SECOND(i int) antlr.TerminalNode
- func (s *ConstantContext) SESSIONTIMEZONE() antlr.TerminalNode
- func (s *ConstantContext) TIME() antlr.TerminalNode
- func (s *ConstantContext) TIMESTAMP() antlr.TerminalNode
- func (s *ConstantContext) TO() antlr.TerminalNode
- func (s *ConstantContext) TRUE() antlr.TerminalNode
- func (s *ConstantContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ConstantContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- func (s *ConstantContext) YEAR() antlr.TerminalNode
- func (s *ConstantContext) ZONE() antlr.TerminalNode
- type Constraint_clausesContext
- func (s *Constraint_clausesContext) ADD() antlr.TerminalNode
- func (s *Constraint_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Constraint_clausesContext) AllColumn_name() []IColumn_nameContext
- func (s *Constraint_clausesContext) AllDrop_constraint_clause() []IDrop_constraint_clauseContext
- func (s *Constraint_clausesContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
- func (s *Constraint_clausesContext) CASCADE() antlr.TerminalNode
- func (s *Constraint_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Constraint_clausesContext) CONSTRAINT() antlr.TerminalNode
- func (s *Constraint_clausesContext) Column_name(i int) IColumn_nameContext
- func (s *Constraint_clausesContext) Constraint_name() IConstraint_nameContext
- func (s *Constraint_clausesContext) Constraint_state() IConstraint_stateContext
- func (s *Constraint_clausesContext) Drop_constraint_clause(i int) IDrop_constraint_clauseContext
- func (s *Constraint_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Constraint_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Constraint_clausesContext) GetParser() antlr.Parser
- func (s *Constraint_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Constraint_clausesContext) IsConstraint_clausesContext()
- func (s *Constraint_clausesContext) KEY() antlr.TerminalNode
- func (s *Constraint_clausesContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Constraint_clausesContext) MODIFY() antlr.TerminalNode
- func (s *Constraint_clausesContext) New_constraint_name() INew_constraint_nameContext
- func (s *Constraint_clausesContext) Old_constraint_name() IOld_constraint_nameContext
- func (s *Constraint_clausesContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
- func (s *Constraint_clausesContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
- func (s *Constraint_clausesContext) PRIMARY() antlr.TerminalNode
- func (s *Constraint_clausesContext) RENAME() antlr.TerminalNode
- func (s *Constraint_clausesContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Constraint_clausesContext) TO() antlr.TerminalNode
- func (s *Constraint_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Constraint_clausesContext) UNIQUE() antlr.TerminalNode
- type Constraint_nameContext
- func (s *Constraint_nameContext) AT_SIGN() antlr.TerminalNode
- func (s *Constraint_nameContext) AllId_expression() []IId_expressionContext
- func (s *Constraint_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Constraint_nameContext) GetParser() antlr.Parser
- func (s *Constraint_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Constraint_nameContext) Id_expression(i int) IId_expressionContext
- func (s *Constraint_nameContext) Identifier() IIdentifierContext
- func (*Constraint_nameContext) IsConstraint_nameContext()
- func (s *Constraint_nameContext) Link_name() ILink_nameContext
- func (s *Constraint_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Constraint_stateContext
- func (s *Constraint_stateContext) AllDEFERRABLE() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllDEFERRED() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllDISABLE() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllENABLE() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllIMMEDIATE() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllINITIALLY() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllNORELY() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllNOT() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllNOVALIDATE() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllRELY() []antlr.TerminalNode
- func (s *Constraint_stateContext) AllUsing_index_clause() []IUsing_index_clauseContext
- func (s *Constraint_stateContext) AllVALIDATE() []antlr.TerminalNode
- func (s *Constraint_stateContext) DEFERRABLE(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) DEFERRED(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) DISABLE(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) ENABLE(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Constraint_stateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Constraint_stateContext) GetParser() antlr.Parser
- func (s *Constraint_stateContext) GetRuleContext() antlr.RuleContext
- func (s *Constraint_stateContext) IMMEDIATE(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) INITIALLY(i int) antlr.TerminalNode
- func (*Constraint_stateContext) IsConstraint_stateContext()
- func (s *Constraint_stateContext) NORELY(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) NOT(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) NOVALIDATE(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) RELY(i int) antlr.TerminalNode
- func (s *Constraint_stateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Constraint_stateContext) Using_index_clause(i int) IUsing_index_clauseContext
- func (s *Constraint_stateContext) VALIDATE(i int) antlr.TerminalNode
- type Constructor_declarationContext
- func (s *Constructor_declarationContext) AS(i int) antlr.TerminalNode
- func (s *Constructor_declarationContext) AllAS() []antlr.TerminalNode
- func (s *Constructor_declarationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Constructor_declarationContext) AllSELF() []antlr.TerminalNode
- func (s *Constructor_declarationContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Constructor_declarationContext) AllType_spec() []IType_specContext
- func (s *Constructor_declarationContext) Body() IBodyContext
- func (s *Constructor_declarationContext) COMMA(i int) antlr.TerminalNode
- func (s *Constructor_declarationContext) CONSTRUCTOR() antlr.TerminalNode
- func (s *Constructor_declarationContext) Call_spec() ICall_specContext
- func (s *Constructor_declarationContext) DECLARE() antlr.TerminalNode
- func (s *Constructor_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Constructor_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Constructor_declarationContext) FINAL() antlr.TerminalNode
- func (s *Constructor_declarationContext) FUNCTION() antlr.TerminalNode
- func (s *Constructor_declarationContext) GetParser() antlr.Parser
- func (s *Constructor_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Constructor_declarationContext) IN() antlr.TerminalNode
- func (s *Constructor_declarationContext) INSTANTIABLE() antlr.TerminalNode
- func (s *Constructor_declarationContext) IS() antlr.TerminalNode
- func (*Constructor_declarationContext) IsConstructor_declarationContext()
- func (s *Constructor_declarationContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Constructor_declarationContext) OUT() antlr.TerminalNode
- func (s *Constructor_declarationContext) RESULT() antlr.TerminalNode
- func (s *Constructor_declarationContext) RETURN() antlr.TerminalNode
- func (s *Constructor_declarationContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Constructor_declarationContext) SELF(i int) antlr.TerminalNode
- func (s *Constructor_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Constructor_declarationContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Constructor_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Constructor_declarationContext) Type_elements_parameter(i int) IType_elements_parameterContext
- func (s *Constructor_declarationContext) Type_spec(i int) IType_specContext
- type Constructor_specContext
- func (s *Constructor_specContext) AS(i int) antlr.TerminalNode
- func (s *Constructor_specContext) AllAS() []antlr.TerminalNode
- func (s *Constructor_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Constructor_specContext) AllSELF() []antlr.TerminalNode
- func (s *Constructor_specContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Constructor_specContext) AllType_spec() []IType_specContext
- func (s *Constructor_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Constructor_specContext) CONSTRUCTOR() antlr.TerminalNode
- func (s *Constructor_specContext) Call_spec() ICall_specContext
- func (s *Constructor_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Constructor_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Constructor_specContext) FINAL() antlr.TerminalNode
- func (s *Constructor_specContext) FUNCTION() antlr.TerminalNode
- func (s *Constructor_specContext) GetParser() antlr.Parser
- func (s *Constructor_specContext) GetRuleContext() antlr.RuleContext
- func (s *Constructor_specContext) IN() antlr.TerminalNode
- func (s *Constructor_specContext) INSTANTIABLE() antlr.TerminalNode
- func (s *Constructor_specContext) IS() antlr.TerminalNode
- func (*Constructor_specContext) IsConstructor_specContext()
- func (s *Constructor_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Constructor_specContext) OUT() antlr.TerminalNode
- func (s *Constructor_specContext) RESULT() antlr.TerminalNode
- func (s *Constructor_specContext) RETURN() antlr.TerminalNode
- func (s *Constructor_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Constructor_specContext) SELF(i int) antlr.TerminalNode
- func (s *Constructor_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Constructor_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
- func (s *Constructor_specContext) Type_spec(i int) IType_specContext
- type Container_clauseContext
- func (s *Container_clauseContext) ALL() antlr.TerminalNode
- func (s *Container_clauseContext) CONTAINER() antlr.TerminalNode
- func (s *Container_clauseContext) CURRENT() antlr.TerminalNode
- func (s *Container_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Container_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Container_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Container_clauseContext) GetParser() antlr.Parser
- func (s *Container_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Container_clauseContext) IsContainer_clauseContext()
- func (s *Container_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Container_data_clauseContext
- func (s *Container_data_clauseContext) Add_rem_container_data() IAdd_rem_container_dataContext
- func (s *Container_data_clauseContext) Container_tableview_name() IContainer_tableview_nameContext
- func (s *Container_data_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Container_data_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Container_data_clauseContext) FOR() antlr.TerminalNode
- func (s *Container_data_clauseContext) GetParser() antlr.Parser
- func (s *Container_data_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Container_data_clauseContext) IsContainer_data_clauseContext()
- func (s *Container_data_clauseContext) Set_container_data() ISet_container_dataContext
- func (s *Container_data_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Container_namesContext
- func (s *Container_namesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Container_namesContext) AllId_expression() []IId_expressionContext
- func (s *Container_namesContext) COMMA(i int) antlr.TerminalNode
- func (s *Container_namesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Container_namesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Container_namesContext) GetParser() antlr.Parser
- func (s *Container_namesContext) GetRuleContext() antlr.RuleContext
- func (s *Container_namesContext) Id_expression(i int) IId_expressionContext
- func (*Container_namesContext) IsContainer_namesContext()
- func (s *Container_namesContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Container_namesContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Container_namesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Container_tableview_nameContext
- func (s *Container_tableview_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Container_tableview_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Container_tableview_nameContext) GetParser() antlr.Parser
- func (s *Container_tableview_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Container_tableview_nameContext) Id_expression() IId_expressionContext
- func (s *Container_tableview_nameContext) Identifier() IIdentifierContext
- func (*Container_tableview_nameContext) IsContainer_tableview_nameContext()
- func (s *Container_tableview_nameContext) PERIOD() antlr.TerminalNode
- func (s *Container_tableview_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Continue_statementContext
- func (s *Continue_statementContext) CONTINUE() antlr.TerminalNode
- func (s *Continue_statementContext) Condition() IConditionContext
- func (s *Continue_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Continue_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Continue_statementContext) GetParser() antlr.Parser
- func (s *Continue_statementContext) GetRuleContext() antlr.RuleContext
- func (*Continue_statementContext) IsContinue_statementContext()
- func (s *Continue_statementContext) Label_name() ILabel_nameContext
- func (s *Continue_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Continue_statementContext) WHEN() antlr.TerminalNode
- type Controlfile_clausesContext
- func (s *Controlfile_clausesContext) AS() antlr.TerminalNode
- func (s *Controlfile_clausesContext) BACKUP() antlr.TerminalNode
- func (s *Controlfile_clausesContext) CONTROLFILE() antlr.TerminalNode
- func (s *Controlfile_clausesContext) CREATE() antlr.TerminalNode
- func (s *Controlfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Controlfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Controlfile_clausesContext) Filename() IFilenameContext
- func (s *Controlfile_clausesContext) GetParser() antlr.Parser
- func (s *Controlfile_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Controlfile_clausesContext) IsControlfile_clausesContext()
- func (s *Controlfile_clausesContext) LOGICAL() antlr.TerminalNode
- func (s *Controlfile_clausesContext) PHYSICAL() antlr.TerminalNode
- func (s *Controlfile_clausesContext) REUSE() antlr.TerminalNode
- func (s *Controlfile_clausesContext) STANDBY() antlr.TerminalNode
- func (s *Controlfile_clausesContext) TO() antlr.TerminalNode
- func (s *Controlfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Controlfile_clausesContext) Trace_file_clause() ITrace_file_clauseContext
- type Convert_database_clauseContext
- func (s *Convert_database_clauseContext) CONVERT() antlr.TerminalNode
- func (s *Convert_database_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Convert_database_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Convert_database_clauseContext) GetParser() antlr.Parser
- func (s *Convert_database_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Convert_database_clauseContext) IsConvert_database_clauseContext()
- func (s *Convert_database_clauseContext) PHYSICAL() antlr.TerminalNode
- func (s *Convert_database_clauseContext) SNAPSHOT() antlr.TerminalNode
- func (s *Convert_database_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Convert_database_clauseContext) TO() antlr.TerminalNode
- func (s *Convert_database_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cost_class_nameContext
- func (s *Cost_class_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cost_class_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cost_class_nameContext) GetParser() antlr.Parser
- func (s *Cost_class_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Cost_class_nameContext) Identifier() IIdentifierContext
- func (*Cost_class_nameContext) IsCost_class_nameContext()
- func (s *Cost_class_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cost_matrix_clauseContext
- func (s *Cost_matrix_clauseContext) AUTO() antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) AllCost_class_name() []ICost_class_nameContext
- func (s *Cost_matrix_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) COST() antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) Cost_class_name(i int) ICost_class_nameContext
- func (s *Cost_matrix_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cost_matrix_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cost_matrix_clauseContext) Expressions() IExpressionsContext
- func (s *Cost_matrix_clauseContext) GetParser() antlr.Parser
- func (s *Cost_matrix_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Cost_matrix_clauseContext) IsCost_matrix_clauseContext()
- func (s *Cost_matrix_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) MODEL() antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Cost_matrix_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Cost_matrix_clauseContext) VALUES() antlr.TerminalNode
- type Cpu_costContext
- func (s *Cpu_costContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cpu_costContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cpu_costContext) GetParser() antlr.Parser
- func (s *Cpu_costContext) GetRuleContext() antlr.RuleContext
- func (*Cpu_costContext) IsCpu_costContext()
- func (s *Cpu_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Cpu_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Create_clusterContext
- func (s *Create_clusterContext) AllCOMMA() []antlr.TerminalNode
- func (s *Create_clusterContext) AllColumn_name() []IColumn_nameContext
- func (s *Create_clusterContext) AllDatatype() []IDatatypeContext
- func (s *Create_clusterContext) AllExpression() []IExpressionContext
- func (s *Create_clusterContext) AllHASH() []antlr.TerminalNode
- func (s *Create_clusterContext) AllHASHKEYS() []antlr.TerminalNode
- func (s *Create_clusterContext) AllINDEX() []antlr.TerminalNode
- func (s *Create_clusterContext) AllIS() []antlr.TerminalNode
- func (s *Create_clusterContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Create_clusterContext) AllSINGLE() []antlr.TerminalNode
- func (s *Create_clusterContext) AllSIZE() []antlr.TerminalNode
- func (s *Create_clusterContext) AllSORT() []antlr.TerminalNode
- func (s *Create_clusterContext) AllSize_clause() []ISize_clauseContext
- func (s *Create_clusterContext) AllTABLE() []antlr.TerminalNode
- func (s *Create_clusterContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Create_clusterContext) AllTablespace() []ITablespaceContext
- func (s *Create_clusterContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Create_clusterContext) CACHE() antlr.TerminalNode
- func (s *Create_clusterContext) CLUSTER() antlr.TerminalNode
- func (s *Create_clusterContext) COMMA(i int) antlr.TerminalNode
- func (s *Create_clusterContext) CREATE() antlr.TerminalNode
- func (s *Create_clusterContext) Cluster_name() ICluster_nameContext
- func (s *Create_clusterContext) Column_name(i int) IColumn_nameContext
- func (s *Create_clusterContext) Datatype(i int) IDatatypeContext
- func (s *Create_clusterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_clusterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_clusterContext) Expression(i int) IExpressionContext
- func (s *Create_clusterContext) GetParser() antlr.Parser
- func (s *Create_clusterContext) GetRuleContext() antlr.RuleContext
- func (s *Create_clusterContext) HASH(i int) antlr.TerminalNode
- func (s *Create_clusterContext) HASHKEYS(i int) antlr.TerminalNode
- func (s *Create_clusterContext) INDEX(i int) antlr.TerminalNode
- func (s *Create_clusterContext) IS(i int) antlr.TerminalNode
- func (*Create_clusterContext) IsCreate_clusterContext()
- func (s *Create_clusterContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Create_clusterContext) NOCACHE() antlr.TerminalNode
- func (s *Create_clusterContext) NOROWDEPENDENCIES() antlr.TerminalNode
- func (s *Create_clusterContext) Parallel_clause() IParallel_clauseContext
- func (s *Create_clusterContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Create_clusterContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Create_clusterContext) ROWDEPENDENCIES() antlr.TerminalNode
- func (s *Create_clusterContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_clusterContext) SINGLE(i int) antlr.TerminalNode
- func (s *Create_clusterContext) SIZE(i int) antlr.TerminalNode
- func (s *Create_clusterContext) SORT(i int) antlr.TerminalNode
- func (s *Create_clusterContext) Size_clause(i int) ISize_clauseContext
- func (s *Create_clusterContext) TABLE(i int) antlr.TerminalNode
- func (s *Create_clusterContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Create_clusterContext) Tablespace(i int) ITablespaceContext
- func (s *Create_clusterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_clusterContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Create_contextContext
- func (s *Create_contextContext) ACCESSED() antlr.TerminalNode
- func (s *Create_contextContext) CONTEXT() antlr.TerminalNode
- func (s *Create_contextContext) CREATE() antlr.TerminalNode
- func (s *Create_contextContext) EXTERNALLY() antlr.TerminalNode
- func (s *Create_contextContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_contextContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_contextContext) GLOBALLY() antlr.TerminalNode
- func (s *Create_contextContext) GetParser() antlr.Parser
- func (s *Create_contextContext) GetRuleContext() antlr.RuleContext
- func (s *Create_contextContext) INITIALIZED() antlr.TerminalNode
- func (*Create_contextContext) IsCreate_contextContext()
- func (s *Create_contextContext) OR() antlr.TerminalNode
- func (s *Create_contextContext) Oracle_namespace() IOracle_namespaceContext
- func (s *Create_contextContext) PERIOD() antlr.TerminalNode
- func (s *Create_contextContext) Package_name() IPackage_nameContext
- func (s *Create_contextContext) REPLACE() antlr.TerminalNode
- func (s *Create_contextContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_contextContext) Schema_object_name() ISchema_object_nameContext
- func (s *Create_contextContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_contextContext) USING() antlr.TerminalNode
- type Create_datafile_clauseContext
- func (s *Create_datafile_clauseContext) AS() antlr.TerminalNode
- func (s *Create_datafile_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Create_datafile_clauseContext) AllFilename() []IFilenameContext
- func (s *Create_datafile_clauseContext) AllFilenumber() []IFilenumberContext
- func (s *Create_datafile_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Create_datafile_clauseContext) CREATE() antlr.TerminalNode
- func (s *Create_datafile_clauseContext) DATAFILE() antlr.TerminalNode
- func (s *Create_datafile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_datafile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_datafile_clauseContext) Filename(i int) IFilenameContext
- func (s *Create_datafile_clauseContext) Filenumber(i int) IFilenumberContext
- func (s *Create_datafile_clauseContext) GetParser() antlr.Parser
- func (s *Create_datafile_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Create_datafile_clauseContext) IsCreate_datafile_clauseContext()
- func (s *Create_datafile_clauseContext) NEW() antlr.TerminalNode
- func (s *Create_datafile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_directoryContext
- func (s *Create_directoryContext) AS() antlr.TerminalNode
- func (s *Create_directoryContext) CREATE() antlr.TerminalNode
- func (s *Create_directoryContext) DIRECTORY() antlr.TerminalNode
- func (s *Create_directoryContext) Directory_name() IDirectory_nameContext
- func (s *Create_directoryContext) Directory_path() IDirectory_pathContext
- func (s *Create_directoryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_directoryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_directoryContext) GetParser() antlr.Parser
- func (s *Create_directoryContext) GetRuleContext() antlr.RuleContext
- func (*Create_directoryContext) IsCreate_directoryContext()
- func (s *Create_directoryContext) OR() antlr.TerminalNode
- func (s *Create_directoryContext) REPLACE() antlr.TerminalNode
- func (s *Create_directoryContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_directoryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_function_bodyContext
- func (s *Create_function_bodyContext) AGGREGATE() antlr.TerminalNode
- func (s *Create_function_bodyContext) AS() antlr.TerminalNode
- func (s *Create_function_bodyContext) AllCOMMA() []antlr.TerminalNode
- func (s *Create_function_bodyContext) AllDETERMINISTIC() []antlr.TerminalNode
- func (s *Create_function_bodyContext) AllInvoker_rights_clause() []IInvoker_rights_clauseContext
- func (s *Create_function_bodyContext) AllParallel_enable_clause() []IParallel_enable_clauseContext
- func (s *Create_function_bodyContext) AllParameter() []IParameterContext
- func (s *Create_function_bodyContext) AllResult_cache_clause() []IResult_cache_clauseContext
- func (s *Create_function_bodyContext) Body() IBodyContext
- func (s *Create_function_bodyContext) COMMA(i int) antlr.TerminalNode
- func (s *Create_function_bodyContext) CREATE() antlr.TerminalNode
- func (s *Create_function_bodyContext) Call_spec() ICall_specContext
- func (s *Create_function_bodyContext) DECLARE() antlr.TerminalNode
- func (s *Create_function_bodyContext) DETERMINISTIC(i int) antlr.TerminalNode
- func (s *Create_function_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_function_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_function_bodyContext) FUNCTION() antlr.TerminalNode
- func (s *Create_function_bodyContext) Function_name() IFunction_nameContext
- func (s *Create_function_bodyContext) GetParser() antlr.Parser
- func (s *Create_function_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Create_function_bodyContext) IS() antlr.TerminalNode
- func (s *Create_function_bodyContext) Implementation_type_name() IImplementation_type_nameContext
- func (s *Create_function_bodyContext) Invoker_rights_clause(i int) IInvoker_rights_clauseContext
- func (*Create_function_bodyContext) IsCreate_function_bodyContext()
- func (s *Create_function_bodyContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Create_function_bodyContext) OR() antlr.TerminalNode
- func (s *Create_function_bodyContext) PIPELINED() antlr.TerminalNode
- func (s *Create_function_bodyContext) Parallel_enable_clause(i int) IParallel_enable_clauseContext
- func (s *Create_function_bodyContext) Parameter(i int) IParameterContext
- func (s *Create_function_bodyContext) REPLACE() antlr.TerminalNode
- func (s *Create_function_bodyContext) RETURN() antlr.TerminalNode
- func (s *Create_function_bodyContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Create_function_bodyContext) Result_cache_clause(i int) IResult_cache_clauseContext
- func (s *Create_function_bodyContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_function_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Create_function_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_function_bodyContext) Type_spec() IType_specContext
- func (s *Create_function_bodyContext) USING() antlr.TerminalNode
- type Create_indexContext
- func (s *Create_indexContext) BITMAP() antlr.TerminalNode
- func (s *Create_indexContext) Bitmap_join_index_clause() IBitmap_join_index_clauseContext
- func (s *Create_indexContext) CREATE() antlr.TerminalNode
- func (s *Create_indexContext) Cluster_index_clause() ICluster_index_clauseContext
- func (s *Create_indexContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_indexContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_indexContext) GetParser() antlr.Parser
- func (s *Create_indexContext) GetRuleContext() antlr.RuleContext
- func (s *Create_indexContext) INDEX() antlr.TerminalNode
- func (s *Create_indexContext) Index_name() IIndex_nameContext
- func (*Create_indexContext) IsCreate_indexContext()
- func (s *Create_indexContext) ON() antlr.TerminalNode
- func (s *Create_indexContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_indexContext) Table_index_clause() ITable_index_clauseContext
- func (s *Create_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_indexContext) UNIQUE() antlr.TerminalNode
- func (s *Create_indexContext) UNUSABLE() antlr.TerminalNode
- type Create_materialized_viewContext
- func (s *Create_materialized_viewContext) AS() antlr.TerminalNode
- func (s *Create_materialized_viewContext) AllId_expression() []IId_expressionContext
- func (s *Create_materialized_viewContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Create_materialized_viewContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Create_materialized_viewContext) Build_clause() IBuild_clauseContext
- func (s *Create_materialized_viewContext) CACHE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) CREATE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) Create_mv_refresh() ICreate_mv_refreshContext
- func (s *Create_materialized_viewContext) DISABLE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) ENABLE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_materialized_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_materialized_viewContext) FOR() antlr.TerminalNode
- func (s *Create_materialized_viewContext) GetMv_tablespace() IId_expressionContext
- func (s *Create_materialized_viewContext) GetParser() antlr.Parser
- func (s *Create_materialized_viewContext) GetRuleContext() antlr.RuleContext
- func (s *Create_materialized_viewContext) INDEX() antlr.TerminalNode
- func (s *Create_materialized_viewContext) Id_expression(i int) IId_expressionContext
- func (*Create_materialized_viewContext) IsCreate_materialized_viewContext()
- func (s *Create_materialized_viewContext) MATERIALIZED() antlr.TerminalNode
- func (s *Create_materialized_viewContext) NO() antlr.TerminalNode
- func (s *Create_materialized_viewContext) NOCACHE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) OF() antlr.TerminalNode
- func (s *Create_materialized_viewContext) ON() antlr.TerminalNode
- func (s *Create_materialized_viewContext) PREBUILT() antlr.TerminalNode
- func (s *Create_materialized_viewContext) PRECISION() antlr.TerminalNode
- func (s *Create_materialized_viewContext) Parallel_clause() IParallel_clauseContext
- func (s *Create_materialized_viewContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Create_materialized_viewContext) Physical_properties() IPhysical_propertiesContext
- func (s *Create_materialized_viewContext) QUERY() antlr.TerminalNode
- func (s *Create_materialized_viewContext) REDUCED() antlr.TerminalNode
- func (s *Create_materialized_viewContext) REWRITE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_materialized_viewContext) Select_only_statement() ISelect_only_statementContext
- func (s *Create_materialized_viewContext) SetMv_tablespace(v IId_expressionContext)
- func (s *Create_materialized_viewContext) TABLE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Create_materialized_viewContext) Tableview_name() ITableview_nameContext
- func (s *Create_materialized_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_materialized_viewContext) Type_name() IType_nameContext
- func (s *Create_materialized_viewContext) UPDATE() antlr.TerminalNode
- func (s *Create_materialized_viewContext) USING() antlr.TerminalNode
- func (s *Create_materialized_viewContext) VIEW() antlr.TerminalNode
- func (s *Create_materialized_viewContext) WITH() antlr.TerminalNode
- func (s *Create_materialized_viewContext) WITHOUT() antlr.TerminalNode
- type Create_materialized_view_logContext
- func (s *Create_materialized_view_logContext) AllCACHE() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllCOMMA() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllCOMMIT() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllID() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllId_expression() []IId_expressionContext
- func (s *Create_materialized_view_logContext) AllKEY() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Create_materialized_view_logContext) AllMv_log_purge_clause() []IMv_log_purge_clauseContext
- func (s *Create_materialized_view_logContext) AllNOCACHE() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllNew_values_clause() []INew_values_clauseContext
- func (s *Create_materialized_view_logContext) AllOBJECT() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllPRIMARY() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Create_materialized_view_logContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllROWID() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllRegular_id() []IRegular_idContext
- func (s *Create_materialized_view_logContext) AllSCN() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllSEQUENCE() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) AllWITH() []antlr.TerminalNode
- func (s *Create_materialized_view_logContext) CACHE(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) COMMA(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) COMMIT(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) CREATE() antlr.TerminalNode
- func (s *Create_materialized_view_logContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_materialized_view_logContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_materialized_view_logContext) GetParser() antlr.Parser
- func (s *Create_materialized_view_logContext) GetRuleContext() antlr.RuleContext
- func (s *Create_materialized_view_logContext) GetTablespace_name() IId_expressionContext
- func (s *Create_materialized_view_logContext) ID(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Id_expression(i int) IId_expressionContext
- func (*Create_materialized_view_logContext) IsCreate_materialized_view_logContext()
- func (s *Create_materialized_view_logContext) KEY(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) LOG() antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Create_materialized_view_logContext) MATERIALIZED() antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Mv_log_purge_clause(i int) IMv_log_purge_clauseContext
- func (s *Create_materialized_view_logContext) NOCACHE(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) New_values_clause(i int) INew_values_clauseContext
- func (s *Create_materialized_view_logContext) OBJECT(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) ON() antlr.TerminalNode
- func (s *Create_materialized_view_logContext) PRIMARY(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Parallel_clause() IParallel_clauseContext
- func (s *Create_materialized_view_logContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Create_materialized_view_logContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) ROWID(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Regular_id(i int) IRegular_idContext
- func (s *Create_materialized_view_logContext) SCN(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) SEQUENCE(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) SetTablespace_name(v IId_expressionContext)
- func (s *Create_materialized_view_logContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Create_materialized_view_logContext) Tableview_name() ITableview_nameContext
- func (s *Create_materialized_view_logContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_materialized_view_logContext) VIEW() antlr.TerminalNode
- func (s *Create_materialized_view_logContext) WITH(i int) antlr.TerminalNode
- type Create_mv_refreshContext
- func (s *Create_mv_refreshContext) AllCOMMIT() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllCOMPLETE() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllCONSTRAINTS() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllDEMAND() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllENFORCED() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllFAST() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllFORCE() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllKEY() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllLOCAL() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllMASTER() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllNEXT() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllON() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllPRIMARY() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllREGULAR_ID() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllROLLBACK() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllROWID() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllSEGMENT() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllSTART() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllTRUSTED() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllUSING() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) AllWITH() []antlr.TerminalNode
- func (s *Create_mv_refreshContext) COMMIT(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) COMPLETE(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) CONSTRAINTS(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) DEMAND(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) ENFORCED(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_mv_refreshContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_mv_refreshContext) FAST(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) FORCE(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) GetParser() antlr.Parser
- func (s *Create_mv_refreshContext) GetRb_segment() antlr.Token
- func (s *Create_mv_refreshContext) GetRuleContext() antlr.RuleContext
- func (*Create_mv_refreshContext) IsCreate_mv_refreshContext()
- func (s *Create_mv_refreshContext) KEY(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) LOCAL(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) MASTER(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) NEVER() antlr.TerminalNode
- func (s *Create_mv_refreshContext) NEXT(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) ON(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) PRIMARY(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) REFRESH() antlr.TerminalNode
- func (s *Create_mv_refreshContext) REGULAR_ID(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) ROLLBACK(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) ROWID(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) SEGMENT(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) START(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) SetRb_segment(v antlr.Token)
- func (s *Create_mv_refreshContext) TRUSTED(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_mv_refreshContext) USING(i int) antlr.TerminalNode
- func (s *Create_mv_refreshContext) WITH(i int) antlr.TerminalNode
- type Create_packageContext
- func (s *Create_packageContext) AS() antlr.TerminalNode
- func (s *Create_packageContext) AllPackage_name() []IPackage_nameContext
- func (s *Create_packageContext) AllPackage_obj_spec() []IPackage_obj_specContext
- func (s *Create_packageContext) CREATE() antlr.TerminalNode
- func (s *Create_packageContext) END() antlr.TerminalNode
- func (s *Create_packageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_packageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_packageContext) GetParser() antlr.Parser
- func (s *Create_packageContext) GetRuleContext() antlr.RuleContext
- func (s *Create_packageContext) IS() antlr.TerminalNode
- func (s *Create_packageContext) Invoker_rights_clause() IInvoker_rights_clauseContext
- func (*Create_packageContext) IsCreate_packageContext()
- func (s *Create_packageContext) OR() antlr.TerminalNode
- func (s *Create_packageContext) PACKAGE() antlr.TerminalNode
- func (s *Create_packageContext) PERIOD() antlr.TerminalNode
- func (s *Create_packageContext) Package_name(i int) IPackage_nameContext
- func (s *Create_packageContext) Package_obj_spec(i int) IPackage_obj_specContext
- func (s *Create_packageContext) REPLACE() antlr.TerminalNode
- func (s *Create_packageContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_packageContext) Schema_object_name() ISchema_object_nameContext
- func (s *Create_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_package_bodyContext
- func (s *Create_package_bodyContext) AS() antlr.TerminalNode
- func (s *Create_package_bodyContext) AllPackage_name() []IPackage_nameContext
- func (s *Create_package_bodyContext) AllPackage_obj_body() []IPackage_obj_bodyContext
- func (s *Create_package_bodyContext) BEGIN() antlr.TerminalNode
- func (s *Create_package_bodyContext) BODY() antlr.TerminalNode
- func (s *Create_package_bodyContext) CREATE() antlr.TerminalNode
- func (s *Create_package_bodyContext) END() antlr.TerminalNode
- func (s *Create_package_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_package_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_package_bodyContext) GetParser() antlr.Parser
- func (s *Create_package_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Create_package_bodyContext) IS() antlr.TerminalNode
- func (*Create_package_bodyContext) IsCreate_package_bodyContext()
- func (s *Create_package_bodyContext) OR() antlr.TerminalNode
- func (s *Create_package_bodyContext) PACKAGE() antlr.TerminalNode
- func (s *Create_package_bodyContext) PERIOD() antlr.TerminalNode
- func (s *Create_package_bodyContext) Package_name(i int) IPackage_nameContext
- func (s *Create_package_bodyContext) Package_obj_body(i int) IPackage_obj_bodyContext
- func (s *Create_package_bodyContext) REPLACE() antlr.TerminalNode
- func (s *Create_package_bodyContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_package_bodyContext) Schema_object_name() ISchema_object_nameContext
- func (s *Create_package_bodyContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Create_package_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_procedure_bodyContext
- func (s *Create_procedure_bodyContext) AS() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) AllCOMMA() []antlr.TerminalNode
- func (s *Create_procedure_bodyContext) AllParameter() []IParameterContext
- func (s *Create_procedure_bodyContext) Body() IBodyContext
- func (s *Create_procedure_bodyContext) COMMA(i int) antlr.TerminalNode
- func (s *Create_procedure_bodyContext) CREATE() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) Call_spec() ICall_specContext
- func (s *Create_procedure_bodyContext) DECLARE() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) EXTERNAL() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_procedure_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_procedure_bodyContext) GetParser() antlr.Parser
- func (s *Create_procedure_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Create_procedure_bodyContext) IS() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) Invoker_rights_clause() IInvoker_rights_clauseContext
- func (*Create_procedure_bodyContext) IsCreate_procedure_bodyContext()
- func (s *Create_procedure_bodyContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) OR() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) PROCEDURE() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) Parameter(i int) IParameterContext
- func (s *Create_procedure_bodyContext) Procedure_name() IProcedure_nameContext
- func (s *Create_procedure_bodyContext) REPLACE() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_procedure_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Create_procedure_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_sequenceContext
- func (s *Create_sequenceContext) AllSequence_spec() []ISequence_specContext
- func (s *Create_sequenceContext) AllSequence_start_clause() []ISequence_start_clauseContext
- func (s *Create_sequenceContext) CREATE() antlr.TerminalNode
- func (s *Create_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_sequenceContext) GetParser() antlr.Parser
- func (s *Create_sequenceContext) GetRuleContext() antlr.RuleContext
- func (*Create_sequenceContext) IsCreate_sequenceContext()
- func (s *Create_sequenceContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_sequenceContext) SEQUENCE() antlr.TerminalNode
- func (s *Create_sequenceContext) Sequence_name() ISequence_nameContext
- func (s *Create_sequenceContext) Sequence_spec(i int) ISequence_specContext
- func (s *Create_sequenceContext) Sequence_start_clause(i int) ISequence_start_clauseContext
- func (s *Create_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_synonymContext
- func (s *Create_synonymContext) AT_SIGN() antlr.TerminalNode
- func (s *Create_synonymContext) AllPERIOD() []antlr.TerminalNode
- func (s *Create_synonymContext) AllSchema_name() []ISchema_nameContext
- func (s *Create_synonymContext) CREATE() antlr.TerminalNode
- func (s *Create_synonymContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_synonymContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_synonymContext) FOR() antlr.TerminalNode
- func (s *Create_synonymContext) GetParser() antlr.Parser
- func (s *Create_synonymContext) GetRuleContext() antlr.RuleContext
- func (*Create_synonymContext) IsCreate_synonymContext()
- func (s *Create_synonymContext) Link_name() ILink_nameContext
- func (s *Create_synonymContext) OR() antlr.TerminalNode
- func (s *Create_synonymContext) PERIOD(i int) antlr.TerminalNode
- func (s *Create_synonymContext) PUBLIC() antlr.TerminalNode
- func (s *Create_synonymContext) REPLACE() antlr.TerminalNode
- func (s *Create_synonymContext) SYNONYM() antlr.TerminalNode
- func (s *Create_synonymContext) Schema_name(i int) ISchema_nameContext
- func (s *Create_synonymContext) Schema_object_name() ISchema_object_nameContext
- func (s *Create_synonymContext) Synonym_name() ISynonym_nameContext
- func (s *Create_synonymContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Create_tableContext
- func (s *Create_tableContext) AS() antlr.TerminalNode
- func (s *Create_tableContext) CREATE() antlr.TerminalNode
- func (s *Create_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_tableContext) GLOBAL() antlr.TerminalNode
- func (s *Create_tableContext) GetParser() antlr.Parser
- func (s *Create_tableContext) GetRuleContext() antlr.RuleContext
- func (*Create_tableContext) IsCreate_tableContext()
- func (s *Create_tableContext) Object_table() IObject_tableContext
- func (s *Create_tableContext) Relational_table() IRelational_tableContext
- func (s *Create_tableContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_tableContext) Select_only_statement() ISelect_only_statementContext
- func (s *Create_tableContext) TABLE() antlr.TerminalNode
- func (s *Create_tableContext) TEMPORARY() antlr.TerminalNode
- func (s *Create_tableContext) Tableview_name() ITableview_nameContext
- func (s *Create_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_tableContext) Xmltype_table() IXmltype_tableContext
- type Create_tablespaceContext
- func (s *Create_tablespaceContext) BIGFILE() antlr.TerminalNode
- func (s *Create_tablespaceContext) CREATE() antlr.TerminalNode
- func (s *Create_tablespaceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_tablespaceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_tablespaceContext) GetParser() antlr.Parser
- func (s *Create_tablespaceContext) GetRuleContext() antlr.RuleContext
- func (*Create_tablespaceContext) IsCreate_tablespaceContext()
- func (s *Create_tablespaceContext) Permanent_tablespace_clause() IPermanent_tablespace_clauseContext
- func (s *Create_tablespaceContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_tablespaceContext) SMALLFILE() antlr.TerminalNode
- func (s *Create_tablespaceContext) Temporary_tablespace_clause() ITemporary_tablespace_clauseContext
- func (s *Create_tablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_tablespaceContext) Undo_tablespace_clause() IUndo_tablespace_clauseContext
- type Create_triggerContext
- func (s *Create_triggerContext) CREATE() antlr.TerminalNode
- func (s *Create_triggerContext) Compound_dml_trigger() ICompound_dml_triggerContext
- func (s *Create_triggerContext) DISABLE() antlr.TerminalNode
- func (s *Create_triggerContext) ENABLE() antlr.TerminalNode
- func (s *Create_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_triggerContext) GetParser() antlr.Parser
- func (s *Create_triggerContext) GetRuleContext() antlr.RuleContext
- func (*Create_triggerContext) IsCreate_triggerContext()
- func (s *Create_triggerContext) Non_dml_trigger() INon_dml_triggerContext
- func (s *Create_triggerContext) OR() antlr.TerminalNode
- func (s *Create_triggerContext) REPLACE() antlr.TerminalNode
- func (s *Create_triggerContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_triggerContext) Simple_dml_trigger() ISimple_dml_triggerContext
- func (s *Create_triggerContext) TRIGGER() antlr.TerminalNode
- func (s *Create_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_triggerContext) Trigger_body() ITrigger_bodyContext
- func (s *Create_triggerContext) Trigger_follows_clause() ITrigger_follows_clauseContext
- func (s *Create_triggerContext) Trigger_name() ITrigger_nameContext
- func (s *Create_triggerContext) Trigger_when_clause() ITrigger_when_clauseContext
- type Create_typeContext
- func (s *Create_typeContext) CREATE() antlr.TerminalNode
- func (s *Create_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_typeContext) GetParser() antlr.Parser
- func (s *Create_typeContext) GetRuleContext() antlr.RuleContext
- func (*Create_typeContext) IsCreate_typeContext()
- func (s *Create_typeContext) OR() antlr.TerminalNode
- func (s *Create_typeContext) REPLACE() antlr.TerminalNode
- func (s *Create_typeContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_typeContext) TYPE() antlr.TerminalNode
- func (s *Create_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_typeContext) Type_body() IType_bodyContext
- func (s *Create_typeContext) Type_definition() IType_definitionContext
- type Create_userContext
- func (s *Create_userContext) AllContainer_clause() []IContainer_clauseContext
- func (s *Create_userContext) AllIdentified_by() []IIdentified_byContext
- func (s *Create_userContext) AllIdentified_other_clause() []IIdentified_other_clauseContext
- func (s *Create_userContext) AllPassword_expire_clause() []IPassword_expire_clauseContext
- func (s *Create_userContext) AllProfile_clause() []IProfile_clauseContext
- func (s *Create_userContext) AllQuota_clause() []IQuota_clauseContext
- func (s *Create_userContext) AllUser_editions_clause() []IUser_editions_clauseContext
- func (s *Create_userContext) AllUser_lock_clause() []IUser_lock_clauseContext
- func (s *Create_userContext) AllUser_tablespace_clause() []IUser_tablespace_clauseContext
- func (s *Create_userContext) CREATE() antlr.TerminalNode
- func (s *Create_userContext) Container_clause(i int) IContainer_clauseContext
- func (s *Create_userContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_userContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_userContext) GetParser() antlr.Parser
- func (s *Create_userContext) GetRuleContext() antlr.RuleContext
- func (s *Create_userContext) Identified_by(i int) IIdentified_byContext
- func (s *Create_userContext) Identified_other_clause(i int) IIdentified_other_clauseContext
- func (*Create_userContext) IsCreate_userContext()
- func (s *Create_userContext) Password_expire_clause(i int) IPassword_expire_clauseContext
- func (s *Create_userContext) Profile_clause(i int) IProfile_clauseContext
- func (s *Create_userContext) Quota_clause(i int) IQuota_clauseContext
- func (s *Create_userContext) SEMICOLON() antlr.TerminalNode
- func (s *Create_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_userContext) USER() antlr.TerminalNode
- func (s *Create_userContext) User_editions_clause(i int) IUser_editions_clauseContext
- func (s *Create_userContext) User_lock_clause(i int) IUser_lock_clauseContext
- func (s *Create_userContext) User_object_name() IUser_object_nameContext
- func (s *Create_userContext) User_tablespace_clause(i int) IUser_tablespace_clauseContext
- type Create_viewContext
- func (s *Create_viewContext) AS() antlr.TerminalNode
- func (s *Create_viewContext) AllOR() []antlr.TerminalNode
- func (s *Create_viewContext) CREATE() antlr.TerminalNode
- func (s *Create_viewContext) EDITIONABLE() antlr.TerminalNode
- func (s *Create_viewContext) EDITIONING() antlr.TerminalNode
- func (s *Create_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Create_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Create_viewContext) FORCE() antlr.TerminalNode
- func (s *Create_viewContext) GetParser() antlr.Parser
- func (s *Create_viewContext) GetRuleContext() antlr.RuleContext
- func (*Create_viewContext) IsCreate_viewContext()
- func (s *Create_viewContext) OR(i int) antlr.TerminalNode
- func (s *Create_viewContext) REPLACE() antlr.TerminalNode
- func (s *Create_viewContext) Select_only_statement() ISelect_only_statementContext
- func (s *Create_viewContext) Subquery_restriction_clause() ISubquery_restriction_clauseContext
- func (s *Create_viewContext) Tableview_name() ITableview_nameContext
- func (s *Create_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Create_viewContext) VIEW() antlr.TerminalNode
- func (s *Create_viewContext) View_options() IView_optionsContext
- type Cursor_declarationContext
- func (s *Cursor_declarationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Cursor_declarationContext) AllParameter_spec() []IParameter_specContext
- func (s *Cursor_declarationContext) COMMA(i int) antlr.TerminalNode
- func (s *Cursor_declarationContext) CURSOR() antlr.TerminalNode
- func (s *Cursor_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cursor_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cursor_declarationContext) GetParser() antlr.Parser
- func (s *Cursor_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Cursor_declarationContext) IS() antlr.TerminalNode
- func (s *Cursor_declarationContext) Identifier() IIdentifierContext
- func (*Cursor_declarationContext) IsCursor_declarationContext()
- func (s *Cursor_declarationContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Cursor_declarationContext) Parameter_spec(i int) IParameter_specContext
- func (s *Cursor_declarationContext) RETURN() antlr.TerminalNode
- func (s *Cursor_declarationContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Cursor_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Cursor_declarationContext) Select_statement() ISelect_statementContext
- func (s *Cursor_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Cursor_declarationContext) Type_spec() IType_specContext
- type Cursor_expressionContext
- func (s *Cursor_expressionContext) CURSOR() antlr.TerminalNode
- func (s *Cursor_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cursor_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cursor_expressionContext) GetParser() antlr.Parser
- func (s *Cursor_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Cursor_expressionContext) IsCursor_expressionContext()
- func (s *Cursor_expressionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Cursor_expressionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Cursor_expressionContext) Subquery() ISubqueryContext
- func (s *Cursor_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cursor_loop_paramContext
- func (s *Cursor_loop_paramContext) Cursor_name() ICursor_nameContext
- func (s *Cursor_loop_paramContext) DOUBLE_PERIOD() antlr.TerminalNode
- func (s *Cursor_loop_paramContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cursor_loop_paramContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cursor_loop_paramContext) Expressions() IExpressionsContext
- func (s *Cursor_loop_paramContext) GetParser() antlr.Parser
- func (s *Cursor_loop_paramContext) GetRange_separator() antlr.Token
- func (s *Cursor_loop_paramContext) GetRuleContext() antlr.RuleContext
- func (s *Cursor_loop_paramContext) IN() antlr.TerminalNode
- func (s *Cursor_loop_paramContext) Index_name() IIndex_nameContext
- func (*Cursor_loop_paramContext) IsCursor_loop_paramContext()
- func (s *Cursor_loop_paramContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Cursor_loop_paramContext) Lower_bound() ILower_boundContext
- func (s *Cursor_loop_paramContext) REVERSE() antlr.TerminalNode
- func (s *Cursor_loop_paramContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Cursor_loop_paramContext) Record_name() IRecord_nameContext
- func (s *Cursor_loop_paramContext) Select_statement() ISelect_statementContext
- func (s *Cursor_loop_paramContext) SetRange_separator(v antlr.Token)
- func (s *Cursor_loop_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Cursor_loop_paramContext) Upper_bound() IUpper_boundContext
- type Cursor_manipulation_statementsContext
- func (s *Cursor_manipulation_statementsContext) Close_statement() IClose_statementContext
- func (s *Cursor_manipulation_statementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cursor_manipulation_statementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cursor_manipulation_statementsContext) Fetch_statement() IFetch_statementContext
- func (s *Cursor_manipulation_statementsContext) GetParser() antlr.Parser
- func (s *Cursor_manipulation_statementsContext) GetRuleContext() antlr.RuleContext
- func (*Cursor_manipulation_statementsContext) IsCursor_manipulation_statementsContext()
- func (s *Cursor_manipulation_statementsContext) Open_for_statement() IOpen_for_statementContext
- func (s *Cursor_manipulation_statementsContext) Open_statement() IOpen_statementContext
- func (s *Cursor_manipulation_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cursor_nameContext
- func (s *Cursor_nameContext) Bind_variable() IBind_variableContext
- func (s *Cursor_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cursor_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cursor_nameContext) General_element() IGeneral_elementContext
- func (s *Cursor_nameContext) GetParser() antlr.Parser
- func (s *Cursor_nameContext) GetRuleContext() antlr.RuleContext
- func (*Cursor_nameContext) IsCursor_nameContext()
- func (s *Cursor_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cycle_clauseContext
- func (s *Cycle_clauseContext) AllExpression() []IExpressionContext
- func (s *Cycle_clauseContext) CYCLE() antlr.TerminalNode
- func (s *Cycle_clauseContext) Column_list() IColumn_listContext
- func (s *Cycle_clauseContext) Column_name() IColumn_nameContext
- func (s *Cycle_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Cycle_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cycle_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cycle_clauseContext) Expression(i int) IExpressionContext
- func (s *Cycle_clauseContext) GetParser() antlr.Parser
- func (s *Cycle_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Cycle_clauseContext) IsCycle_clauseContext()
- func (s *Cycle_clauseContext) SET() antlr.TerminalNode
- func (s *Cycle_clauseContext) TO() antlr.TerminalNode
- func (s *Cycle_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Data_manipulation_language_statementsContext
- func (s *Data_manipulation_language_statementsContext) Delete_statement() IDelete_statementContext
- func (s *Data_manipulation_language_statementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Data_manipulation_language_statementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Data_manipulation_language_statementsContext) Explain_statement() IExplain_statementContext
- func (s *Data_manipulation_language_statementsContext) GetParser() antlr.Parser
- func (s *Data_manipulation_language_statementsContext) GetRuleContext() antlr.RuleContext
- func (s *Data_manipulation_language_statementsContext) Insert_statement() IInsert_statementContext
- func (*Data_manipulation_language_statementsContext) IsData_manipulation_language_statementsContext()
- func (s *Data_manipulation_language_statementsContext) Lock_table_statement() ILock_table_statementContext
- func (s *Data_manipulation_language_statementsContext) Merge_statement() IMerge_statementContext
- func (s *Data_manipulation_language_statementsContext) Select_statement() ISelect_statementContext
- func (s *Data_manipulation_language_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Data_manipulation_language_statementsContext) Update_statement() IUpdate_statementContext
- type DatabaseContext
- func (s *DatabaseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DatabaseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DatabaseContext) GetParser() antlr.Parser
- func (s *DatabaseContext) GetRuleContext() antlr.RuleContext
- func (*DatabaseContext) IsDatabaseContext()
- func (s *DatabaseContext) Regular_id() IRegular_idContext
- func (s *DatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Database_file_clausesContext
- func (s *Database_file_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Database_file_clausesContext) AllFilename() []IFilenameContext
- func (s *Database_file_clausesContext) Alter_datafile_clause() IAlter_datafile_clauseContext
- func (s *Database_file_clausesContext) Alter_tempfile_clause() IAlter_tempfile_clauseContext
- func (s *Database_file_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Database_file_clausesContext) Create_datafile_clause() ICreate_datafile_clauseContext
- func (s *Database_file_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Database_file_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Database_file_clausesContext) FILE() antlr.TerminalNode
- func (s *Database_file_clausesContext) Filename(i int) IFilenameContext
- func (s *Database_file_clausesContext) GetParser() antlr.Parser
- func (s *Database_file_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Database_file_clausesContext) IsDatabase_file_clausesContext()
- func (s *Database_file_clausesContext) RENAME() antlr.TerminalNode
- func (s *Database_file_clausesContext) TO() antlr.TerminalNode
- func (s *Database_file_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Database_nameContext
- func (s *Database_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Database_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Database_nameContext) GetParser() antlr.Parser
- func (s *Database_nameContext) GetRuleContext() antlr.RuleContext
- func (*Database_nameContext) IsDatabase_nameContext()
- func (s *Database_nameContext) Regular_id() IRegular_idContext
- func (s *Database_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Datafile_specificationContext
- func (s *Datafile_specificationContext) COMMA() antlr.TerminalNode
- func (s *Datafile_specificationContext) DATAFILE() antlr.TerminalNode
- func (s *Datafile_specificationContext) Datafile_tempfile_spec() IDatafile_tempfile_specContext
- func (s *Datafile_specificationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Datafile_specificationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Datafile_specificationContext) GetParser() antlr.Parser
- func (s *Datafile_specificationContext) GetRuleContext() antlr.RuleContext
- func (*Datafile_specificationContext) IsDatafile_specificationContext()
- func (s *Datafile_specificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Datafile_tempfile_clausesContext
- func (s *Datafile_tempfile_clausesContext) ADD() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) AllFilename() []IFilenameContext
- func (s *Datafile_tempfile_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) DATAFILE() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) DROP() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) Datafile_specification() IDatafile_specificationContext
- func (s *Datafile_tempfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Datafile_tempfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Datafile_tempfile_clausesContext) Filename(i int) IFilenameContext
- func (s *Datafile_tempfile_clausesContext) GetParser() antlr.Parser
- func (s *Datafile_tempfile_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Datafile_tempfile_clausesContext) IsDatafile_tempfile_clausesContext()
- func (s *Datafile_tempfile_clausesContext) KEEP() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) Online_or_offline() IOnline_or_offlineContext
- func (s *Datafile_tempfile_clausesContext) RENAME() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) SHRINK() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) Size_clause() ISize_clauseContext
- func (s *Datafile_tempfile_clausesContext) TEMPFILE() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) TO() antlr.TerminalNode
- func (s *Datafile_tempfile_clausesContext) Tempfile_specification() ITempfile_specificationContext
- func (s *Datafile_tempfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Datafile_tempfile_clausesContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Datafile_tempfile_specContext
- func (s *Datafile_tempfile_specContext) Autoextend_clause() IAutoextend_clauseContext
- func (s *Datafile_tempfile_specContext) CHAR_STRING() antlr.TerminalNode
- func (s *Datafile_tempfile_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Datafile_tempfile_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Datafile_tempfile_specContext) GetParser() antlr.Parser
- func (s *Datafile_tempfile_specContext) GetRuleContext() antlr.RuleContext
- func (*Datafile_tempfile_specContext) IsDatafile_tempfile_specContext()
- func (s *Datafile_tempfile_specContext) REUSE() antlr.TerminalNode
- func (s *Datafile_tempfile_specContext) SIZE() antlr.TerminalNode
- func (s *Datafile_tempfile_specContext) Size_clause() ISize_clauseContext
- func (s *Datafile_tempfile_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DatatypeContext
- func (s *DatatypeContext) AllExpression() []IExpressionContext
- func (s *DatatypeContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *DatatypeContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *DatatypeContext) CHARACTER() antlr.TerminalNode
- func (s *DatatypeContext) Char_set_name() IChar_set_nameContext
- func (s *DatatypeContext) DAY() antlr.TerminalNode
- func (s *DatatypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DatatypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DatatypeContext) Expression(i int) IExpressionContext
- func (s *DatatypeContext) GetParser() antlr.Parser
- func (s *DatatypeContext) GetRuleContext() antlr.RuleContext
- func (s *DatatypeContext) INTERVAL() antlr.TerminalNode
- func (*DatatypeContext) IsDatatypeContext()
- func (s *DatatypeContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *DatatypeContext) LOCAL() antlr.TerminalNode
- func (s *DatatypeContext) MONTH() antlr.TerminalNode
- func (s *DatatypeContext) Native_datatype_element() INative_datatype_elementContext
- func (s *DatatypeContext) Precision_part() IPrecision_partContext
- func (s *DatatypeContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *DatatypeContext) SECOND() antlr.TerminalNode
- func (s *DatatypeContext) SET() antlr.TerminalNode
- func (s *DatatypeContext) TIME() antlr.TerminalNode
- func (s *DatatypeContext) TO() antlr.TerminalNode
- func (s *DatatypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *DatatypeContext) WITH() antlr.TerminalNode
- func (s *DatatypeContext) YEAR() antlr.TerminalNode
- func (s *DatatypeContext) ZONE() antlr.TerminalNode
- type Datatype_null_enableContext
- func (s *Datatype_null_enableContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Datatype_null_enableContext) BY() antlr.TerminalNode
- func (s *Datatype_null_enableContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Datatype_null_enableContext) Column_name() IColumn_nameContext
- func (s *Datatype_null_enableContext) DEFAULT() antlr.TerminalNode
- func (s *Datatype_null_enableContext) DISABLE() antlr.TerminalNode
- func (s *Datatype_null_enableContext) Datatype() IDatatypeContext
- func (s *Datatype_null_enableContext) ENABLE() antlr.TerminalNode
- func (s *Datatype_null_enableContext) ENCRYPT() antlr.TerminalNode
- func (s *Datatype_null_enableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Datatype_null_enableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Datatype_null_enableContext) Expression() IExpressionContext
- func (s *Datatype_null_enableContext) GetParser() antlr.Parser
- func (s *Datatype_null_enableContext) GetRuleContext() antlr.RuleContext
- func (s *Datatype_null_enableContext) IDENTIFIED() antlr.TerminalNode
- func (*Datatype_null_enableContext) IsDatatype_null_enableContext()
- func (s *Datatype_null_enableContext) NO() antlr.TerminalNode
- func (s *Datatype_null_enableContext) NOT() antlr.TerminalNode
- func (s *Datatype_null_enableContext) NULL_() antlr.TerminalNode
- func (s *Datatype_null_enableContext) REGULAR_ID() antlr.TerminalNode
- func (s *Datatype_null_enableContext) SALT() antlr.TerminalNode
- func (s *Datatype_null_enableContext) SORT() antlr.TerminalNode
- func (s *Datatype_null_enableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Datatype_null_enableContext) USING() antlr.TerminalNode
- type Datetime_exprContext
- func (s *Datetime_exprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Datetime_exprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Datetime_exprContext) Expression() IExpressionContext
- func (s *Datetime_exprContext) GetParser() antlr.Parser
- func (s *Datetime_exprContext) GetRuleContext() antlr.RuleContext
- func (*Datetime_exprContext) IsDatetime_exprContext()
- func (s *Datetime_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Db_nameContext
- func (s *Db_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Db_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Db_nameContext) GetParser() antlr.Parser
- func (s *Db_nameContext) GetRuleContext() antlr.RuleContext
- func (*Db_nameContext) IsDb_nameContext()
- func (s *Db_nameContext) Regular_id() IRegular_idContext
- func (s *Db_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Deallocate_unused_clauseContext
- func (s *Deallocate_unused_clauseContext) DEALLOCATE() antlr.TerminalNode
- func (s *Deallocate_unused_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Deallocate_unused_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Deallocate_unused_clauseContext) GetParser() antlr.Parser
- func (s *Deallocate_unused_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Deallocate_unused_clauseContext) IsDeallocate_unused_clauseContext()
- func (s *Deallocate_unused_clauseContext) KEEP() antlr.TerminalNode
- func (s *Deallocate_unused_clauseContext) Size_clause() ISize_clauseContext
- func (s *Deallocate_unused_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Deallocate_unused_clauseContext) UNUSED() antlr.TerminalNode
- type Declare_specContext
- func (s *Declare_specContext) Cursor_declaration() ICursor_declarationContext
- func (s *Declare_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Declare_specContext) Exception_declaration() IException_declarationContext
- func (s *Declare_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Declare_specContext) Function_body() IFunction_bodyContext
- func (s *Declare_specContext) Function_spec() IFunction_specContext
- func (s *Declare_specContext) GetParser() antlr.Parser
- func (s *Declare_specContext) GetRuleContext() antlr.RuleContext
- func (*Declare_specContext) IsDeclare_specContext()
- func (s *Declare_specContext) Pragma_declaration() IPragma_declarationContext
- func (s *Declare_specContext) Procedure_body() IProcedure_bodyContext
- func (s *Declare_specContext) Procedure_spec() IProcedure_specContext
- func (s *Declare_specContext) Subtype_declaration() ISubtype_declarationContext
- func (s *Declare_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Declare_specContext) Type_declaration() IType_declarationContext
- func (s *Declare_specContext) Variable_declaration() IVariable_declarationContext
- type Default_cost_clauseContext
- func (s *Default_cost_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Default_cost_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Default_cost_clauseContext) COST() antlr.TerminalNode
- func (s *Default_cost_clauseContext) Cpu_cost() ICpu_costContext
- func (s *Default_cost_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Default_cost_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Default_cost_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Default_cost_clauseContext) GetParser() antlr.Parser
- func (s *Default_cost_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Default_cost_clauseContext) Io_cost() IIo_costContext
- func (*Default_cost_clauseContext) IsDefault_cost_clauseContext()
- func (s *Default_cost_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Default_cost_clauseContext) Network_cost() INetwork_costContext
- func (s *Default_cost_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Default_cost_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Default_selectivityContext
- func (s *Default_selectivityContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Default_selectivityContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Default_selectivityContext) GetParser() antlr.Parser
- func (s *Default_selectivityContext) GetRuleContext() antlr.RuleContext
- func (*Default_selectivityContext) IsDefault_selectivityContext()
- func (s *Default_selectivityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Default_selectivityContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Default_selectivity_clauseContext
- func (s *Default_selectivity_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Default_selectivity_clauseContext) Default_selectivity() IDefault_selectivityContext
- func (s *Default_selectivity_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Default_selectivity_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Default_selectivity_clauseContext) GetParser() antlr.Parser
- func (s *Default_selectivity_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Default_selectivity_clauseContext) IsDefault_selectivity_clauseContext()
- func (s *Default_selectivity_clauseContext) SELECTIVITY() antlr.TerminalNode
- func (s *Default_selectivity_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Default_settings_clauseContext
- func (s *Default_settings_clauseContext) AllDomain() []IDomainContext
- func (s *Default_settings_clauseContext) AllPERIOD() []antlr.TerminalNode
- func (s *Default_settings_clauseContext) BIGFILE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) BLOCK() antlr.TerminalNode
- func (s *Default_settings_clauseContext) CHANGE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Default_settings_clauseContext) DISABLE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) Database() IDatabaseContext
- func (s *Default_settings_clauseContext) Domain(i int) IDomainContext
- func (s *Default_settings_clauseContext) EDITION() antlr.TerminalNode
- func (s *Default_settings_clauseContext) ENABLE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Default_settings_clauseContext) Edition_name() IEdition_nameContext
- func (s *Default_settings_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Default_settings_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Default_settings_clauseContext) FILE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) Filename() IFilenameContext
- func (s *Default_settings_clauseContext) Flashback_mode_clause() IFlashback_mode_clauseContext
- func (s *Default_settings_clauseContext) GLOBAL_NAME() antlr.TerminalNode
- func (s *Default_settings_clauseContext) GetParser() antlr.Parser
- func (s *Default_settings_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Default_settings_clauseContext) IsDefault_settings_clauseContext()
- func (s *Default_settings_clauseContext) PERIOD(i int) antlr.TerminalNode
- func (s *Default_settings_clauseContext) RENAME() antlr.TerminalNode
- func (s *Default_settings_clauseContext) REUSE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) SET() antlr.TerminalNode
- func (s *Default_settings_clauseContext) SMALLFILE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) Set_time_zone_clause() ISet_time_zone_clauseContext
- func (s *Default_settings_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Default_settings_clauseContext) TEMPORARY() antlr.TerminalNode
- func (s *Default_settings_clauseContext) TO() antlr.TerminalNode
- func (s *Default_settings_clauseContext) TRACKING() antlr.TerminalNode
- func (s *Default_settings_clauseContext) Tablespace() ITablespaceContext
- func (s *Default_settings_clauseContext) Tablespace_group_name() ITablespace_group_nameContext
- func (s *Default_settings_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Default_settings_clauseContext) USING() antlr.TerminalNode
- type Default_value_partContext
- func (s *Default_value_partContext) ASSIGN_OP() antlr.TerminalNode
- func (s *Default_value_partContext) DEFAULT() antlr.TerminalNode
- func (s *Default_value_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Default_value_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Default_value_partContext) Expression() IExpressionContext
- func (s *Default_value_partContext) GetParser() antlr.Parser
- func (s *Default_value_partContext) GetRuleContext() antlr.RuleContext
- func (*Default_value_partContext) IsDefault_value_partContext()
- func (s *Default_value_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Deferred_segment_creationContext
- func (s *Deferred_segment_creationContext) CREATION() antlr.TerminalNode
- func (s *Deferred_segment_creationContext) DEFERRED() antlr.TerminalNode
- func (s *Deferred_segment_creationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Deferred_segment_creationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Deferred_segment_creationContext) GetParser() antlr.Parser
- func (s *Deferred_segment_creationContext) GetRuleContext() antlr.RuleContext
- func (s *Deferred_segment_creationContext) IMMEDIATE() antlr.TerminalNode
- func (*Deferred_segment_creationContext) IsDeferred_segment_creationContext()
- func (s *Deferred_segment_creationContext) SEGMENT() antlr.TerminalNode
- func (s *Deferred_segment_creationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Delete_statementContext
- func (s *Delete_statementContext) DELETE() antlr.TerminalNode
- func (s *Delete_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Delete_statementContext) Error_logging_clause() IError_logging_clauseContext
- func (s *Delete_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Delete_statementContext) FROM() antlr.TerminalNode
- func (s *Delete_statementContext) General_table_ref() IGeneral_table_refContext
- func (s *Delete_statementContext) GetParser() antlr.Parser
- func (s *Delete_statementContext) GetRuleContext() antlr.RuleContext
- func (*Delete_statementContext) IsDelete_statementContext()
- func (s *Delete_statementContext) Static_returning_clause() IStatic_returning_clauseContext
- func (s *Delete_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Delete_statementContext) Where_clause() IWhere_clauseContext
- type Dependent_exceptions_partContext
- func (s *Dependent_exceptions_partContext) EXCEPTIONS() antlr.TerminalNode
- func (s *Dependent_exceptions_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dependent_exceptions_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dependent_exceptions_partContext) FORCE() antlr.TerminalNode
- func (s *Dependent_exceptions_partContext) GetParser() antlr.Parser
- func (s *Dependent_exceptions_partContext) GetRuleContext() antlr.RuleContext
- func (s *Dependent_exceptions_partContext) INTO() antlr.TerminalNode
- func (*Dependent_exceptions_partContext) IsDependent_exceptions_partContext()
- func (s *Dependent_exceptions_partContext) Tableview_name() ITableview_nameContext
- func (s *Dependent_exceptions_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Dependent_handling_clauseContext
- func (s *Dependent_handling_clauseContext) CASCADE() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) CONVERT() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) DATA() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) Dependent_exceptions_part() IDependent_exceptions_partContext
- func (s *Dependent_handling_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dependent_handling_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dependent_handling_clauseContext) GetParser() antlr.Parser
- func (s *Dependent_handling_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Dependent_handling_clauseContext) INCLUDING() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) INVALIDATE() antlr.TerminalNode
- func (*Dependent_handling_clauseContext) IsDependent_handling_clauseContext()
- func (s *Dependent_handling_clauseContext) NOT() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) SUBSTITUTABLE() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) TABLE() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) TO() antlr.TerminalNode
- func (s *Dependent_handling_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Dir_object_nameContext
- func (s *Dir_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dir_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dir_object_nameContext) GetParser() antlr.Parser
- func (s *Dir_object_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Dir_object_nameContext) Id_expression() IId_expressionContext
- func (*Dir_object_nameContext) IsDir_object_nameContext()
- func (s *Dir_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Directory_nameContext
- func (s *Directory_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Directory_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Directory_nameContext) GetParser() antlr.Parser
- func (s *Directory_nameContext) GetRuleContext() antlr.RuleContext
- func (*Directory_nameContext) IsDirectory_nameContext()
- func (s *Directory_nameContext) Regular_id() IRegular_idContext
- func (s *Directory_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Directory_pathContext
- func (s *Directory_pathContext) CHAR_STRING() antlr.TerminalNode
- func (s *Directory_pathContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Directory_pathContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Directory_pathContext) GetParser() antlr.Parser
- func (s *Directory_pathContext) GetRuleContext() antlr.RuleContext
- func (*Directory_pathContext) IsDirectory_pathContext()
- func (s *Directory_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Disable_constraintContext
- func (s *Disable_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Disable_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Disable_constraintContext) DISABLE() antlr.TerminalNode
- func (s *Disable_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Disable_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Disable_constraintContext) GetParser() antlr.Parser
- func (s *Disable_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Disable_constraintContext) IsDisable_constraintContext()
- func (s *Disable_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Dml_event_clauseContext
- func (s *Dml_event_clauseContext) AllDml_event_element() []IDml_event_elementContext
- func (s *Dml_event_clauseContext) AllOR() []antlr.TerminalNode
- func (s *Dml_event_clauseContext) Dml_event_element(i int) IDml_event_elementContext
- func (s *Dml_event_clauseContext) Dml_event_nested_clause() IDml_event_nested_clauseContext
- func (s *Dml_event_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_clauseContext) GetParser() antlr.Parser
- func (s *Dml_event_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Dml_event_clauseContext) IsDml_event_clauseContext()
- func (s *Dml_event_clauseContext) ON() antlr.TerminalNode
- func (s *Dml_event_clauseContext) OR(i int) antlr.TerminalNode
- func (s *Dml_event_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Dml_event_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Dml_event_elementContext
- func (s *Dml_event_elementContext) Column_list() IColumn_listContext
- func (s *Dml_event_elementContext) DELETE() antlr.TerminalNode
- func (s *Dml_event_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_elementContext) GetParser() antlr.Parser
- func (s *Dml_event_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Dml_event_elementContext) INSERT() antlr.TerminalNode
- func (*Dml_event_elementContext) IsDml_event_elementContext()
- func (s *Dml_event_elementContext) OF() antlr.TerminalNode
- func (s *Dml_event_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Dml_event_elementContext) UPDATE() antlr.TerminalNode
- type Dml_event_nested_clauseContext
- func (s *Dml_event_nested_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_nested_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dml_event_nested_clauseContext) GetParser() antlr.Parser
- func (s *Dml_event_nested_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Dml_event_nested_clauseContext) IsDml_event_nested_clauseContext()
- func (s *Dml_event_nested_clauseContext) NESTED() antlr.TerminalNode
- func (s *Dml_event_nested_clauseContext) OF() antlr.TerminalNode
- func (s *Dml_event_nested_clauseContext) TABLE() antlr.TerminalNode
- func (s *Dml_event_nested_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Dml_event_nested_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Dml_table_expression_clauseContext
- func (s *Dml_table_expression_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dml_table_expression_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dml_table_expression_clauseContext) GetParser() antlr.Parser
- func (s *Dml_table_expression_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Dml_table_expression_clauseContext) IsDml_table_expression_clauseContext()
- func (s *Dml_table_expression_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Dml_table_expression_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Dml_table_expression_clauseContext) Sample_clause() ISample_clauseContext
- func (s *Dml_table_expression_clauseContext) Select_statement() ISelect_statementContext
- func (s *Dml_table_expression_clauseContext) Subquery_restriction_clause() ISubquery_restriction_clauseContext
- func (s *Dml_table_expression_clauseContext) Table_collection_expression() ITable_collection_expressionContext
- func (s *Dml_table_expression_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Dml_table_expression_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type DomainContext
- func (s *DomainContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *DomainContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *DomainContext) GetParser() antlr.Parser
- func (s *DomainContext) GetRuleContext() antlr.RuleContext
- func (*DomainContext) IsDomainContext()
- func (s *DomainContext) Regular_id() IRegular_idContext
- func (s *DomainContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Domain_index_clauseContext
- func (s *Domain_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Domain_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Domain_index_clauseContext) GetParser() antlr.Parser
- func (s *Domain_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Domain_index_clauseContext) Indextype() IIndextypeContext
- func (*Domain_index_clauseContext) IsDomain_index_clauseContext()
- func (s *Domain_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Domain_index_clauseContext) Local_domain_index_clause() ILocal_domain_index_clauseContext
- func (s *Domain_index_clauseContext) Odci_parameters() IOdci_parametersContext
- func (s *Domain_index_clauseContext) PARAMETERS() antlr.TerminalNode
- func (s *Domain_index_clauseContext) Parallel_clause() IParallel_clauseContext
- func (s *Domain_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Domain_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_column_clauseContext
- func (s *Drop_column_clauseContext) AllCASCADE() []antlr.TerminalNode
- func (s *Drop_column_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Drop_column_clauseContext) AllCONSTRAINTS() []antlr.TerminalNode
- func (s *Drop_column_clauseContext) AllColumn_name() []IColumn_nameContext
- func (s *Drop_column_clauseContext) AllINVALIDATE() []antlr.TerminalNode
- func (s *Drop_column_clauseContext) CASCADE(i int) antlr.TerminalNode
- func (s *Drop_column_clauseContext) CHECKPOINT() antlr.TerminalNode
- func (s *Drop_column_clauseContext) COLUMN() antlr.TerminalNode
- func (s *Drop_column_clauseContext) COLUMNS() antlr.TerminalNode
- func (s *Drop_column_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Drop_column_clauseContext) CONSTRAINTS(i int) antlr.TerminalNode
- func (s *Drop_column_clauseContext) CONTINUE() antlr.TerminalNode
- func (s *Drop_column_clauseContext) Column_name(i int) IColumn_nameContext
- func (s *Drop_column_clauseContext) DROP() antlr.TerminalNode
- func (s *Drop_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_column_clauseContext) GetParser() antlr.Parser
- func (s *Drop_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Drop_column_clauseContext) INVALIDATE(i int) antlr.TerminalNode
- func (*Drop_column_clauseContext) IsDrop_column_clauseContext()
- func (s *Drop_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Drop_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Drop_column_clauseContext) SET() antlr.TerminalNode
- func (s *Drop_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Drop_column_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- func (s *Drop_column_clauseContext) UNUSED() antlr.TerminalNode
- type Drop_constraintContext
- func (s *Drop_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Drop_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Drop_constraintContext) DROP() antlr.TerminalNode
- func (s *Drop_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_constraintContext) GetParser() antlr.Parser
- func (s *Drop_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Drop_constraintContext) IsDrop_constraintContext()
- func (s *Drop_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_constraint_clauseContext
- func (s *Drop_constraint_clauseContext) DROP() antlr.TerminalNode
- func (s *Drop_constraint_clauseContext) Drop_primary_key_or_unique_or_generic_clause() IDrop_primary_key_or_unique_or_generic_clauseContext
- func (s *Drop_constraint_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_constraint_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_constraint_clauseContext) GetParser() antlr.Parser
- func (s *Drop_constraint_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Drop_constraint_clauseContext) IsDrop_constraint_clauseContext()
- func (s *Drop_constraint_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_functionContext
- func (s *Drop_functionContext) DROP() antlr.TerminalNode
- func (s *Drop_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_functionContext) FUNCTION() antlr.TerminalNode
- func (s *Drop_functionContext) Function_name() IFunction_nameContext
- func (s *Drop_functionContext) GetParser() antlr.Parser
- func (s *Drop_functionContext) GetRuleContext() antlr.RuleContext
- func (*Drop_functionContext) IsDrop_functionContext()
- func (s *Drop_functionContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_indexContext
- func (s *Drop_indexContext) DROP() antlr.TerminalNode
- func (s *Drop_indexContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_indexContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_indexContext) GetParser() antlr.Parser
- func (s *Drop_indexContext) GetRuleContext() antlr.RuleContext
- func (s *Drop_indexContext) INDEX() antlr.TerminalNode
- func (s *Drop_indexContext) Index_name() IIndex_nameContext
- func (*Drop_indexContext) IsDrop_indexContext()
- func (s *Drop_indexContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_index_partitionContext
- func (s *Drop_index_partitionContext) DROP() antlr.TerminalNode
- func (s *Drop_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_index_partitionContext) GetParser() antlr.Parser
- func (s *Drop_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (*Drop_index_partitionContext) IsDrop_index_partitionContext()
- func (s *Drop_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Drop_index_partitionContext) Partition_name() IPartition_nameContext
- func (s *Drop_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_logfile_clausesContext
- func (s *Drop_logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) AllFilename() []IFilenameContext
- func (s *Drop_logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
- func (s *Drop_logfile_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) DROP() antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_logfile_clausesContext) Filename(i int) IFilenameContext
- func (s *Drop_logfile_clausesContext) GetParser() antlr.Parser
- func (s *Drop_logfile_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Drop_logfile_clausesContext) IsDrop_logfile_clausesContext()
- func (s *Drop_logfile_clausesContext) LOGFILE() antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
- func (s *Drop_logfile_clausesContext) MEMBER() antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) STANDBY() antlr.TerminalNode
- func (s *Drop_logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_packageContext
- func (s *Drop_packageContext) BODY() antlr.TerminalNode
- func (s *Drop_packageContext) DROP() antlr.TerminalNode
- func (s *Drop_packageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_packageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_packageContext) GetParser() antlr.Parser
- func (s *Drop_packageContext) GetRuleContext() antlr.RuleContext
- func (*Drop_packageContext) IsDrop_packageContext()
- func (s *Drop_packageContext) PACKAGE() antlr.TerminalNode
- func (s *Drop_packageContext) PERIOD() antlr.TerminalNode
- func (s *Drop_packageContext) Package_name() IPackage_nameContext
- func (s *Drop_packageContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_packageContext) Schema_object_name() ISchema_object_nameContext
- func (s *Drop_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_primary_key_or_unique_or_generic_clauseContext
- func NewDrop_primary_key_or_unique_or_generic_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_primary_key_or_unique_or_generic_clauseContext
- func NewEmptyDrop_primary_key_or_unique_or_generic_clauseContext() *Drop_primary_key_or_unique_or_generic_clauseContext
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) AllColumn_name() []IColumn_nameContext
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) CASCADE() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) CONSTRAINT() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) Column_name(i int) IColumn_nameContext
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) Constraint_name() IConstraint_nameContext
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) DROP() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) GetParser() antlr.Parser
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Drop_primary_key_or_unique_or_generic_clauseContext) IsDrop_primary_key_or_unique_or_generic_clauseContext()
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) KEEP() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) KEY() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Drop_primary_key_or_unique_or_generic_clauseContext) UNIQUE() antlr.TerminalNode
- type Drop_procedureContext
- func (s *Drop_procedureContext) DROP() antlr.TerminalNode
- func (s *Drop_procedureContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_procedureContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_procedureContext) GetParser() antlr.Parser
- func (s *Drop_procedureContext) GetRuleContext() antlr.RuleContext
- func (*Drop_procedureContext) IsDrop_procedureContext()
- func (s *Drop_procedureContext) PROCEDURE() antlr.TerminalNode
- func (s *Drop_procedureContext) Procedure_name() IProcedure_nameContext
- func (s *Drop_procedureContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_procedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_sequenceContext
- func (s *Drop_sequenceContext) DROP() antlr.TerminalNode
- func (s *Drop_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_sequenceContext) GetParser() antlr.Parser
- func (s *Drop_sequenceContext) GetRuleContext() antlr.RuleContext
- func (*Drop_sequenceContext) IsDrop_sequenceContext()
- func (s *Drop_sequenceContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_sequenceContext) SEQUENCE() antlr.TerminalNode
- func (s *Drop_sequenceContext) Sequence_name() ISequence_nameContext
- func (s *Drop_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_tableContext
- func (s *Drop_tableContext) DROP() antlr.TerminalNode
- func (s *Drop_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_tableContext) GetParser() antlr.Parser
- func (s *Drop_tableContext) GetRuleContext() antlr.RuleContext
- func (*Drop_tableContext) IsDrop_tableContext()
- func (s *Drop_tableContext) PURGE() antlr.TerminalNode
- func (s *Drop_tableContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_tableContext) TABLE() antlr.TerminalNode
- func (s *Drop_tableContext) Tableview_name() ITableview_nameContext
- func (s *Drop_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Drop_triggerContext
- func (s *Drop_triggerContext) DROP() antlr.TerminalNode
- func (s *Drop_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_triggerContext) GetParser() antlr.Parser
- func (s *Drop_triggerContext) GetRuleContext() antlr.RuleContext
- func (*Drop_triggerContext) IsDrop_triggerContext()
- func (s *Drop_triggerContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_triggerContext) TRIGGER() antlr.TerminalNode
- func (s *Drop_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Drop_triggerContext) Trigger_name() ITrigger_nameContext
- type Drop_typeContext
- func (s *Drop_typeContext) BODY() antlr.TerminalNode
- func (s *Drop_typeContext) DROP() antlr.TerminalNode
- func (s *Drop_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_typeContext) FORCE() antlr.TerminalNode
- func (s *Drop_typeContext) GetParser() antlr.Parser
- func (s *Drop_typeContext) GetRuleContext() antlr.RuleContext
- func (*Drop_typeContext) IsDrop_typeContext()
- func (s *Drop_typeContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_typeContext) TYPE() antlr.TerminalNode
- func (s *Drop_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Drop_typeContext) Type_name() IType_nameContext
- func (s *Drop_typeContext) VALIDATE() antlr.TerminalNode
- type Drop_viewContext
- func (s *Drop_viewContext) CASCADE() antlr.TerminalNode
- func (s *Drop_viewContext) CONSTRAINT() antlr.TerminalNode
- func (s *Drop_viewContext) DROP() antlr.TerminalNode
- func (s *Drop_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Drop_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Drop_viewContext) GetParser() antlr.Parser
- func (s *Drop_viewContext) GetRuleContext() antlr.RuleContext
- func (*Drop_viewContext) IsDrop_viewContext()
- func (s *Drop_viewContext) SEMICOLON() antlr.TerminalNode
- func (s *Drop_viewContext) Tableview_name() ITableview_nameContext
- func (s *Drop_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Drop_viewContext) VIEW() antlr.TerminalNode
- type Dynamic_returning_clauseContext
- func (s *Dynamic_returning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Dynamic_returning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Dynamic_returning_clauseContext) GetParser() antlr.Parser
- func (s *Dynamic_returning_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Dynamic_returning_clauseContext) Into_clause() IInto_clauseContext
- func (*Dynamic_returning_clauseContext) IsDynamic_returning_clauseContext()
- func (s *Dynamic_returning_clauseContext) RETURN() antlr.TerminalNode
- func (s *Dynamic_returning_clauseContext) RETURNING() antlr.TerminalNode
- func (s *Dynamic_returning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Edition_nameContext
- func (s *Edition_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Edition_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Edition_nameContext) GetParser() antlr.Parser
- func (s *Edition_nameContext) GetRuleContext() antlr.RuleContext
- func (*Edition_nameContext) IsEdition_nameContext()
- func (s *Edition_nameContext) Regular_id() IRegular_idContext
- func (s *Edition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Element_specContext
- func (s *Element_specContext) AllElement_spec_options() []IElement_spec_optionsContext
- func (s *Element_specContext) COMMA() antlr.TerminalNode
- func (s *Element_specContext) Element_spec_options(i int) IElement_spec_optionsContext
- func (s *Element_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Element_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Element_specContext) GetParser() antlr.Parser
- func (s *Element_specContext) GetRuleContext() antlr.RuleContext
- func (*Element_specContext) IsElement_specContext()
- func (s *Element_specContext) Modifier_clause() IModifier_clauseContext
- func (s *Element_specContext) Pragma_clause() IPragma_clauseContext
- func (s *Element_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Element_spec_optionsContext
- func (s *Element_spec_optionsContext) Constructor_spec() IConstructor_specContext
- func (s *Element_spec_optionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Element_spec_optionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Element_spec_optionsContext) GetParser() antlr.Parser
- func (s *Element_spec_optionsContext) GetRuleContext() antlr.RuleContext
- func (*Element_spec_optionsContext) IsElement_spec_optionsContext()
- func (s *Element_spec_optionsContext) Map_order_function_spec() IMap_order_function_specContext
- func (s *Element_spec_optionsContext) Subprogram_spec() ISubprogram_specContext
- func (s *Element_spec_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Else_partContext
- func (s *Else_partContext) ELSE() antlr.TerminalNode
- func (s *Else_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Else_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Else_partContext) GetParser() antlr.Parser
- func (s *Else_partContext) GetRuleContext() antlr.RuleContext
- func (*Else_partContext) IsElse_partContext()
- func (s *Else_partContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Elsif_partContext
- func (s *Elsif_partContext) Condition() IConditionContext
- func (s *Elsif_partContext) ELSIF() antlr.TerminalNode
- func (s *Elsif_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Elsif_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Elsif_partContext) GetParser() antlr.Parser
- func (s *Elsif_partContext) GetRuleContext() antlr.RuleContext
- func (*Elsif_partContext) IsElsif_partContext()
- func (s *Elsif_partContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Elsif_partContext) THEN() antlr.TerminalNode
- func (s *Elsif_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Enable_constraintContext
- func (s *Enable_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Enable_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Enable_constraintContext) ENABLE() antlr.TerminalNode
- func (s *Enable_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Enable_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Enable_constraintContext) GetParser() antlr.Parser
- func (s *Enable_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Enable_constraintContext) IsEnable_constraintContext()
- func (s *Enable_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Enable_disable_clauseContext
- func (s *Enable_disable_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Enable_disable_clauseContext) AllColumn_name() []IColumn_nameContext
- func (s *Enable_disable_clauseContext) CASCADE() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Enable_disable_clauseContext) CONSTRAINT() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) Column_name(i int) IColumn_nameContext
- func (s *Enable_disable_clauseContext) Constraint_name() IConstraint_nameContext
- func (s *Enable_disable_clauseContext) DISABLE() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) DROP() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) ENABLE() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Enable_disable_clauseContext) Exceptions_clause() IExceptions_clauseContext
- func (s *Enable_disable_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Enable_disable_clauseContext) GetParser() antlr.Parser
- func (s *Enable_disable_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Enable_disable_clauseContext) INDEX() antlr.TerminalNode
- func (*Enable_disable_clauseContext) IsEnable_disable_clauseContext()
- func (s *Enable_disable_clauseContext) KEEP() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) KEY() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) NOVALIDATE() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Enable_disable_clauseContext) UNIQUE() antlr.TerminalNode
- func (s *Enable_disable_clauseContext) Using_index_clause() IUsing_index_clauseContext
- func (s *Enable_disable_clauseContext) VALIDATE() antlr.TerminalNode
- type Enable_or_disableContext
- func (s *Enable_or_disableContext) DISABLE() antlr.TerminalNode
- func (s *Enable_or_disableContext) ENABLE() antlr.TerminalNode
- func (s *Enable_or_disableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Enable_or_disableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Enable_or_disableContext) GetParser() antlr.Parser
- func (s *Enable_or_disableContext) GetRuleContext() antlr.RuleContext
- func (*Enable_or_disableContext) IsEnable_or_disableContext()
- func (s *Enable_or_disableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Encryption_specContext
- func (s *Encryption_specContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Encryption_specContext) BY() antlr.TerminalNode
- func (s *Encryption_specContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Encryption_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Encryption_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Encryption_specContext) GetParser() antlr.Parser
- func (s *Encryption_specContext) GetRuleContext() antlr.RuleContext
- func (s *Encryption_specContext) IDENTIFIED() antlr.TerminalNode
- func (*Encryption_specContext) IsEncryption_specContext()
- func (s *Encryption_specContext) NO() antlr.TerminalNode
- func (s *Encryption_specContext) REGULAR_ID() antlr.TerminalNode
- func (s *Encryption_specContext) SALT() antlr.TerminalNode
- func (s *Encryption_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Encryption_specContext) USING() antlr.TerminalNode
- type End_time_columnContext
- func (s *End_time_columnContext) Column_name() IColumn_nameContext
- func (s *End_time_columnContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *End_time_columnContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *End_time_columnContext) GetParser() antlr.Parser
- func (s *End_time_columnContext) GetRuleContext() antlr.RuleContext
- func (*End_time_columnContext) IsEnd_time_columnContext()
- func (s *End_time_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Error_logging_clauseContext
- func (s *Error_logging_clauseContext) ERRORS() antlr.TerminalNode
- func (s *Error_logging_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_clauseContext) Error_logging_into_part() IError_logging_into_partContext
- func (s *Error_logging_clauseContext) Error_logging_reject_part() IError_logging_reject_partContext
- func (s *Error_logging_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_clauseContext) Expression() IExpressionContext
- func (s *Error_logging_clauseContext) GetParser() antlr.Parser
- func (s *Error_logging_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Error_logging_clauseContext) IsError_logging_clauseContext()
- func (s *Error_logging_clauseContext) LOG() antlr.TerminalNode
- func (s *Error_logging_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Error_logging_into_partContext
- func (s *Error_logging_into_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_into_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_into_partContext) GetParser() antlr.Parser
- func (s *Error_logging_into_partContext) GetRuleContext() antlr.RuleContext
- func (s *Error_logging_into_partContext) INTO() antlr.TerminalNode
- func (*Error_logging_into_partContext) IsError_logging_into_partContext()
- func (s *Error_logging_into_partContext) Tableview_name() ITableview_nameContext
- func (s *Error_logging_into_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Error_logging_reject_partContext
- func (s *Error_logging_reject_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_reject_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Error_logging_reject_partContext) Expression() IExpressionContext
- func (s *Error_logging_reject_partContext) GetParser() antlr.Parser
- func (s *Error_logging_reject_partContext) GetRuleContext() antlr.RuleContext
- func (*Error_logging_reject_partContext) IsError_logging_reject_partContext()
- func (s *Error_logging_reject_partContext) LIMIT() antlr.TerminalNode
- func (s *Error_logging_reject_partContext) REJECT() antlr.TerminalNode
- func (s *Error_logging_reject_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Error_logging_reject_partContext) UNLIMITED() antlr.TerminalNode
- type Exception_declarationContext
- func (s *Exception_declarationContext) EXCEPTION() antlr.TerminalNode
- func (s *Exception_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Exception_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Exception_declarationContext) GetParser() antlr.Parser
- func (s *Exception_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Exception_declarationContext) Identifier() IIdentifierContext
- func (*Exception_declarationContext) IsException_declarationContext()
- func (s *Exception_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Exception_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Exception_handlerContext
- func (s *Exception_handlerContext) AllException_name() []IException_nameContext
- func (s *Exception_handlerContext) AllOR() []antlr.TerminalNode
- func (s *Exception_handlerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Exception_handlerContext) Exception_name(i int) IException_nameContext
- func (s *Exception_handlerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Exception_handlerContext) GetParser() antlr.Parser
- func (s *Exception_handlerContext) GetRuleContext() antlr.RuleContext
- func (*Exception_handlerContext) IsException_handlerContext()
- func (s *Exception_handlerContext) OR(i int) antlr.TerminalNode
- func (s *Exception_handlerContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Exception_handlerContext) THEN() antlr.TerminalNode
- func (s *Exception_handlerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Exception_handlerContext) WHEN() antlr.TerminalNode
- type Exception_nameContext
- func (s *Exception_nameContext) AllId_expression() []IId_expressionContext
- func (s *Exception_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Exception_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Exception_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Exception_nameContext) GetParser() antlr.Parser
- func (s *Exception_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Exception_nameContext) Id_expression(i int) IId_expressionContext
- func (s *Exception_nameContext) Identifier() IIdentifierContext
- func (*Exception_nameContext) IsException_nameContext()
- func (s *Exception_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Exception_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Exceptions_clauseContext
- func (s *Exceptions_clauseContext) EXCEPTIONS() antlr.TerminalNode
- func (s *Exceptions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Exceptions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Exceptions_clauseContext) GetParser() antlr.Parser
- func (s *Exceptions_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Exceptions_clauseContext) INTO() antlr.TerminalNode
- func (*Exceptions_clauseContext) IsExceptions_clauseContext()
- func (s *Exceptions_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Exceptions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Execute_immediateContext
- func (s *Execute_immediateContext) Dynamic_returning_clause() IDynamic_returning_clauseContext
- func (s *Execute_immediateContext) EXECUTE() antlr.TerminalNode
- func (s *Execute_immediateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Execute_immediateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Execute_immediateContext) Expression() IExpressionContext
- func (s *Execute_immediateContext) GetParser() antlr.Parser
- func (s *Execute_immediateContext) GetRuleContext() antlr.RuleContext
- func (s *Execute_immediateContext) IMMEDIATE() antlr.TerminalNode
- func (s *Execute_immediateContext) Into_clause() IInto_clauseContext
- func (*Execute_immediateContext) IsExecute_immediateContext()
- func (s *Execute_immediateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Execute_immediateContext) Using_clause() IUsing_clauseContext
- type Exit_statementContext
- func (s *Exit_statementContext) Condition() IConditionContext
- func (s *Exit_statementContext) EXIT() antlr.TerminalNode
- func (s *Exit_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Exit_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Exit_statementContext) GetParser() antlr.Parser
- func (s *Exit_statementContext) GetRuleContext() antlr.RuleContext
- func (*Exit_statementContext) IsExit_statementContext()
- func (s *Exit_statementContext) Label_name() ILabel_nameContext
- func (s *Exit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Exit_statementContext) WHEN() antlr.TerminalNode
- type Explain_statementContext
- func (s *Explain_statementContext) Delete_statement() IDelete_statementContext
- func (s *Explain_statementContext) EQUALS_OP() antlr.TerminalNode
- func (s *Explain_statementContext) EXPLAIN() antlr.TerminalNode
- func (s *Explain_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Explain_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Explain_statementContext) FOR() antlr.TerminalNode
- func (s *Explain_statementContext) GetParser() antlr.Parser
- func (s *Explain_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Explain_statementContext) INTO() antlr.TerminalNode
- func (s *Explain_statementContext) Insert_statement() IInsert_statementContext
- func (*Explain_statementContext) IsExplain_statementContext()
- func (s *Explain_statementContext) Merge_statement() IMerge_statementContext
- func (s *Explain_statementContext) PLAN() antlr.TerminalNode
- func (s *Explain_statementContext) Quoted_string() IQuoted_stringContext
- func (s *Explain_statementContext) SET() antlr.TerminalNode
- func (s *Explain_statementContext) STATEMENT_ID() antlr.TerminalNode
- func (s *Explain_statementContext) Select_statement() ISelect_statementContext
- func (s *Explain_statementContext) Tableview_name() ITableview_nameContext
- func (s *Explain_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Explain_statementContext) Update_statement() IUpdate_statementContext
- type ExpressionContext
- func (s *ExpressionContext) Cursor_expression() ICursor_expressionContext
- func (s *ExpressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionContext) GetParser() antlr.Parser
- func (s *ExpressionContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionContext) IsExpressionContext()
- func (s *ExpressionContext) Logical_expression() ILogical_expressionContext
- func (s *ExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ExpressionsContext
- func (s *ExpressionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *ExpressionsContext) AllExpression() []IExpressionContext
- func (s *ExpressionsContext) COMMA(i int) antlr.TerminalNode
- func (s *ExpressionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExpressionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExpressionsContext) Expression(i int) IExpressionContext
- func (s *ExpressionsContext) GetParser() antlr.Parser
- func (s *ExpressionsContext) GetRuleContext() antlr.RuleContext
- func (*ExpressionsContext) IsExpressionsContext()
- func (s *ExpressionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Extent_management_clauseContext
- func (s *Extent_management_clauseContext) AUTOALLOCATE() antlr.TerminalNode
- func (s *Extent_management_clauseContext) EXTENT() antlr.TerminalNode
- func (s *Extent_management_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Extent_management_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Extent_management_clauseContext) GetParser() antlr.Parser
- func (s *Extent_management_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Extent_management_clauseContext) IsExtent_management_clauseContext()
- func (s *Extent_management_clauseContext) LOCAL() antlr.TerminalNode
- func (s *Extent_management_clauseContext) MANAGEMENT() antlr.TerminalNode
- func (s *Extent_management_clauseContext) SIZE() antlr.TerminalNode
- func (s *Extent_management_clauseContext) Size_clause() ISize_clauseContext
- func (s *Extent_management_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Extent_management_clauseContext) UNIFORM() antlr.TerminalNode
- type Factoring_elementContext
- func (s *Factoring_elementContext) AS() antlr.TerminalNode
- func (s *Factoring_elementContext) Cycle_clause() ICycle_clauseContext
- func (s *Factoring_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Factoring_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Factoring_elementContext) GetParser() antlr.Parser
- func (s *Factoring_elementContext) GetRuleContext() antlr.RuleContext
- func (*Factoring_elementContext) IsFactoring_elementContext()
- func (s *Factoring_elementContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Factoring_elementContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Factoring_elementContext) Paren_column_list() IParen_column_listContext
- func (s *Factoring_elementContext) Query_name() IQuery_nameContext
- func (s *Factoring_elementContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Factoring_elementContext) Search_clause() ISearch_clauseContext
- func (s *Factoring_elementContext) Subquery() ISubqueryContext
- func (s *Factoring_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Fetch_clauseContext
- func (s *Fetch_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Fetch_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Fetch_clauseContext) Expression() IExpressionContext
- func (s *Fetch_clauseContext) FETCH() antlr.TerminalNode
- func (s *Fetch_clauseContext) FIRST() antlr.TerminalNode
- func (s *Fetch_clauseContext) GetParser() antlr.Parser
- func (s *Fetch_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Fetch_clauseContext) IsFetch_clauseContext()
- func (s *Fetch_clauseContext) NEXT() antlr.TerminalNode
- func (s *Fetch_clauseContext) ONLY() antlr.TerminalNode
- func (s *Fetch_clauseContext) PERCENT_KEYWORD() antlr.TerminalNode
- func (s *Fetch_clauseContext) ROW() antlr.TerminalNode
- func (s *Fetch_clauseContext) ROWS() antlr.TerminalNode
- func (s *Fetch_clauseContext) TIES() antlr.TerminalNode
- func (s *Fetch_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Fetch_clauseContext) WITH() antlr.TerminalNode
- type Fetch_statementContext
- func (s *Fetch_statementContext) AllCOMMA() []antlr.TerminalNode
- func (s *Fetch_statementContext) AllVariable_name() []IVariable_nameContext
- func (s *Fetch_statementContext) BULK() antlr.TerminalNode
- func (s *Fetch_statementContext) COLLECT() antlr.TerminalNode
- func (s *Fetch_statementContext) COMMA(i int) antlr.TerminalNode
- func (s *Fetch_statementContext) Cursor_name() ICursor_nameContext
- func (s *Fetch_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Fetch_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Fetch_statementContext) FETCH() antlr.TerminalNode
- func (s *Fetch_statementContext) GetIt1() antlr.Token
- func (s *Fetch_statementContext) GetParser() antlr.Parser
- func (s *Fetch_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Fetch_statementContext) INTO() antlr.TerminalNode
- func (*Fetch_statementContext) IsFetch_statementContext()
- func (s *Fetch_statementContext) LIMIT() antlr.TerminalNode
- func (s *Fetch_statementContext) Numeric() INumericContext
- func (s *Fetch_statementContext) SetIt1(v antlr.Token)
- func (s *Fetch_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Fetch_statementContext) Variable_name(i int) IVariable_nameContext
- type Field_specContext
- func (s *Field_specContext) Column_name() IColumn_nameContext
- func (s *Field_specContext) Default_value_part() IDefault_value_partContext
- func (s *Field_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Field_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Field_specContext) GetParser() antlr.Parser
- func (s *Field_specContext) GetRuleContext() antlr.RuleContext
- func (*Field_specContext) IsField_specContext()
- func (s *Field_specContext) NOT() antlr.TerminalNode
- func (s *Field_specContext) NULL_() antlr.TerminalNode
- func (s *Field_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Field_specContext) Type_spec() IType_specContext
- type FilenameContext
- func (s *FilenameContext) CHAR_STRING() antlr.TerminalNode
- func (s *FilenameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FilenameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FilenameContext) GetParser() antlr.Parser
- func (s *FilenameContext) GetRuleContext() antlr.RuleContext
- func (*FilenameContext) IsFilenameContext()
- func (s *FilenameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FilenumberContext
- func (s *FilenumberContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FilenumberContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FilenumberContext) GetParser() antlr.Parser
- func (s *FilenumberContext) GetRuleContext() antlr.RuleContext
- func (*FilenumberContext) IsFilenumberContext()
- func (s *FilenumberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FilenumberContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Flashback_archive_clauseContext
- func (s *Flashback_archive_clauseContext) ARCHIVE() antlr.TerminalNode
- func (s *Flashback_archive_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Flashback_archive_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Flashback_archive_clauseContext) FLASHBACK() antlr.TerminalNode
- func (s *Flashback_archive_clauseContext) GetFlashback_archive() antlr.Token
- func (s *Flashback_archive_clauseContext) GetParser() antlr.Parser
- func (s *Flashback_archive_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Flashback_archive_clauseContext) IsFlashback_archive_clauseContext()
- func (s *Flashback_archive_clauseContext) NO() antlr.TerminalNode
- func (s *Flashback_archive_clauseContext) REGULAR_ID() antlr.TerminalNode
- func (s *Flashback_archive_clauseContext) SetFlashback_archive(v antlr.Token)
- func (s *Flashback_archive_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Flashback_mode_clauseContext
- func (s *Flashback_mode_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Flashback_mode_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Flashback_mode_clauseContext) FLASHBACK() antlr.TerminalNode
- func (s *Flashback_mode_clauseContext) GetParser() antlr.Parser
- func (s *Flashback_mode_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Flashback_mode_clauseContext) IsFlashback_mode_clauseContext()
- func (s *Flashback_mode_clauseContext) OFF() antlr.TerminalNode
- func (s *Flashback_mode_clauseContext) ON() antlr.TerminalNode
- func (s *Flashback_mode_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Flashback_query_clauseContext
- func (s *Flashback_query_clauseContext) AS() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) BETWEEN() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Flashback_query_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Flashback_query_clauseContext) Expression() IExpressionContext
- func (s *Flashback_query_clauseContext) GetParser() antlr.Parser
- func (s *Flashback_query_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Flashback_query_clauseContext) IsFlashback_query_clauseContext()
- func (s *Flashback_query_clauseContext) OF() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) SCN() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) SNAPSHOT() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) TIMESTAMP() antlr.TerminalNode
- func (s *Flashback_query_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Flashback_query_clauseContext) VERSIONS() antlr.TerminalNode
- type For_each_rowContext
- func (s *For_each_rowContext) EACH() antlr.TerminalNode
- func (s *For_each_rowContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *For_each_rowContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *For_each_rowContext) FOR() antlr.TerminalNode
- func (s *For_each_rowContext) GetParser() antlr.Parser
- func (s *For_each_rowContext) GetRuleContext() antlr.RuleContext
- func (*For_each_rowContext) IsFor_each_rowContext()
- func (s *For_each_rowContext) ROW() antlr.TerminalNode
- func (s *For_each_rowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type For_update_clauseContext
- func (s *For_update_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *For_update_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *For_update_clauseContext) FOR() antlr.TerminalNode
- func (s *For_update_clauseContext) For_update_of_part() IFor_update_of_partContext
- func (s *For_update_clauseContext) For_update_options() IFor_update_optionsContext
- func (s *For_update_clauseContext) GetParser() antlr.Parser
- func (s *For_update_clauseContext) GetRuleContext() antlr.RuleContext
- func (*For_update_clauseContext) IsFor_update_clauseContext()
- func (s *For_update_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *For_update_clauseContext) UPDATE() antlr.TerminalNode
- type For_update_of_partContext
- func (s *For_update_of_partContext) Column_list() IColumn_listContext
- func (s *For_update_of_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *For_update_of_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *For_update_of_partContext) GetParser() antlr.Parser
- func (s *For_update_of_partContext) GetRuleContext() antlr.RuleContext
- func (*For_update_of_partContext) IsFor_update_of_partContext()
- func (s *For_update_of_partContext) OF() antlr.TerminalNode
- func (s *For_update_of_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type For_update_optionsContext
- func (s *For_update_optionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *For_update_optionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *For_update_optionsContext) Expression() IExpressionContext
- func (s *For_update_optionsContext) GetParser() antlr.Parser
- func (s *For_update_optionsContext) GetRuleContext() antlr.RuleContext
- func (*For_update_optionsContext) IsFor_update_optionsContext()
- func (s *For_update_optionsContext) LOCKED() antlr.TerminalNode
- func (s *For_update_optionsContext) NOWAIT() antlr.TerminalNode
- func (s *For_update_optionsContext) SKIP_() antlr.TerminalNode
- func (s *For_update_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *For_update_optionsContext) WAIT() antlr.TerminalNode
- type Forall_statementContext
- func (s *Forall_statementContext) Bounds_clause() IBounds_clauseContext
- func (s *Forall_statementContext) EXCEPTIONS() antlr.TerminalNode
- func (s *Forall_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Forall_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Forall_statementContext) FORALL() antlr.TerminalNode
- func (s *Forall_statementContext) GetParser() antlr.Parser
- func (s *Forall_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Forall_statementContext) IN() antlr.TerminalNode
- func (s *Forall_statementContext) Index_name() IIndex_nameContext
- func (*Forall_statementContext) IsForall_statementContext()
- func (s *Forall_statementContext) SAVE() antlr.TerminalNode
- func (s *Forall_statementContext) Sql_statement() ISql_statementContext
- func (s *Forall_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Foreign_key_clauseContext
- func (s *Foreign_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Foreign_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Foreign_key_clauseContext) FOREIGN() antlr.TerminalNode
- func (s *Foreign_key_clauseContext) GetParser() antlr.Parser
- func (s *Foreign_key_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Foreign_key_clauseContext) IsForeign_key_clauseContext()
- func (s *Foreign_key_clauseContext) KEY() antlr.TerminalNode
- func (s *Foreign_key_clauseContext) On_delete_clause() IOn_delete_clauseContext
- func (s *Foreign_key_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Foreign_key_clauseContext) References_clause() IReferences_clauseContext
- func (s *Foreign_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type From_clauseContext
- func (s *From_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *From_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *From_clauseContext) FROM() antlr.TerminalNode
- func (s *From_clauseContext) GetParser() antlr.Parser
- func (s *From_clauseContext) GetRuleContext() antlr.RuleContext
- func (*From_clauseContext) IsFrom_clauseContext()
- func (s *From_clauseContext) Table_ref_list() ITable_ref_listContext
- func (s *From_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Full_database_recoveryContext
- func (s *Full_database_recoveryContext) AllBACKUP() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllCANCEL() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllCHANGE() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllCONSISTENT() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllCONTROLFILE() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllTIME() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllUNTIL() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) AllUSING() []antlr.TerminalNode
- func (s *Full_database_recoveryContext) BACKUP(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) CANCEL(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) CHANGE(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) CONSISTENT(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) CONTROLFILE(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) DATABASE() antlr.TerminalNode
- func (s *Full_database_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Full_database_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Full_database_recoveryContext) GetParser() antlr.Parser
- func (s *Full_database_recoveryContext) GetRuleContext() antlr.RuleContext
- func (*Full_database_recoveryContext) IsFull_database_recoveryContext()
- func (s *Full_database_recoveryContext) STANDBY() antlr.TerminalNode
- func (s *Full_database_recoveryContext) TIME(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Full_database_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) UNTIL(i int) antlr.TerminalNode
- func (s *Full_database_recoveryContext) USING(i int) antlr.TerminalNode
- type Func_decl_in_typeContext
- func (s *Func_decl_in_typeContext) AS() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) AllCOMMA() []antlr.TerminalNode
- func (s *Func_decl_in_typeContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Func_decl_in_typeContext) Body() IBodyContext
- func (s *Func_decl_in_typeContext) COMMA(i int) antlr.TerminalNode
- func (s *Func_decl_in_typeContext) Call_spec() ICall_specContext
- func (s *Func_decl_in_typeContext) DECLARE() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Func_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Func_decl_in_typeContext) FUNCTION() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) Function_name() IFunction_nameContext
- func (s *Func_decl_in_typeContext) GetParser() antlr.Parser
- func (s *Func_decl_in_typeContext) GetRuleContext() antlr.RuleContext
- func (s *Func_decl_in_typeContext) IS() antlr.TerminalNode
- func (*Func_decl_in_typeContext) IsFunc_decl_in_typeContext()
- func (s *Func_decl_in_typeContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) RETURN() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) SEMICOLON() antlr.TerminalNode
- func (s *Func_decl_in_typeContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Func_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Func_decl_in_typeContext) Type_elements_parameter(i int) IType_elements_parameterContext
- func (s *Func_decl_in_typeContext) Type_spec() IType_specContext
- type Function_argumentContext
- func (s *Function_argumentContext) AllArgument() []IArgumentContext
- func (s *Function_argumentContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_argumentContext) Argument(i int) IArgumentContext
- func (s *Function_argumentContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_argumentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_argumentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_argumentContext) GetParser() antlr.Parser
- func (s *Function_argumentContext) GetRuleContext() antlr.RuleContext
- func (*Function_argumentContext) IsFunction_argumentContext()
- func (s *Function_argumentContext) Keep_clause() IKeep_clauseContext
- func (s *Function_argumentContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Function_argumentContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Function_argumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Function_argument_analyticContext
- func (s *Function_argument_analyticContext) AllArgument() []IArgumentContext
- func (s *Function_argument_analyticContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_argument_analyticContext) AllRespect_or_ignore_nulls() []IRespect_or_ignore_nullsContext
- func (s *Function_argument_analyticContext) Argument(i int) IArgumentContext
- func (s *Function_argument_analyticContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_argument_analyticContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_argument_analyticContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_argument_analyticContext) GetParser() antlr.Parser
- func (s *Function_argument_analyticContext) GetRuleContext() antlr.RuleContext
- func (*Function_argument_analyticContext) IsFunction_argument_analyticContext()
- func (s *Function_argument_analyticContext) Keep_clause() IKeep_clauseContext
- func (s *Function_argument_analyticContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Function_argument_analyticContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Function_argument_analyticContext) Respect_or_ignore_nulls(i int) IRespect_or_ignore_nullsContext
- func (s *Function_argument_analyticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Function_argument_modelingContext
- func (s *Function_argument_modelingContext) ASTERISK() antlr.TerminalNode
- func (s *Function_argument_modelingContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_argument_modelingContext) AllColumn_alias() []IColumn_aliasContext
- func (s *Function_argument_modelingContext) AllExpression() []IExpressionContext
- func (s *Function_argument_modelingContext) AllNULL_() []antlr.TerminalNode
- func (s *Function_argument_modelingContext) AllNumeric() []INumericContext
- func (s *Function_argument_modelingContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_argument_modelingContext) Column_alias(i int) IColumn_aliasContext
- func (s *Function_argument_modelingContext) Column_name() IColumn_nameContext
- func (s *Function_argument_modelingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_argument_modelingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_argument_modelingContext) Expression(i int) IExpressionContext
- func (s *Function_argument_modelingContext) GetParser() antlr.Parser
- func (s *Function_argument_modelingContext) GetRuleContext() antlr.RuleContext
- func (*Function_argument_modelingContext) IsFunction_argument_modelingContext()
- func (s *Function_argument_modelingContext) Keep_clause() IKeep_clauseContext
- func (s *Function_argument_modelingContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Function_argument_modelingContext) NULL_(i int) antlr.TerminalNode
- func (s *Function_argument_modelingContext) Numeric(i int) INumericContext
- func (s *Function_argument_modelingContext) PERIOD() antlr.TerminalNode
- func (s *Function_argument_modelingContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Function_argument_modelingContext) Tableview_name() ITableview_nameContext
- func (s *Function_argument_modelingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Function_argument_modelingContext) USING() antlr.TerminalNode
- type Function_associationContext
- func (s *Function_associationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_associationContext) AllFunction_name() []IFunction_nameContext
- func (s *Function_associationContext) AllIndex_name() []IIndex_nameContext
- func (s *Function_associationContext) AllIndextype_name() []IIndextype_nameContext
- func (s *Function_associationContext) AllPackage_name() []IPackage_nameContext
- func (s *Function_associationContext) AllType_name() []IType_nameContext
- func (s *Function_associationContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_associationContext) Default_cost_clause() IDefault_cost_clauseContext
- func (s *Function_associationContext) Default_selectivity_clause() IDefault_selectivity_clauseContext
- func (s *Function_associationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_associationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_associationContext) FUNCTIONS() antlr.TerminalNode
- func (s *Function_associationContext) Function_name(i int) IFunction_nameContext
- func (s *Function_associationContext) GetParser() antlr.Parser
- func (s *Function_associationContext) GetRuleContext() antlr.RuleContext
- func (s *Function_associationContext) INDEXES() antlr.TerminalNode
- func (s *Function_associationContext) INDEXTYPES() antlr.TerminalNode
- func (s *Function_associationContext) Index_name(i int) IIndex_nameContext
- func (s *Function_associationContext) Indextype_name(i int) IIndextype_nameContext
- func (*Function_associationContext) IsFunction_associationContext()
- func (s *Function_associationContext) PACKAGES() antlr.TerminalNode
- func (s *Function_associationContext) Package_name(i int) IPackage_nameContext
- func (s *Function_associationContext) TYPES() antlr.TerminalNode
- func (s *Function_associationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Function_associationContext) Type_name(i int) IType_nameContext
- func (s *Function_associationContext) Using_statistics_type() IUsing_statistics_typeContext
- type Function_bodyContext
- func (s *Function_bodyContext) AGGREGATE() antlr.TerminalNode
- func (s *Function_bodyContext) AS() antlr.TerminalNode
- func (s *Function_bodyContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_bodyContext) AllDETERMINISTIC() []antlr.TerminalNode
- func (s *Function_bodyContext) AllInvoker_rights_clause() []IInvoker_rights_clauseContext
- func (s *Function_bodyContext) AllParallel_enable_clause() []IParallel_enable_clauseContext
- func (s *Function_bodyContext) AllParameter() []IParameterContext
- func (s *Function_bodyContext) AllResult_cache_clause() []IResult_cache_clauseContext
- func (s *Function_bodyContext) Body() IBodyContext
- func (s *Function_bodyContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_bodyContext) Call_spec() ICall_specContext
- func (s *Function_bodyContext) DECLARE() antlr.TerminalNode
- func (s *Function_bodyContext) DETERMINISTIC(i int) antlr.TerminalNode
- func (s *Function_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_bodyContext) FUNCTION() antlr.TerminalNode
- func (s *Function_bodyContext) GetParser() antlr.Parser
- func (s *Function_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Function_bodyContext) IS() antlr.TerminalNode
- func (s *Function_bodyContext) Identifier() IIdentifierContext
- func (s *Function_bodyContext) Implementation_type_name() IImplementation_type_nameContext
- func (s *Function_bodyContext) Invoker_rights_clause(i int) IInvoker_rights_clauseContext
- func (*Function_bodyContext) IsFunction_bodyContext()
- func (s *Function_bodyContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Function_bodyContext) PIPELINED() antlr.TerminalNode
- func (s *Function_bodyContext) Parallel_enable_clause(i int) IParallel_enable_clauseContext
- func (s *Function_bodyContext) Parameter(i int) IParameterContext
- func (s *Function_bodyContext) RETURN() antlr.TerminalNode
- func (s *Function_bodyContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Function_bodyContext) Result_cache_clause(i int) IResult_cache_clauseContext
- func (s *Function_bodyContext) SEMICOLON() antlr.TerminalNode
- func (s *Function_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Function_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Function_bodyContext) Type_spec() IType_specContext
- func (s *Function_bodyContext) USING() antlr.TerminalNode
- type Function_callContext
- func (s *Function_callContext) CALL() antlr.TerminalNode
- func (s *Function_callContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_callContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_callContext) Function_argument() IFunction_argumentContext
- func (s *Function_callContext) GetParser() antlr.Parser
- func (s *Function_callContext) GetRuleContext() antlr.RuleContext
- func (*Function_callContext) IsFunction_callContext()
- func (s *Function_callContext) Routine_name() IRoutine_nameContext
- func (s *Function_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Function_nameContext
- func (s *Function_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_nameContext) GetParser() antlr.Parser
- func (s *Function_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Function_nameContext) Id_expression() IId_expressionContext
- func (s *Function_nameContext) Identifier() IIdentifierContext
- func (*Function_nameContext) IsFunction_nameContext()
- func (s *Function_nameContext) PERIOD() antlr.TerminalNode
- func (s *Function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Function_specContext
- func (s *Function_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Function_specContext) AllParameter() []IParameterContext
- func (s *Function_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Function_specContext) DETERMINISTIC() antlr.TerminalNode
- func (s *Function_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Function_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Function_specContext) FUNCTION() antlr.TerminalNode
- func (s *Function_specContext) GetParser() antlr.Parser
- func (s *Function_specContext) GetRuleContext() antlr.RuleContext
- func (s *Function_specContext) Identifier() IIdentifierContext
- func (*Function_specContext) IsFunction_specContext()
- func (s *Function_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Function_specContext) PIPELINED() antlr.TerminalNode
- func (s *Function_specContext) Parameter(i int) IParameterContext
- func (s *Function_specContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Function_specContext) RETURN() antlr.TerminalNode
- func (s *Function_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Function_specContext) SEMICOLON() antlr.TerminalNode
- func (s *Function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Function_specContext) Type_spec() IType_specContext
- type General_elementContext
- func (s *General_elementContext) AllGeneral_element_part() []IGeneral_element_partContext
- func (s *General_elementContext) AllPERIOD() []antlr.TerminalNode
- func (s *General_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *General_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *General_elementContext) General_element_part(i int) IGeneral_element_partContext
- func (s *General_elementContext) GetParser() antlr.Parser
- func (s *General_elementContext) GetRuleContext() antlr.RuleContext
- func (*General_elementContext) IsGeneral_elementContext()
- func (s *General_elementContext) PERIOD(i int) antlr.TerminalNode
- func (s *General_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type General_element_partContext
- func (s *General_element_partContext) AT_SIGN() antlr.TerminalNode
- func (s *General_element_partContext) AllId_expression() []IId_expressionContext
- func (s *General_element_partContext) AllPERIOD() []antlr.TerminalNode
- func (s *General_element_partContext) Char_set_name() IChar_set_nameContext
- func (s *General_element_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *General_element_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *General_element_partContext) Function_argument() IFunction_argumentContext
- func (s *General_element_partContext) GetParser() antlr.Parser
- func (s *General_element_partContext) GetRuleContext() antlr.RuleContext
- func (s *General_element_partContext) INTRODUCER() antlr.TerminalNode
- func (s *General_element_partContext) Id_expression(i int) IId_expressionContext
- func (*General_element_partContext) IsGeneral_element_partContext()
- func (s *General_element_partContext) Link_name() ILink_nameContext
- func (s *General_element_partContext) PERIOD(i int) antlr.TerminalNode
- func (s *General_element_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type General_recoveryContext
- func (s *General_recoveryContext) ALLOW(i int) antlr.TerminalNode
- func (s *General_recoveryContext) AUTOMATIC() antlr.TerminalNode
- func (s *General_recoveryContext) AllALLOW() []antlr.TerminalNode
- func (s *General_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *General_recoveryContext) AllCORRUPTION() []antlr.TerminalNode
- func (s *General_recoveryContext) AllParallel_clause() []IParallel_clauseContext
- func (s *General_recoveryContext) AllTEST() []antlr.TerminalNode
- func (s *General_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *General_recoveryContext) CANCEL() antlr.TerminalNode
- func (s *General_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *General_recoveryContext) CONTINUE() antlr.TerminalNode
- func (s *General_recoveryContext) CORRUPTION(i int) antlr.TerminalNode
- func (s *General_recoveryContext) DEFAULT() antlr.TerminalNode
- func (s *General_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *General_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *General_recoveryContext) FROM() antlr.TerminalNode
- func (s *General_recoveryContext) Full_database_recovery() IFull_database_recoveryContext
- func (s *General_recoveryContext) GetParser() antlr.Parser
- func (s *General_recoveryContext) GetRuleContext() antlr.RuleContext
- func (*General_recoveryContext) IsGeneral_recoveryContext()
- func (s *General_recoveryContext) LOGFILE() antlr.TerminalNode
- func (s *General_recoveryContext) Parallel_clause(i int) IParallel_clauseContext
- func (s *General_recoveryContext) Partial_database_recovery() IPartial_database_recoveryContext
- func (s *General_recoveryContext) RECOVER() antlr.TerminalNode
- func (s *General_recoveryContext) TEST(i int) antlr.TerminalNode
- func (s *General_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *General_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type General_table_refContext
- func (s *General_table_refContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
- func (s *General_table_refContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *General_table_refContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *General_table_refContext) GetParser() antlr.Parser
- func (s *General_table_refContext) GetRuleContext() antlr.RuleContext
- func (*General_table_refContext) IsGeneral_table_refContext()
- func (s *General_table_refContext) LEFT_PAREN() antlr.TerminalNode
- func (s *General_table_refContext) ONLY() antlr.TerminalNode
- func (s *General_table_refContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *General_table_refContext) Table_alias() ITable_aliasContext
- func (s *General_table_refContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Global_partitioned_indexContext
- func (s *Global_partitioned_indexContext) AllCOMMA() []antlr.TerminalNode
- func (s *Global_partitioned_indexContext) AllColumn_name() []IColumn_nameContext
- func (s *Global_partitioned_indexContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Global_partitioned_indexContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Global_partitioned_indexContext) BY() antlr.TerminalNode
- func (s *Global_partitioned_indexContext) COMMA(i int) antlr.TerminalNode
- func (s *Global_partitioned_indexContext) Column_name(i int) IColumn_nameContext
- func (s *Global_partitioned_indexContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Global_partitioned_indexContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Global_partitioned_indexContext) GLOBAL() antlr.TerminalNode
- func (s *Global_partitioned_indexContext) GetParser() antlr.Parser
- func (s *Global_partitioned_indexContext) GetRuleContext() antlr.RuleContext
- func (s *Global_partitioned_indexContext) HASH() antlr.TerminalNode
- func (s *Global_partitioned_indexContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
- func (s *Global_partitioned_indexContext) Index_partitioning_clause() IIndex_partitioning_clauseContext
- func (s *Global_partitioned_indexContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
- func (*Global_partitioned_indexContext) IsGlobal_partitioned_indexContext()
- func (s *Global_partitioned_indexContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Global_partitioned_indexContext) PARTITION() antlr.TerminalNode
- func (s *Global_partitioned_indexContext) RANGE() antlr.TerminalNode
- func (s *Global_partitioned_indexContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Global_partitioned_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Goto_statementContext
- func (s *Goto_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Goto_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Goto_statementContext) GOTO() antlr.TerminalNode
- func (s *Goto_statementContext) GetParser() antlr.Parser
- func (s *Goto_statementContext) GetRuleContext() antlr.RuleContext
- func (*Goto_statementContext) IsGoto_statementContext()
- func (s *Goto_statementContext) Label_name() ILabel_nameContext
- func (s *Goto_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Grant_object_nameContext
- func (s *Grant_object_nameContext) AllCOMMA() []antlr.TerminalNode
- func (s *Grant_object_nameContext) AllUser_object_name() []IUser_object_nameContext
- func (s *Grant_object_nameContext) COMMA(i int) antlr.TerminalNode
- func (s *Grant_object_nameContext) DIRECTORY() antlr.TerminalNode
- func (s *Grant_object_nameContext) Dir_object_name() IDir_object_nameContext
- func (s *Grant_object_nameContext) EDITION() antlr.TerminalNode
- func (s *Grant_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Grant_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Grant_object_nameContext) GetParser() antlr.Parser
- func (s *Grant_object_nameContext) GetRuleContext() antlr.RuleContext
- func (*Grant_object_nameContext) IsGrant_object_nameContext()
- func (s *Grant_object_nameContext) JAVA() antlr.TerminalNode
- func (s *Grant_object_nameContext) MINING() antlr.TerminalNode
- func (s *Grant_object_nameContext) MODEL() antlr.TerminalNode
- func (s *Grant_object_nameContext) PROFILE() antlr.TerminalNode
- func (s *Grant_object_nameContext) RESOURCE() antlr.TerminalNode
- func (s *Grant_object_nameContext) SOURCE() antlr.TerminalNode
- func (s *Grant_object_nameContext) SQL() antlr.TerminalNode
- func (s *Grant_object_nameContext) Schema_object_name() ISchema_object_nameContext
- func (s *Grant_object_nameContext) TRANSLATION() antlr.TerminalNode
- func (s *Grant_object_nameContext) Tableview_name() ITableview_nameContext
- func (s *Grant_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Grant_object_nameContext) USER() antlr.TerminalNode
- func (s *Grant_object_nameContext) User_object_name(i int) IUser_object_nameContext
- type Grant_statementContext
- func (s *Grant_statementContext) ADMIN() antlr.TerminalNode
- func (s *Grant_statementContext) AllCOMMA() []antlr.TerminalNode
- func (s *Grant_statementContext) AllGRANT() []antlr.TerminalNode
- func (s *Grant_statementContext) AllGrantee_name() []IGrantee_nameContext
- func (s *Grant_statementContext) AllOPTION() []antlr.TerminalNode
- func (s *Grant_statementContext) AllObject_privilege() []IObject_privilegeContext
- func (s *Grant_statementContext) AllPUBLIC() []antlr.TerminalNode
- func (s *Grant_statementContext) AllParen_column_list() []IParen_column_listContext
- func (s *Grant_statementContext) AllRole_name() []IRole_nameContext
- func (s *Grant_statementContext) AllSystem_privilege() []ISystem_privilegeContext
- func (s *Grant_statementContext) AllWITH() []antlr.TerminalNode
- func (s *Grant_statementContext) COMMA(i int) antlr.TerminalNode
- func (s *Grant_statementContext) Container_clause() IContainer_clauseContext
- func (s *Grant_statementContext) DELEGATE() antlr.TerminalNode
- func (s *Grant_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Grant_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Grant_statementContext) GRANT(i int) antlr.TerminalNode
- func (s *Grant_statementContext) GetParser() antlr.Parser
- func (s *Grant_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Grant_statementContext) Grant_object_name() IGrant_object_nameContext
- func (s *Grant_statementContext) Grantee_name(i int) IGrantee_nameContext
- func (s *Grant_statementContext) HIERARCHY() antlr.TerminalNode
- func (*Grant_statementContext) IsGrant_statementContext()
- func (s *Grant_statementContext) ON() antlr.TerminalNode
- func (s *Grant_statementContext) OPTION(i int) antlr.TerminalNode
- func (s *Grant_statementContext) Object_privilege(i int) IObject_privilegeContext
- func (s *Grant_statementContext) PUBLIC(i int) antlr.TerminalNode
- func (s *Grant_statementContext) Paren_column_list(i int) IParen_column_listContext
- func (s *Grant_statementContext) Role_name(i int) IRole_nameContext
- func (s *Grant_statementContext) SEMICOLON() antlr.TerminalNode
- func (s *Grant_statementContext) System_privilege(i int) ISystem_privilegeContext
- func (s *Grant_statementContext) TO() antlr.TerminalNode
- func (s *Grant_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Grant_statementContext) WITH(i int) antlr.TerminalNode
- type Grantee_nameContext
- func (s *Grantee_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Grantee_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Grantee_nameContext) GetParser() antlr.Parser
- func (s *Grantee_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Grantee_nameContext) Id_expression() IId_expressionContext
- func (s *Grantee_nameContext) Identified_by() IIdentified_byContext
- func (*Grantee_nameContext) IsGrantee_nameContext()
- func (s *Grantee_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Group_by_clauseContext
- func (s *Group_by_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Group_by_clauseContext) AllGroup_by_elements() []IGroup_by_elementsContext
- func (s *Group_by_clauseContext) BY() antlr.TerminalNode
- func (s *Group_by_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Group_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Group_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Group_by_clauseContext) GROUP() antlr.TerminalNode
- func (s *Group_by_clauseContext) GetParser() antlr.Parser
- func (s *Group_by_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Group_by_clauseContext) Group_by_elements(i int) IGroup_by_elementsContext
- func (s *Group_by_clauseContext) Having_clause() IHaving_clauseContext
- func (*Group_by_clauseContext) IsGroup_by_clauseContext()
- func (s *Group_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Group_by_elementsContext
- func (s *Group_by_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Group_by_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Group_by_elementsContext) Expression() IExpressionContext
- func (s *Group_by_elementsContext) GetParser() antlr.Parser
- func (s *Group_by_elementsContext) GetRuleContext() antlr.RuleContext
- func (s *Group_by_elementsContext) Grouping_sets_clause() IGrouping_sets_clauseContext
- func (*Group_by_elementsContext) IsGroup_by_elementsContext()
- func (s *Group_by_elementsContext) Rollup_cube_clause() IRollup_cube_clauseContext
- func (s *Group_by_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Grouping_sets_clauseContext
- func (s *Grouping_sets_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) AllGrouping_sets_elements() []IGrouping_sets_elementsContext
- func (s *Grouping_sets_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Grouping_sets_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Grouping_sets_clauseContext) GROUPING() antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) GetParser() antlr.Parser
- func (s *Grouping_sets_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Grouping_sets_clauseContext) Grouping_sets_elements(i int) IGrouping_sets_elementsContext
- func (*Grouping_sets_clauseContext) IsGrouping_sets_clauseContext()
- func (s *Grouping_sets_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) SETS() antlr.TerminalNode
- func (s *Grouping_sets_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Grouping_sets_elementsContext
- func (s *Grouping_sets_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Grouping_sets_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Grouping_sets_elementsContext) Expression() IExpressionContext
- func (s *Grouping_sets_elementsContext) Expressions() IExpressionsContext
- func (s *Grouping_sets_elementsContext) GetParser() antlr.Parser
- func (s *Grouping_sets_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Grouping_sets_elementsContext) IsGrouping_sets_elementsContext()
- func (s *Grouping_sets_elementsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Grouping_sets_elementsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Grouping_sets_elementsContext) Rollup_cube_clause() IRollup_cube_clauseContext
- func (s *Grouping_sets_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Hash_partition_quantityContext
- func (s *Hash_partition_quantityContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hash_partition_quantityContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hash_partition_quantityContext) GetParser() antlr.Parser
- func (s *Hash_partition_quantityContext) GetRuleContext() antlr.RuleContext
- func (*Hash_partition_quantityContext) IsHash_partition_quantityContext()
- func (s *Hash_partition_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Hash_partition_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Hash_partitionsContext
- func (s *Hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Hash_partitionsContext) AllColumn_name() []IColumn_nameContext
- func (s *Hash_partitionsContext) BY() antlr.TerminalNode
- func (s *Hash_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Hash_partitionsContext) Column_name(i int) IColumn_nameContext
- func (s *Hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hash_partitionsContext) GetParser() antlr.Parser
- func (s *Hash_partitionsContext) GetRuleContext() antlr.RuleContext
- func (s *Hash_partitionsContext) HASH() antlr.TerminalNode
- func (s *Hash_partitionsContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
- func (s *Hash_partitionsContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
- func (*Hash_partitionsContext) IsHash_partitionsContext()
- func (s *Hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Hash_partitionsContext) PARTITION() antlr.TerminalNode
- func (s *Hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Hash_partitions_by_quantityContext
- func (s *Hash_partitions_by_quantityContext) AllCOMMA() []antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) AllIN() []antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) AllSTORE() []antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) AllTablespace() []ITablespaceContext
- func (s *Hash_partitions_by_quantityContext) COMMA(i int) antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hash_partitions_by_quantityContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hash_partitions_by_quantityContext) GetParser() antlr.Parser
- func (s *Hash_partitions_by_quantityContext) GetRuleContext() antlr.RuleContext
- func (s *Hash_partitions_by_quantityContext) Hash_partition_quantity() IHash_partition_quantityContext
- func (s *Hash_partitions_by_quantityContext) IN(i int) antlr.TerminalNode
- func (*Hash_partitions_by_quantityContext) IsHash_partitions_by_quantityContext()
- func (s *Hash_partitions_by_quantityContext) Key_compression() IKey_compressionContext
- func (s *Hash_partitions_by_quantityContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) OVERFLOW() antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) PARTITIONS() antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) STORE(i int) antlr.TerminalNode
- func (s *Hash_partitions_by_quantityContext) Table_compression() ITable_compressionContext
- func (s *Hash_partitions_by_quantityContext) Tablespace(i int) ITablespaceContext
- func (s *Hash_partitions_by_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Hash_subpartition_quantityContext
- func (s *Hash_subpartition_quantityContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hash_subpartition_quantityContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hash_subpartition_quantityContext) GetParser() antlr.Parser
- func (s *Hash_subpartition_quantityContext) GetRuleContext() antlr.RuleContext
- func (*Hash_subpartition_quantityContext) IsHash_subpartition_quantityContext()
- func (s *Hash_subpartition_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Hash_subpartition_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Hash_subparts_by_quantityContext
- func (s *Hash_subparts_by_quantityContext) AllCOMMA() []antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) AllTablespace() []ITablespaceContext
- func (s *Hash_subparts_by_quantityContext) COMMA(i int) antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hash_subparts_by_quantityContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hash_subparts_by_quantityContext) GetParser() antlr.Parser
- func (s *Hash_subparts_by_quantityContext) GetRuleContext() antlr.RuleContext
- func (s *Hash_subparts_by_quantityContext) IN() antlr.TerminalNode
- func (*Hash_subparts_by_quantityContext) IsHash_subparts_by_quantityContext()
- func (s *Hash_subparts_by_quantityContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) STORE() antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) SUBPARTITIONS() antlr.TerminalNode
- func (s *Hash_subparts_by_quantityContext) Tablespace(i int) ITablespaceContext
- func (s *Hash_subparts_by_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Hash_subparts_by_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Having_clauseContext
- func (s *Having_clauseContext) Condition() IConditionContext
- func (s *Having_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Having_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Having_clauseContext) GetParser() antlr.Parser
- func (s *Having_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Having_clauseContext) HAVING() antlr.TerminalNode
- func (*Having_clauseContext) IsHaving_clauseContext()
- func (s *Having_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Hierarchical_query_clauseContext
- func (s *Hierarchical_query_clauseContext) BY() antlr.TerminalNode
- func (s *Hierarchical_query_clauseContext) CONNECT() antlr.TerminalNode
- func (s *Hierarchical_query_clauseContext) Condition() IConditionContext
- func (s *Hierarchical_query_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Hierarchical_query_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Hierarchical_query_clauseContext) GetParser() antlr.Parser
- func (s *Hierarchical_query_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Hierarchical_query_clauseContext) IsHierarchical_query_clauseContext()
- func (s *Hierarchical_query_clauseContext) NOCYCLE() antlr.TerminalNode
- func (s *Hierarchical_query_clauseContext) Start_part() IStart_partContext
- func (s *Hierarchical_query_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IActivate_standby_db_clauseContext
- type IAdd_column_clauseContext
- type IAdd_constraintContext
- type IAdd_constraint_clauseContext
- type IAdd_hash_index_partitionContext
- type IAdd_logfile_clausesContext
- type IAdd_modify_drop_column_clausesContext
- type IAdd_mv_log_column_clauseContext
- type IAdd_or_dropContext
- type IAdd_overflow_clauseContext
- type IAdd_rem_container_dataContext
- type IAggregate_function_nameContext
- type IAllocate_extent_clauseContext
- type IAllow_or_disallowContext
- type IAlter_attribute_definitionContext
- type IAlter_clusterContext
- type IAlter_collection_clausesContext
- type IAlter_databaseContext
- type IAlter_datafile_clauseContext
- type IAlter_functionContext
- type IAlter_identified_byContext
- type IAlter_indexContext
- type IAlter_index_ops_set1Context
- type IAlter_index_ops_set2Context
- type IAlter_index_partitioningContext
- type IAlter_iot_clausesContext
- type IAlter_libraryContext
- type IAlter_mapping_table_clauseContext
- type IAlter_materialized_viewContext
- type IAlter_materialized_view_logContext
- type IAlter_method_elementContext
- type IAlter_method_specContext
- type IAlter_mv_option1Context
- type IAlter_mv_refreshContext
- type IAlter_overflow_clauseContext
- type IAlter_packageContext
- type IAlter_procedureContext
- type IAlter_sequenceContext
- type IAlter_sessionContext
- type IAlter_session_set_clauseContext
- type IAlter_tableContext
- type IAlter_table_propertiesContext
- type IAlter_table_properties_1Context
- type IAlter_tablespaceContext
- type IAlter_tempfile_clauseContext
- type IAlter_triggerContext
- type IAlter_typeContext
- type IAlter_userContext
- type IAlter_user_editions_clauseContext
- type IAlter_varray_col_propertiesContext
- type IAlter_viewContext
- type IAlter_view_editionableContext
- type IAnalyzeContext
- type IAnonymous_blockContext
- type IArgumentContext
- type IAssignment_statementContext
- type IAssociate_statisticsContext
- type IAtomContext
- type IAttribute_definitionContext
- type IAttribute_nameContext
- type IAudit_container_clauseContext
- type IAudit_direct_pathContext
- type IAudit_operation_clauseContext
- type IAudit_schema_object_clauseContext
- type IAudit_traditionalContext
- type IAudit_userContext
- type IAuditing_by_clauseContext
- type IAuditing_on_clauseContext
- type IAutoextend_clauseContext
- type IAutogenerated_sequence_definitionContext
- type IBegin_or_endContext
- type IBetween_boundContext
- type IBetween_elementsContext
- type IBind_variableContext
- type IBitmap_join_index_clauseContext
- type IBlockContext
- type IBodyContext
- type IBounds_clauseContext
- type IBuild_clauseContext
- type IC_agent_in_clauseContext
- type IC_parameters_clauseContext
- type IC_specContext
- type ICache_or_nocacheContext
- type ICall_specContext
- type ICase_else_partContext
- type ICase_statementContext
- type ICell_assignmentContext
- type ICell_reference_optionsContext
- type IChar_set_nameContext
- type ICheck_constraintContext
- type IClose_statementContext
- type ICluster_index_clauseContext
- type ICluster_nameContext
- type ICoalesce_index_partitionContext
- type ICollect_order_by_partContext
- type ICollection_itemContext
- type ICollection_nameContext
- type IColumn_aliasContext
- type IColumn_associationContext
- type IColumn_based_update_set_clauseContext
- type IColumn_clausesContext
- type IColumn_definitionContext
- type IColumn_listContext
- type IColumn_nameContext
- type IColumn_or_attributeContext
- type IColumn_propertiesContext
- type IComment_on_columnContext
- type IComment_on_tableContext
- type ICommit_statementContext
- type ICommit_switchover_clauseContext
- type ICompile_type_clauseContext
- type ICompiler_parameters_clauseContext
- type IComposite_hash_partitionsContext
- type IComposite_list_partitionsContext
- type IComposite_range_partitionsContext
- type ICompound_dml_triggerContext
- type ICompound_expressionContext
- type ICompound_trigger_blockContext
- type IConcatenationContext
- type IConditionContext
- type IConditional_insert_clauseContext
- type IConditional_insert_else_partContext
- type IConditional_insert_when_partContext
- type IConstantContext
- type IConstraint_clausesContext
- type IConstraint_nameContext
- type IConstraint_stateContext
- type IConstructor_declarationContext
- type IConstructor_specContext
- type IContainer_clauseContext
- type IContainer_data_clauseContext
- type IContainer_namesContext
- type IContainer_tableview_nameContext
- type IContinue_statementContext
- type IControlfile_clausesContext
- type IConvert_database_clauseContext
- type ICost_class_nameContext
- type ICost_matrix_clauseContext
- type ICpu_costContext
- type ICreate_clusterContext
- type ICreate_contextContext
- type ICreate_datafile_clauseContext
- type ICreate_directoryContext
- type ICreate_function_bodyContext
- type ICreate_indexContext
- type ICreate_materialized_viewContext
- type ICreate_materialized_view_logContext
- type ICreate_mv_refreshContext
- type ICreate_packageContext
- type ICreate_package_bodyContext
- type ICreate_procedure_bodyContext
- type ICreate_sequenceContext
- type ICreate_synonymContext
- type ICreate_tableContext
- type ICreate_tablespaceContext
- type ICreate_triggerContext
- type ICreate_typeContext
- type ICreate_userContext
- type ICreate_viewContext
- type ICursor_declarationContext
- type ICursor_expressionContext
- type ICursor_loop_paramContext
- type ICursor_manipulation_statementsContext
- type ICursor_nameContext
- type ICycle_clauseContext
- type IData_manipulation_language_statementsContext
- type IDatabaseContext
- type IDatabase_file_clausesContext
- type IDatabase_nameContext
- type IDatafile_specificationContext
- type IDatafile_tempfile_clausesContext
- type IDatafile_tempfile_specContext
- type IDatatypeContext
- type IDatatype_null_enableContext
- type IDatetime_exprContext
- type IDb_nameContext
- type IDeallocate_unused_clauseContext
- type IDeclare_specContext
- type IDefault_cost_clauseContext
- type IDefault_selectivityContext
- type IDefault_selectivity_clauseContext
- type IDefault_settings_clauseContext
- type IDefault_value_partContext
- type IDeferred_segment_creationContext
- type IDelete_statementContext
- type IDependent_exceptions_partContext
- type IDependent_handling_clauseContext
- type IDir_object_nameContext
- type IDirectory_nameContext
- type IDirectory_pathContext
- type IDisable_constraintContext
- type IDml_event_clauseContext
- type IDml_event_elementContext
- type IDml_event_nested_clauseContext
- type IDml_table_expression_clauseContext
- type IDomainContext
- type IDomain_index_clauseContext
- type IDrop_column_clauseContext
- type IDrop_constraintContext
- type IDrop_constraint_clauseContext
- type IDrop_functionContext
- type IDrop_indexContext
- type IDrop_index_partitionContext
- type IDrop_logfile_clausesContext
- type IDrop_packageContext
- type IDrop_primary_key_or_unique_or_generic_clauseContext
- type IDrop_procedureContext
- type IDrop_sequenceContext
- type IDrop_tableContext
- type IDrop_triggerContext
- type IDrop_typeContext
- type IDrop_viewContext
- type IDynamic_returning_clauseContext
- type IEdition_nameContext
- type IElement_specContext
- type IElement_spec_optionsContext
- type IElse_partContext
- type IElsif_partContext
- type IEnable_constraintContext
- type IEnable_disable_clauseContext
- type IEnable_or_disableContext
- type IEncryption_specContext
- type IEnd_time_columnContext
- type IError_logging_clauseContext
- type IError_logging_into_partContext
- type IError_logging_reject_partContext
- type IException_declarationContext
- type IException_handlerContext
- type IException_nameContext
- type IExceptions_clauseContext
- type IExecute_immediateContext
- type IExit_statementContext
- type IExplain_statementContext
- type IExpressionContext
- type IExpressionsContext
- type IExtent_management_clauseContext
- type IFactoring_elementContext
- type IFetch_clauseContext
- type IFetch_statementContext
- type IField_specContext
- type IFilenameContext
- type IFilenumberContext
- type IFlashback_archive_clauseContext
- type IFlashback_mode_clauseContext
- type IFlashback_query_clauseContext
- type IFor_each_rowContext
- type IFor_update_clauseContext
- type IFor_update_of_partContext
- type IFor_update_optionsContext
- type IForall_statementContext
- type IForeign_key_clauseContext
- type IFrom_clauseContext
- type IFull_database_recoveryContext
- type IFunc_decl_in_typeContext
- type IFunction_argumentContext
- type IFunction_argument_analyticContext
- type IFunction_argument_modelingContext
- type IFunction_associationContext
- type IFunction_bodyContext
- type IFunction_callContext
- type IFunction_nameContext
- type IFunction_specContext
- type IGeneral_elementContext
- type IGeneral_element_partContext
- type IGeneral_recoveryContext
- type IGeneral_table_refContext
- type IGlobal_partitioned_indexContext
- type IGoto_statementContext
- type IGrant_object_nameContext
- type IGrant_statementContext
- type IGrantee_nameContext
- type IGroup_by_clauseContext
- type IGroup_by_elementsContext
- type IGrouping_sets_clauseContext
- type IGrouping_sets_elementsContext
- type IHash_partition_quantityContext
- type IHash_partitionsContext
- type IHash_partitions_by_quantityContext
- type IHash_subpartition_quantityContext
- type IHash_subparts_by_quantityContext
- type IHaving_clauseContext
- type IHierarchical_query_clauseContext
- type IId_expressionContext
- type IIdentified_byContext
- type IIdentified_other_clauseContext
- type IIdentifierContext
- type IIf_statementContext
- type IImplementation_type_nameContext
- type IIn_elementsContext
- type IIncluding_or_excludingContext
- type IIndex_attributesContext
- type IIndex_exprContext
- type IIndex_nameContext
- type IIndex_org_overflow_clauseContext
- type IIndex_org_table_clauseContext
- type IIndex_partition_descriptionContext
- type IIndex_partitioning_clauseContext
- type IIndex_propertiesContext
- type IIndex_subpartition_clauseContext
- type IIndex_subpartition_subclauseContext
- type IIndextypeContext
- type IIndextype_nameContext
- type IIndividual_hash_partitionsContext
- type IIndividual_hash_subpartsContext
- type IInline_constraintContext
- type IInline_ref_constraintContext
- type IInsert_into_clauseContext
- type IInsert_statementContext
- type IInstance_clausesContext
- type IInterval_exprContext
- type IInterval_expressionContext
- type IInto_clause1Context
- type IInto_clauseContext
- type IInvoker_rights_clauseContext
- type IIo_costContext
- type IJava_specContext
- type IJoin_clauseContext
- type IJoin_on_partContext
- type IJoin_using_partContext
- type IKeep_clauseContext
- type IKey_compressionContext
- type ILabel_declarationContext
- type ILabel_nameContext
- type ILibrary_debugContext
- type ILibrary_editionableContext
- type ILibrary_nameContext
- type ILink_nameContext
- type IList_partition_descContext
- type IList_partitionsContext
- type IList_subpartition_descContext
- type IList_values_clauseContext
- type ILiteralContext
- type ILob_compression_clauseContext
- type ILob_deduplicate_clauseContext
- type ILob_itemContext
- type ILob_parametersContext
- type ILob_partitioning_storageContext
- type ILob_retention_clauseContext
- type ILob_segnameContext
- type ILob_storage_clauseContext
- type ILob_storage_parametersContext
- type ILocal_domain_index_clauseContext
- type ILocal_partitioned_indexContext
- type ILocal_xmlindex_clauseContext
- type ILock_modeContext
- type ILock_table_elementContext
- type ILock_table_statementContext
- type ILog_file_groupContext
- type ILog_grpContext
- type ILogfile_clausesContext
- type ILogfile_descriptorContext
- type ILogging_clauseContext
- type ILogical_expressionContext
- type ILogical_operationContext
- type ILoop_statementContext
- type ILower_boundContext
- type IMain_modelContext
- type IMain_model_nameContext
- type IManaged_standby_recoveryContext
- type IMap_order_func_declarationContext
- type IMap_order_function_specContext
- type IMapping_table_clauseContext
- type IMaximize_standby_db_clauseContext
- type IMaxsize_clauseContext
- type IMerge_elementContext
- type IMerge_insert_clauseContext
- type IMerge_statementContext
- type IMerge_update_clauseContext
- type IMerge_update_delete_partContext
- type IModel_clauseContext
- type IModel_columnContext
- type IModel_column_clausesContext
- type IModel_column_listContext
- type IModel_column_partition_partContext
- type IModel_expressionContext
- type IModel_expression_elementContext
- type IModel_iterate_clauseContext
- type IModel_nameContext
- type IModel_rules_clauseContext
- type IModel_rules_elementContext
- type IModel_rules_partContext
- type IModifier_clauseContext
- type IModify_col_propertiesContext
- type IModify_col_substitutableContext
- type IModify_collection_retrievalContext
- type IModify_column_clausesContext
- type IModify_index_default_attrsContext
- type IModify_index_partitionContext
- type IModify_index_partitions_opsContext
- type IModify_index_subpartitionContext
- type IModify_lob_parametersContext
- type IModify_lob_storage_clauseContext
- type IModify_mv_column_clauseContext
- type IMonitoring_nomonitoringContext
- type IMove_mv_log_clauseContext
- type IMove_table_clauseContext
- type IMulti_column_for_loopContext
- type IMulti_table_elementContext
- type IMulti_table_insertContext
- type IMultiset_expressionContext
- type IMv_log_augmentationContext
- type IMv_log_purge_clauseContext
- type INative_datatype_elementContext
- type INested_itemContext
- type INested_table_col_propertiesContext
- type INested_table_type_defContext
- type INetwork_costContext
- type INew_column_nameContext
- type INew_constraint_nameContext
- type INew_index_nameContext
- type INew_partition_nameContext
- type INew_tablespace_nameContext
- type INew_values_clauseContext
- type INon_dml_eventContext
- type INon_dml_triggerContext
- type INon_reserved_keywords_in_12cContext
- type INon_reserved_keywords_pre12cContext
- type INull_statementContext
- type INumericContext
- type INumeric_functionContext
- type INumeric_function_nameContext
- type INumeric_function_wrapperContext
- type INumeric_negativeContext
- type IObject_as_partContext
- type IObject_member_specContext
- type IObject_nameContext
- type IObject_privilegeContext
- type IObject_propertiesContext
- type IObject_tableContext
- type IObject_table_substitutionContext
- type IObject_type_col_propertiesContext
- type IObject_type_defContext
- type IObject_under_partContext
- type IObject_view_clauseContext
- type IOdci_parametersContext
- type IOffset_clauseContext
- type IOid_clauseContext
- type IOid_index_clauseContext
- type IOld_column_nameContext
- type IOld_constraint_nameContext
- type IOn_comp_partitioned_clauseContext
- type IOn_comp_partitioned_tableContext
- type IOn_delete_clauseContext
- type IOn_hash_partitioned_clauseContext
- type IOn_hash_partitioned_tableContext
- type IOn_list_partitioned_tableContext
- type IOn_range_partitioned_tableContext
- type IOnline_or_offlineContext
- type IOpen_for_statementContext
- type IOpen_statementContext
- type IOracle_namespaceContext
- type IOrder_by_clauseContext
- type IOrder_by_elementsContext
- type IOther_functionContext
- type IOut_of_line_constraintContext
- type IOut_of_line_part_storageContext
- type IOut_of_line_ref_constraintContext
- type IOuter_join_signContext
- type IOuter_join_typeContext
- type IOver_clauseContext
- type IOver_clause_keywordContext
- type IOverriding_function_specContext
- type IOverriding_subprogram_specContext
- type IPackage_nameContext
- type IPackage_obj_bodyContext
- type IPackage_obj_specContext
- type IParallel_clauseContext
- type IParallel_enable_clauseContext
- type IParameterContext
- type IParameter_nameContext
- type IParameter_specContext
- type IParameter_valueContext
- type IParen_column_listContext
- type IPartial_database_recoveryContext
- type IPartial_database_recovery_10gContext
- type IPartition_by_clauseContext
- type IPartition_extension_clauseContext
- type IPartition_extention_clauseContext
- type IPartition_key_valueContext
- type IPartition_nameContext
- type IPartition_name_oldContext
- type IPartitioned_tableContext
- type IPartitioning_storage_clauseContext
- type IPassword_expire_clauseContext
- type IPeriod_definitionContext
- type IPermanent_tablespace_clauseContext
- type IPhysical_attributes_clauseContext
- type IPhysical_propertiesContext
- type IPipe_row_statementContext
- type IPivot_clauseContext
- type IPivot_elementContext
- type IPivot_for_clauseContext
- type IPivot_in_clauseContext
- type IPivot_in_clause_elementContext
- type IPivot_in_clause_elementsContext
- type IPolicy_nameContext
- type IPragma_clauseContext
- type IPragma_declarationContext
- type IPragma_elementsContext
- type IPrecision_partContext
- type IPrimary_key_clauseContext
- type IProc_decl_in_typeContext
- type IProcedure_bodyContext
- type IProcedure_callContext
- type IProcedure_nameContext
- type IProcedure_specContext
- type IProfile_clauseContext
- type IProfile_nameContext
- type IProxy_clauseContext
- type IQuantified_expressionContext
- type IQuery_blockContext
- type IQuery_nameContext
- type IQuery_partition_clauseContext
- type IQuota_clauseContext
- type IQuoted_stringContext
- type IRaise_statementContext
- type IRange_partition_descContext
- type IRange_partitionsContext
- type IRange_subpartition_descContext
- type IRange_values_clauseContext
- type IRebuild_clauseContext
- type IRecord_nameContext
- type IRecord_type_defContext
- type IRecords_per_block_clauseContext
- type IRecovery_clausesContext
- type IRedo_log_file_specContext
- type IRef_cursor_type_defContext
- type IReference_modelContext
- type IReference_model_nameContext
- type IReference_partition_descContext
- type IReference_partitioningContext
- type IReferences_clauseContext
- type IReferencing_clauseContext
- type IReferencing_elementContext
- type IRegister_logfile_clauseContext
- type IRegular_idContext
- type IRelational_expressionContext
- type IRelational_operatorContext
- type IRelational_propertyContext
- type IRelational_tableContext
- type IRelies_on_partContext
- type IRename_column_clauseContext
- type IRename_index_partitionContext
- type IRename_objectContext
- type IReplace_type_clauseContext
- type IResetlogs_or_noresetlogsContext
- type IRespect_or_ignore_nullsContext
- type IResult_cache_clauseContext
- type IReturn_rows_clauseContext
- type IReturn_statementContext
- type IRole_clauseContext
- type IRole_nameContext
- type IRollback_segmentContext
- type IRollback_segment_nameContext
- type IRollback_statementContext
- type IRollup_cube_clauseContext
- type IRoutine_clauseContext
- type IRoutine_nameContext
- type IRow_movement_clauseContext
- type ISample_clauseContext
- type ISavepoint_nameContext
- type ISavepoint_statementContext
- type ISchema_nameContext
- type ISchema_object_nameContext
- type ISearch_clauseContext
- type ISearched_case_statementContext
- type ISearched_case_when_partContext
- type ISecurity_clauseContext
- type ISeed_partContext
- type ISegment_attributes_clauseContext
- type ISegment_management_clauseContext
- type ISelect_list_elementsContext
- type ISelect_only_statementContext
- type ISelect_statementContext
- type ISelected_listContext
- type ISelected_tableviewContext
- type ISeq_of_declare_specsContext
- type ISeq_of_statementsContext
- type ISequence_nameContext
- type ISequence_specContext
- type ISequence_start_clauseContext
- type ISet_commandContext
- type ISet_constraint_commandContext
- type ISet_container_dataContext
- type ISet_time_zone_clauseContext
- type ISet_transaction_commandContext
- type IShrink_clauseContext
- type ISimple_case_statementContext
- type ISimple_case_when_partContext
- type ISimple_dml_triggerContext
- type ISingle_column_for_loopContext
- type ISingle_table_insertContext
- type ISize_clauseContext
- type ISort_or_nosortContext
- type ISplit_index_partitionContext
- type ISql_operationContext
- type ISql_plus_commandContext
- type ISql_scriptContext
- type ISql_statementContext
- type ISql_statement_shortcutContext
- type ISqlj_object_typeContext
- type ISqlj_object_type_attrContext
- type IStandard_functionContext
- type IStandard_prediction_function_keywordContext
- type IStandby_database_clausesContext
- type IStart_partContext
- type IStart_standby_clauseContext
- type IStart_time_columnContext
- type IStartup_clausesContext
- type IStatementContext
- type IStatic_returning_clauseContext
- type IStatistics_type_nameContext
- type IStop_standby_clauseContext
- type IStorage_clauseContext
- type IStorage_table_clauseContext
- type IStreaming_clauseContext
- type IString_functionContext
- type IString_function_nameContext
- type ISubpartition_by_hashContext
- type ISubpartition_by_listContext
- type ISubpartition_by_rangeContext
- type ISubpartition_key_valueContext
- type ISubpartition_nameContext
- type ISubpartition_templateContext
- type ISubprog_decl_in_typeContext
- type ISubprogram_specContext
- type ISubqueryContext
- type ISubquery_basic_elementsContext
- type ISubquery_factoring_clauseContext
- type ISubquery_operation_partContext
- type ISubquery_restriction_clauseContext
- type ISubstitutable_column_clauseContext
- type ISubtype_declarationContext
- type ISupplemental_db_loggingContext
- type ISupplemental_id_key_clauseContext
- type ISupplemental_log_grp_clauseContext
- type ISupplemental_logging_propsContext
- type ISupplemental_plsql_clauseContext
- type ISupplemental_table_loggingContext
- type ISwallow_to_semiContext
- type ISwitch_logfile_clauseContext
- type ISynchronous_or_asynchronousContext
- type ISynonym_nameContext
- type ISystem_partitioningContext
- type ISystem_privilegeContext
- type ITable_aliasContext
- type ITable_collection_expressionContext
- type ITable_compressionContext
- type ITable_elementContext
- type ITable_index_clauseContext
- type ITable_indexed_by_partContext
- type ITable_partition_descriptionContext
- type ITable_partitioning_clausesContext
- type ITable_refContext
- type ITable_ref_auxContext
- type ITable_ref_aux_internalContext
- type ITable_ref_listContext
- type ITable_type_defContext
- type ITable_var_nameContext
- type ITablespaceContext
- type ITablespace_encryption_specContext
- type ITablespace_group_clauseContext
- type ITablespace_group_nameContext
- type ITablespace_logging_clausesContext
- type ITablespace_retention_clauseContext
- type ITablespace_state_clausesContext
- type ITableview_nameContext
- type ITempfile_specificationContext
- type ITemporary_tablespace_clauseContext
- type ITiming_point_sectionContext
- type ITrace_file_clauseContext
- type ITransaction_control_statementsContext
- type ITrigger_blockContext
- type ITrigger_bodyContext
- type ITrigger_follows_clauseContext
- type ITrigger_nameContext
- type ITrigger_when_clauseContext
- type ITruncate_tableContext
- type IType_bodyContext
- type IType_body_elementsContext
- type IType_declarationContext
- type IType_definitionContext
- type IType_elements_parameterContext
- type IType_function_specContext
- type IType_nameContext
- type IType_procedure_specContext
- type IType_specContext
- type IUnary_expressionContext
- type IUnary_logical_expressionContext
- type IUndo_tablespace_clauseContext
- type IUnified_auditingContext
- type IUnique_key_clauseContext
- type IUnit_statementContext
- type IUnpivot_clauseContext
- type IUnpivot_in_clauseContext
- type IUnpivot_in_elementsContext
- type IUntil_partContext
- type IUpdate_set_clauseContext
- type IUpdate_statementContext
- type IUpgrade_or_downgradeContext
- type IUpgrade_table_clauseContext
- type IUpper_boundContext
- type IUser_default_role_clauseContext
- type IUser_editions_clauseContext
- type IUser_lock_clauseContext
- type IUser_object_nameContext
- type IUser_tablespace_clauseContext
- type IUsing_clauseContext
- type IUsing_elementContext
- type IUsing_index_clauseContext
- type IUsing_statistics_typeContext
- type IValidation_clausesContext
- type IValues_clauseContext
- type IVariable_declarationContext
- type IVariable_nameContext
- type IVarray_col_propertiesContext
- type IVarray_itemContext
- type IVarray_storage_clauseContext
- type IVarray_type_defContext
- type IView_alias_constraintContext
- type IView_optionsContext
- type IVirtual_column_definitionContext
- type IVisible_or_invisibleContext
- type IWait_nowait_partContext
- type IWhenever_commandContext
- type IWhere_clauseContext
- type IWindowing_clauseContext
- type IWindowing_elementsContext
- type IWindowing_typeContext
- type IWithin_or_over_clause_keywordContext
- type IWithin_or_over_partContext
- type IWrite_clauseContext
- type IXml_attributes_clauseContext
- type IXml_column_nameContext
- type IXml_general_default_partContext
- type IXml_multiuse_expression_elementContext
- type IXml_namespaces_clauseContext
- type IXml_passing_clauseContext
- type IXml_table_columnContext
- type IXmlindex_clauseContext
- type IXmlroot_param_standalone_partContext
- type IXmlroot_param_version_partContext
- type IXmlschema_specContext
- type IXmlserialize_param_enconding_partContext
- type IXmlserialize_param_ident_partContext
- type IXmlserialize_param_version_partContext
- type IXmltableContext
- type IXmltype_column_propertiesContext
- type IXmltype_storageContext
- type IXmltype_tableContext
- type IXmltype_virtual_columnsContext
- type Id_expressionContext
- func (s *Id_expressionContext) DELIMITED_ID() antlr.TerminalNode
- func (s *Id_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Id_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Id_expressionContext) GetParser() antlr.Parser
- func (s *Id_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Id_expressionContext) IsId_expressionContext()
- func (s *Id_expressionContext) Regular_id() IRegular_idContext
- func (s *Id_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Identified_byContext
- func (s *Identified_byContext) BY() antlr.TerminalNode
- func (s *Identified_byContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Identified_byContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Identified_byContext) GetParser() antlr.Parser
- func (s *Identified_byContext) GetRuleContext() antlr.RuleContext
- func (s *Identified_byContext) IDENTIFIED() antlr.TerminalNode
- func (s *Identified_byContext) Id_expression() IId_expressionContext
- func (*Identified_byContext) IsIdentified_byContext()
- func (s *Identified_byContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Identified_other_clauseContext
- func (s *Identified_other_clauseContext) AS() antlr.TerminalNode
- func (s *Identified_other_clauseContext) EXTERNALLY() antlr.TerminalNode
- func (s *Identified_other_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Identified_other_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Identified_other_clauseContext) GLOBALLY() antlr.TerminalNode
- func (s *Identified_other_clauseContext) GetParser() antlr.Parser
- func (s *Identified_other_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Identified_other_clauseContext) IDENTIFIED() antlr.TerminalNode
- func (*Identified_other_clauseContext) IsIdentified_other_clauseContext()
- func (s *Identified_other_clauseContext) Quoted_string() IQuoted_stringContext
- func (s *Identified_other_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IdentifierContext
- func (s *IdentifierContext) Char_set_name() IChar_set_nameContext
- func (s *IdentifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IdentifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IdentifierContext) GetParser() antlr.Parser
- func (s *IdentifierContext) GetRuleContext() antlr.RuleContext
- func (s *IdentifierContext) INTRODUCER() antlr.TerminalNode
- func (s *IdentifierContext) Id_expression() IId_expressionContext
- func (*IdentifierContext) IsIdentifierContext()
- func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type If_statementContext
- func (s *If_statementContext) AllElsif_part() []IElsif_partContext
- func (s *If_statementContext) AllIF() []antlr.TerminalNode
- func (s *If_statementContext) Condition() IConditionContext
- func (s *If_statementContext) END() antlr.TerminalNode
- func (s *If_statementContext) Else_part() IElse_partContext
- func (s *If_statementContext) Elsif_part(i int) IElsif_partContext
- func (s *If_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_statementContext) GetParser() antlr.Parser
- func (s *If_statementContext) GetRuleContext() antlr.RuleContext
- func (s *If_statementContext) IF(i int) antlr.TerminalNode
- func (*If_statementContext) IsIf_statementContext()
- func (s *If_statementContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *If_statementContext) THEN() antlr.TerminalNode
- func (s *If_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Implementation_type_nameContext
- func (s *Implementation_type_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Implementation_type_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Implementation_type_nameContext) GetParser() antlr.Parser
- func (s *Implementation_type_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Implementation_type_nameContext) Id_expression() IId_expressionContext
- func (s *Implementation_type_nameContext) Identifier() IIdentifierContext
- func (*Implementation_type_nameContext) IsImplementation_type_nameContext()
- func (s *Implementation_type_nameContext) PERIOD() antlr.TerminalNode
- func (s *Implementation_type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type In_elementsContext
- func (s *In_elementsContext) AllCOMMA() []antlr.TerminalNode
- func (s *In_elementsContext) AllConcatenation() []IConcatenationContext
- func (s *In_elementsContext) Bind_variable() IBind_variableContext
- func (s *In_elementsContext) COMMA(i int) antlr.TerminalNode
- func (s *In_elementsContext) Concatenation(i int) IConcatenationContext
- func (s *In_elementsContext) Constant() IConstantContext
- func (s *In_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *In_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *In_elementsContext) General_element() IGeneral_elementContext
- func (s *In_elementsContext) GetParser() antlr.Parser
- func (s *In_elementsContext) GetRuleContext() antlr.RuleContext
- func (*In_elementsContext) IsIn_elementsContext()
- func (s *In_elementsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *In_elementsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *In_elementsContext) Subquery() ISubqueryContext
- func (s *In_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Including_or_excludingContext
- func (s *Including_or_excludingContext) EXCLUDING() antlr.TerminalNode
- func (s *Including_or_excludingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Including_or_excludingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Including_or_excludingContext) GetParser() antlr.Parser
- func (s *Including_or_excludingContext) GetRuleContext() antlr.RuleContext
- func (s *Including_or_excludingContext) INCLUDING() antlr.TerminalNode
- func (*Including_or_excludingContext) IsIncluding_or_excludingContext()
- func (s *Including_or_excludingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Index_attributesContext
- func (s *Index_attributesContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Index_attributesContext) AllKey_compression() []IKey_compressionContext
- func (s *Index_attributesContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Index_attributesContext) AllParallel_clause() []IParallel_clauseContext
- func (s *Index_attributesContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Index_attributesContext) AllREVERSE() []antlr.TerminalNode
- func (s *Index_attributesContext) AllSort_or_nosort() []ISort_or_nosortContext
- func (s *Index_attributesContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Index_attributesContext) AllTablespace() []ITablespaceContext
- func (s *Index_attributesContext) AllVisible_or_invisible() []IVisible_or_invisibleContext
- func (s *Index_attributesContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Index_attributesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_attributesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_attributesContext) GetParser() antlr.Parser
- func (s *Index_attributesContext) GetRuleContext() antlr.RuleContext
- func (*Index_attributesContext) IsIndex_attributesContext()
- func (s *Index_attributesContext) Key_compression(i int) IKey_compressionContext
- func (s *Index_attributesContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Index_attributesContext) Parallel_clause(i int) IParallel_clauseContext
- func (s *Index_attributesContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Index_attributesContext) REVERSE(i int) antlr.TerminalNode
- func (s *Index_attributesContext) Sort_or_nosort(i int) ISort_or_nosortContext
- func (s *Index_attributesContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Index_attributesContext) Tablespace(i int) ITablespaceContext
- func (s *Index_attributesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_attributesContext) Visible_or_invisible(i int) IVisible_or_invisibleContext
- type Index_exprContext
- func (s *Index_exprContext) Column_name() IColumn_nameContext
- func (s *Index_exprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_exprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_exprContext) Expression() IExpressionContext
- func (s *Index_exprContext) GetParser() antlr.Parser
- func (s *Index_exprContext) GetRuleContext() antlr.RuleContext
- func (*Index_exprContext) IsIndex_exprContext()
- func (s *Index_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Index_nameContext
- func (s *Index_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_nameContext) GetParser() antlr.Parser
- func (s *Index_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Index_nameContext) Id_expression() IId_expressionContext
- func (s *Index_nameContext) Identifier() IIdentifierContext
- func (*Index_nameContext) IsIndex_nameContext()
- func (s *Index_nameContext) PERIOD() antlr.TerminalNode
- func (s *Index_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Index_org_overflow_clauseContext
- func (s *Index_org_overflow_clauseContext) Column_name() IColumn_nameContext
- func (s *Index_org_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_org_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_org_overflow_clauseContext) GetParser() antlr.Parser
- func (s *Index_org_overflow_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Index_org_overflow_clauseContext) INCLUDING() antlr.TerminalNode
- func (*Index_org_overflow_clauseContext) IsIndex_org_overflow_clauseContext()
- func (s *Index_org_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
- func (s *Index_org_overflow_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
- func (s *Index_org_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Index_org_table_clauseContext
- func (s *Index_org_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_org_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_org_table_clauseContext) GetParser() antlr.Parser
- func (s *Index_org_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Index_org_table_clauseContext) Index_org_overflow_clause() IIndex_org_overflow_clauseContext
- func (*Index_org_table_clauseContext) IsIndex_org_table_clauseContext()
- func (s *Index_org_table_clauseContext) Key_compression() IKey_compressionContext
- func (s *Index_org_table_clauseContext) Mapping_table_clause() IMapping_table_clauseContext
- func (s *Index_org_table_clauseContext) PCTTHRESHOLD() antlr.TerminalNode
- func (s *Index_org_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_org_table_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Index_partition_descriptionContext
- func (s *Index_partition_descriptionContext) AllKey_compression() []IKey_compressionContext
- func (s *Index_partition_descriptionContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *Index_partition_descriptionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_partition_descriptionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_partition_descriptionContext) GetParser() antlr.Parser
- func (s *Index_partition_descriptionContext) GetRuleContext() antlr.RuleContext
- func (*Index_partition_descriptionContext) IsIndex_partition_descriptionContext()
- func (s *Index_partition_descriptionContext) Key_compression(i int) IKey_compressionContext
- func (s *Index_partition_descriptionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Index_partition_descriptionContext) Odci_parameters() IOdci_parametersContext
- func (s *Index_partition_descriptionContext) PARAMETERS() antlr.TerminalNode
- func (s *Index_partition_descriptionContext) PARTITION() antlr.TerminalNode
- func (s *Index_partition_descriptionContext) Partition_name() IPartition_nameContext
- func (s *Index_partition_descriptionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Index_partition_descriptionContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *Index_partition_descriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_partition_descriptionContext) UNUSABLE() antlr.TerminalNode
- type Index_partitioning_clauseContext
- func (s *Index_partitioning_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) AllLiteral() []ILiteralContext
- func (s *Index_partitioning_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_partitioning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_partitioning_clauseContext) GetParser() antlr.Parser
- func (s *Index_partitioning_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Index_partitioning_clauseContext) IsIndex_partitioning_clauseContext()
- func (s *Index_partitioning_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) LESS() antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) Literal(i int) ILiteralContext
- func (s *Index_partitioning_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) Partition_name() IPartition_nameContext
- func (s *Index_partitioning_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
- func (s *Index_partitioning_clauseContext) THAN() antlr.TerminalNode
- func (s *Index_partitioning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_partitioning_clauseContext) VALUES() antlr.TerminalNode
- type Index_propertiesContext
- func (s *Index_propertiesContext) AllGlobal_partitioned_index() []IGlobal_partitioned_indexContext
- func (s *Index_propertiesContext) AllIndex_attributes() []IIndex_attributesContext
- func (s *Index_propertiesContext) AllLocal_partitioned_index() []ILocal_partitioned_indexContext
- func (s *Index_propertiesContext) Domain_index_clause() IDomain_index_clauseContext
- func (s *Index_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_propertiesContext) GetParser() antlr.Parser
- func (s *Index_propertiesContext) GetRuleContext() antlr.RuleContext
- func (s *Index_propertiesContext) Global_partitioned_index(i int) IGlobal_partitioned_indexContext
- func (s *Index_propertiesContext) INDEXTYPE() antlr.TerminalNode
- func (s *Index_propertiesContext) IS() antlr.TerminalNode
- func (s *Index_propertiesContext) Index_attributes(i int) IIndex_attributesContext
- func (*Index_propertiesContext) IsIndex_propertiesContext()
- func (s *Index_propertiesContext) Local_partitioned_index(i int) ILocal_partitioned_indexContext
- func (s *Index_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_propertiesContext) Xmlindex_clause() IXmlindex_clauseContext
- type Index_subpartition_clauseContext
- func (s *Index_subpartition_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) AllIndex_subpartition_subclause() []IIndex_subpartition_subclauseContext
- func (s *Index_subpartition_clauseContext) AllTablespace() []ITablespaceContext
- func (s *Index_subpartition_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_subpartition_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_subpartition_clauseContext) GetParser() antlr.Parser
- func (s *Index_subpartition_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Index_subpartition_clauseContext) IN() antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) Index_subpartition_subclause(i int) IIndex_subpartition_subclauseContext
- func (*Index_subpartition_clauseContext) IsIndex_subpartition_clauseContext()
- func (s *Index_subpartition_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) STORE() antlr.TerminalNode
- func (s *Index_subpartition_clauseContext) Tablespace(i int) ITablespaceContext
- func (s *Index_subpartition_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Index_subpartition_subclauseContext
- func (s *Index_subpartition_subclauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Index_subpartition_subclauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Index_subpartition_subclauseContext) GetParser() antlr.Parser
- func (s *Index_subpartition_subclauseContext) GetRuleContext() antlr.RuleContext
- func (*Index_subpartition_subclauseContext) IsIndex_subpartition_subclauseContext()
- func (s *Index_subpartition_subclauseContext) Key_compression() IKey_compressionContext
- func (s *Index_subpartition_subclauseContext) SUBPARTITION() antlr.TerminalNode
- func (s *Index_subpartition_subclauseContext) Subpartition_name() ISubpartition_nameContext
- func (s *Index_subpartition_subclauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Index_subpartition_subclauseContext) Tablespace() ITablespaceContext
- func (s *Index_subpartition_subclauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Index_subpartition_subclauseContext) UNUSABLE() antlr.TerminalNode
- type IndextypeContext
- func (s *IndextypeContext) AllId_expression() []IId_expressionContext
- func (s *IndextypeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IndextypeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IndextypeContext) GetParser() antlr.Parser
- func (s *IndextypeContext) GetRuleContext() antlr.RuleContext
- func (s *IndextypeContext) Id_expression(i int) IId_expressionContext
- func (*IndextypeContext) IsIndextypeContext()
- func (s *IndextypeContext) PERIOD() antlr.TerminalNode
- func (s *IndextypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Indextype_nameContext
- func (s *Indextype_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Indextype_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Indextype_nameContext) GetParser() antlr.Parser
- func (s *Indextype_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Indextype_nameContext) Id_expression() IId_expressionContext
- func (*Indextype_nameContext) IsIndextype_nameContext()
- func (s *Indextype_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Individual_hash_partitionsContext
- func (s *Individual_hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) AllPARTITION() []antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) AllPartition_name() []IPartition_nameContext
- func (s *Individual_hash_partitionsContext) AllPartitioning_storage_clause() []IPartitioning_storage_clauseContext
- func (s *Individual_hash_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Individual_hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Individual_hash_partitionsContext) GetParser() antlr.Parser
- func (s *Individual_hash_partitionsContext) GetRuleContext() antlr.RuleContext
- func (*Individual_hash_partitionsContext) IsIndividual_hash_partitionsContext()
- func (s *Individual_hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) PARTITION(i int) antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) Partition_name(i int) IPartition_nameContext
- func (s *Individual_hash_partitionsContext) Partitioning_storage_clause(i int) IPartitioning_storage_clauseContext
- func (s *Individual_hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Individual_hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Individual_hash_subpartsContext
- func (s *Individual_hash_subpartsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Individual_hash_subpartsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Individual_hash_subpartsContext) GetParser() antlr.Parser
- func (s *Individual_hash_subpartsContext) GetRuleContext() antlr.RuleContext
- func (*Individual_hash_subpartsContext) IsIndividual_hash_subpartsContext()
- func (s *Individual_hash_subpartsContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
- func (s *Individual_hash_subpartsContext) SUBPARTITION() antlr.TerminalNode
- func (s *Individual_hash_subpartsContext) Subpartition_name() ISubpartition_nameContext
- func (s *Individual_hash_subpartsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Inline_constraintContext
- func (s *Inline_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Inline_constraintContext) Check_constraint() ICheck_constraintContext
- func (s *Inline_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Inline_constraintContext) Constraint_state() IConstraint_stateContext
- func (s *Inline_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Inline_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Inline_constraintContext) GetParser() antlr.Parser
- func (s *Inline_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Inline_constraintContext) IsInline_constraintContext()
- func (s *Inline_constraintContext) KEY() antlr.TerminalNode
- func (s *Inline_constraintContext) NOT() antlr.TerminalNode
- func (s *Inline_constraintContext) NULL_() antlr.TerminalNode
- func (s *Inline_constraintContext) PRIMARY() antlr.TerminalNode
- func (s *Inline_constraintContext) References_clause() IReferences_clauseContext
- func (s *Inline_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Inline_constraintContext) UNIQUE() antlr.TerminalNode
- type Inline_ref_constraintContext
- func (s *Inline_ref_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Inline_ref_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Inline_ref_constraintContext) Constraint_state() IConstraint_stateContext
- func (s *Inline_ref_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Inline_ref_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Inline_ref_constraintContext) GetParser() antlr.Parser
- func (s *Inline_ref_constraintContext) GetRuleContext() antlr.RuleContext
- func (s *Inline_ref_constraintContext) IS() antlr.TerminalNode
- func (*Inline_ref_constraintContext) IsInline_ref_constraintContext()
- func (s *Inline_ref_constraintContext) ROWID() antlr.TerminalNode
- func (s *Inline_ref_constraintContext) References_clause() IReferences_clauseContext
- func (s *Inline_ref_constraintContext) SCOPE() antlr.TerminalNode
- func (s *Inline_ref_constraintContext) Tableview_name() ITableview_nameContext
- func (s *Inline_ref_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Inline_ref_constraintContext) WITH() antlr.TerminalNode
- type Insert_into_clauseContext
- func (s *Insert_into_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Insert_into_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Insert_into_clauseContext) General_table_ref() IGeneral_table_refContext
- func (s *Insert_into_clauseContext) GetParser() antlr.Parser
- func (s *Insert_into_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Insert_into_clauseContext) INTO() antlr.TerminalNode
- func (*Insert_into_clauseContext) IsInsert_into_clauseContext()
- func (s *Insert_into_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Insert_into_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Insert_statementContext
- func (s *Insert_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Insert_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Insert_statementContext) GetParser() antlr.Parser
- func (s *Insert_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Insert_statementContext) INSERT() antlr.TerminalNode
- func (*Insert_statementContext) IsInsert_statementContext()
- func (s *Insert_statementContext) Multi_table_insert() IMulti_table_insertContext
- func (s *Insert_statementContext) Single_table_insert() ISingle_table_insertContext
- func (s *Insert_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Instance_clausesContext
- func (s *Instance_clausesContext) CHAR_STRING() antlr.TerminalNode
- func (s *Instance_clausesContext) Enable_or_disable() IEnable_or_disableContext
- func (s *Instance_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Instance_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Instance_clausesContext) GetParser() antlr.Parser
- func (s *Instance_clausesContext) GetRuleContext() antlr.RuleContext
- func (s *Instance_clausesContext) INSTANCE() antlr.TerminalNode
- func (*Instance_clausesContext) IsInstance_clausesContext()
- func (s *Instance_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Interval_exprContext
- func (s *Interval_exprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Interval_exprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Interval_exprContext) Expression() IExpressionContext
- func (s *Interval_exprContext) GetParser() antlr.Parser
- func (s *Interval_exprContext) GetRuleContext() antlr.RuleContext
- func (*Interval_exprContext) IsInterval_exprContext()
- func (s *Interval_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Interval_expressionContext
- func (s *Interval_expressionContext) AllConcatenation() []IConcatenationContext
- func (s *Interval_expressionContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Interval_expressionContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Interval_expressionContext) Concatenation(i int) IConcatenationContext
- func (s *Interval_expressionContext) DAY() antlr.TerminalNode
- func (s *Interval_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Interval_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Interval_expressionContext) GetParser() antlr.Parser
- func (s *Interval_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Interval_expressionContext) IsInterval_expressionContext()
- func (s *Interval_expressionContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Interval_expressionContext) MONTH() antlr.TerminalNode
- func (s *Interval_expressionContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Interval_expressionContext) SECOND() antlr.TerminalNode
- func (s *Interval_expressionContext) TO() antlr.TerminalNode
- func (s *Interval_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Interval_expressionContext) YEAR() antlr.TerminalNode
- type Into_clause1Context
- func (s *Into_clause1Context) EnterRule(listener antlr.ParseTreeListener)
- func (s *Into_clause1Context) ExitRule(listener antlr.ParseTreeListener)
- func (s *Into_clause1Context) GetParser() antlr.Parser
- func (s *Into_clause1Context) GetRuleContext() antlr.RuleContext
- func (s *Into_clause1Context) INTO() antlr.TerminalNode
- func (*Into_clause1Context) IsInto_clause1Context()
- func (s *Into_clause1Context) Tableview_name() ITableview_nameContext
- func (s *Into_clause1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Into_clauseContext
- func (s *Into_clauseContext) AllBind_variable() []IBind_variableContext
- func (s *Into_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Into_clauseContext) AllGeneral_element() []IGeneral_elementContext
- func (s *Into_clauseContext) BULK() antlr.TerminalNode
- func (s *Into_clauseContext) Bind_variable(i int) IBind_variableContext
- func (s *Into_clauseContext) COLLECT() antlr.TerminalNode
- func (s *Into_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Into_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Into_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Into_clauseContext) General_element(i int) IGeneral_elementContext
- func (s *Into_clauseContext) GetParser() antlr.Parser
- func (s *Into_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Into_clauseContext) INTO() antlr.TerminalNode
- func (*Into_clauseContext) IsInto_clauseContext()
- func (s *Into_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Invoker_rights_clauseContext
- func (s *Invoker_rights_clauseContext) AUTHID() antlr.TerminalNode
- func (s *Invoker_rights_clauseContext) CURRENT_USER() antlr.TerminalNode
- func (s *Invoker_rights_clauseContext) DEFINER() antlr.TerminalNode
- func (s *Invoker_rights_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Invoker_rights_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Invoker_rights_clauseContext) GetParser() antlr.Parser
- func (s *Invoker_rights_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Invoker_rights_clauseContext) IsInvoker_rights_clauseContext()
- func (s *Invoker_rights_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Io_costContext
- func (s *Io_costContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Io_costContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Io_costContext) GetParser() antlr.Parser
- func (s *Io_costContext) GetRuleContext() antlr.RuleContext
- func (*Io_costContext) IsIo_costContext()
- func (s *Io_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Io_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Java_specContext
- func (s *Java_specContext) CHAR_STRING() antlr.TerminalNode
- func (s *Java_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Java_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Java_specContext) GetParser() antlr.Parser
- func (s *Java_specContext) GetRuleContext() antlr.RuleContext
- func (*Java_specContext) IsJava_specContext()
- func (s *Java_specContext) JAVA() antlr.TerminalNode
- func (s *Java_specContext) NAME() antlr.TerminalNode
- func (s *Java_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Join_clauseContext
- func (s *Join_clauseContext) AllJoin_on_part() []IJoin_on_partContext
- func (s *Join_clauseContext) AllJoin_using_part() []IJoin_using_partContext
- func (s *Join_clauseContext) AllQuery_partition_clause() []IQuery_partition_clauseContext
- func (s *Join_clauseContext) CROSS() antlr.TerminalNode
- func (s *Join_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Join_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Join_clauseContext) GetParser() antlr.Parser
- func (s *Join_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Join_clauseContext) INNER() antlr.TerminalNode
- func (*Join_clauseContext) IsJoin_clauseContext()
- func (s *Join_clauseContext) JOIN() antlr.TerminalNode
- func (s *Join_clauseContext) Join_on_part(i int) IJoin_on_partContext
- func (s *Join_clauseContext) Join_using_part(i int) IJoin_using_partContext
- func (s *Join_clauseContext) NATURAL() antlr.TerminalNode
- func (s *Join_clauseContext) Outer_join_type() IOuter_join_typeContext
- func (s *Join_clauseContext) Query_partition_clause(i int) IQuery_partition_clauseContext
- func (s *Join_clauseContext) Table_ref_aux() ITable_ref_auxContext
- func (s *Join_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Join_on_partContext
- func (s *Join_on_partContext) Condition() IConditionContext
- func (s *Join_on_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Join_on_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Join_on_partContext) GetParser() antlr.Parser
- func (s *Join_on_partContext) GetRuleContext() antlr.RuleContext
- func (*Join_on_partContext) IsJoin_on_partContext()
- func (s *Join_on_partContext) ON() antlr.TerminalNode
- func (s *Join_on_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Join_using_partContext
- func (s *Join_using_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Join_using_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Join_using_partContext) GetParser() antlr.Parser
- func (s *Join_using_partContext) GetRuleContext() antlr.RuleContext
- func (*Join_using_partContext) IsJoin_using_partContext()
- func (s *Join_using_partContext) Paren_column_list() IParen_column_listContext
- func (s *Join_using_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Join_using_partContext) USING() antlr.TerminalNode
- type Keep_clauseContext
- func (s *Keep_clauseContext) DENSE_RANK() antlr.TerminalNode
- func (s *Keep_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Keep_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Keep_clauseContext) FIRST() antlr.TerminalNode
- func (s *Keep_clauseContext) GetParser() antlr.Parser
- func (s *Keep_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Keep_clauseContext) IsKeep_clauseContext()
- func (s *Keep_clauseContext) KEEP() antlr.TerminalNode
- func (s *Keep_clauseContext) LAST() antlr.TerminalNode
- func (s *Keep_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Keep_clauseContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Keep_clauseContext) Over_clause() IOver_clauseContext
- func (s *Keep_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Keep_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Key_compressionContext
- func (s *Key_compressionContext) COMPRESS() antlr.TerminalNode
- func (s *Key_compressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Key_compressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Key_compressionContext) GetParser() antlr.Parser
- func (s *Key_compressionContext) GetRuleContext() antlr.RuleContext
- func (*Key_compressionContext) IsKey_compressionContext()
- func (s *Key_compressionContext) NOCOMPRESS() antlr.TerminalNode
- func (s *Key_compressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Key_compressionContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Label_declarationContext
- func (s *Label_declarationContext) AllGREATER_THAN_OP() []antlr.TerminalNode
- func (s *Label_declarationContext) AllLESS_THAN_OP() []antlr.TerminalNode
- func (s *Label_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Label_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Label_declarationContext) GREATER_THAN_OP(i int) antlr.TerminalNode
- func (s *Label_declarationContext) GetLtp1() antlr.Token
- func (s *Label_declarationContext) GetParser() antlr.Parser
- func (s *Label_declarationContext) GetRuleContext() antlr.RuleContext
- func (*Label_declarationContext) IsLabel_declarationContext()
- func (s *Label_declarationContext) LESS_THAN_OP(i int) antlr.TerminalNode
- func (s *Label_declarationContext) Label_name() ILabel_nameContext
- func (s *Label_declarationContext) SetLtp1(v antlr.Token)
- func (s *Label_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Label_nameContext
- func (s *Label_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Label_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Label_nameContext) GetParser() antlr.Parser
- func (s *Label_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Label_nameContext) Id_expression() IId_expressionContext
- func (*Label_nameContext) IsLabel_nameContext()
- func (s *Label_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Library_debugContext
- func (s *Library_debugContext) DEBUG() antlr.TerminalNode
- func (s *Library_debugContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Library_debugContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Library_debugContext) GetParser() antlr.Parser
- func (s *Library_debugContext) GetRuleContext() antlr.RuleContext
- func (*Library_debugContext) IsLibrary_debugContext()
- func (s *Library_debugContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Library_editionableContext
- func (s *Library_editionableContext) EDITIONABLE() antlr.TerminalNode
- func (s *Library_editionableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Library_editionableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Library_editionableContext) GetParser() antlr.Parser
- func (s *Library_editionableContext) GetRuleContext() antlr.RuleContext
- func (*Library_editionableContext) IsLibrary_editionableContext()
- func (s *Library_editionableContext) NONEDITIONABLE() antlr.TerminalNode
- func (s *Library_editionableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Library_nameContext
- func (s *Library_nameContext) AllRegular_id() []IRegular_idContext
- func (s *Library_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Library_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Library_nameContext) GetParser() antlr.Parser
- func (s *Library_nameContext) GetRuleContext() antlr.RuleContext
- func (*Library_nameContext) IsLibrary_nameContext()
- func (s *Library_nameContext) PERIOD() antlr.TerminalNode
- func (s *Library_nameContext) Regular_id(i int) IRegular_idContext
- func (s *Library_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Link_nameContext
- func (s *Link_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Link_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Link_nameContext) GetParser() antlr.Parser
- func (s *Link_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Link_nameContext) Identifier() IIdentifierContext
- func (*Link_nameContext) IsLink_nameContext()
- func (s *Link_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type List_partition_descContext
- func (s *List_partition_descContext) AllCOMMA() []antlr.TerminalNode
- func (s *List_partition_descContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
- func (s *List_partition_descContext) AllList_subpartition_desc() []IList_subpartition_descContext
- func (s *List_partition_descContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
- func (s *List_partition_descContext) COMMA(i int) antlr.TerminalNode
- func (s *List_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *List_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *List_partition_descContext) GetParser() antlr.Parser
- func (s *List_partition_descContext) GetRuleContext() antlr.RuleContext
- func (s *List_partition_descContext) Hash_subparts_by_quantity() IHash_subparts_by_quantityContext
- func (s *List_partition_descContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
- func (*List_partition_descContext) IsList_partition_descContext()
- func (s *List_partition_descContext) LEFT_PAREN() antlr.TerminalNode
- func (s *List_partition_descContext) List_subpartition_desc(i int) IList_subpartition_descContext
- func (s *List_partition_descContext) List_values_clause() IList_values_clauseContext
- func (s *List_partition_descContext) PARTITION() antlr.TerminalNode
- func (s *List_partition_descContext) Partition_name() IPartition_nameContext
- func (s *List_partition_descContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *List_partition_descContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
- func (s *List_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
- func (s *List_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type List_partitionsContext
- func (s *List_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *List_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *List_partitionsContext) AllList_values_clause() []IList_values_clauseContext
- func (s *List_partitionsContext) AllPARTITION() []antlr.TerminalNode
- func (s *List_partitionsContext) AllPartition_name() []IPartition_nameContext
- func (s *List_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *List_partitionsContext) AllTable_partition_description() []ITable_partition_descriptionContext
- func (s *List_partitionsContext) BY() antlr.TerminalNode
- func (s *List_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *List_partitionsContext) Column_name() IColumn_nameContext
- func (s *List_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *List_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *List_partitionsContext) GetParser() antlr.Parser
- func (s *List_partitionsContext) GetRuleContext() antlr.RuleContext
- func (*List_partitionsContext) IsList_partitionsContext()
- func (s *List_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *List_partitionsContext) LIST() antlr.TerminalNode
- func (s *List_partitionsContext) List_values_clause(i int) IList_values_clauseContext
- func (s *List_partitionsContext) PARTITION(i int) antlr.TerminalNode
- func (s *List_partitionsContext) Partition_name(i int) IPartition_nameContext
- func (s *List_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *List_partitionsContext) Table_partition_description(i int) ITable_partition_descriptionContext
- func (s *List_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type List_subpartition_descContext
- func (s *List_subpartition_descContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *List_subpartition_descContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *List_subpartition_descContext) GetParser() antlr.Parser
- func (s *List_subpartition_descContext) GetRuleContext() antlr.RuleContext
- func (*List_subpartition_descContext) IsList_subpartition_descContext()
- func (s *List_subpartition_descContext) List_values_clause() IList_values_clauseContext
- func (s *List_subpartition_descContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
- func (s *List_subpartition_descContext) SUBPARTITION() antlr.TerminalNode
- func (s *List_subpartition_descContext) Subpartition_name() ISubpartition_nameContext
- func (s *List_subpartition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type List_values_clauseContext
- func (s *List_values_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *List_values_clauseContext) AllLiteral() []ILiteralContext
- func (s *List_values_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *List_values_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *List_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *List_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *List_values_clauseContext) GetParser() antlr.Parser
- func (s *List_values_clauseContext) GetRuleContext() antlr.RuleContext
- func (*List_values_clauseContext) IsList_values_clauseContext()
- func (s *List_values_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *List_values_clauseContext) Literal(i int) ILiteralContext
- func (s *List_values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *List_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *List_values_clauseContext) VALUES() antlr.TerminalNode
- type LiteralContext
- func (s *LiteralContext) CHAR_STRING() antlr.TerminalNode
- func (s *LiteralContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LiteralContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LiteralContext) GetParser() antlr.Parser
- func (s *LiteralContext) GetRuleContext() antlr.RuleContext
- func (*LiteralContext) IsLiteralContext()
- func (s *LiteralContext) MAXVALUE() antlr.TerminalNode
- func (s *LiteralContext) Numeric() INumericContext
- func (s *LiteralContext) String_function() IString_functionContext
- func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_compression_clauseContext
- func (s *Lob_compression_clauseContext) COMPRESS() antlr.TerminalNode
- func (s *Lob_compression_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_compression_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_compression_clauseContext) GetParser() antlr.Parser
- func (s *Lob_compression_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Lob_compression_clauseContext) HIGH() antlr.TerminalNode
- func (*Lob_compression_clauseContext) IsLob_compression_clauseContext()
- func (s *Lob_compression_clauseContext) LOW() antlr.TerminalNode
- func (s *Lob_compression_clauseContext) MEDIUM() antlr.TerminalNode
- func (s *Lob_compression_clauseContext) NOCOMPRESS() antlr.TerminalNode
- func (s *Lob_compression_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_deduplicate_clauseContext
- func (s *Lob_deduplicate_clauseContext) DEDUPLICATE() antlr.TerminalNode
- func (s *Lob_deduplicate_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_deduplicate_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_deduplicate_clauseContext) GetParser() antlr.Parser
- func (s *Lob_deduplicate_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Lob_deduplicate_clauseContext) IsLob_deduplicate_clauseContext()
- func (s *Lob_deduplicate_clauseContext) KEEP_DUPLICATES() antlr.TerminalNode
- func (s *Lob_deduplicate_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_itemContext
- func (s *Lob_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_itemContext) GetParser() antlr.Parser
- func (s *Lob_itemContext) GetRuleContext() antlr.RuleContext
- func (*Lob_itemContext) IsLob_itemContext()
- func (s *Lob_itemContext) Regular_id() IRegular_idContext
- func (s *Lob_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_parametersContext
- func (s *Lob_parametersContext) AllCACHE() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllCHUNK() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllDECRYPT() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllDISABLE() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllENABLE() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllENCRYPT() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllEncryption_spec() []IEncryption_specContext
- func (s *Lob_parametersContext) AllFREEPOOLS() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllIN() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllLob_compression_clause() []ILob_compression_clauseContext
- func (s *Lob_parametersContext) AllLob_deduplicate_clause() []ILob_deduplicate_clauseContext
- func (s *Lob_parametersContext) AllLob_retention_clause() []ILob_retention_clauseContext
- func (s *Lob_parametersContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Lob_parametersContext) AllNOCACHE() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllPCTVERSION() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllREADS() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllROW() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllSTORAGE() []antlr.TerminalNode
- func (s *Lob_parametersContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Lob_parametersContext) CACHE(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) CHUNK(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) DECRYPT(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) DISABLE(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) ENABLE(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) ENCRYPT(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) Encryption_spec(i int) IEncryption_specContext
- func (s *Lob_parametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_parametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_parametersContext) FREEPOOLS(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) GetParser() antlr.Parser
- func (s *Lob_parametersContext) GetRuleContext() antlr.RuleContext
- func (s *Lob_parametersContext) IN(i int) antlr.TerminalNode
- func (*Lob_parametersContext) IsLob_parametersContext()
- func (s *Lob_parametersContext) Lob_compression_clause(i int) ILob_compression_clauseContext
- func (s *Lob_parametersContext) Lob_deduplicate_clause(i int) ILob_deduplicate_clauseContext
- func (s *Lob_parametersContext) Lob_retention_clause(i int) ILob_retention_clauseContext
- func (s *Lob_parametersContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Lob_parametersContext) NOCACHE(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) PCTVERSION(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) READS(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) ROW(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) STORAGE(i int) antlr.TerminalNode
- func (s *Lob_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Lob_parametersContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Lob_partitioning_storageContext
- func (s *Lob_partitioning_storageContext) AS() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) BASICFILE() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_partitioning_storageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_partitioning_storageContext) GetParser() antlr.Parser
- func (s *Lob_partitioning_storageContext) GetRuleContext() antlr.RuleContext
- func (*Lob_partitioning_storageContext) IsLob_partitioning_storageContext()
- func (s *Lob_partitioning_storageContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) LOB() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) Lob_item() ILob_itemContext
- func (s *Lob_partitioning_storageContext) Lob_segname() ILob_segnameContext
- func (s *Lob_partitioning_storageContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) SECUREFILE() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) STORE() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) TABLESPACE() antlr.TerminalNode
- func (s *Lob_partitioning_storageContext) Tablespace() ITablespaceContext
- func (s *Lob_partitioning_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_retention_clauseContext
- func (s *Lob_retention_clauseContext) AUTO() antlr.TerminalNode
- func (s *Lob_retention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_retention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_retention_clauseContext) GetParser() antlr.Parser
- func (s *Lob_retention_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Lob_retention_clauseContext) IsLob_retention_clauseContext()
- func (s *Lob_retention_clauseContext) MAX() antlr.TerminalNode
- func (s *Lob_retention_clauseContext) MIN() antlr.TerminalNode
- func (s *Lob_retention_clauseContext) NONE() antlr.TerminalNode
- func (s *Lob_retention_clauseContext) RETENTION() antlr.TerminalNode
- func (s *Lob_retention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Lob_retention_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Lob_segnameContext
- func (s *Lob_segnameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_segnameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_segnameContext) GetParser() antlr.Parser
- func (s *Lob_segnameContext) GetRuleContext() antlr.RuleContext
- func (*Lob_segnameContext) IsLob_segnameContext()
- func (s *Lob_segnameContext) Regular_id() IRegular_idContext
- func (s *Lob_segnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_storage_clauseContext
- func (s *Lob_storage_clauseContext) AS() antlr.TerminalNode
- func (s *Lob_storage_clauseContext) AllBASICFILE() []antlr.TerminalNode
- func (s *Lob_storage_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Lob_storage_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Lob_storage_clauseContext) AllLob_item() []ILob_itemContext
- func (s *Lob_storage_clauseContext) AllLob_segname() []ILob_segnameContext
- func (s *Lob_storage_clauseContext) AllLob_storage_parameters() []ILob_storage_parametersContext
- func (s *Lob_storage_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Lob_storage_clauseContext) AllSECUREFILE() []antlr.TerminalNode
- func (s *Lob_storage_clauseContext) BASICFILE(i int) antlr.TerminalNode
- func (s *Lob_storage_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Lob_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_storage_clauseContext) GetParser() antlr.Parser
- func (s *Lob_storage_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Lob_storage_clauseContext) IsLob_storage_clauseContext()
- func (s *Lob_storage_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Lob_storage_clauseContext) LOB() antlr.TerminalNode
- func (s *Lob_storage_clauseContext) Lob_item(i int) ILob_itemContext
- func (s *Lob_storage_clauseContext) Lob_segname(i int) ILob_segnameContext
- func (s *Lob_storage_clauseContext) Lob_storage_parameters(i int) ILob_storage_parametersContext
- func (s *Lob_storage_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Lob_storage_clauseContext) SECUREFILE(i int) antlr.TerminalNode
- func (s *Lob_storage_clauseContext) STORE() antlr.TerminalNode
- func (s *Lob_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lob_storage_parametersContext
- func (s *Lob_storage_parametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lob_storage_parametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lob_storage_parametersContext) GetParser() antlr.Parser
- func (s *Lob_storage_parametersContext) GetRuleContext() antlr.RuleContext
- func (*Lob_storage_parametersContext) IsLob_storage_parametersContext()
- func (s *Lob_storage_parametersContext) Lob_parameters() ILob_parametersContext
- func (s *Lob_storage_parametersContext) Storage_clause() IStorage_clauseContext
- func (s *Lob_storage_parametersContext) TABLESPACE() antlr.TerminalNode
- func (s *Lob_storage_parametersContext) Tablespace() ITablespaceContext
- func (s *Lob_storage_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Local_domain_index_clauseContext
- func (s *Local_domain_index_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) AllOdci_parameters() []IOdci_parametersContext
- func (s *Local_domain_index_clauseContext) AllPARAMETERS() []antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) AllPARTITION() []antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) AllPartition_name() []IPartition_nameContext
- func (s *Local_domain_index_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Local_domain_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Local_domain_index_clauseContext) GetParser() antlr.Parser
- func (s *Local_domain_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Local_domain_index_clauseContext) IsLocal_domain_index_clauseContext()
- func (s *Local_domain_index_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) LOCAL() antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) Odci_parameters(i int) IOdci_parametersContext
- func (s *Local_domain_index_clauseContext) PARAMETERS(i int) antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) PARTITION(i int) antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) Partition_name(i int) IPartition_nameContext
- func (s *Local_domain_index_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Local_domain_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Local_partitioned_indexContext
- func (s *Local_partitioned_indexContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Local_partitioned_indexContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Local_partitioned_indexContext) GetParser() antlr.Parser
- func (s *Local_partitioned_indexContext) GetRuleContext() antlr.RuleContext
- func (*Local_partitioned_indexContext) IsLocal_partitioned_indexContext()
- func (s *Local_partitioned_indexContext) LOCAL() antlr.TerminalNode
- func (s *Local_partitioned_indexContext) On_comp_partitioned_table() IOn_comp_partitioned_tableContext
- func (s *Local_partitioned_indexContext) On_hash_partitioned_table() IOn_hash_partitioned_tableContext
- func (s *Local_partitioned_indexContext) On_list_partitioned_table() IOn_list_partitioned_tableContext
- func (s *Local_partitioned_indexContext) On_range_partitioned_table() IOn_range_partitioned_tableContext
- func (s *Local_partitioned_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Local_xmlindex_clauseContext
- func (s *Local_xmlindex_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) AllPARTITION() []antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) AllPartition_name() []IPartition_nameContext
- func (s *Local_xmlindex_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Local_xmlindex_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Local_xmlindex_clauseContext) GetParser() antlr.Parser
- func (s *Local_xmlindex_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Local_xmlindex_clauseContext) IsLocal_xmlindex_clauseContext()
- func (s *Local_xmlindex_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) LOCAL() antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) PARTITION(i int) antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) Partition_name(i int) IPartition_nameContext
- func (s *Local_xmlindex_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Local_xmlindex_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lock_modeContext
- func (s *Lock_modeContext) EXCLUSIVE() antlr.TerminalNode
- func (s *Lock_modeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lock_modeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lock_modeContext) GetParser() antlr.Parser
- func (s *Lock_modeContext) GetRuleContext() antlr.RuleContext
- func (*Lock_modeContext) IsLock_modeContext()
- func (s *Lock_modeContext) ROW() antlr.TerminalNode
- func (s *Lock_modeContext) SHARE() antlr.TerminalNode
- func (s *Lock_modeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Lock_modeContext) UPDATE() antlr.TerminalNode
- type Lock_table_elementContext
- func (s *Lock_table_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lock_table_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lock_table_elementContext) GetParser() antlr.Parser
- func (s *Lock_table_elementContext) GetRuleContext() antlr.RuleContext
- func (*Lock_table_elementContext) IsLock_table_elementContext()
- func (s *Lock_table_elementContext) Partition_extension_clause() IPartition_extension_clauseContext
- func (s *Lock_table_elementContext) Tableview_name() ITableview_nameContext
- func (s *Lock_table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Lock_table_statementContext
- func (s *Lock_table_statementContext) AllCOMMA() []antlr.TerminalNode
- func (s *Lock_table_statementContext) AllLock_table_element() []ILock_table_elementContext
- func (s *Lock_table_statementContext) COMMA(i int) antlr.TerminalNode
- func (s *Lock_table_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lock_table_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lock_table_statementContext) GetParser() antlr.Parser
- func (s *Lock_table_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Lock_table_statementContext) IN() antlr.TerminalNode
- func (*Lock_table_statementContext) IsLock_table_statementContext()
- func (s *Lock_table_statementContext) LOCK() antlr.TerminalNode
- func (s *Lock_table_statementContext) Lock_mode() ILock_modeContext
- func (s *Lock_table_statementContext) Lock_table_element(i int) ILock_table_elementContext
- func (s *Lock_table_statementContext) MODE() antlr.TerminalNode
- func (s *Lock_table_statementContext) TABLE() antlr.TerminalNode
- func (s *Lock_table_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Lock_table_statementContext) Wait_nowait_part() IWait_nowait_partContext
- type Log_file_groupContext
- func (s *Log_file_groupContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Log_file_groupContext) COMMA() antlr.TerminalNode
- func (s *Log_file_groupContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Log_file_groupContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Log_file_groupContext) GROUP() antlr.TerminalNode
- func (s *Log_file_groupContext) GetParser() antlr.Parser
- func (s *Log_file_groupContext) GetRuleContext() antlr.RuleContext
- func (*Log_file_groupContext) IsLog_file_groupContext()
- func (s *Log_file_groupContext) THREAD() antlr.TerminalNode
- func (s *Log_file_groupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Log_file_groupContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Log_grpContext
- func (s *Log_grpContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Log_grpContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Log_grpContext) GetParser() antlr.Parser
- func (s *Log_grpContext) GetRuleContext() antlr.RuleContext
- func (*Log_grpContext) IsLog_grpContext()
- func (s *Log_grpContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Log_grpContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Logfile_clausesContext
- func (s *Logfile_clausesContext) ARCHIVELOG() antlr.TerminalNode
- func (s *Logfile_clausesContext) Add_logfile_clauses() IAdd_logfile_clausesContext
- func (s *Logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Logfile_clausesContext) AllFilename() []IFilenameContext
- func (s *Logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
- func (s *Logfile_clausesContext) CLEAR() antlr.TerminalNode
- func (s *Logfile_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Logfile_clausesContext) DATAFILE() antlr.TerminalNode
- func (s *Logfile_clausesContext) Drop_logfile_clauses() IDrop_logfile_clausesContext
- func (s *Logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Logfile_clausesContext) FILE() antlr.TerminalNode
- func (s *Logfile_clausesContext) FORCE() antlr.TerminalNode
- func (s *Logfile_clausesContext) Filename(i int) IFilenameContext
- func (s *Logfile_clausesContext) GetParser() antlr.Parser
- func (s *Logfile_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Logfile_clausesContext) IsLogfile_clausesContext()
- func (s *Logfile_clausesContext) LOGFILE() antlr.TerminalNode
- func (s *Logfile_clausesContext) LOGGING() antlr.TerminalNode
- func (s *Logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
- func (s *Logfile_clausesContext) MANUAL() antlr.TerminalNode
- func (s *Logfile_clausesContext) NO() antlr.TerminalNode
- func (s *Logfile_clausesContext) NOARCHIVELOG() antlr.TerminalNode
- func (s *Logfile_clausesContext) RENAME() antlr.TerminalNode
- func (s *Logfile_clausesContext) Supplemental_db_logging() ISupplemental_db_loggingContext
- func (s *Logfile_clausesContext) Switch_logfile_clause() ISwitch_logfile_clauseContext
- func (s *Logfile_clausesContext) TO() antlr.TerminalNode
- func (s *Logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Logfile_clausesContext) UNARCHIVED() antlr.TerminalNode
- func (s *Logfile_clausesContext) UNRECOVERABLE() antlr.TerminalNode
- type Logfile_descriptorContext
- func (s *Logfile_descriptorContext) AllCOMMA() []antlr.TerminalNode
- func (s *Logfile_descriptorContext) AllFilename() []IFilenameContext
- func (s *Logfile_descriptorContext) COMMA(i int) antlr.TerminalNode
- func (s *Logfile_descriptorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Logfile_descriptorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Logfile_descriptorContext) Filename(i int) IFilenameContext
- func (s *Logfile_descriptorContext) GROUP() antlr.TerminalNode
- func (s *Logfile_descriptorContext) GetParser() antlr.Parser
- func (s *Logfile_descriptorContext) GetRuleContext() antlr.RuleContext
- func (*Logfile_descriptorContext) IsLogfile_descriptorContext()
- func (s *Logfile_descriptorContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Logfile_descriptorContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Logfile_descriptorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Logfile_descriptorContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Logging_clauseContext
- func (s *Logging_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Logging_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Logging_clauseContext) FILESYSTEM_LIKE_LOGGING() antlr.TerminalNode
- func (s *Logging_clauseContext) GetParser() antlr.Parser
- func (s *Logging_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Logging_clauseContext) IsLogging_clauseContext()
- func (s *Logging_clauseContext) LOGGING() antlr.TerminalNode
- func (s *Logging_clauseContext) NOLOGGING() antlr.TerminalNode
- func (s *Logging_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Logical_expressionContext
- func (s *Logical_expressionContext) AND() antlr.TerminalNode
- func (s *Logical_expressionContext) AllLogical_expression() []ILogical_expressionContext
- func (s *Logical_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Logical_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Logical_expressionContext) GetParser() antlr.Parser
- func (s *Logical_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Logical_expressionContext) IsLogical_expressionContext()
- func (s *Logical_expressionContext) Logical_expression(i int) ILogical_expressionContext
- func (s *Logical_expressionContext) OR() antlr.TerminalNode
- func (s *Logical_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Logical_expressionContext) Unary_logical_expression() IUnary_logical_expressionContext
- type Logical_operationContext
- func (s *Logical_operationContext) A_LETTER() antlr.TerminalNode
- func (s *Logical_operationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Logical_operationContext) AllType_spec() []IType_specContext
- func (s *Logical_operationContext) COMMA(i int) antlr.TerminalNode
- func (s *Logical_operationContext) EMPTY() antlr.TerminalNode
- func (s *Logical_operationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Logical_operationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Logical_operationContext) GetParser() antlr.Parser
- func (s *Logical_operationContext) GetRuleContext() antlr.RuleContext
- func (s *Logical_operationContext) INFINITE() antlr.TerminalNode
- func (*Logical_operationContext) IsLogical_operationContext()
- func (s *Logical_operationContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Logical_operationContext) NAN() antlr.TerminalNode
- func (s *Logical_operationContext) NULL_() antlr.TerminalNode
- func (s *Logical_operationContext) OF() antlr.TerminalNode
- func (s *Logical_operationContext) ONLY() antlr.TerminalNode
- func (s *Logical_operationContext) PRESENT() antlr.TerminalNode
- func (s *Logical_operationContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Logical_operationContext) SET() antlr.TerminalNode
- func (s *Logical_operationContext) TYPE() antlr.TerminalNode
- func (s *Logical_operationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Logical_operationContext) Type_spec(i int) IType_specContext
- type Loop_statementContext
- func (s *Loop_statementContext) AllLOOP() []antlr.TerminalNode
- func (s *Loop_statementContext) Condition() IConditionContext
- func (s *Loop_statementContext) Cursor_loop_param() ICursor_loop_paramContext
- func (s *Loop_statementContext) END() antlr.TerminalNode
- func (s *Loop_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Loop_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Loop_statementContext) FOR() antlr.TerminalNode
- func (s *Loop_statementContext) GetParser() antlr.Parser
- func (s *Loop_statementContext) GetRuleContext() antlr.RuleContext
- func (*Loop_statementContext) IsLoop_statementContext()
- func (s *Loop_statementContext) LOOP(i int) antlr.TerminalNode
- func (s *Loop_statementContext) Label_declaration() ILabel_declarationContext
- func (s *Loop_statementContext) Label_name() ILabel_nameContext
- func (s *Loop_statementContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Loop_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Loop_statementContext) WHILE() antlr.TerminalNode
- type Lower_boundContext
- func (s *Lower_boundContext) Concatenation() IConcatenationContext
- func (s *Lower_boundContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Lower_boundContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Lower_boundContext) GetParser() antlr.Parser
- func (s *Lower_boundContext) GetRuleContext() antlr.RuleContext
- func (*Lower_boundContext) IsLower_boundContext()
- func (s *Lower_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Main_modelContext
- func (s *Main_modelContext) AllCell_reference_options() []ICell_reference_optionsContext
- func (s *Main_modelContext) Cell_reference_options(i int) ICell_reference_optionsContext
- func (s *Main_modelContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Main_modelContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Main_modelContext) GetParser() antlr.Parser
- func (s *Main_modelContext) GetRuleContext() antlr.RuleContext
- func (*Main_modelContext) IsMain_modelContext()
- func (s *Main_modelContext) MAIN() antlr.TerminalNode
- func (s *Main_modelContext) Main_model_name() IMain_model_nameContext
- func (s *Main_modelContext) Model_column_clauses() IModel_column_clausesContext
- func (s *Main_modelContext) Model_rules_clause() IModel_rules_clauseContext
- func (s *Main_modelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Main_model_nameContext
- func (s *Main_model_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Main_model_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Main_model_nameContext) GetParser() antlr.Parser
- func (s *Main_model_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Main_model_nameContext) Identifier() IIdentifierContext
- func (*Main_model_nameContext) IsMain_model_nameContext()
- func (s *Main_model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Managed_standby_recoveryContext
- func (s *Managed_standby_recoveryContext) AllCHANGE() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllCONSISTENT() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllCURRENT() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllDISCONNECT() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllFROM() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllLOGFILE() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllNODELAY() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllParallel_clause() []IParallel_clauseContext
- func (s *Managed_standby_recoveryContext) AllSESSION() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllUNTIL() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) AllUSING() []antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) CANCEL() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) CHANGE(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) CONSISTENT(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) CURRENT(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) DATABASE() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) DISCONNECT(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) Db_name() IDb_nameContext
- func (s *Managed_standby_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Managed_standby_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Managed_standby_recoveryContext) FINISH() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) FROM(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) GetParser() antlr.Parser
- func (s *Managed_standby_recoveryContext) GetRuleContext() antlr.RuleContext
- func (s *Managed_standby_recoveryContext) IDENTITY() antlr.TerminalNode
- func (*Managed_standby_recoveryContext) IsManaged_standby_recoveryContext()
- func (s *Managed_standby_recoveryContext) KEEP() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) LOGFILE(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) LOGICAL() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) MANAGED() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) NODELAY(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) Parallel_clause(i int) IParallel_clauseContext
- func (s *Managed_standby_recoveryContext) RECOVER() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) SESSION(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) STANDBY() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) TO() antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Managed_standby_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) UNTIL(i int) antlr.TerminalNode
- func (s *Managed_standby_recoveryContext) USING(i int) antlr.TerminalNode
- type Map_order_func_declarationContext
- func (s *Map_order_func_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Map_order_func_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Map_order_func_declarationContext) Func_decl_in_type() IFunc_decl_in_typeContext
- func (s *Map_order_func_declarationContext) GetParser() antlr.Parser
- func (s *Map_order_func_declarationContext) GetRuleContext() antlr.RuleContext
- func (*Map_order_func_declarationContext) IsMap_order_func_declarationContext()
- func (s *Map_order_func_declarationContext) MAP() antlr.TerminalNode
- func (s *Map_order_func_declarationContext) MEMBER() antlr.TerminalNode
- func (s *Map_order_func_declarationContext) ORDER() antlr.TerminalNode
- func (s *Map_order_func_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Map_order_function_specContext
- func (s *Map_order_function_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Map_order_function_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Map_order_function_specContext) GetParser() antlr.Parser
- func (s *Map_order_function_specContext) GetRuleContext() antlr.RuleContext
- func (*Map_order_function_specContext) IsMap_order_function_specContext()
- func (s *Map_order_function_specContext) MAP() antlr.TerminalNode
- func (s *Map_order_function_specContext) MEMBER() antlr.TerminalNode
- func (s *Map_order_function_specContext) ORDER() antlr.TerminalNode
- func (s *Map_order_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Map_order_function_specContext) Type_function_spec() IType_function_specContext
- type Mapping_table_clauseContext
- func (s *Mapping_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Mapping_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Mapping_table_clauseContext) GetParser() antlr.Parser
- func (s *Mapping_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Mapping_table_clauseContext) IsMapping_table_clauseContext()
- func (s *Mapping_table_clauseContext) MAPPING() antlr.TerminalNode
- func (s *Mapping_table_clauseContext) NOMAPPING() antlr.TerminalNode
- func (s *Mapping_table_clauseContext) TABLE() antlr.TerminalNode
- func (s *Mapping_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Maximize_standby_db_clauseContext
- func (s *Maximize_standby_db_clauseContext) AVAILABILITY() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) DATABASE() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Maximize_standby_db_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Maximize_standby_db_clauseContext) GetParser() antlr.Parser
- func (s *Maximize_standby_db_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Maximize_standby_db_clauseContext) IsMaximize_standby_db_clauseContext()
- func (s *Maximize_standby_db_clauseContext) MAXIMIZE() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) PERFORMANCE() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) PROTECTION() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) SET() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) TO() antlr.TerminalNode
- func (s *Maximize_standby_db_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Maxsize_clauseContext
- func (s *Maxsize_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Maxsize_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Maxsize_clauseContext) GetParser() antlr.Parser
- func (s *Maxsize_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Maxsize_clauseContext) IsMaxsize_clauseContext()
- func (s *Maxsize_clauseContext) MAXSIZE() antlr.TerminalNode
- func (s *Maxsize_clauseContext) Size_clause() ISize_clauseContext
- func (s *Maxsize_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Maxsize_clauseContext) UNLIMITED() antlr.TerminalNode
- type Merge_elementContext
- func (s *Merge_elementContext) Column_name() IColumn_nameContext
- func (s *Merge_elementContext) EQUALS_OP() antlr.TerminalNode
- func (s *Merge_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Merge_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Merge_elementContext) Expression() IExpressionContext
- func (s *Merge_elementContext) GetParser() antlr.Parser
- func (s *Merge_elementContext) GetRuleContext() antlr.RuleContext
- func (*Merge_elementContext) IsMerge_elementContext()
- func (s *Merge_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Merge_insert_clauseContext
- func (s *Merge_insert_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Merge_insert_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Merge_insert_clauseContext) GetParser() antlr.Parser
- func (s *Merge_insert_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Merge_insert_clauseContext) INSERT() antlr.TerminalNode
- func (*Merge_insert_clauseContext) IsMerge_insert_clauseContext()
- func (s *Merge_insert_clauseContext) MATCHED() antlr.TerminalNode
- func (s *Merge_insert_clauseContext) NOT() antlr.TerminalNode
- func (s *Merge_insert_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Merge_insert_clauseContext) THEN() antlr.TerminalNode
- func (s *Merge_insert_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Merge_insert_clauseContext) Values_clause() IValues_clauseContext
- func (s *Merge_insert_clauseContext) WHEN() antlr.TerminalNode
- func (s *Merge_insert_clauseContext) Where_clause() IWhere_clauseContext
- type Merge_statementContext
- func (s *Merge_statementContext) Condition() IConditionContext
- func (s *Merge_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Merge_statementContext) Error_logging_clause() IError_logging_clauseContext
- func (s *Merge_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Merge_statementContext) GetParser() antlr.Parser
- func (s *Merge_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Merge_statementContext) INTO() antlr.TerminalNode
- func (*Merge_statementContext) IsMerge_statementContext()
- func (s *Merge_statementContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Merge_statementContext) MERGE() antlr.TerminalNode
- func (s *Merge_statementContext) Merge_insert_clause() IMerge_insert_clauseContext
- func (s *Merge_statementContext) Merge_update_clause() IMerge_update_clauseContext
- func (s *Merge_statementContext) ON() antlr.TerminalNode
- func (s *Merge_statementContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Merge_statementContext) Selected_tableview() ISelected_tableviewContext
- func (s *Merge_statementContext) Table_alias() ITable_aliasContext
- func (s *Merge_statementContext) Tableview_name() ITableview_nameContext
- func (s *Merge_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Merge_statementContext) USING() antlr.TerminalNode
- type Merge_update_clauseContext
- func (s *Merge_update_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Merge_update_clauseContext) AllMerge_element() []IMerge_elementContext
- func (s *Merge_update_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Merge_update_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Merge_update_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Merge_update_clauseContext) GetParser() antlr.Parser
- func (s *Merge_update_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Merge_update_clauseContext) IsMerge_update_clauseContext()
- func (s *Merge_update_clauseContext) MATCHED() antlr.TerminalNode
- func (s *Merge_update_clauseContext) Merge_element(i int) IMerge_elementContext
- func (s *Merge_update_clauseContext) Merge_update_delete_part() IMerge_update_delete_partContext
- func (s *Merge_update_clauseContext) SET() antlr.TerminalNode
- func (s *Merge_update_clauseContext) THEN() antlr.TerminalNode
- func (s *Merge_update_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Merge_update_clauseContext) UPDATE() antlr.TerminalNode
- func (s *Merge_update_clauseContext) WHEN() antlr.TerminalNode
- func (s *Merge_update_clauseContext) Where_clause() IWhere_clauseContext
- type Merge_update_delete_partContext
- func (s *Merge_update_delete_partContext) DELETE() antlr.TerminalNode
- func (s *Merge_update_delete_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Merge_update_delete_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Merge_update_delete_partContext) GetParser() antlr.Parser
- func (s *Merge_update_delete_partContext) GetRuleContext() antlr.RuleContext
- func (*Merge_update_delete_partContext) IsMerge_update_delete_partContext()
- func (s *Merge_update_delete_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Merge_update_delete_partContext) Where_clause() IWhere_clauseContext
- type Model_clauseContext
- func (s *Model_clauseContext) AllCell_reference_options() []ICell_reference_optionsContext
- func (s *Model_clauseContext) AllReference_model() []IReference_modelContext
- func (s *Model_clauseContext) Cell_reference_options(i int) ICell_reference_optionsContext
- func (s *Model_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_clauseContext) GetParser() antlr.Parser
- func (s *Model_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Model_clauseContext) IsModel_clauseContext()
- func (s *Model_clauseContext) MODEL() antlr.TerminalNode
- func (s *Model_clauseContext) Main_model() IMain_modelContext
- func (s *Model_clauseContext) Reference_model(i int) IReference_modelContext
- func (s *Model_clauseContext) Return_rows_clause() IReturn_rows_clauseContext
- func (s *Model_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_columnContext
- func (s *Model_columnContext) Column_alias() IColumn_aliasContext
- func (s *Model_columnContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_columnContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_columnContext) Expression() IExpressionContext
- func (s *Model_columnContext) GetParser() antlr.Parser
- func (s *Model_columnContext) GetRuleContext() antlr.RuleContext
- func (*Model_columnContext) IsModel_columnContext()
- func (s *Model_columnContext) Query_block() IQuery_blockContext
- func (s *Model_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_column_clausesContext
- func (s *Model_column_clausesContext) AllModel_column_list() []IModel_column_listContext
- func (s *Model_column_clausesContext) BY() antlr.TerminalNode
- func (s *Model_column_clausesContext) DIMENSION() antlr.TerminalNode
- func (s *Model_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_column_clausesContext) GetParser() antlr.Parser
- func (s *Model_column_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Model_column_clausesContext) IsModel_column_clausesContext()
- func (s *Model_column_clausesContext) MEASURES() antlr.TerminalNode
- func (s *Model_column_clausesContext) Model_column_list(i int) IModel_column_listContext
- func (s *Model_column_clausesContext) Model_column_partition_part() IModel_column_partition_partContext
- func (s *Model_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_column_listContext
- func (s *Model_column_listContext) AllCOMMA() []antlr.TerminalNode
- func (s *Model_column_listContext) AllModel_column() []IModel_columnContext
- func (s *Model_column_listContext) COMMA(i int) antlr.TerminalNode
- func (s *Model_column_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_column_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_column_listContext) GetParser() antlr.Parser
- func (s *Model_column_listContext) GetRuleContext() antlr.RuleContext
- func (*Model_column_listContext) IsModel_column_listContext()
- func (s *Model_column_listContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Model_column_listContext) Model_column(i int) IModel_columnContext
- func (s *Model_column_listContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Model_column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_column_partition_partContext
- func (s *Model_column_partition_partContext) BY() antlr.TerminalNode
- func (s *Model_column_partition_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_column_partition_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_column_partition_partContext) GetParser() antlr.Parser
- func (s *Model_column_partition_partContext) GetRuleContext() antlr.RuleContext
- func (*Model_column_partition_partContext) IsModel_column_partition_partContext()
- func (s *Model_column_partition_partContext) Model_column_list() IModel_column_listContext
- func (s *Model_column_partition_partContext) PARTITION() antlr.TerminalNode
- func (s *Model_column_partition_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_expressionContext
- func (s *Model_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_expressionContext) GetParser() antlr.Parser
- func (s *Model_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Model_expressionContext) IsModel_expressionContext()
- func (s *Model_expressionContext) LEFT_BRACKET() antlr.TerminalNode
- func (s *Model_expressionContext) Model_expression_element() IModel_expression_elementContext
- func (s *Model_expressionContext) RIGHT_BRACKET() antlr.TerminalNode
- func (s *Model_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Model_expressionContext) Unary_expression() IUnary_expressionContext
- type Model_expression_elementContext
- func (s *Model_expression_elementContext) ANY(i int) antlr.TerminalNode
- func (s *Model_expression_elementContext) AllANY() []antlr.TerminalNode
- func (s *Model_expression_elementContext) AllCOMMA() []antlr.TerminalNode
- func (s *Model_expression_elementContext) AllExpression() []IExpressionContext
- func (s *Model_expression_elementContext) AllSingle_column_for_loop() []ISingle_column_for_loopContext
- func (s *Model_expression_elementContext) COMMA(i int) antlr.TerminalNode
- func (s *Model_expression_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_expression_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_expression_elementContext) Expression(i int) IExpressionContext
- func (s *Model_expression_elementContext) GetParser() antlr.Parser
- func (s *Model_expression_elementContext) GetRuleContext() antlr.RuleContext
- func (*Model_expression_elementContext) IsModel_expression_elementContext()
- func (s *Model_expression_elementContext) Multi_column_for_loop() IMulti_column_for_loopContext
- func (s *Model_expression_elementContext) Single_column_for_loop(i int) ISingle_column_for_loopContext
- func (s *Model_expression_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_iterate_clauseContext
- func (s *Model_iterate_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_iterate_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_iterate_clauseContext) Expression() IExpressionContext
- func (s *Model_iterate_clauseContext) GetParser() antlr.Parser
- func (s *Model_iterate_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Model_iterate_clauseContext) ITERATE() antlr.TerminalNode
- func (*Model_iterate_clauseContext) IsModel_iterate_clauseContext()
- func (s *Model_iterate_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Model_iterate_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Model_iterate_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Model_iterate_clauseContext) Until_part() IUntil_partContext
- type Model_nameContext
- func (s *Model_nameContext) AllId_expression() []IId_expressionContext
- func (s *Model_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_nameContext) GetParser() antlr.Parser
- func (s *Model_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Model_nameContext) Id_expression(i int) IId_expressionContext
- func (*Model_nameContext) IsModel_nameContext()
- func (s *Model_nameContext) PERIOD() antlr.TerminalNode
- func (s *Model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_rules_clauseContext
- func (s *Model_rules_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Model_rules_clauseContext) AllModel_rules_element() []IModel_rules_elementContext
- func (s *Model_rules_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Model_rules_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_clauseContext) GetParser() antlr.Parser
- func (s *Model_rules_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Model_rules_clauseContext) IsModel_rules_clauseContext()
- func (s *Model_rules_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Model_rules_clauseContext) Model_rules_element(i int) IModel_rules_elementContext
- func (s *Model_rules_clauseContext) Model_rules_part() IModel_rules_partContext
- func (s *Model_rules_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Model_rules_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_rules_elementContext
- func (s *Model_rules_elementContext) ALL() antlr.TerminalNode
- func (s *Model_rules_elementContext) Cell_assignment() ICell_assignmentContext
- func (s *Model_rules_elementContext) EQUALS_OP() antlr.TerminalNode
- func (s *Model_rules_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_elementContext) Expression() IExpressionContext
- func (s *Model_rules_elementContext) GetParser() antlr.Parser
- func (s *Model_rules_elementContext) GetRuleContext() antlr.RuleContext
- func (*Model_rules_elementContext) IsModel_rules_elementContext()
- func (s *Model_rules_elementContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Model_rules_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Model_rules_elementContext) UPDATE() antlr.TerminalNode
- func (s *Model_rules_elementContext) UPSERT() antlr.TerminalNode
- type Model_rules_partContext
- func (s *Model_rules_partContext) ALL() antlr.TerminalNode
- func (s *Model_rules_partContext) AUTOMATIC() antlr.TerminalNode
- func (s *Model_rules_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_rules_partContext) GetParser() antlr.Parser
- func (s *Model_rules_partContext) GetRuleContext() antlr.RuleContext
- func (*Model_rules_partContext) IsModel_rules_partContext()
- func (s *Model_rules_partContext) Model_iterate_clause() IModel_iterate_clauseContext
- func (s *Model_rules_partContext) ORDER() antlr.TerminalNode
- func (s *Model_rules_partContext) RULES() antlr.TerminalNode
- func (s *Model_rules_partContext) SEQUENTIAL() antlr.TerminalNode
- func (s *Model_rules_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Model_rules_partContext) UPDATE() antlr.TerminalNode
- func (s *Model_rules_partContext) UPSERT() antlr.TerminalNode
- type Modifier_clauseContext
- func (s *Modifier_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modifier_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modifier_clauseContext) FINAL() antlr.TerminalNode
- func (s *Modifier_clauseContext) GetParser() antlr.Parser
- func (s *Modifier_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Modifier_clauseContext) INSTANTIABLE() antlr.TerminalNode
- func (*Modifier_clauseContext) IsModifier_clauseContext()
- func (s *Modifier_clauseContext) NOT() antlr.TerminalNode
- func (s *Modifier_clauseContext) OVERRIDING() antlr.TerminalNode
- func (s *Modifier_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_col_propertiesContext
- func (s *Modify_col_propertiesContext) AllInline_constraint() []IInline_constraintContext
- func (s *Modify_col_propertiesContext) Column_name() IColumn_nameContext
- func (s *Modify_col_propertiesContext) DECRYPT() antlr.TerminalNode
- func (s *Modify_col_propertiesContext) DEFAULT() antlr.TerminalNode
- func (s *Modify_col_propertiesContext) Datatype() IDatatypeContext
- func (s *Modify_col_propertiesContext) ENCRYPT() antlr.TerminalNode
- func (s *Modify_col_propertiesContext) Encryption_spec() IEncryption_specContext
- func (s *Modify_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_col_propertiesContext) Expression() IExpressionContext
- func (s *Modify_col_propertiesContext) GetParser() antlr.Parser
- func (s *Modify_col_propertiesContext) GetRuleContext() antlr.RuleContext
- func (s *Modify_col_propertiesContext) Inline_constraint(i int) IInline_constraintContext
- func (*Modify_col_propertiesContext) IsModify_col_propertiesContext()
- func (s *Modify_col_propertiesContext) Lob_storage_clause() ILob_storage_clauseContext
- func (s *Modify_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_col_substitutableContext
- func (s *Modify_col_substitutableContext) ALL() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) AT() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) COLUMN() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) Column_name() IColumn_nameContext
- func (s *Modify_col_substitutableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_col_substitutableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_col_substitutableContext) FORCE() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) GetParser() antlr.Parser
- func (s *Modify_col_substitutableContext) GetRuleContext() antlr.RuleContext
- func (*Modify_col_substitutableContext) IsModify_col_substitutableContext()
- func (s *Modify_col_substitutableContext) LEVELS() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) NOT() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) SUBSTITUTABLE() antlr.TerminalNode
- func (s *Modify_col_substitutableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_collection_retrievalContext
- func (s *Modify_collection_retrievalContext) AS() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) Collection_item() ICollection_itemContext
- func (s *Modify_collection_retrievalContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_collection_retrievalContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_collection_retrievalContext) GetParser() antlr.Parser
- func (s *Modify_collection_retrievalContext) GetRuleContext() antlr.RuleContext
- func (*Modify_collection_retrievalContext) IsModify_collection_retrievalContext()
- func (s *Modify_collection_retrievalContext) LOCATOR() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) MODIFY() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) NESTED() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) RETURN() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) TABLE() antlr.TerminalNode
- func (s *Modify_collection_retrievalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Modify_collection_retrievalContext) VALUE() antlr.TerminalNode
- type Modify_column_clausesContext
- func (s *Modify_column_clausesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Modify_column_clausesContext) AllModify_col_properties() []IModify_col_propertiesContext
- func (s *Modify_column_clausesContext) COMMA(i int) antlr.TerminalNode
- func (s *Modify_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_column_clausesContext) GetParser() antlr.Parser
- func (s *Modify_column_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Modify_column_clausesContext) IsModify_column_clausesContext()
- func (s *Modify_column_clausesContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Modify_column_clausesContext) MODIFY() antlr.TerminalNode
- func (s *Modify_column_clausesContext) Modify_col_properties(i int) IModify_col_propertiesContext
- func (s *Modify_column_clausesContext) Modify_col_substitutable() IModify_col_substitutableContext
- func (s *Modify_column_clausesContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Modify_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_index_default_attrsContext
- func (s *Modify_index_default_attrsContext) ATTRIBUTES() antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_default_attrsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_default_attrsContext) FOR() antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) GetParser() antlr.Parser
- func (s *Modify_index_default_attrsContext) GetRuleContext() antlr.RuleContext
- func (*Modify_index_default_attrsContext) IsModify_index_default_attrsContext()
- func (s *Modify_index_default_attrsContext) Logging_clause() ILogging_clauseContext
- func (s *Modify_index_default_attrsContext) MODIFY() antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) PARTITION() antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) Partition_name() IPartition_nameContext
- func (s *Modify_index_default_attrsContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
- func (s *Modify_index_default_attrsContext) TABLESPACE() antlr.TerminalNode
- func (s *Modify_index_default_attrsContext) Tablespace() ITablespaceContext
- func (s *Modify_index_default_attrsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_index_partitionContext
- func (s *Modify_index_partitionContext) AllModify_index_partitions_ops() []IModify_index_partitions_opsContext
- func (s *Modify_index_partitionContext) BLOCK() antlr.TerminalNode
- func (s *Modify_index_partitionContext) COALESCE() antlr.TerminalNode
- func (s *Modify_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_partitionContext) GetParser() antlr.Parser
- func (s *Modify_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (*Modify_index_partitionContext) IsModify_index_partitionContext()
- func (s *Modify_index_partitionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Modify_index_partitionContext) MODIFY() antlr.TerminalNode
- func (s *Modify_index_partitionContext) Modify_index_partitions_ops(i int) IModify_index_partitions_opsContext
- func (s *Modify_index_partitionContext) Odci_parameters() IOdci_parametersContext
- func (s *Modify_index_partitionContext) PARAMETERS() antlr.TerminalNode
- func (s *Modify_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Modify_index_partitionContext) Partition_name() IPartition_nameContext
- func (s *Modify_index_partitionContext) REFERENCES() antlr.TerminalNode
- func (s *Modify_index_partitionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Modify_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Modify_index_partitionContext) UNUSABLE() antlr.TerminalNode
- func (s *Modify_index_partitionContext) UPDATE() antlr.TerminalNode
- type Modify_index_partitions_opsContext
- func (s *Modify_index_partitions_opsContext) Allocate_extent_clause() IAllocate_extent_clauseContext
- func (s *Modify_index_partitions_opsContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
- func (s *Modify_index_partitions_opsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_partitions_opsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_partitions_opsContext) GetParser() antlr.Parser
- func (s *Modify_index_partitions_opsContext) GetRuleContext() antlr.RuleContext
- func (*Modify_index_partitions_opsContext) IsModify_index_partitions_opsContext()
- func (s *Modify_index_partitions_opsContext) Key_compression() IKey_compressionContext
- func (s *Modify_index_partitions_opsContext) Logging_clause() ILogging_clauseContext
- func (s *Modify_index_partitions_opsContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
- func (s *Modify_index_partitions_opsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_index_subpartitionContext
- func (s *Modify_index_subpartitionContext) Allocate_extent_clause() IAllocate_extent_clauseContext
- func (s *Modify_index_subpartitionContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
- func (s *Modify_index_subpartitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_subpartitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_index_subpartitionContext) GetParser() antlr.Parser
- func (s *Modify_index_subpartitionContext) GetRuleContext() antlr.RuleContext
- func (*Modify_index_subpartitionContext) IsModify_index_subpartitionContext()
- func (s *Modify_index_subpartitionContext) MODIFY() antlr.TerminalNode
- func (s *Modify_index_subpartitionContext) SUBPARTITION() antlr.TerminalNode
- func (s *Modify_index_subpartitionContext) Subpartition_name() ISubpartition_nameContext
- func (s *Modify_index_subpartitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Modify_index_subpartitionContext) UNUSABLE() antlr.TerminalNode
- type Modify_lob_parametersContext
- func (s *Modify_lob_parametersContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
- func (s *Modify_lob_parametersContext) AllCACHE() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllDECRYPT() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
- func (s *Modify_lob_parametersContext) AllENCRYPT() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllEncryption_spec() []IEncryption_specContext
- func (s *Modify_lob_parametersContext) AllFREEPOOLS() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllLob_compression_clause() []ILob_compression_clauseContext
- func (s *Modify_lob_parametersContext) AllLob_deduplicate_clause() []ILob_deduplicate_clauseContext
- func (s *Modify_lob_parametersContext) AllLob_retention_clause() []ILob_retention_clauseContext
- func (s *Modify_lob_parametersContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Modify_lob_parametersContext) AllNOCACHE() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllPCTVERSION() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllREADS() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllREBUILD() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) AllShrink_clause() []IShrink_clauseContext
- func (s *Modify_lob_parametersContext) AllStorage_clause() []IStorage_clauseContext
- func (s *Modify_lob_parametersContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Modify_lob_parametersContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
- func (s *Modify_lob_parametersContext) CACHE(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) DECRYPT(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
- func (s *Modify_lob_parametersContext) ENCRYPT(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) Encryption_spec(i int) IEncryption_specContext
- func (s *Modify_lob_parametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_lob_parametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_lob_parametersContext) FREEPOOLS(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) GetParser() antlr.Parser
- func (s *Modify_lob_parametersContext) GetRuleContext() antlr.RuleContext
- func (*Modify_lob_parametersContext) IsModify_lob_parametersContext()
- func (s *Modify_lob_parametersContext) Lob_compression_clause(i int) ILob_compression_clauseContext
- func (s *Modify_lob_parametersContext) Lob_deduplicate_clause(i int) ILob_deduplicate_clauseContext
- func (s *Modify_lob_parametersContext) Lob_retention_clause(i int) ILob_retention_clauseContext
- func (s *Modify_lob_parametersContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Modify_lob_parametersContext) NOCACHE(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) PCTVERSION(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) READS(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) REBUILD(i int) antlr.TerminalNode
- func (s *Modify_lob_parametersContext) Shrink_clause(i int) IShrink_clauseContext
- func (s *Modify_lob_parametersContext) Storage_clause(i int) IStorage_clauseContext
- func (s *Modify_lob_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Modify_lob_parametersContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Modify_lob_storage_clauseContext
- func (s *Modify_lob_storage_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_lob_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_lob_storage_clauseContext) GetParser() antlr.Parser
- func (s *Modify_lob_storage_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Modify_lob_storage_clauseContext) IsModify_lob_storage_clauseContext()
- func (s *Modify_lob_storage_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) LOB() antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) Lob_item() ILob_itemContext
- func (s *Modify_lob_storage_clauseContext) MODIFY() antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) Modify_lob_parameters() IModify_lob_parametersContext
- func (s *Modify_lob_storage_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Modify_lob_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Modify_mv_column_clauseContext
- func (s *Modify_mv_column_clauseContext) Column_name() IColumn_nameContext
- func (s *Modify_mv_column_clauseContext) DECRYPT() antlr.TerminalNode
- func (s *Modify_mv_column_clauseContext) ENCRYPT() antlr.TerminalNode
- func (s *Modify_mv_column_clauseContext) Encryption_spec() IEncryption_specContext
- func (s *Modify_mv_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Modify_mv_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Modify_mv_column_clauseContext) GetParser() antlr.Parser
- func (s *Modify_mv_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Modify_mv_column_clauseContext) IsModify_mv_column_clauseContext()
- func (s *Modify_mv_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Modify_mv_column_clauseContext) MODIFY() antlr.TerminalNode
- func (s *Modify_mv_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Modify_mv_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Monitoring_nomonitoringContext
- func (s *Monitoring_nomonitoringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Monitoring_nomonitoringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Monitoring_nomonitoringContext) GetParser() antlr.Parser
- func (s *Monitoring_nomonitoringContext) GetRuleContext() antlr.RuleContext
- func (*Monitoring_nomonitoringContext) IsMonitoring_nomonitoringContext()
- func (s *Monitoring_nomonitoringContext) MONITORING() antlr.TerminalNode
- func (s *Monitoring_nomonitoringContext) NOMONITORING() antlr.TerminalNode
- func (s *Monitoring_nomonitoringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Move_mv_log_clauseContext
- func (s *Move_mv_log_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Move_mv_log_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Move_mv_log_clauseContext) GetParser() antlr.Parser
- func (s *Move_mv_log_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Move_mv_log_clauseContext) IsMove_mv_log_clauseContext()
- func (s *Move_mv_log_clauseContext) MOVE() antlr.TerminalNode
- func (s *Move_mv_log_clauseContext) Parallel_clause() IParallel_clauseContext
- func (s *Move_mv_log_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
- func (s *Move_mv_log_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Move_table_clauseContext
- func (s *Move_table_clauseContext) AllLob_storage_clause() []ILob_storage_clauseContext
- func (s *Move_table_clauseContext) AllVarray_col_properties() []IVarray_col_propertiesContext
- func (s *Move_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Move_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Move_table_clauseContext) GetParser() antlr.Parser
- func (s *Move_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Move_table_clauseContext) Index_org_table_clause() IIndex_org_table_clauseContext
- func (*Move_table_clauseContext) IsMove_table_clauseContext()
- func (s *Move_table_clauseContext) Lob_storage_clause(i int) ILob_storage_clauseContext
- func (s *Move_table_clauseContext) MOVE() antlr.TerminalNode
- func (s *Move_table_clauseContext) ONLINE() antlr.TerminalNode
- func (s *Move_table_clauseContext) Parallel_clause() IParallel_clauseContext
- func (s *Move_table_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
- func (s *Move_table_clauseContext) Table_compression() ITable_compressionContext
- func (s *Move_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Move_table_clauseContext) Varray_col_properties(i int) IVarray_col_propertiesContext
- type Multi_column_for_loopContext
- func (s *Multi_column_for_loopContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Multi_column_for_loopContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Multi_column_for_loopContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Multi_column_for_loopContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Multi_column_for_loopContext) Expressions() IExpressionsContext
- func (s *Multi_column_for_loopContext) FOR() antlr.TerminalNode
- func (s *Multi_column_for_loopContext) GetParser() antlr.Parser
- func (s *Multi_column_for_loopContext) GetRuleContext() antlr.RuleContext
- func (s *Multi_column_for_loopContext) IN() antlr.TerminalNode
- func (*Multi_column_for_loopContext) IsMulti_column_for_loopContext()
- func (s *Multi_column_for_loopContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Multi_column_for_loopContext) Paren_column_list() IParen_column_listContext
- func (s *Multi_column_for_loopContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Multi_column_for_loopContext) Subquery() ISubqueryContext
- func (s *Multi_column_for_loopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Multi_table_elementContext
- func (s *Multi_table_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Multi_table_elementContext) Error_logging_clause() IError_logging_clauseContext
- func (s *Multi_table_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Multi_table_elementContext) GetParser() antlr.Parser
- func (s *Multi_table_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Multi_table_elementContext) Insert_into_clause() IInsert_into_clauseContext
- func (*Multi_table_elementContext) IsMulti_table_elementContext()
- func (s *Multi_table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Multi_table_elementContext) Values_clause() IValues_clauseContext
- type Multi_table_insertContext
- func (s *Multi_table_insertContext) ALL() antlr.TerminalNode
- func (s *Multi_table_insertContext) AllMulti_table_element() []IMulti_table_elementContext
- func (s *Multi_table_insertContext) Conditional_insert_clause() IConditional_insert_clauseContext
- func (s *Multi_table_insertContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Multi_table_insertContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Multi_table_insertContext) GetParser() antlr.Parser
- func (s *Multi_table_insertContext) GetRuleContext() antlr.RuleContext
- func (*Multi_table_insertContext) IsMulti_table_insertContext()
- func (s *Multi_table_insertContext) Multi_table_element(i int) IMulti_table_elementContext
- func (s *Multi_table_insertContext) Select_statement() ISelect_statementContext
- func (s *Multi_table_insertContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Multiset_expressionContext
- func (s *Multiset_expressionContext) Concatenation() IConcatenationContext
- func (s *Multiset_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Multiset_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Multiset_expressionContext) GetMultiset_type() antlr.Token
- func (s *Multiset_expressionContext) GetParser() antlr.Parser
- func (s *Multiset_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Multiset_expressionContext) IsMultiset_expressionContext()
- func (s *Multiset_expressionContext) MEMBER() antlr.TerminalNode
- func (s *Multiset_expressionContext) OF() antlr.TerminalNode
- func (s *Multiset_expressionContext) Relational_expression() IRelational_expressionContext
- func (s *Multiset_expressionContext) SUBMULTISET() antlr.TerminalNode
- func (s *Multiset_expressionContext) SetMultiset_type(v antlr.Token)
- func (s *Multiset_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Mv_log_augmentationContext
- func (s *Mv_log_augmentationContext) ADD() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Mv_log_augmentationContext) AllColumn_name() []IColumn_nameContext
- func (s *Mv_log_augmentationContext) COMMA(i int) antlr.TerminalNode
- func (s *Mv_log_augmentationContext) Column_name(i int) IColumn_nameContext
- func (s *Mv_log_augmentationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Mv_log_augmentationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Mv_log_augmentationContext) GetParser() antlr.Parser
- func (s *Mv_log_augmentationContext) GetRuleContext() antlr.RuleContext
- func (s *Mv_log_augmentationContext) ID() antlr.TerminalNode
- func (*Mv_log_augmentationContext) IsMv_log_augmentationContext()
- func (s *Mv_log_augmentationContext) KEY() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) New_values_clause() INew_values_clauseContext
- func (s *Mv_log_augmentationContext) OBJECT() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) PRIMARY() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) ROWID() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) SEQUENCE() antlr.TerminalNode
- func (s *Mv_log_augmentationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Mv_log_purge_clauseContext
- func (s *Mv_log_purge_clauseContext) ASYNCHRONOUS() antlr.TerminalNode
- func (s *Mv_log_purge_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Mv_log_purge_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Mv_log_purge_clauseContext) GetParser() antlr.Parser
- func (s *Mv_log_purge_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Mv_log_purge_clauseContext) IMMEDIATE() antlr.TerminalNode
- func (*Mv_log_purge_clauseContext) IsMv_log_purge_clauseContext()
- func (s *Mv_log_purge_clauseContext) PURGE() antlr.TerminalNode
- func (s *Mv_log_purge_clauseContext) SYNCHRONOUS() antlr.TerminalNode
- func (s *Mv_log_purge_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Native_datatype_elementContext
- func (s *Native_datatype_elementContext) BFILE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) BINARY_DOUBLE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) BINARY_FLOAT() antlr.TerminalNode
- func (s *Native_datatype_elementContext) BINARY_INTEGER() antlr.TerminalNode
- func (s *Native_datatype_elementContext) BLOB() antlr.TerminalNode
- func (s *Native_datatype_elementContext) BOOLEAN() antlr.TerminalNode
- func (s *Native_datatype_elementContext) CHAR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) CHARACTER() antlr.TerminalNode
- func (s *Native_datatype_elementContext) CLOB() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DATE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DAY() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DEC() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DECIMAL() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DOUBLE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) DSINTERVAL_UNCONSTRAINED() antlr.TerminalNode
- func (s *Native_datatype_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Native_datatype_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Native_datatype_elementContext) FLOAT() antlr.TerminalNode
- func (s *Native_datatype_elementContext) GetParser() antlr.Parser
- func (s *Native_datatype_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Native_datatype_elementContext) HOUR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) INT() antlr.TerminalNode
- func (s *Native_datatype_elementContext) INTEGER() antlr.TerminalNode
- func (*Native_datatype_elementContext) IsNative_datatype_elementContext()
- func (s *Native_datatype_elementContext) LONG() antlr.TerminalNode
- func (s *Native_datatype_elementContext) MINUTE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) MLSLABEL() antlr.TerminalNode
- func (s *Native_datatype_elementContext) MONTH() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NATURAL() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NATURALN() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NCHAR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NCLOB() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NUMBER() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NUMERIC() antlr.TerminalNode
- func (s *Native_datatype_elementContext) NVARCHAR2() antlr.TerminalNode
- func (s *Native_datatype_elementContext) PLS_INTEGER() antlr.TerminalNode
- func (s *Native_datatype_elementContext) POSITIVE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) POSITIVEN() antlr.TerminalNode
- func (s *Native_datatype_elementContext) PRECISION() antlr.TerminalNode
- func (s *Native_datatype_elementContext) RAW() antlr.TerminalNode
- func (s *Native_datatype_elementContext) REAL() antlr.TerminalNode
- func (s *Native_datatype_elementContext) ROWID() antlr.TerminalNode
- func (s *Native_datatype_elementContext) SECOND() antlr.TerminalNode
- func (s *Native_datatype_elementContext) SIGNTYPE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) SIMPLE_INTEGER() antlr.TerminalNode
- func (s *Native_datatype_elementContext) SMALLINT() antlr.TerminalNode
- func (s *Native_datatype_elementContext) STRING() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMESTAMP() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMESTAMP_LTZ_UNCONSTRAINED() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMESTAMP_TZ_UNCONSTRAINED() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMESTAMP_UNCONSTRAINED() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMEZONE_ABBR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMEZONE_HOUR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMEZONE_MINUTE() antlr.TerminalNode
- func (s *Native_datatype_elementContext) TIMEZONE_REGION() antlr.TerminalNode
- func (s *Native_datatype_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Native_datatype_elementContext) UROWID() antlr.TerminalNode
- func (s *Native_datatype_elementContext) VARCHAR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) VARCHAR2() antlr.TerminalNode
- func (s *Native_datatype_elementContext) YEAR() antlr.TerminalNode
- func (s *Native_datatype_elementContext) YMINTERVAL_UNCONSTRAINED() antlr.TerminalNode
- type Nested_itemContext
- func (s *Nested_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Nested_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Nested_itemContext) GetParser() antlr.Parser
- func (s *Nested_itemContext) GetRuleContext() antlr.RuleContext
- func (*Nested_itemContext) IsNested_itemContext()
- func (s *Nested_itemContext) Regular_id() IRegular_idContext
- func (s *Nested_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Nested_table_col_propertiesContext
- func (s *Nested_table_col_propertiesContext) AS(i int) antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) AllAS() []antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) AllColumn_properties() []IColumn_propertiesContext
- func (s *Nested_table_col_propertiesContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) AllObject_properties() []IObject_propertiesContext
- func (s *Nested_table_col_propertiesContext) AllPhysical_properties() []IPhysical_propertiesContext
- func (s *Nested_table_col_propertiesContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) COLUMN_VALUE() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) Column_properties(i int) IColumn_propertiesContext
- func (s *Nested_table_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Nested_table_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Nested_table_col_propertiesContext) GLOBAL() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) GetParser() antlr.Parser
- func (s *Nested_table_col_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Nested_table_col_propertiesContext) IsNested_table_col_propertiesContext()
- func (s *Nested_table_col_propertiesContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) LOCAL() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) LOCATOR() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) NESTED() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) Nested_item() INested_itemContext
- func (s *Nested_table_col_propertiesContext) Object_properties(i int) IObject_propertiesContext
- func (s *Nested_table_col_propertiesContext) Physical_properties(i int) IPhysical_propertiesContext
- func (s *Nested_table_col_propertiesContext) RETURN() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) STORE() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
- func (s *Nested_table_col_propertiesContext) TABLE() antlr.TerminalNode
- func (s *Nested_table_col_propertiesContext) Tableview_name() ITableview_nameContext
- func (s *Nested_table_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Nested_table_col_propertiesContext) VALUE() antlr.TerminalNode
- type Nested_table_type_defContext
- func (s *Nested_table_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Nested_table_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Nested_table_type_defContext) GetParser() antlr.Parser
- func (s *Nested_table_type_defContext) GetRuleContext() antlr.RuleContext
- func (*Nested_table_type_defContext) IsNested_table_type_defContext()
- func (s *Nested_table_type_defContext) NOT() antlr.TerminalNode
- func (s *Nested_table_type_defContext) NULL_() antlr.TerminalNode
- func (s *Nested_table_type_defContext) OF() antlr.TerminalNode
- func (s *Nested_table_type_defContext) TABLE() antlr.TerminalNode
- func (s *Nested_table_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Nested_table_type_defContext) Type_spec() IType_specContext
- type Network_costContext
- func (s *Network_costContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Network_costContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Network_costContext) GetParser() antlr.Parser
- func (s *Network_costContext) GetRuleContext() antlr.RuleContext
- func (*Network_costContext) IsNetwork_costContext()
- func (s *Network_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Network_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type New_column_nameContext
- func (s *New_column_nameContext) Column_name() IColumn_nameContext
- func (s *New_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_column_nameContext) GetParser() antlr.Parser
- func (s *New_column_nameContext) GetRuleContext() antlr.RuleContext
- func (*New_column_nameContext) IsNew_column_nameContext()
- func (s *New_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type New_constraint_nameContext
- func (s *New_constraint_nameContext) Constraint_name() IConstraint_nameContext
- func (s *New_constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_constraint_nameContext) GetParser() antlr.Parser
- func (s *New_constraint_nameContext) GetRuleContext() antlr.RuleContext
- func (*New_constraint_nameContext) IsNew_constraint_nameContext()
- func (s *New_constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type New_index_nameContext
- func (s *New_index_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_index_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_index_nameContext) GetParser() antlr.Parser
- func (s *New_index_nameContext) GetRuleContext() antlr.RuleContext
- func (s *New_index_nameContext) Index_name() IIndex_nameContext
- func (*New_index_nameContext) IsNew_index_nameContext()
- func (s *New_index_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type New_partition_nameContext
- func (s *New_partition_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_partition_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_partition_nameContext) GetParser() antlr.Parser
- func (s *New_partition_nameContext) GetRuleContext() antlr.RuleContext
- func (*New_partition_nameContext) IsNew_partition_nameContext()
- func (s *New_partition_nameContext) Partition_name() IPartition_nameContext
- func (s *New_partition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type New_tablespace_nameContext
- func (s *New_tablespace_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_tablespace_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_tablespace_nameContext) GetParser() antlr.Parser
- func (s *New_tablespace_nameContext) GetRuleContext() antlr.RuleContext
- func (*New_tablespace_nameContext) IsNew_tablespace_nameContext()
- func (s *New_tablespace_nameContext) Tablespace() ITablespaceContext
- func (s *New_tablespace_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type New_values_clauseContext
- func (s *New_values_clauseContext) EXCLUDING() antlr.TerminalNode
- func (s *New_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *New_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *New_values_clauseContext) GetParser() antlr.Parser
- func (s *New_values_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *New_values_clauseContext) INCLUDING() antlr.TerminalNode
- func (*New_values_clauseContext) IsNew_values_clauseContext()
- func (s *New_values_clauseContext) NEW() antlr.TerminalNode
- func (s *New_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *New_values_clauseContext) VALUES() antlr.TerminalNode
- type Non_dml_eventContext
- func (s *Non_dml_eventContext) ALTER() antlr.TerminalNode
- func (s *Non_dml_eventContext) ANALYZE() antlr.TerminalNode
- func (s *Non_dml_eventContext) ASSOCIATE() antlr.TerminalNode
- func (s *Non_dml_eventContext) AUDIT() antlr.TerminalNode
- func (s *Non_dml_eventContext) COMMENT() antlr.TerminalNode
- func (s *Non_dml_eventContext) CREATE() antlr.TerminalNode
- func (s *Non_dml_eventContext) DATABASE() antlr.TerminalNode
- func (s *Non_dml_eventContext) DB_ROLE_CHANGE() antlr.TerminalNode
- func (s *Non_dml_eventContext) DDL() antlr.TerminalNode
- func (s *Non_dml_eventContext) DISASSOCIATE() antlr.TerminalNode
- func (s *Non_dml_eventContext) DROP() antlr.TerminalNode
- func (s *Non_dml_eventContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Non_dml_eventContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Non_dml_eventContext) FOLLOWS() antlr.TerminalNode
- func (s *Non_dml_eventContext) GRANT() antlr.TerminalNode
- func (s *Non_dml_eventContext) GetParser() antlr.Parser
- func (s *Non_dml_eventContext) GetRuleContext() antlr.RuleContext
- func (*Non_dml_eventContext) IsNon_dml_eventContext()
- func (s *Non_dml_eventContext) LOGOFF() antlr.TerminalNode
- func (s *Non_dml_eventContext) LOGON() antlr.TerminalNode
- func (s *Non_dml_eventContext) NOAUDIT() antlr.TerminalNode
- func (s *Non_dml_eventContext) RENAME() antlr.TerminalNode
- func (s *Non_dml_eventContext) REVOKE() antlr.TerminalNode
- func (s *Non_dml_eventContext) SCHEMA() antlr.TerminalNode
- func (s *Non_dml_eventContext) SERVERERROR() antlr.TerminalNode
- func (s *Non_dml_eventContext) SHUTDOWN() antlr.TerminalNode
- func (s *Non_dml_eventContext) STARTUP() antlr.TerminalNode
- func (s *Non_dml_eventContext) STATISTICS() antlr.TerminalNode
- func (s *Non_dml_eventContext) SUSPEND() antlr.TerminalNode
- func (s *Non_dml_eventContext) TRUNCATE() antlr.TerminalNode
- func (s *Non_dml_eventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Non_dml_triggerContext
- func (s *Non_dml_triggerContext) AFTER() antlr.TerminalNode
- func (s *Non_dml_triggerContext) AllNon_dml_event() []INon_dml_eventContext
- func (s *Non_dml_triggerContext) AllOR() []antlr.TerminalNode
- func (s *Non_dml_triggerContext) BEFORE() antlr.TerminalNode
- func (s *Non_dml_triggerContext) DATABASE() antlr.TerminalNode
- func (s *Non_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Non_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Non_dml_triggerContext) GetParser() antlr.Parser
- func (s *Non_dml_triggerContext) GetRuleContext() antlr.RuleContext
- func (*Non_dml_triggerContext) IsNon_dml_triggerContext()
- func (s *Non_dml_triggerContext) Non_dml_event(i int) INon_dml_eventContext
- func (s *Non_dml_triggerContext) ON() antlr.TerminalNode
- func (s *Non_dml_triggerContext) OR(i int) antlr.TerminalNode
- func (s *Non_dml_triggerContext) PERIOD() antlr.TerminalNode
- func (s *Non_dml_triggerContext) SCHEMA() antlr.TerminalNode
- func (s *Non_dml_triggerContext) Schema_name() ISchema_nameContext
- func (s *Non_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Non_reserved_keywords_in_12cContext
- func (s *Non_reserved_keywords_in_12cContext) ACL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ACTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ACTIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ACTIVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ACTIVE_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ACTIVITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ADAPTIVE_PLAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ADVANCED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) AFD_DISKSTRING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ANOMALY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ANSI_REARCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) APPLICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) APPROX_COUNT_DISTINCT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ARCHIVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ARCHIVED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ASIS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ASSIGN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) AUTO_LOGIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) AUTO_REOPTIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) AVRO() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BACKGROUND() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BATCHSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BATCH_TABLE_ACCESS_BY_ROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BEGINNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BEQUEATH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BITMAP_AND() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) BSON() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CACHING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CALCULATED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CALLBACK() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CAPACITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CDBDEFAULT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLASSIFIER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLEANUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLIENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLUSTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLUSTER_DETAILS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CLUSTER_DISTANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) COMMON_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) COMPONENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) COMPONENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CONDITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CONDITIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CONTAINERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CONTAINER_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CON_DBID_TO_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CON_GUID_TO_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CON_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CON_NAME_TO_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CON_UID_TO_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) COOKIE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) COPY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CREATE_FILE_DEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CREDENTIAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CRITICAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CUBE_AJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) CUBE_SJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DATAMOVEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DATAOBJ_TO_MAT_PARTITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DATAPUMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DATA_SECURITY_REWRITE_LIMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DAYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DB_UNIQUE_NAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DECORRELATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DEFINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DELEGATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DELETE_ALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DESTROY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DIMENSIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DISABLE_ALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DISABLE_PARALLEL_DML() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DISCARD() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DISTRIBUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DUPLICATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) DV() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EDITIONABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ELIM_GROUPBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ENABLE_ALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ENABLE_PARALLEL_DML() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EQUIPART() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EVALUATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EXISTING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EXPRESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EXTRACTCLOBXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Non_reserved_keywords_in_12cContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Non_reserved_keywords_in_12cContext) FACTOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FAILOVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FAILURE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FAMILY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FASTSTART() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FEATURE_DETAILS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FETCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FILE_NAME_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FIXED_VIEW_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) FORMAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) GATHER_OPTIMIZER_STATISTICS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) GET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) GetParser() antlr.Parser
- func (s *Non_reserved_keywords_in_12cContext) GetRuleContext() antlr.RuleContext
- func (s *Non_reserved_keywords_in_12cContext) ILM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INACTIVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INDEXING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INHERIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INMEMORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INMEMORY_PRUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INPLACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) INTERLEAVED() antlr.TerminalNode
- func (*Non_reserved_keywords_in_12cContext) IsNon_reserved_keywords_in_12cContext()
- func (s *Non_reserved_keywords_in_12cContext) JSON() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSONGET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSONPARSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_ARRAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_ARRAYAGG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_EQUAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_EXISTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_EXISTS2() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_OBJECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_OBJECTAGG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_QUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_SERIALIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS2() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) JSON_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) KEYSTORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LABEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LAX() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LIFECYCLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LINEAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LOCKING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) LOGMINING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MATCHES() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MATCH_NUMBER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MATCH_RECOGNIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MAX_SHARED_TEMP_SIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MEMCOMPRESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) METADATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MODEL_NB() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MODEL_SV() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MODIFICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MODULE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MONTHS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) MULTIDIMENSIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NEG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NOCOPY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NOKEEP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NONEDITIONABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NOPARTITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NORELOCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NOREPLAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_ADAPTIVE_PLAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_ANSI_REARCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_AUTO_REOPTIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_BATCH_TABLE_ACCESS_BY_ROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_CLUSTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_COMMON_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_DATA_SECURITY_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_DECORRELATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_ELIM_GROUPBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_GATHER_OPTIMIZER_STATISTICS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_INMEMORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_INMEMORY_PRUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_OBJECT_LINK() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PARTIAL_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PARTIAL_ROLLUP_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PQ_CONCURRENT_UNION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PQ_REPLICATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PQ_SKEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_PX_FAULT_TOLERANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_ROOT_SW_FOR_LOCAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_SQL_TRANSLATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_USE_CUBE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_USE_VECTOR_AGGREGATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_DIMS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_FACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) NO_ZONEMAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) OBJ_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) OFFSET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) OLS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) OMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_CHECK_ACL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_CHECK_PRIVILEGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_CLUSTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_USER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_USERID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER_GUID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_RAWCOMPARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_RAWCONCAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ORA_WRITE_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PARTIAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PARTIAL_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PARTIAL_ROLLUP_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PATH_PREFIX() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PATTERN() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PERIOD() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PERIOD_KEYWORD() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PERMUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PLUGGABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) POOL_16K() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) POOL_2K() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) POOL_32K() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) POOL_4K() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) POOL_8K() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PQ_CONCURRENT_UNION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PQ_DISTRIBUTE_WINDOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PQ_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PQ_REPLICATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PQ_SKEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRELOAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRETTY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PREV() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRINTBLOBTOCLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRIORITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRIVILEGED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PROXY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PRUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) PX_FAULT_TOLERANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) REALM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) REDEFINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) RELOCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) RESTART() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ROLESET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ROWID_MAPPING_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) RUNNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SAVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SCRUB() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SDO_GEOM_MBR() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SECRET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SERIAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SERVICES() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SERVICE_NAME_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SHARING() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SHELFLIFE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SOURCE_FILE_DIRECTORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SOURCE_FILE_NAME_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SQL_TRANSLATION_PROFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) STANDARD_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) STANDBYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) STATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) STATEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) STREAM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SUBSCRIBE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SUBSET() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SUCCESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYSBACKUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYSDG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYSGUID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYSKM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYSOBJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_CHECK_PRIVILEGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_GET_COL_ACLIDS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_MKXTI() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_CYCLED_SEQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_CREATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER_LIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_SUCCEEDED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_USE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_PART_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_OP_ZONE_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_RAW_TO_XSID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_XSID_TO_RAW() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_ZMAP_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) SYS_ZMAP_REFRESH() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TAG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TIER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TIES() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TO_ACLID() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TRANSLATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) TRUST() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Non_reserved_keywords_in_12cContext) UCS2() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UNCONDITIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UNMATCHED() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UNPLUG() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UNSUBSCRIBE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USER_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USER_TABLESPACES() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USE_CUBE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USE_HIDDEN_PARTITIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USE_VECTOR_AGGREGATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) USING_NO_EXPAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UTF16BE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UTF16LE() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UTF32() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) UTF8() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) V1() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) V2() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VALID_TIME_END() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_DIMS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_FACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VERIFIER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VIOLATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) VISIBILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) WEEK() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) WEEKS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) WITH_PLSQL() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) WRAPPER() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) XS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) YEARS() antlr.TerminalNode
- func (s *Non_reserved_keywords_in_12cContext) ZONEMAP() antlr.TerminalNode
- type Non_reserved_keywords_pre12cContext
- func (s *Non_reserved_keywords_pre12cContext) ABORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ABS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACCESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACCESSED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACCOUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACOS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACTIVATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACTIVE_COMPONENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACTIVE_FUNCTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ACTIVE_TAG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADD_COLUMN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADD_GROUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADD_MONTHS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADJ_DATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADMIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADMINISTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADMINISTRATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADVISE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ADVISOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AFTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ALIAS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ALLOCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ALLOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ALL_ROWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ALWAYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ANALYZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ANCILLARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AND_EQUAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ANTIJOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ANYSCHEMA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) APPEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) APPENDCHILDXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) APPEND_VALUES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) APPLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ARCHIVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ARCHIVELOG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ARRAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASCII() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASCIISTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASSEMBLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASSOCIATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASYNC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ASYNCHRONOUS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ATAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ATAN2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ATTRIBUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ATTRIBUTES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTHENTICATED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTHENTICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTHID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTHORIZATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTOALLOCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTOEXTEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AUTOMATIC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AVAILABILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) AVG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BACKUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BASIC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BASICFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BECOME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BEFORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BEGIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BEGIN_OUTLINE_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BEHALF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BFILENAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BIGFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_INFINITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_NAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT_INFINITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT_NAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BINDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BIND_AWARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BIN_TO_NUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BITAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BITMAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BITMAPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BITMAP_TREE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BITS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BLOCK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BLOCKS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BLOCKSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BLOCK_RANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BODY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BOTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BOUND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BRANCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BREADTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BROADCAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BUFFER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BUFFER_CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BUFFER_POOL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BUILD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BULK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BYPASS_RECURSIVE_CHECK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BYPASS_UJVC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) BYTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CACHE_CB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CACHE_INSTANCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CACHE_TEMP_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CANCEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CARDINALITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CASCADE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CASE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CATEGORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CEIL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CELL_FLASH_CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CERTIFICATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHAINED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHANGE_DUPKEY_ERROR_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHARACTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHARTOROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHAR_CS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHECKPOINT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHECK_ACL_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHILD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHOOSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CHUNK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLASS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLEAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLOSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLOSE_CACHED_OPEN_CURSORS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLUSTERING_FACTOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLUSTER_BY_ROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLUSTER_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLUSTER_PROBABILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CLUSTER_SET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COALESCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COALESCE_SQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COARSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLLECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMNAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMNS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMN_AUTH_INDICATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMN_STATS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COLUMN_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMMITTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPATIBILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPLETE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPLIANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPOSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPOSITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPOSITE_LIMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPOUND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COMPUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONCAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONFIRM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONFORMING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_CB_WHR_ONLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_COMBINE_SW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_COST_BASED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ELIM_DUPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_FILTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ISCYCLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ISLEAF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ROOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONNECT_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONSIDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONSISTENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONSTANT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONSTRAINT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONSTRAINTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTAINER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTINUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONTROLFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORRUPTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORRUPT_XID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORRUPT_XID_ALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORR_K() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CORR_S() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COSH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COST_XML_QUERY_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COVAR_POP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) COVAR_SAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CO_AUTH_IND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CPU_COSTING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CPU_PER_CALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CPU_PER_SESSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CRASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CREATE_STORED_OUTLINES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CREATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CROSS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CROSSEDITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CSCONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CUBE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CUBE_GB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CUME_DIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CUME_DISTM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENTV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT_DATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT_SCHEMA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT_TIMESTAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURRENT_USER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURSOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURSOR_SHARING_EXACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CURSOR_SPECIFIC_SEGMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) CYCLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DANGLING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATABASE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATAFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATAFILES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATAOBJNO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATAOBJ_TO_PARTITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DATE_MODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DBA_RECYCLEBIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DBMS_STATS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DBTIMEZONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DB_ROLE_CHANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DB_VERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DDL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEALLOCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEBUG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEBUGGER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DECLARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DECOMPOSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DECR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DECREMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DECRYPT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEDUPLICATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEFAULTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEFERRABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEFERRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEFINED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEFINER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEGREE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DELAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DELETEXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEMAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DENSE_RANK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DENSE_RANKM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEPENDENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEPTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEQUEUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEREF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DEREF_NO_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DETACHED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DETERMINES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DICTIONARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DIMENSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DIRECTORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DIRECT_LOAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DIRECT_PATH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISABLE_PRESET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISABLE_RPKE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISALLOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISASSOCIATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISCONNECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISKGROUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISKS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISMOUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISTINGUISHED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DISTRIBUTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DML_UPDATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOCFIDELITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOCUMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_NO_SORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_SORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOUBLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DOWNGRADE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DRIVING_SITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DROP_COLUMN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DROP_GROUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DST_UPGRADE_INSERT_CONV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DUMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DYNAMIC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING_EST_CDN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EACH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EDITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EDITIONING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EDITIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ELEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_OBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_OUTER_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EMPTY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EMPTY_BLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EMPTY_CLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENABLE_PRESET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENCODING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENCRYPT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENCRYPTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) END_OUTLINE_DATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENFORCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENFORCED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENQUEUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENTERPRISE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENTITYESCAPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ENTRY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ERROR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ERRORS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ERROR_ARGUMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ERROR_ON_OVERLAP_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ESCAPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ESTIMATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EVALNAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EVALUATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EVENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EVERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXCEPT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXCEPTIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXCHANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXCLUDE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXCLUDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXECUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXEMPT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXISTSNODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPAND_GSET_TO_UNION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPAND_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPIRE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPLAIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPLOSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXPR_CORR_CHECK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTENDS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTERNAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTERNALLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTRA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTRACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EXTRACTVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Non_reserved_keywords_pre12cContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Non_reserved_keywords_pre12cContext) FACILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FACTORIZE_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FAILED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FAILED_LOGIN_ATTEMPTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FAILGROUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FALSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FBTSCAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FEATURE_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FEATURE_SET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FEATURE_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FILESYSTEM_LIKE_LOGGING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FINAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FINISH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FIRST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FIRSTM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FIRST_ROWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FIRST_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLAGGER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLASHBACK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLASH_CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLOOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FLUSH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FOLDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FOLLOWING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FOLLOWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FORCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FORCE_XML_QUERY_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FOREIGN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FOREVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FORWARD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FRAGMENT_NUMBER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FREELIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FREELISTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FREEPOOLS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FRESH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FROM_TZ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FULL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FULL_OUTER_JOIN_TO_OUTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FUNCTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) FUNCTIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GATHER_PLAN_STATISTICS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GBY_CONC_ROLLUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GBY_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GENERATED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GLOBAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GLOBALLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GLOBAL_NAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GLOBAL_TOPIC_ENABLED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GREATEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GROUPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GROUPING_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GROUPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GROUP_BY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GROUP_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GUARANTEE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GUARANTEED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GUARD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) GetParser() antlr.Parser
- func (s *Non_reserved_keywords_pre12cContext) GetRuleContext() antlr.RuleContext
- func (s *Non_reserved_keywords_pre12cContext) HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HASHKEYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HASH_AJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HASH_SJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HEADER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HEAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HELP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HEXTORAW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HEXTOREF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HIDDEN_KEYWORD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HIDE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HIERARCHY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HIGH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HINTSET_BEGIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HINTSET_END() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HOUR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HWM_BROKERED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) HYBRID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IDENTIFIER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IDENTITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IDGENERATORS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IDLE_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IGNORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IGNORE_OPTIM_EMBEDDED_HINTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IGNORE_ROW_ON_DUPKEY_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IGNORE_WHERE_CLAUSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IMMEDIATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IMPACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IMPORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCLUDE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCLUDE_VERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCLUDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCREMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INCREMENTAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEXED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEXTYPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEXTYPES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_ASC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_COMBINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_DESC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_FFS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_ROWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_RRS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_RS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_RS_ASC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_RS_DESC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_SCAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_SKIP_SCAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_SS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_SS_ASC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_SS_DESC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDEX_STATS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INDICATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INFINITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INFORMATIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INITCAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INITIAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INITIALIZED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INITIALLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INITRANS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INLINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INLINE_XMLTYPE_NT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXMLAFTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXMLBEFORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSERTXMLAFTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSERTXMLBEFORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTANCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTANTIABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTANTLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTEAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTR2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTR4() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTRB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INSTRC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INTERMEDIATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INTERNAL_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INTERNAL_USE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INTERPRETED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INVALIDATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) INVISIBLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IN_MEMORY_METADATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) IN_XQUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ISOLATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ISOLATION_LEVEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ITERATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ITERATION_NUMBER() antlr.TerminalNode
- func (*Non_reserved_keywords_pre12cContext) IsNon_reserved_keywords_pre12cContext()
- func (s *Non_reserved_keywords_pre12cContext) JAVA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) JOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEEP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEEP_DUPLICATES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KERBEROS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEYSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KEY_LENGTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) KILL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LAG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LAST_DAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LAST_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LATERAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LAYER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION_ENABLED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LDAP_REG_SYNC_INTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEADING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEFT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LENGTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LENGTH2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LENGTH4() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LENGTHB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LENGTHC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEVEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LEVELS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIBRARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIFE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIFETIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIKE2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIKE4() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIKEC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIKE_EXPAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LINK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LISTAGG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LNNVL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOBNVL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOBS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCALTIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCALTIMESTAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCAL_INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOCKED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGFILES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGGING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGICAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_CALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_SESSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGOFF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOGON() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOG_READ_ONLY_VIOLATIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LOWER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LPAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) LTRIM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAKE_REF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MANAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MANAGED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MANAGEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MANAGER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MANUAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAPPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MASTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MATCHED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MATERIALIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MATERIALIZED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXARCHLOGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXDATAFILES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXEXTENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXINSTANCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXLOGFILES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXLOGHISTORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXLOGMEMBERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXTRANS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MAXVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEASURE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEASURES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEDIAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEDIUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEMBER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MEMORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MERGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MERGEACTIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MERGE_AJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MERGE_CONST_ON() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MERGE_SJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) METHOD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIGRATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIGRATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINEXTENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINIMUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINUS_NULL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MINVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIRROR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIRRORCOLD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MIRRORHOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MLSLABEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MOD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_COMPILE_SUBQUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_DONTVERIFY_UNIQUENESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_DYNAMIC_SUBQUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_MIN_ANALYSIS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_NO_ANALYSIS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_PBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODEL_PUSH_REF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODIFY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MODIFY_COLUMN_TYPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MONITOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MONITORING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MONTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MONTHS_BETWEEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MOUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MOUNTPATH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MOVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MOVEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MULTISET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) MV_MERGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NAMED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NAMESPACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NANVL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NATIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NATIVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NATIVE_FULL_OUTER_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NATURAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NAV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NCHAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NCHAR_CS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NCHR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NCLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEEDED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_FAST_INSERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_GET_REFS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_REFS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_SETID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NETWORK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEW_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NEXT_DAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLJ_BATCHING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLJ_INDEX_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLJ_INDEX_SCAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLJ_PREFETCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLSSORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CALENDAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CHARACTERSET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_DECL_LEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_NAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_COMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_CURRENCY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_DATE_FORMAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_DATE_LANGUAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_INITCAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_ISO_CURRENCY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_LANG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_LANGUAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_LENGTH_SEMANTICS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_LOWER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_NCHAR_CONV_EXCP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_NUMERIC_CHARACTERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_SORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_SPECIAL_CHARS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_TERRITORY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NLS_UPPER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NL_AJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NL_SJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOAPPEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOARCHIVELOG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOAUDIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOCACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOCPU_COSTING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOCYCLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NODELAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOENTITYESCAPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOFORCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOGUARANTEE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOLOCAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOLOGGING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOMAPPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOMAXVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOMINIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOMINVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOMONITORING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NONBLOCKING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NONSCHEMA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOORDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOOVERRIDE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOPARALLEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOPARALLEL_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NORELY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOREPAIR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NORESETLOGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOREVERSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOREWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NORMAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOROWDEPENDENCIES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOSCHEMACHECK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOSEGMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOSORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOSTRICT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOSWITCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOTHING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOTIFICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NOVALIDATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_ACCESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_BASETABLE_MULTIMV_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_BIND_AWARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_BUFFER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CARTESIAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CHECK_ACL_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CLUSTER_BY_ROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_COALESCE_SQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_CB_WHR_ONLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COMBINE_SW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COST_BASED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_ELIM_DUPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_FILTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_COST_XML_QUERY_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_CPU_COSTING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_DOMAIN_INDEX_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_DST_UPGRADE_INSERT_CONV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OUTER_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND_GSET_TO_UNION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_FACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_FACTORIZE_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_FILTERING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_FULL_OUTER_JOIN_TO_OUTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_GBY_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_INDEX_FFS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_INDEX_SS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_LOAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_MERGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_MODEL_PUSH_REF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_MONITOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_MONITORING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_MULTIMV_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_NATIVE_FULL_OUTER_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_NLJ_BATCHING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_NLJ_PREFETCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_ORDER_ROLLUPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_ANTI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_INNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PARALLEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PARALLEL_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PARTIAL_COMMIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PLACE_DISTINCT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PLACE_GROUP_BY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PQ_MAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PRUNE_GSETS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PULL_PRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PUSH_PRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PUSH_SUBQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_PX_JOIN_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_QKN_BUFF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_QUERY_TRANSFORMATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_REF_CASCADE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_RESULT_CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SEMIJOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SEMI_TO_INNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SET_TO_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SQL_TUNE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_STAR_TRANSFORMATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_STATEMENT_QUEUING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_STATS_GSETS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SUBQUERY_PRUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SUBSTRB_PAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_SWAP_JOIN_INPUTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_TABLE_LOOKUP_BY_NL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_TEMP_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_TRANSFORM_DISTINCT_AGG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_UNNEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH_AGGREGATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH_GBY_FOR_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_INVISIBLE_INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_MERGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_USE_NL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_XDB_FASTPATH_INSERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE_IN_SELECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_XML_DML_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NO_XML_QUERY_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NTH_VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NTILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NULLIF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NULLS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NUMERIC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NUMTODSINTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NUMTOYMINTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NUM_INDEX_KEYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NVARCHAR2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NVL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) NVL2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OBJECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OBJECT2XML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OBJNO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OBJNO_REUSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OCCURENCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OFF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OFFLINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OIDINDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OLAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OLD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OLD_PUSH_PRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OLTP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ONLINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ONLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPAQUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPAQUE_TRANSFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPAQUE_XCANONICAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPCODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPERATIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPERATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPTIMAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPTIMIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPTIMIZER_FEATURES_ENABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPTIMIZER_GOAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPT_ESTIMATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OPT_PARAM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORADEBUG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_BRANCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_DST_AFFECTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_DST_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_DST_ERROR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_GET_ACLIDS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_GET_PRIVILEGES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_ROWSCN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_ROWSCN_RAW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_ROWVERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORA_TABVERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORDERED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORDERED_PREDICATES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORDINALITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ORGANIZATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OR_EXPAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OR_PREDICATES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OTHER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_ANTI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_INNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUTLINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUTLINE_LEAF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OUT_OF_LINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OVERFLOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OVERFLOW_NOMOVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OVERLAPS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OWNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) OWNERSHIP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PACKAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PACKAGES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARALLEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARALLEL_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARAM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARAMETERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTIALLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTITIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTITION_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTITION_LIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTITION_RANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PARTNUMINST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_GRACE_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_LIFE_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_LOCK_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_MAX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PASSWORD_VERIFY_FUNCTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PATH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PATHS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PBL_HS_BEGIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PBL_HS_END() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PCTINCREASE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PCTTHRESHOLD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PCTUSED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PCTVERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PENDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERCENTILE_CONT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERCENTILE_DISC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERCENT_KEYWORD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERCENT_RANK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERCENT_RANKM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERFORMANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERMANENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PERMISSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PHYSICAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PIKEY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PIVOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PIV_GB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PIV_SSF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLACE_DISTINCT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLACE_GROUP_BY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSCOPE_SETTINGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSQL_CCFLAGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSQL_CODE_TYPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSQL_DEBUG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSQL_OPTIMIZE_LEVEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PLSQL_WARNINGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POINT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POLICY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POST_TRANSACTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POWER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POWERMULTISET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) POWERMULTISET_BY_CARDINALITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PQ_DISTRIBUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PQ_MAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PQ_NOMAP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREBUILT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRECEDES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRECEDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRECISION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRECOMPUTE_SUBQUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICATE_REORDERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION_BOUNDS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION_COST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION_DETAILS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION_PROBABILITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREDICTION_SET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREPARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRESENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRESENTNNV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRESENTV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRESERVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRESERVE_OID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PREVIOUS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRIMARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRIVATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRIVATE_SGA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRIVILEGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PRIVILEGES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROCEDURAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROCEDURE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROCESS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROGRAM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROJECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROPAGATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROTECTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PROTECTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PULL_PRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PURGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PUSH_PRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PUSH_SUBQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PX_GRANULE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) PX_JOIN_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QB_NAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUERY_BLOCK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUEUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUEUE_CURR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUEUE_ROWP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUIESCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUORUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) QUOTA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RANDOM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RANDOM_LOCAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RANK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RANKM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RAPIDLY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RATIO_TO_REPORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RAWTOHEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RAWTONHEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RBO_OUTLINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RDBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) READ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) READS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REBALANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REBUILD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECORDS_PER_BLOCK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECOVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECOVERABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECOVERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECYCLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RECYCLEBIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REDACTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REDO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REDUCED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REDUNDANCY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFERENCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFERENCED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFERENCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFERENCING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFRESH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REFTOHEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REF_CASCADE_CURSOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGEXP_COUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGEXP_INSTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGEXP_LIKE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGEXP_REPLACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGEXP_SUBSTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGISTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_AVGX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_AVGY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_COUNT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_INTERCEPT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_R2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_SLOPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_SXX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_SXY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGR_SYY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REGULAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REJECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REKEY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RELATIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RELY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REMAINDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REMOTE_MAPPED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REMOVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REPAIR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REPEAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REPLACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REPLICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REQUIRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESETLOGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESOLVE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESOLVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESPECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESTORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESTORE_AS_INTERVALS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESTRICT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESTRICTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESTRICT_ALL_REF_CONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESUMABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RESUME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RETENTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RETRY_ON_ROW_CHANGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RETURN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RETURNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REUSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REVERSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) REWRITE_OR_ERROR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RIGHT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROLES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROLLBACK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROLLING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROLLUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROUND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWDEPENDENCIES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWIDTOCHAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWIDTONCHAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWNUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROW_LENGTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ROW_NUMBER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RPAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RTRIM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RULE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) RULES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SALT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SAMPLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SAVEPOINT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SAVE_AS_INTERVALS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SB4() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCALE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCALE_ROWS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCAN_INSTANCES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCHEDULER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCHEMA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCHEMACHECK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCN_ASCENDING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SCOPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SD_ALL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SD_INHIBIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SD_SHOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEARCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SECOND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SECUREFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SECUREFILE_DBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SECURITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEGMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEG_BLOCK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEG_FILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SELECTIVITY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEMIJOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEMIJOIN_DRIVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEMI_TO_INNER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEQUENCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEQUENCED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEQUENTIAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SERIALIZABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SERVERERROR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SESSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SESSIONS_PER_USER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SESSIONTIMEZONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SESSIONTZNAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SESSION_CACHED_CURSORS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SETS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SETTINGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SET_TO_JOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SEVERE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SHARED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SHARED_POOL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SHOW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SHRINK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SHUTDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIBLINGS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIGN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIGNAL_COMPONENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIGNAL_FUNCTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIMPLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SINGLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SINGLETASK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SINH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SKIP_() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SKIP_EXT_OPTIMIZER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SKIP_UNQ_UNUSABLE_IDX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SKIP_UNUSABLE_INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SMALLFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SNAPSHOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SOME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SORT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SOUNDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SOURCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SPACE_KEYWORD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SPECIFICATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SPFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SPLIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SPREADSHEET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SQL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SQLLDR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SQL_TRACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SQRT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STALE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STANDALONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STANDBY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STANDBY_MAX_DATA_DELAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STARTUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STAR_TRANSFORMATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATEMENTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATEMENT_ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATEMENT_QUEUING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATIC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATISTICS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_BINOMIAL_TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_CROSSTAB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_F_TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_KS_TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_MODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_MW_TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_ONE_WAY_ANOVA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEPU() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_ONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_PAIRED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STATS_WSR_TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STDDEV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STDDEV_POP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STDDEV_SAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STOP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STORAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STORE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STREAMS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRICT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRIP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRIPE_COLUMNS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRIPE_WIDTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) STRUCTURE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBMULTISET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBPARTITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBPARTITIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBPARTITION_REL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBQUERIES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBQUERY_PRUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTITUTABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTR2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTR4() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTRB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUBSTRC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUCCESSFUL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUMMARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUPPLEMENTAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SUSPEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SWAP_JOIN_INPUTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SWITCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SWITCHOVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYNC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYNCHRONOUS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSASM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSAUX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSDATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSDBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSOPER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSTEM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSTEM_DEFINED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYSTIMESTAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_AUDIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_CHECKACL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_CONNECT_BY_PATH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_CONTEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DBURIGEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DL_CURSOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_CHR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_NUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DOM_COMPARE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DST_PRIM2SEC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_DST_SEC2PRIM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ET_BFILE_TO_RAW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ET_BLOB_TO_IMAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ET_IMAGE_TO_BLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ET_RAW_TO_BFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_EXTPDTXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_EXTRACT_UTC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_FBT_INSDEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_FILTER_ACLS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_FNMATCHES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_FNREPLACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_GETTOKENID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_GETXTIVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_GET_ACLIDS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_GET_PRIVILEGES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_GUID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_MAKEXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_MAKE_XMLNODEID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_MKXMLATTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OPTLOBPRBSC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OPTXICMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OPTXQCASTASNQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ADT2BIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ADTCONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ALSCRVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ATG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BIN2ADT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BITVEC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BL2R() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER_LIST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_C2C() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CEG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CL2C() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COMBINED_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CONVERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COUNTCHG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSCONV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSCONVTEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSX_PATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DECOMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DESCEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DISTINCT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DRA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DUMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DV_CHECK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ENFORCE_NOT_NULL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_EXTRACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_GROUPING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_GUID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_IIX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ITR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LBID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2BLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2CLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2ID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2NCLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2TYP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LSVI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LVL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MAKEOID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MAP_NONNULL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MSR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NICOMBINE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NIEXTRACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NII() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NIX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NOEXPAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NTCIMG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NUMTORAW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_OIDVALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_OPNSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PARGID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PARGID_1() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PAR_1() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PIVOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_R2O() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RAWTONUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RDTM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_REF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RMTD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ROWIDTOOBJ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RPB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TOSETID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TPR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TRTB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_UNDESCEND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECAND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECBIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECXOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VREF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VVD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XMLCONS_FOR_CSX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHATG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHIDX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHOP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XTXT2SQLT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_DEPTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_MAXCHILD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_PARENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PARALLEL_TXN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_ATTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_NMSPC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNMSPC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PATH_REVERSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_PXQEXTRACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_RID_ORDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_ROW_DELTA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_SC_2_XMLT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_SYNRCIREDO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_TYPEID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_UMAKEXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLANALYZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLCONTAINS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLCONV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLEXNSURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLGEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLINSTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISNODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISTEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLLOCATOR_GETSVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETCID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETLOCATOR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETOKEY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPATHID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPTRID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETRID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETSVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETTID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLTRANSLATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLTYPE2SQL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XMLT_2_SC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQBASEURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQCASTABLEERRH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQCODEP2STR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQCODEPEQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQCON2SEQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQCONCAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQDELETE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQDFLTCOLATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQDOC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQDOCURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQDURDIV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQED4URI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQENDSWITH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQERR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQERRH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQESHTMLURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXLOBVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXSTWRP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXTRACT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXTRREF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFB2STR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNBOOL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNCMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNDATIM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNLNAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNNSURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNPREDTRUTH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNQNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNROOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFORMATNUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFTCONTAIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQFUNCR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQGETCONTENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQINDXOF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQINSERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQINSPFX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQIRI2URI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQLANG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQLLNMFRMQNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQMKNODEREF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNILLED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNODENAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNORMSPACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNORMUCODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNSP4PFX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQNSPFRMQNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPFXFRMQNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYABS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYADD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCSTBL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYDIV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYFLR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYMOD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYMUL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYRND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYSQRT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYSUB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYUMUS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYUPLS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVEQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVNE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQREF2VAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRENAME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQREPLACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRESVURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRNDHALF2EVN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRSLVQNM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYENVPGET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYVARGET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYWRP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON4XC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQDEEPEQ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQINSB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQRM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQRVS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQSUB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQTYPMATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTARTSWITH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTATBURI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTR2CODEP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTRJOIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRAFT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRBEF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQTOKENIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQTREATAS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQXFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_ASQLCNV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_ATOMCNVCHK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_NRNG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_PKSQL2XML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_UPKXML2SQL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLESPACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLESPACE_NO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLE_LOOKUP_BY_NL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABLE_STATS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TABNO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TANH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TBLORIDXPARTNUM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TEMPFILE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TEMPLATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TEMPORARY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TEMP_TABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) THAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) THE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) THEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) THREAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) THROUGH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEOUT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMESTAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_ABBR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_HOUR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_MINUTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_OFFSET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_REGION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIME_ZONE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIV_GB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TIV_SSF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TOPLEVEL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_BINARY_DOUBLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_BINARY_FLOAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_BLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_CHAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_CLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_DATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_DSINTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_LOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_MULTI_BYTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_NCHAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_NCLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_NUMBER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_SINGLE_BYTE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_TIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_TIMESTAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_TIMESTAMP_TZ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_TIME_TZ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TO_YMINTERVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRACING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRACKING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRAILING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRANSACTION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRANSFORM_DISTINCT_AGG() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRANSITION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRANSITIONAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRANSLATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TREAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRIGGERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRIM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRUNC() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRUNCATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TRUSTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TUNING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TYPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TYPES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) TZ_OFFSET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Non_reserved_keywords_pre12cContext) UB2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UBA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNARCHIVED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNBOUND() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNBOUNDED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNDER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNDO() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNDROP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNIFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNISTR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNLIMITED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNLOAD() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNLOCK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNNEST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNNEST_INNERJ_DISTINCT_VIEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNNEST_NOSEMIJ_NODISTINCTVIEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNNEST_SEMIJ_VIEW() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNPACKED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNPIVOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNPROTECTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNQUIESCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNRECOVERABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNRESTRICTED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNTIL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNUSABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UNUSED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPDATABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPDATED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPDATEXML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPD_INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPD_JOININDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPGRADE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPPER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UPSERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) UROWID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USAGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USERENV() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USERGROUP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USERS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USER_DEFINED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USER_RECYCLEBIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_ANTI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_CONCAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_HASH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_HASH_AGGREGATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_HASH_GBY_FOR_PUSHDOWN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_INVISIBLE_INDEXES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_MERGE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_MERGE_CARTESIAN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_NL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_NL_WITH_INDEX() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_PRIVATE_OUTLINES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_SEMI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_STORED_OUTLINES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_TTT_FOR_GSETS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USE_WEAK_NAME_RESL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) USING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VALIDATE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VALIDATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VALUE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VARIANCE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VARRAY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VARRAYS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VARYING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VAR_POP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VAR_SAMP() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VECTOR_READ() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VECTOR_READ_TRACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERIFY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONING() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_ENDSCN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_ENDTIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_OPERATION() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_STARTSCN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_STARTTIME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VERSIONS_XID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VIRTUAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VISIBLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VOLUME() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) VSIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WAIT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WALLET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WELLFORMED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WHEN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WHENEVER() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WHITESPACE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WIDTH_BUCKET() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WITHIN() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WITHOUT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WORK() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WRAPPED() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) WRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XDB_FASTPATH_INSERT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XML() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XML2OBJECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLATTRIBUTES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLCAST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLCDATA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLCOLATTVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLCOMMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLCONCAT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLDIFF() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLELEMENT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLEXISTS() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLEXISTS2() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLFOREST() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE_IN_SELECT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_SEL_IDX_TBL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLISNODE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLISVALID() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLNAMESPACES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLPARSE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLPATCH() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLPI() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLQUERY() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLQUERYVAL() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLROOT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLSCHEMA() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLSERIALIZE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLTABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLTRANSFORM() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLTRANSFORMBLOB() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XMLTYPE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XML_DML_RWT_STMT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XPATHTABLE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) XS_SYS_CONTEXT() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) X_DYN_PRUNE() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) YEAR() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) YES() antlr.TerminalNode
- func (s *Non_reserved_keywords_pre12cContext) ZONE() antlr.TerminalNode
- type Null_statementContext
- func (s *Null_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Null_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Null_statementContext) GetParser() antlr.Parser
- func (s *Null_statementContext) GetRuleContext() antlr.RuleContext
- func (*Null_statementContext) IsNull_statementContext()
- func (s *Null_statementContext) NULL_() antlr.TerminalNode
- func (s *Null_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NumericContext
- func (s *NumericContext) APPROXIMATE_NUM_LIT() antlr.TerminalNode
- func (s *NumericContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NumericContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NumericContext) GetParser() antlr.Parser
- func (s *NumericContext) GetRuleContext() antlr.RuleContext
- func (*NumericContext) IsNumericContext()
- func (s *NumericContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *NumericContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Numeric_functionContext
- func (s *Numeric_functionContext) ALL() antlr.TerminalNode
- func (s *Numeric_functionContext) ASTERISK() antlr.TerminalNode
- func (s *Numeric_functionContext) AVG() antlr.TerminalNode
- func (s *Numeric_functionContext) COMMA() antlr.TerminalNode
- func (s *Numeric_functionContext) COUNT() antlr.TerminalNode
- func (s *Numeric_functionContext) Concatenation() IConcatenationContext
- func (s *Numeric_functionContext) DISTINCT() antlr.TerminalNode
- func (s *Numeric_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Numeric_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Numeric_functionContext) Expression() IExpressionContext
- func (s *Numeric_functionContext) Expressions() IExpressionsContext
- func (s *Numeric_functionContext) GREATEST() antlr.TerminalNode
- func (s *Numeric_functionContext) GetParser() antlr.Parser
- func (s *Numeric_functionContext) GetRuleContext() antlr.RuleContext
- func (*Numeric_functionContext) IsNumeric_functionContext()
- func (s *Numeric_functionContext) LEAST() antlr.TerminalNode
- func (s *Numeric_functionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Numeric_functionContext) MAX() antlr.TerminalNode
- func (s *Numeric_functionContext) Over_clause() IOver_clauseContext
- func (s *Numeric_functionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Numeric_functionContext) ROUND() antlr.TerminalNode
- func (s *Numeric_functionContext) SUM() antlr.TerminalNode
- func (s *Numeric_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Numeric_functionContext) UNIQUE() antlr.TerminalNode
- func (s *Numeric_functionContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Numeric_function_nameContext
- func (s *Numeric_function_nameContext) AVG() antlr.TerminalNode
- func (s *Numeric_function_nameContext) COUNT() antlr.TerminalNode
- func (s *Numeric_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Numeric_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Numeric_function_nameContext) GetParser() antlr.Parser
- func (s *Numeric_function_nameContext) GetRuleContext() antlr.RuleContext
- func (*Numeric_function_nameContext) IsNumeric_function_nameContext()
- func (s *Numeric_function_nameContext) NVL() antlr.TerminalNode
- func (s *Numeric_function_nameContext) ROUND() antlr.TerminalNode
- func (s *Numeric_function_nameContext) SUM() antlr.TerminalNode
- func (s *Numeric_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Numeric_function_wrapperContext
- func (s *Numeric_function_wrapperContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Numeric_function_wrapperContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Numeric_function_wrapperContext) GetParser() antlr.Parser
- func (s *Numeric_function_wrapperContext) GetRuleContext() antlr.RuleContext
- func (*Numeric_function_wrapperContext) IsNumeric_function_wrapperContext()
- func (s *Numeric_function_wrapperContext) Multi_column_for_loop() IMulti_column_for_loopContext
- func (s *Numeric_function_wrapperContext) Numeric_function() INumeric_functionContext
- func (s *Numeric_function_wrapperContext) Single_column_for_loop() ISingle_column_for_loopContext
- func (s *Numeric_function_wrapperContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Numeric_negativeContext
- func (s *Numeric_negativeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Numeric_negativeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Numeric_negativeContext) GetParser() antlr.Parser
- func (s *Numeric_negativeContext) GetRuleContext() antlr.RuleContext
- func (*Numeric_negativeContext) IsNumeric_negativeContext()
- func (s *Numeric_negativeContext) MINUS_SIGN() antlr.TerminalNode
- func (s *Numeric_negativeContext) Numeric() INumericContext
- func (s *Numeric_negativeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_as_partContext
- func (s *Object_as_partContext) AS() antlr.TerminalNode
- func (s *Object_as_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_as_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_as_partContext) GetParser() antlr.Parser
- func (s *Object_as_partContext) GetRuleContext() antlr.RuleContext
- func (s *Object_as_partContext) IS() antlr.TerminalNode
- func (*Object_as_partContext) IsObject_as_partContext()
- func (s *Object_as_partContext) Nested_table_type_def() INested_table_type_defContext
- func (s *Object_as_partContext) OBJECT() antlr.TerminalNode
- func (s *Object_as_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_as_partContext) Varray_type_def() IVarray_type_defContext
- type Object_member_specContext
- func (s *Object_member_specContext) Element_spec() IElement_specContext
- func (s *Object_member_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_member_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_member_specContext) GetParser() antlr.Parser
- func (s *Object_member_specContext) GetRuleContext() antlr.RuleContext
- func (s *Object_member_specContext) Identifier() IIdentifierContext
- func (*Object_member_specContext) IsObject_member_specContext()
- func (s *Object_member_specContext) Sqlj_object_type_attr() ISqlj_object_type_attrContext
- func (s *Object_member_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_member_specContext) Type_spec() IType_specContext
- type Object_nameContext
- func (s *Object_nameContext) AllId_expression() []IId_expressionContext
- func (s *Object_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_nameContext) GetParser() antlr.Parser
- func (s *Object_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Object_nameContext) Id_expression(i int) IId_expressionContext
- func (*Object_nameContext) IsObject_nameContext()
- func (s *Object_nameContext) PERIOD() antlr.TerminalNode
- func (s *Object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_privilegeContext
- func (s *Object_privilegeContext) ALL() antlr.TerminalNode
- func (s *Object_privilegeContext) ALTER() antlr.TerminalNode
- func (s *Object_privilegeContext) ARCHIVE() antlr.TerminalNode
- func (s *Object_privilegeContext) COMMIT() antlr.TerminalNode
- func (s *Object_privilegeContext) DEBUG() antlr.TerminalNode
- func (s *Object_privilegeContext) DELETE() antlr.TerminalNode
- func (s *Object_privilegeContext) EXECUTE() antlr.TerminalNode
- func (s *Object_privilegeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_privilegeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_privilegeContext) FLASHBACK() antlr.TerminalNode
- func (s *Object_privilegeContext) GetParser() antlr.Parser
- func (s *Object_privilegeContext) GetRuleContext() antlr.RuleContext
- func (s *Object_privilegeContext) INDEX() antlr.TerminalNode
- func (s *Object_privilegeContext) INHERIT() antlr.TerminalNode
- func (s *Object_privilegeContext) INSERT() antlr.TerminalNode
- func (*Object_privilegeContext) IsObject_privilegeContext()
- func (s *Object_privilegeContext) KEEP() antlr.TerminalNode
- func (s *Object_privilegeContext) MERGE() antlr.TerminalNode
- func (s *Object_privilegeContext) ON() antlr.TerminalNode
- func (s *Object_privilegeContext) PRIVILEGES() antlr.TerminalNode
- func (s *Object_privilegeContext) QUERY() antlr.TerminalNode
- func (s *Object_privilegeContext) READ() antlr.TerminalNode
- func (s *Object_privilegeContext) REFERENCES() antlr.TerminalNode
- func (s *Object_privilegeContext) REFRESH() antlr.TerminalNode
- func (s *Object_privilegeContext) REWRITE() antlr.TerminalNode
- func (s *Object_privilegeContext) SELECT() antlr.TerminalNode
- func (s *Object_privilegeContext) SEQUENCE() antlr.TerminalNode
- func (s *Object_privilegeContext) SQL() antlr.TerminalNode
- func (s *Object_privilegeContext) TRANSLATE() antlr.TerminalNode
- func (s *Object_privilegeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_privilegeContext) UNDER() antlr.TerminalNode
- func (s *Object_privilegeContext) UPDATE() antlr.TerminalNode
- func (s *Object_privilegeContext) USE() antlr.TerminalNode
- func (s *Object_privilegeContext) VIEW() antlr.TerminalNode
- func (s *Object_privilegeContext) WRITE() antlr.TerminalNode
- type Object_propertiesContext
- func (s *Object_propertiesContext) AllCOMMA() []antlr.TerminalNode
- func (s *Object_propertiesContext) AllInline_constraint() []IInline_constraintContext
- func (s *Object_propertiesContext) Attribute_name() IAttribute_nameContext
- func (s *Object_propertiesContext) COMMA(i int) antlr.TerminalNode
- func (s *Object_propertiesContext) Column_name() IColumn_nameContext
- func (s *Object_propertiesContext) DEFAULT() antlr.TerminalNode
- func (s *Object_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_propertiesContext) Expression() IExpressionContext
- func (s *Object_propertiesContext) GetParser() antlr.Parser
- func (s *Object_propertiesContext) GetRuleContext() antlr.RuleContext
- func (s *Object_propertiesContext) Inline_constraint(i int) IInline_constraintContext
- func (s *Object_propertiesContext) Inline_ref_constraint() IInline_ref_constraintContext
- func (*Object_propertiesContext) IsObject_propertiesContext()
- func (s *Object_propertiesContext) Out_of_line_constraint() IOut_of_line_constraintContext
- func (s *Object_propertiesContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
- func (s *Object_propertiesContext) Supplemental_logging_props() ISupplemental_logging_propsContext
- func (s *Object_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_tableContext
- func (s *Object_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *Object_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
- func (s *Object_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Object_tableContext) AllObject_properties() []IObject_propertiesContext
- func (s *Object_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Object_tableContext) CACHE() antlr.TerminalNode
- func (s *Object_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *Object_tableContext) COMMIT() antlr.TerminalNode
- func (s *Object_tableContext) Column_properties() IColumn_propertiesContext
- func (s *Object_tableContext) DEFAULT() antlr.TerminalNode
- func (s *Object_tableContext) DELETE() antlr.TerminalNode
- func (s *Object_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
- func (s *Object_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_tableContext) FORCE() antlr.TerminalNode
- func (s *Object_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
- func (s *Object_tableContext) GetParser() antlr.Parser
- func (s *Object_tableContext) GetRuleContext() antlr.RuleContext
- func (*Object_tableContext) IsObject_tableContext()
- func (s *Object_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Object_tableContext) MODE() antlr.TerminalNode
- func (s *Object_tableContext) NOCACHE() antlr.TerminalNode
- func (s *Object_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
- func (s *Object_tableContext) OF() antlr.TerminalNode
- func (s *Object_tableContext) ON() antlr.TerminalNode
- func (s *Object_tableContext) Object_properties(i int) IObject_propertiesContext
- func (s *Object_tableContext) Object_table_substitution() IObject_table_substitutionContext
- func (s *Object_tableContext) Oid_clause() IOid_clauseContext
- func (s *Object_tableContext) Oid_index_clause() IOid_index_clauseContext
- func (s *Object_tableContext) PRESERVE() antlr.TerminalNode
- func (s *Object_tableContext) Parallel_clause() IParallel_clauseContext
- func (s *Object_tableContext) Physical_properties() IPhysical_propertiesContext
- func (s *Object_tableContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Object_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Object_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
- func (s *Object_tableContext) ROWS() antlr.TerminalNode
- func (s *Object_tableContext) Row_movement_clause() IRow_movement_clauseContext
- func (s *Object_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
- func (s *Object_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_tableContext) Type_name() IType_nameContext
- type Object_table_substitutionContext
- func (s *Object_table_substitutionContext) ALL() antlr.TerminalNode
- func (s *Object_table_substitutionContext) AT() antlr.TerminalNode
- func (s *Object_table_substitutionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_table_substitutionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_table_substitutionContext) GetParser() antlr.Parser
- func (s *Object_table_substitutionContext) GetRuleContext() antlr.RuleContext
- func (*Object_table_substitutionContext) IsObject_table_substitutionContext()
- func (s *Object_table_substitutionContext) LEVELS() antlr.TerminalNode
- func (s *Object_table_substitutionContext) NOT() antlr.TerminalNode
- func (s *Object_table_substitutionContext) SUBSTITUTABLE() antlr.TerminalNode
- func (s *Object_table_substitutionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_type_col_propertiesContext
- func (s *Object_type_col_propertiesContext) COLUMN() antlr.TerminalNode
- func (s *Object_type_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_type_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_type_col_propertiesContext) GetColumn() IRegular_idContext
- func (s *Object_type_col_propertiesContext) GetParser() antlr.Parser
- func (s *Object_type_col_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Object_type_col_propertiesContext) IsObject_type_col_propertiesContext()
- func (s *Object_type_col_propertiesContext) Regular_id() IRegular_idContext
- func (s *Object_type_col_propertiesContext) SetColumn(v IRegular_idContext)
- func (s *Object_type_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
- func (s *Object_type_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_type_defContext
- func (s *Object_type_defContext) AllCOMMA() []antlr.TerminalNode
- func (s *Object_type_defContext) AllModifier_clause() []IModifier_clauseContext
- func (s *Object_type_defContext) AllObject_member_spec() []IObject_member_specContext
- func (s *Object_type_defContext) COMMA(i int) antlr.TerminalNode
- func (s *Object_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_type_defContext) GetParser() antlr.Parser
- func (s *Object_type_defContext) GetRuleContext() antlr.RuleContext
- func (s *Object_type_defContext) Invoker_rights_clause() IInvoker_rights_clauseContext
- func (*Object_type_defContext) IsObject_type_defContext()
- func (s *Object_type_defContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Object_type_defContext) Modifier_clause(i int) IModifier_clauseContext
- func (s *Object_type_defContext) Object_as_part() IObject_as_partContext
- func (s *Object_type_defContext) Object_member_spec(i int) IObject_member_specContext
- func (s *Object_type_defContext) Object_under_part() IObject_under_partContext
- func (s *Object_type_defContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Object_type_defContext) Sqlj_object_type() ISqlj_object_typeContext
- func (s *Object_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Object_under_partContext
- func (s *Object_under_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_under_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_under_partContext) GetParser() antlr.Parser
- func (s *Object_under_partContext) GetRuleContext() antlr.RuleContext
- func (*Object_under_partContext) IsObject_under_partContext()
- func (s *Object_under_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_under_partContext) Type_spec() IType_specContext
- func (s *Object_under_partContext) UNDER() antlr.TerminalNode
- type Object_view_clauseContext
- func (s *Object_view_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Object_view_clauseContext) AllInline_constraint() []IInline_constraintContext
- func (s *Object_view_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Object_view_clauseContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
- func (s *Object_view_clauseContext) AllREGULAR_ID() []antlr.TerminalNode
- func (s *Object_view_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Object_view_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Object_view_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *Object_view_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Object_view_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Object_view_clauseContext) GetParser() antlr.Parser
- func (s *Object_view_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Object_view_clauseContext) ID() antlr.TerminalNode
- func (s *Object_view_clauseContext) IDENTIFIER() antlr.TerminalNode
- func (s *Object_view_clauseContext) Inline_constraint(i int) IInline_constraintContext
- func (*Object_view_clauseContext) IsObject_view_clauseContext()
- func (s *Object_view_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Object_view_clauseContext) OBJECT() antlr.TerminalNode
- func (s *Object_view_clauseContext) OF() antlr.TerminalNode
- func (s *Object_view_clauseContext) OID() antlr.TerminalNode
- func (s *Object_view_clauseContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
- func (s *Object_view_clauseContext) REGULAR_ID(i int) antlr.TerminalNode
- func (s *Object_view_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Object_view_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Object_view_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Object_view_clauseContext) Type_name() IType_nameContext
- func (s *Object_view_clauseContext) UNDER() antlr.TerminalNode
- func (s *Object_view_clauseContext) WITH() antlr.TerminalNode
- type Odci_parametersContext
- func (s *Odci_parametersContext) CHAR_STRING() antlr.TerminalNode
- func (s *Odci_parametersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Odci_parametersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Odci_parametersContext) GetParser() antlr.Parser
- func (s *Odci_parametersContext) GetRuleContext() antlr.RuleContext
- func (*Odci_parametersContext) IsOdci_parametersContext()
- func (s *Odci_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Offset_clauseContext
- func (s *Offset_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Offset_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Offset_clauseContext) Expression() IExpressionContext
- func (s *Offset_clauseContext) GetParser() antlr.Parser
- func (s *Offset_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Offset_clauseContext) IsOffset_clauseContext()
- func (s *Offset_clauseContext) OFFSET() antlr.TerminalNode
- func (s *Offset_clauseContext) ROW() antlr.TerminalNode
- func (s *Offset_clauseContext) ROWS() antlr.TerminalNode
- func (s *Offset_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Oid_clauseContext
- func (s *Oid_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Oid_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Oid_clauseContext) GENERATED() antlr.TerminalNode
- func (s *Oid_clauseContext) GetParser() antlr.Parser
- func (s *Oid_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Oid_clauseContext) IDENTIFIER() antlr.TerminalNode
- func (s *Oid_clauseContext) IS() antlr.TerminalNode
- func (*Oid_clauseContext) IsOid_clauseContext()
- func (s *Oid_clauseContext) KEY() antlr.TerminalNode
- func (s *Oid_clauseContext) OBJECT() antlr.TerminalNode
- func (s *Oid_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Oid_clauseContext) SYSTEM() antlr.TerminalNode
- func (s *Oid_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Oid_index_clauseContext
- func (s *Oid_index_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Oid_index_clauseContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Oid_index_clauseContext) AllTablespace() []ITablespaceContext
- func (s *Oid_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Oid_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Oid_index_clauseContext) GetParser() antlr.Parser
- func (s *Oid_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Oid_index_clauseContext) Index_name() IIndex_nameContext
- func (*Oid_index_clauseContext) IsOid_index_clauseContext()
- func (s *Oid_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Oid_index_clauseContext) OIDINDEX() antlr.TerminalNode
- func (s *Oid_index_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Oid_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Oid_index_clauseContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Oid_index_clauseContext) Tablespace(i int) ITablespaceContext
- func (s *Oid_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Old_column_nameContext
- func (s *Old_column_nameContext) Column_name() IColumn_nameContext
- func (s *Old_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Old_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Old_column_nameContext) GetParser() antlr.Parser
- func (s *Old_column_nameContext) GetRuleContext() antlr.RuleContext
- func (*Old_column_nameContext) IsOld_column_nameContext()
- func (s *Old_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Old_constraint_nameContext
- func (s *Old_constraint_nameContext) Constraint_name() IConstraint_nameContext
- func (s *Old_constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Old_constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Old_constraint_nameContext) GetParser() antlr.Parser
- func (s *Old_constraint_nameContext) GetRuleContext() antlr.RuleContext
- func (*Old_constraint_nameContext) IsOld_constraint_nameContext()
- func (s *Old_constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type On_comp_partitioned_clauseContext
- func (s *On_comp_partitioned_clauseContext) AllKey_compression() []IKey_compressionContext
- func (s *On_comp_partitioned_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *On_comp_partitioned_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_comp_partitioned_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_comp_partitioned_clauseContext) GetParser() antlr.Parser
- func (s *On_comp_partitioned_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *On_comp_partitioned_clauseContext) Index_subpartition_clause() IIndex_subpartition_clauseContext
- func (*On_comp_partitioned_clauseContext) IsOn_comp_partitioned_clauseContext()
- func (s *On_comp_partitioned_clauseContext) Key_compression(i int) IKey_compressionContext
- func (s *On_comp_partitioned_clauseContext) PARTITION() antlr.TerminalNode
- func (s *On_comp_partitioned_clauseContext) Partition_name() IPartition_nameContext
- func (s *On_comp_partitioned_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *On_comp_partitioned_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *On_comp_partitioned_clauseContext) UNUSABLE() antlr.TerminalNode
- type On_comp_partitioned_tableContext
- func (s *On_comp_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) AllOn_comp_partitioned_clause() []IOn_comp_partitioned_clauseContext
- func (s *On_comp_partitioned_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) AllTablespace() []ITablespaceContext
- func (s *On_comp_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_comp_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_comp_partitioned_tableContext) GetParser() antlr.Parser
- func (s *On_comp_partitioned_tableContext) GetRuleContext() antlr.RuleContext
- func (s *On_comp_partitioned_tableContext) IN() antlr.TerminalNode
- func (*On_comp_partitioned_tableContext) IsOn_comp_partitioned_tableContext()
- func (s *On_comp_partitioned_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) On_comp_partitioned_clause(i int) IOn_comp_partitioned_clauseContext
- func (s *On_comp_partitioned_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) STORE() antlr.TerminalNode
- func (s *On_comp_partitioned_tableContext) Tablespace(i int) ITablespaceContext
- func (s *On_comp_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type On_delete_clauseContext
- func (s *On_delete_clauseContext) CASCADE() antlr.TerminalNode
- func (s *On_delete_clauseContext) DELETE() antlr.TerminalNode
- func (s *On_delete_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_delete_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_delete_clauseContext) GetParser() antlr.Parser
- func (s *On_delete_clauseContext) GetRuleContext() antlr.RuleContext
- func (*On_delete_clauseContext) IsOn_delete_clauseContext()
- func (s *On_delete_clauseContext) NULL_() antlr.TerminalNode
- func (s *On_delete_clauseContext) ON() antlr.TerminalNode
- func (s *On_delete_clauseContext) SET() antlr.TerminalNode
- func (s *On_delete_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type On_hash_partitioned_clauseContext
- func (s *On_hash_partitioned_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_hash_partitioned_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_hash_partitioned_clauseContext) GetParser() antlr.Parser
- func (s *On_hash_partitioned_clauseContext) GetRuleContext() antlr.RuleContext
- func (*On_hash_partitioned_clauseContext) IsOn_hash_partitioned_clauseContext()
- func (s *On_hash_partitioned_clauseContext) Key_compression() IKey_compressionContext
- func (s *On_hash_partitioned_clauseContext) PARTITION() antlr.TerminalNode
- func (s *On_hash_partitioned_clauseContext) Partition_name() IPartition_nameContext
- func (s *On_hash_partitioned_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *On_hash_partitioned_clauseContext) Tablespace() ITablespaceContext
- func (s *On_hash_partitioned_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *On_hash_partitioned_clauseContext) UNUSABLE() antlr.TerminalNode
- type On_hash_partitioned_tableContext
- func (s *On_hash_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *On_hash_partitioned_tableContext) AllOn_hash_partitioned_clause() []IOn_hash_partitioned_clauseContext
- func (s *On_hash_partitioned_tableContext) AllTablespace() []ITablespaceContext
- func (s *On_hash_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *On_hash_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_hash_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_hash_partitioned_tableContext) GetParser() antlr.Parser
- func (s *On_hash_partitioned_tableContext) GetRuleContext() antlr.RuleContext
- func (s *On_hash_partitioned_tableContext) IN() antlr.TerminalNode
- func (*On_hash_partitioned_tableContext) IsOn_hash_partitioned_tableContext()
- func (s *On_hash_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
- func (s *On_hash_partitioned_tableContext) On_hash_partitioned_clause(i int) IOn_hash_partitioned_clauseContext
- func (s *On_hash_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *On_hash_partitioned_tableContext) STORE() antlr.TerminalNode
- func (s *On_hash_partitioned_tableContext) Tablespace(i int) ITablespaceContext
- func (s *On_hash_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type On_list_partitioned_tableContext
- func (s *On_list_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *On_list_partitioned_tableContext) AllPartitioned_table() []IPartitioned_tableContext
- func (s *On_list_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *On_list_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_list_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_list_partitioned_tableContext) GetParser() antlr.Parser
- func (s *On_list_partitioned_tableContext) GetRuleContext() antlr.RuleContext
- func (*On_list_partitioned_tableContext) IsOn_list_partitioned_tableContext()
- func (s *On_list_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
- func (s *On_list_partitioned_tableContext) Partitioned_table(i int) IPartitioned_tableContext
- func (s *On_list_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *On_list_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type On_range_partitioned_tableContext
- func (s *On_range_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *On_range_partitioned_tableContext) AllPartitioned_table() []IPartitioned_tableContext
- func (s *On_range_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *On_range_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *On_range_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *On_range_partitioned_tableContext) GetParser() antlr.Parser
- func (s *On_range_partitioned_tableContext) GetRuleContext() antlr.RuleContext
- func (*On_range_partitioned_tableContext) IsOn_range_partitioned_tableContext()
- func (s *On_range_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
- func (s *On_range_partitioned_tableContext) Partitioned_table(i int) IPartitioned_tableContext
- func (s *On_range_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *On_range_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Online_or_offlineContext
- func (s *Online_or_offlineContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Online_or_offlineContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Online_or_offlineContext) GetParser() antlr.Parser
- func (s *Online_or_offlineContext) GetRuleContext() antlr.RuleContext
- func (*Online_or_offlineContext) IsOnline_or_offlineContext()
- func (s *Online_or_offlineContext) OFFLINE() antlr.TerminalNode
- func (s *Online_or_offlineContext) ONLINE() antlr.TerminalNode
- func (s *Online_or_offlineContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Open_for_statementContext
- func (s *Open_for_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Open_for_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Open_for_statementContext) Expression() IExpressionContext
- func (s *Open_for_statementContext) FOR() antlr.TerminalNode
- func (s *Open_for_statementContext) GetParser() antlr.Parser
- func (s *Open_for_statementContext) GetRuleContext() antlr.RuleContext
- func (*Open_for_statementContext) IsOpen_for_statementContext()
- func (s *Open_for_statementContext) OPEN() antlr.TerminalNode
- func (s *Open_for_statementContext) Select_statement() ISelect_statementContext
- func (s *Open_for_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Open_for_statementContext) Using_clause() IUsing_clauseContext
- func (s *Open_for_statementContext) Variable_name() IVariable_nameContext
- type Open_statementContext
- func (s *Open_statementContext) Cursor_name() ICursor_nameContext
- func (s *Open_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Open_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Open_statementContext) Expressions() IExpressionsContext
- func (s *Open_statementContext) GetParser() antlr.Parser
- func (s *Open_statementContext) GetRuleContext() antlr.RuleContext
- func (*Open_statementContext) IsOpen_statementContext()
- func (s *Open_statementContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Open_statementContext) OPEN() antlr.TerminalNode
- func (s *Open_statementContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Open_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Oracle_namespaceContext
- func (s *Oracle_namespaceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Oracle_namespaceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Oracle_namespaceContext) GetParser() antlr.Parser
- func (s *Oracle_namespaceContext) GetRuleContext() antlr.RuleContext
- func (s *Oracle_namespaceContext) Id_expression() IId_expressionContext
- func (*Oracle_namespaceContext) IsOracle_namespaceContext()
- func (s *Oracle_namespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Order_by_clauseContext
- func (s *Order_by_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Order_by_clauseContext) AllOrder_by_elements() []IOrder_by_elementsContext
- func (s *Order_by_clauseContext) BY() antlr.TerminalNode
- func (s *Order_by_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Order_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Order_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Order_by_clauseContext) GetParser() antlr.Parser
- func (s *Order_by_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Order_by_clauseContext) IsOrder_by_clauseContext()
- func (s *Order_by_clauseContext) ORDER() antlr.TerminalNode
- func (s *Order_by_clauseContext) Order_by_elements(i int) IOrder_by_elementsContext
- func (s *Order_by_clauseContext) SIBLINGS() antlr.TerminalNode
- func (s *Order_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Order_by_elementsContext
- func (s *Order_by_elementsContext) ASC() antlr.TerminalNode
- func (s *Order_by_elementsContext) DESC() antlr.TerminalNode
- func (s *Order_by_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Order_by_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Order_by_elementsContext) Expression() IExpressionContext
- func (s *Order_by_elementsContext) FIRST() antlr.TerminalNode
- func (s *Order_by_elementsContext) GetParser() antlr.Parser
- func (s *Order_by_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Order_by_elementsContext) IsOrder_by_elementsContext()
- func (s *Order_by_elementsContext) LAST() antlr.TerminalNode
- func (s *Order_by_elementsContext) NULLS() antlr.TerminalNode
- func (s *Order_by_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Other_functionContext
- func (s *Other_functionContext) ALL() antlr.TerminalNode
- func (s *Other_functionContext) AS() antlr.TerminalNode
- func (s *Other_functionContext) ASTERISK() antlr.TerminalNode
- func (s *Other_functionContext) AllCOMMA() []antlr.TerminalNode
- func (s *Other_functionContext) AllColumn_alias() []IColumn_aliasContext
- func (s *Other_functionContext) AllConcatenation() []IConcatenationContext
- func (s *Other_functionContext) AllExpression() []IExpressionContext
- func (s *Other_functionContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Other_functionContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Other_functionContext) AllWithin_or_over_part() []IWithin_or_over_partContext
- func (s *Other_functionContext) AllXml_multiuse_expression_element() []IXml_multiuse_expression_elementContext
- func (s *Other_functionContext) BOTH() antlr.TerminalNode
- func (s *Other_functionContext) CANONICAL() antlr.TerminalNode
- func (s *Other_functionContext) CAST() antlr.TerminalNode
- func (s *Other_functionContext) CHAR_CS() antlr.TerminalNode
- func (s *Other_functionContext) COALESCE() antlr.TerminalNode
- func (s *Other_functionContext) COLLECT() antlr.TerminalNode
- func (s *Other_functionContext) COMMA(i int) antlr.TerminalNode
- func (s *Other_functionContext) COMPATIBILITY() antlr.TerminalNode
- func (s *Other_functionContext) CONTENT() antlr.TerminalNode
- func (s *Other_functionContext) COUNT() antlr.TerminalNode
- func (s *Other_functionContext) Collect_order_by_part() ICollect_order_by_partContext
- func (s *Other_functionContext) Column_alias(i int) IColumn_aliasContext
- func (s *Other_functionContext) Concatenation(i int) IConcatenationContext
- func (s *Other_functionContext) Cost_matrix_clause() ICost_matrix_clauseContext
- func (s *Other_functionContext) Cursor_name() ICursor_nameContext
- func (s *Other_functionContext) DECOMPOSE() antlr.TerminalNode
- func (s *Other_functionContext) DEFAULTS() antlr.TerminalNode
- func (s *Other_functionContext) DISTINCT() antlr.TerminalNode
- func (s *Other_functionContext) DOCUMENT() antlr.TerminalNode
- func (s *Other_functionContext) EMPTY() antlr.TerminalNode
- func (s *Other_functionContext) ENTITYESCAPING() antlr.TerminalNode
- func (s *Other_functionContext) EVALNAME() antlr.TerminalNode
- func (s *Other_functionContext) EXTRACT() antlr.TerminalNode
- func (s *Other_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Other_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Other_functionContext) Expression(i int) IExpressionContext
- func (s *Other_functionContext) Expressions() IExpressionsContext
- func (s *Other_functionContext) FIRST_VALUE() antlr.TerminalNode
- func (s *Other_functionContext) FROM() antlr.TerminalNode
- func (s *Other_functionContext) Function_argument() IFunction_argumentContext
- func (s *Other_functionContext) Function_argument_analytic() IFunction_argument_analyticContext
- func (s *Other_functionContext) Function_argument_modeling() IFunction_argument_modelingContext
- func (s *Other_functionContext) General_element_part() IGeneral_element_partContext
- func (s *Other_functionContext) GetParser() antlr.Parser
- func (s *Other_functionContext) GetRuleContext() antlr.RuleContext
- func (s *Other_functionContext) HIDE() antlr.TerminalNode
- func (s *Other_functionContext) Identifier() IIdentifierContext
- func (*Other_functionContext) IsOther_functionContext()
- func (s *Other_functionContext) LAST_VALUE() antlr.TerminalNode
- func (s *Other_functionContext) LEADING() antlr.TerminalNode
- func (s *Other_functionContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Other_functionContext) MULTISET() antlr.TerminalNode
- func (s *Other_functionContext) NAME() antlr.TerminalNode
- func (s *Other_functionContext) NCHAR_CS() antlr.TerminalNode
- func (s *Other_functionContext) NOENTITYESCAPING() antlr.TerminalNode
- func (s *Other_functionContext) NULL_() antlr.TerminalNode
- func (s *Other_functionContext) Numeric() INumericContext
- func (s *Other_functionContext) ON() antlr.TerminalNode
- func (s *Other_functionContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Other_functionContext) Over_clause() IOver_clauseContext
- func (s *Other_functionContext) Over_clause_keyword() IOver_clause_keywordContext
- func (s *Other_functionContext) PERCENT_FOUND() antlr.TerminalNode
- func (s *Other_functionContext) PERCENT_ISOPEN() antlr.TerminalNode
- func (s *Other_functionContext) PERCENT_NOTFOUND() antlr.TerminalNode
- func (s *Other_functionContext) PERCENT_ROWCOUNT() antlr.TerminalNode
- func (s *Other_functionContext) PERIOD() antlr.TerminalNode
- func (s *Other_functionContext) Quoted_string() IQuoted_stringContext
- func (s *Other_functionContext) REF() antlr.TerminalNode
- func (s *Other_functionContext) RETURNING() antlr.TerminalNode
- func (s *Other_functionContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Other_functionContext) Regular_id() IRegular_idContext
- func (s *Other_functionContext) Respect_or_ignore_nulls() IRespect_or_ignore_nullsContext
- func (s *Other_functionContext) SHOW() antlr.TerminalNode
- func (s *Other_functionContext) Standard_prediction_function_keyword() IStandard_prediction_function_keywordContext
- func (s *Other_functionContext) Subquery() ISubqueryContext
- func (s *Other_functionContext) TRAILING() antlr.TerminalNode
- func (s *Other_functionContext) TRANSLATE() antlr.TerminalNode
- func (s *Other_functionContext) TREAT() antlr.TerminalNode
- func (s *Other_functionContext) TRIM() antlr.TerminalNode
- func (s *Other_functionContext) Table_element() ITable_elementContext
- func (s *Other_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Other_functionContext) Type_spec() IType_specContext
- func (s *Other_functionContext) UNIQUE() antlr.TerminalNode
- func (s *Other_functionContext) USING() antlr.TerminalNode
- func (s *Other_functionContext) Using_clause() IUsing_clauseContext
- func (s *Other_functionContext) WELLFORMED() antlr.TerminalNode
- func (s *Other_functionContext) Within_or_over_clause_keyword() IWithin_or_over_clause_keywordContext
- func (s *Other_functionContext) Within_or_over_part(i int) IWithin_or_over_partContext
- func (s *Other_functionContext) XMLAGG() antlr.TerminalNode
- func (s *Other_functionContext) XMLCAST() antlr.TerminalNode
- func (s *Other_functionContext) XMLCOLATTVAL() antlr.TerminalNode
- func (s *Other_functionContext) XMLELEMENT() antlr.TerminalNode
- func (s *Other_functionContext) XMLEXISTS() antlr.TerminalNode
- func (s *Other_functionContext) XMLFOREST() antlr.TerminalNode
- func (s *Other_functionContext) XMLPARSE() antlr.TerminalNode
- func (s *Other_functionContext) XMLPI() antlr.TerminalNode
- func (s *Other_functionContext) XMLQUERY() antlr.TerminalNode
- func (s *Other_functionContext) XMLROOT() antlr.TerminalNode
- func (s *Other_functionContext) XMLSERIALIZE() antlr.TerminalNode
- func (s *Other_functionContext) Xml_attributes_clause() IXml_attributes_clauseContext
- func (s *Other_functionContext) Xml_multiuse_expression_element(i int) IXml_multiuse_expression_elementContext
- func (s *Other_functionContext) Xml_passing_clause() IXml_passing_clauseContext
- func (s *Other_functionContext) Xmlroot_param_standalone_part() IXmlroot_param_standalone_partContext
- func (s *Other_functionContext) Xmlroot_param_version_part() IXmlroot_param_version_partContext
- func (s *Other_functionContext) Xmlserialize_param_enconding_part() IXmlserialize_param_enconding_partContext
- func (s *Other_functionContext) Xmlserialize_param_ident_part() IXmlserialize_param_ident_partContext
- func (s *Other_functionContext) Xmlserialize_param_version_part() IXmlserialize_param_version_partContext
- func (s *Other_functionContext) Xmltable() IXmltableContext
- type Out_of_line_constraintContext
- func (s *Out_of_line_constraintContext) AllCOMMA() []antlr.TerminalNode
- func (s *Out_of_line_constraintContext) AllColumn_name() []IColumn_nameContext
- func (s *Out_of_line_constraintContext) CHECK() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) COMMA(i int) antlr.TerminalNode
- func (s *Out_of_line_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) Column_name(i int) IColumn_nameContext
- func (s *Out_of_line_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Out_of_line_constraintContext) Constraint_state() IConstraint_stateContext
- func (s *Out_of_line_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_constraintContext) Expression() IExpressionContext
- func (s *Out_of_line_constraintContext) Foreign_key_clause() IForeign_key_clauseContext
- func (s *Out_of_line_constraintContext) GetParser() antlr.Parser
- func (s *Out_of_line_constraintContext) GetRuleContext() antlr.RuleContext
- func (*Out_of_line_constraintContext) IsOut_of_line_constraintContext()
- func (s *Out_of_line_constraintContext) KEY() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) PRIMARY() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Out_of_line_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Out_of_line_constraintContext) UNIQUE() antlr.TerminalNode
- type Out_of_line_part_storageContext
- func (s *Out_of_line_part_storageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_part_storageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_part_storageContext) GetParser() antlr.Parser
- func (s *Out_of_line_part_storageContext) GetRuleContext() antlr.RuleContext
- func (*Out_of_line_part_storageContext) IsOut_of_line_part_storageContext()
- func (s *Out_of_line_part_storageContext) PARTITION() antlr.TerminalNode
- func (s *Out_of_line_part_storageContext) Partition_name() IPartition_nameContext
- func (s *Out_of_line_part_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Out_of_line_ref_constraintContext
- func (s *Out_of_line_ref_constraintContext) AllCOMMA() []antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) AllRegular_id() []IRegular_idContext
- func (s *Out_of_line_ref_constraintContext) COMMA(i int) antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) CONSTRAINT() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) Constraint_name() IConstraint_nameContext
- func (s *Out_of_line_ref_constraintContext) Constraint_state() IConstraint_stateContext
- func (s *Out_of_line_ref_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_ref_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Out_of_line_ref_constraintContext) FOR() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) FOREIGN() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) GetParser() antlr.Parser
- func (s *Out_of_line_ref_constraintContext) GetRef_col_or_attr() IRegular_idContext
- func (s *Out_of_line_ref_constraintContext) GetRuleContext() antlr.RuleContext
- func (s *Out_of_line_ref_constraintContext) IS() antlr.TerminalNode
- func (*Out_of_line_ref_constraintContext) IsOut_of_line_ref_constraintContext()
- func (s *Out_of_line_ref_constraintContext) KEY() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) REF() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) ROWID() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) References_clause() IReferences_clauseContext
- func (s *Out_of_line_ref_constraintContext) Regular_id(i int) IRegular_idContext
- func (s *Out_of_line_ref_constraintContext) SCOPE() antlr.TerminalNode
- func (s *Out_of_line_ref_constraintContext) SetRef_col_or_attr(v IRegular_idContext)
- func (s *Out_of_line_ref_constraintContext) Tableview_name() ITableview_nameContext
- func (s *Out_of_line_ref_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Out_of_line_ref_constraintContext) WITH() antlr.TerminalNode
- type Outer_join_signContext
- func (s *Outer_join_signContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Outer_join_signContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Outer_join_signContext) GetParser() antlr.Parser
- func (s *Outer_join_signContext) GetRuleContext() antlr.RuleContext
- func (*Outer_join_signContext) IsOuter_join_signContext()
- func (s *Outer_join_signContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Outer_join_signContext) PLUS_SIGN() antlr.TerminalNode
- func (s *Outer_join_signContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Outer_join_signContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Outer_join_typeContext
- func (s *Outer_join_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Outer_join_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Outer_join_typeContext) FULL() antlr.TerminalNode
- func (s *Outer_join_typeContext) GetParser() antlr.Parser
- func (s *Outer_join_typeContext) GetRuleContext() antlr.RuleContext
- func (*Outer_join_typeContext) IsOuter_join_typeContext()
- func (s *Outer_join_typeContext) LEFT() antlr.TerminalNode
- func (s *Outer_join_typeContext) OUTER() antlr.TerminalNode
- func (s *Outer_join_typeContext) RIGHT() antlr.TerminalNode
- func (s *Outer_join_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Over_clauseContext
- func (s *Over_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Over_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Over_clauseContext) GetParser() antlr.Parser
- func (s *Over_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Over_clauseContext) IsOver_clauseContext()
- func (s *Over_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Over_clauseContext) OVER() antlr.TerminalNode
- func (s *Over_clauseContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Over_clauseContext) Query_partition_clause() IQuery_partition_clauseContext
- func (s *Over_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Over_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Over_clauseContext) Windowing_clause() IWindowing_clauseContext
- type Over_clause_keywordContext
- func (s *Over_clause_keywordContext) AVG() antlr.TerminalNode
- func (s *Over_clause_keywordContext) CORR() antlr.TerminalNode
- func (s *Over_clause_keywordContext) COVAR_() antlr.TerminalNode
- func (s *Over_clause_keywordContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Over_clause_keywordContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Over_clause_keywordContext) GetParser() antlr.Parser
- func (s *Over_clause_keywordContext) GetRuleContext() antlr.RuleContext
- func (*Over_clause_keywordContext) IsOver_clause_keywordContext()
- func (s *Over_clause_keywordContext) LAG() antlr.TerminalNode
- func (s *Over_clause_keywordContext) LEAD() antlr.TerminalNode
- func (s *Over_clause_keywordContext) MAX() antlr.TerminalNode
- func (s *Over_clause_keywordContext) MEDIAN() antlr.TerminalNode
- func (s *Over_clause_keywordContext) MIN() antlr.TerminalNode
- func (s *Over_clause_keywordContext) NTILE() antlr.TerminalNode
- func (s *Over_clause_keywordContext) RATIO_TO_REPORT() antlr.TerminalNode
- func (s *Over_clause_keywordContext) REGR_() antlr.TerminalNode
- func (s *Over_clause_keywordContext) ROW_NUMBER() antlr.TerminalNode
- func (s *Over_clause_keywordContext) STDDEV() antlr.TerminalNode
- func (s *Over_clause_keywordContext) SUM() antlr.TerminalNode
- func (s *Over_clause_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Over_clause_keywordContext) VARIANCE() antlr.TerminalNode
- func (s *Over_clause_keywordContext) VAR_() antlr.TerminalNode
- type Overriding_function_specContext
- func (s *Overriding_function_specContext) AS(i int) antlr.TerminalNode
- func (s *Overriding_function_specContext) AllAS() []antlr.TerminalNode
- func (s *Overriding_function_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Overriding_function_specContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Overriding_function_specContext) Body() IBodyContext
- func (s *Overriding_function_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Overriding_function_specContext) DECLARE() antlr.TerminalNode
- func (s *Overriding_function_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Overriding_function_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Overriding_function_specContext) FUNCTION() antlr.TerminalNode
- func (s *Overriding_function_specContext) Function_name() IFunction_nameContext
- func (s *Overriding_function_specContext) GetParser() antlr.Parser
- func (s *Overriding_function_specContext) GetRuleContext() antlr.RuleContext
- func (s *Overriding_function_specContext) IS() antlr.TerminalNode
- func (*Overriding_function_specContext) IsOverriding_function_specContext()
- func (s *Overriding_function_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Overriding_function_specContext) PIPELINED() antlr.TerminalNode
- func (s *Overriding_function_specContext) RESULT() antlr.TerminalNode
- func (s *Overriding_function_specContext) RETURN() antlr.TerminalNode
- func (s *Overriding_function_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Overriding_function_specContext) SELF() antlr.TerminalNode
- func (s *Overriding_function_specContext) SEMICOLON() antlr.TerminalNode
- func (s *Overriding_function_specContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Overriding_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Overriding_function_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
- func (s *Overriding_function_specContext) Type_spec() IType_specContext
- type Overriding_subprogram_specContext
- func (s *Overriding_subprogram_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Overriding_subprogram_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Overriding_subprogram_specContext) GetParser() antlr.Parser
- func (s *Overriding_subprogram_specContext) GetRuleContext() antlr.RuleContext
- func (*Overriding_subprogram_specContext) IsOverriding_subprogram_specContext()
- func (s *Overriding_subprogram_specContext) MEMBER() antlr.TerminalNode
- func (s *Overriding_subprogram_specContext) OVERRIDING() antlr.TerminalNode
- func (s *Overriding_subprogram_specContext) Overriding_function_spec() IOverriding_function_specContext
- func (s *Overriding_subprogram_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Package_nameContext
- func (s *Package_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Package_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Package_nameContext) GetParser() antlr.Parser
- func (s *Package_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Package_nameContext) Identifier() IIdentifierContext
- func (*Package_nameContext) IsPackage_nameContext()
- func (s *Package_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Package_obj_bodyContext
- func (s *Package_obj_bodyContext) Cursor_declaration() ICursor_declarationContext
- func (s *Package_obj_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Package_obj_bodyContext) Exception_declaration() IException_declarationContext
- func (s *Package_obj_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Package_obj_bodyContext) Function_body() IFunction_bodyContext
- func (s *Package_obj_bodyContext) Function_spec() IFunction_specContext
- func (s *Package_obj_bodyContext) GetParser() antlr.Parser
- func (s *Package_obj_bodyContext) GetRuleContext() antlr.RuleContext
- func (*Package_obj_bodyContext) IsPackage_obj_bodyContext()
- func (s *Package_obj_bodyContext) Procedure_body() IProcedure_bodyContext
- func (s *Package_obj_bodyContext) Procedure_spec() IProcedure_specContext
- func (s *Package_obj_bodyContext) Subtype_declaration() ISubtype_declarationContext
- func (s *Package_obj_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Package_obj_bodyContext) Type_declaration() IType_declarationContext
- func (s *Package_obj_bodyContext) Variable_declaration() IVariable_declarationContext
- type Package_obj_specContext
- func (s *Package_obj_specContext) Cursor_declaration() ICursor_declarationContext
- func (s *Package_obj_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Package_obj_specContext) Exception_declaration() IException_declarationContext
- func (s *Package_obj_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Package_obj_specContext) Function_spec() IFunction_specContext
- func (s *Package_obj_specContext) GetParser() antlr.Parser
- func (s *Package_obj_specContext) GetRuleContext() antlr.RuleContext
- func (*Package_obj_specContext) IsPackage_obj_specContext()
- func (s *Package_obj_specContext) Pragma_declaration() IPragma_declarationContext
- func (s *Package_obj_specContext) Procedure_spec() IProcedure_specContext
- func (s *Package_obj_specContext) Subtype_declaration() ISubtype_declarationContext
- func (s *Package_obj_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Package_obj_specContext) Type_declaration() IType_declarationContext
- func (s *Package_obj_specContext) Variable_declaration() IVariable_declarationContext
- type Parallel_clauseContext
- func (s *Parallel_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Parallel_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Parallel_clauseContext) GetParallel_count() antlr.Token
- func (s *Parallel_clauseContext) GetParser() antlr.Parser
- func (s *Parallel_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Parallel_clauseContext) IsParallel_clauseContext()
- func (s *Parallel_clauseContext) NOPARALLEL() antlr.TerminalNode
- func (s *Parallel_clauseContext) PARALLEL() antlr.TerminalNode
- func (s *Parallel_clauseContext) SetParallel_count(v antlr.Token)
- func (s *Parallel_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Parallel_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Parallel_enable_clauseContext
- func (s *Parallel_enable_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Parallel_enable_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Parallel_enable_clauseContext) GetParser() antlr.Parser
- func (s *Parallel_enable_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Parallel_enable_clauseContext) IsParallel_enable_clauseContext()
- func (s *Parallel_enable_clauseContext) PARALLEL_ENABLE() antlr.TerminalNode
- func (s *Parallel_enable_clauseContext) Partition_by_clause() IPartition_by_clauseContext
- func (s *Parallel_enable_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParameterContext
- func (s *ParameterContext) AllIN() []antlr.TerminalNode
- func (s *ParameterContext) AllINOUT() []antlr.TerminalNode
- func (s *ParameterContext) AllNOCOPY() []antlr.TerminalNode
- func (s *ParameterContext) AllOUT() []antlr.TerminalNode
- func (s *ParameterContext) Default_value_part() IDefault_value_partContext
- func (s *ParameterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ParameterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ParameterContext) GetParser() antlr.Parser
- func (s *ParameterContext) GetRuleContext() antlr.RuleContext
- func (s *ParameterContext) IN(i int) antlr.TerminalNode
- func (s *ParameterContext) INOUT(i int) antlr.TerminalNode
- func (*ParameterContext) IsParameterContext()
- func (s *ParameterContext) NOCOPY(i int) antlr.TerminalNode
- func (s *ParameterContext) OUT(i int) antlr.TerminalNode
- func (s *ParameterContext) Parameter_name() IParameter_nameContext
- func (s *ParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ParameterContext) Type_spec() IType_specContext
- type Parameter_nameContext
- func (s *Parameter_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Parameter_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Parameter_nameContext) GetParser() antlr.Parser
- func (s *Parameter_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Parameter_nameContext) Identifier() IIdentifierContext
- func (*Parameter_nameContext) IsParameter_nameContext()
- func (s *Parameter_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Parameter_specContext
- func (s *Parameter_specContext) Default_value_part() IDefault_value_partContext
- func (s *Parameter_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Parameter_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Parameter_specContext) GetParser() antlr.Parser
- func (s *Parameter_specContext) GetRuleContext() antlr.RuleContext
- func (s *Parameter_specContext) IN() antlr.TerminalNode
- func (*Parameter_specContext) IsParameter_specContext()
- func (s *Parameter_specContext) Parameter_name() IParameter_nameContext
- func (s *Parameter_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Parameter_specContext) Type_spec() IType_specContext
- type Parameter_valueContext
- func (s *Parameter_valueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Parameter_valueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Parameter_valueContext) GetParser() antlr.Parser
- func (s *Parameter_valueContext) GetRuleContext() antlr.RuleContext
- func (*Parameter_valueContext) IsParameter_valueContext()
- func (s *Parameter_valueContext) Regular_id() IRegular_idContext
- func (s *Parameter_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Paren_column_listContext
- func (s *Paren_column_listContext) Column_list() IColumn_listContext
- func (s *Paren_column_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Paren_column_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Paren_column_listContext) GetParser() antlr.Parser
- func (s *Paren_column_listContext) GetRuleContext() antlr.RuleContext
- func (*Paren_column_listContext) IsParen_column_listContext()
- func (s *Paren_column_listContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Paren_column_listContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Paren_column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partial_database_recoveryContext
- func (s *Partial_database_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Partial_database_recoveryContext) AllCOMMA() []antlr.TerminalNode
- func (s *Partial_database_recoveryContext) AllFilenumber() []IFilenumberContext
- func (s *Partial_database_recoveryContext) AllTablespace() []ITablespaceContext
- func (s *Partial_database_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Partial_database_recoveryContext) COMMA(i int) antlr.TerminalNode
- func (s *Partial_database_recoveryContext) DATAFILE() antlr.TerminalNode
- func (s *Partial_database_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partial_database_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partial_database_recoveryContext) Filenumber(i int) IFilenumberContext
- func (s *Partial_database_recoveryContext) GetParser() antlr.Parser
- func (s *Partial_database_recoveryContext) GetRuleContext() antlr.RuleContext
- func (*Partial_database_recoveryContext) IsPartial_database_recoveryContext()
- func (s *Partial_database_recoveryContext) Partial_database_recovery_10g() IPartial_database_recovery_10gContext
- func (s *Partial_database_recoveryContext) TABLESPACE() antlr.TerminalNode
- func (s *Partial_database_recoveryContext) Tablespace(i int) ITablespaceContext
- func (s *Partial_database_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partial_database_recovery_10gContext
- func (s *Partial_database_recovery_10gContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) AllCOMMA() []antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) AllFilenumber() []IFilenumberContext
- func (s *Partial_database_recovery_10gContext) AllTablespace() []ITablespaceContext
- func (s *Partial_database_recovery_10gContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) COMMA(i int) antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) CONSISTENT() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) CONTROLFILE() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) DATAFILE() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partial_database_recovery_10gContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partial_database_recovery_10gContext) Filenumber(i int) IFilenumberContext
- func (s *Partial_database_recovery_10gContext) GetParser() antlr.Parser
- func (s *Partial_database_recovery_10gContext) GetRuleContext() antlr.RuleContext
- func (*Partial_database_recovery_10gContext) IsPartial_database_recovery_10gContext()
- func (s *Partial_database_recovery_10gContext) STANDBY() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) TABLESPACE() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) Tablespace(i int) ITablespaceContext
- func (s *Partial_database_recovery_10gContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Partial_database_recovery_10gContext) UNTIL() antlr.TerminalNode
- func (s *Partial_database_recovery_10gContext) WITH() antlr.TerminalNode
- type Partition_by_clauseContext
- func (s *Partition_by_clauseContext) ANY() antlr.TerminalNode
- func (s *Partition_by_clauseContext) BY() antlr.TerminalNode
- func (s *Partition_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_by_clauseContext) Expression() IExpressionContext
- func (s *Partition_by_clauseContext) GetParser() antlr.Parser
- func (s *Partition_by_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Partition_by_clauseContext) HASH() antlr.TerminalNode
- func (*Partition_by_clauseContext) IsPartition_by_clauseContext()
- func (s *Partition_by_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Partition_by_clauseContext) LIST() antlr.TerminalNode
- func (s *Partition_by_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Partition_by_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Partition_by_clauseContext) RANGE() antlr.TerminalNode
- func (s *Partition_by_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Partition_by_clauseContext) Streaming_clause() IStreaming_clauseContext
- func (s *Partition_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partition_extension_clauseContext
- func (s *Partition_extension_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_extension_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_extension_clauseContext) Expressions() IExpressionsContext
- func (s *Partition_extension_clauseContext) FOR() antlr.TerminalNode
- func (s *Partition_extension_clauseContext) GetParser() antlr.Parser
- func (s *Partition_extension_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Partition_extension_clauseContext) IsPartition_extension_clauseContext()
- func (s *Partition_extension_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Partition_extension_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Partition_extension_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Partition_extension_clauseContext) SUBPARTITION() antlr.TerminalNode
- func (s *Partition_extension_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partition_extention_clauseContext
- func (s *Partition_extention_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Partition_extention_clauseContext) AllPartition_key_value() []IPartition_key_valueContext
- func (s *Partition_extention_clauseContext) AllSubpartition_key_value() []ISubpartition_key_valueContext
- func (s *Partition_extention_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Partition_extention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_extention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_extention_clauseContext) FOR() antlr.TerminalNode
- func (s *Partition_extention_clauseContext) GetParser() antlr.Parser
- func (s *Partition_extention_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Partition_extention_clauseContext) IsPartition_extention_clauseContext()
- func (s *Partition_extention_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Partition_extention_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Partition_extention_clauseContext) Partition_key_value(i int) IPartition_key_valueContext
- func (s *Partition_extention_clauseContext) Partition_name() IPartition_nameContext
- func (s *Partition_extention_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Partition_extention_clauseContext) SUBPARTITION() antlr.TerminalNode
- func (s *Partition_extention_clauseContext) Subpartition_key_value(i int) ISubpartition_key_valueContext
- func (s *Partition_extention_clauseContext) Subpartition_name() ISubpartition_nameContext
- func (s *Partition_extention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partition_key_valueContext
- func (s *Partition_key_valueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_key_valueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_key_valueContext) GetParser() antlr.Parser
- func (s *Partition_key_valueContext) GetRuleContext() antlr.RuleContext
- func (*Partition_key_valueContext) IsPartition_key_valueContext()
- func (s *Partition_key_valueContext) Literal() ILiteralContext
- func (s *Partition_key_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partition_nameContext
- func (s *Partition_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_nameContext) GetParser() antlr.Parser
- func (s *Partition_nameContext) GetRuleContext() antlr.RuleContext
- func (*Partition_nameContext) IsPartition_nameContext()
- func (s *Partition_nameContext) Regular_id() IRegular_idContext
- func (s *Partition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partition_name_oldContext
- func (s *Partition_name_oldContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partition_name_oldContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partition_name_oldContext) GetParser() antlr.Parser
- func (s *Partition_name_oldContext) GetRuleContext() antlr.RuleContext
- func (*Partition_name_oldContext) IsPartition_name_oldContext()
- func (s *Partition_name_oldContext) Partition_name() IPartition_nameContext
- func (s *Partition_name_oldContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Partitioned_tableContext
- func (s *Partitioned_tableContext) AllKey_compression() []IKey_compressionContext
- func (s *Partitioned_tableContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *Partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partitioned_tableContext) GetParser() antlr.Parser
- func (s *Partitioned_tableContext) GetRuleContext() antlr.RuleContext
- func (*Partitioned_tableContext) IsPartitioned_tableContext()
- func (s *Partitioned_tableContext) Key_compression(i int) IKey_compressionContext
- func (s *Partitioned_tableContext) PARTITION() antlr.TerminalNode
- func (s *Partitioned_tableContext) Partition_name() IPartition_nameContext
- func (s *Partitioned_tableContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *Partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Partitioned_tableContext) UNUSABLE() antlr.TerminalNode
- type Partitioning_storage_clauseContext
- func (s *Partitioning_storage_clauseContext) AS(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllAS() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllBASICFILE() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllKey_compression() []IKey_compressionContext
- func (s *Partitioning_storage_clauseContext) AllLOB() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllLob_partitioning_storage() []ILob_partitioning_storageContext
- func (s *Partitioning_storage_clauseContext) AllLob_segname() []ILob_segnameContext
- func (s *Partitioning_storage_clauseContext) AllOVERFLOW() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllSECUREFILE() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllSTORE() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllTable_compression() []ITable_compressionContext
- func (s *Partitioning_storage_clauseContext) AllTablespace() []ITablespaceContext
- func (s *Partitioning_storage_clauseContext) AllVARRAY() []antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) AllVarray_item() []IVarray_itemContext
- func (s *Partitioning_storage_clauseContext) BASICFILE(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Partitioning_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Partitioning_storage_clauseContext) GetParser() antlr.Parser
- func (s *Partitioning_storage_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Partitioning_storage_clauseContext) IsPartitioning_storage_clauseContext()
- func (s *Partitioning_storage_clauseContext) Key_compression(i int) IKey_compressionContext
- func (s *Partitioning_storage_clauseContext) LOB(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) Lob_partitioning_storage(i int) ILob_partitioning_storageContext
- func (s *Partitioning_storage_clauseContext) Lob_segname(i int) ILob_segnameContext
- func (s *Partitioning_storage_clauseContext) OVERFLOW(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) SECUREFILE(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) STORE(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) Table_compression(i int) ITable_compressionContext
- func (s *Partitioning_storage_clauseContext) Tablespace(i int) ITablespaceContext
- func (s *Partitioning_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Partitioning_storage_clauseContext) VARRAY(i int) antlr.TerminalNode
- func (s *Partitioning_storage_clauseContext) Varray_item(i int) IVarray_itemContext
- type Password_expire_clauseContext
- func (s *Password_expire_clauseContext) EXPIRE() antlr.TerminalNode
- func (s *Password_expire_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Password_expire_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Password_expire_clauseContext) GetParser() antlr.Parser
- func (s *Password_expire_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Password_expire_clauseContext) IsPassword_expire_clauseContext()
- func (s *Password_expire_clauseContext) PASSWORD() antlr.TerminalNode
- func (s *Password_expire_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Period_definitionContext
- func (s *Period_definitionContext) COMMA() antlr.TerminalNode
- func (s *Period_definitionContext) Column_name() IColumn_nameContext
- func (s *Period_definitionContext) End_time_column() IEnd_time_columnContext
- func (s *Period_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Period_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Period_definitionContext) FOR() antlr.TerminalNode
- func (s *Period_definitionContext) GetParser() antlr.Parser
- func (s *Period_definitionContext) GetRuleContext() antlr.RuleContext
- func (*Period_definitionContext) IsPeriod_definitionContext()
- func (s *Period_definitionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Period_definitionContext) PERIOD() antlr.TerminalNode
- func (s *Period_definitionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Period_definitionContext) Start_time_column() IStart_time_columnContext
- func (s *Period_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Permanent_tablespace_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllBLOCKSIZE() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllENCRYPTION() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllEXTENT() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllExtent_management_clause() []IExtent_management_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllFORCE() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllFlashback_mode_clause() []IFlashback_mode_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllLOGGING() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllMINIMUM() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllOFFLINE() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllONLINE() []antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) AllSegment_management_clause() []ISegment_management_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllSize_clause() []ISize_clauseContext
- func (s *Permanent_tablespace_clauseContext) AllTablespace_encryption_spec() []ITablespace_encryption_specContext
- func (s *Permanent_tablespace_clauseContext) BLOCKSIZE(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) Datafile_specification() IDatafile_specificationContext
- func (s *Permanent_tablespace_clauseContext) ENCRYPTION(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) EXTENT(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Permanent_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Permanent_tablespace_clauseContext) Extent_management_clause(i int) IExtent_management_clauseContext
- func (s *Permanent_tablespace_clauseContext) FORCE(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) Flashback_mode_clause(i int) IFlashback_mode_clauseContext
- func (s *Permanent_tablespace_clauseContext) GetParser() antlr.Parser
- func (s *Permanent_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Permanent_tablespace_clauseContext) Id_expression() IId_expressionContext
- func (*Permanent_tablespace_clauseContext) IsPermanent_tablespace_clauseContext()
- func (s *Permanent_tablespace_clauseContext) LOGGING(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Permanent_tablespace_clauseContext) MINIMUM(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) OFFLINE(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) ONLINE(i int) antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) Segment_management_clause(i int) ISegment_management_clauseContext
- func (s *Permanent_tablespace_clauseContext) Size_clause(i int) ISize_clauseContext
- func (s *Permanent_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Permanent_tablespace_clauseContext) Tablespace_encryption_spec(i int) ITablespace_encryption_specContext
- func (s *Permanent_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Physical_attributes_clauseContext
- func (s *Physical_attributes_clauseContext) AllINITRANS() []antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) AllPCTFREE() []antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) AllPCTUSED() []antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) AllStorage_clause() []IStorage_clauseContext
- func (s *Physical_attributes_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Physical_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Physical_attributes_clauseContext) GetInittrans() antlr.Token
- func (s *Physical_attributes_clauseContext) GetParser() antlr.Parser
- func (s *Physical_attributes_clauseContext) GetPctfree() antlr.Token
- func (s *Physical_attributes_clauseContext) GetPctused() antlr.Token
- func (s *Physical_attributes_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Physical_attributes_clauseContext) INITRANS(i int) antlr.TerminalNode
- func (*Physical_attributes_clauseContext) IsPhysical_attributes_clauseContext()
- func (s *Physical_attributes_clauseContext) PCTFREE(i int) antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) PCTUSED(i int) antlr.TerminalNode
- func (s *Physical_attributes_clauseContext) SetInittrans(v antlr.Token)
- func (s *Physical_attributes_clauseContext) SetPctfree(v antlr.Token)
- func (s *Physical_attributes_clauseContext) SetPctused(v antlr.Token)
- func (s *Physical_attributes_clauseContext) Storage_clause(i int) IStorage_clauseContext
- func (s *Physical_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Physical_attributes_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Physical_propertiesContext
- func (s *Physical_propertiesContext) Deferred_segment_creation() IDeferred_segment_creationContext
- func (s *Physical_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Physical_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Physical_propertiesContext) GetParser() antlr.Parser
- func (s *Physical_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Physical_propertiesContext) IsPhysical_propertiesContext()
- func (s *Physical_propertiesContext) Segment_attributes_clause() ISegment_attributes_clauseContext
- func (s *Physical_propertiesContext) Table_compression() ITable_compressionContext
- func (s *Physical_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pipe_row_statementContext
- func (s *Pipe_row_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pipe_row_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pipe_row_statementContext) Expression() IExpressionContext
- func (s *Pipe_row_statementContext) GetParser() antlr.Parser
- func (s *Pipe_row_statementContext) GetRuleContext() antlr.RuleContext
- func (*Pipe_row_statementContext) IsPipe_row_statementContext()
- func (s *Pipe_row_statementContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pipe_row_statementContext) PIPE() antlr.TerminalNode
- func (s *Pipe_row_statementContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pipe_row_statementContext) ROW() antlr.TerminalNode
- func (s *Pipe_row_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pivot_clauseContext
- func (s *Pivot_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Pivot_clauseContext) AllPivot_element() []IPivot_elementContext
- func (s *Pivot_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Pivot_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_clauseContext) GetParser() antlr.Parser
- func (s *Pivot_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Pivot_clauseContext) IsPivot_clauseContext()
- func (s *Pivot_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pivot_clauseContext) PIVOT() antlr.TerminalNode
- func (s *Pivot_clauseContext) Pivot_element(i int) IPivot_elementContext
- func (s *Pivot_clauseContext) Pivot_for_clause() IPivot_for_clauseContext
- func (s *Pivot_clauseContext) Pivot_in_clause() IPivot_in_clauseContext
- func (s *Pivot_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pivot_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Pivot_clauseContext) XML() antlr.TerminalNode
- type Pivot_elementContext
- func (s *Pivot_elementContext) Aggregate_function_name() IAggregate_function_nameContext
- func (s *Pivot_elementContext) Column_alias() IColumn_aliasContext
- func (s *Pivot_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_elementContext) Expression() IExpressionContext
- func (s *Pivot_elementContext) GetParser() antlr.Parser
- func (s *Pivot_elementContext) GetRuleContext() antlr.RuleContext
- func (*Pivot_elementContext) IsPivot_elementContext()
- func (s *Pivot_elementContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pivot_elementContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pivot_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pivot_for_clauseContext
- func (s *Pivot_for_clauseContext) Column_name() IColumn_nameContext
- func (s *Pivot_for_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_for_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_for_clauseContext) FOR() antlr.TerminalNode
- func (s *Pivot_for_clauseContext) GetParser() antlr.Parser
- func (s *Pivot_for_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Pivot_for_clauseContext) IsPivot_for_clauseContext()
- func (s *Pivot_for_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Pivot_for_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pivot_in_clauseContext
- func (s *Pivot_in_clauseContext) ANY(i int) antlr.TerminalNode
- func (s *Pivot_in_clauseContext) AllANY() []antlr.TerminalNode
- func (s *Pivot_in_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Pivot_in_clauseContext) AllPivot_in_clause_element() []IPivot_in_clause_elementContext
- func (s *Pivot_in_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Pivot_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clauseContext) GetParser() antlr.Parser
- func (s *Pivot_in_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Pivot_in_clauseContext) IN() antlr.TerminalNode
- func (*Pivot_in_clauseContext) IsPivot_in_clauseContext()
- func (s *Pivot_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pivot_in_clauseContext) Pivot_in_clause_element(i int) IPivot_in_clause_elementContext
- func (s *Pivot_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pivot_in_clauseContext) Subquery() ISubqueryContext
- func (s *Pivot_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pivot_in_clause_elementContext
- func (s *Pivot_in_clause_elementContext) Column_alias() IColumn_aliasContext
- func (s *Pivot_in_clause_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clause_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clause_elementContext) GetParser() antlr.Parser
- func (s *Pivot_in_clause_elementContext) GetRuleContext() antlr.RuleContext
- func (*Pivot_in_clause_elementContext) IsPivot_in_clause_elementContext()
- func (s *Pivot_in_clause_elementContext) Pivot_in_clause_elements() IPivot_in_clause_elementsContext
- func (s *Pivot_in_clause_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pivot_in_clause_elementsContext
- func (s *Pivot_in_clause_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clause_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pivot_in_clause_elementsContext) Expression() IExpressionContext
- func (s *Pivot_in_clause_elementsContext) Expressions() IExpressionsContext
- func (s *Pivot_in_clause_elementsContext) GetParser() antlr.Parser
- func (s *Pivot_in_clause_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Pivot_in_clause_elementsContext) IsPivot_in_clause_elementsContext()
- func (s *Pivot_in_clause_elementsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pivot_in_clause_elementsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pivot_in_clause_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PlSqlBaseLexer
- type PlSqlBaseParser
- type PlSqlLexer
- func (p *PlSqlLexer) PROMPT_MESSAGE_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlLexer) REMARK_COMMENT_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlLexer) START_CMD_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *PlSqlLexer) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- type PlSqlParser
- func (p *PlSqlParser) Activate_standby_db_clause() (localctx IActivate_standby_db_clauseContext)
- func (p *PlSqlParser) Add_column_clause() (localctx IAdd_column_clauseContext)
- func (p *PlSqlParser) Add_constraint() (localctx IAdd_constraintContext)
- func (p *PlSqlParser) Add_constraint_clause() (localctx IAdd_constraint_clauseContext)
- func (p *PlSqlParser) Add_hash_index_partition() (localctx IAdd_hash_index_partitionContext)
- func (p *PlSqlParser) Add_logfile_clauses() (localctx IAdd_logfile_clausesContext)
- func (p *PlSqlParser) Add_modify_drop_column_clauses() (localctx IAdd_modify_drop_column_clausesContext)
- func (p *PlSqlParser) Add_mv_log_column_clause() (localctx IAdd_mv_log_column_clauseContext)
- func (p *PlSqlParser) Add_or_drop() (localctx IAdd_or_dropContext)
- func (p *PlSqlParser) Add_overflow_clause() (localctx IAdd_overflow_clauseContext)
- func (p *PlSqlParser) Add_rem_container_data() (localctx IAdd_rem_container_dataContext)
- func (p *PlSqlParser) Aggregate_function_name() (localctx IAggregate_function_nameContext)
- func (p *PlSqlParser) Allocate_extent_clause() (localctx IAllocate_extent_clauseContext)
- func (p *PlSqlParser) Allow_or_disallow() (localctx IAllow_or_disallowContext)
- func (p *PlSqlParser) Alter_attribute_definition() (localctx IAlter_attribute_definitionContext)
- func (p *PlSqlParser) Alter_cluster() (localctx IAlter_clusterContext)
- func (p *PlSqlParser) Alter_collection_clauses() (localctx IAlter_collection_clausesContext)
- func (p *PlSqlParser) Alter_database() (localctx IAlter_databaseContext)
- func (p *PlSqlParser) Alter_datafile_clause() (localctx IAlter_datafile_clauseContext)
- func (p *PlSqlParser) Alter_function() (localctx IAlter_functionContext)
- func (p *PlSqlParser) Alter_identified_by() (localctx IAlter_identified_byContext)
- func (p *PlSqlParser) Alter_index() (localctx IAlter_indexContext)
- func (p *PlSqlParser) Alter_index_ops_set1() (localctx IAlter_index_ops_set1Context)
- func (p *PlSqlParser) Alter_index_ops_set2() (localctx IAlter_index_ops_set2Context)
- func (p *PlSqlParser) Alter_index_partitioning() (localctx IAlter_index_partitioningContext)
- func (p *PlSqlParser) Alter_iot_clauses() (localctx IAlter_iot_clausesContext)
- func (p *PlSqlParser) Alter_library() (localctx IAlter_libraryContext)
- func (p *PlSqlParser) Alter_mapping_table_clause() (localctx IAlter_mapping_table_clauseContext)
- func (p *PlSqlParser) Alter_materialized_view() (localctx IAlter_materialized_viewContext)
- func (p *PlSqlParser) Alter_materialized_view_log() (localctx IAlter_materialized_view_logContext)
- func (p *PlSqlParser) Alter_method_element() (localctx IAlter_method_elementContext)
- func (p *PlSqlParser) Alter_method_spec() (localctx IAlter_method_specContext)
- func (p *PlSqlParser) Alter_mv_option1() (localctx IAlter_mv_option1Context)
- func (p *PlSqlParser) Alter_mv_refresh() (localctx IAlter_mv_refreshContext)
- func (p *PlSqlParser) Alter_overflow_clause() (localctx IAlter_overflow_clauseContext)
- func (p *PlSqlParser) Alter_package() (localctx IAlter_packageContext)
- func (p *PlSqlParser) Alter_procedure() (localctx IAlter_procedureContext)
- func (p *PlSqlParser) Alter_sequence() (localctx IAlter_sequenceContext)
- func (p *PlSqlParser) Alter_session() (localctx IAlter_sessionContext)
- func (p *PlSqlParser) Alter_session_set_clause() (localctx IAlter_session_set_clauseContext)
- func (p *PlSqlParser) Alter_table() (localctx IAlter_tableContext)
- func (p *PlSqlParser) Alter_table_properties() (localctx IAlter_table_propertiesContext)
- func (p *PlSqlParser) Alter_table_properties_1() (localctx IAlter_table_properties_1Context)
- func (p *PlSqlParser) Alter_tablespace() (localctx IAlter_tablespaceContext)
- func (p *PlSqlParser) Alter_tempfile_clause() (localctx IAlter_tempfile_clauseContext)
- func (p *PlSqlParser) Alter_trigger() (localctx IAlter_triggerContext)
- func (p *PlSqlParser) Alter_type() (localctx IAlter_typeContext)
- func (p *PlSqlParser) Alter_user() (localctx IAlter_userContext)
- func (p *PlSqlParser) Alter_user_editions_clause() (localctx IAlter_user_editions_clauseContext)
- func (p *PlSqlParser) Alter_varray_col_properties() (localctx IAlter_varray_col_propertiesContext)
- func (p *PlSqlParser) Alter_view() (localctx IAlter_viewContext)
- func (p *PlSqlParser) Alter_view_editionable() (localctx IAlter_view_editionableContext)
- func (p *PlSqlParser) Alter_view_editionable_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Analyze() (localctx IAnalyzeContext)
- func (p *PlSqlParser) Anonymous_block() (localctx IAnonymous_blockContext)
- func (p *PlSqlParser) Argument() (localctx IArgumentContext)
- func (p *PlSqlParser) Assignment_statement() (localctx IAssignment_statementContext)
- func (p *PlSqlParser) Associate_statistics() (localctx IAssociate_statisticsContext)
- func (p *PlSqlParser) Atom() (localctx IAtomContext)
- func (p *PlSqlParser) Attribute_definition() (localctx IAttribute_definitionContext)
- func (p *PlSqlParser) Attribute_name() (localctx IAttribute_nameContext)
- func (p *PlSqlParser) Audit_container_clause() (localctx IAudit_container_clauseContext)
- func (p *PlSqlParser) Audit_container_clause_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Audit_direct_path() (localctx IAudit_direct_pathContext)
- func (p *PlSqlParser) Audit_direct_path_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Audit_operation_clause() (localctx IAudit_operation_clauseContext)
- func (p *PlSqlParser) Audit_schema_object_clause() (localctx IAudit_schema_object_clauseContext)
- func (p *PlSqlParser) Audit_traditional() (localctx IAudit_traditionalContext)
- func (p *PlSqlParser) Audit_user() (localctx IAudit_userContext)
- func (p *PlSqlParser) Auditing_by_clause() (localctx IAuditing_by_clauseContext)
- func (p *PlSqlParser) Auditing_on_clause() (localctx IAuditing_on_clauseContext)
- func (p *PlSqlParser) Auditing_on_clause_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Autoextend_clause() (localctx IAutoextend_clauseContext)
- func (p *PlSqlParser) Autogenerated_sequence_definition() (localctx IAutogenerated_sequence_definitionContext)
- func (p *PlSqlParser) Begin_or_end() (localctx IBegin_or_endContext)
- func (p *PlSqlParser) Between_bound() (localctx IBetween_boundContext)
- func (p *PlSqlParser) Between_elements() (localctx IBetween_elementsContext)
- func (p *PlSqlParser) Bind_variable() (localctx IBind_variableContext)
- func (p *PlSqlParser) Bitmap_join_index_clause() (localctx IBitmap_join_index_clauseContext)
- func (p *PlSqlParser) Block() (localctx IBlockContext)
- func (p *PlSqlParser) Body() (localctx IBodyContext)
- func (p *PlSqlParser) Bounds_clause() (localctx IBounds_clauseContext)
- func (p *PlSqlParser) Build_clause() (localctx IBuild_clauseContext)
- func (p *PlSqlParser) C_agent_in_clause() (localctx IC_agent_in_clauseContext)
- func (p *PlSqlParser) C_parameters_clause() (localctx IC_parameters_clauseContext)
- func (p *PlSqlParser) C_spec() (localctx IC_specContext)
- func (p *PlSqlParser) Cache_or_nocache() (localctx ICache_or_nocacheContext)
- func (p *PlSqlParser) Call_spec() (localctx ICall_specContext)
- func (p *PlSqlParser) Case_else_part() (localctx ICase_else_partContext)
- func (p *PlSqlParser) Case_statement() (localctx ICase_statementContext)
- func (p *PlSqlParser) Cell_assignment() (localctx ICell_assignmentContext)
- func (p *PlSqlParser) Cell_reference_options() (localctx ICell_reference_optionsContext)
- func (p *PlSqlParser) Char_set_name() (localctx IChar_set_nameContext)
- func (p *PlSqlParser) Check_constraint() (localctx ICheck_constraintContext)
- func (p *PlSqlParser) Close_statement() (localctx IClose_statementContext)
- func (p *PlSqlParser) Cluster_index_clause() (localctx ICluster_index_clauseContext)
- func (p *PlSqlParser) Cluster_name() (localctx ICluster_nameContext)
- func (p *PlSqlParser) Coalesce_index_partition() (localctx ICoalesce_index_partitionContext)
- func (p *PlSqlParser) Collect_order_by_part() (localctx ICollect_order_by_partContext)
- func (p *PlSqlParser) Collection_item() (localctx ICollection_itemContext)
- func (p *PlSqlParser) Collection_name() (localctx ICollection_nameContext)
- func (p *PlSqlParser) Column_alias() (localctx IColumn_aliasContext)
- func (p *PlSqlParser) Column_association() (localctx IColumn_associationContext)
- func (p *PlSqlParser) Column_based_update_set_clause() (localctx IColumn_based_update_set_clauseContext)
- func (p *PlSqlParser) Column_clauses() (localctx IColumn_clausesContext)
- func (p *PlSqlParser) Column_definition() (localctx IColumn_definitionContext)
- func (p *PlSqlParser) Column_list() (localctx IColumn_listContext)
- func (p *PlSqlParser) Column_name() (localctx IColumn_nameContext)
- func (p *PlSqlParser) Column_or_attribute() (localctx IColumn_or_attributeContext)
- func (p *PlSqlParser) Column_properties() (localctx IColumn_propertiesContext)
- func (p *PlSqlParser) Comment_on_column() (localctx IComment_on_columnContext)
- func (p *PlSqlParser) Comment_on_table() (localctx IComment_on_tableContext)
- func (p *PlSqlParser) Commit_statement() (localctx ICommit_statementContext)
- func (p *PlSqlParser) Commit_switchover_clause() (localctx ICommit_switchover_clauseContext)
- func (p *PlSqlParser) Compile_type_clause() (localctx ICompile_type_clauseContext)
- func (p *PlSqlParser) Compiler_parameters_clause() (localctx ICompiler_parameters_clauseContext)
- func (p *PlSqlParser) Composite_hash_partitions() (localctx IComposite_hash_partitionsContext)
- func (p *PlSqlParser) Composite_list_partitions() (localctx IComposite_list_partitionsContext)
- func (p *PlSqlParser) Composite_range_partitions() (localctx IComposite_range_partitionsContext)
- func (p *PlSqlParser) Compound_dml_trigger() (localctx ICompound_dml_triggerContext)
- func (p *PlSqlParser) Compound_expression() (localctx ICompound_expressionContext)
- func (p *PlSqlParser) Compound_trigger_block() (localctx ICompound_trigger_blockContext)
- func (p *PlSqlParser) Concatenation() (localctx IConcatenationContext)
- func (p *PlSqlParser) Concatenation_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Condition() (localctx IConditionContext)
- func (p *PlSqlParser) Conditional_insert_clause() (localctx IConditional_insert_clauseContext)
- func (p *PlSqlParser) Conditional_insert_else_part() (localctx IConditional_insert_else_partContext)
- func (p *PlSqlParser) Conditional_insert_when_part() (localctx IConditional_insert_when_partContext)
- func (p *PlSqlParser) Constant() (localctx IConstantContext)
- func (p *PlSqlParser) Constraint_clauses() (localctx IConstraint_clausesContext)
- func (p *PlSqlParser) Constraint_name() (localctx IConstraint_nameContext)
- func (p *PlSqlParser) Constraint_state() (localctx IConstraint_stateContext)
- func (p *PlSqlParser) Constructor_declaration() (localctx IConstructor_declarationContext)
- func (p *PlSqlParser) Constructor_spec() (localctx IConstructor_specContext)
- func (p *PlSqlParser) Container_clause() (localctx IContainer_clauseContext)
- func (p *PlSqlParser) Container_data_clause() (localctx IContainer_data_clauseContext)
- func (p *PlSqlParser) Container_names() (localctx IContainer_namesContext)
- func (p *PlSqlParser) Container_tableview_name() (localctx IContainer_tableview_nameContext)
- func (p *PlSqlParser) Continue_statement() (localctx IContinue_statementContext)
- func (p *PlSqlParser) Controlfile_clauses() (localctx IControlfile_clausesContext)
- func (p *PlSqlParser) Convert_database_clause() (localctx IConvert_database_clauseContext)
- func (p *PlSqlParser) Cost_class_name() (localctx ICost_class_nameContext)
- func (p *PlSqlParser) Cost_matrix_clause() (localctx ICost_matrix_clauseContext)
- func (p *PlSqlParser) Cpu_cost() (localctx ICpu_costContext)
- func (p *PlSqlParser) Create_cluster() (localctx ICreate_clusterContext)
- func (p *PlSqlParser) Create_context() (localctx ICreate_contextContext)
- func (p *PlSqlParser) Create_datafile_clause() (localctx ICreate_datafile_clauseContext)
- func (p *PlSqlParser) Create_directory() (localctx ICreate_directoryContext)
- func (p *PlSqlParser) Create_function_body() (localctx ICreate_function_bodyContext)
- func (p *PlSqlParser) Create_index() (localctx ICreate_indexContext)
- func (p *PlSqlParser) Create_materialized_view() (localctx ICreate_materialized_viewContext)
- func (p *PlSqlParser) Create_materialized_view_log() (localctx ICreate_materialized_view_logContext)
- func (p *PlSqlParser) Create_mv_refresh() (localctx ICreate_mv_refreshContext)
- func (p *PlSqlParser) Create_package() (localctx ICreate_packageContext)
- func (p *PlSqlParser) Create_package_body() (localctx ICreate_package_bodyContext)
- func (p *PlSqlParser) Create_procedure_body() (localctx ICreate_procedure_bodyContext)
- func (p *PlSqlParser) Create_sequence() (localctx ICreate_sequenceContext)
- func (p *PlSqlParser) Create_synonym() (localctx ICreate_synonymContext)
- func (p *PlSqlParser) Create_table() (localctx ICreate_tableContext)
- func (p *PlSqlParser) Create_tablespace() (localctx ICreate_tablespaceContext)
- func (p *PlSqlParser) Create_trigger() (localctx ICreate_triggerContext)
- func (p *PlSqlParser) Create_type() (localctx ICreate_typeContext)
- func (p *PlSqlParser) Create_user() (localctx ICreate_userContext)
- func (p *PlSqlParser) Create_view() (localctx ICreate_viewContext)
- func (p *PlSqlParser) Cursor_declaration() (localctx ICursor_declarationContext)
- func (p *PlSqlParser) Cursor_expression() (localctx ICursor_expressionContext)
- func (p *PlSqlParser) Cursor_loop_param() (localctx ICursor_loop_paramContext)
- func (p *PlSqlParser) Cursor_manipulation_statements() (localctx ICursor_manipulation_statementsContext)
- func (p *PlSqlParser) Cursor_name() (localctx ICursor_nameContext)
- func (p *PlSqlParser) Cycle_clause() (localctx ICycle_clauseContext)
- func (p *PlSqlParser) Data_manipulation_language_statements() (localctx IData_manipulation_language_statementsContext)
- func (p *PlSqlParser) Database() (localctx IDatabaseContext)
- func (p *PlSqlParser) Database_file_clauses() (localctx IDatabase_file_clausesContext)
- func (p *PlSqlParser) Database_name() (localctx IDatabase_nameContext)
- func (p *PlSqlParser) Datafile_specification() (localctx IDatafile_specificationContext)
- func (p *PlSqlParser) Datafile_tempfile_clauses() (localctx IDatafile_tempfile_clausesContext)
- func (p *PlSqlParser) Datafile_tempfile_spec() (localctx IDatafile_tempfile_specContext)
- func (p *PlSqlParser) Datatype() (localctx IDatatypeContext)
- func (p *PlSqlParser) Datatype_null_enable() (localctx IDatatype_null_enableContext)
- func (p *PlSqlParser) Datetime_expr() (localctx IDatetime_exprContext)
- func (p *PlSqlParser) Db_name() (localctx IDb_nameContext)
- func (p *PlSqlParser) Deallocate_unused_clause() (localctx IDeallocate_unused_clauseContext)
- func (p *PlSqlParser) Declare_spec() (localctx IDeclare_specContext)
- func (p *PlSqlParser) Default_cost_clause() (localctx IDefault_cost_clauseContext)
- func (p *PlSqlParser) Default_selectivity() (localctx IDefault_selectivityContext)
- func (p *PlSqlParser) Default_selectivity_clause() (localctx IDefault_selectivity_clauseContext)
- func (p *PlSqlParser) Default_settings_clause() (localctx IDefault_settings_clauseContext)
- func (p *PlSqlParser) Default_value_part() (localctx IDefault_value_partContext)
- func (p *PlSqlParser) Deferred_segment_creation() (localctx IDeferred_segment_creationContext)
- func (p *PlSqlParser) Delete_statement() (localctx IDelete_statementContext)
- func (p *PlSqlParser) Dependent_exceptions_part() (localctx IDependent_exceptions_partContext)
- func (p *PlSqlParser) Dependent_handling_clause() (localctx IDependent_handling_clauseContext)
- func (p *PlSqlParser) Dir_object_name() (localctx IDir_object_nameContext)
- func (p *PlSqlParser) Directory_name() (localctx IDirectory_nameContext)
- func (p *PlSqlParser) Directory_path() (localctx IDirectory_pathContext)
- func (p *PlSqlParser) Disable_constraint() (localctx IDisable_constraintContext)
- func (p *PlSqlParser) Dml_event_clause() (localctx IDml_event_clauseContext)
- func (p *PlSqlParser) Dml_event_element() (localctx IDml_event_elementContext)
- func (p *PlSqlParser) Dml_event_nested_clause() (localctx IDml_event_nested_clauseContext)
- func (p *PlSqlParser) Dml_table_expression_clause() (localctx IDml_table_expression_clauseContext)
- func (p *PlSqlParser) Domain() (localctx IDomainContext)
- func (p *PlSqlParser) Domain_index_clause() (localctx IDomain_index_clauseContext)
- func (p *PlSqlParser) Drop_column_clause() (localctx IDrop_column_clauseContext)
- func (p *PlSqlParser) Drop_constraint() (localctx IDrop_constraintContext)
- func (p *PlSqlParser) Drop_constraint_clause() (localctx IDrop_constraint_clauseContext)
- func (p *PlSqlParser) Drop_function() (localctx IDrop_functionContext)
- func (p *PlSqlParser) Drop_index() (localctx IDrop_indexContext)
- func (p *PlSqlParser) Drop_index_partition() (localctx IDrop_index_partitionContext)
- func (p *PlSqlParser) Drop_logfile_clauses() (localctx IDrop_logfile_clausesContext)
- func (p *PlSqlParser) Drop_package() (localctx IDrop_packageContext)
- func (p *PlSqlParser) Drop_primary_key_or_unique_or_generic_clause() (localctx IDrop_primary_key_or_unique_or_generic_clauseContext)
- func (p *PlSqlParser) Drop_procedure() (localctx IDrop_procedureContext)
- func (p *PlSqlParser) Drop_sequence() (localctx IDrop_sequenceContext)
- func (p *PlSqlParser) Drop_table() (localctx IDrop_tableContext)
- func (p *PlSqlParser) Drop_trigger() (localctx IDrop_triggerContext)
- func (p *PlSqlParser) Drop_type() (localctx IDrop_typeContext)
- func (p *PlSqlParser) Drop_view() (localctx IDrop_viewContext)
- func (p *PlSqlParser) Dynamic_returning_clause() (localctx IDynamic_returning_clauseContext)
- func (p *PlSqlParser) Edition_name() (localctx IEdition_nameContext)
- func (p *PlSqlParser) Element_spec() (localctx IElement_specContext)
- func (p *PlSqlParser) Element_spec_options() (localctx IElement_spec_optionsContext)
- func (p *PlSqlParser) Else_part() (localctx IElse_partContext)
- func (p *PlSqlParser) Elsif_part() (localctx IElsif_partContext)
- func (p *PlSqlParser) Enable_constraint() (localctx IEnable_constraintContext)
- func (p *PlSqlParser) Enable_disable_clause() (localctx IEnable_disable_clauseContext)
- func (p *PlSqlParser) Enable_or_disable() (localctx IEnable_or_disableContext)
- func (p *PlSqlParser) Encryption_spec() (localctx IEncryption_specContext)
- func (p *PlSqlParser) End_time_column() (localctx IEnd_time_columnContext)
- func (p *PlSqlParser) Error_logging_clause() (localctx IError_logging_clauseContext)
- func (p *PlSqlParser) Error_logging_into_part() (localctx IError_logging_into_partContext)
- func (p *PlSqlParser) Error_logging_reject_part() (localctx IError_logging_reject_partContext)
- func (p *PlSqlParser) Exception_declaration() (localctx IException_declarationContext)
- func (p *PlSqlParser) Exception_handler() (localctx IException_handlerContext)
- func (p *PlSqlParser) Exception_name() (localctx IException_nameContext)
- func (p *PlSqlParser) Exceptions_clause() (localctx IExceptions_clauseContext)
- func (p *PlSqlParser) Execute_immediate() (localctx IExecute_immediateContext)
- func (p *PlSqlParser) Exit_statement() (localctx IExit_statementContext)
- func (p *PlSqlParser) Explain_statement() (localctx IExplain_statementContext)
- func (p *PlSqlParser) Expression() (localctx IExpressionContext)
- func (p *PlSqlParser) Expressions() (localctx IExpressionsContext)
- func (p *PlSqlParser) Extent_management_clause() (localctx IExtent_management_clauseContext)
- func (p *PlSqlParser) Factoring_element() (localctx IFactoring_elementContext)
- func (p *PlSqlParser) Fetch_clause() (localctx IFetch_clauseContext)
- func (p *PlSqlParser) Fetch_statement() (localctx IFetch_statementContext)
- func (p *PlSqlParser) Field_spec() (localctx IField_specContext)
- func (p *PlSqlParser) Filename() (localctx IFilenameContext)
- func (p *PlSqlParser) Filenumber() (localctx IFilenumberContext)
- func (p *PlSqlParser) Flashback_archive_clause() (localctx IFlashback_archive_clauseContext)
- func (p *PlSqlParser) Flashback_mode_clause() (localctx IFlashback_mode_clauseContext)
- func (p *PlSqlParser) Flashback_query_clause() (localctx IFlashback_query_clauseContext)
- func (p *PlSqlParser) For_each_row() (localctx IFor_each_rowContext)
- func (p *PlSqlParser) For_update_clause() (localctx IFor_update_clauseContext)
- func (p *PlSqlParser) For_update_of_part() (localctx IFor_update_of_partContext)
- func (p *PlSqlParser) For_update_options() (localctx IFor_update_optionsContext)
- func (p *PlSqlParser) Forall_statement() (localctx IForall_statementContext)
- func (p *PlSqlParser) Foreign_key_clause() (localctx IForeign_key_clauseContext)
- func (p *PlSqlParser) From_clause() (localctx IFrom_clauseContext)
- func (p *PlSqlParser) Full_database_recovery() (localctx IFull_database_recoveryContext)
- func (p *PlSqlParser) Func_decl_in_type() (localctx IFunc_decl_in_typeContext)
- func (p *PlSqlParser) Function_argument() (localctx IFunction_argumentContext)
- func (p *PlSqlParser) Function_argument_analytic() (localctx IFunction_argument_analyticContext)
- func (p *PlSqlParser) Function_argument_modeling() (localctx IFunction_argument_modelingContext)
- func (p *PlSqlParser) Function_association() (localctx IFunction_associationContext)
- func (p *PlSqlParser) Function_body() (localctx IFunction_bodyContext)
- func (p *PlSqlParser) Function_call() (localctx IFunction_callContext)
- func (p *PlSqlParser) Function_name() (localctx IFunction_nameContext)
- func (p *PlSqlParser) Function_spec() (localctx IFunction_specContext)
- func (p *PlSqlParser) General_element() (localctx IGeneral_elementContext)
- func (p *PlSqlParser) General_element_part() (localctx IGeneral_element_partContext)
- func (p *PlSqlParser) General_recovery() (localctx IGeneral_recoveryContext)
- func (p *PlSqlParser) General_table_ref() (localctx IGeneral_table_refContext)
- func (p *PlSqlParser) Global_partitioned_index() (localctx IGlobal_partitioned_indexContext)
- func (p *PlSqlParser) Goto_statement() (localctx IGoto_statementContext)
- func (p *PlSqlParser) Grant_object_name() (localctx IGrant_object_nameContext)
- func (p *PlSqlParser) Grant_statement() (localctx IGrant_statementContext)
- func (p *PlSqlParser) Grantee_name() (localctx IGrantee_nameContext)
- func (p *PlSqlParser) Group_by_clause() (localctx IGroup_by_clauseContext)
- func (p *PlSqlParser) Group_by_elements() (localctx IGroup_by_elementsContext)
- func (p *PlSqlParser) Grouping_sets_clause() (localctx IGrouping_sets_clauseContext)
- func (p *PlSqlParser) Grouping_sets_elements() (localctx IGrouping_sets_elementsContext)
- func (p *PlSqlParser) Hash_partition_quantity() (localctx IHash_partition_quantityContext)
- func (p *PlSqlParser) Hash_partitions() (localctx IHash_partitionsContext)
- func (p *PlSqlParser) Hash_partitions_by_quantity() (localctx IHash_partitions_by_quantityContext)
- func (p *PlSqlParser) Hash_subpartition_quantity() (localctx IHash_subpartition_quantityContext)
- func (p *PlSqlParser) Hash_subparts_by_quantity() (localctx IHash_subparts_by_quantityContext)
- func (p *PlSqlParser) Having_clause() (localctx IHaving_clauseContext)
- func (p *PlSqlParser) Hierarchical_query_clause() (localctx IHierarchical_query_clauseContext)
- func (p *PlSqlParser) Id_expression() (localctx IId_expressionContext)
- func (p *PlSqlParser) Identified_by() (localctx IIdentified_byContext)
- func (p *PlSqlParser) Identified_other_clause() (localctx IIdentified_other_clauseContext)
- func (p *PlSqlParser) Identifier() (localctx IIdentifierContext)
- func (p *PlSqlParser) If_statement() (localctx IIf_statementContext)
- func (p *PlSqlParser) Implementation_type_name() (localctx IImplementation_type_nameContext)
- func (p *PlSqlParser) In_elements() (localctx IIn_elementsContext)
- func (p *PlSqlParser) Including_or_excluding() (localctx IIncluding_or_excludingContext)
- func (p *PlSqlParser) Index_attributes() (localctx IIndex_attributesContext)
- func (p *PlSqlParser) Index_expr() (localctx IIndex_exprContext)
- func (p *PlSqlParser) Index_name() (localctx IIndex_nameContext)
- func (p *PlSqlParser) Index_org_overflow_clause() (localctx IIndex_org_overflow_clauseContext)
- func (p *PlSqlParser) Index_org_table_clause() (localctx IIndex_org_table_clauseContext)
- func (p *PlSqlParser) Index_partition_description() (localctx IIndex_partition_descriptionContext)
- func (p *PlSqlParser) Index_partitioning_clause() (localctx IIndex_partitioning_clauseContext)
- func (p *PlSqlParser) Index_properties() (localctx IIndex_propertiesContext)
- func (p *PlSqlParser) Index_subpartition_clause() (localctx IIndex_subpartition_clauseContext)
- func (p *PlSqlParser) Index_subpartition_subclause() (localctx IIndex_subpartition_subclauseContext)
- func (p *PlSqlParser) Indextype() (localctx IIndextypeContext)
- func (p *PlSqlParser) Indextype_name() (localctx IIndextype_nameContext)
- func (p *PlSqlParser) Individual_hash_partitions() (localctx IIndividual_hash_partitionsContext)
- func (p *PlSqlParser) Individual_hash_subparts() (localctx IIndividual_hash_subpartsContext)
- func (p *PlSqlParser) Inline_constraint() (localctx IInline_constraintContext)
- func (p *PlSqlParser) Inline_ref_constraint() (localctx IInline_ref_constraintContext)
- func (p *PlSqlParser) Insert_into_clause() (localctx IInsert_into_clauseContext)
- func (p *PlSqlParser) Insert_statement() (localctx IInsert_statementContext)
- func (p *PlSqlParser) Instance_clauses() (localctx IInstance_clausesContext)
- func (p *PlSqlParser) Interval_expr() (localctx IInterval_exprContext)
- func (p *PlSqlParser) Interval_expression() (localctx IInterval_expressionContext)
- func (p *PlSqlParser) Into_clause() (localctx IInto_clauseContext)
- func (p *PlSqlParser) Into_clause1() (localctx IInto_clause1Context)
- func (p *PlSqlParser) Invoker_rights_clause() (localctx IInvoker_rights_clauseContext)
- func (p *PlSqlParser) Io_cost() (localctx IIo_costContext)
- func (p *PlSqlParser) Java_spec() (localctx IJava_specContext)
- func (p *PlSqlParser) Join_clause() (localctx IJoin_clauseContext)
- func (p *PlSqlParser) Join_on_part() (localctx IJoin_on_partContext)
- func (p *PlSqlParser) Join_using_part() (localctx IJoin_using_partContext)
- func (p *PlSqlParser) Keep_clause() (localctx IKeep_clauseContext)
- func (p *PlSqlParser) Key_compression() (localctx IKey_compressionContext)
- func (p *PlSqlParser) Label_declaration() (localctx ILabel_declarationContext)
- func (p *PlSqlParser) Label_name() (localctx ILabel_nameContext)
- func (p *PlSqlParser) Library_debug() (localctx ILibrary_debugContext)
- func (p *PlSqlParser) Library_debug_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Library_editionable() (localctx ILibrary_editionableContext)
- func (p *PlSqlParser) Library_editionable_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Library_name() (localctx ILibrary_nameContext)
- func (p *PlSqlParser) Link_name() (localctx ILink_nameContext)
- func (p *PlSqlParser) List_partition_desc() (localctx IList_partition_descContext)
- func (p *PlSqlParser) List_partitions() (localctx IList_partitionsContext)
- func (p *PlSqlParser) List_subpartition_desc() (localctx IList_subpartition_descContext)
- func (p *PlSqlParser) List_values_clause() (localctx IList_values_clauseContext)
- func (p *PlSqlParser) Literal() (localctx ILiteralContext)
- func (p *PlSqlParser) Lob_compression_clause() (localctx ILob_compression_clauseContext)
- func (p *PlSqlParser) Lob_deduplicate_clause() (localctx ILob_deduplicate_clauseContext)
- func (p *PlSqlParser) Lob_item() (localctx ILob_itemContext)
- func (p *PlSqlParser) Lob_parameters() (localctx ILob_parametersContext)
- func (p *PlSqlParser) Lob_partitioning_storage() (localctx ILob_partitioning_storageContext)
- func (p *PlSqlParser) Lob_retention_clause() (localctx ILob_retention_clauseContext)
- func (p *PlSqlParser) Lob_segname() (localctx ILob_segnameContext)
- func (p *PlSqlParser) Lob_storage_clause() (localctx ILob_storage_clauseContext)
- func (p *PlSqlParser) Lob_storage_parameters() (localctx ILob_storage_parametersContext)
- func (p *PlSqlParser) Local_domain_index_clause() (localctx ILocal_domain_index_clauseContext)
- func (p *PlSqlParser) Local_partitioned_index() (localctx ILocal_partitioned_indexContext)
- func (p *PlSqlParser) Local_xmlindex_clause() (localctx ILocal_xmlindex_clauseContext)
- func (p *PlSqlParser) Lock_mode() (localctx ILock_modeContext)
- func (p *PlSqlParser) Lock_table_element() (localctx ILock_table_elementContext)
- func (p *PlSqlParser) Lock_table_statement() (localctx ILock_table_statementContext)
- func (p *PlSqlParser) Log_file_group() (localctx ILog_file_groupContext)
- func (p *PlSqlParser) Log_grp() (localctx ILog_grpContext)
- func (p *PlSqlParser) Logfile_clauses() (localctx ILogfile_clausesContext)
- func (p *PlSqlParser) Logfile_descriptor() (localctx ILogfile_descriptorContext)
- func (p *PlSqlParser) Logging_clause() (localctx ILogging_clauseContext)
- func (p *PlSqlParser) Logical_expression() (localctx ILogical_expressionContext)
- func (p *PlSqlParser) Logical_expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Logical_operation() (localctx ILogical_operationContext)
- func (p *PlSqlParser) Loop_statement() (localctx ILoop_statementContext)
- func (p *PlSqlParser) Lower_bound() (localctx ILower_boundContext)
- func (p *PlSqlParser) Main_model() (localctx IMain_modelContext)
- func (p *PlSqlParser) Main_model_name() (localctx IMain_model_nameContext)
- func (p *PlSqlParser) Managed_standby_recovery() (localctx IManaged_standby_recoveryContext)
- func (p *PlSqlParser) Map_order_func_declaration() (localctx IMap_order_func_declarationContext)
- func (p *PlSqlParser) Map_order_function_spec() (localctx IMap_order_function_specContext)
- func (p *PlSqlParser) Mapping_table_clause() (localctx IMapping_table_clauseContext)
- func (p *PlSqlParser) Maximize_standby_db_clause() (localctx IMaximize_standby_db_clauseContext)
- func (p *PlSqlParser) Maxsize_clause() (localctx IMaxsize_clauseContext)
- func (p *PlSqlParser) Merge_element() (localctx IMerge_elementContext)
- func (p *PlSqlParser) Merge_insert_clause() (localctx IMerge_insert_clauseContext)
- func (p *PlSqlParser) Merge_statement() (localctx IMerge_statementContext)
- func (p *PlSqlParser) Merge_update_clause() (localctx IMerge_update_clauseContext)
- func (p *PlSqlParser) Merge_update_delete_part() (localctx IMerge_update_delete_partContext)
- func (p *PlSqlParser) Model_clause() (localctx IModel_clauseContext)
- func (p *PlSqlParser) Model_column() (localctx IModel_columnContext)
- func (p *PlSqlParser) Model_column_clauses() (localctx IModel_column_clausesContext)
- func (p *PlSqlParser) Model_column_list() (localctx IModel_column_listContext)
- func (p *PlSqlParser) Model_column_partition_part() (localctx IModel_column_partition_partContext)
- func (p *PlSqlParser) Model_expression() (localctx IModel_expressionContext)
- func (p *PlSqlParser) Model_expression_element() (localctx IModel_expression_elementContext)
- func (p *PlSqlParser) Model_iterate_clause() (localctx IModel_iterate_clauseContext)
- func (p *PlSqlParser) Model_name() (localctx IModel_nameContext)
- func (p *PlSqlParser) Model_rules_clause() (localctx IModel_rules_clauseContext)
- func (p *PlSqlParser) Model_rules_element() (localctx IModel_rules_elementContext)
- func (p *PlSqlParser) Model_rules_part() (localctx IModel_rules_partContext)
- func (p *PlSqlParser) Modifier_clause() (localctx IModifier_clauseContext)
- func (p *PlSqlParser) Modify_col_properties() (localctx IModify_col_propertiesContext)
- func (p *PlSqlParser) Modify_col_substitutable() (localctx IModify_col_substitutableContext)
- func (p *PlSqlParser) Modify_collection_retrieval() (localctx IModify_collection_retrievalContext)
- func (p *PlSqlParser) Modify_column_clauses() (localctx IModify_column_clausesContext)
- func (p *PlSqlParser) Modify_index_default_attrs() (localctx IModify_index_default_attrsContext)
- func (p *PlSqlParser) Modify_index_partition() (localctx IModify_index_partitionContext)
- func (p *PlSqlParser) Modify_index_partitions_ops() (localctx IModify_index_partitions_opsContext)
- func (p *PlSqlParser) Modify_index_subpartition() (localctx IModify_index_subpartitionContext)
- func (p *PlSqlParser) Modify_lob_parameters() (localctx IModify_lob_parametersContext)
- func (p *PlSqlParser) Modify_lob_storage_clause() (localctx IModify_lob_storage_clauseContext)
- func (p *PlSqlParser) Modify_mv_column_clause() (localctx IModify_mv_column_clauseContext)
- func (p *PlSqlParser) Monitoring_nomonitoring() (localctx IMonitoring_nomonitoringContext)
- func (p *PlSqlParser) Move_mv_log_clause() (localctx IMove_mv_log_clauseContext)
- func (p *PlSqlParser) Move_table_clause() (localctx IMove_table_clauseContext)
- func (p *PlSqlParser) Multi_column_for_loop() (localctx IMulti_column_for_loopContext)
- func (p *PlSqlParser) Multi_table_element() (localctx IMulti_table_elementContext)
- func (p *PlSqlParser) Multi_table_insert() (localctx IMulti_table_insertContext)
- func (p *PlSqlParser) Multiset_expression() (localctx IMultiset_expressionContext)
- func (p *PlSqlParser) Mv_log_augmentation() (localctx IMv_log_augmentationContext)
- func (p *PlSqlParser) Mv_log_purge_clause() (localctx IMv_log_purge_clauseContext)
- func (p *PlSqlParser) Native_datatype_element() (localctx INative_datatype_elementContext)
- func (p *PlSqlParser) Nested_item() (localctx INested_itemContext)
- func (p *PlSqlParser) Nested_table_col_properties() (localctx INested_table_col_propertiesContext)
- func (p *PlSqlParser) Nested_table_type_def() (localctx INested_table_type_defContext)
- func (p *PlSqlParser) Network_cost() (localctx INetwork_costContext)
- func (p *PlSqlParser) New_column_name() (localctx INew_column_nameContext)
- func (p *PlSqlParser) New_constraint_name() (localctx INew_constraint_nameContext)
- func (p *PlSqlParser) New_index_name() (localctx INew_index_nameContext)
- func (p *PlSqlParser) New_partition_name() (localctx INew_partition_nameContext)
- func (p *PlSqlParser) New_tablespace_name() (localctx INew_tablespace_nameContext)
- func (p *PlSqlParser) New_values_clause() (localctx INew_values_clauseContext)
- func (p *PlSqlParser) Non_dml_event() (localctx INon_dml_eventContext)
- func (p *PlSqlParser) Non_dml_trigger() (localctx INon_dml_triggerContext)
- func (p *PlSqlParser) Non_reserved_keywords_in_12c() (localctx INon_reserved_keywords_in_12cContext)
- func (p *PlSqlParser) Non_reserved_keywords_pre12c() (localctx INon_reserved_keywords_pre12cContext)
- func (p *PlSqlParser) Null_statement() (localctx INull_statementContext)
- func (p *PlSqlParser) Numeric() (localctx INumericContext)
- func (p *PlSqlParser) Numeric_function() (localctx INumeric_functionContext)
- func (p *PlSqlParser) Numeric_function_name() (localctx INumeric_function_nameContext)
- func (p *PlSqlParser) Numeric_function_wrapper() (localctx INumeric_function_wrapperContext)
- func (p *PlSqlParser) Numeric_negative() (localctx INumeric_negativeContext)
- func (p *PlSqlParser) Object_as_part() (localctx IObject_as_partContext)
- func (p *PlSqlParser) Object_member_spec() (localctx IObject_member_specContext)
- func (p *PlSqlParser) Object_name() (localctx IObject_nameContext)
- func (p *PlSqlParser) Object_privilege() (localctx IObject_privilegeContext)
- func (p *PlSqlParser) Object_properties() (localctx IObject_propertiesContext)
- func (p *PlSqlParser) Object_table() (localctx IObject_tableContext)
- func (p *PlSqlParser) Object_table_substitution() (localctx IObject_table_substitutionContext)
- func (p *PlSqlParser) Object_type_col_properties() (localctx IObject_type_col_propertiesContext)
- func (p *PlSqlParser) Object_type_def() (localctx IObject_type_defContext)
- func (p *PlSqlParser) Object_under_part() (localctx IObject_under_partContext)
- func (p *PlSqlParser) Object_view_clause() (localctx IObject_view_clauseContext)
- func (p *PlSqlParser) Odci_parameters() (localctx IOdci_parametersContext)
- func (p *PlSqlParser) Offset_clause() (localctx IOffset_clauseContext)
- func (p *PlSqlParser) Oid_clause() (localctx IOid_clauseContext)
- func (p *PlSqlParser) Oid_index_clause() (localctx IOid_index_clauseContext)
- func (p *PlSqlParser) Old_column_name() (localctx IOld_column_nameContext)
- func (p *PlSqlParser) Old_constraint_name() (localctx IOld_constraint_nameContext)
- func (p *PlSqlParser) On_comp_partitioned_clause() (localctx IOn_comp_partitioned_clauseContext)
- func (p *PlSqlParser) On_comp_partitioned_table() (localctx IOn_comp_partitioned_tableContext)
- func (p *PlSqlParser) On_delete_clause() (localctx IOn_delete_clauseContext)
- func (p *PlSqlParser) On_hash_partitioned_clause() (localctx IOn_hash_partitioned_clauseContext)
- func (p *PlSqlParser) On_hash_partitioned_table() (localctx IOn_hash_partitioned_tableContext)
- func (p *PlSqlParser) On_list_partitioned_table() (localctx IOn_list_partitioned_tableContext)
- func (p *PlSqlParser) On_range_partitioned_table() (localctx IOn_range_partitioned_tableContext)
- func (p *PlSqlParser) Online_or_offline() (localctx IOnline_or_offlineContext)
- func (p *PlSqlParser) Open_for_statement() (localctx IOpen_for_statementContext)
- func (p *PlSqlParser) Open_statement() (localctx IOpen_statementContext)
- func (p *PlSqlParser) Oracle_namespace() (localctx IOracle_namespaceContext)
- func (p *PlSqlParser) Order_by_clause() (localctx IOrder_by_clauseContext)
- func (p *PlSqlParser) Order_by_elements() (localctx IOrder_by_elementsContext)
- func (p *PlSqlParser) Other_function() (localctx IOther_functionContext)
- func (p *PlSqlParser) Out_of_line_constraint() (localctx IOut_of_line_constraintContext)
- func (p *PlSqlParser) Out_of_line_part_storage() (localctx IOut_of_line_part_storageContext)
- func (p *PlSqlParser) Out_of_line_ref_constraint() (localctx IOut_of_line_ref_constraintContext)
- func (p *PlSqlParser) Outer_join_sign() (localctx IOuter_join_signContext)
- func (p *PlSqlParser) Outer_join_type() (localctx IOuter_join_typeContext)
- func (p *PlSqlParser) Over_clause() (localctx IOver_clauseContext)
- func (p *PlSqlParser) Over_clause_keyword() (localctx IOver_clause_keywordContext)
- func (p *PlSqlParser) Overriding_function_spec() (localctx IOverriding_function_specContext)
- func (p *PlSqlParser) Overriding_subprogram_spec() (localctx IOverriding_subprogram_specContext)
- func (p *PlSqlParser) Package_name() (localctx IPackage_nameContext)
- func (p *PlSqlParser) Package_obj_body() (localctx IPackage_obj_bodyContext)
- func (p *PlSqlParser) Package_obj_spec() (localctx IPackage_obj_specContext)
- func (p *PlSqlParser) Parallel_clause() (localctx IParallel_clauseContext)
- func (p *PlSqlParser) Parallel_enable_clause() (localctx IParallel_enable_clauseContext)
- func (p *PlSqlParser) Parameter() (localctx IParameterContext)
- func (p *PlSqlParser) Parameter_name() (localctx IParameter_nameContext)
- func (p *PlSqlParser) Parameter_spec() (localctx IParameter_specContext)
- func (p *PlSqlParser) Parameter_value() (localctx IParameter_valueContext)
- func (p *PlSqlParser) Paren_column_list() (localctx IParen_column_listContext)
- func (p *PlSqlParser) Partial_database_recovery() (localctx IPartial_database_recoveryContext)
- func (p *PlSqlParser) Partial_database_recovery_10g() (localctx IPartial_database_recovery_10gContext)
- func (p *PlSqlParser) Partial_database_recovery_10g_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Partition_by_clause() (localctx IPartition_by_clauseContext)
- func (p *PlSqlParser) Partition_extension_clause() (localctx IPartition_extension_clauseContext)
- func (p *PlSqlParser) Partition_extention_clause() (localctx IPartition_extention_clauseContext)
- func (p *PlSqlParser) Partition_key_value() (localctx IPartition_key_valueContext)
- func (p *PlSqlParser) Partition_name() (localctx IPartition_nameContext)
- func (p *PlSqlParser) Partition_name_old() (localctx IPartition_name_oldContext)
- func (p *PlSqlParser) Partitioned_table() (localctx IPartitioned_tableContext)
- func (p *PlSqlParser) Partitioning_storage_clause() (localctx IPartitioning_storage_clauseContext)
- func (p *PlSqlParser) Password_expire_clause() (localctx IPassword_expire_clauseContext)
- func (p *PlSqlParser) Period_definition() (localctx IPeriod_definitionContext)
- func (p *PlSqlParser) Period_definition_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Permanent_tablespace_clause() (localctx IPermanent_tablespace_clauseContext)
- func (p *PlSqlParser) Physical_attributes_clause() (localctx IPhysical_attributes_clauseContext)
- func (p *PlSqlParser) Physical_properties() (localctx IPhysical_propertiesContext)
- func (p *PlSqlParser) Pipe_row_statement() (localctx IPipe_row_statementContext)
- func (p *PlSqlParser) Pivot_clause() (localctx IPivot_clauseContext)
- func (p *PlSqlParser) Pivot_element() (localctx IPivot_elementContext)
- func (p *PlSqlParser) Pivot_for_clause() (localctx IPivot_for_clauseContext)
- func (p *PlSqlParser) Pivot_in_clause() (localctx IPivot_in_clauseContext)
- func (p *PlSqlParser) Pivot_in_clause_element() (localctx IPivot_in_clause_elementContext)
- func (p *PlSqlParser) Pivot_in_clause_elements() (localctx IPivot_in_clause_elementsContext)
- func (p *PlSqlParser) Policy_name() (localctx IPolicy_nameContext)
- func (p *PlSqlParser) Pragma_clause() (localctx IPragma_clauseContext)
- func (p *PlSqlParser) Pragma_declaration() (localctx IPragma_declarationContext)
- func (p *PlSqlParser) Pragma_elements() (localctx IPragma_elementsContext)
- func (p *PlSqlParser) Precision_part() (localctx IPrecision_partContext)
- func (p *PlSqlParser) Primary_key_clause() (localctx IPrimary_key_clauseContext)
- func (p *PlSqlParser) Proc_decl_in_type() (localctx IProc_decl_in_typeContext)
- func (p *PlSqlParser) Procedure_body() (localctx IProcedure_bodyContext)
- func (p *PlSqlParser) Procedure_call() (localctx IProcedure_callContext)
- func (p *PlSqlParser) Procedure_name() (localctx IProcedure_nameContext)
- func (p *PlSqlParser) Procedure_spec() (localctx IProcedure_specContext)
- func (p *PlSqlParser) Profile_clause() (localctx IProfile_clauseContext)
- func (p *PlSqlParser) Profile_name() (localctx IProfile_nameContext)
- func (p *PlSqlParser) Proxy_clause() (localctx IProxy_clauseContext)
- func (p *PlSqlParser) Quantified_expression() (localctx IQuantified_expressionContext)
- func (p *PlSqlParser) Query_block() (localctx IQuery_blockContext)
- func (p *PlSqlParser) Query_name() (localctx IQuery_nameContext)
- func (p *PlSqlParser) Query_partition_clause() (localctx IQuery_partition_clauseContext)
- func (p *PlSqlParser) Quota_clause() (localctx IQuota_clauseContext)
- func (p *PlSqlParser) Quoted_string() (localctx IQuoted_stringContext)
- func (p *PlSqlParser) Raise_statement() (localctx IRaise_statementContext)
- func (p *PlSqlParser) Range_partition_desc() (localctx IRange_partition_descContext)
- func (p *PlSqlParser) Range_partitions() (localctx IRange_partitionsContext)
- func (p *PlSqlParser) Range_subpartition_desc() (localctx IRange_subpartition_descContext)
- func (p *PlSqlParser) Range_values_clause() (localctx IRange_values_clauseContext)
- func (p *PlSqlParser) Rebuild_clause() (localctx IRebuild_clauseContext)
- func (p *PlSqlParser) Record_name() (localctx IRecord_nameContext)
- func (p *PlSqlParser) Record_type_def() (localctx IRecord_type_defContext)
- func (p *PlSqlParser) Records_per_block_clause() (localctx IRecords_per_block_clauseContext)
- func (p *PlSqlParser) Recovery_clauses() (localctx IRecovery_clausesContext)
- func (p *PlSqlParser) Redo_log_file_spec() (localctx IRedo_log_file_specContext)
- func (p *PlSqlParser) Ref_cursor_type_def() (localctx IRef_cursor_type_defContext)
- func (p *PlSqlParser) Reference_model() (localctx IReference_modelContext)
- func (p *PlSqlParser) Reference_model_name() (localctx IReference_model_nameContext)
- func (p *PlSqlParser) Reference_partition_desc() (localctx IReference_partition_descContext)
- func (p *PlSqlParser) Reference_partitioning() (localctx IReference_partitioningContext)
- func (p *PlSqlParser) References_clause() (localctx IReferences_clauseContext)
- func (p *PlSqlParser) Referencing_clause() (localctx IReferencing_clauseContext)
- func (p *PlSqlParser) Referencing_element() (localctx IReferencing_elementContext)
- func (p *PlSqlParser) Register_logfile_clause() (localctx IRegister_logfile_clauseContext)
- func (p *PlSqlParser) Regular_id() (localctx IRegular_idContext)
- func (p *PlSqlParser) Relational_expression() (localctx IRelational_expressionContext)
- func (p *PlSqlParser) Relational_expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Relational_operator() (localctx IRelational_operatorContext)
- func (p *PlSqlParser) Relational_property() (localctx IRelational_propertyContext)
- func (p *PlSqlParser) Relational_table() (localctx IRelational_tableContext)
- func (p *PlSqlParser) Relies_on_part() (localctx IRelies_on_partContext)
- func (p *PlSqlParser) Rename_column_clause() (localctx IRename_column_clauseContext)
- func (p *PlSqlParser) Rename_index_partition() (localctx IRename_index_partitionContext)
- func (p *PlSqlParser) Rename_object() (localctx IRename_objectContext)
- func (p *PlSqlParser) Replace_type_clause() (localctx IReplace_type_clauseContext)
- func (p *PlSqlParser) Resetlogs_or_noresetlogs() (localctx IResetlogs_or_noresetlogsContext)
- func (p *PlSqlParser) Respect_or_ignore_nulls() (localctx IRespect_or_ignore_nullsContext)
- func (p *PlSqlParser) Result_cache_clause() (localctx IResult_cache_clauseContext)
- func (p *PlSqlParser) Return_rows_clause() (localctx IReturn_rows_clauseContext)
- func (p *PlSqlParser) Return_statement() (localctx IReturn_statementContext)
- func (p *PlSqlParser) Role_clause() (localctx IRole_clauseContext)
- func (p *PlSqlParser) Role_name() (localctx IRole_nameContext)
- func (p *PlSqlParser) Rollback_segment() (localctx IRollback_segmentContext)
- func (p *PlSqlParser) Rollback_segment_name() (localctx IRollback_segment_nameContext)
- func (p *PlSqlParser) Rollback_statement() (localctx IRollback_statementContext)
- func (p *PlSqlParser) Rollup_cube_clause() (localctx IRollup_cube_clauseContext)
- func (p *PlSqlParser) Routine_clause() (localctx IRoutine_clauseContext)
- func (p *PlSqlParser) Routine_name() (localctx IRoutine_nameContext)
- func (p *PlSqlParser) Row_movement_clause() (localctx IRow_movement_clauseContext)
- func (p *PlSqlParser) Sample_clause() (localctx ISample_clauseContext)
- func (p *PlSqlParser) Savepoint_name() (localctx ISavepoint_nameContext)
- func (p *PlSqlParser) Savepoint_statement() (localctx ISavepoint_statementContext)
- func (p *PlSqlParser) Schema_name() (localctx ISchema_nameContext)
- func (p *PlSqlParser) Schema_object_name() (localctx ISchema_object_nameContext)
- func (p *PlSqlParser) Search_clause() (localctx ISearch_clauseContext)
- func (p *PlSqlParser) Searched_case_statement() (localctx ISearched_case_statementContext)
- func (p *PlSqlParser) Searched_case_when_part() (localctx ISearched_case_when_partContext)
- func (p *PlSqlParser) Security_clause() (localctx ISecurity_clauseContext)
- func (p *PlSqlParser) Seed_part() (localctx ISeed_partContext)
- func (p *PlSqlParser) Segment_attributes_clause() (localctx ISegment_attributes_clauseContext)
- func (p *PlSqlParser) Segment_management_clause() (localctx ISegment_management_clauseContext)
- func (p *PlSqlParser) Select_list_elements() (localctx ISelect_list_elementsContext)
- func (p *PlSqlParser) Select_only_statement() (localctx ISelect_only_statementContext)
- func (p *PlSqlParser) Select_statement() (localctx ISelect_statementContext)
- func (p *PlSqlParser) Selected_list() (localctx ISelected_listContext)
- func (p *PlSqlParser) Selected_tableview() (localctx ISelected_tableviewContext)
- func (p *PlSqlParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- func (p *PlSqlParser) Seq_of_declare_specs() (localctx ISeq_of_declare_specsContext)
- func (p *PlSqlParser) Seq_of_statements() (localctx ISeq_of_statementsContext)
- func (p *PlSqlParser) Sequence_name() (localctx ISequence_nameContext)
- func (p *PlSqlParser) Sequence_spec() (localctx ISequence_specContext)
- func (p *PlSqlParser) Sequence_start_clause() (localctx ISequence_start_clauseContext)
- func (p *PlSqlParser) Set_command() (localctx ISet_commandContext)
- func (p *PlSqlParser) Set_constraint_command() (localctx ISet_constraint_commandContext)
- func (p *PlSqlParser) Set_container_data() (localctx ISet_container_dataContext)
- func (p *PlSqlParser) Set_time_zone_clause() (localctx ISet_time_zone_clauseContext)
- func (p *PlSqlParser) Set_transaction_command() (localctx ISet_transaction_commandContext)
- func (p *PlSqlParser) Shrink_clause() (localctx IShrink_clauseContext)
- func (p *PlSqlParser) Simple_case_statement() (localctx ISimple_case_statementContext)
- func (p *PlSqlParser) Simple_case_when_part() (localctx ISimple_case_when_partContext)
- func (p *PlSqlParser) Simple_dml_trigger() (localctx ISimple_dml_triggerContext)
- func (p *PlSqlParser) Single_column_for_loop() (localctx ISingle_column_for_loopContext)
- func (p *PlSqlParser) Single_table_insert() (localctx ISingle_table_insertContext)
- func (p *PlSqlParser) Size_clause() (localctx ISize_clauseContext)
- func (p *PlSqlParser) Sort_or_nosort() (localctx ISort_or_nosortContext)
- func (p *PlSqlParser) Split_index_partition() (localctx ISplit_index_partitionContext)
- func (p *PlSqlParser) Sql_operation() (localctx ISql_operationContext)
- func (p *PlSqlParser) Sql_plus_command() (localctx ISql_plus_commandContext)
- func (p *PlSqlParser) Sql_script() (localctx ISql_scriptContext)
- func (p *PlSqlParser) Sql_statement() (localctx ISql_statementContext)
- func (p *PlSqlParser) Sql_statement_shortcut() (localctx ISql_statement_shortcutContext)
- func (p *PlSqlParser) Sql_statement_shortcut_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Sqlj_object_type() (localctx ISqlj_object_typeContext)
- func (p *PlSqlParser) Sqlj_object_type_attr() (localctx ISqlj_object_type_attrContext)
- func (p *PlSqlParser) Standard_function() (localctx IStandard_functionContext)
- func (p *PlSqlParser) Standard_prediction_function_keyword() (localctx IStandard_prediction_function_keywordContext)
- func (p *PlSqlParser) Standby_database_clauses() (localctx IStandby_database_clausesContext)
- func (p *PlSqlParser) Start_part() (localctx IStart_partContext)
- func (p *PlSqlParser) Start_standby_clause() (localctx IStart_standby_clauseContext)
- func (p *PlSqlParser) Start_time_column() (localctx IStart_time_columnContext)
- func (p *PlSqlParser) Startup_clauses() (localctx IStartup_clausesContext)
- func (p *PlSqlParser) Statement() (localctx IStatementContext)
- func (p *PlSqlParser) Static_returning_clause() (localctx IStatic_returning_clauseContext)
- func (p *PlSqlParser) Statistics_type_name() (localctx IStatistics_type_nameContext)
- func (p *PlSqlParser) Stop_standby_clause() (localctx IStop_standby_clauseContext)
- func (p *PlSqlParser) Storage_clause() (localctx IStorage_clauseContext)
- func (p *PlSqlParser) Storage_table_clause() (localctx IStorage_table_clauseContext)
- func (p *PlSqlParser) Streaming_clause() (localctx IStreaming_clauseContext)
- func (p *PlSqlParser) String_function() (localctx IString_functionContext)
- func (p *PlSqlParser) String_function_name() (localctx IString_function_nameContext)
- func (p *PlSqlParser) Subpartition_by_hash() (localctx ISubpartition_by_hashContext)
- func (p *PlSqlParser) Subpartition_by_list() (localctx ISubpartition_by_listContext)
- func (p *PlSqlParser) Subpartition_by_range() (localctx ISubpartition_by_rangeContext)
- func (p *PlSqlParser) Subpartition_key_value() (localctx ISubpartition_key_valueContext)
- func (p *PlSqlParser) Subpartition_name() (localctx ISubpartition_nameContext)
- func (p *PlSqlParser) Subpartition_template() (localctx ISubpartition_templateContext)
- func (p *PlSqlParser) Subprog_decl_in_type() (localctx ISubprog_decl_in_typeContext)
- func (p *PlSqlParser) Subprogram_spec() (localctx ISubprogram_specContext)
- func (p *PlSqlParser) Subquery() (localctx ISubqueryContext)
- func (p *PlSqlParser) Subquery_basic_elements() (localctx ISubquery_basic_elementsContext)
- func (p *PlSqlParser) Subquery_factoring_clause() (localctx ISubquery_factoring_clauseContext)
- func (p *PlSqlParser) Subquery_operation_part() (localctx ISubquery_operation_partContext)
- func (p *PlSqlParser) Subquery_restriction_clause() (localctx ISubquery_restriction_clauseContext)
- func (p *PlSqlParser) Substitutable_column_clause() (localctx ISubstitutable_column_clauseContext)
- func (p *PlSqlParser) Subtype_declaration() (localctx ISubtype_declarationContext)
- func (p *PlSqlParser) Supplemental_db_logging() (localctx ISupplemental_db_loggingContext)
- func (p *PlSqlParser) Supplemental_id_key_clause() (localctx ISupplemental_id_key_clauseContext)
- func (p *PlSqlParser) Supplemental_log_grp_clause() (localctx ISupplemental_log_grp_clauseContext)
- func (p *PlSqlParser) Supplemental_logging_props() (localctx ISupplemental_logging_propsContext)
- func (p *PlSqlParser) Supplemental_plsql_clause() (localctx ISupplemental_plsql_clauseContext)
- func (p *PlSqlParser) Supplemental_table_logging() (localctx ISupplemental_table_loggingContext)
- func (p *PlSqlParser) Swallow_to_semi() (localctx ISwallow_to_semiContext)
- func (p *PlSqlParser) Switch_logfile_clause() (localctx ISwitch_logfile_clauseContext)
- func (p *PlSqlParser) Synchronous_or_asynchronous() (localctx ISynchronous_or_asynchronousContext)
- func (p *PlSqlParser) Synonym_name() (localctx ISynonym_nameContext)
- func (p *PlSqlParser) System_partitioning() (localctx ISystem_partitioningContext)
- func (p *PlSqlParser) System_privilege() (localctx ISystem_privilegeContext)
- func (p *PlSqlParser) Table_alias() (localctx ITable_aliasContext)
- func (p *PlSqlParser) Table_collection_expression() (localctx ITable_collection_expressionContext)
- func (p *PlSqlParser) Table_compression() (localctx ITable_compressionContext)
- func (p *PlSqlParser) Table_element() (localctx ITable_elementContext)
- func (p *PlSqlParser) Table_index_clause() (localctx ITable_index_clauseContext)
- func (p *PlSqlParser) Table_indexed_by_part() (localctx ITable_indexed_by_partContext)
- func (p *PlSqlParser) Table_partition_description() (localctx ITable_partition_descriptionContext)
- func (p *PlSqlParser) Table_partitioning_clauses() (localctx ITable_partitioning_clausesContext)
- func (p *PlSqlParser) Table_ref() (localctx ITable_refContext)
- func (p *PlSqlParser) Table_ref_aux() (localctx ITable_ref_auxContext)
- func (p *PlSqlParser) Table_ref_aux_internal() (localctx ITable_ref_aux_internalContext)
- func (p *PlSqlParser) Table_ref_list() (localctx ITable_ref_listContext)
- func (p *PlSqlParser) Table_type_def() (localctx ITable_type_defContext)
- func (p *PlSqlParser) Table_var_name() (localctx ITable_var_nameContext)
- func (p *PlSqlParser) Tablespace() (localctx ITablespaceContext)
- func (p *PlSqlParser) Tablespace_encryption_spec() (localctx ITablespace_encryption_specContext)
- func (p *PlSqlParser) Tablespace_group_clause() (localctx ITablespace_group_clauseContext)
- func (p *PlSqlParser) Tablespace_group_name() (localctx ITablespace_group_nameContext)
- func (p *PlSqlParser) Tablespace_logging_clauses() (localctx ITablespace_logging_clausesContext)
- func (p *PlSqlParser) Tablespace_retention_clause() (localctx ITablespace_retention_clauseContext)
- func (p *PlSqlParser) Tablespace_state_clauses() (localctx ITablespace_state_clausesContext)
- func (p *PlSqlParser) Tableview_name() (localctx ITableview_nameContext)
- func (p *PlSqlParser) Tempfile_specification() (localctx ITempfile_specificationContext)
- func (p *PlSqlParser) Temporary_tablespace_clause() (localctx ITemporary_tablespace_clauseContext)
- func (p *PlSqlParser) Timing_point_section() (localctx ITiming_point_sectionContext)
- func (p *PlSqlParser) Trace_file_clause() (localctx ITrace_file_clauseContext)
- func (p *PlSqlParser) Transaction_control_statements() (localctx ITransaction_control_statementsContext)
- func (p *PlSqlParser) Trigger_block() (localctx ITrigger_blockContext)
- func (p *PlSqlParser) Trigger_body() (localctx ITrigger_bodyContext)
- func (p *PlSqlParser) Trigger_follows_clause() (localctx ITrigger_follows_clauseContext)
- func (p *PlSqlParser) Trigger_name() (localctx ITrigger_nameContext)
- func (p *PlSqlParser) Trigger_when_clause() (localctx ITrigger_when_clauseContext)
- func (p *PlSqlParser) Truncate_table() (localctx ITruncate_tableContext)
- func (p *PlSqlParser) Type_body() (localctx IType_bodyContext)
- func (p *PlSqlParser) Type_body_elements() (localctx IType_body_elementsContext)
- func (p *PlSqlParser) Type_declaration() (localctx IType_declarationContext)
- func (p *PlSqlParser) Type_definition() (localctx IType_definitionContext)
- func (p *PlSqlParser) Type_elements_parameter() (localctx IType_elements_parameterContext)
- func (p *PlSqlParser) Type_function_spec() (localctx IType_function_specContext)
- func (p *PlSqlParser) Type_name() (localctx IType_nameContext)
- func (p *PlSqlParser) Type_procedure_spec() (localctx IType_procedure_specContext)
- func (p *PlSqlParser) Type_spec() (localctx IType_specContext)
- func (p *PlSqlParser) Unary_expression() (localctx IUnary_expressionContext)
- func (p *PlSqlParser) Unary_logical_expression() (localctx IUnary_logical_expressionContext)
- func (p *PlSqlParser) Undo_tablespace_clause() (localctx IUndo_tablespace_clauseContext)
- func (p *PlSqlParser) Unified_auditing() (localctx IUnified_auditingContext)
- func (p *PlSqlParser) Unified_auditing_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *PlSqlParser) Unique_key_clause() (localctx IUnique_key_clauseContext)
- func (p *PlSqlParser) Unit_statement() (localctx IUnit_statementContext)
- func (p *PlSqlParser) Unpivot_clause() (localctx IUnpivot_clauseContext)
- func (p *PlSqlParser) Unpivot_in_clause() (localctx IUnpivot_in_clauseContext)
- func (p *PlSqlParser) Unpivot_in_elements() (localctx IUnpivot_in_elementsContext)
- func (p *PlSqlParser) Until_part() (localctx IUntil_partContext)
- func (p *PlSqlParser) Update_set_clause() (localctx IUpdate_set_clauseContext)
- func (p *PlSqlParser) Update_statement() (localctx IUpdate_statementContext)
- func (p *PlSqlParser) Upgrade_or_downgrade() (localctx IUpgrade_or_downgradeContext)
- func (p *PlSqlParser) Upgrade_table_clause() (localctx IUpgrade_table_clauseContext)
- func (p *PlSqlParser) Upper_bound() (localctx IUpper_boundContext)
- func (p *PlSqlParser) User_default_role_clause() (localctx IUser_default_role_clauseContext)
- func (p *PlSqlParser) User_editions_clause() (localctx IUser_editions_clauseContext)
- func (p *PlSqlParser) User_lock_clause() (localctx IUser_lock_clauseContext)
- func (p *PlSqlParser) User_object_name() (localctx IUser_object_nameContext)
- func (p *PlSqlParser) User_tablespace_clause() (localctx IUser_tablespace_clauseContext)
- func (p *PlSqlParser) Using_clause() (localctx IUsing_clauseContext)
- func (p *PlSqlParser) Using_element() (localctx IUsing_elementContext)
- func (p *PlSqlParser) Using_index_clause() (localctx IUsing_index_clauseContext)
- func (p *PlSqlParser) Using_statistics_type() (localctx IUsing_statistics_typeContext)
- func (p *PlSqlParser) Validation_clauses() (localctx IValidation_clausesContext)
- func (p *PlSqlParser) Values_clause() (localctx IValues_clauseContext)
- func (p *PlSqlParser) Variable_declaration() (localctx IVariable_declarationContext)
- func (p *PlSqlParser) Variable_name() (localctx IVariable_nameContext)
- func (p *PlSqlParser) Varray_col_properties() (localctx IVarray_col_propertiesContext)
- func (p *PlSqlParser) Varray_item() (localctx IVarray_itemContext)
- func (p *PlSqlParser) Varray_storage_clause() (localctx IVarray_storage_clauseContext)
- func (p *PlSqlParser) Varray_type_def() (localctx IVarray_type_defContext)
- func (p *PlSqlParser) View_alias_constraint() (localctx IView_alias_constraintContext)
- func (p *PlSqlParser) View_options() (localctx IView_optionsContext)
- func (p *PlSqlParser) Virtual_column_definition() (localctx IVirtual_column_definitionContext)
- func (p *PlSqlParser) Visible_or_invisible() (localctx IVisible_or_invisibleContext)
- func (p *PlSqlParser) Wait_nowait_part() (localctx IWait_nowait_partContext)
- func (p *PlSqlParser) Whenever_command() (localctx IWhenever_commandContext)
- func (p *PlSqlParser) Where_clause() (localctx IWhere_clauseContext)
- func (p *PlSqlParser) Windowing_clause() (localctx IWindowing_clauseContext)
- func (p *PlSqlParser) Windowing_elements() (localctx IWindowing_elementsContext)
- func (p *PlSqlParser) Windowing_type() (localctx IWindowing_typeContext)
- func (p *PlSqlParser) Within_or_over_clause_keyword() (localctx IWithin_or_over_clause_keywordContext)
- func (p *PlSqlParser) Within_or_over_part() (localctx IWithin_or_over_partContext)
- func (p *PlSqlParser) Write_clause() (localctx IWrite_clauseContext)
- func (p *PlSqlParser) Xml_attributes_clause() (localctx IXml_attributes_clauseContext)
- func (p *PlSqlParser) Xml_column_name() (localctx IXml_column_nameContext)
- func (p *PlSqlParser) Xml_general_default_part() (localctx IXml_general_default_partContext)
- func (p *PlSqlParser) Xml_multiuse_expression_element() (localctx IXml_multiuse_expression_elementContext)
- func (p *PlSqlParser) Xml_namespaces_clause() (localctx IXml_namespaces_clauseContext)
- func (p *PlSqlParser) Xml_passing_clause() (localctx IXml_passing_clauseContext)
- func (p *PlSqlParser) Xml_table_column() (localctx IXml_table_columnContext)
- func (p *PlSqlParser) Xmlindex_clause() (localctx IXmlindex_clauseContext)
- func (p *PlSqlParser) Xmlroot_param_standalone_part() (localctx IXmlroot_param_standalone_partContext)
- func (p *PlSqlParser) Xmlroot_param_version_part() (localctx IXmlroot_param_version_partContext)
- func (p *PlSqlParser) Xmlschema_spec() (localctx IXmlschema_specContext)
- func (p *PlSqlParser) Xmlserialize_param_enconding_part() (localctx IXmlserialize_param_enconding_partContext)
- func (p *PlSqlParser) Xmlserialize_param_ident_part() (localctx IXmlserialize_param_ident_partContext)
- func (p *PlSqlParser) Xmlserialize_param_version_part() (localctx IXmlserialize_param_version_partContext)
- func (p *PlSqlParser) Xmltable() (localctx IXmltableContext)
- func (p *PlSqlParser) Xmltype_column_properties() (localctx IXmltype_column_propertiesContext)
- func (p *PlSqlParser) Xmltype_storage() (localctx IXmltype_storageContext)
- func (p *PlSqlParser) Xmltype_table() (localctx IXmltype_tableContext)
- func (p *PlSqlParser) Xmltype_virtual_columns() (localctx IXmltype_virtual_columnsContext)
- type PlSqlParserListener
- type Policy_nameContext
- func (s *Policy_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Policy_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Policy_nameContext) GetParser() antlr.Parser
- func (s *Policy_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Policy_nameContext) Identifier() IIdentifierContext
- func (*Policy_nameContext) IsPolicy_nameContext()
- func (s *Policy_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pragma_clauseContext
- func (s *Pragma_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Pragma_clauseContext) AllPragma_elements() []IPragma_elementsContext
- func (s *Pragma_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Pragma_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pragma_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pragma_clauseContext) GetParser() antlr.Parser
- func (s *Pragma_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Pragma_clauseContext) IsPragma_clauseContext()
- func (s *Pragma_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pragma_clauseContext) PRAGMA() antlr.TerminalNode
- func (s *Pragma_clauseContext) Pragma_elements(i int) IPragma_elementsContext
- func (s *Pragma_clauseContext) RESTRICT_REFERENCES() antlr.TerminalNode
- func (s *Pragma_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pragma_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pragma_declarationContext
- func (s *Pragma_declarationContext) AUTONOMOUS_TRANSACTION() antlr.TerminalNode
- func (s *Pragma_declarationContext) AllCOMMA() []antlr.TerminalNode
- func (s *Pragma_declarationContext) AllIdentifier() []IIdentifierContext
- func (s *Pragma_declarationContext) COMMA(i int) antlr.TerminalNode
- func (s *Pragma_declarationContext) DEFAULT() antlr.TerminalNode
- func (s *Pragma_declarationContext) EXCEPTION_INIT() antlr.TerminalNode
- func (s *Pragma_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pragma_declarationContext) Exception_name() IException_nameContext
- func (s *Pragma_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pragma_declarationContext) Expression() IExpressionContext
- func (s *Pragma_declarationContext) GetId1() IIdentifierContext
- func (s *Pragma_declarationContext) GetParser() antlr.Parser
- func (s *Pragma_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Pragma_declarationContext) INLINE() antlr.TerminalNode
- func (s *Pragma_declarationContext) Identifier(i int) IIdentifierContext
- func (*Pragma_declarationContext) IsPragma_declarationContext()
- func (s *Pragma_declarationContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Pragma_declarationContext) Numeric_negative() INumeric_negativeContext
- func (s *Pragma_declarationContext) PRAGMA() antlr.TerminalNode
- func (s *Pragma_declarationContext) RESTRICT_REFERENCES() antlr.TerminalNode
- func (s *Pragma_declarationContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Pragma_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Pragma_declarationContext) SERIALLY_REUSABLE() antlr.TerminalNode
- func (s *Pragma_declarationContext) SetId1(v IIdentifierContext)
- func (s *Pragma_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Pragma_elementsContext
- func (s *Pragma_elementsContext) DEFAULT() antlr.TerminalNode
- func (s *Pragma_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Pragma_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Pragma_elementsContext) GetParser() antlr.Parser
- func (s *Pragma_elementsContext) GetRuleContext() antlr.RuleContext
- func (s *Pragma_elementsContext) Identifier() IIdentifierContext
- func (*Pragma_elementsContext) IsPragma_elementsContext()
- func (s *Pragma_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Precision_partContext
- func (s *Precision_partContext) ASTERISK() antlr.TerminalNode
- func (s *Precision_partContext) AllNumeric() []INumericContext
- func (s *Precision_partContext) BYTE() antlr.TerminalNode
- func (s *Precision_partContext) CHAR() antlr.TerminalNode
- func (s *Precision_partContext) COMMA() antlr.TerminalNode
- func (s *Precision_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Precision_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Precision_partContext) GetParser() antlr.Parser
- func (s *Precision_partContext) GetRuleContext() antlr.RuleContext
- func (*Precision_partContext) IsPrecision_partContext()
- func (s *Precision_partContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Precision_partContext) Numeric(i int) INumericContext
- func (s *Precision_partContext) Numeric_negative() INumeric_negativeContext
- func (s *Precision_partContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Precision_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Primary_key_clauseContext
- func (s *Primary_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Primary_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Primary_key_clauseContext) GetParser() antlr.Parser
- func (s *Primary_key_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Primary_key_clauseContext) IsPrimary_key_clauseContext()
- func (s *Primary_key_clauseContext) KEY() antlr.TerminalNode
- func (s *Primary_key_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Primary_key_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Primary_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Primary_key_clauseContext) Using_index_clause() IUsing_index_clauseContext
- type Proc_decl_in_typeContext
- func (s *Proc_decl_in_typeContext) AS() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) AllCOMMA() []antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Proc_decl_in_typeContext) Body() IBodyContext
- func (s *Proc_decl_in_typeContext) COMMA(i int) antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) Call_spec() ICall_specContext
- func (s *Proc_decl_in_typeContext) DECLARE() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Proc_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Proc_decl_in_typeContext) GetParser() antlr.Parser
- func (s *Proc_decl_in_typeContext) GetRuleContext() antlr.RuleContext
- func (s *Proc_decl_in_typeContext) IS() antlr.TerminalNode
- func (*Proc_decl_in_typeContext) IsProc_decl_in_typeContext()
- func (s *Proc_decl_in_typeContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) PROCEDURE() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) Procedure_name() IProcedure_nameContext
- func (s *Proc_decl_in_typeContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) SEMICOLON() antlr.TerminalNode
- func (s *Proc_decl_in_typeContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Proc_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Proc_decl_in_typeContext) Type_elements_parameter(i int) IType_elements_parameterContext
- type Procedure_bodyContext
- func (s *Procedure_bodyContext) AS() antlr.TerminalNode
- func (s *Procedure_bodyContext) AllCOMMA() []antlr.TerminalNode
- func (s *Procedure_bodyContext) AllParameter() []IParameterContext
- func (s *Procedure_bodyContext) Body() IBodyContext
- func (s *Procedure_bodyContext) COMMA(i int) antlr.TerminalNode
- func (s *Procedure_bodyContext) Call_spec() ICall_specContext
- func (s *Procedure_bodyContext) DECLARE() antlr.TerminalNode
- func (s *Procedure_bodyContext) EXTERNAL() antlr.TerminalNode
- func (s *Procedure_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Procedure_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Procedure_bodyContext) GetParser() antlr.Parser
- func (s *Procedure_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Procedure_bodyContext) IS() antlr.TerminalNode
- func (s *Procedure_bodyContext) Identifier() IIdentifierContext
- func (*Procedure_bodyContext) IsProcedure_bodyContext()
- func (s *Procedure_bodyContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Procedure_bodyContext) PROCEDURE() antlr.TerminalNode
- func (s *Procedure_bodyContext) Parameter(i int) IParameterContext
- func (s *Procedure_bodyContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Procedure_bodyContext) SEMICOLON() antlr.TerminalNode
- func (s *Procedure_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
- func (s *Procedure_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Procedure_callContext
- func (s *Procedure_callContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Procedure_callContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Procedure_callContext) Function_argument() IFunction_argumentContext
- func (s *Procedure_callContext) GetParser() antlr.Parser
- func (s *Procedure_callContext) GetRuleContext() antlr.RuleContext
- func (*Procedure_callContext) IsProcedure_callContext()
- func (s *Procedure_callContext) Routine_name() IRoutine_nameContext
- func (s *Procedure_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Procedure_nameContext
- func (s *Procedure_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Procedure_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Procedure_nameContext) GetParser() antlr.Parser
- func (s *Procedure_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Procedure_nameContext) Id_expression() IId_expressionContext
- func (s *Procedure_nameContext) Identifier() IIdentifierContext
- func (*Procedure_nameContext) IsProcedure_nameContext()
- func (s *Procedure_nameContext) PERIOD() antlr.TerminalNode
- func (s *Procedure_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Procedure_specContext
- func (s *Procedure_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Procedure_specContext) AllParameter() []IParameterContext
- func (s *Procedure_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Procedure_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Procedure_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Procedure_specContext) GetParser() antlr.Parser
- func (s *Procedure_specContext) GetRuleContext() antlr.RuleContext
- func (s *Procedure_specContext) Identifier() IIdentifierContext
- func (*Procedure_specContext) IsProcedure_specContext()
- func (s *Procedure_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Procedure_specContext) PROCEDURE() antlr.TerminalNode
- func (s *Procedure_specContext) Parameter(i int) IParameterContext
- func (s *Procedure_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Procedure_specContext) SEMICOLON() antlr.TerminalNode
- func (s *Procedure_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Profile_clauseContext
- func (s *Profile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Profile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Profile_clauseContext) GetParser() antlr.Parser
- func (s *Profile_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Profile_clauseContext) Id_expression() IId_expressionContext
- func (*Profile_clauseContext) IsProfile_clauseContext()
- func (s *Profile_clauseContext) PROFILE() antlr.TerminalNode
- func (s *Profile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Profile_nameContext
- func (s *Profile_nameContext) AllId_expression() []IId_expressionContext
- func (s *Profile_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Profile_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Profile_nameContext) GetParser() antlr.Parser
- func (s *Profile_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Profile_nameContext) Id_expression(i int) IId_expressionContext
- func (*Profile_nameContext) IsProfile_nameContext()
- func (s *Profile_nameContext) PERIOD() antlr.TerminalNode
- func (s *Profile_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Proxy_clauseContext
- func (s *Proxy_clauseContext) AUTHENTICATED() antlr.TerminalNode
- func (s *Proxy_clauseContext) AUTHENTICATION() antlr.TerminalNode
- func (s *Proxy_clauseContext) CERTIFICATE() antlr.TerminalNode
- func (s *Proxy_clauseContext) CONNECT() antlr.TerminalNode
- func (s *Proxy_clauseContext) DISTINGUISHED() antlr.TerminalNode
- func (s *Proxy_clauseContext) ENTERPRISE() antlr.TerminalNode
- func (s *Proxy_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Proxy_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Proxy_clauseContext) GRANT() antlr.TerminalNode
- func (s *Proxy_clauseContext) GetParser() antlr.Parser
- func (s *Proxy_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Proxy_clauseContext) IsProxy_clauseContext()
- func (s *Proxy_clauseContext) NAME() antlr.TerminalNode
- func (s *Proxy_clauseContext) NO() antlr.TerminalNode
- func (s *Proxy_clauseContext) PASSWORD() antlr.TerminalNode
- func (s *Proxy_clauseContext) REQUIRED() antlr.TerminalNode
- func (s *Proxy_clauseContext) REVOKE() antlr.TerminalNode
- func (s *Proxy_clauseContext) ROLE() antlr.TerminalNode
- func (s *Proxy_clauseContext) ROLES() antlr.TerminalNode
- func (s *Proxy_clauseContext) Role_clause() IRole_clauseContext
- func (s *Proxy_clauseContext) THROUGH() antlr.TerminalNode
- func (s *Proxy_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Proxy_clauseContext) USERS() antlr.TerminalNode
- func (s *Proxy_clauseContext) USING() antlr.TerminalNode
- func (s *Proxy_clauseContext) User_object_name() IUser_object_nameContext
- func (s *Proxy_clauseContext) WITH() antlr.TerminalNode
- type Quantified_expressionContext
- func (s *Quantified_expressionContext) ALL() antlr.TerminalNode
- func (s *Quantified_expressionContext) ANY() antlr.TerminalNode
- func (s *Quantified_expressionContext) EXISTS() antlr.TerminalNode
- func (s *Quantified_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Quantified_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Quantified_expressionContext) Expression() IExpressionContext
- func (s *Quantified_expressionContext) GetParser() antlr.Parser
- func (s *Quantified_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Quantified_expressionContext) IsQuantified_expressionContext()
- func (s *Quantified_expressionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Quantified_expressionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Quantified_expressionContext) SOME() antlr.TerminalNode
- func (s *Quantified_expressionContext) Select_only_statement() ISelect_only_statementContext
- func (s *Quantified_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Query_blockContext
- func (s *Query_blockContext) ALL() antlr.TerminalNode
- func (s *Query_blockContext) DISTINCT() antlr.TerminalNode
- func (s *Query_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Query_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Query_blockContext) Fetch_clause() IFetch_clauseContext
- func (s *Query_blockContext) From_clause() IFrom_clauseContext
- func (s *Query_blockContext) GetParser() antlr.Parser
- func (s *Query_blockContext) GetRuleContext() antlr.RuleContext
- func (s *Query_blockContext) Group_by_clause() IGroup_by_clauseContext
- func (s *Query_blockContext) Hierarchical_query_clause() IHierarchical_query_clauseContext
- func (s *Query_blockContext) Into_clause() IInto_clauseContext
- func (*Query_blockContext) IsQuery_blockContext()
- func (s *Query_blockContext) Model_clause() IModel_clauseContext
- func (s *Query_blockContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Query_blockContext) SELECT() antlr.TerminalNode
- func (s *Query_blockContext) Selected_list() ISelected_listContext
- func (s *Query_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Query_blockContext) UNIQUE() antlr.TerminalNode
- func (s *Query_blockContext) Where_clause() IWhere_clauseContext
- type Query_nameContext
- func (s *Query_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Query_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Query_nameContext) GetParser() antlr.Parser
- func (s *Query_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Query_nameContext) Identifier() IIdentifierContext
- func (*Query_nameContext) IsQuery_nameContext()
- func (s *Query_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Query_partition_clauseContext
- func (s *Query_partition_clauseContext) BY() antlr.TerminalNode
- func (s *Query_partition_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Query_partition_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Query_partition_clauseContext) Expressions() IExpressionsContext
- func (s *Query_partition_clauseContext) GetParser() antlr.Parser
- func (s *Query_partition_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Query_partition_clauseContext) IsQuery_partition_clauseContext()
- func (s *Query_partition_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Query_partition_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Query_partition_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Query_partition_clauseContext) Subquery() ISubqueryContext
- func (s *Query_partition_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Quota_clauseContext
- func (s *Quota_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Quota_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Quota_clauseContext) GetParser() antlr.Parser
- func (s *Quota_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Quota_clauseContext) Id_expression() IId_expressionContext
- func (*Quota_clauseContext) IsQuota_clauseContext()
- func (s *Quota_clauseContext) ON() antlr.TerminalNode
- func (s *Quota_clauseContext) QUOTA() antlr.TerminalNode
- func (s *Quota_clauseContext) Size_clause() ISize_clauseContext
- func (s *Quota_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Quota_clauseContext) UNLIMITED() antlr.TerminalNode
- type Quoted_stringContext
- func (s *Quoted_stringContext) CHAR_STRING() antlr.TerminalNode
- func (s *Quoted_stringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Quoted_stringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Quoted_stringContext) GetParser() antlr.Parser
- func (s *Quoted_stringContext) GetRuleContext() antlr.RuleContext
- func (*Quoted_stringContext) IsQuoted_stringContext()
- func (s *Quoted_stringContext) NATIONAL_CHAR_STRING_LIT() antlr.TerminalNode
- func (s *Quoted_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Quoted_stringContext) Variable_name() IVariable_nameContext
- type Raise_statementContext
- func (s *Raise_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Raise_statementContext) Exception_name() IException_nameContext
- func (s *Raise_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Raise_statementContext) GetParser() antlr.Parser
- func (s *Raise_statementContext) GetRuleContext() antlr.RuleContext
- func (*Raise_statementContext) IsRaise_statementContext()
- func (s *Raise_statementContext) RAISE() antlr.TerminalNode
- func (s *Raise_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Range_partition_descContext
- func (s *Range_partition_descContext) AllCOMMA() []antlr.TerminalNode
- func (s *Range_partition_descContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
- func (s *Range_partition_descContext) AllList_subpartition_desc() []IList_subpartition_descContext
- func (s *Range_partition_descContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
- func (s *Range_partition_descContext) COMMA(i int) antlr.TerminalNode
- func (s *Range_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Range_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Range_partition_descContext) GetParser() antlr.Parser
- func (s *Range_partition_descContext) GetRuleContext() antlr.RuleContext
- func (s *Range_partition_descContext) Hash_subparts_by_quantity() IHash_subparts_by_quantityContext
- func (s *Range_partition_descContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
- func (*Range_partition_descContext) IsRange_partition_descContext()
- func (s *Range_partition_descContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Range_partition_descContext) List_subpartition_desc(i int) IList_subpartition_descContext
- func (s *Range_partition_descContext) PARTITION() antlr.TerminalNode
- func (s *Range_partition_descContext) Partition_name() IPartition_nameContext
- func (s *Range_partition_descContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Range_partition_descContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
- func (s *Range_partition_descContext) Range_values_clause() IRange_values_clauseContext
- func (s *Range_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
- func (s *Range_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Range_partitionsContext
- func (s *Range_partitionsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Range_partitionsContext) AllColumn_name() []IColumn_nameContext
- func (s *Range_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Range_partitionsContext) AllPARTITION() []antlr.TerminalNode
- func (s *Range_partitionsContext) AllPartition_name() []IPartition_nameContext
- func (s *Range_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Range_partitionsContext) AllRange_values_clause() []IRange_values_clauseContext
- func (s *Range_partitionsContext) AllTable_partition_description() []ITable_partition_descriptionContext
- func (s *Range_partitionsContext) AllTablespace() []ITablespaceContext
- func (s *Range_partitionsContext) BY() antlr.TerminalNode
- func (s *Range_partitionsContext) COMMA(i int) antlr.TerminalNode
- func (s *Range_partitionsContext) Column_name(i int) IColumn_nameContext
- func (s *Range_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Range_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Range_partitionsContext) Expression() IExpressionContext
- func (s *Range_partitionsContext) GetParser() antlr.Parser
- func (s *Range_partitionsContext) GetRuleContext() antlr.RuleContext
- func (s *Range_partitionsContext) IN() antlr.TerminalNode
- func (s *Range_partitionsContext) INTERVAL() antlr.TerminalNode
- func (*Range_partitionsContext) IsRange_partitionsContext()
- func (s *Range_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Range_partitionsContext) PARTITION(i int) antlr.TerminalNode
- func (s *Range_partitionsContext) Partition_name(i int) IPartition_nameContext
- func (s *Range_partitionsContext) RANGE() antlr.TerminalNode
- func (s *Range_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Range_partitionsContext) Range_values_clause(i int) IRange_values_clauseContext
- func (s *Range_partitionsContext) STORE() antlr.TerminalNode
- func (s *Range_partitionsContext) Table_partition_description(i int) ITable_partition_descriptionContext
- func (s *Range_partitionsContext) Tablespace(i int) ITablespaceContext
- func (s *Range_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Range_subpartition_descContext
- func (s *Range_subpartition_descContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Range_subpartition_descContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Range_subpartition_descContext) GetParser() antlr.Parser
- func (s *Range_subpartition_descContext) GetRuleContext() antlr.RuleContext
- func (*Range_subpartition_descContext) IsRange_subpartition_descContext()
- func (s *Range_subpartition_descContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
- func (s *Range_subpartition_descContext) Range_values_clause() IRange_values_clauseContext
- func (s *Range_subpartition_descContext) SUBPARTITION() antlr.TerminalNode
- func (s *Range_subpartition_descContext) Subpartition_name() ISubpartition_nameContext
- func (s *Range_subpartition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Range_values_clauseContext
- func (s *Range_values_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Range_values_clauseContext) AllLiteral() []ILiteralContext
- func (s *Range_values_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Range_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Range_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Range_values_clauseContext) GetParser() antlr.Parser
- func (s *Range_values_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Range_values_clauseContext) IsRange_values_clauseContext()
- func (s *Range_values_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Range_values_clauseContext) LESS() antlr.TerminalNode
- func (s *Range_values_clauseContext) Literal(i int) ILiteralContext
- func (s *Range_values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Range_values_clauseContext) THAN() antlr.TerminalNode
- func (s *Range_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Range_values_clauseContext) VALUES() antlr.TerminalNode
- type Rebuild_clauseContext
- func (s *Rebuild_clauseContext) AllKey_compression() []IKey_compressionContext
- func (s *Rebuild_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Rebuild_clauseContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Rebuild_clauseContext) AllONLINE() []antlr.TerminalNode
- func (s *Rebuild_clauseContext) AllOdci_parameters() []IOdci_parametersContext
- func (s *Rebuild_clauseContext) AllPARAMETERS() []antlr.TerminalNode
- func (s *Rebuild_clauseContext) AllParallel_clause() []IParallel_clauseContext
- func (s *Rebuild_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Rebuild_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Rebuild_clauseContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Rebuild_clauseContext) AllTablespace() []ITablespaceContext
- func (s *Rebuild_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rebuild_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rebuild_clauseContext) GetParser() antlr.Parser
- func (s *Rebuild_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Rebuild_clauseContext) IsRebuild_clauseContext()
- func (s *Rebuild_clauseContext) Key_compression(i int) IKey_compressionContext
- func (s *Rebuild_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Rebuild_clauseContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Rebuild_clauseContext) NOREVERSE() antlr.TerminalNode
- func (s *Rebuild_clauseContext) ONLINE(i int) antlr.TerminalNode
- func (s *Rebuild_clauseContext) Odci_parameters(i int) IOdci_parametersContext
- func (s *Rebuild_clauseContext) PARAMETERS(i int) antlr.TerminalNode
- func (s *Rebuild_clauseContext) PARTITION() antlr.TerminalNode
- func (s *Rebuild_clauseContext) Parallel_clause(i int) IParallel_clauseContext
- func (s *Rebuild_clauseContext) Partition_name() IPartition_nameContext
- func (s *Rebuild_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Rebuild_clauseContext) REBUILD() antlr.TerminalNode
- func (s *Rebuild_clauseContext) REVERSE() antlr.TerminalNode
- func (s *Rebuild_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Rebuild_clauseContext) SUBPARTITION() antlr.TerminalNode
- func (s *Rebuild_clauseContext) Subpartition_name() ISubpartition_nameContext
- func (s *Rebuild_clauseContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Rebuild_clauseContext) Tablespace(i int) ITablespaceContext
- func (s *Rebuild_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Record_nameContext
- func (s *Record_nameContext) Bind_variable() IBind_variableContext
- func (s *Record_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Record_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Record_nameContext) GetParser() antlr.Parser
- func (s *Record_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Record_nameContext) Identifier() IIdentifierContext
- func (*Record_nameContext) IsRecord_nameContext()
- func (s *Record_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Record_type_defContext
- func (s *Record_type_defContext) AllCOMMA() []antlr.TerminalNode
- func (s *Record_type_defContext) AllField_spec() []IField_specContext
- func (s *Record_type_defContext) COMMA(i int) antlr.TerminalNode
- func (s *Record_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Record_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Record_type_defContext) Field_spec(i int) IField_specContext
- func (s *Record_type_defContext) GetParser() antlr.Parser
- func (s *Record_type_defContext) GetRuleContext() antlr.RuleContext
- func (*Record_type_defContext) IsRecord_type_defContext()
- func (s *Record_type_defContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Record_type_defContext) RECORD() antlr.TerminalNode
- func (s *Record_type_defContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Record_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Records_per_block_clauseContext
- func (s *Records_per_block_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Records_per_block_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Records_per_block_clauseContext) GetParser() antlr.Parser
- func (s *Records_per_block_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Records_per_block_clauseContext) IsRecords_per_block_clauseContext()
- func (s *Records_per_block_clauseContext) MINIMIZE() antlr.TerminalNode
- func (s *Records_per_block_clauseContext) NOMINIMIZE() antlr.TerminalNode
- func (s *Records_per_block_clauseContext) RECORDS_PER_BLOCK() antlr.TerminalNode
- func (s *Records_per_block_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Recovery_clausesContext
- func (s *Recovery_clausesContext) BACKUP() antlr.TerminalNode
- func (s *Recovery_clausesContext) Begin_or_end() IBegin_or_endContext
- func (s *Recovery_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Recovery_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Recovery_clausesContext) General_recovery() IGeneral_recoveryContext
- func (s *Recovery_clausesContext) GetParser() antlr.Parser
- func (s *Recovery_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Recovery_clausesContext) IsRecovery_clausesContext()
- func (s *Recovery_clausesContext) Managed_standby_recovery() IManaged_standby_recoveryContext
- func (s *Recovery_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Redo_log_file_specContext
- func (s *Redo_log_file_specContext) AllCHAR_STRING() []antlr.TerminalNode
- func (s *Redo_log_file_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Redo_log_file_specContext) AllSize_clause() []ISize_clauseContext
- func (s *Redo_log_file_specContext) BLOCKSIZE() antlr.TerminalNode
- func (s *Redo_log_file_specContext) CHAR_STRING(i int) antlr.TerminalNode
- func (s *Redo_log_file_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Redo_log_file_specContext) DATAFILE() antlr.TerminalNode
- func (s *Redo_log_file_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Redo_log_file_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Redo_log_file_specContext) GetParser() antlr.Parser
- func (s *Redo_log_file_specContext) GetRuleContext() antlr.RuleContext
- func (*Redo_log_file_specContext) IsRedo_log_file_specContext()
- func (s *Redo_log_file_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Redo_log_file_specContext) REUSE() antlr.TerminalNode
- func (s *Redo_log_file_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Redo_log_file_specContext) SIZE() antlr.TerminalNode
- func (s *Redo_log_file_specContext) Size_clause(i int) ISize_clauseContext
- func (s *Redo_log_file_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Ref_cursor_type_defContext
- func (s *Ref_cursor_type_defContext) CURSOR() antlr.TerminalNode
- func (s *Ref_cursor_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Ref_cursor_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Ref_cursor_type_defContext) GetParser() antlr.Parser
- func (s *Ref_cursor_type_defContext) GetRuleContext() antlr.RuleContext
- func (*Ref_cursor_type_defContext) IsRef_cursor_type_defContext()
- func (s *Ref_cursor_type_defContext) REF() antlr.TerminalNode
- func (s *Ref_cursor_type_defContext) RETURN() antlr.TerminalNode
- func (s *Ref_cursor_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Ref_cursor_type_defContext) Type_spec() IType_specContext
- type Reference_modelContext
- func (s *Reference_modelContext) AllCell_reference_options() []ICell_reference_optionsContext
- func (s *Reference_modelContext) Cell_reference_options(i int) ICell_reference_optionsContext
- func (s *Reference_modelContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Reference_modelContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Reference_modelContext) GetParser() antlr.Parser
- func (s *Reference_modelContext) GetRuleContext() antlr.RuleContext
- func (*Reference_modelContext) IsReference_modelContext()
- func (s *Reference_modelContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Reference_modelContext) Model_column_clauses() IModel_column_clausesContext
- func (s *Reference_modelContext) ON() antlr.TerminalNode
- func (s *Reference_modelContext) REFERENCE() antlr.TerminalNode
- func (s *Reference_modelContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Reference_modelContext) Reference_model_name() IReference_model_nameContext
- func (s *Reference_modelContext) Subquery() ISubqueryContext
- func (s *Reference_modelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Reference_model_nameContext
- func (s *Reference_model_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Reference_model_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Reference_model_nameContext) GetParser() antlr.Parser
- func (s *Reference_model_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Reference_model_nameContext) Identifier() IIdentifierContext
- func (*Reference_model_nameContext) IsReference_model_nameContext()
- func (s *Reference_model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Reference_partition_descContext
- func (s *Reference_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Reference_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Reference_partition_descContext) GetParser() antlr.Parser
- func (s *Reference_partition_descContext) GetRuleContext() antlr.RuleContext
- func (*Reference_partition_descContext) IsReference_partition_descContext()
- func (s *Reference_partition_descContext) PARTITION() antlr.TerminalNode
- func (s *Reference_partition_descContext) Partition_name() IPartition_nameContext
- func (s *Reference_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
- func (s *Reference_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Reference_partitioningContext
- func (s *Reference_partitioningContext) AllCOMMA() []antlr.TerminalNode
- func (s *Reference_partitioningContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Reference_partitioningContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Reference_partitioningContext) AllReference_partition_desc() []IReference_partition_descContext
- func (s *Reference_partitioningContext) BY() antlr.TerminalNode
- func (s *Reference_partitioningContext) COMMA(i int) antlr.TerminalNode
- func (s *Reference_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Reference_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Reference_partitioningContext) GetParser() antlr.Parser
- func (s *Reference_partitioningContext) GetRuleContext() antlr.RuleContext
- func (*Reference_partitioningContext) IsReference_partitioningContext()
- func (s *Reference_partitioningContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Reference_partitioningContext) PARTITION() antlr.TerminalNode
- func (s *Reference_partitioningContext) REFERENCE() antlr.TerminalNode
- func (s *Reference_partitioningContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Reference_partitioningContext) Reference_partition_desc(i int) IReference_partition_descContext
- func (s *Reference_partitioningContext) Regular_id() IRegular_idContext
- func (s *Reference_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type References_clauseContext
- func (s *References_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *References_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *References_clauseContext) GetParser() antlr.Parser
- func (s *References_clauseContext) GetRuleContext() antlr.RuleContext
- func (*References_clauseContext) IsReferences_clauseContext()
- func (s *References_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *References_clauseContext) REFERENCES() antlr.TerminalNode
- func (s *References_clauseContext) Tableview_name() ITableview_nameContext
- func (s *References_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Referencing_clauseContext
- func (s *Referencing_clauseContext) AllReferencing_element() []IReferencing_elementContext
- func (s *Referencing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Referencing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Referencing_clauseContext) GetParser() antlr.Parser
- func (s *Referencing_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Referencing_clauseContext) IsReferencing_clauseContext()
- func (s *Referencing_clauseContext) REFERENCING() antlr.TerminalNode
- func (s *Referencing_clauseContext) Referencing_element(i int) IReferencing_elementContext
- func (s *Referencing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Referencing_elementContext
- func (s *Referencing_elementContext) Column_alias() IColumn_aliasContext
- func (s *Referencing_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Referencing_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Referencing_elementContext) GetParser() antlr.Parser
- func (s *Referencing_elementContext) GetRuleContext() antlr.RuleContext
- func (*Referencing_elementContext) IsReferencing_elementContext()
- func (s *Referencing_elementContext) NEW() antlr.TerminalNode
- func (s *Referencing_elementContext) OLD() antlr.TerminalNode
- func (s *Referencing_elementContext) PARENT() antlr.TerminalNode
- func (s *Referencing_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Register_logfile_clauseContext
- func (s *Register_logfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Register_logfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Register_logfile_clauseContext) GetParser() antlr.Parser
- func (s *Register_logfile_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Register_logfile_clauseContext) IsRegister_logfile_clauseContext()
- func (s *Register_logfile_clauseContext) LOGFILE() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) LOGICAL() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) OR() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) PHYSICAL() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) REGISTER() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) REPLACE() antlr.TerminalNode
- func (s *Register_logfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Regular_idContext
- func (s *Regular_idContext) AGENT() antlr.TerminalNode
- func (s *Regular_idContext) AGGREGATE() antlr.TerminalNode
- func (s *Regular_idContext) ANALYZE() antlr.TerminalNode
- func (s *Regular_idContext) AUTONOMOUS_TRANSACTION() antlr.TerminalNode
- func (s *Regular_idContext) A_LETTER() antlr.TerminalNode
- func (s *Regular_idContext) BATCH() antlr.TerminalNode
- func (s *Regular_idContext) BINARY_INTEGER() antlr.TerminalNode
- func (s *Regular_idContext) BOOLEAN() antlr.TerminalNode
- func (s *Regular_idContext) CHAR() antlr.TerminalNode
- func (s *Regular_idContext) CLUSTER() antlr.TerminalNode
- func (s *Regular_idContext) CONSTRUCTOR() antlr.TerminalNode
- func (s *Regular_idContext) COVAR_() antlr.TerminalNode
- func (s *Regular_idContext) CUSTOMDATUM() antlr.TerminalNode
- func (s *Regular_idContext) C_LETTER() antlr.TerminalNode
- func (s *Regular_idContext) DECIMAL() antlr.TerminalNode
- func (s *Regular_idContext) DELETE() antlr.TerminalNode
- func (s *Regular_idContext) DETERMINISTIC() antlr.TerminalNode
- func (s *Regular_idContext) DSINTERVAL_UNCONSTRAINED() antlr.TerminalNode
- func (s *Regular_idContext) ERR() antlr.TerminalNode
- func (s *Regular_idContext) EXCEPTION() antlr.TerminalNode
- func (s *Regular_idContext) EXCEPTIONS() antlr.TerminalNode
- func (s *Regular_idContext) EXCEPTION_INIT() antlr.TerminalNode
- func (s *Regular_idContext) EXISTS() antlr.TerminalNode
- func (s *Regular_idContext) EXIT() antlr.TerminalNode
- func (s *Regular_idContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Regular_idContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Regular_idContext) FLOAT() antlr.TerminalNode
- func (s *Regular_idContext) FORALL() antlr.TerminalNode
- func (s *Regular_idContext) GetParser() antlr.Parser
- func (s *Regular_idContext) GetRuleContext() antlr.RuleContext
- func (s *Regular_idContext) INDICES() antlr.TerminalNode
- func (s *Regular_idContext) INOUT() antlr.TerminalNode
- func (s *Regular_idContext) INTEGER() antlr.TerminalNode
- func (*Regular_idContext) IsRegular_idContext()
- func (s *Regular_idContext) LANGUAGE() antlr.TerminalNode
- func (s *Regular_idContext) LONG() antlr.TerminalNode
- func (s *Regular_idContext) LOOP() antlr.TerminalNode
- func (s *Regular_idContext) NUMBER() antlr.TerminalNode
- func (s *Regular_idContext) Non_reserved_keywords_in_12c() INon_reserved_keywords_in_12cContext
- func (s *Regular_idContext) Non_reserved_keywords_pre12c() INon_reserved_keywords_pre12cContext
- func (s *Regular_idContext) ORADATA() antlr.TerminalNode
- func (s *Regular_idContext) OSERROR() antlr.TerminalNode
- func (s *Regular_idContext) OUT() antlr.TerminalNode
- func (s *Regular_idContext) OVERRIDING() antlr.TerminalNode
- func (s *Regular_idContext) PARALLEL_ENABLE() antlr.TerminalNode
- func (s *Regular_idContext) PIPELINED() antlr.TerminalNode
- func (s *Regular_idContext) PLS_INTEGER() antlr.TerminalNode
- func (s *Regular_idContext) POSITIVE() antlr.TerminalNode
- func (s *Regular_idContext) POSITIVEN() antlr.TerminalNode
- func (s *Regular_idContext) PRAGMA() antlr.TerminalNode
- func (s *Regular_idContext) RAISE() antlr.TerminalNode
- func (s *Regular_idContext) RAW() antlr.TerminalNode
- func (s *Regular_idContext) RECORD() antlr.TerminalNode
- func (s *Regular_idContext) REF() antlr.TerminalNode
- func (s *Regular_idContext) REGR_() antlr.TerminalNode
- func (s *Regular_idContext) REGULAR_ID() antlr.TerminalNode
- func (s *Regular_idContext) RENAME() antlr.TerminalNode
- func (s *Regular_idContext) RESTRICT_REFERENCES() antlr.TerminalNode
- func (s *Regular_idContext) RESULT() antlr.TerminalNode
- func (s *Regular_idContext) SELF() antlr.TerminalNode
- func (s *Regular_idContext) SERIALLY_REUSABLE() antlr.TerminalNode
- func (s *Regular_idContext) SET() antlr.TerminalNode
- func (s *Regular_idContext) SIGNTYPE() antlr.TerminalNode
- func (s *Regular_idContext) SIMPLE_INTEGER() antlr.TerminalNode
- func (s *Regular_idContext) SMALLINT() antlr.TerminalNode
- func (s *Regular_idContext) SQLDATA() antlr.TerminalNode
- func (s *Regular_idContext) SQLERROR() antlr.TerminalNode
- func (s *Regular_idContext) SUBTYPE() antlr.TerminalNode
- func (s *Regular_idContext) TIMESTAMP_LTZ_UNCONSTRAINED() antlr.TerminalNode
- func (s *Regular_idContext) TIMESTAMP_TZ_UNCONSTRAINED() antlr.TerminalNode
- func (s *Regular_idContext) TIMESTAMP_UNCONSTRAINED() antlr.TerminalNode
- func (s *Regular_idContext) TRIGGER() antlr.TerminalNode
- func (s *Regular_idContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Regular_idContext) VARCHAR() antlr.TerminalNode
- func (s *Regular_idContext) VARCHAR2() antlr.TerminalNode
- func (s *Regular_idContext) VARIABLE() antlr.TerminalNode
- func (s *Regular_idContext) VAR_() antlr.TerminalNode
- func (s *Regular_idContext) WARNING() antlr.TerminalNode
- func (s *Regular_idContext) WHILE() antlr.TerminalNode
- func (s *Regular_idContext) XMLAGG() antlr.TerminalNode
- func (s *Regular_idContext) YMINTERVAL_UNCONSTRAINED() antlr.TerminalNode
- type Relational_expressionContext
- func (s *Relational_expressionContext) AllRelational_expression() []IRelational_expressionContext
- func (s *Relational_expressionContext) Compound_expression() ICompound_expressionContext
- func (s *Relational_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Relational_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Relational_expressionContext) GetParser() antlr.Parser
- func (s *Relational_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Relational_expressionContext) IsRelational_expressionContext()
- func (s *Relational_expressionContext) Relational_expression(i int) IRelational_expressionContext
- func (s *Relational_expressionContext) Relational_operator() IRelational_operatorContext
- func (s *Relational_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Relational_operatorContext
- func (s *Relational_operatorContext) CARRET_OPERATOR_PART() antlr.TerminalNode
- func (s *Relational_operatorContext) EQUALS_OP() antlr.TerminalNode
- func (s *Relational_operatorContext) EXCLAMATION_OPERATOR_PART() antlr.TerminalNode
- func (s *Relational_operatorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Relational_operatorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Relational_operatorContext) GREATER_THAN_OP() antlr.TerminalNode
- func (s *Relational_operatorContext) GetParser() antlr.Parser
- func (s *Relational_operatorContext) GetRuleContext() antlr.RuleContext
- func (*Relational_operatorContext) IsRelational_operatorContext()
- func (s *Relational_operatorContext) LESS_THAN_OP() antlr.TerminalNode
- func (s *Relational_operatorContext) NOT_EQUAL_OP() antlr.TerminalNode
- func (s *Relational_operatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Relational_propertyContext
- func (s *Relational_propertyContext) Column_definition() IColumn_definitionContext
- func (s *Relational_propertyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Relational_propertyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Relational_propertyContext) GetParser() antlr.Parser
- func (s *Relational_propertyContext) GetRuleContext() antlr.RuleContext
- func (*Relational_propertyContext) IsRelational_propertyContext()
- func (s *Relational_propertyContext) Out_of_line_constraint() IOut_of_line_constraintContext
- func (s *Relational_propertyContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
- func (s *Relational_propertyContext) Supplemental_logging_props() ISupplemental_logging_propsContext
- func (s *Relational_propertyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Relational_propertyContext) Virtual_column_definition() IVirtual_column_definitionContext
- type Relational_tableContext
- func (s *Relational_tableContext) AllCOMMA() []antlr.TerminalNode
- func (s *Relational_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
- func (s *Relational_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Relational_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Relational_tableContext) AllRelational_property() []IRelational_propertyContext
- func (s *Relational_tableContext) CACHE() antlr.TerminalNode
- func (s *Relational_tableContext) COMMA(i int) antlr.TerminalNode
- func (s *Relational_tableContext) COMMIT() antlr.TerminalNode
- func (s *Relational_tableContext) Column_properties() IColumn_propertiesContext
- func (s *Relational_tableContext) DEFAULT() antlr.TerminalNode
- func (s *Relational_tableContext) DELETE() antlr.TerminalNode
- func (s *Relational_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
- func (s *Relational_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Relational_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Relational_tableContext) FORCE() antlr.TerminalNode
- func (s *Relational_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
- func (s *Relational_tableContext) GetParser() antlr.Parser
- func (s *Relational_tableContext) GetRuleContext() antlr.RuleContext
- func (*Relational_tableContext) IsRelational_tableContext()
- func (s *Relational_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Relational_tableContext) MODE() antlr.TerminalNode
- func (s *Relational_tableContext) NOCACHE() antlr.TerminalNode
- func (s *Relational_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
- func (s *Relational_tableContext) ON() antlr.TerminalNode
- func (s *Relational_tableContext) PRESERVE() antlr.TerminalNode
- func (s *Relational_tableContext) Parallel_clause() IParallel_clauseContext
- func (s *Relational_tableContext) Physical_properties() IPhysical_propertiesContext
- func (s *Relational_tableContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Relational_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Relational_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
- func (s *Relational_tableContext) ROWS() antlr.TerminalNode
- func (s *Relational_tableContext) Relational_property(i int) IRelational_propertyContext
- func (s *Relational_tableContext) Row_movement_clause() IRow_movement_clauseContext
- func (s *Relational_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
- func (s *Relational_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Relies_on_partContext
- func (s *Relies_on_partContext) AllCOMMA() []antlr.TerminalNode
- func (s *Relies_on_partContext) AllTableview_name() []ITableview_nameContext
- func (s *Relies_on_partContext) COMMA(i int) antlr.TerminalNode
- func (s *Relies_on_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Relies_on_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Relies_on_partContext) GetParser() antlr.Parser
- func (s *Relies_on_partContext) GetRuleContext() antlr.RuleContext
- func (*Relies_on_partContext) IsRelies_on_partContext()
- func (s *Relies_on_partContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Relies_on_partContext) RELIES_ON() antlr.TerminalNode
- func (s *Relies_on_partContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Relies_on_partContext) Tableview_name(i int) ITableview_nameContext
- func (s *Relies_on_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rename_column_clauseContext
- func (s *Rename_column_clauseContext) COLUMN() antlr.TerminalNode
- func (s *Rename_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rename_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rename_column_clauseContext) GetParser() antlr.Parser
- func (s *Rename_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Rename_column_clauseContext) IsRename_column_clauseContext()
- func (s *Rename_column_clauseContext) New_column_name() INew_column_nameContext
- func (s *Rename_column_clauseContext) Old_column_name() IOld_column_nameContext
- func (s *Rename_column_clauseContext) RENAME() antlr.TerminalNode
- func (s *Rename_column_clauseContext) TO() antlr.TerminalNode
- func (s *Rename_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rename_index_partitionContext
- func (s *Rename_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rename_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rename_index_partitionContext) GetParser() antlr.Parser
- func (s *Rename_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (*Rename_index_partitionContext) IsRename_index_partitionContext()
- func (s *Rename_index_partitionContext) New_partition_name() INew_partition_nameContext
- func (s *Rename_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Rename_index_partitionContext) Partition_name() IPartition_nameContext
- func (s *Rename_index_partitionContext) RENAME() antlr.TerminalNode
- func (s *Rename_index_partitionContext) SUBPARTITION() antlr.TerminalNode
- func (s *Rename_index_partitionContext) Subpartition_name() ISubpartition_nameContext
- func (s *Rename_index_partitionContext) TO() antlr.TerminalNode
- func (s *Rename_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rename_objectContext
- func (s *Rename_objectContext) AllObject_name() []IObject_nameContext
- func (s *Rename_objectContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rename_objectContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rename_objectContext) GetParser() antlr.Parser
- func (s *Rename_objectContext) GetRuleContext() antlr.RuleContext
- func (*Rename_objectContext) IsRename_objectContext()
- func (s *Rename_objectContext) Object_name(i int) IObject_nameContext
- func (s *Rename_objectContext) RENAME() antlr.TerminalNode
- func (s *Rename_objectContext) SEMICOLON() antlr.TerminalNode
- func (s *Rename_objectContext) TO() antlr.TerminalNode
- func (s *Rename_objectContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Replace_type_clauseContext
- func (s *Replace_type_clauseContext) AS() antlr.TerminalNode
- func (s *Replace_type_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Replace_type_clauseContext) AllObject_member_spec() []IObject_member_specContext
- func (s *Replace_type_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Replace_type_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Replace_type_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Replace_type_clauseContext) GetParser() antlr.Parser
- func (s *Replace_type_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Replace_type_clauseContext) Invoker_rights_clause() IInvoker_rights_clauseContext
- func (*Replace_type_clauseContext) IsReplace_type_clauseContext()
- func (s *Replace_type_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Replace_type_clauseContext) OBJECT() antlr.TerminalNode
- func (s *Replace_type_clauseContext) Object_member_spec(i int) IObject_member_specContext
- func (s *Replace_type_clauseContext) REPLACE() antlr.TerminalNode
- func (s *Replace_type_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Replace_type_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Resetlogs_or_noresetlogsContext
- func (s *Resetlogs_or_noresetlogsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Resetlogs_or_noresetlogsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Resetlogs_or_noresetlogsContext) GetParser() antlr.Parser
- func (s *Resetlogs_or_noresetlogsContext) GetRuleContext() antlr.RuleContext
- func (*Resetlogs_or_noresetlogsContext) IsResetlogs_or_noresetlogsContext()
- func (s *Resetlogs_or_noresetlogsContext) NORESETLOGS() antlr.TerminalNode
- func (s *Resetlogs_or_noresetlogsContext) RESETLOGS() antlr.TerminalNode
- func (s *Resetlogs_or_noresetlogsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Respect_or_ignore_nullsContext
- func (s *Respect_or_ignore_nullsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Respect_or_ignore_nullsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Respect_or_ignore_nullsContext) GetParser() antlr.Parser
- func (s *Respect_or_ignore_nullsContext) GetRuleContext() antlr.RuleContext
- func (s *Respect_or_ignore_nullsContext) IGNORE() antlr.TerminalNode
- func (*Respect_or_ignore_nullsContext) IsRespect_or_ignore_nullsContext()
- func (s *Respect_or_ignore_nullsContext) NULLS() antlr.TerminalNode
- func (s *Respect_or_ignore_nullsContext) RESPECT() antlr.TerminalNode
- func (s *Respect_or_ignore_nullsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Result_cache_clauseContext
- func (s *Result_cache_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Result_cache_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Result_cache_clauseContext) GetParser() antlr.Parser
- func (s *Result_cache_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Result_cache_clauseContext) IsResult_cache_clauseContext()
- func (s *Result_cache_clauseContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Result_cache_clauseContext) Relies_on_part() IRelies_on_partContext
- func (s *Result_cache_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Return_rows_clauseContext
- func (s *Return_rows_clauseContext) ALL() antlr.TerminalNode
- func (s *Return_rows_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Return_rows_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Return_rows_clauseContext) GetParser() antlr.Parser
- func (s *Return_rows_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Return_rows_clauseContext) IsReturn_rows_clauseContext()
- func (s *Return_rows_clauseContext) RETURN() antlr.TerminalNode
- func (s *Return_rows_clauseContext) ROWS() antlr.TerminalNode
- func (s *Return_rows_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Return_rows_clauseContext) UPDATED() antlr.TerminalNode
- type Return_statementContext
- func (s *Return_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Return_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Return_statementContext) Expression() IExpressionContext
- func (s *Return_statementContext) GetParser() antlr.Parser
- func (s *Return_statementContext) GetRuleContext() antlr.RuleContext
- func (*Return_statementContext) IsReturn_statementContext()
- func (s *Return_statementContext) RETURN() antlr.TerminalNode
- func (s *Return_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Role_clauseContext
- func (s *Role_clauseContext) ALL() antlr.TerminalNode
- func (s *Role_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Role_clauseContext) AllEXCEPT() []antlr.TerminalNode
- func (s *Role_clauseContext) AllRole_name() []IRole_nameContext
- func (s *Role_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Role_clauseContext) EXCEPT(i int) antlr.TerminalNode
- func (s *Role_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Role_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Role_clauseContext) GetParser() antlr.Parser
- func (s *Role_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Role_clauseContext) IsRole_clauseContext()
- func (s *Role_clauseContext) Role_name(i int) IRole_nameContext
- func (s *Role_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Role_nameContext
- func (s *Role_nameContext) CONNECT() antlr.TerminalNode
- func (s *Role_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Role_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Role_nameContext) GetParser() antlr.Parser
- func (s *Role_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Role_nameContext) Id_expression() IId_expressionContext
- func (*Role_nameContext) IsRole_nameContext()
- func (s *Role_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rollback_segmentContext
- func (s *Rollback_segmentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rollback_segmentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rollback_segmentContext) GetParser() antlr.Parser
- func (s *Rollback_segmentContext) GetRuleContext() antlr.RuleContext
- func (*Rollback_segmentContext) IsRollback_segmentContext()
- func (s *Rollback_segmentContext) Regular_id() IRegular_idContext
- func (s *Rollback_segmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rollback_segment_nameContext
- func (s *Rollback_segment_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rollback_segment_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rollback_segment_nameContext) GetParser() antlr.Parser
- func (s *Rollback_segment_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Rollback_segment_nameContext) Identifier() IIdentifierContext
- func (*Rollback_segment_nameContext) IsRollback_segment_nameContext()
- func (s *Rollback_segment_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rollback_statementContext
- func (s *Rollback_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rollback_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rollback_statementContext) FORCE() antlr.TerminalNode
- func (s *Rollback_statementContext) GetParser() antlr.Parser
- func (s *Rollback_statementContext) GetRuleContext() antlr.RuleContext
- func (*Rollback_statementContext) IsRollback_statementContext()
- func (s *Rollback_statementContext) Quoted_string() IQuoted_stringContext
- func (s *Rollback_statementContext) ROLLBACK() antlr.TerminalNode
- func (s *Rollback_statementContext) SAVEPOINT() antlr.TerminalNode
- func (s *Rollback_statementContext) Savepoint_name() ISavepoint_nameContext
- func (s *Rollback_statementContext) TO() antlr.TerminalNode
- func (s *Rollback_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Rollback_statementContext) WORK() antlr.TerminalNode
- type Rollup_cube_clauseContext
- func (s *Rollup_cube_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) AllGrouping_sets_elements() []IGrouping_sets_elementsContext
- func (s *Rollup_cube_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) CUBE() antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rollup_cube_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rollup_cube_clauseContext) GetParser() antlr.Parser
- func (s *Rollup_cube_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Rollup_cube_clauseContext) Grouping_sets_elements(i int) IGrouping_sets_elementsContext
- func (*Rollup_cube_clauseContext) IsRollup_cube_clauseContext()
- func (s *Rollup_cube_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) ROLLUP() antlr.TerminalNode
- func (s *Rollup_cube_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Routine_clauseContext
- func (s *Routine_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Routine_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Routine_clauseContext) Function_argument() IFunction_argumentContext
- func (s *Routine_clauseContext) GetParser() antlr.Parser
- func (s *Routine_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Routine_clauseContext) IsRoutine_clauseContext()
- func (s *Routine_clauseContext) Routine_name() IRoutine_nameContext
- func (s *Routine_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Routine_nameContext
- func (s *Routine_nameContext) AT_SIGN() antlr.TerminalNode
- func (s *Routine_nameContext) AllId_expression() []IId_expressionContext
- func (s *Routine_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Routine_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Routine_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Routine_nameContext) GetParser() antlr.Parser
- func (s *Routine_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Routine_nameContext) Id_expression(i int) IId_expressionContext
- func (s *Routine_nameContext) Identifier() IIdentifierContext
- func (*Routine_nameContext) IsRoutine_nameContext()
- func (s *Routine_nameContext) Link_name() ILink_nameContext
- func (s *Routine_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Routine_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Row_movement_clauseContext
- func (s *Row_movement_clauseContext) DISABLE() antlr.TerminalNode
- func (s *Row_movement_clauseContext) ENABLE() antlr.TerminalNode
- func (s *Row_movement_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Row_movement_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Row_movement_clauseContext) GetParser() antlr.Parser
- func (s *Row_movement_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Row_movement_clauseContext) IsRow_movement_clauseContext()
- func (s *Row_movement_clauseContext) MOVEMENT() antlr.TerminalNode
- func (s *Row_movement_clauseContext) ROW() antlr.TerminalNode
- func (s *Row_movement_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sample_clauseContext
- func (s *Sample_clauseContext) AllExpression() []IExpressionContext
- func (s *Sample_clauseContext) BLOCK() antlr.TerminalNode
- func (s *Sample_clauseContext) COMMA() antlr.TerminalNode
- func (s *Sample_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sample_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sample_clauseContext) Expression(i int) IExpressionContext
- func (s *Sample_clauseContext) GetParser() antlr.Parser
- func (s *Sample_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Sample_clauseContext) IsSample_clauseContext()
- func (s *Sample_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Sample_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Sample_clauseContext) SAMPLE() antlr.TerminalNode
- func (s *Sample_clauseContext) Seed_part() ISeed_partContext
- func (s *Sample_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Savepoint_nameContext
- func (s *Savepoint_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Savepoint_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Savepoint_nameContext) GetParser() antlr.Parser
- func (s *Savepoint_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Savepoint_nameContext) Identifier() IIdentifierContext
- func (*Savepoint_nameContext) IsSavepoint_nameContext()
- func (s *Savepoint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Savepoint_statementContext
- func (s *Savepoint_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Savepoint_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Savepoint_statementContext) GetParser() antlr.Parser
- func (s *Savepoint_statementContext) GetRuleContext() antlr.RuleContext
- func (*Savepoint_statementContext) IsSavepoint_statementContext()
- func (s *Savepoint_statementContext) SAVEPOINT() antlr.TerminalNode
- func (s *Savepoint_statementContext) Savepoint_name() ISavepoint_nameContext
- func (s *Savepoint_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Schema_nameContext
- func (s *Schema_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Schema_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Schema_nameContext) GetParser() antlr.Parser
- func (s *Schema_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Schema_nameContext) Identifier() IIdentifierContext
- func (*Schema_nameContext) IsSchema_nameContext()
- func (s *Schema_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Schema_object_nameContext
- func (s *Schema_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Schema_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Schema_object_nameContext) GetParser() antlr.Parser
- func (s *Schema_object_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Schema_object_nameContext) Id_expression() IId_expressionContext
- func (*Schema_object_nameContext) IsSchema_object_nameContext()
- func (s *Schema_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Search_clauseContext
- func (s *Search_clauseContext) ASC(i int) antlr.TerminalNode
- func (s *Search_clauseContext) AllASC() []antlr.TerminalNode
- func (s *Search_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Search_clauseContext) AllColumn_name() []IColumn_nameContext
- func (s *Search_clauseContext) AllDESC() []antlr.TerminalNode
- func (s *Search_clauseContext) AllFIRST() []antlr.TerminalNode
- func (s *Search_clauseContext) AllLAST() []antlr.TerminalNode
- func (s *Search_clauseContext) AllNULLS() []antlr.TerminalNode
- func (s *Search_clauseContext) BREADTH() antlr.TerminalNode
- func (s *Search_clauseContext) BY() antlr.TerminalNode
- func (s *Search_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Search_clauseContext) Column_name(i int) IColumn_nameContext
- func (s *Search_clauseContext) DEPTH() antlr.TerminalNode
- func (s *Search_clauseContext) DESC(i int) antlr.TerminalNode
- func (s *Search_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Search_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Search_clauseContext) FIRST(i int) antlr.TerminalNode
- func (s *Search_clauseContext) GetParser() antlr.Parser
- func (s *Search_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Search_clauseContext) IsSearch_clauseContext()
- func (s *Search_clauseContext) LAST(i int) antlr.TerminalNode
- func (s *Search_clauseContext) NULLS(i int) antlr.TerminalNode
- func (s *Search_clauseContext) SEARCH() antlr.TerminalNode
- func (s *Search_clauseContext) SET() antlr.TerminalNode
- func (s *Search_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Searched_case_statementContext
- func (s *Searched_case_statementContext) AllCASE() []antlr.TerminalNode
- func (s *Searched_case_statementContext) AllLabel_name() []ILabel_nameContext
- func (s *Searched_case_statementContext) AllSearched_case_when_part() []ISearched_case_when_partContext
- func (s *Searched_case_statementContext) CASE(i int) antlr.TerminalNode
- func (s *Searched_case_statementContext) Case_else_part() ICase_else_partContext
- func (s *Searched_case_statementContext) END() antlr.TerminalNode
- func (s *Searched_case_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Searched_case_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Searched_case_statementContext) GetCk1() antlr.Token
- func (s *Searched_case_statementContext) GetParser() antlr.Parser
- func (s *Searched_case_statementContext) GetRuleContext() antlr.RuleContext
- func (*Searched_case_statementContext) IsSearched_case_statementContext()
- func (s *Searched_case_statementContext) Label_name(i int) ILabel_nameContext
- func (s *Searched_case_statementContext) Searched_case_when_part(i int) ISearched_case_when_partContext
- func (s *Searched_case_statementContext) SetCk1(v antlr.Token)
- func (s *Searched_case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Searched_case_when_partContext
- func (s *Searched_case_when_partContext) AllExpression() []IExpressionContext
- func (s *Searched_case_when_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Searched_case_when_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Searched_case_when_partContext) Expression(i int) IExpressionContext
- func (s *Searched_case_when_partContext) GetParser() antlr.Parser
- func (s *Searched_case_when_partContext) GetRuleContext() antlr.RuleContext
- func (*Searched_case_when_partContext) IsSearched_case_when_partContext()
- func (s *Searched_case_when_partContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Searched_case_when_partContext) THEN() antlr.TerminalNode
- func (s *Searched_case_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Searched_case_when_partContext) WHEN() antlr.TerminalNode
- type Security_clauseContext
- func (s *Security_clauseContext) ALL() antlr.TerminalNode
- func (s *Security_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Security_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Security_clauseContext) GUARD() antlr.TerminalNode
- func (s *Security_clauseContext) GetParser() antlr.Parser
- func (s *Security_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Security_clauseContext) IsSecurity_clauseContext()
- func (s *Security_clauseContext) NONE() antlr.TerminalNode
- func (s *Security_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Security_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Seed_partContext
- func (s *Seed_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Seed_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Seed_partContext) Expression() IExpressionContext
- func (s *Seed_partContext) GetParser() antlr.Parser
- func (s *Seed_partContext) GetRuleContext() antlr.RuleContext
- func (*Seed_partContext) IsSeed_partContext()
- func (s *Seed_partContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Seed_partContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Seed_partContext) SEED() antlr.TerminalNode
- func (s *Seed_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Segment_attributes_clauseContext
- func (s *Segment_attributes_clauseContext) AllId_expression() []IId_expressionContext
- func (s *Segment_attributes_clauseContext) AllLogging_clause() []ILogging_clauseContext
- func (s *Segment_attributes_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
- func (s *Segment_attributes_clauseContext) AllTABLESPACE() []antlr.TerminalNode
- func (s *Segment_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Segment_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Segment_attributes_clauseContext) GetParser() antlr.Parser
- func (s *Segment_attributes_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Segment_attributes_clauseContext) GetTablespace_name() IId_expressionContext
- func (s *Segment_attributes_clauseContext) Id_expression(i int) IId_expressionContext
- func (*Segment_attributes_clauseContext) IsSegment_attributes_clauseContext()
- func (s *Segment_attributes_clauseContext) Logging_clause(i int) ILogging_clauseContext
- func (s *Segment_attributes_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
- func (s *Segment_attributes_clauseContext) SetTablespace_name(v IId_expressionContext)
- func (s *Segment_attributes_clauseContext) TABLESPACE(i int) antlr.TerminalNode
- func (s *Segment_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Segment_management_clauseContext
- func (s *Segment_management_clauseContext) AUTO() antlr.TerminalNode
- func (s *Segment_management_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Segment_management_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Segment_management_clauseContext) GetParser() antlr.Parser
- func (s *Segment_management_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Segment_management_clauseContext) IsSegment_management_clauseContext()
- func (s *Segment_management_clauseContext) MANAGEMENT() antlr.TerminalNode
- func (s *Segment_management_clauseContext) MANUAL() antlr.TerminalNode
- func (s *Segment_management_clauseContext) SEGMENT() antlr.TerminalNode
- func (s *Segment_management_clauseContext) SPACE_KEYWORD() antlr.TerminalNode
- func (s *Segment_management_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Select_list_elementsContext
- func (s *Select_list_elementsContext) ASTERISK() antlr.TerminalNode
- func (s *Select_list_elementsContext) Column_alias() IColumn_aliasContext
- func (s *Select_list_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Select_list_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Select_list_elementsContext) Expression() IExpressionContext
- func (s *Select_list_elementsContext) GetParser() antlr.Parser
- func (s *Select_list_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Select_list_elementsContext) IsSelect_list_elementsContext()
- func (s *Select_list_elementsContext) PERIOD() antlr.TerminalNode
- func (s *Select_list_elementsContext) Tableview_name() ITableview_nameContext
- func (s *Select_list_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Select_only_statementContext
- func (s *Select_only_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Select_only_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Select_only_statementContext) GetParser() antlr.Parser
- func (s *Select_only_statementContext) GetRuleContext() antlr.RuleContext
- func (*Select_only_statementContext) IsSelect_only_statementContext()
- func (s *Select_only_statementContext) Subquery() ISubqueryContext
- func (s *Select_only_statementContext) Subquery_factoring_clause() ISubquery_factoring_clauseContext
- func (s *Select_only_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Select_statementContext
- func (s *Select_statementContext) AllFetch_clause() []IFetch_clauseContext
- func (s *Select_statementContext) AllFor_update_clause() []IFor_update_clauseContext
- func (s *Select_statementContext) AllOffset_clause() []IOffset_clauseContext
- func (s *Select_statementContext) AllOrder_by_clause() []IOrder_by_clauseContext
- func (s *Select_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Select_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Select_statementContext) Fetch_clause(i int) IFetch_clauseContext
- func (s *Select_statementContext) For_update_clause(i int) IFor_update_clauseContext
- func (s *Select_statementContext) GetParser() antlr.Parser
- func (s *Select_statementContext) GetRuleContext() antlr.RuleContext
- func (*Select_statementContext) IsSelect_statementContext()
- func (s *Select_statementContext) Offset_clause(i int) IOffset_clauseContext
- func (s *Select_statementContext) Order_by_clause(i int) IOrder_by_clauseContext
- func (s *Select_statementContext) Select_only_statement() ISelect_only_statementContext
- func (s *Select_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Selected_listContext
- func (s *Selected_listContext) ASTERISK() antlr.TerminalNode
- func (s *Selected_listContext) AllCOMMA() []antlr.TerminalNode
- func (s *Selected_listContext) AllSelect_list_elements() []ISelect_list_elementsContext
- func (s *Selected_listContext) COMMA(i int) antlr.TerminalNode
- func (s *Selected_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Selected_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Selected_listContext) GetParser() antlr.Parser
- func (s *Selected_listContext) GetRuleContext() antlr.RuleContext
- func (*Selected_listContext) IsSelected_listContext()
- func (s *Selected_listContext) Select_list_elements(i int) ISelect_list_elementsContext
- func (s *Selected_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Selected_tableviewContext
- func (s *Selected_tableviewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Selected_tableviewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Selected_tableviewContext) GetParser() antlr.Parser
- func (s *Selected_tableviewContext) GetRuleContext() antlr.RuleContext
- func (*Selected_tableviewContext) IsSelected_tableviewContext()
- func (s *Selected_tableviewContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Selected_tableviewContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Selected_tableviewContext) Select_statement() ISelect_statementContext
- func (s *Selected_tableviewContext) Table_alias() ITable_aliasContext
- func (s *Selected_tableviewContext) Tableview_name() ITableview_nameContext
- func (s *Selected_tableviewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Seq_of_declare_specsContext
- func (s *Seq_of_declare_specsContext) AllDeclare_spec() []IDeclare_specContext
- func (s *Seq_of_declare_specsContext) Declare_spec(i int) IDeclare_specContext
- func (s *Seq_of_declare_specsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Seq_of_declare_specsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Seq_of_declare_specsContext) GetParser() antlr.Parser
- func (s *Seq_of_declare_specsContext) GetRuleContext() antlr.RuleContext
- func (*Seq_of_declare_specsContext) IsSeq_of_declare_specsContext()
- func (s *Seq_of_declare_specsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Seq_of_statementsContext
- func (s *Seq_of_statementsContext) AllEOF() []antlr.TerminalNode
- func (s *Seq_of_statementsContext) AllLabel_declaration() []ILabel_declarationContext
- func (s *Seq_of_statementsContext) AllSEMICOLON() []antlr.TerminalNode
- func (s *Seq_of_statementsContext) AllStatement() []IStatementContext
- func (s *Seq_of_statementsContext) EOF(i int) antlr.TerminalNode
- func (s *Seq_of_statementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Seq_of_statementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Seq_of_statementsContext) GetParser() antlr.Parser
- func (s *Seq_of_statementsContext) GetRuleContext() antlr.RuleContext
- func (*Seq_of_statementsContext) IsSeq_of_statementsContext()
- func (s *Seq_of_statementsContext) Label_declaration(i int) ILabel_declarationContext
- func (s *Seq_of_statementsContext) SEMICOLON(i int) antlr.TerminalNode
- func (s *Seq_of_statementsContext) Statement(i int) IStatementContext
- func (s *Seq_of_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sequence_nameContext
- func (s *Sequence_nameContext) AllId_expression() []IId_expressionContext
- func (s *Sequence_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Sequence_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sequence_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sequence_nameContext) GetParser() antlr.Parser
- func (s *Sequence_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Sequence_nameContext) Id_expression(i int) IId_expressionContext
- func (*Sequence_nameContext) IsSequence_nameContext()
- func (s *Sequence_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Sequence_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sequence_specContext
- func (s *Sequence_specContext) BY() antlr.TerminalNode
- func (s *Sequence_specContext) CACHE() antlr.TerminalNode
- func (s *Sequence_specContext) CYCLE() antlr.TerminalNode
- func (s *Sequence_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sequence_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sequence_specContext) GetParser() antlr.Parser
- func (s *Sequence_specContext) GetRuleContext() antlr.RuleContext
- func (s *Sequence_specContext) INCREMENT() antlr.TerminalNode
- func (*Sequence_specContext) IsSequence_specContext()
- func (s *Sequence_specContext) MAXVALUE() antlr.TerminalNode
- func (s *Sequence_specContext) MINVALUE() antlr.TerminalNode
- func (s *Sequence_specContext) NOCACHE() antlr.TerminalNode
- func (s *Sequence_specContext) NOCYCLE() antlr.TerminalNode
- func (s *Sequence_specContext) NOMAXVALUE() antlr.TerminalNode
- func (s *Sequence_specContext) NOMINVALUE() antlr.TerminalNode
- func (s *Sequence_specContext) NOORDER() antlr.TerminalNode
- func (s *Sequence_specContext) ORDER() antlr.TerminalNode
- func (s *Sequence_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sequence_specContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Sequence_start_clauseContext
- func (s *Sequence_start_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sequence_start_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sequence_start_clauseContext) GetParser() antlr.Parser
- func (s *Sequence_start_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Sequence_start_clauseContext) IsSequence_start_clauseContext()
- func (s *Sequence_start_clauseContext) START() antlr.TerminalNode
- func (s *Sequence_start_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sequence_start_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- func (s *Sequence_start_clauseContext) WITH() antlr.TerminalNode
- type Set_commandContext
- func (s *Set_commandContext) AllRegular_id() []IRegular_idContext
- func (s *Set_commandContext) CHAR_STRING() antlr.TerminalNode
- func (s *Set_commandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_commandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_commandContext) GetParser() antlr.Parser
- func (s *Set_commandContext) GetRuleContext() antlr.RuleContext
- func (*Set_commandContext) IsSet_commandContext()
- func (s *Set_commandContext) Numeric() INumericContext
- func (s *Set_commandContext) OFF() antlr.TerminalNode
- func (s *Set_commandContext) ON() antlr.TerminalNode
- func (s *Set_commandContext) Regular_id(i int) IRegular_idContext
- func (s *Set_commandContext) SET() antlr.TerminalNode
- func (s *Set_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Set_constraint_commandContext
- func (s *Set_constraint_commandContext) ALL() antlr.TerminalNode
- func (s *Set_constraint_commandContext) AllCOMMA() []antlr.TerminalNode
- func (s *Set_constraint_commandContext) AllConstraint_name() []IConstraint_nameContext
- func (s *Set_constraint_commandContext) COMMA(i int) antlr.TerminalNode
- func (s *Set_constraint_commandContext) CONSTRAINT() antlr.TerminalNode
- func (s *Set_constraint_commandContext) CONSTRAINTS() antlr.TerminalNode
- func (s *Set_constraint_commandContext) Constraint_name(i int) IConstraint_nameContext
- func (s *Set_constraint_commandContext) DEFERRED() antlr.TerminalNode
- func (s *Set_constraint_commandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_constraint_commandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_constraint_commandContext) GetParser() antlr.Parser
- func (s *Set_constraint_commandContext) GetRuleContext() antlr.RuleContext
- func (s *Set_constraint_commandContext) IMMEDIATE() antlr.TerminalNode
- func (*Set_constraint_commandContext) IsSet_constraint_commandContext()
- func (s *Set_constraint_commandContext) SET() antlr.TerminalNode
- func (s *Set_constraint_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Set_container_dataContext
- func (s *Set_container_dataContext) ALL() antlr.TerminalNode
- func (s *Set_container_dataContext) CONTAINER_DATA() antlr.TerminalNode
- func (s *Set_container_dataContext) Container_names() IContainer_namesContext
- func (s *Set_container_dataContext) DEFAULT() antlr.TerminalNode
- func (s *Set_container_dataContext) EQUALS_OP() antlr.TerminalNode
- func (s *Set_container_dataContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_container_dataContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_container_dataContext) GetParser() antlr.Parser
- func (s *Set_container_dataContext) GetRuleContext() antlr.RuleContext
- func (*Set_container_dataContext) IsSet_container_dataContext()
- func (s *Set_container_dataContext) SET() antlr.TerminalNode
- func (s *Set_container_dataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Set_time_zone_clauseContext
- func (s *Set_time_zone_clauseContext) CHAR_STRING() antlr.TerminalNode
- func (s *Set_time_zone_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Set_time_zone_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_time_zone_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_time_zone_clauseContext) GetParser() antlr.Parser
- func (s *Set_time_zone_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Set_time_zone_clauseContext) IsSet_time_zone_clauseContext()
- func (s *Set_time_zone_clauseContext) SET() antlr.TerminalNode
- func (s *Set_time_zone_clauseContext) TIMEZONE() antlr.TerminalNode
- func (s *Set_time_zone_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Set_transaction_commandContext
- func (s *Set_transaction_commandContext) COMMITTED() antlr.TerminalNode
- func (s *Set_transaction_commandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_transaction_commandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_transaction_commandContext) GetParser() antlr.Parser
- func (s *Set_transaction_commandContext) GetRuleContext() antlr.RuleContext
- func (s *Set_transaction_commandContext) ISOLATION() antlr.TerminalNode
- func (*Set_transaction_commandContext) IsSet_transaction_commandContext()
- func (s *Set_transaction_commandContext) LEVEL() antlr.TerminalNode
- func (s *Set_transaction_commandContext) NAME() antlr.TerminalNode
- func (s *Set_transaction_commandContext) ONLY() antlr.TerminalNode
- func (s *Set_transaction_commandContext) Quoted_string() IQuoted_stringContext
- func (s *Set_transaction_commandContext) READ() antlr.TerminalNode
- func (s *Set_transaction_commandContext) ROLLBACK() antlr.TerminalNode
- func (s *Set_transaction_commandContext) Rollback_segment_name() IRollback_segment_nameContext
- func (s *Set_transaction_commandContext) SEGMENT() antlr.TerminalNode
- func (s *Set_transaction_commandContext) SERIALIZABLE() antlr.TerminalNode
- func (s *Set_transaction_commandContext) SET() antlr.TerminalNode
- func (s *Set_transaction_commandContext) TRANSACTION() antlr.TerminalNode
- func (s *Set_transaction_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Set_transaction_commandContext) USE() antlr.TerminalNode
- func (s *Set_transaction_commandContext) WRITE() antlr.TerminalNode
- type Shrink_clauseContext
- func (s *Shrink_clauseContext) CASCADE() antlr.TerminalNode
- func (s *Shrink_clauseContext) COMPACT() antlr.TerminalNode
- func (s *Shrink_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Shrink_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Shrink_clauseContext) GetParser() antlr.Parser
- func (s *Shrink_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Shrink_clauseContext) IsShrink_clauseContext()
- func (s *Shrink_clauseContext) SHRINK() antlr.TerminalNode
- func (s *Shrink_clauseContext) SPACE_KEYWORD() antlr.TerminalNode
- func (s *Shrink_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Simple_case_statementContext
- func (s *Simple_case_statementContext) AllCASE() []antlr.TerminalNode
- func (s *Simple_case_statementContext) AllLabel_name() []ILabel_nameContext
- func (s *Simple_case_statementContext) AllSimple_case_when_part() []ISimple_case_when_partContext
- func (s *Simple_case_statementContext) CASE(i int) antlr.TerminalNode
- func (s *Simple_case_statementContext) Case_else_part() ICase_else_partContext
- func (s *Simple_case_statementContext) END() antlr.TerminalNode
- func (s *Simple_case_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Simple_case_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Simple_case_statementContext) Expression() IExpressionContext
- func (s *Simple_case_statementContext) GetCk1() antlr.Token
- func (s *Simple_case_statementContext) GetParser() antlr.Parser
- func (s *Simple_case_statementContext) GetRuleContext() antlr.RuleContext
- func (*Simple_case_statementContext) IsSimple_case_statementContext()
- func (s *Simple_case_statementContext) Label_name(i int) ILabel_nameContext
- func (s *Simple_case_statementContext) SetCk1(v antlr.Token)
- func (s *Simple_case_statementContext) Simple_case_when_part(i int) ISimple_case_when_partContext
- func (s *Simple_case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Simple_case_when_partContext
- func (s *Simple_case_when_partContext) AllExpression() []IExpressionContext
- func (s *Simple_case_when_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Simple_case_when_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Simple_case_when_partContext) Expression(i int) IExpressionContext
- func (s *Simple_case_when_partContext) GetParser() antlr.Parser
- func (s *Simple_case_when_partContext) GetRuleContext() antlr.RuleContext
- func (*Simple_case_when_partContext) IsSimple_case_when_partContext()
- func (s *Simple_case_when_partContext) Seq_of_statements() ISeq_of_statementsContext
- func (s *Simple_case_when_partContext) THEN() antlr.TerminalNode
- func (s *Simple_case_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Simple_case_when_partContext) WHEN() antlr.TerminalNode
- type Simple_dml_triggerContext
- func (s *Simple_dml_triggerContext) AFTER() antlr.TerminalNode
- func (s *Simple_dml_triggerContext) BEFORE() antlr.TerminalNode
- func (s *Simple_dml_triggerContext) Dml_event_clause() IDml_event_clauseContext
- func (s *Simple_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Simple_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Simple_dml_triggerContext) For_each_row() IFor_each_rowContext
- func (s *Simple_dml_triggerContext) GetParser() antlr.Parser
- func (s *Simple_dml_triggerContext) GetRuleContext() antlr.RuleContext
- func (s *Simple_dml_triggerContext) INSTEAD() antlr.TerminalNode
- func (*Simple_dml_triggerContext) IsSimple_dml_triggerContext()
- func (s *Simple_dml_triggerContext) OF() antlr.TerminalNode
- func (s *Simple_dml_triggerContext) Referencing_clause() IReferencing_clauseContext
- func (s *Simple_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Single_column_for_loopContext
- func (s *Single_column_for_loopContext) AllExpression() []IExpressionContext
- func (s *Single_column_for_loopContext) Column_name() IColumn_nameContext
- func (s *Single_column_for_loopContext) DECREMENT() antlr.TerminalNode
- func (s *Single_column_for_loopContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Single_column_for_loopContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Single_column_for_loopContext) Expression(i int) IExpressionContext
- func (s *Single_column_for_loopContext) Expressions() IExpressionsContext
- func (s *Single_column_for_loopContext) FOR() antlr.TerminalNode
- func (s *Single_column_for_loopContext) FROM() antlr.TerminalNode
- func (s *Single_column_for_loopContext) GetAction_expr() IExpressionContext
- func (s *Single_column_for_loopContext) GetAction_type() antlr.Token
- func (s *Single_column_for_loopContext) GetFromExpr() IExpressionContext
- func (s *Single_column_for_loopContext) GetParser() antlr.Parser
- func (s *Single_column_for_loopContext) GetRuleContext() antlr.RuleContext
- func (s *Single_column_for_loopContext) GetToExpr() IExpressionContext
- func (s *Single_column_for_loopContext) IN() antlr.TerminalNode
- func (s *Single_column_for_loopContext) INCREMENT() antlr.TerminalNode
- func (*Single_column_for_loopContext) IsSingle_column_for_loopContext()
- func (s *Single_column_for_loopContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Single_column_for_loopContext) LIKE() antlr.TerminalNode
- func (s *Single_column_for_loopContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Single_column_for_loopContext) SetAction_expr(v IExpressionContext)
- func (s *Single_column_for_loopContext) SetAction_type(v antlr.Token)
- func (s *Single_column_for_loopContext) SetFromExpr(v IExpressionContext)
- func (s *Single_column_for_loopContext) SetToExpr(v IExpressionContext)
- func (s *Single_column_for_loopContext) TO() antlr.TerminalNode
- func (s *Single_column_for_loopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Single_table_insertContext
- func (s *Single_table_insertContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Single_table_insertContext) Error_logging_clause() IError_logging_clauseContext
- func (s *Single_table_insertContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Single_table_insertContext) GetParser() antlr.Parser
- func (s *Single_table_insertContext) GetRuleContext() antlr.RuleContext
- func (s *Single_table_insertContext) Insert_into_clause() IInsert_into_clauseContext
- func (*Single_table_insertContext) IsSingle_table_insertContext()
- func (s *Single_table_insertContext) Select_statement() ISelect_statementContext
- func (s *Single_table_insertContext) Static_returning_clause() IStatic_returning_clauseContext
- func (s *Single_table_insertContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Single_table_insertContext) Values_clause() IValues_clauseContext
- type Size_clauseContext
- func (s *Size_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Size_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Size_clauseContext) GetParser() antlr.Parser
- func (s *Size_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Size_clauseContext) IsSize_clauseContext()
- func (s *Size_clauseContext) REGULAR_ID() antlr.TerminalNode
- func (s *Size_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Size_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Sort_or_nosortContext
- func (s *Sort_or_nosortContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sort_or_nosortContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sort_or_nosortContext) GetParser() antlr.Parser
- func (s *Sort_or_nosortContext) GetRuleContext() antlr.RuleContext
- func (*Sort_or_nosortContext) IsSort_or_nosortContext()
- func (s *Sort_or_nosortContext) NOSORT() antlr.TerminalNode
- func (s *Sort_or_nosortContext) SORT() antlr.TerminalNode
- func (s *Sort_or_nosortContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Split_index_partitionContext
- func (s *Split_index_partitionContext) AT() antlr.TerminalNode
- func (s *Split_index_partitionContext) AllCOMMA() []antlr.TerminalNode
- func (s *Split_index_partitionContext) AllIndex_partition_description() []IIndex_partition_descriptionContext
- func (s *Split_index_partitionContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Split_index_partitionContext) AllLiteral() []ILiteralContext
- func (s *Split_index_partitionContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Split_index_partitionContext) COMMA(i int) antlr.TerminalNode
- func (s *Split_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Split_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Split_index_partitionContext) GetParser() antlr.Parser
- func (s *Split_index_partitionContext) GetRuleContext() antlr.RuleContext
- func (s *Split_index_partitionContext) INTO() antlr.TerminalNode
- func (s *Split_index_partitionContext) Index_partition_description(i int) IIndex_partition_descriptionContext
- func (*Split_index_partitionContext) IsSplit_index_partitionContext()
- func (s *Split_index_partitionContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Split_index_partitionContext) Literal(i int) ILiteralContext
- func (s *Split_index_partitionContext) PARTITION() antlr.TerminalNode
- func (s *Split_index_partitionContext) Parallel_clause() IParallel_clauseContext
- func (s *Split_index_partitionContext) Partition_name_old() IPartition_name_oldContext
- func (s *Split_index_partitionContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Split_index_partitionContext) SPLIT() antlr.TerminalNode
- func (s *Split_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sql_operationContext
- func (s *Sql_operationContext) ALTER() antlr.TerminalNode
- func (s *Sql_operationContext) AUDIT() antlr.TerminalNode
- func (s *Sql_operationContext) COMMENT() antlr.TerminalNode
- func (s *Sql_operationContext) DELETE() antlr.TerminalNode
- func (s *Sql_operationContext) EXECUTE() antlr.TerminalNode
- func (s *Sql_operationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sql_operationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sql_operationContext) FLASHBACK() antlr.TerminalNode
- func (s *Sql_operationContext) GRANT() antlr.TerminalNode
- func (s *Sql_operationContext) GetParser() antlr.Parser
- func (s *Sql_operationContext) GetRuleContext() antlr.RuleContext
- func (s *Sql_operationContext) INDEX() antlr.TerminalNode
- func (s *Sql_operationContext) INSERT() antlr.TerminalNode
- func (*Sql_operationContext) IsSql_operationContext()
- func (s *Sql_operationContext) LOCK() antlr.TerminalNode
- func (s *Sql_operationContext) READ() antlr.TerminalNode
- func (s *Sql_operationContext) RENAME() antlr.TerminalNode
- func (s *Sql_operationContext) SELECT() antlr.TerminalNode
- func (s *Sql_operationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sql_operationContext) UPDATE() antlr.TerminalNode
- type Sql_plus_commandContext
- func (s *Sql_plus_commandContext) ERR() antlr.TerminalNode
- func (s *Sql_plus_commandContext) ERRORS() antlr.TerminalNode
- func (s *Sql_plus_commandContext) EXIT() antlr.TerminalNode
- func (s *Sql_plus_commandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sql_plus_commandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sql_plus_commandContext) GetParser() antlr.Parser
- func (s *Sql_plus_commandContext) GetRuleContext() antlr.RuleContext
- func (*Sql_plus_commandContext) IsSql_plus_commandContext()
- func (s *Sql_plus_commandContext) PROMPT_MESSAGE() antlr.TerminalNode
- func (s *Sql_plus_commandContext) SHOW() antlr.TerminalNode
- func (s *Sql_plus_commandContext) SOLIDUS() antlr.TerminalNode
- func (s *Sql_plus_commandContext) START_CMD() antlr.TerminalNode
- func (s *Sql_plus_commandContext) Set_command() ISet_commandContext
- func (s *Sql_plus_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sql_plus_commandContext) Whenever_command() IWhenever_commandContext
- type Sql_scriptContext
- func (s *Sql_scriptContext) AllSEMICOLON() []antlr.TerminalNode
- func (s *Sql_scriptContext) AllSql_plus_command() []ISql_plus_commandContext
- func (s *Sql_scriptContext) AllUnit_statement() []IUnit_statementContext
- func (s *Sql_scriptContext) EOF() antlr.TerminalNode
- func (s *Sql_scriptContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sql_scriptContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sql_scriptContext) GetParser() antlr.Parser
- func (s *Sql_scriptContext) GetRuleContext() antlr.RuleContext
- func (*Sql_scriptContext) IsSql_scriptContext()
- func (s *Sql_scriptContext) SEMICOLON(i int) antlr.TerminalNode
- func (s *Sql_scriptContext) Sql_plus_command(i int) ISql_plus_commandContext
- func (s *Sql_scriptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sql_scriptContext) Unit_statement(i int) IUnit_statementContext
- type Sql_statementContext
- func (s *Sql_statementContext) Cursor_manipulation_statements() ICursor_manipulation_statementsContext
- func (s *Sql_statementContext) Data_manipulation_language_statements() IData_manipulation_language_statementsContext
- func (s *Sql_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sql_statementContext) Execute_immediate() IExecute_immediateContext
- func (s *Sql_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sql_statementContext) GetParser() antlr.Parser
- func (s *Sql_statementContext) GetRuleContext() antlr.RuleContext
- func (*Sql_statementContext) IsSql_statementContext()
- func (s *Sql_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sql_statementContext) Transaction_control_statements() ITransaction_control_statementsContext
- type Sql_statement_shortcutContext
- func (s *Sql_statement_shortcutContext) ALTER() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) AUDIT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) CLUSTER() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) COMMENT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) CONTEXT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) DATABASE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) DELETE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) DIMENSION() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) DIRECTORY() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) EXECUTE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) EXISTS() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sql_statement_shortcutContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sql_statement_shortcutContext) GRANT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) GetParser() antlr.Parser
- func (s *Sql_statement_shortcutContext) GetRuleContext() antlr.RuleContext
- func (s *Sql_statement_shortcutContext) INDEX() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) INSERT() antlr.TerminalNode
- func (*Sql_statement_shortcutContext) IsSql_statement_shortcutContext()
- func (s *Sql_statement_shortcutContext) LINK() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) LOCK() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) MATERIALIZED() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) NOT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) OUTLINE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) PLUGGABLE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) PROCEDURE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) PROFILE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) PUBLIC() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) ROLE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) ROLLBACK() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SEGMENT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SELECT() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SEQUENCE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SESSION() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SYNONYM() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) SYSTEM() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) TABLE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) TABLESPACE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) TRIGGER() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) TYPE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sql_statement_shortcutContext) UPDATE() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) USER() antlr.TerminalNode
- func (s *Sql_statement_shortcutContext) VIEW() antlr.TerminalNode
- type Sqlj_object_typeContext
- func (s *Sqlj_object_typeContext) CUSTOMDATUM() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) EXTERNAL() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sqlj_object_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sqlj_object_typeContext) Expression() IExpressionContext
- func (s *Sqlj_object_typeContext) GetParser() antlr.Parser
- func (s *Sqlj_object_typeContext) GetRuleContext() antlr.RuleContext
- func (*Sqlj_object_typeContext) IsSqlj_object_typeContext()
- func (s *Sqlj_object_typeContext) JAVA() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) LANGUAGE() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) NAME() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) ORADATA() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) SQLDATA() antlr.TerminalNode
- func (s *Sqlj_object_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sqlj_object_typeContext) USING() antlr.TerminalNode
- type Sqlj_object_type_attrContext
- func (s *Sqlj_object_type_attrContext) EXTERNAL() antlr.TerminalNode
- func (s *Sqlj_object_type_attrContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sqlj_object_type_attrContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sqlj_object_type_attrContext) Expression() IExpressionContext
- func (s *Sqlj_object_type_attrContext) GetParser() antlr.Parser
- func (s *Sqlj_object_type_attrContext) GetRuleContext() antlr.RuleContext
- func (*Sqlj_object_type_attrContext) IsSqlj_object_type_attrContext()
- func (s *Sqlj_object_type_attrContext) NAME() antlr.TerminalNode
- func (s *Sqlj_object_type_attrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Standard_functionContext
- func (s *Standard_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Standard_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Standard_functionContext) GetParser() antlr.Parser
- func (s *Standard_functionContext) GetRuleContext() antlr.RuleContext
- func (*Standard_functionContext) IsStandard_functionContext()
- func (s *Standard_functionContext) Numeric_function_wrapper() INumeric_function_wrapperContext
- func (s *Standard_functionContext) Other_function() IOther_functionContext
- func (s *Standard_functionContext) String_function() IString_functionContext
- func (s *Standard_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Standard_prediction_function_keywordContext
- func (s *Standard_prediction_function_keywordContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Standard_prediction_function_keywordContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Standard_prediction_function_keywordContext) GetParser() antlr.Parser
- func (s *Standard_prediction_function_keywordContext) GetRuleContext() antlr.RuleContext
- func (*Standard_prediction_function_keywordContext) IsStandard_prediction_function_keywordContext()
- func (s *Standard_prediction_function_keywordContext) PREDICTION() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) PREDICTION_BOUNDS() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) PREDICTION_COST() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) PREDICTION_DETAILS() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) PREDICTION_PROBABILITY() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) PREDICTION_SET() antlr.TerminalNode
- func (s *Standard_prediction_function_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Standby_database_clausesContext
- func (s *Standby_database_clausesContext) Activate_standby_db_clause() IActivate_standby_db_clauseContext
- func (s *Standby_database_clausesContext) Commit_switchover_clause() ICommit_switchover_clauseContext
- func (s *Standby_database_clausesContext) Convert_database_clause() IConvert_database_clauseContext
- func (s *Standby_database_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Standby_database_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Standby_database_clausesContext) GetParser() antlr.Parser
- func (s *Standby_database_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Standby_database_clausesContext) IsStandby_database_clausesContext()
- func (s *Standby_database_clausesContext) Maximize_standby_db_clause() IMaximize_standby_db_clauseContext
- func (s *Standby_database_clausesContext) Parallel_clause() IParallel_clauseContext
- func (s *Standby_database_clausesContext) Register_logfile_clause() IRegister_logfile_clauseContext
- func (s *Standby_database_clausesContext) Start_standby_clause() IStart_standby_clauseContext
- func (s *Standby_database_clausesContext) Stop_standby_clause() IStop_standby_clauseContext
- func (s *Standby_database_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Start_partContext
- func (s *Start_partContext) Condition() IConditionContext
- func (s *Start_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Start_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Start_partContext) GetParser() antlr.Parser
- func (s *Start_partContext) GetRuleContext() antlr.RuleContext
- func (*Start_partContext) IsStart_partContext()
- func (s *Start_partContext) START() antlr.TerminalNode
- func (s *Start_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Start_partContext) WITH() antlr.TerminalNode
- type Start_standby_clauseContext
- func (s *Start_standby_clauseContext) APPLY() antlr.TerminalNode
- func (s *Start_standby_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Start_standby_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Start_standby_clauseContext) FAILED() antlr.TerminalNode
- func (s *Start_standby_clauseContext) FINISH() antlr.TerminalNode
- func (s *Start_standby_clauseContext) GetParser() antlr.Parser
- func (s *Start_standby_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Start_standby_clauseContext) GetScn_value() antlr.Token
- func (s *Start_standby_clauseContext) IMMEDIATE() antlr.TerminalNode
- func (s *Start_standby_clauseContext) INITIAL() antlr.TerminalNode
- func (*Start_standby_clauseContext) IsStart_standby_clauseContext()
- func (s *Start_standby_clauseContext) LOGICAL() antlr.TerminalNode
- func (s *Start_standby_clauseContext) NEW() antlr.TerminalNode
- func (s *Start_standby_clauseContext) NODELAY() antlr.TerminalNode
- func (s *Start_standby_clauseContext) PRIMARY() antlr.TerminalNode
- func (s *Start_standby_clauseContext) Regular_id() IRegular_idContext
- func (s *Start_standby_clauseContext) SKIP_() antlr.TerminalNode
- func (s *Start_standby_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Start_standby_clauseContext) START() antlr.TerminalNode
- func (s *Start_standby_clauseContext) SetScn_value(v antlr.Token)
- func (s *Start_standby_clauseContext) TRANSACTION() antlr.TerminalNode
- func (s *Start_standby_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Start_standby_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Start_time_columnContext
- func (s *Start_time_columnContext) Column_name() IColumn_nameContext
- func (s *Start_time_columnContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Start_time_columnContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Start_time_columnContext) GetParser() antlr.Parser
- func (s *Start_time_columnContext) GetRuleContext() antlr.RuleContext
- func (*Start_time_columnContext) IsStart_time_columnContext()
- func (s *Start_time_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Startup_clausesContext
- func (s *Startup_clausesContext) CLONE() antlr.TerminalNode
- func (s *Startup_clausesContext) DATABASE() antlr.TerminalNode
- func (s *Startup_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Startup_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Startup_clausesContext) GetParser() antlr.Parser
- func (s *Startup_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Startup_clausesContext) IsStartup_clausesContext()
- func (s *Startup_clausesContext) MOUNT() antlr.TerminalNode
- func (s *Startup_clausesContext) ONLY() antlr.TerminalNode
- func (s *Startup_clausesContext) OPEN() antlr.TerminalNode
- func (s *Startup_clausesContext) READ() antlr.TerminalNode
- func (s *Startup_clausesContext) Resetlogs_or_noresetlogs() IResetlogs_or_noresetlogsContext
- func (s *Startup_clausesContext) STANDBY() antlr.TerminalNode
- func (s *Startup_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Startup_clausesContext) Upgrade_or_downgrade() IUpgrade_or_downgradeContext
- func (s *Startup_clausesContext) WRITE() antlr.TerminalNode
- type StatementContext
- func (s *StatementContext) Assignment_statement() IAssignment_statementContext
- func (s *StatementContext) Block() IBlockContext
- func (s *StatementContext) Body() IBodyContext
- func (s *StatementContext) Case_statement() ICase_statementContext
- func (s *StatementContext) Continue_statement() IContinue_statementContext
- func (s *StatementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StatementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StatementContext) Exit_statement() IExit_statementContext
- func (s *StatementContext) Forall_statement() IForall_statementContext
- func (s *StatementContext) Function_call() IFunction_callContext
- func (s *StatementContext) GetParser() antlr.Parser
- func (s *StatementContext) GetRuleContext() antlr.RuleContext
- func (s *StatementContext) Goto_statement() IGoto_statementContext
- func (s *StatementContext) If_statement() IIf_statementContext
- func (*StatementContext) IsStatementContext()
- func (s *StatementContext) Loop_statement() ILoop_statementContext
- func (s *StatementContext) Null_statement() INull_statementContext
- func (s *StatementContext) Pipe_row_statement() IPipe_row_statementContext
- func (s *StatementContext) Procedure_call() IProcedure_callContext
- func (s *StatementContext) Raise_statement() IRaise_statementContext
- func (s *StatementContext) Return_statement() IReturn_statementContext
- func (s *StatementContext) Sql_statement() ISql_statementContext
- func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Static_returning_clauseContext
- func (s *Static_returning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Static_returning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Static_returning_clauseContext) Expressions() IExpressionsContext
- func (s *Static_returning_clauseContext) GetParser() antlr.Parser
- func (s *Static_returning_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Static_returning_clauseContext) Into_clause() IInto_clauseContext
- func (*Static_returning_clauseContext) IsStatic_returning_clauseContext()
- func (s *Static_returning_clauseContext) RETURN() antlr.TerminalNode
- func (s *Static_returning_clauseContext) RETURNING() antlr.TerminalNode
- func (s *Static_returning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Statistics_type_nameContext
- func (s *Statistics_type_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Statistics_type_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Statistics_type_nameContext) GetParser() antlr.Parser
- func (s *Statistics_type_nameContext) GetRuleContext() antlr.RuleContext
- func (*Statistics_type_nameContext) IsStatistics_type_nameContext()
- func (s *Statistics_type_nameContext) Regular_id() IRegular_idContext
- func (s *Statistics_type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Stop_standby_clauseContext
- func (s *Stop_standby_clauseContext) ABORT() antlr.TerminalNode
- func (s *Stop_standby_clauseContext) APPLY() antlr.TerminalNode
- func (s *Stop_standby_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Stop_standby_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Stop_standby_clauseContext) GetParser() antlr.Parser
- func (s *Stop_standby_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Stop_standby_clauseContext) IsStop_standby_clauseContext()
- func (s *Stop_standby_clauseContext) LOGICAL() antlr.TerminalNode
- func (s *Stop_standby_clauseContext) STANDBY() antlr.TerminalNode
- func (s *Stop_standby_clauseContext) STOP() antlr.TerminalNode
- func (s *Stop_standby_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Storage_clauseContext
- func (s *Storage_clauseContext) AllBUFFER_POOL() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllDEFAULT() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllENCRYPT() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllFLASH_CACHE() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllFREELIST() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllFREELISTS() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllGROUPS() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllINITIAL() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllKEEP() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllMAXEXTENTS() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllMINEXTENTS() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllNEXT() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllNONE() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllNULL_() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllOPTIMAL() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllPCTINCREASE() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllRECYCLE() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllSize_clause() []ISize_clauseContext
- func (s *Storage_clauseContext) AllUNLIMITED() []antlr.TerminalNode
- func (s *Storage_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
- func (s *Storage_clauseContext) BUFFER_POOL(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) DEFAULT(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) ENCRYPT(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Storage_clauseContext) FLASH_CACHE(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) FREELIST(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) FREELISTS(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) GROUPS(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) GetFreelist_groups() antlr.Token
- func (s *Storage_clauseContext) GetFreelists() antlr.Token
- func (s *Storage_clauseContext) GetInitial_size() ISize_clauseContext
- func (s *Storage_clauseContext) GetMinextents() antlr.Token
- func (s *Storage_clauseContext) GetNext_size() ISize_clauseContext
- func (s *Storage_clauseContext) GetParser() antlr.Parser
- func (s *Storage_clauseContext) GetPctincrease() antlr.Token
- func (s *Storage_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Storage_clauseContext) INITIAL(i int) antlr.TerminalNode
- func (*Storage_clauseContext) IsStorage_clauseContext()
- func (s *Storage_clauseContext) KEEP(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Storage_clauseContext) MAXEXTENTS(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) MINEXTENTS(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) NEXT(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) NONE(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) NULL_(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) OPTIMAL(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) PCTINCREASE(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) RECYCLE(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Storage_clauseContext) STORAGE() antlr.TerminalNode
- func (s *Storage_clauseContext) SetFreelist_groups(v antlr.Token)
- func (s *Storage_clauseContext) SetFreelists(v antlr.Token)
- func (s *Storage_clauseContext) SetInitial_size(v ISize_clauseContext)
- func (s *Storage_clauseContext) SetMinextents(v antlr.Token)
- func (s *Storage_clauseContext) SetNext_size(v ISize_clauseContext)
- func (s *Storage_clauseContext) SetPctincrease(v antlr.Token)
- func (s *Storage_clauseContext) Size_clause(i int) ISize_clauseContext
- func (s *Storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Storage_clauseContext) UNLIMITED(i int) antlr.TerminalNode
- func (s *Storage_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
- type Storage_table_clauseContext
- func (s *Storage_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Storage_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Storage_table_clauseContext) GetParser() antlr.Parser
- func (s *Storage_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Storage_table_clauseContext) IsStorage_table_clauseContext()
- func (s *Storage_table_clauseContext) MANAGED() antlr.TerminalNode
- func (s *Storage_table_clauseContext) STORAGE() antlr.TerminalNode
- func (s *Storage_table_clauseContext) SYSTEM() antlr.TerminalNode
- func (s *Storage_table_clauseContext) TABLES() antlr.TerminalNode
- func (s *Storage_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Storage_table_clauseContext) USER() antlr.TerminalNode
- func (s *Storage_table_clauseContext) WITH() antlr.TerminalNode
- type Streaming_clauseContext
- func (s *Streaming_clauseContext) BY() antlr.TerminalNode
- func (s *Streaming_clauseContext) CLUSTER() antlr.TerminalNode
- func (s *Streaming_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Streaming_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Streaming_clauseContext) Expression() IExpressionContext
- func (s *Streaming_clauseContext) GetParser() antlr.Parser
- func (s *Streaming_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Streaming_clauseContext) IsStreaming_clauseContext()
- func (s *Streaming_clauseContext) ORDER() antlr.TerminalNode
- func (s *Streaming_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Streaming_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type String_functionContext
- func (s *String_functionContext) AllCOMMA() []antlr.TerminalNode
- func (s *String_functionContext) AllExpression() []IExpressionContext
- func (s *String_functionContext) AllQuoted_string() []IQuoted_stringContext
- func (s *String_functionContext) BOTH() antlr.TerminalNode
- func (s *String_functionContext) CHR() antlr.TerminalNode
- func (s *String_functionContext) COMMA(i int) antlr.TerminalNode
- func (s *String_functionContext) Concatenation() IConcatenationContext
- func (s *String_functionContext) DECODE() antlr.TerminalNode
- func (s *String_functionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *String_functionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *String_functionContext) Expression(i int) IExpressionContext
- func (s *String_functionContext) Expressions() IExpressionsContext
- func (s *String_functionContext) FROM() antlr.TerminalNode
- func (s *String_functionContext) GetParser() antlr.Parser
- func (s *String_functionContext) GetRuleContext() antlr.RuleContext
- func (*String_functionContext) IsString_functionContext()
- func (s *String_functionContext) LEADING() antlr.TerminalNode
- func (s *String_functionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *String_functionContext) NCHAR_CS() antlr.TerminalNode
- func (s *String_functionContext) NVL() antlr.TerminalNode
- func (s *String_functionContext) Quoted_string(i int) IQuoted_stringContext
- func (s *String_functionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *String_functionContext) SUBSTR() antlr.TerminalNode
- func (s *String_functionContext) Standard_function() IStandard_functionContext
- func (s *String_functionContext) TO_CHAR() antlr.TerminalNode
- func (s *String_functionContext) TO_DATE() antlr.TerminalNode
- func (s *String_functionContext) TRAILING() antlr.TerminalNode
- func (s *String_functionContext) TRIM() antlr.TerminalNode
- func (s *String_functionContext) Table_element() ITable_elementContext
- func (s *String_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *String_functionContext) USING() antlr.TerminalNode
- type String_function_nameContext
- func (s *String_function_nameContext) CHR() antlr.TerminalNode
- func (s *String_function_nameContext) DECODE() antlr.TerminalNode
- func (s *String_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *String_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *String_function_nameContext) GetParser() antlr.Parser
- func (s *String_function_nameContext) GetRuleContext() antlr.RuleContext
- func (*String_function_nameContext) IsString_function_nameContext()
- func (s *String_function_nameContext) SUBSTR() antlr.TerminalNode
- func (s *String_function_nameContext) TO_CHAR() antlr.TerminalNode
- func (s *String_function_nameContext) TRIM() antlr.TerminalNode
- func (s *String_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subpartition_by_hashContext
- func (s *Subpartition_by_hashContext) AllCOMMA() []antlr.TerminalNode
- func (s *Subpartition_by_hashContext) AllColumn_name() []IColumn_nameContext
- func (s *Subpartition_by_hashContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Subpartition_by_hashContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Subpartition_by_hashContext) AllTablespace() []ITablespaceContext
- func (s *Subpartition_by_hashContext) BY() antlr.TerminalNode
- func (s *Subpartition_by_hashContext) COMMA(i int) antlr.TerminalNode
- func (s *Subpartition_by_hashContext) Column_name(i int) IColumn_nameContext
- func (s *Subpartition_by_hashContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_hashContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_hashContext) GetParser() antlr.Parser
- func (s *Subpartition_by_hashContext) GetRuleContext() antlr.RuleContext
- func (s *Subpartition_by_hashContext) HASH() antlr.TerminalNode
- func (s *Subpartition_by_hashContext) IN() antlr.TerminalNode
- func (*Subpartition_by_hashContext) IsSubpartition_by_hashContext()
- func (s *Subpartition_by_hashContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Subpartition_by_hashContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Subpartition_by_hashContext) STORE() antlr.TerminalNode
- func (s *Subpartition_by_hashContext) SUBPARTITION() antlr.TerminalNode
- func (s *Subpartition_by_hashContext) SUBPARTITIONS() antlr.TerminalNode
- func (s *Subpartition_by_hashContext) Subpartition_template() ISubpartition_templateContext
- func (s *Subpartition_by_hashContext) Tablespace(i int) ITablespaceContext
- func (s *Subpartition_by_hashContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subpartition_by_hashContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Subpartition_by_listContext
- func (s *Subpartition_by_listContext) BY() antlr.TerminalNode
- func (s *Subpartition_by_listContext) Column_name() IColumn_nameContext
- func (s *Subpartition_by_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_listContext) GetParser() antlr.Parser
- func (s *Subpartition_by_listContext) GetRuleContext() antlr.RuleContext
- func (*Subpartition_by_listContext) IsSubpartition_by_listContext()
- func (s *Subpartition_by_listContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Subpartition_by_listContext) LIST() antlr.TerminalNode
- func (s *Subpartition_by_listContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Subpartition_by_listContext) SUBPARTITION() antlr.TerminalNode
- func (s *Subpartition_by_listContext) Subpartition_template() ISubpartition_templateContext
- func (s *Subpartition_by_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subpartition_by_rangeContext
- func (s *Subpartition_by_rangeContext) AllCOMMA() []antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) AllColumn_name() []IColumn_nameContext
- func (s *Subpartition_by_rangeContext) BY() antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) COMMA(i int) antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) Column_name(i int) IColumn_nameContext
- func (s *Subpartition_by_rangeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_rangeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_by_rangeContext) GetParser() antlr.Parser
- func (s *Subpartition_by_rangeContext) GetRuleContext() antlr.RuleContext
- func (*Subpartition_by_rangeContext) IsSubpartition_by_rangeContext()
- func (s *Subpartition_by_rangeContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) RANGE() antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) SUBPARTITION() antlr.TerminalNode
- func (s *Subpartition_by_rangeContext) Subpartition_template() ISubpartition_templateContext
- func (s *Subpartition_by_rangeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subpartition_key_valueContext
- func (s *Subpartition_key_valueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_key_valueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_key_valueContext) GetParser() antlr.Parser
- func (s *Subpartition_key_valueContext) GetRuleContext() antlr.RuleContext
- func (*Subpartition_key_valueContext) IsSubpartition_key_valueContext()
- func (s *Subpartition_key_valueContext) Literal() ILiteralContext
- func (s *Subpartition_key_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subpartition_nameContext
- func (s *Subpartition_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_nameContext) GetParser() antlr.Parser
- func (s *Subpartition_nameContext) GetRuleContext() antlr.RuleContext
- func (*Subpartition_nameContext) IsSubpartition_nameContext()
- func (s *Subpartition_nameContext) Partition_name() IPartition_nameContext
- func (s *Subpartition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subpartition_templateContext
- func (s *Subpartition_templateContext) AllCOMMA() []antlr.TerminalNode
- func (s *Subpartition_templateContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
- func (s *Subpartition_templateContext) AllList_subpartition_desc() []IList_subpartition_descContext
- func (s *Subpartition_templateContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
- func (s *Subpartition_templateContext) COMMA(i int) antlr.TerminalNode
- func (s *Subpartition_templateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_templateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subpartition_templateContext) GetParser() antlr.Parser
- func (s *Subpartition_templateContext) GetRuleContext() antlr.RuleContext
- func (s *Subpartition_templateContext) Hash_subpartition_quantity() IHash_subpartition_quantityContext
- func (s *Subpartition_templateContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
- func (*Subpartition_templateContext) IsSubpartition_templateContext()
- func (s *Subpartition_templateContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Subpartition_templateContext) List_subpartition_desc(i int) IList_subpartition_descContext
- func (s *Subpartition_templateContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Subpartition_templateContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
- func (s *Subpartition_templateContext) SUBPARTITION() antlr.TerminalNode
- func (s *Subpartition_templateContext) TEMPLATE() antlr.TerminalNode
- func (s *Subpartition_templateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subprog_decl_in_typeContext
- func (s *Subprog_decl_in_typeContext) Constructor_declaration() IConstructor_declarationContext
- func (s *Subprog_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subprog_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subprog_decl_in_typeContext) Func_decl_in_type() IFunc_decl_in_typeContext
- func (s *Subprog_decl_in_typeContext) GetParser() antlr.Parser
- func (s *Subprog_decl_in_typeContext) GetRuleContext() antlr.RuleContext
- func (*Subprog_decl_in_typeContext) IsSubprog_decl_in_typeContext()
- func (s *Subprog_decl_in_typeContext) MEMBER() antlr.TerminalNode
- func (s *Subprog_decl_in_typeContext) Proc_decl_in_type() IProc_decl_in_typeContext
- func (s *Subprog_decl_in_typeContext) STATIC() antlr.TerminalNode
- func (s *Subprog_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subprogram_specContext
- func (s *Subprogram_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subprogram_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subprogram_specContext) GetParser() antlr.Parser
- func (s *Subprogram_specContext) GetRuleContext() antlr.RuleContext
- func (*Subprogram_specContext) IsSubprogram_specContext()
- func (s *Subprogram_specContext) MEMBER() antlr.TerminalNode
- func (s *Subprogram_specContext) STATIC() antlr.TerminalNode
- func (s *Subprogram_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subprogram_specContext) Type_function_spec() IType_function_specContext
- func (s *Subprogram_specContext) Type_procedure_spec() IType_procedure_specContext
- type SubqueryContext
- func (s *SubqueryContext) AllSubquery_operation_part() []ISubquery_operation_partContext
- func (s *SubqueryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SubqueryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SubqueryContext) GetParser() antlr.Parser
- func (s *SubqueryContext) GetRuleContext() antlr.RuleContext
- func (*SubqueryContext) IsSubqueryContext()
- func (s *SubqueryContext) Subquery_basic_elements() ISubquery_basic_elementsContext
- func (s *SubqueryContext) Subquery_operation_part(i int) ISubquery_operation_partContext
- func (s *SubqueryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subquery_basic_elementsContext
- func (s *Subquery_basic_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subquery_basic_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subquery_basic_elementsContext) GetParser() antlr.Parser
- func (s *Subquery_basic_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Subquery_basic_elementsContext) IsSubquery_basic_elementsContext()
- func (s *Subquery_basic_elementsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Subquery_basic_elementsContext) Query_block() IQuery_blockContext
- func (s *Subquery_basic_elementsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Subquery_basic_elementsContext) Subquery() ISubqueryContext
- func (s *Subquery_basic_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Subquery_factoring_clauseContext
- func (s *Subquery_factoring_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Subquery_factoring_clauseContext) AllFactoring_element() []IFactoring_elementContext
- func (s *Subquery_factoring_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Subquery_factoring_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subquery_factoring_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subquery_factoring_clauseContext) Factoring_element(i int) IFactoring_elementContext
- func (s *Subquery_factoring_clauseContext) GetParser() antlr.Parser
- func (s *Subquery_factoring_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Subquery_factoring_clauseContext) IsSubquery_factoring_clauseContext()
- func (s *Subquery_factoring_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subquery_factoring_clauseContext) WITH() antlr.TerminalNode
- type Subquery_operation_partContext
- func (s *Subquery_operation_partContext) ALL() antlr.TerminalNode
- func (s *Subquery_operation_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subquery_operation_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subquery_operation_partContext) GetParser() antlr.Parser
- func (s *Subquery_operation_partContext) GetRuleContext() antlr.RuleContext
- func (s *Subquery_operation_partContext) INTERSECT() antlr.TerminalNode
- func (*Subquery_operation_partContext) IsSubquery_operation_partContext()
- func (s *Subquery_operation_partContext) MINUS() antlr.TerminalNode
- func (s *Subquery_operation_partContext) Subquery_basic_elements() ISubquery_basic_elementsContext
- func (s *Subquery_operation_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subquery_operation_partContext) UNION() antlr.TerminalNode
- type Subquery_restriction_clauseContext
- func (s *Subquery_restriction_clauseContext) CHECK() antlr.TerminalNode
- func (s *Subquery_restriction_clauseContext) CONSTRAINT() antlr.TerminalNode
- func (s *Subquery_restriction_clauseContext) Constraint_name() IConstraint_nameContext
- func (s *Subquery_restriction_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subquery_restriction_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subquery_restriction_clauseContext) GetParser() antlr.Parser
- func (s *Subquery_restriction_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Subquery_restriction_clauseContext) IsSubquery_restriction_clauseContext()
- func (s *Subquery_restriction_clauseContext) ONLY() antlr.TerminalNode
- func (s *Subquery_restriction_clauseContext) OPTION() antlr.TerminalNode
- func (s *Subquery_restriction_clauseContext) READ() antlr.TerminalNode
- func (s *Subquery_restriction_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subquery_restriction_clauseContext) WITH() antlr.TerminalNode
- type Substitutable_column_clauseContext
- func (s *Substitutable_column_clauseContext) ALL() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) AT() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) ELEMENT() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Substitutable_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Substitutable_column_clauseContext) GetParser() antlr.Parser
- func (s *Substitutable_column_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Substitutable_column_clauseContext) IS() antlr.TerminalNode
- func (*Substitutable_column_clauseContext) IsSubstitutable_column_clauseContext()
- func (s *Substitutable_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) LEVELS() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) NOT() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) OF() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) SUBSTITUTABLE() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) TYPE() antlr.TerminalNode
- func (s *Substitutable_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Substitutable_column_clauseContext) Type_name() IType_nameContext
- type Subtype_declarationContext
- func (s *Subtype_declarationContext) AllExpression() []IExpressionContext
- func (s *Subtype_declarationContext) DOUBLE_PERIOD() antlr.TerminalNode
- func (s *Subtype_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Subtype_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Subtype_declarationContext) Expression(i int) IExpressionContext
- func (s *Subtype_declarationContext) GetParser() antlr.Parser
- func (s *Subtype_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Subtype_declarationContext) IS() antlr.TerminalNode
- func (s *Subtype_declarationContext) Identifier() IIdentifierContext
- func (*Subtype_declarationContext) IsSubtype_declarationContext()
- func (s *Subtype_declarationContext) NOT() antlr.TerminalNode
- func (s *Subtype_declarationContext) NULL_() antlr.TerminalNode
- func (s *Subtype_declarationContext) RANGE() antlr.TerminalNode
- func (s *Subtype_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Subtype_declarationContext) SUBTYPE() antlr.TerminalNode
- func (s *Subtype_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Subtype_declarationContext) Type_spec() IType_specContext
- type Supplemental_db_loggingContext
- func (s *Supplemental_db_loggingContext) Add_or_drop() IAdd_or_dropContext
- func (s *Supplemental_db_loggingContext) DATA() antlr.TerminalNode
- func (s *Supplemental_db_loggingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_db_loggingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_db_loggingContext) GetParser() antlr.Parser
- func (s *Supplemental_db_loggingContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_db_loggingContext) IsSupplemental_db_loggingContext()
- func (s *Supplemental_db_loggingContext) LOG() antlr.TerminalNode
- func (s *Supplemental_db_loggingContext) SUPPLEMENTAL() antlr.TerminalNode
- func (s *Supplemental_db_loggingContext) Supplemental_id_key_clause() ISupplemental_id_key_clauseContext
- func (s *Supplemental_db_loggingContext) Supplemental_plsql_clause() ISupplemental_plsql_clauseContext
- func (s *Supplemental_db_loggingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Supplemental_id_key_clauseContext
- func (s *Supplemental_id_key_clauseContext) ALL(i int) antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllALL() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllFOREIGN() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllKEY() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllPRIMARY() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) AllUNIQUE() []antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) COLUMNS() antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) DATA() antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_id_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_id_key_clauseContext) FOREIGN(i int) antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) GetParser() antlr.Parser
- func (s *Supplemental_id_key_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_id_key_clauseContext) IsSupplemental_id_key_clauseContext()
- func (s *Supplemental_id_key_clauseContext) KEY(i int) antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) PRIMARY(i int) antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Supplemental_id_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Supplemental_id_key_clauseContext) UNIQUE(i int) antlr.TerminalNode
- type Supplemental_log_grp_clauseContext
- func (s *Supplemental_log_grp_clauseContext) ALWAYS() antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) AllLOG() []antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) AllNO() []antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) AllRegular_id() []IRegular_idContext
- func (s *Supplemental_log_grp_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_log_grp_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_log_grp_clauseContext) GROUP() antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) GetParser() antlr.Parser
- func (s *Supplemental_log_grp_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_log_grp_clauseContext) IsSupplemental_log_grp_clauseContext()
- func (s *Supplemental_log_grp_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) LOG(i int) antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) Log_grp() ILog_grpContext
- func (s *Supplemental_log_grp_clauseContext) NO(i int) antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Supplemental_log_grp_clauseContext) Regular_id(i int) IRegular_idContext
- func (s *Supplemental_log_grp_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Supplemental_logging_propsContext
- func (s *Supplemental_logging_propsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_logging_propsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_logging_propsContext) GetParser() antlr.Parser
- func (s *Supplemental_logging_propsContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_logging_propsContext) IsSupplemental_logging_propsContext()
- func (s *Supplemental_logging_propsContext) LOG() antlr.TerminalNode
- func (s *Supplemental_logging_propsContext) SUPPLEMENTAL() antlr.TerminalNode
- func (s *Supplemental_logging_propsContext) Supplemental_id_key_clause() ISupplemental_id_key_clauseContext
- func (s *Supplemental_logging_propsContext) Supplemental_log_grp_clause() ISupplemental_log_grp_clauseContext
- func (s *Supplemental_logging_propsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Supplemental_plsql_clauseContext
- func (s *Supplemental_plsql_clauseContext) DATA() antlr.TerminalNode
- func (s *Supplemental_plsql_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_plsql_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_plsql_clauseContext) FOR() antlr.TerminalNode
- func (s *Supplemental_plsql_clauseContext) GetParser() antlr.Parser
- func (s *Supplemental_plsql_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_plsql_clauseContext) IsSupplemental_plsql_clauseContext()
- func (s *Supplemental_plsql_clauseContext) PROCEDURAL() antlr.TerminalNode
- func (s *Supplemental_plsql_clauseContext) REPLICATION() antlr.TerminalNode
- func (s *Supplemental_plsql_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Supplemental_table_loggingContext
- func (s *Supplemental_table_loggingContext) ADD() antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) AllCOMMA() []antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) AllGROUP() []antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) AllLOG() []antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) AllLog_grp() []ILog_grpContext
- func (s *Supplemental_table_loggingContext) AllSUPPLEMENTAL() []antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) AllSupplemental_id_key_clause() []ISupplemental_id_key_clauseContext
- func (s *Supplemental_table_loggingContext) AllSupplemental_log_grp_clause() []ISupplemental_log_grp_clauseContext
- func (s *Supplemental_table_loggingContext) COMMA(i int) antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) DROP() antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_table_loggingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Supplemental_table_loggingContext) GROUP(i int) antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) GetParser() antlr.Parser
- func (s *Supplemental_table_loggingContext) GetRuleContext() antlr.RuleContext
- func (*Supplemental_table_loggingContext) IsSupplemental_table_loggingContext()
- func (s *Supplemental_table_loggingContext) LOG(i int) antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) Log_grp(i int) ILog_grpContext
- func (s *Supplemental_table_loggingContext) SUPPLEMENTAL(i int) antlr.TerminalNode
- func (s *Supplemental_table_loggingContext) Supplemental_id_key_clause(i int) ISupplemental_id_key_clauseContext
- func (s *Supplemental_table_loggingContext) Supplemental_log_grp_clause(i int) ISupplemental_log_grp_clauseContext
- func (s *Supplemental_table_loggingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Swallow_to_semiContext
- func (s *Swallow_to_semiContext) AllSEMICOLON() []antlr.TerminalNode
- func (s *Swallow_to_semiContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Swallow_to_semiContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Swallow_to_semiContext) GetParser() antlr.Parser
- func (s *Swallow_to_semiContext) GetRuleContext() antlr.RuleContext
- func (*Swallow_to_semiContext) IsSwallow_to_semiContext()
- func (s *Swallow_to_semiContext) SEMICOLON(i int) antlr.TerminalNode
- func (s *Swallow_to_semiContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Switch_logfile_clauseContext
- func (s *Switch_logfile_clauseContext) ALL() antlr.TerminalNode
- func (s *Switch_logfile_clauseContext) BLOCKSIZE() antlr.TerminalNode
- func (s *Switch_logfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Switch_logfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Switch_logfile_clauseContext) GetParser() antlr.Parser
- func (s *Switch_logfile_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Switch_logfile_clauseContext) IsSwitch_logfile_clauseContext()
- func (s *Switch_logfile_clauseContext) LOGFILES() antlr.TerminalNode
- func (s *Switch_logfile_clauseContext) SWITCH() antlr.TerminalNode
- func (s *Switch_logfile_clauseContext) TO() antlr.TerminalNode
- func (s *Switch_logfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Switch_logfile_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type Synchronous_or_asynchronousContext
- func (s *Synchronous_or_asynchronousContext) ASYNCHRONOUS() antlr.TerminalNode
- func (s *Synchronous_or_asynchronousContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Synchronous_or_asynchronousContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Synchronous_or_asynchronousContext) GetParser() antlr.Parser
- func (s *Synchronous_or_asynchronousContext) GetRuleContext() antlr.RuleContext
- func (*Synchronous_or_asynchronousContext) IsSynchronous_or_asynchronousContext()
- func (s *Synchronous_or_asynchronousContext) SYNCHRONOUS() antlr.TerminalNode
- func (s *Synchronous_or_asynchronousContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Synonym_nameContext
- func (s *Synonym_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Synonym_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Synonym_nameContext) GetParser() antlr.Parser
- func (s *Synonym_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Synonym_nameContext) Identifier() IIdentifierContext
- func (*Synonym_nameContext) IsSynonym_nameContext()
- func (s *Synonym_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type System_partitioningContext
- func (s *System_partitioningContext) AllCOMMA() []antlr.TerminalNode
- func (s *System_partitioningContext) AllReference_partition_desc() []IReference_partition_descContext
- func (s *System_partitioningContext) BY() antlr.TerminalNode
- func (s *System_partitioningContext) COMMA(i int) antlr.TerminalNode
- func (s *System_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *System_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *System_partitioningContext) GetParser() antlr.Parser
- func (s *System_partitioningContext) GetRuleContext() antlr.RuleContext
- func (*System_partitioningContext) IsSystem_partitioningContext()
- func (s *System_partitioningContext) PARTITION() antlr.TerminalNode
- func (s *System_partitioningContext) PARTITIONS() antlr.TerminalNode
- func (s *System_partitioningContext) Reference_partition_desc(i int) IReference_partition_descContext
- func (s *System_partitioningContext) SYSTEM() antlr.TerminalNode
- func (s *System_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *System_partitioningContext) UNSIGNED_INTEGER() antlr.TerminalNode
- type System_privilegeContext
- func (s *System_privilegeContext) ACCESS() antlr.TerminalNode
- func (s *System_privilegeContext) ADMINISTER() antlr.TerminalNode
- func (s *System_privilegeContext) ADVISOR() antlr.TerminalNode
- func (s *System_privilegeContext) ALL() antlr.TerminalNode
- func (s *System_privilegeContext) ALTER() antlr.TerminalNode
- func (s *System_privilegeContext) ANALYZE() antlr.TerminalNode
- func (s *System_privilegeContext) ANY() antlr.TerminalNode
- func (s *System_privilegeContext) ARCHIVE() antlr.TerminalNode
- func (s *System_privilegeContext) AUDIT() antlr.TerminalNode
- func (s *System_privilegeContext) BACKUP() antlr.TerminalNode
- func (s *System_privilegeContext) BECOME() antlr.TerminalNode
- func (s *System_privilegeContext) BUILD() antlr.TerminalNode
- func (s *System_privilegeContext) CHANGE() antlr.TerminalNode
- func (s *System_privilegeContext) CLASS() antlr.TerminalNode
- func (s *System_privilegeContext) CLUSTER() antlr.TerminalNode
- func (s *System_privilegeContext) COMMENT() antlr.TerminalNode
- func (s *System_privilegeContext) COMMIT() antlr.TerminalNode
- func (s *System_privilegeContext) CONNECT() antlr.TerminalNode
- func (s *System_privilegeContext) CONTAINER() antlr.TerminalNode
- func (s *System_privilegeContext) CONTEXT() antlr.TerminalNode
- func (s *System_privilegeContext) COST() antlr.TerminalNode
- func (s *System_privilegeContext) CREATE() antlr.TerminalNode
- func (s *System_privilegeContext) CUBE() antlr.TerminalNode
- func (s *System_privilegeContext) DATABASE() antlr.TerminalNode
- func (s *System_privilegeContext) DATE() antlr.TerminalNode
- func (s *System_privilegeContext) DBA_RECYCLEBIN() antlr.TerminalNode
- func (s *System_privilegeContext) DEBUG() antlr.TerminalNode
- func (s *System_privilegeContext) DELETE() antlr.TerminalNode
- func (s *System_privilegeContext) DICTIONARY() antlr.TerminalNode
- func (s *System_privilegeContext) DIMENSION() antlr.TerminalNode
- func (s *System_privilegeContext) DIRECTORY() antlr.TerminalNode
- func (s *System_privilegeContext) DROP() antlr.TerminalNode
- func (s *System_privilegeContext) EDITION() antlr.TerminalNode
- func (s *System_privilegeContext) EXECUTE() antlr.TerminalNode
- func (s *System_privilegeContext) EXEMPT() antlr.TerminalNode
- func (s *System_privilegeContext) EXTERNAL() antlr.TerminalNode
- func (s *System_privilegeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *System_privilegeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *System_privilegeContext) FLASHBACK() antlr.TerminalNode
- func (s *System_privilegeContext) FOLDER() antlr.TerminalNode
- func (s *System_privilegeContext) FORCE() antlr.TerminalNode
- func (s *System_privilegeContext) GLOBAL() antlr.TerminalNode
- func (s *System_privilegeContext) GRANT() antlr.TerminalNode
- func (s *System_privilegeContext) GetParser() antlr.Parser
- func (s *System_privilegeContext) GetRuleContext() antlr.RuleContext
- func (s *System_privilegeContext) INDEX() antlr.TerminalNode
- func (s *System_privilegeContext) INDEXTYPE() antlr.TerminalNode
- func (s *System_privilegeContext) INHERIT() antlr.TerminalNode
- func (s *System_privilegeContext) INSERT() antlr.TerminalNode
- func (*System_privilegeContext) IsSystem_privilegeContext()
- func (s *System_privilegeContext) JOB() antlr.TerminalNode
- func (s *System_privilegeContext) KEEP() antlr.TerminalNode
- func (s *System_privilegeContext) KEY() antlr.TerminalNode
- func (s *System_privilegeContext) LIBRARY() antlr.TerminalNode
- func (s *System_privilegeContext) LINK() antlr.TerminalNode
- func (s *System_privilegeContext) LOCK() antlr.TerminalNode
- func (s *System_privilegeContext) LOGMINING() antlr.TerminalNode
- func (s *System_privilegeContext) MANAGE() antlr.TerminalNode
- func (s *System_privilegeContext) MANAGEMENT() antlr.TerminalNode
- func (s *System_privilegeContext) MATERIALIZED() antlr.TerminalNode
- func (s *System_privilegeContext) MEASURE() antlr.TerminalNode
- func (s *System_privilegeContext) MERGE() antlr.TerminalNode
- func (s *System_privilegeContext) MINING() antlr.TerminalNode
- func (s *System_privilegeContext) MODEL() antlr.TerminalNode
- func (s *System_privilegeContext) NOTIFICATION() antlr.TerminalNode
- func (s *System_privilegeContext) OBJECT() antlr.TerminalNode
- func (s *System_privilegeContext) ON() antlr.TerminalNode
- func (s *System_privilegeContext) OPERATOR() antlr.TerminalNode
- func (s *System_privilegeContext) OUTLINE() antlr.TerminalNode
- func (s *System_privilegeContext) PLUGGABLE() antlr.TerminalNode
- func (s *System_privilegeContext) POLICY() antlr.TerminalNode
- func (s *System_privilegeContext) PRIVILEGE() antlr.TerminalNode
- func (s *System_privilegeContext) PRIVILEGES() antlr.TerminalNode
- func (s *System_privilegeContext) PROCEDURE() antlr.TerminalNode
- func (s *System_privilegeContext) PROCESS() antlr.TerminalNode
- func (s *System_privilegeContext) PROFILE() antlr.TerminalNode
- func (s *System_privilegeContext) PROGRAM() antlr.TerminalNode
- func (s *System_privilegeContext) PUBLIC() antlr.TerminalNode
- func (s *System_privilegeContext) PURGE() antlr.TerminalNode
- func (s *System_privilegeContext) QUERY() antlr.TerminalNode
- func (s *System_privilegeContext) READ() antlr.TerminalNode
- func (s *System_privilegeContext) REDACTION() antlr.TerminalNode
- func (s *System_privilegeContext) REFRESH() antlr.TerminalNode
- func (s *System_privilegeContext) RESOURCE() antlr.TerminalNode
- func (s *System_privilegeContext) RESTRICTED() antlr.TerminalNode
- func (s *System_privilegeContext) RESUMABLE() antlr.TerminalNode
- func (s *System_privilegeContext) REWRITE() antlr.TerminalNode
- func (s *System_privilegeContext) ROLE() antlr.TerminalNode
- func (s *System_privilegeContext) ROLLBACK() antlr.TerminalNode
- func (s *System_privilegeContext) SCHEDULER() antlr.TerminalNode
- func (s *System_privilegeContext) SEGMENT() antlr.TerminalNode
- func (s *System_privilegeContext) SELECT() antlr.TerminalNode
- func (s *System_privilegeContext) SEQUENCE() antlr.TerminalNode
- func (s *System_privilegeContext) SESSION() antlr.TerminalNode
- func (s *System_privilegeContext) SET() antlr.TerminalNode
- func (s *System_privilegeContext) SQL() antlr.TerminalNode
- func (s *System_privilegeContext) SYNONYM() antlr.TerminalNode
- func (s *System_privilegeContext) SYSBACKUP() antlr.TerminalNode
- func (s *System_privilegeContext) SYSDBA() antlr.TerminalNode
- func (s *System_privilegeContext) SYSDG() antlr.TerminalNode
- func (s *System_privilegeContext) SYSGUID() antlr.TerminalNode
- func (s *System_privilegeContext) SYSKM() antlr.TerminalNode
- func (s *System_privilegeContext) SYSOPER() antlr.TerminalNode
- func (s *System_privilegeContext) TABLE() antlr.TerminalNode
- func (s *System_privilegeContext) TABLESPACE() antlr.TerminalNode
- func (s *System_privilegeContext) TIME() antlr.TerminalNode
- func (s *System_privilegeContext) TRANSACTION() antlr.TerminalNode
- func (s *System_privilegeContext) TRANSLATE() antlr.TerminalNode
- func (s *System_privilegeContext) TRANSLATION() antlr.TerminalNode
- func (s *System_privilegeContext) TRIGGER() antlr.TerminalNode
- func (s *System_privilegeContext) TUNING() antlr.TerminalNode
- func (s *System_privilegeContext) TYPE() antlr.TerminalNode
- func (s *System_privilegeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *System_privilegeContext) UNDER() antlr.TerminalNode
- func (s *System_privilegeContext) UNLIMITED() antlr.TerminalNode
- func (s *System_privilegeContext) UPDATE() antlr.TerminalNode
- func (s *System_privilegeContext) USE() antlr.TerminalNode
- func (s *System_privilegeContext) USER() antlr.TerminalNode
- func (s *System_privilegeContext) VIEW() antlr.TerminalNode
- type Table_aliasContext
- func (s *Table_aliasContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_aliasContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_aliasContext) GetParser() antlr.Parser
- func (s *Table_aliasContext) GetRuleContext() antlr.RuleContext
- func (s *Table_aliasContext) Identifier() IIdentifierContext
- func (*Table_aliasContext) IsTable_aliasContext()
- func (s *Table_aliasContext) Quoted_string() IQuoted_stringContext
- func (s *Table_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_collection_expressionContext
- func (s *Table_collection_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_collection_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_collection_expressionContext) Expression() IExpressionContext
- func (s *Table_collection_expressionContext) GetParser() antlr.Parser
- func (s *Table_collection_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Table_collection_expressionContext) IsTable_collection_expressionContext()
- func (s *Table_collection_expressionContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Table_collection_expressionContext) Outer_join_sign() IOuter_join_signContext
- func (s *Table_collection_expressionContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Table_collection_expressionContext) Subquery() ISubqueryContext
- func (s *Table_collection_expressionContext) TABLE() antlr.TerminalNode
- func (s *Table_collection_expressionContext) THE() antlr.TerminalNode
- func (s *Table_collection_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_compressionContext
- func (s *Table_compressionContext) ARCHIVE() antlr.TerminalNode
- func (s *Table_compressionContext) BASIC() antlr.TerminalNode
- func (s *Table_compressionContext) COMPRESS() antlr.TerminalNode
- func (s *Table_compressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_compressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_compressionContext) FOR() antlr.TerminalNode
- func (s *Table_compressionContext) GetParser() antlr.Parser
- func (s *Table_compressionContext) GetRuleContext() antlr.RuleContext
- func (s *Table_compressionContext) HIGH() antlr.TerminalNode
- func (*Table_compressionContext) IsTable_compressionContext()
- func (s *Table_compressionContext) LOW() antlr.TerminalNode
- func (s *Table_compressionContext) NOCOMPRESS() antlr.TerminalNode
- func (s *Table_compressionContext) OLTP() antlr.TerminalNode
- func (s *Table_compressionContext) QUERY() antlr.TerminalNode
- func (s *Table_compressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_elementContext
- func (s *Table_elementContext) AllId_expression() []IId_expressionContext
- func (s *Table_elementContext) AllPERIOD() []antlr.TerminalNode
- func (s *Table_elementContext) Char_set_name() IChar_set_nameContext
- func (s *Table_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_elementContext) GetParser() antlr.Parser
- func (s *Table_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Table_elementContext) INTRODUCER() antlr.TerminalNode
- func (s *Table_elementContext) Id_expression(i int) IId_expressionContext
- func (*Table_elementContext) IsTable_elementContext()
- func (s *Table_elementContext) PERIOD(i int) antlr.TerminalNode
- func (s *Table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_index_clauseContext
- func (s *Table_index_clauseContext) ASC(i int) antlr.TerminalNode
- func (s *Table_index_clauseContext) AllASC() []antlr.TerminalNode
- func (s *Table_index_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Table_index_clauseContext) AllDESC() []antlr.TerminalNode
- func (s *Table_index_clauseContext) AllIndex_expr() []IIndex_exprContext
- func (s *Table_index_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Table_index_clauseContext) DESC(i int) antlr.TerminalNode
- func (s *Table_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_index_clauseContext) GetParser() antlr.Parser
- func (s *Table_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Table_index_clauseContext) Index_expr(i int) IIndex_exprContext
- func (s *Table_index_clauseContext) Index_properties() IIndex_propertiesContext
- func (*Table_index_clauseContext) IsTable_index_clauseContext()
- func (s *Table_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Table_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Table_index_clauseContext) Table_alias() ITable_aliasContext
- func (s *Table_index_clauseContext) Tableview_name() ITableview_nameContext
- func (s *Table_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_indexed_by_partContext
- func (s *Table_indexed_by_partContext) BY() antlr.TerminalNode
- func (s *Table_indexed_by_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_indexed_by_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_indexed_by_partContext) GetIdx1() antlr.Token
- func (s *Table_indexed_by_partContext) GetIdx2() antlr.Token
- func (s *Table_indexed_by_partContext) GetParser() antlr.Parser
- func (s *Table_indexed_by_partContext) GetRuleContext() antlr.RuleContext
- func (s *Table_indexed_by_partContext) INDEX() antlr.TerminalNode
- func (s *Table_indexed_by_partContext) INDEXED() antlr.TerminalNode
- func (*Table_indexed_by_partContext) IsTable_indexed_by_partContext()
- func (s *Table_indexed_by_partContext) SetIdx1(v antlr.Token)
- func (s *Table_indexed_by_partContext) SetIdx2(v antlr.Token)
- func (s *Table_indexed_by_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_indexed_by_partContext) Type_spec() IType_specContext
- type Table_partition_descriptionContext
- func (s *Table_partition_descriptionContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
- func (s *Table_partition_descriptionContext) Deferred_segment_creation() IDeferred_segment_creationContext
- func (s *Table_partition_descriptionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_partition_descriptionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_partition_descriptionContext) GetParser() antlr.Parser
- func (s *Table_partition_descriptionContext) GetRuleContext() antlr.RuleContext
- func (*Table_partition_descriptionContext) IsTable_partition_descriptionContext()
- func (s *Table_partition_descriptionContext) Key_compression() IKey_compressionContext
- func (s *Table_partition_descriptionContext) Lob_storage_clause() ILob_storage_clauseContext
- func (s *Table_partition_descriptionContext) Nested_table_col_properties() INested_table_col_propertiesContext
- func (s *Table_partition_descriptionContext) OVERFLOW() antlr.TerminalNode
- func (s *Table_partition_descriptionContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
- func (s *Table_partition_descriptionContext) Table_compression() ITable_compressionContext
- func (s *Table_partition_descriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_partition_descriptionContext) Varray_col_properties() IVarray_col_propertiesContext
- type Table_partitioning_clausesContext
- func (s *Table_partitioning_clausesContext) Composite_hash_partitions() IComposite_hash_partitionsContext
- func (s *Table_partitioning_clausesContext) Composite_list_partitions() IComposite_list_partitionsContext
- func (s *Table_partitioning_clausesContext) Composite_range_partitions() IComposite_range_partitionsContext
- func (s *Table_partitioning_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_partitioning_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_partitioning_clausesContext) GetParser() antlr.Parser
- func (s *Table_partitioning_clausesContext) GetRuleContext() antlr.RuleContext
- func (s *Table_partitioning_clausesContext) Hash_partitions() IHash_partitionsContext
- func (*Table_partitioning_clausesContext) IsTable_partitioning_clausesContext()
- func (s *Table_partitioning_clausesContext) List_partitions() IList_partitionsContext
- func (s *Table_partitioning_clausesContext) Range_partitions() IRange_partitionsContext
- func (s *Table_partitioning_clausesContext) Reference_partitioning() IReference_partitioningContext
- func (s *Table_partitioning_clausesContext) System_partitioning() ISystem_partitioningContext
- func (s *Table_partitioning_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_refContext
- func (s *Table_refContext) AllJoin_clause() []IJoin_clauseContext
- func (s *Table_refContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_refContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_refContext) GetParser() antlr.Parser
- func (s *Table_refContext) GetRuleContext() antlr.RuleContext
- func (*Table_refContext) IsTable_refContext()
- func (s *Table_refContext) Join_clause(i int) IJoin_clauseContext
- func (s *Table_refContext) Pivot_clause() IPivot_clauseContext
- func (s *Table_refContext) Table_ref_aux() ITable_ref_auxContext
- func (s *Table_refContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_refContext) Unpivot_clause() IUnpivot_clauseContext
- type Table_ref_auxContext
- func (s *Table_ref_auxContext) AllFlashback_query_clause() []IFlashback_query_clauseContext
- func (s *Table_ref_auxContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_auxContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_auxContext) Flashback_query_clause(i int) IFlashback_query_clauseContext
- func (s *Table_ref_auxContext) GetParser() antlr.Parser
- func (s *Table_ref_auxContext) GetRuleContext() antlr.RuleContext
- func (*Table_ref_auxContext) IsTable_ref_auxContext()
- func (s *Table_ref_auxContext) Table_alias() ITable_aliasContext
- func (s *Table_ref_auxContext) Table_ref_aux_internal() ITable_ref_aux_internalContext
- func (s *Table_ref_auxContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_ref_aux_internalContext
- func (s *Table_ref_aux_internalContext) CopyFrom(ctx *Table_ref_aux_internalContext)
- func (s *Table_ref_aux_internalContext) GetParser() antlr.Parser
- func (s *Table_ref_aux_internalContext) GetRuleContext() antlr.RuleContext
- func (*Table_ref_aux_internalContext) IsTable_ref_aux_internalContext()
- func (s *Table_ref_aux_internalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_ref_aux_internal_oneContext
- func (s *Table_ref_aux_internal_oneContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
- func (s *Table_ref_aux_internal_oneContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_oneContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_oneContext) GetRuleContext() antlr.RuleContext
- func (s *Table_ref_aux_internal_oneContext) Pivot_clause() IPivot_clauseContext
- func (s *Table_ref_aux_internal_oneContext) Unpivot_clause() IUnpivot_clauseContext
- type Table_ref_aux_internal_threeContext
- func (s *Table_ref_aux_internal_threeContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
- func (s *Table_ref_aux_internal_threeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_threeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_threeContext) GetRuleContext() antlr.RuleContext
- func (s *Table_ref_aux_internal_threeContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Table_ref_aux_internal_threeContext) ONLY() antlr.TerminalNode
- func (s *Table_ref_aux_internal_threeContext) RIGHT_PAREN() antlr.TerminalNode
- type Table_ref_aux_internal_twoContext
- func (s *Table_ref_aux_internal_twoContext) AllSubquery_operation_part() []ISubquery_operation_partContext
- func (s *Table_ref_aux_internal_twoContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_twoContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_aux_internal_twoContext) GetRuleContext() antlr.RuleContext
- func (s *Table_ref_aux_internal_twoContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Table_ref_aux_internal_twoContext) Pivot_clause() IPivot_clauseContext
- func (s *Table_ref_aux_internal_twoContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Table_ref_aux_internal_twoContext) Subquery_operation_part(i int) ISubquery_operation_partContext
- func (s *Table_ref_aux_internal_twoContext) Table_ref() ITable_refContext
- func (s *Table_ref_aux_internal_twoContext) Unpivot_clause() IUnpivot_clauseContext
- type Table_ref_listContext
- func (s *Table_ref_listContext) AllCOMMA() []antlr.TerminalNode
- func (s *Table_ref_listContext) AllTable_ref() []ITable_refContext
- func (s *Table_ref_listContext) COMMA(i int) antlr.TerminalNode
- func (s *Table_ref_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_ref_listContext) GetParser() antlr.Parser
- func (s *Table_ref_listContext) GetRuleContext() antlr.RuleContext
- func (*Table_ref_listContext) IsTable_ref_listContext()
- func (s *Table_ref_listContext) Table_ref(i int) ITable_refContext
- func (s *Table_ref_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_type_defContext
- func (s *Table_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_type_defContext) GetParser() antlr.Parser
- func (s *Table_type_defContext) GetRuleContext() antlr.RuleContext
- func (*Table_type_defContext) IsTable_type_defContext()
- func (s *Table_type_defContext) NOT() antlr.TerminalNode
- func (s *Table_type_defContext) NULL_() antlr.TerminalNode
- func (s *Table_type_defContext) OF() antlr.TerminalNode
- func (s *Table_type_defContext) TABLE() antlr.TerminalNode
- func (s *Table_type_defContext) Table_indexed_by_part() ITable_indexed_by_partContext
- func (s *Table_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_type_defContext) Type_spec() IType_specContext
- type Table_var_nameContext
- func (s *Table_var_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_var_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_var_nameContext) GetParser() antlr.Parser
- func (s *Table_var_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Table_var_nameContext) Identifier() IIdentifierContext
- func (*Table_var_nameContext) IsTable_var_nameContext()
- func (s *Table_var_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TablespaceContext
- func (s *TablespaceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TablespaceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TablespaceContext) GetParser() antlr.Parser
- func (s *TablespaceContext) GetRuleContext() antlr.RuleContext
- func (*TablespaceContext) IsTablespaceContext()
- func (s *TablespaceContext) Regular_id() IRegular_idContext
- func (s *TablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Tablespace_encryption_specContext
- func (s *Tablespace_encryption_specContext) CHAR_STRING() antlr.TerminalNode
- func (s *Tablespace_encryption_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_encryption_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_encryption_specContext) GetEncrypt_algorithm() antlr.Token
- func (s *Tablespace_encryption_specContext) GetParser() antlr.Parser
- func (s *Tablespace_encryption_specContext) GetRuleContext() antlr.RuleContext
- func (*Tablespace_encryption_specContext) IsTablespace_encryption_specContext()
- func (s *Tablespace_encryption_specContext) SetEncrypt_algorithm(v antlr.Token)
- func (s *Tablespace_encryption_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Tablespace_encryption_specContext) USING() antlr.TerminalNode
- type Tablespace_group_clauseContext
- func (s *Tablespace_group_clauseContext) CHAR_STRING() antlr.TerminalNode
- func (s *Tablespace_group_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_group_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_group_clauseContext) GROUP() antlr.TerminalNode
- func (s *Tablespace_group_clauseContext) GetParser() antlr.Parser
- func (s *Tablespace_group_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Tablespace_group_clauseContext) IsTablespace_group_clauseContext()
- func (s *Tablespace_group_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Tablespace_group_clauseContext) Tablespace_group_name() ITablespace_group_nameContext
- func (s *Tablespace_group_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Tablespace_group_nameContext
- func (s *Tablespace_group_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_group_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_group_nameContext) GetParser() antlr.Parser
- func (s *Tablespace_group_nameContext) GetRuleContext() antlr.RuleContext
- func (*Tablespace_group_nameContext) IsTablespace_group_nameContext()
- func (s *Tablespace_group_nameContext) Regular_id() IRegular_idContext
- func (s *Tablespace_group_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Tablespace_logging_clausesContext
- func (s *Tablespace_logging_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_logging_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_logging_clausesContext) FORCE() antlr.TerminalNode
- func (s *Tablespace_logging_clausesContext) GetParser() antlr.Parser
- func (s *Tablespace_logging_clausesContext) GetRuleContext() antlr.RuleContext
- func (*Tablespace_logging_clausesContext) IsTablespace_logging_clausesContext()
- func (s *Tablespace_logging_clausesContext) LOGGING() antlr.TerminalNode
- func (s *Tablespace_logging_clausesContext) Logging_clause() ILogging_clauseContext
- func (s *Tablespace_logging_clausesContext) NO() antlr.TerminalNode
- func (s *Tablespace_logging_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Tablespace_retention_clauseContext
- func (s *Tablespace_retention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_retention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_retention_clauseContext) GUARANTEE() antlr.TerminalNode
- func (s *Tablespace_retention_clauseContext) GetParser() antlr.Parser
- func (s *Tablespace_retention_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Tablespace_retention_clauseContext) IsTablespace_retention_clauseContext()
- func (s *Tablespace_retention_clauseContext) NOGUARANTEE() antlr.TerminalNode
- func (s *Tablespace_retention_clauseContext) RETENTION() antlr.TerminalNode
- func (s *Tablespace_retention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Tablespace_state_clausesContext
- func (s *Tablespace_state_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_state_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tablespace_state_clausesContext) GetParser() antlr.Parser
- func (s *Tablespace_state_clausesContext) GetRuleContext() antlr.RuleContext
- func (s *Tablespace_state_clausesContext) IMMEDIATE() antlr.TerminalNode
- func (*Tablespace_state_clausesContext) IsTablespace_state_clausesContext()
- func (s *Tablespace_state_clausesContext) NORMAL() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) OFFLINE() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) ONLINE() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) ONLY() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) PERMANENT() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) READ() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) TEMPORARY() antlr.TerminalNode
- func (s *Tablespace_state_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Tablespace_state_clausesContext) WRITE() antlr.TerminalNode
- type Tableview_nameContext
- func (s *Tableview_nameContext) AT_SIGN() antlr.TerminalNode
- func (s *Tableview_nameContext) AllLink_name() []ILink_nameContext
- func (s *Tableview_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Tableview_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tableview_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tableview_nameContext) GetParser() antlr.Parser
- func (s *Tableview_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Tableview_nameContext) Id_expression() IId_expressionContext
- func (s *Tableview_nameContext) Identifier() IIdentifierContext
- func (*Tableview_nameContext) IsTableview_nameContext()
- func (s *Tableview_nameContext) Link_name(i int) ILink_nameContext
- func (s *Tableview_nameContext) Outer_join_sign() IOuter_join_signContext
- func (s *Tableview_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Tableview_nameContext) Partition_extension_clause() IPartition_extension_clauseContext
- func (s *Tableview_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Tableview_nameContext) Xmltable() IXmltableContext
- type Tempfile_specificationContext
- func (s *Tempfile_specificationContext) COMMA() antlr.TerminalNode
- func (s *Tempfile_specificationContext) Datafile_tempfile_spec() IDatafile_tempfile_specContext
- func (s *Tempfile_specificationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Tempfile_specificationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Tempfile_specificationContext) GetParser() antlr.Parser
- func (s *Tempfile_specificationContext) GetRuleContext() antlr.RuleContext
- func (*Tempfile_specificationContext) IsTempfile_specificationContext()
- func (s *Tempfile_specificationContext) TEMPFILE() antlr.TerminalNode
- func (s *Tempfile_specificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Temporary_tablespace_clauseContext
- func (s *Temporary_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Temporary_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Temporary_tablespace_clauseContext) Extent_management_clause() IExtent_management_clauseContext
- func (s *Temporary_tablespace_clauseContext) GetParser() antlr.Parser
- func (s *Temporary_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Temporary_tablespace_clauseContext) GetTablespace_name() IId_expressionContext
- func (s *Temporary_tablespace_clauseContext) Id_expression() IId_expressionContext
- func (*Temporary_tablespace_clauseContext) IsTemporary_tablespace_clauseContext()
- func (s *Temporary_tablespace_clauseContext) SetTablespace_name(v IId_expressionContext)
- func (s *Temporary_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Temporary_tablespace_clauseContext) TEMPORARY() antlr.TerminalNode
- func (s *Temporary_tablespace_clauseContext) Tablespace_group_clause() ITablespace_group_clauseContext
- func (s *Temporary_tablespace_clauseContext) Tempfile_specification() ITempfile_specificationContext
- func (s *Temporary_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Timing_point_sectionContext
- func (s *Timing_point_sectionContext) AFTER(i int) antlr.TerminalNode
- func (s *Timing_point_sectionContext) AllAFTER() []antlr.TerminalNode
- func (s *Timing_point_sectionContext) AllBEFORE() []antlr.TerminalNode
- func (s *Timing_point_sectionContext) AllEACH() []antlr.TerminalNode
- func (s *Timing_point_sectionContext) AllROW() []antlr.TerminalNode
- func (s *Timing_point_sectionContext) AllSTATEMENT() []antlr.TerminalNode
- func (s *Timing_point_sectionContext) BEFORE(i int) antlr.TerminalNode
- func (s *Timing_point_sectionContext) EACH(i int) antlr.TerminalNode
- func (s *Timing_point_sectionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Timing_point_sectionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Timing_point_sectionContext) GetAk() antlr.Token
- func (s *Timing_point_sectionContext) GetBk() antlr.Token
- func (s *Timing_point_sectionContext) GetParser() antlr.Parser
- func (s *Timing_point_sectionContext) GetRuleContext() antlr.RuleContext
- func (s *Timing_point_sectionContext) IS() antlr.TerminalNode
- func (*Timing_point_sectionContext) IsTiming_point_sectionContext()
- func (s *Timing_point_sectionContext) ROW(i int) antlr.TerminalNode
- func (s *Timing_point_sectionContext) SEMICOLON() antlr.TerminalNode
- func (s *Timing_point_sectionContext) STATEMENT(i int) antlr.TerminalNode
- func (s *Timing_point_sectionContext) SetAk(v antlr.Token)
- func (s *Timing_point_sectionContext) SetBk(v antlr.Token)
- func (s *Timing_point_sectionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Timing_point_sectionContext) Trigger_block() ITrigger_blockContext
- type Trace_file_clauseContext
- func (s *Trace_file_clauseContext) AS() antlr.TerminalNode
- func (s *Trace_file_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trace_file_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trace_file_clauseContext) Filename() IFilenameContext
- func (s *Trace_file_clauseContext) GetParser() antlr.Parser
- func (s *Trace_file_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Trace_file_clauseContext) IsTrace_file_clauseContext()
- func (s *Trace_file_clauseContext) NORESETLOGS() antlr.TerminalNode
- func (s *Trace_file_clauseContext) RESETLOGS() antlr.TerminalNode
- func (s *Trace_file_clauseContext) REUSE() antlr.TerminalNode
- func (s *Trace_file_clauseContext) TRACE() antlr.TerminalNode
- func (s *Trace_file_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Transaction_control_statementsContext
- func (s *Transaction_control_statementsContext) Commit_statement() ICommit_statementContext
- func (s *Transaction_control_statementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Transaction_control_statementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Transaction_control_statementsContext) GetParser() antlr.Parser
- func (s *Transaction_control_statementsContext) GetRuleContext() antlr.RuleContext
- func (*Transaction_control_statementsContext) IsTransaction_control_statementsContext()
- func (s *Transaction_control_statementsContext) Rollback_statement() IRollback_statementContext
- func (s *Transaction_control_statementsContext) Savepoint_statement() ISavepoint_statementContext
- func (s *Transaction_control_statementsContext) Set_constraint_command() ISet_constraint_commandContext
- func (s *Transaction_control_statementsContext) Set_transaction_command() ISet_transaction_commandContext
- func (s *Transaction_control_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Trigger_blockContext
- func (s *Trigger_blockContext) AllDeclare_spec() []IDeclare_specContext
- func (s *Trigger_blockContext) Body() IBodyContext
- func (s *Trigger_blockContext) DECLARE() antlr.TerminalNode
- func (s *Trigger_blockContext) Declare_spec(i int) IDeclare_specContext
- func (s *Trigger_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trigger_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trigger_blockContext) GetParser() antlr.Parser
- func (s *Trigger_blockContext) GetRuleContext() antlr.RuleContext
- func (*Trigger_blockContext) IsTrigger_blockContext()
- func (s *Trigger_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Trigger_bodyContext
- func (s *Trigger_bodyContext) CALL() antlr.TerminalNode
- func (s *Trigger_bodyContext) COMPOUND() antlr.TerminalNode
- func (s *Trigger_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trigger_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trigger_bodyContext) GetParser() antlr.Parser
- func (s *Trigger_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Trigger_bodyContext) Identifier() IIdentifierContext
- func (*Trigger_bodyContext) IsTrigger_bodyContext()
- func (s *Trigger_bodyContext) TRIGGER() antlr.TerminalNode
- func (s *Trigger_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Trigger_bodyContext) Trigger_block() ITrigger_blockContext
- type Trigger_follows_clauseContext
- func (s *Trigger_follows_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Trigger_follows_clauseContext) AllTrigger_name() []ITrigger_nameContext
- func (s *Trigger_follows_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Trigger_follows_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trigger_follows_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trigger_follows_clauseContext) FOLLOWS() antlr.TerminalNode
- func (s *Trigger_follows_clauseContext) GetParser() antlr.Parser
- func (s *Trigger_follows_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Trigger_follows_clauseContext) IsTrigger_follows_clauseContext()
- func (s *Trigger_follows_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Trigger_follows_clauseContext) Trigger_name(i int) ITrigger_nameContext
- type Trigger_nameContext
- func (s *Trigger_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trigger_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trigger_nameContext) GetParser() antlr.Parser
- func (s *Trigger_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Trigger_nameContext) Id_expression() IId_expressionContext
- func (s *Trigger_nameContext) Identifier() IIdentifierContext
- func (*Trigger_nameContext) IsTrigger_nameContext()
- func (s *Trigger_nameContext) PERIOD() antlr.TerminalNode
- func (s *Trigger_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Trigger_when_clauseContext
- func (s *Trigger_when_clauseContext) Condition() IConditionContext
- func (s *Trigger_when_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Trigger_when_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Trigger_when_clauseContext) GetParser() antlr.Parser
- func (s *Trigger_when_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Trigger_when_clauseContext) IsTrigger_when_clauseContext()
- func (s *Trigger_when_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Trigger_when_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Trigger_when_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Trigger_when_clauseContext) WHEN() antlr.TerminalNode
- type Truncate_tableContext
- func (s *Truncate_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Truncate_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Truncate_tableContext) GetParser() antlr.Parser
- func (s *Truncate_tableContext) GetRuleContext() antlr.RuleContext
- func (*Truncate_tableContext) IsTruncate_tableContext()
- func (s *Truncate_tableContext) PURGE() antlr.TerminalNode
- func (s *Truncate_tableContext) SEMICOLON() antlr.TerminalNode
- func (s *Truncate_tableContext) TABLE() antlr.TerminalNode
- func (s *Truncate_tableContext) TRUNCATE() antlr.TerminalNode
- func (s *Truncate_tableContext) Tableview_name() ITableview_nameContext
- func (s *Truncate_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Type_bodyContext
- func (s *Type_bodyContext) AS() antlr.TerminalNode
- func (s *Type_bodyContext) AllType_body_elements() []IType_body_elementsContext
- func (s *Type_bodyContext) BODY() antlr.TerminalNode
- func (s *Type_bodyContext) END() antlr.TerminalNode
- func (s *Type_bodyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_bodyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_bodyContext) GetParser() antlr.Parser
- func (s *Type_bodyContext) GetRuleContext() antlr.RuleContext
- func (s *Type_bodyContext) IS() antlr.TerminalNode
- func (*Type_bodyContext) IsType_bodyContext()
- func (s *Type_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_bodyContext) Type_body_elements(i int) IType_body_elementsContext
- func (s *Type_bodyContext) Type_name() IType_nameContext
- type Type_body_elementsContext
- func (s *Type_body_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_body_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_body_elementsContext) GetParser() antlr.Parser
- func (s *Type_body_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Type_body_elementsContext) IsType_body_elementsContext()
- func (s *Type_body_elementsContext) Map_order_func_declaration() IMap_order_func_declarationContext
- func (s *Type_body_elementsContext) Overriding_subprogram_spec() IOverriding_subprogram_specContext
- func (s *Type_body_elementsContext) Subprog_decl_in_type() ISubprog_decl_in_typeContext
- func (s *Type_body_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Type_declarationContext
- func (s *Type_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_declarationContext) GetParser() antlr.Parser
- func (s *Type_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Type_declarationContext) IS() antlr.TerminalNode
- func (s *Type_declarationContext) Identifier() IIdentifierContext
- func (*Type_declarationContext) IsType_declarationContext()
- func (s *Type_declarationContext) Record_type_def() IRecord_type_defContext
- func (s *Type_declarationContext) Ref_cursor_type_def() IRef_cursor_type_defContext
- func (s *Type_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Type_declarationContext) TYPE() antlr.TerminalNode
- func (s *Type_declarationContext) Table_type_def() ITable_type_defContext
- func (s *Type_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_declarationContext) Varray_type_def() IVarray_type_defContext
- type Type_definitionContext
- func (s *Type_definitionContext) CHAR_STRING() antlr.TerminalNode
- func (s *Type_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_definitionContext) FORCE() antlr.TerminalNode
- func (s *Type_definitionContext) GetParser() antlr.Parser
- func (s *Type_definitionContext) GetRuleContext() antlr.RuleContext
- func (*Type_definitionContext) IsType_definitionContext()
- func (s *Type_definitionContext) OID() antlr.TerminalNode
- func (s *Type_definitionContext) Object_type_def() IObject_type_defContext
- func (s *Type_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_definitionContext) Type_name() IType_nameContext
- type Type_elements_parameterContext
- func (s *Type_elements_parameterContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_elements_parameterContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_elements_parameterContext) GetParser() antlr.Parser
- func (s *Type_elements_parameterContext) GetRuleContext() antlr.RuleContext
- func (*Type_elements_parameterContext) IsType_elements_parameterContext()
- func (s *Type_elements_parameterContext) Parameter_name() IParameter_nameContext
- func (s *Type_elements_parameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_elements_parameterContext) Type_spec() IType_specContext
- type Type_function_specContext
- func (s *Type_function_specContext) AS(i int) antlr.TerminalNode
- func (s *Type_function_specContext) AllAS() []antlr.TerminalNode
- func (s *Type_function_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Type_function_specContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Type_function_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Type_function_specContext) Call_spec() ICall_specContext
- func (s *Type_function_specContext) EXTERNAL() antlr.TerminalNode
- func (s *Type_function_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_function_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_function_specContext) Expression() IExpressionContext
- func (s *Type_function_specContext) FUNCTION() antlr.TerminalNode
- func (s *Type_function_specContext) Function_name() IFunction_nameContext
- func (s *Type_function_specContext) GetParser() antlr.Parser
- func (s *Type_function_specContext) GetRuleContext() antlr.RuleContext
- func (s *Type_function_specContext) IS() antlr.TerminalNode
- func (*Type_function_specContext) IsType_function_specContext()
- func (s *Type_function_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Type_function_specContext) NAME() antlr.TerminalNode
- func (s *Type_function_specContext) RESULT() antlr.TerminalNode
- func (s *Type_function_specContext) RETURN() antlr.TerminalNode
- func (s *Type_function_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Type_function_specContext) SELF() antlr.TerminalNode
- func (s *Type_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_function_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
- func (s *Type_function_specContext) Type_spec() IType_specContext
- func (s *Type_function_specContext) VARIABLE() antlr.TerminalNode
- type Type_nameContext
- func (s *Type_nameContext) AllId_expression() []IId_expressionContext
- func (s *Type_nameContext) AllPERIOD() []antlr.TerminalNode
- func (s *Type_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_nameContext) GetParser() antlr.Parser
- func (s *Type_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Type_nameContext) Id_expression(i int) IId_expressionContext
- func (*Type_nameContext) IsType_nameContext()
- func (s *Type_nameContext) PERIOD(i int) antlr.TerminalNode
- func (s *Type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Type_procedure_specContext
- func (s *Type_procedure_specContext) AS() antlr.TerminalNode
- func (s *Type_procedure_specContext) AllCOMMA() []antlr.TerminalNode
- func (s *Type_procedure_specContext) AllType_elements_parameter() []IType_elements_parameterContext
- func (s *Type_procedure_specContext) COMMA(i int) antlr.TerminalNode
- func (s *Type_procedure_specContext) Call_spec() ICall_specContext
- func (s *Type_procedure_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_procedure_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_procedure_specContext) GetParser() antlr.Parser
- func (s *Type_procedure_specContext) GetRuleContext() antlr.RuleContext
- func (s *Type_procedure_specContext) IS() antlr.TerminalNode
- func (*Type_procedure_specContext) IsType_procedure_specContext()
- func (s *Type_procedure_specContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Type_procedure_specContext) PROCEDURE() antlr.TerminalNode
- func (s *Type_procedure_specContext) Procedure_name() IProcedure_nameContext
- func (s *Type_procedure_specContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Type_procedure_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_procedure_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
- type Type_specContext
- func (s *Type_specContext) Datatype() IDatatypeContext
- func (s *Type_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Type_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Type_specContext) GetParser() antlr.Parser
- func (s *Type_specContext) GetRuleContext() antlr.RuleContext
- func (*Type_specContext) IsType_specContext()
- func (s *Type_specContext) PERCENT_ROWTYPE() antlr.TerminalNode
- func (s *Type_specContext) PERCENT_TYPE() antlr.TerminalNode
- func (s *Type_specContext) REF() antlr.TerminalNode
- func (s *Type_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Type_specContext) Type_name() IType_nameContext
- type Unary_expressionContext
- func (s *Unary_expressionContext) ALL() antlr.TerminalNode
- func (s *Unary_expressionContext) Atom() IAtomContext
- func (s *Unary_expressionContext) CONNECT_BY_ROOT() antlr.TerminalNode
- func (s *Unary_expressionContext) Case_statement() ICase_statementContext
- func (s *Unary_expressionContext) DISTINCT() antlr.TerminalNode
- func (s *Unary_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unary_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unary_expressionContext) GetParser() antlr.Parser
- func (s *Unary_expressionContext) GetRuleContext() antlr.RuleContext
- func (*Unary_expressionContext) IsUnary_expressionContext()
- func (s *Unary_expressionContext) MINUS_SIGN() antlr.TerminalNode
- func (s *Unary_expressionContext) NEW() antlr.TerminalNode
- func (s *Unary_expressionContext) PLUS_SIGN() antlr.TerminalNode
- func (s *Unary_expressionContext) PRIOR() antlr.TerminalNode
- func (s *Unary_expressionContext) Quantified_expression() IQuantified_expressionContext
- func (s *Unary_expressionContext) Standard_function() IStandard_functionContext
- func (s *Unary_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unary_expressionContext) Unary_expression() IUnary_expressionContext
- type Unary_logical_expressionContext
- func (s *Unary_logical_expressionContext) AllIS() []antlr.TerminalNode
- func (s *Unary_logical_expressionContext) AllLogical_operation() []ILogical_operationContext
- func (s *Unary_logical_expressionContext) AllNOT() []antlr.TerminalNode
- func (s *Unary_logical_expressionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unary_logical_expressionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unary_logical_expressionContext) GetParser() antlr.Parser
- func (s *Unary_logical_expressionContext) GetRuleContext() antlr.RuleContext
- func (s *Unary_logical_expressionContext) IS(i int) antlr.TerminalNode
- func (*Unary_logical_expressionContext) IsUnary_logical_expressionContext()
- func (s *Unary_logical_expressionContext) Logical_operation(i int) ILogical_operationContext
- func (s *Unary_logical_expressionContext) Multiset_expression() IMultiset_expressionContext
- func (s *Unary_logical_expressionContext) NOT(i int) antlr.TerminalNode
- func (s *Unary_logical_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Undo_tablespace_clauseContext
- func (s *Undo_tablespace_clauseContext) Datafile_specification() IDatafile_specificationContext
- func (s *Undo_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Undo_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Undo_tablespace_clauseContext) Extent_management_clause() IExtent_management_clauseContext
- func (s *Undo_tablespace_clauseContext) GetParser() antlr.Parser
- func (s *Undo_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Undo_tablespace_clauseContext) GetTablespace_name() IId_expressionContext
- func (s *Undo_tablespace_clauseContext) Id_expression() IId_expressionContext
- func (*Undo_tablespace_clauseContext) IsUndo_tablespace_clauseContext()
- func (s *Undo_tablespace_clauseContext) SetTablespace_name(v IId_expressionContext)
- func (s *Undo_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *Undo_tablespace_clauseContext) Tablespace_retention_clause() ITablespace_retention_clauseContext
- func (s *Undo_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Undo_tablespace_clauseContext) UNDO() antlr.TerminalNode
- type Unified_auditingContext
- func (s *Unified_auditingContext) ATTRIBUTES() antlr.TerminalNode
- func (s *Unified_auditingContext) AUDIT() antlr.TerminalNode
- func (s *Unified_auditingContext) AllAttribute_name() []IAttribute_nameContext
- func (s *Unified_auditingContext) AllAudit_user() []IAudit_userContext
- func (s *Unified_auditingContext) AllCOMMA() []antlr.TerminalNode
- func (s *Unified_auditingContext) Attribute_name(i int) IAttribute_nameContext
- func (s *Unified_auditingContext) Audit_user(i int) IAudit_userContext
- func (s *Unified_auditingContext) BY() antlr.TerminalNode
- func (s *Unified_auditingContext) COMMA(i int) antlr.TerminalNode
- func (s *Unified_auditingContext) CONTEXT() antlr.TerminalNode
- func (s *Unified_auditingContext) EXCEPT() antlr.TerminalNode
- func (s *Unified_auditingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unified_auditingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unified_auditingContext) GetParser() antlr.Parser
- func (s *Unified_auditingContext) GetRuleContext() antlr.RuleContext
- func (*Unified_auditingContext) IsUnified_auditingContext()
- func (s *Unified_auditingContext) NAMESPACE() antlr.TerminalNode
- func (s *Unified_auditingContext) NOT() antlr.TerminalNode
- func (s *Unified_auditingContext) Oracle_namespace() IOracle_namespaceContext
- func (s *Unified_auditingContext) POLICY() antlr.TerminalNode
- func (s *Unified_auditingContext) Policy_name() IPolicy_nameContext
- func (s *Unified_auditingContext) SEMICOLON() antlr.TerminalNode
- func (s *Unified_auditingContext) SUCCESSFUL() antlr.TerminalNode
- func (s *Unified_auditingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unified_auditingContext) WHENEVER() antlr.TerminalNode
- type Unique_key_clauseContext
- func (s *Unique_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unique_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unique_key_clauseContext) GetParser() antlr.Parser
- func (s *Unique_key_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Unique_key_clauseContext) IsUnique_key_clauseContext()
- func (s *Unique_key_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Unique_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unique_key_clauseContext) UNIQUE() antlr.TerminalNode
- func (s *Unique_key_clauseContext) Using_index_clause() IUsing_index_clauseContext
- type Unit_statementContext
- func (s *Unit_statementContext) Alter_cluster() IAlter_clusterContext
- func (s *Unit_statementContext) Alter_database() IAlter_databaseContext
- func (s *Unit_statementContext) Alter_function() IAlter_functionContext
- func (s *Unit_statementContext) Alter_index() IAlter_indexContext
- func (s *Unit_statementContext) Alter_library() IAlter_libraryContext
- func (s *Unit_statementContext) Alter_materialized_view() IAlter_materialized_viewContext
- func (s *Unit_statementContext) Alter_materialized_view_log() IAlter_materialized_view_logContext
- func (s *Unit_statementContext) Alter_package() IAlter_packageContext
- func (s *Unit_statementContext) Alter_procedure() IAlter_procedureContext
- func (s *Unit_statementContext) Alter_sequence() IAlter_sequenceContext
- func (s *Unit_statementContext) Alter_session() IAlter_sessionContext
- func (s *Unit_statementContext) Alter_table() IAlter_tableContext
- func (s *Unit_statementContext) Alter_tablespace() IAlter_tablespaceContext
- func (s *Unit_statementContext) Alter_trigger() IAlter_triggerContext
- func (s *Unit_statementContext) Alter_type() IAlter_typeContext
- func (s *Unit_statementContext) Alter_user() IAlter_userContext
- func (s *Unit_statementContext) Alter_view() IAlter_viewContext
- func (s *Unit_statementContext) Analyze() IAnalyzeContext
- func (s *Unit_statementContext) Anonymous_block() IAnonymous_blockContext
- func (s *Unit_statementContext) Associate_statistics() IAssociate_statisticsContext
- func (s *Unit_statementContext) Audit_traditional() IAudit_traditionalContext
- func (s *Unit_statementContext) Comment_on_column() IComment_on_columnContext
- func (s *Unit_statementContext) Comment_on_table() IComment_on_tableContext
- func (s *Unit_statementContext) Create_cluster() ICreate_clusterContext
- func (s *Unit_statementContext) Create_context() ICreate_contextContext
- func (s *Unit_statementContext) Create_directory() ICreate_directoryContext
- func (s *Unit_statementContext) Create_function_body() ICreate_function_bodyContext
- func (s *Unit_statementContext) Create_index() ICreate_indexContext
- func (s *Unit_statementContext) Create_materialized_view() ICreate_materialized_viewContext
- func (s *Unit_statementContext) Create_materialized_view_log() ICreate_materialized_view_logContext
- func (s *Unit_statementContext) Create_package() ICreate_packageContext
- func (s *Unit_statementContext) Create_package_body() ICreate_package_bodyContext
- func (s *Unit_statementContext) Create_procedure_body() ICreate_procedure_bodyContext
- func (s *Unit_statementContext) Create_sequence() ICreate_sequenceContext
- func (s *Unit_statementContext) Create_synonym() ICreate_synonymContext
- func (s *Unit_statementContext) Create_table() ICreate_tableContext
- func (s *Unit_statementContext) Create_tablespace() ICreate_tablespaceContext
- func (s *Unit_statementContext) Create_trigger() ICreate_triggerContext
- func (s *Unit_statementContext) Create_type() ICreate_typeContext
- func (s *Unit_statementContext) Create_user() ICreate_userContext
- func (s *Unit_statementContext) Create_view() ICreate_viewContext
- func (s *Unit_statementContext) Data_manipulation_language_statements() IData_manipulation_language_statementsContext
- func (s *Unit_statementContext) Drop_function() IDrop_functionContext
- func (s *Unit_statementContext) Drop_index() IDrop_indexContext
- func (s *Unit_statementContext) Drop_package() IDrop_packageContext
- func (s *Unit_statementContext) Drop_procedure() IDrop_procedureContext
- func (s *Unit_statementContext) Drop_sequence() IDrop_sequenceContext
- func (s *Unit_statementContext) Drop_table() IDrop_tableContext
- func (s *Unit_statementContext) Drop_trigger() IDrop_triggerContext
- func (s *Unit_statementContext) Drop_type() IDrop_typeContext
- func (s *Unit_statementContext) Drop_view() IDrop_viewContext
- func (s *Unit_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unit_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unit_statementContext) GetParser() antlr.Parser
- func (s *Unit_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Unit_statementContext) Grant_statement() IGrant_statementContext
- func (*Unit_statementContext) IsUnit_statementContext()
- func (s *Unit_statementContext) Procedure_call() IProcedure_callContext
- func (s *Unit_statementContext) Rename_object() IRename_objectContext
- func (s *Unit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unit_statementContext) Transaction_control_statements() ITransaction_control_statementsContext
- func (s *Unit_statementContext) Truncate_table() ITruncate_tableContext
- func (s *Unit_statementContext) Unified_auditing() IUnified_auditingContext
- type Unpivot_clauseContext
- func (s *Unpivot_clauseContext) Column_name() IColumn_nameContext
- func (s *Unpivot_clauseContext) EXCLUDE() antlr.TerminalNode
- func (s *Unpivot_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_clauseContext) GetParser() antlr.Parser
- func (s *Unpivot_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Unpivot_clauseContext) INCLUDE() antlr.TerminalNode
- func (*Unpivot_clauseContext) IsUnpivot_clauseContext()
- func (s *Unpivot_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Unpivot_clauseContext) NULLS() antlr.TerminalNode
- func (s *Unpivot_clauseContext) Paren_column_list() IParen_column_listContext
- func (s *Unpivot_clauseContext) Pivot_for_clause() IPivot_for_clauseContext
- func (s *Unpivot_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Unpivot_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unpivot_clauseContext) UNPIVOT() antlr.TerminalNode
- func (s *Unpivot_clauseContext) Unpivot_in_clause() IUnpivot_in_clauseContext
- type Unpivot_in_clauseContext
- func (s *Unpivot_in_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Unpivot_in_clauseContext) AllUnpivot_in_elements() []IUnpivot_in_elementsContext
- func (s *Unpivot_in_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Unpivot_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_in_clauseContext) GetParser() antlr.Parser
- func (s *Unpivot_in_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Unpivot_in_clauseContext) IN() antlr.TerminalNode
- func (*Unpivot_in_clauseContext) IsUnpivot_in_clauseContext()
- func (s *Unpivot_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Unpivot_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Unpivot_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Unpivot_in_clauseContext) Unpivot_in_elements(i int) IUnpivot_in_elementsContext
- type Unpivot_in_elementsContext
- func (s *Unpivot_in_elementsContext) AS() antlr.TerminalNode
- func (s *Unpivot_in_elementsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Unpivot_in_elementsContext) AllConstant() []IConstantContext
- func (s *Unpivot_in_elementsContext) COMMA(i int) antlr.TerminalNode
- func (s *Unpivot_in_elementsContext) Column_name() IColumn_nameContext
- func (s *Unpivot_in_elementsContext) Constant(i int) IConstantContext
- func (s *Unpivot_in_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_in_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Unpivot_in_elementsContext) GetParser() antlr.Parser
- func (s *Unpivot_in_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Unpivot_in_elementsContext) IsUnpivot_in_elementsContext()
- func (s *Unpivot_in_elementsContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Unpivot_in_elementsContext) Paren_column_list() IParen_column_listContext
- func (s *Unpivot_in_elementsContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Unpivot_in_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Until_partContext
- func (s *Until_partContext) Condition() IConditionContext
- func (s *Until_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Until_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Until_partContext) GetParser() antlr.Parser
- func (s *Until_partContext) GetRuleContext() antlr.RuleContext
- func (*Until_partContext) IsUntil_partContext()
- func (s *Until_partContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Until_partContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Until_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Until_partContext) UNTIL() antlr.TerminalNode
- type Update_set_clauseContext
- func (s *Update_set_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Update_set_clauseContext) AllColumn_based_update_set_clause() []IColumn_based_update_set_clauseContext
- func (s *Update_set_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Update_set_clauseContext) Column_based_update_set_clause(i int) IColumn_based_update_set_clauseContext
- func (s *Update_set_clauseContext) EQUALS_OP() antlr.TerminalNode
- func (s *Update_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Update_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Update_set_clauseContext) Expression() IExpressionContext
- func (s *Update_set_clauseContext) GetParser() antlr.Parser
- func (s *Update_set_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Update_set_clauseContext) Identifier() IIdentifierContext
- func (*Update_set_clauseContext) IsUpdate_set_clauseContext()
- func (s *Update_set_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Update_set_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Update_set_clauseContext) SET() antlr.TerminalNode
- func (s *Update_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Update_set_clauseContext) VALUE() antlr.TerminalNode
- type Update_statementContext
- func (s *Update_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Update_statementContext) Error_logging_clause() IError_logging_clauseContext
- func (s *Update_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Update_statementContext) General_table_ref() IGeneral_table_refContext
- func (s *Update_statementContext) GetParser() antlr.Parser
- func (s *Update_statementContext) GetRuleContext() antlr.RuleContext
- func (*Update_statementContext) IsUpdate_statementContext()
- func (s *Update_statementContext) Static_returning_clause() IStatic_returning_clauseContext
- func (s *Update_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Update_statementContext) UPDATE() antlr.TerminalNode
- func (s *Update_statementContext) Update_set_clause() IUpdate_set_clauseContext
- func (s *Update_statementContext) Where_clause() IWhere_clauseContext
- type Upgrade_or_downgradeContext
- func (s *Upgrade_or_downgradeContext) DOWNGRADE() antlr.TerminalNode
- func (s *Upgrade_or_downgradeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Upgrade_or_downgradeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Upgrade_or_downgradeContext) GetParser() antlr.Parser
- func (s *Upgrade_or_downgradeContext) GetRuleContext() antlr.RuleContext
- func (*Upgrade_or_downgradeContext) IsUpgrade_or_downgradeContext()
- func (s *Upgrade_or_downgradeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Upgrade_or_downgradeContext) UPGRADE() antlr.TerminalNode
- type Upgrade_table_clauseContext
- func (s *Upgrade_table_clauseContext) Column_properties() IColumn_propertiesContext
- func (s *Upgrade_table_clauseContext) DATA() antlr.TerminalNode
- func (s *Upgrade_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Upgrade_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Upgrade_table_clauseContext) GetParser() antlr.Parser
- func (s *Upgrade_table_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Upgrade_table_clauseContext) INCLUDING() antlr.TerminalNode
- func (*Upgrade_table_clauseContext) IsUpgrade_table_clauseContext()
- func (s *Upgrade_table_clauseContext) NOT() antlr.TerminalNode
- func (s *Upgrade_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Upgrade_table_clauseContext) UPGRADE() antlr.TerminalNode
- type Upper_boundContext
- func (s *Upper_boundContext) Concatenation() IConcatenationContext
- func (s *Upper_boundContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Upper_boundContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Upper_boundContext) GetParser() antlr.Parser
- func (s *Upper_boundContext) GetRuleContext() antlr.RuleContext
- func (*Upper_boundContext) IsUpper_boundContext()
- func (s *Upper_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type User_default_role_clauseContext
- func (s *User_default_role_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *User_default_role_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_default_role_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_default_role_clauseContext) GetParser() antlr.Parser
- func (s *User_default_role_clauseContext) GetRuleContext() antlr.RuleContext
- func (*User_default_role_clauseContext) IsUser_default_role_clauseContext()
- func (s *User_default_role_clauseContext) NONE() antlr.TerminalNode
- func (s *User_default_role_clauseContext) ROLE() antlr.TerminalNode
- func (s *User_default_role_clauseContext) Role_clause() IRole_clauseContext
- func (s *User_default_role_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type User_editions_clauseContext
- func (s *User_editions_clauseContext) EDITIONS() antlr.TerminalNode
- func (s *User_editions_clauseContext) ENABLE() antlr.TerminalNode
- func (s *User_editions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_editions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_editions_clauseContext) GetParser() antlr.Parser
- func (s *User_editions_clauseContext) GetRuleContext() antlr.RuleContext
- func (*User_editions_clauseContext) IsUser_editions_clauseContext()
- func (s *User_editions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type User_lock_clauseContext
- func (s *User_lock_clauseContext) ACCOUNT() antlr.TerminalNode
- func (s *User_lock_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_lock_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_lock_clauseContext) GetParser() antlr.Parser
- func (s *User_lock_clauseContext) GetRuleContext() antlr.RuleContext
- func (*User_lock_clauseContext) IsUser_lock_clauseContext()
- func (s *User_lock_clauseContext) LOCK() antlr.TerminalNode
- func (s *User_lock_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *User_lock_clauseContext) UNLOCK() antlr.TerminalNode
- type User_object_nameContext
- func (s *User_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_object_nameContext) GetParser() antlr.Parser
- func (s *User_object_nameContext) GetRuleContext() antlr.RuleContext
- func (s *User_object_nameContext) Id_expression() IId_expressionContext
- func (*User_object_nameContext) IsUser_object_nameContext()
- func (s *User_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type User_tablespace_clauseContext
- func (s *User_tablespace_clauseContext) DEFAULT() antlr.TerminalNode
- func (s *User_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_tablespace_clauseContext) GetParser() antlr.Parser
- func (s *User_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *User_tablespace_clauseContext) Id_expression() IId_expressionContext
- func (*User_tablespace_clauseContext) IsUser_tablespace_clauseContext()
- func (s *User_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
- func (s *User_tablespace_clauseContext) TEMPORARY() antlr.TerminalNode
- func (s *User_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Using_clauseContext
- func (s *Using_clauseContext) ASTERISK() antlr.TerminalNode
- func (s *Using_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Using_clauseContext) AllUsing_element() []IUsing_elementContext
- func (s *Using_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Using_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Using_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Using_clauseContext) GetParser() antlr.Parser
- func (s *Using_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Using_clauseContext) IsUsing_clauseContext()
- func (s *Using_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Using_clauseContext) USING() antlr.TerminalNode
- func (s *Using_clauseContext) Using_element(i int) IUsing_elementContext
- type Using_elementContext
- func (s *Using_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Using_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Using_elementContext) GetParser() antlr.Parser
- func (s *Using_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Using_elementContext) IN() antlr.TerminalNode
- func (*Using_elementContext) IsUsing_elementContext()
- func (s *Using_elementContext) OUT() antlr.TerminalNode
- func (s *Using_elementContext) Select_list_elements() ISelect_list_elementsContext
- func (s *Using_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Using_index_clauseContext
- func (s *Using_index_clauseContext) Create_index() ICreate_indexContext
- func (s *Using_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Using_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Using_index_clauseContext) GetParser() antlr.Parser
- func (s *Using_index_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Using_index_clauseContext) INDEX() antlr.TerminalNode
- func (s *Using_index_clauseContext) Index_attributes() IIndex_attributesContext
- func (s *Using_index_clauseContext) Index_name() IIndex_nameContext
- func (*Using_index_clauseContext) IsUsing_index_clauseContext()
- func (s *Using_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Using_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Using_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Using_index_clauseContext) USING() antlr.TerminalNode
- type Using_statistics_typeContext
- func (s *Using_statistics_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Using_statistics_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Using_statistics_typeContext) GetParser() antlr.Parser
- func (s *Using_statistics_typeContext) GetRuleContext() antlr.RuleContext
- func (*Using_statistics_typeContext) IsUsing_statistics_typeContext()
- func (s *Using_statistics_typeContext) NULL_() antlr.TerminalNode
- func (s *Using_statistics_typeContext) Statistics_type_name() IStatistics_type_nameContext
- func (s *Using_statistics_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Using_statistics_typeContext) USING() antlr.TerminalNode
- type Validation_clausesContext
- func (s *Validation_clausesContext) AllInto_clause() []IInto_clauseContext
- func (s *Validation_clausesContext) AllOnline_or_offline() []IOnline_or_offlineContext
- func (s *Validation_clausesContext) CASCADE() antlr.TerminalNode
- func (s *Validation_clausesContext) DANGLING() antlr.TerminalNode
- func (s *Validation_clausesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Validation_clausesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Validation_clausesContext) FAST() antlr.TerminalNode
- func (s *Validation_clausesContext) GetParser() antlr.Parser
- func (s *Validation_clausesContext) GetRuleContext() antlr.RuleContext
- func (s *Validation_clausesContext) Into_clause(i int) IInto_clauseContext
- func (*Validation_clausesContext) IsValidation_clausesContext()
- func (s *Validation_clausesContext) NULL_() antlr.TerminalNode
- func (s *Validation_clausesContext) Online_or_offline(i int) IOnline_or_offlineContext
- func (s *Validation_clausesContext) REF() antlr.TerminalNode
- func (s *Validation_clausesContext) SET() antlr.TerminalNode
- func (s *Validation_clausesContext) STRUCTURE() antlr.TerminalNode
- func (s *Validation_clausesContext) TO() antlr.TerminalNode
- func (s *Validation_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Validation_clausesContext) UPDATE() antlr.TerminalNode
- func (s *Validation_clausesContext) VALIDATE() antlr.TerminalNode
- type Values_clauseContext
- func (s *Values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Values_clauseContext) Expressions() IExpressionsContext
- func (s *Values_clauseContext) GetParser() antlr.Parser
- func (s *Values_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Values_clauseContext) IsValues_clauseContext()
- func (s *Values_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Values_clauseContext) REGULAR_ID() antlr.TerminalNode
- func (s *Values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Values_clauseContext) VALUES() antlr.TerminalNode
- type Variable_declarationContext
- func (s *Variable_declarationContext) CONSTANT() antlr.TerminalNode
- func (s *Variable_declarationContext) Default_value_part() IDefault_value_partContext
- func (s *Variable_declarationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Variable_declarationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Variable_declarationContext) GetParser() antlr.Parser
- func (s *Variable_declarationContext) GetRuleContext() antlr.RuleContext
- func (s *Variable_declarationContext) Identifier() IIdentifierContext
- func (*Variable_declarationContext) IsVariable_declarationContext()
- func (s *Variable_declarationContext) NOT() antlr.TerminalNode
- func (s *Variable_declarationContext) NULL_() antlr.TerminalNode
- func (s *Variable_declarationContext) SEMICOLON() antlr.TerminalNode
- func (s *Variable_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Variable_declarationContext) Type_spec() IType_specContext
- type Variable_nameContext
- func (s *Variable_nameContext) AllId_expression() []IId_expressionContext
- func (s *Variable_nameContext) Bind_variable() IBind_variableContext
- func (s *Variable_nameContext) Char_set_name() IChar_set_nameContext
- func (s *Variable_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Variable_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Variable_nameContext) GetParser() antlr.Parser
- func (s *Variable_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Variable_nameContext) INTRODUCER() antlr.TerminalNode
- func (s *Variable_nameContext) Id_expression(i int) IId_expressionContext
- func (*Variable_nameContext) IsVariable_nameContext()
- func (s *Variable_nameContext) PERIOD() antlr.TerminalNode
- func (s *Variable_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Varray_col_propertiesContext
- func (s *Varray_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Varray_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Varray_col_propertiesContext) GetParser() antlr.Parser
- func (s *Varray_col_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Varray_col_propertiesContext) IsVarray_col_propertiesContext()
- func (s *Varray_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
- func (s *Varray_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Varray_col_propertiesContext) VARRAY() antlr.TerminalNode
- func (s *Varray_col_propertiesContext) Varray_item() IVarray_itemContext
- func (s *Varray_col_propertiesContext) Varray_storage_clause() IVarray_storage_clauseContext
- type Varray_itemContext
- func (s *Varray_itemContext) AllId_expression() []IId_expressionContext
- func (s *Varray_itemContext) AllPERIOD() []antlr.TerminalNode
- func (s *Varray_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Varray_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Varray_itemContext) GetParser() antlr.Parser
- func (s *Varray_itemContext) GetRuleContext() antlr.RuleContext
- func (s *Varray_itemContext) Id_expression(i int) IId_expressionContext
- func (*Varray_itemContext) IsVarray_itemContext()
- func (s *Varray_itemContext) PERIOD(i int) antlr.TerminalNode
- func (s *Varray_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Varray_storage_clauseContext
- func (s *Varray_storage_clauseContext) AS() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) BASICFILE() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Varray_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Varray_storage_clauseContext) GetParser() antlr.Parser
- func (s *Varray_storage_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Varray_storage_clauseContext) IsVarray_storage_clauseContext()
- func (s *Varray_storage_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) LOB() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) Lob_segname() ILob_segnameContext
- func (s *Varray_storage_clauseContext) Lob_storage_parameters() ILob_storage_parametersContext
- func (s *Varray_storage_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) SECUREFILE() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) STORE() antlr.TerminalNode
- func (s *Varray_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Varray_type_defContext
- func (s *Varray_type_defContext) ARRAY() antlr.TerminalNode
- func (s *Varray_type_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Varray_type_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Varray_type_defContext) Expression() IExpressionContext
- func (s *Varray_type_defContext) GetParser() antlr.Parser
- func (s *Varray_type_defContext) GetRuleContext() antlr.RuleContext
- func (*Varray_type_defContext) IsVarray_type_defContext()
- func (s *Varray_type_defContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Varray_type_defContext) NOT() antlr.TerminalNode
- func (s *Varray_type_defContext) NULL_() antlr.TerminalNode
- func (s *Varray_type_defContext) OF() antlr.TerminalNode
- func (s *Varray_type_defContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Varray_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Varray_type_defContext) Type_spec() IType_specContext
- func (s *Varray_type_defContext) VARRAY() antlr.TerminalNode
- func (s *Varray_type_defContext) VARYING() antlr.TerminalNode
- type View_alias_constraintContext
- func (s *View_alias_constraintContext) AllCOMMA() []antlr.TerminalNode
- func (s *View_alias_constraintContext) AllInline_constraint() []IInline_constraintContext
- func (s *View_alias_constraintContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
- func (s *View_alias_constraintContext) AllTable_alias() []ITable_aliasContext
- func (s *View_alias_constraintContext) COMMA(i int) antlr.TerminalNode
- func (s *View_alias_constraintContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_alias_constraintContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_alias_constraintContext) GetParser() antlr.Parser
- func (s *View_alias_constraintContext) GetRuleContext() antlr.RuleContext
- func (s *View_alias_constraintContext) Inline_constraint(i int) IInline_constraintContext
- func (*View_alias_constraintContext) IsView_alias_constraintContext()
- func (s *View_alias_constraintContext) LEFT_PAREN() antlr.TerminalNode
- func (s *View_alias_constraintContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
- func (s *View_alias_constraintContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *View_alias_constraintContext) Table_alias(i int) ITable_aliasContext
- func (s *View_alias_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type View_optionsContext
- func (s *View_optionsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_optionsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_optionsContext) GetParser() antlr.Parser
- func (s *View_optionsContext) GetRuleContext() antlr.RuleContext
- func (*View_optionsContext) IsView_optionsContext()
- func (s *View_optionsContext) Object_view_clause() IObject_view_clauseContext
- func (s *View_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *View_optionsContext) View_alias_constraint() IView_alias_constraintContext
- type Virtual_column_definitionContext
- func (s *Virtual_column_definitionContext) AllInline_constraint() []IInline_constraintContext
- func (s *Virtual_column_definitionContext) Autogenerated_sequence_definition() IAutogenerated_sequence_definitionContext
- func (s *Virtual_column_definitionContext) Column_name() IColumn_nameContext
- func (s *Virtual_column_definitionContext) Datatype() IDatatypeContext
- func (s *Virtual_column_definitionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Virtual_column_definitionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Virtual_column_definitionContext) GetParser() antlr.Parser
- func (s *Virtual_column_definitionContext) GetRuleContext() antlr.RuleContext
- func (s *Virtual_column_definitionContext) Inline_constraint(i int) IInline_constraintContext
- func (*Virtual_column_definitionContext) IsVirtual_column_definitionContext()
- func (s *Virtual_column_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Virtual_column_definitionContext) VIRTUAL() antlr.TerminalNode
- type Visible_or_invisibleContext
- func (s *Visible_or_invisibleContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Visible_or_invisibleContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Visible_or_invisibleContext) GetParser() antlr.Parser
- func (s *Visible_or_invisibleContext) GetRuleContext() antlr.RuleContext
- func (s *Visible_or_invisibleContext) INVISIBLE() antlr.TerminalNode
- func (*Visible_or_invisibleContext) IsVisible_or_invisibleContext()
- func (s *Visible_or_invisibleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Visible_or_invisibleContext) VISIBLE() antlr.TerminalNode
- type Wait_nowait_partContext
- func (s *Wait_nowait_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Wait_nowait_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Wait_nowait_partContext) Expression() IExpressionContext
- func (s *Wait_nowait_partContext) GetParser() antlr.Parser
- func (s *Wait_nowait_partContext) GetRuleContext() antlr.RuleContext
- func (*Wait_nowait_partContext) IsWait_nowait_partContext()
- func (s *Wait_nowait_partContext) NOWAIT() antlr.TerminalNode
- func (s *Wait_nowait_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Wait_nowait_partContext) WAIT() antlr.TerminalNode
- type Whenever_commandContext
- func (s *Whenever_commandContext) COMMIT() antlr.TerminalNode
- func (s *Whenever_commandContext) CONTINUE() antlr.TerminalNode
- func (s *Whenever_commandContext) EXIT() antlr.TerminalNode
- func (s *Whenever_commandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Whenever_commandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Whenever_commandContext) FAILURE() antlr.TerminalNode
- func (s *Whenever_commandContext) GetParser() antlr.Parser
- func (s *Whenever_commandContext) GetRuleContext() antlr.RuleContext
- func (*Whenever_commandContext) IsWhenever_commandContext()
- func (s *Whenever_commandContext) NONE() antlr.TerminalNode
- func (s *Whenever_commandContext) OSERROR() antlr.TerminalNode
- func (s *Whenever_commandContext) ROLLBACK() antlr.TerminalNode
- func (s *Whenever_commandContext) SQLERROR() antlr.TerminalNode
- func (s *Whenever_commandContext) SUCCESS() antlr.TerminalNode
- func (s *Whenever_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Whenever_commandContext) Variable_name() IVariable_nameContext
- func (s *Whenever_commandContext) WARNING() antlr.TerminalNode
- func (s *Whenever_commandContext) WHENEVER() antlr.TerminalNode
- type Where_clauseContext
- func (s *Where_clauseContext) CURRENT() antlr.TerminalNode
- func (s *Where_clauseContext) Cursor_name() ICursor_nameContext
- func (s *Where_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Where_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Where_clauseContext) Expression() IExpressionContext
- func (s *Where_clauseContext) GetParser() antlr.Parser
- func (s *Where_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Where_clauseContext) IsWhere_clauseContext()
- func (s *Where_clauseContext) OF() antlr.TerminalNode
- func (s *Where_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Where_clauseContext) WHERE() antlr.TerminalNode
- type Windowing_clauseContext
- func (s *Windowing_clauseContext) AND() antlr.TerminalNode
- func (s *Windowing_clauseContext) AllWindowing_elements() []IWindowing_elementsContext
- func (s *Windowing_clauseContext) BETWEEN() antlr.TerminalNode
- func (s *Windowing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Windowing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Windowing_clauseContext) GetParser() antlr.Parser
- func (s *Windowing_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Windowing_clauseContext) IsWindowing_clauseContext()
- func (s *Windowing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Windowing_clauseContext) Windowing_elements(i int) IWindowing_elementsContext
- func (s *Windowing_clauseContext) Windowing_type() IWindowing_typeContext
- type Windowing_elementsContext
- func (s *Windowing_elementsContext) CURRENT() antlr.TerminalNode
- func (s *Windowing_elementsContext) Concatenation() IConcatenationContext
- func (s *Windowing_elementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Windowing_elementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Windowing_elementsContext) FOLLOWING() antlr.TerminalNode
- func (s *Windowing_elementsContext) GetParser() antlr.Parser
- func (s *Windowing_elementsContext) GetRuleContext() antlr.RuleContext
- func (*Windowing_elementsContext) IsWindowing_elementsContext()
- func (s *Windowing_elementsContext) PRECEDING() antlr.TerminalNode
- func (s *Windowing_elementsContext) ROW() antlr.TerminalNode
- func (s *Windowing_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Windowing_elementsContext) UNBOUNDED() antlr.TerminalNode
- type Windowing_typeContext
- func (s *Windowing_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Windowing_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Windowing_typeContext) GetParser() antlr.Parser
- func (s *Windowing_typeContext) GetRuleContext() antlr.RuleContext
- func (*Windowing_typeContext) IsWindowing_typeContext()
- func (s *Windowing_typeContext) RANGE() antlr.TerminalNode
- func (s *Windowing_typeContext) ROWS() antlr.TerminalNode
- func (s *Windowing_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Within_or_over_clause_keywordContext
- func (s *Within_or_over_clause_keywordContext) CUME_DIST() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) DENSE_RANK() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Within_or_over_clause_keywordContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Within_or_over_clause_keywordContext) GetParser() antlr.Parser
- func (s *Within_or_over_clause_keywordContext) GetRuleContext() antlr.RuleContext
- func (*Within_or_over_clause_keywordContext) IsWithin_or_over_clause_keywordContext()
- func (s *Within_or_over_clause_keywordContext) LISTAGG() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) PERCENTILE_CONT() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) PERCENTILE_DISC() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) PERCENT_RANK() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) RANK() antlr.TerminalNode
- func (s *Within_or_over_clause_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Within_or_over_partContext
- func (s *Within_or_over_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Within_or_over_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Within_or_over_partContext) GROUP() antlr.TerminalNode
- func (s *Within_or_over_partContext) GetParser() antlr.Parser
- func (s *Within_or_over_partContext) GetRuleContext() antlr.RuleContext
- func (*Within_or_over_partContext) IsWithin_or_over_partContext()
- func (s *Within_or_over_partContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Within_or_over_partContext) Order_by_clause() IOrder_by_clauseContext
- func (s *Within_or_over_partContext) Over_clause() IOver_clauseContext
- func (s *Within_or_over_partContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Within_or_over_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Within_or_over_partContext) WITHIN() antlr.TerminalNode
- type Write_clauseContext
- func (s *Write_clauseContext) BATCH() antlr.TerminalNode
- func (s *Write_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Write_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Write_clauseContext) GetParser() antlr.Parser
- func (s *Write_clauseContext) GetRuleContext() antlr.RuleContext
- func (s *Write_clauseContext) IMMEDIATE() antlr.TerminalNode
- func (*Write_clauseContext) IsWrite_clauseContext()
- func (s *Write_clauseContext) NOWAIT() antlr.TerminalNode
- func (s *Write_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Write_clauseContext) WAIT() antlr.TerminalNode
- func (s *Write_clauseContext) WRITE() antlr.TerminalNode
- type Xml_attributes_clauseContext
- func (s *Xml_attributes_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) AllXml_multiuse_expression_element() []IXml_multiuse_expression_elementContext
- func (s *Xml_attributes_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) ENTITYESCAPING() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_attributes_clauseContext) GetParser() antlr.Parser
- func (s *Xml_attributes_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Xml_attributes_clauseContext) IsXml_attributes_clauseContext()
- func (s *Xml_attributes_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) NOENTITYESCAPING() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) NOSCHEMACHECK() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) SCHEMACHECK() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xml_attributes_clauseContext) XMLATTRIBUTES() antlr.TerminalNode
- func (s *Xml_attributes_clauseContext) Xml_multiuse_expression_element(i int) IXml_multiuse_expression_elementContext
- type Xml_column_nameContext
- func (s *Xml_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_column_nameContext) GetParser() antlr.Parser
- func (s *Xml_column_nameContext) GetRuleContext() antlr.RuleContext
- func (s *Xml_column_nameContext) Identifier() IIdentifierContext
- func (*Xml_column_nameContext) IsXml_column_nameContext()
- func (s *Xml_column_nameContext) Quoted_string() IQuoted_stringContext
- func (s *Xml_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Xml_general_default_partContext
- func (s *Xml_general_default_partContext) Concatenation() IConcatenationContext
- func (s *Xml_general_default_partContext) DEFAULT() antlr.TerminalNode
- func (s *Xml_general_default_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_general_default_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_general_default_partContext) GetParser() antlr.Parser
- func (s *Xml_general_default_partContext) GetRuleContext() antlr.RuleContext
- func (*Xml_general_default_partContext) IsXml_general_default_partContext()
- func (s *Xml_general_default_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Xml_multiuse_expression_elementContext
- func (s *Xml_multiuse_expression_elementContext) AS() antlr.TerminalNode
- func (s *Xml_multiuse_expression_elementContext) Concatenation() IConcatenationContext
- func (s *Xml_multiuse_expression_elementContext) EVALNAME() antlr.TerminalNode
- func (s *Xml_multiuse_expression_elementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_multiuse_expression_elementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_multiuse_expression_elementContext) Expression() IExpressionContext
- func (s *Xml_multiuse_expression_elementContext) GetParser() antlr.Parser
- func (s *Xml_multiuse_expression_elementContext) GetRuleContext() antlr.RuleContext
- func (s *Xml_multiuse_expression_elementContext) Id_expression() IId_expressionContext
- func (*Xml_multiuse_expression_elementContext) IsXml_multiuse_expression_elementContext()
- func (s *Xml_multiuse_expression_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Xml_namespaces_clauseContext
- func (s *Xml_namespaces_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Xml_namespaces_clauseContext) AllColumn_alias() []IColumn_aliasContext
- func (s *Xml_namespaces_clauseContext) AllConcatenation() []IConcatenationContext
- func (s *Xml_namespaces_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Xml_namespaces_clauseContext) Column_alias(i int) IColumn_aliasContext
- func (s *Xml_namespaces_clauseContext) Concatenation(i int) IConcatenationContext
- func (s *Xml_namespaces_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_namespaces_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_namespaces_clauseContext) GetParser() antlr.Parser
- func (s *Xml_namespaces_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Xml_namespaces_clauseContext) IsXml_namespaces_clauseContext()
- func (s *Xml_namespaces_clauseContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Xml_namespaces_clauseContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Xml_namespaces_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xml_namespaces_clauseContext) XMLNAMESPACES() antlr.TerminalNode
- func (s *Xml_namespaces_clauseContext) Xml_general_default_part() IXml_general_default_partContext
- type Xml_passing_clauseContext
- func (s *Xml_passing_clauseContext) AllCOMMA() []antlr.TerminalNode
- func (s *Xml_passing_clauseContext) AllColumn_alias() []IColumn_aliasContext
- func (s *Xml_passing_clauseContext) AllExpression() []IExpressionContext
- func (s *Xml_passing_clauseContext) BY() antlr.TerminalNode
- func (s *Xml_passing_clauseContext) COMMA(i int) antlr.TerminalNode
- func (s *Xml_passing_clauseContext) Column_alias(i int) IColumn_aliasContext
- func (s *Xml_passing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_passing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_passing_clauseContext) Expression(i int) IExpressionContext
- func (s *Xml_passing_clauseContext) GetParser() antlr.Parser
- func (s *Xml_passing_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Xml_passing_clauseContext) IsXml_passing_clauseContext()
- func (s *Xml_passing_clauseContext) PASSING() antlr.TerminalNode
- func (s *Xml_passing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xml_passing_clauseContext) VALUE() antlr.TerminalNode
- type Xml_table_columnContext
- func (s *Xml_table_columnContext) Concatenation() IConcatenationContext
- func (s *Xml_table_columnContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xml_table_columnContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xml_table_columnContext) FOR() antlr.TerminalNode
- func (s *Xml_table_columnContext) GetParser() antlr.Parser
- func (s *Xml_table_columnContext) GetRuleContext() antlr.RuleContext
- func (*Xml_table_columnContext) IsXml_table_columnContext()
- func (s *Xml_table_columnContext) ORDINALITY() antlr.TerminalNode
- func (s *Xml_table_columnContext) PATH() antlr.TerminalNode
- func (s *Xml_table_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xml_table_columnContext) Type_spec() IType_specContext
- func (s *Xml_table_columnContext) Xml_column_name() IXml_column_nameContext
- func (s *Xml_table_columnContext) Xml_general_default_part() IXml_general_default_partContext
- type Xmlindex_clauseContext
- func (s *Xmlindex_clauseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlindex_clauseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlindex_clauseContext) GetParser() antlr.Parser
- func (s *Xmlindex_clauseContext) GetRuleContext() antlr.RuleContext
- func (*Xmlindex_clauseContext) IsXmlindex_clauseContext()
- func (s *Xmlindex_clauseContext) Local_xmlindex_clause() ILocal_xmlindex_clauseContext
- func (s *Xmlindex_clauseContext) PERIOD() antlr.TerminalNode
- func (s *Xmlindex_clauseContext) Parallel_clause() IParallel_clauseContext
- func (s *Xmlindex_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmlindex_clauseContext) XDB() antlr.TerminalNode
- func (s *Xmlindex_clauseContext) XMLINDEX() antlr.TerminalNode
- type Xmlroot_param_standalone_partContext
- func (s *Xmlroot_param_standalone_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlroot_param_standalone_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlroot_param_standalone_partContext) GetParser() antlr.Parser
- func (s *Xmlroot_param_standalone_partContext) GetRuleContext() antlr.RuleContext
- func (*Xmlroot_param_standalone_partContext) IsXmlroot_param_standalone_partContext()
- func (s *Xmlroot_param_standalone_partContext) NO() antlr.TerminalNode
- func (s *Xmlroot_param_standalone_partContext) STANDALONE() antlr.TerminalNode
- func (s *Xmlroot_param_standalone_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmlroot_param_standalone_partContext) VALUE() antlr.TerminalNode
- func (s *Xmlroot_param_standalone_partContext) YES() antlr.TerminalNode
- type Xmlroot_param_version_partContext
- func (s *Xmlroot_param_version_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlroot_param_version_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlroot_param_version_partContext) Expression() IExpressionContext
- func (s *Xmlroot_param_version_partContext) GetParser() antlr.Parser
- func (s *Xmlroot_param_version_partContext) GetRuleContext() antlr.RuleContext
- func (*Xmlroot_param_version_partContext) IsXmlroot_param_version_partContext()
- func (s *Xmlroot_param_version_partContext) NO() antlr.TerminalNode
- func (s *Xmlroot_param_version_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmlroot_param_version_partContext) VALUE() antlr.TerminalNode
- func (s *Xmlroot_param_version_partContext) VERSION() antlr.TerminalNode
- type Xmlschema_specContext
- func (s *Xmlschema_specContext) ANYSCHEMA() antlr.TerminalNode
- func (s *Xmlschema_specContext) AllAllow_or_disallow() []IAllow_or_disallowContext
- func (s *Xmlschema_specContext) AllDELIMITED_ID() []antlr.TerminalNode
- func (s *Xmlschema_specContext) Allow_or_disallow(i int) IAllow_or_disallowContext
- func (s *Xmlschema_specContext) DELIMITED_ID(i int) antlr.TerminalNode
- func (s *Xmlschema_specContext) ELEMENT() antlr.TerminalNode
- func (s *Xmlschema_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlschema_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlschema_specContext) GetParser() antlr.Parser
- func (s *Xmlschema_specContext) GetRuleContext() antlr.RuleContext
- func (*Xmlschema_specContext) IsXmlschema_specContext()
- func (s *Xmlschema_specContext) NONSCHEMA() antlr.TerminalNode
- func (s *Xmlschema_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmlschema_specContext) XMLSCHEMA() antlr.TerminalNode
- type Xmlserialize_param_enconding_partContext
- func (s *Xmlserialize_param_enconding_partContext) Concatenation() IConcatenationContext
- func (s *Xmlserialize_param_enconding_partContext) ENCODING() antlr.TerminalNode
- func (s *Xmlserialize_param_enconding_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_enconding_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_enconding_partContext) GetParser() antlr.Parser
- func (s *Xmlserialize_param_enconding_partContext) GetRuleContext() antlr.RuleContext
- func (*Xmlserialize_param_enconding_partContext) IsXmlserialize_param_enconding_partContext()
- func (s *Xmlserialize_param_enconding_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Xmlserialize_param_ident_partContext
- func (s *Xmlserialize_param_ident_partContext) Concatenation() IConcatenationContext
- func (s *Xmlserialize_param_ident_partContext) EQUALS_OP() antlr.TerminalNode
- func (s *Xmlserialize_param_ident_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_ident_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_ident_partContext) GetParser() antlr.Parser
- func (s *Xmlserialize_param_ident_partContext) GetRuleContext() antlr.RuleContext
- func (s *Xmlserialize_param_ident_partContext) INDENT() antlr.TerminalNode
- func (*Xmlserialize_param_ident_partContext) IsXmlserialize_param_ident_partContext()
- func (s *Xmlserialize_param_ident_partContext) NO() antlr.TerminalNode
- func (s *Xmlserialize_param_ident_partContext) SIZE() antlr.TerminalNode
- func (s *Xmlserialize_param_ident_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Xmlserialize_param_version_partContext
- func (s *Xmlserialize_param_version_partContext) Concatenation() IConcatenationContext
- func (s *Xmlserialize_param_version_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_version_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmlserialize_param_version_partContext) GetParser() antlr.Parser
- func (s *Xmlserialize_param_version_partContext) GetRuleContext() antlr.RuleContext
- func (*Xmlserialize_param_version_partContext) IsXmlserialize_param_version_partContext()
- func (s *Xmlserialize_param_version_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmlserialize_param_version_partContext) VERSION() antlr.TerminalNode
- type XmltableContext
- func (s *XmltableContext) AllCOMMA() []antlr.TerminalNode
- func (s *XmltableContext) AllXml_table_column() []IXml_table_columnContext
- func (s *XmltableContext) COLUMNS() antlr.TerminalNode
- func (s *XmltableContext) COMMA(i int) antlr.TerminalNode
- func (s *XmltableContext) Concatenation() IConcatenationContext
- func (s *XmltableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *XmltableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *XmltableContext) General_element_part() IGeneral_element_partContext
- func (s *XmltableContext) GetParser() antlr.Parser
- func (s *XmltableContext) GetRuleContext() antlr.RuleContext
- func (*XmltableContext) IsXmltableContext()
- func (s *XmltableContext) LEFT_PAREN() antlr.TerminalNode
- func (s *XmltableContext) PERIOD() antlr.TerminalNode
- func (s *XmltableContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *XmltableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *XmltableContext) XMLTABLE() antlr.TerminalNode
- func (s *XmltableContext) Xml_namespaces_clause() IXml_namespaces_clauseContext
- func (s *XmltableContext) Xml_passing_clause() IXml_passing_clauseContext
- func (s *XmltableContext) Xml_table_column(i int) IXml_table_columnContext
- type Xmltype_column_propertiesContext
- func (s *Xmltype_column_propertiesContext) COLUMN() antlr.TerminalNode
- func (s *Xmltype_column_propertiesContext) Column_name() IColumn_nameContext
- func (s *Xmltype_column_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_column_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_column_propertiesContext) GetParser() antlr.Parser
- func (s *Xmltype_column_propertiesContext) GetRuleContext() antlr.RuleContext
- func (*Xmltype_column_propertiesContext) IsXmltype_column_propertiesContext()
- func (s *Xmltype_column_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmltype_column_propertiesContext) XMLTYPE() antlr.TerminalNode
- func (s *Xmltype_column_propertiesContext) Xmlschema_spec() IXmlschema_specContext
- func (s *Xmltype_column_propertiesContext) Xmltype_storage() IXmltype_storageContext
- type Xmltype_storageContext
- func (s *Xmltype_storageContext) AS() antlr.TerminalNode
- func (s *Xmltype_storageContext) BASICFILE() antlr.TerminalNode
- func (s *Xmltype_storageContext) BINARY() antlr.TerminalNode
- func (s *Xmltype_storageContext) CLOB() antlr.TerminalNode
- func (s *Xmltype_storageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_storageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_storageContext) GetParser() antlr.Parser
- func (s *Xmltype_storageContext) GetRuleContext() antlr.RuleContext
- func (*Xmltype_storageContext) IsXmltype_storageContext()
- func (s *Xmltype_storageContext) LEFT_PAREN() antlr.TerminalNode
- func (s *Xmltype_storageContext) LOBS() antlr.TerminalNode
- func (s *Xmltype_storageContext) Lob_parameters() ILob_parametersContext
- func (s *Xmltype_storageContext) Lob_segname() ILob_segnameContext
- func (s *Xmltype_storageContext) OBJECT() antlr.TerminalNode
- func (s *Xmltype_storageContext) RELATIONAL() antlr.TerminalNode
- func (s *Xmltype_storageContext) RIGHT_PAREN() antlr.TerminalNode
- func (s *Xmltype_storageContext) SECUREFILE() antlr.TerminalNode
- func (s *Xmltype_storageContext) STORE() antlr.TerminalNode
- func (s *Xmltype_storageContext) TABLES() antlr.TerminalNode
- func (s *Xmltype_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmltype_storageContext) VARRAYS() antlr.TerminalNode
- func (s *Xmltype_storageContext) XML() antlr.TerminalNode
- type Xmltype_tableContext
- func (s *Xmltype_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
- func (s *Xmltype_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Xmltype_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Xmltype_tableContext) AllXMLTYPE() []antlr.TerminalNode
- func (s *Xmltype_tableContext) CACHE() antlr.TerminalNode
- func (s *Xmltype_tableContext) COMMIT() antlr.TerminalNode
- func (s *Xmltype_tableContext) Column_properties() IColumn_propertiesContext
- func (s *Xmltype_tableContext) DEFAULT() antlr.TerminalNode
- func (s *Xmltype_tableContext) DELETE() antlr.TerminalNode
- func (s *Xmltype_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
- func (s *Xmltype_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_tableContext) FORCE() antlr.TerminalNode
- func (s *Xmltype_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
- func (s *Xmltype_tableContext) GetParser() antlr.Parser
- func (s *Xmltype_tableContext) GetRuleContext() antlr.RuleContext
- func (*Xmltype_tableContext) IsXmltype_tableContext()
- func (s *Xmltype_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Xmltype_tableContext) MODE() antlr.TerminalNode
- func (s *Xmltype_tableContext) NOCACHE() antlr.TerminalNode
- func (s *Xmltype_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
- func (s *Xmltype_tableContext) OF() antlr.TerminalNode
- func (s *Xmltype_tableContext) ON() antlr.TerminalNode
- func (s *Xmltype_tableContext) Object_properties() IObject_propertiesContext
- func (s *Xmltype_tableContext) Oid_clause() IOid_clauseContext
- func (s *Xmltype_tableContext) Oid_index_clause() IOid_index_clauseContext
- func (s *Xmltype_tableContext) PRESERVE() antlr.TerminalNode
- func (s *Xmltype_tableContext) Parallel_clause() IParallel_clauseContext
- func (s *Xmltype_tableContext) Physical_properties() IPhysical_propertiesContext
- func (s *Xmltype_tableContext) RESULT_CACHE() antlr.TerminalNode
- func (s *Xmltype_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Xmltype_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
- func (s *Xmltype_tableContext) ROWS() antlr.TerminalNode
- func (s *Xmltype_tableContext) Row_movement_clause() IRow_movement_clauseContext
- func (s *Xmltype_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
- func (s *Xmltype_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmltype_tableContext) XMLTYPE(i int) antlr.TerminalNode
- func (s *Xmltype_tableContext) Xmlschema_spec() IXmlschema_specContext
- func (s *Xmltype_tableContext) Xmltype_storage() IXmltype_storageContext
- func (s *Xmltype_tableContext) Xmltype_virtual_columns() IXmltype_virtual_columnsContext
- type Xmltype_virtual_columnsContext
- func (s *Xmltype_virtual_columnsContext) AS(i int) antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) AllAS() []antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) AllColumn_name() []IColumn_nameContext
- func (s *Xmltype_virtual_columnsContext) AllExpression() []IExpressionContext
- func (s *Xmltype_virtual_columnsContext) AllLEFT_PAREN() []antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) AllRIGHT_PAREN() []antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) COLUMNS() antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) COMMA(i int) antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) Column_name(i int) IColumn_nameContext
- func (s *Xmltype_virtual_columnsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_virtual_columnsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Xmltype_virtual_columnsContext) Expression(i int) IExpressionContext
- func (s *Xmltype_virtual_columnsContext) GetParser() antlr.Parser
- func (s *Xmltype_virtual_columnsContext) GetRuleContext() antlr.RuleContext
- func (*Xmltype_virtual_columnsContext) IsXmltype_virtual_columnsContext()
- func (s *Xmltype_virtual_columnsContext) LEFT_PAREN(i int) antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) RIGHT_PAREN(i int) antlr.TerminalNode
- func (s *Xmltype_virtual_columnsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Xmltype_virtual_columnsContext) VIRTUAL() antlr.TerminalNode
Constants ¶
const ( PlSqlLexerABORT = 1 PlSqlLexerABS = 2 PlSqlLexerACCESS = 3 PlSqlLexerACCESSED = 4 PlSqlLexerACCOUNT = 5 PlSqlLexerACL = 6 PlSqlLexerACOS = 7 PlSqlLexerACTION = 8 PlSqlLexerACTIONS = 9 PlSqlLexerACTIVATE = 10 PlSqlLexerACTIVE = 11 PlSqlLexerACTIVE_COMPONENT = 12 PlSqlLexerACTIVE_DATA = 13 PlSqlLexerACTIVE_FUNCTION = 14 PlSqlLexerACTIVE_TAG = 15 PlSqlLexerACTIVITY = 16 PlSqlLexerADAPTIVE_PLAN = 17 PlSqlLexerADD = 18 PlSqlLexerADD_COLUMN = 19 PlSqlLexerADD_GROUP = 20 PlSqlLexerADD_MONTHS = 21 PlSqlLexerADJ_DATE = 22 PlSqlLexerADMIN = 23 PlSqlLexerADMINISTER = 24 PlSqlLexerADMINISTRATOR = 25 PlSqlLexerADVANCED = 26 PlSqlLexerADVISE = 27 PlSqlLexerADVISOR = 28 PlSqlLexerAFD_DISKSTRING = 29 PlSqlLexerAFTER = 30 PlSqlLexerAGENT = 31 PlSqlLexerAGGREGATE = 32 PlSqlLexerA_LETTER = 33 PlSqlLexerALIAS = 34 PlSqlLexerALL = 35 PlSqlLexerALLOCATE = 36 PlSqlLexerALLOW = 37 PlSqlLexerALL_ROWS = 38 PlSqlLexerALTER = 39 PlSqlLexerALWAYS = 40 PlSqlLexerANALYZE = 41 PlSqlLexerANCILLARY = 42 PlSqlLexerAND = 43 PlSqlLexerAND_EQUAL = 44 PlSqlLexerANOMALY = 45 PlSqlLexerANSI_REARCH = 46 PlSqlLexerANTIJOIN = 47 PlSqlLexerANY = 48 PlSqlLexerANYSCHEMA = 49 PlSqlLexerAPPEND = 50 PlSqlLexerAPPENDCHILDXML = 51 PlSqlLexerAPPEND_VALUES = 52 PlSqlLexerAPPLICATION = 53 PlSqlLexerAPPLY = 54 PlSqlLexerAPPROX_COUNT_DISTINCT = 55 PlSqlLexerARCHIVAL = 56 PlSqlLexerARCHIVE = 57 PlSqlLexerARCHIVED = 58 PlSqlLexerARCHIVELOG = 59 PlSqlLexerARRAY = 60 PlSqlLexerAS = 61 PlSqlLexerASC = 62 PlSqlLexerASCII = 63 PlSqlLexerASCIISTR = 64 PlSqlLexerASIN = 65 PlSqlLexerASIS = 66 PlSqlLexerASSEMBLY = 67 PlSqlLexerASSIGN = 68 PlSqlLexerASSOCIATE = 69 PlSqlLexerASYNC = 70 PlSqlLexerASYNCHRONOUS = 71 PlSqlLexerATAN2 = 72 PlSqlLexerATAN = 73 PlSqlLexerAT = 74 PlSqlLexerATTRIBUTE = 75 PlSqlLexerATTRIBUTES = 76 PlSqlLexerAUDIT = 77 PlSqlLexerAUTHENTICATED = 78 PlSqlLexerAUTHENTICATION = 79 PlSqlLexerAUTHID = 80 PlSqlLexerAUTHORIZATION = 81 PlSqlLexerAUTOALLOCATE = 82 PlSqlLexerAUTO = 83 PlSqlLexerAUTOBACKUP = 84 PlSqlLexerAUTOEXTEND = 85 PlSqlLexerAUTO_LOGIN = 86 PlSqlLexerAUTOMATIC = 87 PlSqlLexerAUTONOMOUS_TRANSACTION = 88 PlSqlLexerAUTO_REOPTIMIZE = 89 PlSqlLexerAVAILABILITY = 90 PlSqlLexerAVRO = 91 PlSqlLexerBACKGROUND = 92 PlSqlLexerBACKUP = 93 PlSqlLexerBACKUPSET = 94 PlSqlLexerBASIC = 95 PlSqlLexerBASICFILE = 96 PlSqlLexerBATCH = 97 PlSqlLexerBATCHSIZE = 98 PlSqlLexerBATCH_TABLE_ACCESS_BY_ROWID = 99 PlSqlLexerBECOME = 100 PlSqlLexerBEFORE = 101 PlSqlLexerBEGIN = 102 PlSqlLexerBEGINNING = 103 PlSqlLexerBEGIN_OUTLINE_DATA = 104 PlSqlLexerBEHALF = 105 PlSqlLexerBEQUEATH = 106 PlSqlLexerBETWEEN = 107 PlSqlLexerBFILE = 108 PlSqlLexerBFILENAME = 109 PlSqlLexerBIGFILE = 110 PlSqlLexerBINARY = 111 PlSqlLexerBINARY_DOUBLE = 112 PlSqlLexerBINARY_DOUBLE_INFINITY = 113 PlSqlLexerBINARY_DOUBLE_NAN = 114 PlSqlLexerBINARY_FLOAT = 115 PlSqlLexerBINARY_FLOAT_INFINITY = 116 PlSqlLexerBINARY_FLOAT_NAN = 117 PlSqlLexerBINARY_INTEGER = 118 PlSqlLexerBIND_AWARE = 119 PlSqlLexerBINDING = 120 PlSqlLexerBIN_TO_NUM = 121 PlSqlLexerBITAND = 122 PlSqlLexerBITMAP_AND = 123 PlSqlLexerBITMAP = 124 PlSqlLexerBITMAPS = 125 PlSqlLexerBITMAP_TREE = 126 PlSqlLexerBITS = 127 PlSqlLexerBLOB = 128 PlSqlLexerBLOCK = 129 PlSqlLexerBLOCK_RANGE = 130 PlSqlLexerBLOCKS = 131 PlSqlLexerBLOCKSIZE = 132 PlSqlLexerBODY = 133 PlSqlLexerBOOLEAN = 134 PlSqlLexerBOTH = 135 PlSqlLexerBOUND = 136 PlSqlLexerBRANCH = 137 PlSqlLexerBREADTH = 138 PlSqlLexerBROADCAST = 139 PlSqlLexerBSON = 140 PlSqlLexerBUFFER = 141 PlSqlLexerBUFFER_CACHE = 142 PlSqlLexerBUFFER_POOL = 143 PlSqlLexerBUILD = 144 PlSqlLexerBULK = 145 PlSqlLexerBY = 146 PlSqlLexerBYPASS_RECURSIVE_CHECK = 147 PlSqlLexerBYPASS_UJVC = 148 PlSqlLexerBYTE = 149 PlSqlLexerCACHE = 150 PlSqlLexerCACHE_CB = 151 PlSqlLexerCACHE_INSTANCES = 152 PlSqlLexerCACHE_TEMP_TABLE = 153 PlSqlLexerCACHING = 154 PlSqlLexerCALCULATED = 155 PlSqlLexerCALLBACK = 156 PlSqlLexerCALL = 157 PlSqlLexerCANCEL = 158 PlSqlLexerCANONICAL = 159 PlSqlLexerCAPACITY = 160 PlSqlLexerCARDINALITY = 161 PlSqlLexerCASCADE = 162 PlSqlLexerCASE = 163 PlSqlLexerCAST = 164 PlSqlLexerCATEGORY = 165 PlSqlLexerCDBDEFAULT = 166 PlSqlLexerCEIL = 167 PlSqlLexerCELL_FLASH_CACHE = 168 PlSqlLexerCERTIFICATE = 169 PlSqlLexerCFILE = 170 PlSqlLexerCHAINED = 171 PlSqlLexerCHANGE = 172 PlSqlLexerCHANGETRACKING = 173 PlSqlLexerCHANGE_DUPKEY_ERROR_INDEX = 174 PlSqlLexerCHARACTER = 175 PlSqlLexerCHAR = 176 PlSqlLexerCHAR_CS = 177 PlSqlLexerCHARTOROWID = 178 PlSqlLexerCHECK_ACL_REWRITE = 179 PlSqlLexerCHECK = 180 PlSqlLexerCHECKPOINT = 181 PlSqlLexerCHILD = 182 PlSqlLexerCHOOSE = 183 PlSqlLexerCHR = 184 PlSqlLexerCHUNK = 185 PlSqlLexerCLASS = 186 PlSqlLexerCLASSIFIER = 187 PlSqlLexerCLEANUP = 188 PlSqlLexerCLEAR = 189 PlSqlLexerC_LETTER = 190 PlSqlLexerCLIENT = 191 PlSqlLexerCLOB = 192 PlSqlLexerCLONE = 193 PlSqlLexerCLOSE_CACHED_OPEN_CURSORS = 194 PlSqlLexerCLOSE = 195 PlSqlLexerCLUSTER_BY_ROWID = 196 PlSqlLexerCLUSTER = 197 PlSqlLexerCLUSTER_DETAILS = 198 PlSqlLexerCLUSTER_DISTANCE = 199 PlSqlLexerCLUSTER_ID = 200 PlSqlLexerCLUSTERING = 201 PlSqlLexerCLUSTERING_FACTOR = 202 PlSqlLexerCLUSTER_PROBABILITY = 203 PlSqlLexerCLUSTER_SET = 204 PlSqlLexerCOALESCE = 205 PlSqlLexerCOALESCE_SQ = 206 PlSqlLexerCOARSE = 207 PlSqlLexerCO_AUTH_IND = 208 PlSqlLexerCOLD = 209 PlSqlLexerCOLLECT = 210 PlSqlLexerCOLUMNAR = 211 PlSqlLexerCOLUMN_AUTH_INDICATOR = 212 PlSqlLexerCOLUMN = 213 PlSqlLexerCOLUMNS = 214 PlSqlLexerCOLUMN_STATS = 215 PlSqlLexerCOLUMN_VALUE = 216 PlSqlLexerCOMMENT = 217 PlSqlLexerCOMMIT = 218 PlSqlLexerCOMMITTED = 219 PlSqlLexerCOMMON_DATA = 220 PlSqlLexerCOMPACT = 221 PlSqlLexerCOMPATIBILITY = 222 PlSqlLexerCOMPILE = 223 PlSqlLexerCOMPLETE = 224 PlSqlLexerCOMPLIANCE = 225 PlSqlLexerCOMPONENT = 226 PlSqlLexerCOMPONENTS = 227 PlSqlLexerCOMPOSE = 228 PlSqlLexerCOMPOSITE = 229 PlSqlLexerCOMPOSITE_LIMIT = 230 PlSqlLexerCOMPOUND = 231 PlSqlLexerCOMPRESS = 232 PlSqlLexerCOMPUTE = 233 PlSqlLexerCONCAT = 234 PlSqlLexerCON_DBID_TO_ID = 235 PlSqlLexerCONDITIONAL = 236 PlSqlLexerCONDITION = 237 PlSqlLexerCONFIRM = 238 PlSqlLexerCONFORMING = 239 PlSqlLexerCON_GUID_TO_ID = 240 PlSqlLexerCON_ID = 241 PlSqlLexerCON_NAME_TO_ID = 242 PlSqlLexerCONNECT_BY_CB_WHR_ONLY = 243 PlSqlLexerCONNECT_BY_COMBINE_SW = 244 PlSqlLexerCONNECT_BY_COST_BASED = 245 PlSqlLexerCONNECT_BY_ELIM_DUPS = 246 PlSqlLexerCONNECT_BY_FILTERING = 247 PlSqlLexerCONNECT_BY_ISCYCLE = 248 PlSqlLexerCONNECT_BY_ISLEAF = 249 PlSqlLexerCONNECT_BY_ROOT = 250 PlSqlLexerCONNECT = 251 PlSqlLexerCONNECT_TIME = 252 PlSqlLexerCONSIDER = 253 PlSqlLexerCONSISTENT = 254 PlSqlLexerCONSTANT = 255 PlSqlLexerCONST = 256 PlSqlLexerCONSTRAINT = 257 PlSqlLexerCONSTRAINTS = 258 PlSqlLexerCONSTRUCTOR = 259 PlSqlLexerCONTAINER = 260 PlSqlLexerCONTAINER_DATA = 261 PlSqlLexerCONTAINERS = 262 PlSqlLexerCONTENT = 263 PlSqlLexerCONTENTS = 264 PlSqlLexerCONTEXT = 265 PlSqlLexerCONTINUE = 266 PlSqlLexerCONTROLFILE = 267 PlSqlLexerCON_UID_TO_ID = 268 PlSqlLexerCONVERT = 269 PlSqlLexerCOOKIE = 270 PlSqlLexerCOPY = 271 PlSqlLexerCORR_K = 272 PlSqlLexerCORR_S = 273 PlSqlLexerCORRUPTION = 274 PlSqlLexerCORRUPT_XID_ALL = 275 PlSqlLexerCORRUPT_XID = 276 PlSqlLexerCOS = 277 PlSqlLexerCOSH = 278 PlSqlLexerCOST = 279 PlSqlLexerCOST_XML_QUERY_REWRITE = 280 PlSqlLexerCOUNT = 281 PlSqlLexerCOVAR_POP = 282 PlSqlLexerCOVAR_SAMP = 283 PlSqlLexerCPU_COSTING = 284 PlSqlLexerCPU_PER_CALL = 285 PlSqlLexerCPU_PER_SESSION = 286 PlSqlLexerCRASH = 287 PlSqlLexerCREATE = 288 PlSqlLexerCREATE_FILE_DEST = 289 PlSqlLexerCREATE_STORED_OUTLINES = 290 PlSqlLexerCREATION = 291 PlSqlLexerCREDENTIAL = 292 PlSqlLexerCRITICAL = 293 PlSqlLexerCROSS = 294 PlSqlLexerCROSSEDITION = 295 PlSqlLexerCSCONVERT = 296 PlSqlLexerCUBE_AJ = 297 PlSqlLexerCUBE = 298 PlSqlLexerCUBE_GB = 299 PlSqlLexerCUBE_SJ = 300 PlSqlLexerCUME_DISTM = 301 PlSqlLexerCURRENT = 302 PlSqlLexerCURRENT_DATE = 303 PlSqlLexerCURRENT_SCHEMA = 304 PlSqlLexerCURRENT_TIME = 305 PlSqlLexerCURRENT_TIMESTAMP = 306 PlSqlLexerCURRENT_USER = 307 PlSqlLexerCURRENTV = 308 PlSqlLexerCURSOR = 309 PlSqlLexerCURSOR_SHARING_EXACT = 310 PlSqlLexerCURSOR_SPECIFIC_SEGMENT = 311 PlSqlLexerCUSTOMDATUM = 312 PlSqlLexerCV = 313 PlSqlLexerCYCLE = 314 PlSqlLexerDANGLING = 315 PlSqlLexerDATABASE = 316 PlSqlLexerDATA = 317 PlSqlLexerDATAFILE = 318 PlSqlLexerDATAFILES = 319 PlSqlLexerDATAGUARDCONFIG = 320 PlSqlLexerDATAMOVEMENT = 321 PlSqlLexerDATAOBJNO = 322 PlSqlLexerDATAOBJ_TO_MAT_PARTITION = 323 PlSqlLexerDATAOBJ_TO_PARTITION = 324 PlSqlLexerDATAPUMP = 325 PlSqlLexerDATA_SECURITY_REWRITE_LIMIT = 326 PlSqlLexerDATE = 327 PlSqlLexerDATE_MODE = 328 PlSqlLexerDAY = 329 PlSqlLexerDAYS = 330 PlSqlLexerDBA = 331 PlSqlLexerDBA_RECYCLEBIN = 332 PlSqlLexerDBMS_STATS = 333 PlSqlLexerDB_ROLE_CHANGE = 334 PlSqlLexerDBTIMEZONE = 335 PlSqlLexerDB_UNIQUE_NAME = 336 PlSqlLexerDB_VERSION = 337 PlSqlLexerDDL = 338 PlSqlLexerDEALLOCATE = 339 PlSqlLexerDEBUG = 340 PlSqlLexerDEBUGGER = 341 PlSqlLexerDEC = 342 PlSqlLexerDECIMAL = 343 PlSqlLexerDECLARE = 344 PlSqlLexerDECOMPOSE = 345 PlSqlLexerDECORRELATE = 346 PlSqlLexerDECR = 347 PlSqlLexerDECREMENT = 348 PlSqlLexerDECRYPT = 349 PlSqlLexerDEDUPLICATE = 350 PlSqlLexerDEFAULT = 351 PlSqlLexerDEFAULTS = 352 PlSqlLexerDEFERRABLE = 353 PlSqlLexerDEFERRED = 354 PlSqlLexerDEFINED = 355 PlSqlLexerDEFINE = 356 PlSqlLexerDEFINER = 357 PlSqlLexerDEGREE = 358 PlSqlLexerDELAY = 359 PlSqlLexerDELEGATE = 360 PlSqlLexerDELETE_ALL = 361 PlSqlLexerDELETE = 362 PlSqlLexerDELETEXML = 363 PlSqlLexerDEMAND = 364 PlSqlLexerDENSE_RANKM = 365 PlSqlLexerDEPENDENT = 366 PlSqlLexerDEPTH = 367 PlSqlLexerDEQUEUE = 368 PlSqlLexerDEREF = 369 PlSqlLexerDEREF_NO_REWRITE = 370 PlSqlLexerDESC = 371 PlSqlLexerDESTROY = 372 PlSqlLexerDETACHED = 373 PlSqlLexerDETERMINES = 374 PlSqlLexerDETERMINISTIC = 375 PlSqlLexerDICTIONARY = 376 PlSqlLexerDIMENSION = 377 PlSqlLexerDIMENSIONS = 378 PlSqlLexerDIRECT_LOAD = 379 PlSqlLexerDIRECTORY = 380 PlSqlLexerDIRECT_PATH = 381 PlSqlLexerDISABLE_ALL = 382 PlSqlLexerDISABLE = 383 PlSqlLexerDISABLE_PARALLEL_DML = 384 PlSqlLexerDISABLE_PRESET = 385 PlSqlLexerDISABLE_RPKE = 386 PlSqlLexerDISALLOW = 387 PlSqlLexerDISASSOCIATE = 388 PlSqlLexerDISCARD = 389 PlSqlLexerDISCONNECT = 390 PlSqlLexerDISK = 391 PlSqlLexerDISKGROUP = 392 PlSqlLexerDISKGROUP_PLUS = 393 PlSqlLexerDISKS = 394 PlSqlLexerDISMOUNT = 395 PlSqlLexerDISTINCT = 396 PlSqlLexerDISTINGUISHED = 397 PlSqlLexerDISTRIBUTED = 398 PlSqlLexerDISTRIBUTE = 399 PlSqlLexerDML = 400 PlSqlLexerDML_UPDATE = 401 PlSqlLexerDOCFIDELITY = 402 PlSqlLexerDOCUMENT = 403 PlSqlLexerDOMAIN_INDEX_FILTER = 404 PlSqlLexerDOMAIN_INDEX_NO_SORT = 405 PlSqlLexerDOMAIN_INDEX_SORT = 406 PlSqlLexerDOUBLE = 407 PlSqlLexerDOWNGRADE = 408 PlSqlLexerDRIVING_SITE = 409 PlSqlLexerDROP_COLUMN = 410 PlSqlLexerDROP = 411 PlSqlLexerDROP_GROUP = 412 PlSqlLexerDSINTERVAL_UNCONSTRAINED = 413 PlSqlLexerDST_UPGRADE_INSERT_CONV = 414 PlSqlLexerDUMP = 415 PlSqlLexerDUMPSET = 416 PlSqlLexerDUPLICATE = 417 PlSqlLexerDV = 418 PlSqlLexerDYNAMIC = 419 PlSqlLexerDYNAMIC_SAMPLING = 420 PlSqlLexerDYNAMIC_SAMPLING_EST_CDN = 421 PlSqlLexerEACH = 422 PlSqlLexerEDITIONABLE = 423 PlSqlLexerEDITION = 424 PlSqlLexerEDITIONING = 425 PlSqlLexerEDITIONS = 426 PlSqlLexerELEMENT = 427 PlSqlLexerELIM_GROUPBY = 428 PlSqlLexerELIMINATE_JOIN = 429 PlSqlLexerELIMINATE_OBY = 430 PlSqlLexerELIMINATE_OUTER_JOIN = 431 PlSqlLexerELSE = 432 PlSqlLexerELSIF = 433 PlSqlLexerEM = 434 PlSqlLexerEMPTY_BLOB = 435 PlSqlLexerEMPTY_CLOB = 436 PlSqlLexerEMPTY = 437 PlSqlLexerENABLE_ALL = 438 PlSqlLexerENABLE = 439 PlSqlLexerENABLE_PARALLEL_DML = 440 PlSqlLexerENABLE_PRESET = 441 PlSqlLexerENCODING = 442 PlSqlLexerENCRYPT = 443 PlSqlLexerENCRYPTION = 444 PlSqlLexerEND = 445 PlSqlLexerEND_OUTLINE_DATA = 446 PlSqlLexerENFORCED = 447 PlSqlLexerENFORCE = 448 PlSqlLexerENQUEUE = 449 PlSqlLexerENTERPRISE = 450 PlSqlLexerENTITYESCAPING = 451 PlSqlLexerENTRY = 452 PlSqlLexerEQUIPART = 453 PlSqlLexerERR = 454 PlSqlLexerERROR_ARGUMENT = 455 PlSqlLexerERROR = 456 PlSqlLexerERROR_ON_OVERLAP_TIME = 457 PlSqlLexerERRORS = 458 PlSqlLexerESCAPE = 459 PlSqlLexerESTIMATE = 460 PlSqlLexerEVAL = 461 PlSqlLexerEVALNAME = 462 PlSqlLexerEVALUATE = 463 PlSqlLexerEVALUATION = 464 PlSqlLexerEVENTS = 465 PlSqlLexerEVERY = 466 PlSqlLexerEXCEPT = 467 PlSqlLexerEXCEPTION = 468 PlSqlLexerEXCEPTION_INIT = 469 PlSqlLexerEXCEPTIONS = 470 PlSqlLexerEXCHANGE = 471 PlSqlLexerEXCLUDE = 472 PlSqlLexerEXCLUDING = 473 PlSqlLexerEXCLUSIVE = 474 PlSqlLexerEXECUTE = 475 PlSqlLexerEXEMPT = 476 PlSqlLexerEXISTING = 477 PlSqlLexerEXISTS = 478 PlSqlLexerEXISTSNODE = 479 PlSqlLexerEXIT = 480 PlSqlLexerEXPAND_GSET_TO_UNION = 481 PlSqlLexerEXPAND_TABLE = 482 PlSqlLexerEXP = 483 PlSqlLexerEXPIRE = 484 PlSqlLexerEXPLAIN = 485 PlSqlLexerEXPLOSION = 486 PlSqlLexerEXPORT = 487 PlSqlLexerEXPR_CORR_CHECK = 488 PlSqlLexerEXPRESS = 489 PlSqlLexerEXTENDS = 490 PlSqlLexerEXTENT = 491 PlSqlLexerEXTENTS = 492 PlSqlLexerEXTERNAL = 493 PlSqlLexerEXTERNALLY = 494 PlSqlLexerEXTRACTCLOBXML = 495 PlSqlLexerEXTRACT = 496 PlSqlLexerEXTRACTVALUE = 497 PlSqlLexerEXTRA = 498 PlSqlLexerFACILITY = 499 PlSqlLexerFACT = 500 PlSqlLexerFACTOR = 501 PlSqlLexerFACTORIZE_JOIN = 502 PlSqlLexerFAILED = 503 PlSqlLexerFAILED_LOGIN_ATTEMPTS = 504 PlSqlLexerFAILGROUP = 505 PlSqlLexerFAILOVER = 506 PlSqlLexerFAILURE = 507 PlSqlLexerFALSE = 508 PlSqlLexerFAMILY = 509 PlSqlLexerFAR = 510 PlSqlLexerFAST = 511 PlSqlLexerFASTSTART = 512 PlSqlLexerFBTSCAN = 513 PlSqlLexerFEATURE_DETAILS = 514 PlSqlLexerFEATURE_ID = 515 PlSqlLexerFEATURE_SET = 516 PlSqlLexerFEATURE_VALUE = 517 PlSqlLexerFETCH = 518 PlSqlLexerFILE = 519 PlSqlLexerFILE_NAME_CONVERT = 520 PlSqlLexerFILESYSTEM_LIKE_LOGGING = 521 PlSqlLexerFILTER = 522 PlSqlLexerFINAL = 523 PlSqlLexerFINE = 524 PlSqlLexerFINISH = 525 PlSqlLexerFIRST = 526 PlSqlLexerFIRSTM = 527 PlSqlLexerFIRST_ROWS = 528 PlSqlLexerFIRST_VALUE = 529 PlSqlLexerFIXED_VIEW_DATA = 530 PlSqlLexerFLAGGER = 531 PlSqlLexerFLASHBACK = 532 PlSqlLexerFLASH_CACHE = 533 PlSqlLexerFLOAT = 534 PlSqlLexerFLOB = 535 PlSqlLexerFLOOR = 536 PlSqlLexerFLUSH = 537 PlSqlLexerFOLDER = 538 PlSqlLexerFOLLOWING = 539 PlSqlLexerFOLLOWS = 540 PlSqlLexerFORALL = 541 PlSqlLexerFORCE = 542 PlSqlLexerFORCE_XML_QUERY_REWRITE = 543 PlSqlLexerFOREIGN = 544 PlSqlLexerFOREVER = 545 PlSqlLexerFOR = 546 PlSqlLexerFORMAT = 547 PlSqlLexerFORWARD = 548 PlSqlLexerFRAGMENT_NUMBER = 549 PlSqlLexerFREELIST = 550 PlSqlLexerFREELISTS = 551 PlSqlLexerFREEPOOLS = 552 PlSqlLexerFRESH = 553 PlSqlLexerFROM = 554 PlSqlLexerFROM_TZ = 555 PlSqlLexerFULL = 556 PlSqlLexerFULL_OUTER_JOIN_TO_OUTER = 557 PlSqlLexerFUNCTION = 558 PlSqlLexerFUNCTIONS = 559 PlSqlLexerGATHER_OPTIMIZER_STATISTICS = 560 PlSqlLexerGATHER_PLAN_STATISTICS = 561 PlSqlLexerGBY_CONC_ROLLUP = 562 PlSqlLexerGBY_PUSHDOWN = 563 PlSqlLexerGENERATED = 564 PlSqlLexerGET = 565 PlSqlLexerGLOBAL = 566 PlSqlLexerGLOBALLY = 567 PlSqlLexerGLOBAL_NAME = 568 PlSqlLexerGLOBAL_TOPIC_ENABLED = 569 PlSqlLexerGOTO = 570 PlSqlLexerGRANT = 571 PlSqlLexerGROUP_BY = 572 PlSqlLexerGROUP = 573 PlSqlLexerGROUP_ID = 574 PlSqlLexerGROUPING = 575 PlSqlLexerGROUPING_ID = 576 PlSqlLexerGROUPS = 577 PlSqlLexerGUARANTEED = 578 PlSqlLexerGUARANTEE = 579 PlSqlLexerGUARD = 580 PlSqlLexerHASH_AJ = 581 PlSqlLexerHASH = 582 PlSqlLexerHASHKEYS = 583 PlSqlLexerHASH_SJ = 584 PlSqlLexerHAVING = 585 PlSqlLexerHEADER = 586 PlSqlLexerHEAP = 587 PlSqlLexerHELP = 588 PlSqlLexerHEXTORAW = 589 PlSqlLexerHEXTOREF = 590 PlSqlLexerHIDDEN_KEYWORD = 591 PlSqlLexerHIDE = 592 PlSqlLexerHIERARCHY = 593 PlSqlLexerHIGH = 594 PlSqlLexerHINTSET_BEGIN = 595 PlSqlLexerHINTSET_END = 596 PlSqlLexerHOT = 597 PlSqlLexerHOUR = 598 PlSqlLexerHWM_BROKERED = 599 PlSqlLexerHYBRID = 600 PlSqlLexerIDENTIFIED = 601 PlSqlLexerIDENTIFIER = 602 PlSqlLexerIDENTITY = 603 PlSqlLexerIDGENERATORS = 604 PlSqlLexerID = 605 PlSqlLexerIDLE_TIME = 606 PlSqlLexerIF = 607 PlSqlLexerIGNORE = 608 PlSqlLexerIGNORE_OPTIM_EMBEDDED_HINTS = 609 PlSqlLexerIGNORE_ROW_ON_DUPKEY_INDEX = 610 PlSqlLexerIGNORE_WHERE_CLAUSE = 611 PlSqlLexerILM = 612 PlSqlLexerIMMEDIATE = 613 PlSqlLexerIMPACT = 614 PlSqlLexerIMPORT = 615 PlSqlLexerINACTIVE = 616 PlSqlLexerINCLUDE = 617 PlSqlLexerINCLUDE_VERSION = 618 PlSqlLexerINCLUDING = 619 PlSqlLexerINCREMENTAL = 620 PlSqlLexerINCREMENT = 621 PlSqlLexerINCR = 622 PlSqlLexerINDENT = 623 PlSqlLexerINDEX_ASC = 624 PlSqlLexerINDEX_COMBINE = 625 PlSqlLexerINDEX_DESC = 626 PlSqlLexerINDEXED = 627 PlSqlLexerINDEXES = 628 PlSqlLexerINDEX_FFS = 629 PlSqlLexerINDEX_FILTER = 630 PlSqlLexerINDEX = 631 PlSqlLexerINDEXING = 632 PlSqlLexerINDEX_JOIN = 633 PlSqlLexerINDEX_ROWS = 634 PlSqlLexerINDEX_RRS = 635 PlSqlLexerINDEX_RS_ASC = 636 PlSqlLexerINDEX_RS_DESC = 637 PlSqlLexerINDEX_RS = 638 PlSqlLexerINDEX_SCAN = 639 PlSqlLexerINDEX_SKIP_SCAN = 640 PlSqlLexerINDEX_SS_ASC = 641 PlSqlLexerINDEX_SS_DESC = 642 PlSqlLexerINDEX_SS = 643 PlSqlLexerINDEX_STATS = 644 PlSqlLexerINDEXTYPE = 645 PlSqlLexerINDEXTYPES = 646 PlSqlLexerINDICATOR = 647 PlSqlLexerINDICES = 648 PlSqlLexerINFINITE = 649 PlSqlLexerINFORMATIONAL = 650 PlSqlLexerINHERIT = 651 PlSqlLexerIN = 652 PlSqlLexerINITCAP = 653 PlSqlLexerINITIAL = 654 PlSqlLexerINITIALIZED = 655 PlSqlLexerINITIALLY = 656 PlSqlLexerINITRANS = 657 PlSqlLexerINLINE = 658 PlSqlLexerINLINE_XMLTYPE_NT = 659 PlSqlLexerINMEMORY = 660 PlSqlLexerIN_MEMORY_METADATA = 661 PlSqlLexerINMEMORY_PRUNING = 662 PlSqlLexerINNER = 663 PlSqlLexerINOUT = 664 PlSqlLexerINPLACE = 665 PlSqlLexerINSERTCHILDXMLAFTER = 666 PlSqlLexerINSERTCHILDXMLBEFORE = 667 PlSqlLexerINSERTCHILDXML = 668 PlSqlLexerINSERT = 669 PlSqlLexerINSERTXMLAFTER = 670 PlSqlLexerINSERTXMLBEFORE = 671 PlSqlLexerINSTANCE = 672 PlSqlLexerINSTANCES = 673 PlSqlLexerINSTANTIABLE = 674 PlSqlLexerINSTANTLY = 675 PlSqlLexerINSTEAD = 676 PlSqlLexerINSTR2 = 677 PlSqlLexerINSTR4 = 678 PlSqlLexerINSTRB = 679 PlSqlLexerINSTRC = 680 PlSqlLexerINSTR = 681 PlSqlLexerINTEGER = 682 PlSqlLexerINTERLEAVED = 683 PlSqlLexerINTERMEDIATE = 684 PlSqlLexerINTERNAL_CONVERT = 685 PlSqlLexerINTERNAL_USE = 686 PlSqlLexerINTERPRETED = 687 PlSqlLexerINTERSECT = 688 PlSqlLexerINTERVAL = 689 PlSqlLexerINT = 690 PlSqlLexerINTO = 691 PlSqlLexerINVALIDATE = 692 PlSqlLexerINVISIBLE = 693 PlSqlLexerIN_XQUERY = 694 PlSqlLexerIS = 695 PlSqlLexerISOLATION = 696 PlSqlLexerISOLATION_LEVEL = 697 PlSqlLexerITERATE = 698 PlSqlLexerITERATION_NUMBER = 699 PlSqlLexerJAVA = 700 PlSqlLexerJOB = 701 PlSqlLexerJOIN = 702 PlSqlLexerJSON_ARRAYAGG = 703 PlSqlLexerJSON_ARRAY = 704 PlSqlLexerJSON_EQUAL = 705 PlSqlLexerJSON_EXISTS2 = 706 PlSqlLexerJSON_EXISTS = 707 PlSqlLexerJSONGET = 708 PlSqlLexerJSON = 709 PlSqlLexerJSON_OBJECTAGG = 710 PlSqlLexerJSON_OBJECT = 711 PlSqlLexerJSONPARSE = 712 PlSqlLexerJSON_QUERY = 713 PlSqlLexerJSON_SERIALIZE = 714 PlSqlLexerJSON_TABLE = 715 PlSqlLexerJSON_TEXTCONTAINS2 = 716 PlSqlLexerJSON_TEXTCONTAINS = 717 PlSqlLexerJSON_VALUE = 718 PlSqlLexerKEEP_DUPLICATES = 719 PlSqlLexerKEEP = 720 PlSqlLexerKERBEROS = 721 PlSqlLexerKEY = 722 PlSqlLexerKEY_LENGTH = 723 PlSqlLexerKEYSIZE = 724 PlSqlLexerKEYS = 725 PlSqlLexerKEYSTORE = 726 PlSqlLexerKILL = 727 PlSqlLexerLABEL = 728 PlSqlLexerLANGUAGE = 729 PlSqlLexerLAST_DAY = 730 PlSqlLexerLAST = 731 PlSqlLexerLAST_VALUE = 732 PlSqlLexerLATERAL = 733 PlSqlLexerLAX = 734 PlSqlLexerLAYER = 735 PlSqlLexerLDAP_REGISTRATION_ENABLED = 736 PlSqlLexerLDAP_REGISTRATION = 737 PlSqlLexerLDAP_REG_SYNC_INTERVAL = 738 PlSqlLexerLEADING = 739 PlSqlLexerLEFT = 740 PlSqlLexerLENGTH2 = 741 PlSqlLexerLENGTH4 = 742 PlSqlLexerLENGTHB = 743 PlSqlLexerLENGTHC = 744 PlSqlLexerLENGTH = 745 PlSqlLexerLESS = 746 PlSqlLexerLEVEL = 747 PlSqlLexerLEVELS = 748 PlSqlLexerLIBRARY = 749 PlSqlLexerLIFECYCLE = 750 PlSqlLexerLIFE = 751 PlSqlLexerLIFETIME = 752 PlSqlLexerLIKE2 = 753 PlSqlLexerLIKE4 = 754 PlSqlLexerLIKEC = 755 PlSqlLexerLIKE_EXPAND = 756 PlSqlLexerLIKE = 757 PlSqlLexerLIMIT = 758 PlSqlLexerLINEAR = 759 PlSqlLexerLINK = 760 PlSqlLexerLIST = 761 PlSqlLexerLN = 762 PlSqlLexerLNNVL = 763 PlSqlLexerLOAD = 764 PlSqlLexerLOB = 765 PlSqlLexerLOBNVL = 766 PlSqlLexerLOBS = 767 PlSqlLexerLOCAL_INDEXES = 768 PlSqlLexerLOCAL = 769 PlSqlLexerLOCALTIME = 770 PlSqlLexerLOCALTIMESTAMP = 771 PlSqlLexerLOCATION = 772 PlSqlLexerLOCATOR = 773 PlSqlLexerLOCKED = 774 PlSqlLexerLOCKING = 775 PlSqlLexerLOCK = 776 PlSqlLexerLOGFILE = 777 PlSqlLexerLOGFILES = 778 PlSqlLexerLOGGING = 779 PlSqlLexerLOGICAL = 780 PlSqlLexerLOGICAL_READS_PER_CALL = 781 PlSqlLexerLOGICAL_READS_PER_SESSION = 782 PlSqlLexerLOG = 783 PlSqlLexerLOGMINING = 784 PlSqlLexerLOGOFF = 785 PlSqlLexerLOGON = 786 PlSqlLexerLOG_READ_ONLY_VIOLATIONS = 787 PlSqlLexerLONG = 788 PlSqlLexerLOOP = 789 PlSqlLexerLOWER = 790 PlSqlLexerLOW = 791 PlSqlLexerLPAD = 792 PlSqlLexerLTRIM = 793 PlSqlLexerMAIN = 794 PlSqlLexerMAKE_REF = 795 PlSqlLexerMANAGED = 796 PlSqlLexerMANAGE = 797 PlSqlLexerMANAGEMENT = 798 PlSqlLexerMANAGER = 799 PlSqlLexerMANUAL = 800 PlSqlLexerMAP = 801 PlSqlLexerMAPPING = 802 PlSqlLexerMASTER = 803 PlSqlLexerMATCHED = 804 PlSqlLexerMATCHES = 805 PlSqlLexerMATCH = 806 PlSqlLexerMATCH_NUMBER = 807 PlSqlLexerMATCH_RECOGNIZE = 808 PlSqlLexerMATERIALIZED = 809 PlSqlLexerMATERIALIZE = 810 PlSqlLexerMAXARCHLOGS = 811 PlSqlLexerMAXDATAFILES = 812 PlSqlLexerMAXEXTENTS = 813 PlSqlLexerMAXIMIZE = 814 PlSqlLexerMAXINSTANCES = 815 PlSqlLexerMAXLOGFILES = 816 PlSqlLexerMAXLOGHISTORY = 817 PlSqlLexerMAXLOGMEMBERS = 818 PlSqlLexerMAX_SHARED_TEMP_SIZE = 819 PlSqlLexerMAXSIZE = 820 PlSqlLexerMAXTRANS = 821 PlSqlLexerMAXVALUE = 822 PlSqlLexerMEASURE = 823 PlSqlLexerMEASURES = 824 PlSqlLexerMEDIUM = 825 PlSqlLexerMEMBER = 826 PlSqlLexerMEMCOMPRESS = 827 PlSqlLexerMEMORY = 828 PlSqlLexerMERGEACTIONS = 829 PlSqlLexerMERGE_AJ = 830 PlSqlLexerMERGE_CONST_ON = 831 PlSqlLexerMERGE = 832 PlSqlLexerMERGE_SJ = 833 PlSqlLexerMETADATA = 834 PlSqlLexerMETHOD = 835 PlSqlLexerMIGRATE = 836 PlSqlLexerMIGRATION = 837 PlSqlLexerMINEXTENTS = 838 PlSqlLexerMINIMIZE = 839 PlSqlLexerMINIMUM = 840 PlSqlLexerMINING = 841 PlSqlLexerMINUS = 842 PlSqlLexerMINUS_NULL = 843 PlSqlLexerMINUTE = 844 PlSqlLexerMINVALUE = 845 PlSqlLexerMIRRORCOLD = 846 PlSqlLexerMIRRORHOT = 847 PlSqlLexerMIRROR = 848 PlSqlLexerMLSLABEL = 849 PlSqlLexerMODEL_COMPILE_SUBQUERY = 850 PlSqlLexerMODEL_DONTVERIFY_UNIQUENESS = 851 PlSqlLexerMODEL_DYNAMIC_SUBQUERY = 852 PlSqlLexerMODEL_MIN_ANALYSIS = 853 PlSqlLexerMODEL = 854 PlSqlLexerMODEL_NB = 855 PlSqlLexerMODEL_NO_ANALYSIS = 856 PlSqlLexerMODEL_PBY = 857 PlSqlLexerMODEL_PUSH_REF = 858 PlSqlLexerMODEL_SV = 859 PlSqlLexerMODE = 860 PlSqlLexerMODIFICATION = 861 PlSqlLexerMODIFY_COLUMN_TYPE = 862 PlSqlLexerMODIFY = 863 PlSqlLexerMOD = 864 PlSqlLexerMODULE = 865 PlSqlLexerMONITORING = 866 PlSqlLexerMONITOR = 867 PlSqlLexerMONTH = 868 PlSqlLexerMONTHS_BETWEEN = 869 PlSqlLexerMONTHS = 870 PlSqlLexerMOUNT = 871 PlSqlLexerMOUNTPATH = 872 PlSqlLexerMOVEMENT = 873 PlSqlLexerMOVE = 874 PlSqlLexerMULTIDIMENSIONAL = 875 PlSqlLexerMULTISET = 876 PlSqlLexerMV_MERGE = 877 PlSqlLexerNAMED = 878 PlSqlLexerNAME = 879 PlSqlLexerNAMESPACE = 880 PlSqlLexerNAN = 881 PlSqlLexerNANVL = 882 PlSqlLexerNATIONAL = 883 PlSqlLexerNATIVE_FULL_OUTER_JOIN = 884 PlSqlLexerNATIVE = 885 PlSqlLexerNATURAL = 886 PlSqlLexerNATURALN = 887 PlSqlLexerNAV = 888 PlSqlLexerNCHAR_CS = 889 PlSqlLexerNCHAR = 890 PlSqlLexerNCHR = 891 PlSqlLexerNCLOB = 892 PlSqlLexerNEEDED = 893 PlSqlLexerNEG = 894 PlSqlLexerNESTED = 895 PlSqlLexerNESTED_TABLE_FAST_INSERT = 896 PlSqlLexerNESTED_TABLE_GET_REFS = 897 PlSqlLexerNESTED_TABLE_ID = 898 PlSqlLexerNESTED_TABLE_SET_REFS = 899 PlSqlLexerNESTED_TABLE_SET_SETID = 900 PlSqlLexerNETWORK = 901 PlSqlLexerNEVER = 902 PlSqlLexerNEW = 903 PlSqlLexerNEW_TIME = 904 PlSqlLexerNEXT_DAY = 905 PlSqlLexerNEXT = 906 PlSqlLexerNL_AJ = 907 PlSqlLexerNLJ_BATCHING = 908 PlSqlLexerNLJ_INDEX_FILTER = 909 PlSqlLexerNLJ_INDEX_SCAN = 910 PlSqlLexerNLJ_PREFETCH = 911 PlSqlLexerNLS_CALENDAR = 912 PlSqlLexerNLS_CHARACTERSET = 913 PlSqlLexerNLS_CHARSET_DECL_LEN = 914 PlSqlLexerNLS_CHARSET_ID = 915 PlSqlLexerNLS_CHARSET_NAME = 916 PlSqlLexerNLS_COMP = 917 PlSqlLexerNLS_CURRENCY = 918 PlSqlLexerNLS_DATE_FORMAT = 919 PlSqlLexerNLS_DATE_LANGUAGE = 920 PlSqlLexerNLS_INITCAP = 921 PlSqlLexerNLS_ISO_CURRENCY = 922 PlSqlLexerNL_SJ = 923 PlSqlLexerNLS_LANG = 924 PlSqlLexerNLS_LANGUAGE = 925 PlSqlLexerNLS_LENGTH_SEMANTICS = 926 PlSqlLexerNLS_LOWER = 927 PlSqlLexerNLS_NCHAR_CONV_EXCP = 928 PlSqlLexerNLS_NUMERIC_CHARACTERS = 929 PlSqlLexerNLS_SORT = 930 PlSqlLexerNLSSORT = 931 PlSqlLexerNLS_SPECIAL_CHARS = 932 PlSqlLexerNLS_TERRITORY = 933 PlSqlLexerNLS_UPPER = 934 PlSqlLexerNO_ACCESS = 935 PlSqlLexerNO_ADAPTIVE_PLAN = 936 PlSqlLexerNO_ANSI_REARCH = 937 PlSqlLexerNOAPPEND = 938 PlSqlLexerNOARCHIVELOG = 939 PlSqlLexerNOAUDIT = 940 PlSqlLexerNO_AUTO_REOPTIMIZE = 941 PlSqlLexerNO_BASETABLE_MULTIMV_REWRITE = 942 PlSqlLexerNO_BATCH_TABLE_ACCESS_BY_ROWID = 943 PlSqlLexerNO_BIND_AWARE = 944 PlSqlLexerNO_BUFFER = 945 PlSqlLexerNOCACHE = 946 PlSqlLexerNO_CARTESIAN = 947 PlSqlLexerNO_CHECK_ACL_REWRITE = 948 PlSqlLexerNO_CLUSTER_BY_ROWID = 949 PlSqlLexerNO_CLUSTERING = 950 PlSqlLexerNO_COALESCE_SQ = 951 PlSqlLexerNO_COMMON_DATA = 952 PlSqlLexerNOCOMPRESS = 953 PlSqlLexerNO_CONNECT_BY_CB_WHR_ONLY = 954 PlSqlLexerNO_CONNECT_BY_COMBINE_SW = 955 PlSqlLexerNO_CONNECT_BY_COST_BASED = 956 PlSqlLexerNO_CONNECT_BY_ELIM_DUPS = 957 PlSqlLexerNO_CONNECT_BY_FILTERING = 958 PlSqlLexerNOCOPY = 959 PlSqlLexerNO_COST_XML_QUERY_REWRITE = 960 PlSqlLexerNO_CPU_COSTING = 961 PlSqlLexerNOCPU_COSTING = 962 PlSqlLexerNOCYCLE = 963 PlSqlLexerNO_DATA_SECURITY_REWRITE = 964 PlSqlLexerNO_DECORRELATE = 965 PlSqlLexerNODELAY = 966 PlSqlLexerNO_DOMAIN_INDEX_FILTER = 967 PlSqlLexerNO_DST_UPGRADE_INSERT_CONV = 968 PlSqlLexerNO_ELIM_GROUPBY = 969 PlSqlLexerNO_ELIMINATE_JOIN = 970 PlSqlLexerNO_ELIMINATE_OBY = 971 PlSqlLexerNO_ELIMINATE_OUTER_JOIN = 972 PlSqlLexerNOENTITYESCAPING = 973 PlSqlLexerNO_EXPAND_GSET_TO_UNION = 974 PlSqlLexerNO_EXPAND = 975 PlSqlLexerNO_EXPAND_TABLE = 976 PlSqlLexerNO_FACT = 977 PlSqlLexerNO_FACTORIZE_JOIN = 978 PlSqlLexerNO_FILTERING = 979 PlSqlLexerNOFORCE = 980 PlSqlLexerNO_FULL_OUTER_JOIN_TO_OUTER = 981 PlSqlLexerNO_GATHER_OPTIMIZER_STATISTICS = 982 PlSqlLexerNO_GBY_PUSHDOWN = 983 PlSqlLexerNOGUARANTEE = 984 PlSqlLexerNO_INDEX_FFS = 985 PlSqlLexerNO_INDEX = 986 PlSqlLexerNO_INDEX_SS = 987 PlSqlLexerNO_INMEMORY = 988 PlSqlLexerNO_INMEMORY_PRUNING = 989 PlSqlLexerNOKEEP = 990 PlSqlLexerNO_LOAD = 991 PlSqlLexerNOLOCAL = 992 PlSqlLexerNOLOGGING = 993 PlSqlLexerNOMAPPING = 994 PlSqlLexerNOMAXVALUE = 995 PlSqlLexerNO_MERGE = 996 PlSqlLexerNOMINIMIZE = 997 PlSqlLexerNOMINVALUE = 998 PlSqlLexerNO_MODEL_PUSH_REF = 999 PlSqlLexerNO_MONITORING = 1000 PlSqlLexerNOMONITORING = 1001 PlSqlLexerNO_MONITOR = 1002 PlSqlLexerNO_MULTIMV_REWRITE = 1003 PlSqlLexerNO_NATIVE_FULL_OUTER_JOIN = 1004 PlSqlLexerNONBLOCKING = 1005 PlSqlLexerNONEDITIONABLE = 1006 PlSqlLexerNONE = 1007 PlSqlLexerNO_NLJ_BATCHING = 1008 PlSqlLexerNO_NLJ_PREFETCH = 1009 PlSqlLexerNO = 1010 PlSqlLexerNONSCHEMA = 1011 PlSqlLexerNO_OBJECT_LINK = 1012 PlSqlLexerNOORDER = 1013 PlSqlLexerNO_ORDER_ROLLUPS = 1014 PlSqlLexerNO_OUTER_JOIN_TO_ANTI = 1015 PlSqlLexerNO_OUTER_JOIN_TO_INNER = 1016 PlSqlLexerNOOVERRIDE = 1017 PlSqlLexerNO_PARALLEL_INDEX = 1018 PlSqlLexerNOPARALLEL_INDEX = 1019 PlSqlLexerNO_PARALLEL = 1020 PlSqlLexerNOPARALLEL = 1021 PlSqlLexerNO_PARTIAL_COMMIT = 1022 PlSqlLexerNO_PARTIAL_JOIN = 1023 PlSqlLexerNO_PARTIAL_ROLLUP_PUSHDOWN = 1024 PlSqlLexerNOPARTITION = 1025 PlSqlLexerNO_PLACE_DISTINCT = 1026 PlSqlLexerNO_PLACE_GROUP_BY = 1027 PlSqlLexerNO_PQ_CONCURRENT_UNION = 1028 PlSqlLexerNO_PQ_MAP = 1029 PlSqlLexerNO_PQ_REPLICATE = 1030 PlSqlLexerNO_PQ_SKEW = 1031 PlSqlLexerNO_PRUNE_GSETS = 1032 PlSqlLexerNO_PULL_PRED = 1033 PlSqlLexerNO_PUSH_PRED = 1034 PlSqlLexerNO_PUSH_SUBQ = 1035 PlSqlLexerNO_PX_FAULT_TOLERANCE = 1036 PlSqlLexerNO_PX_JOIN_FILTER = 1037 PlSqlLexerNO_QKN_BUFF = 1038 PlSqlLexerNO_QUERY_TRANSFORMATION = 1039 PlSqlLexerNO_REF_CASCADE = 1040 PlSqlLexerNORELOCATE = 1041 PlSqlLexerNORELY = 1042 PlSqlLexerNOREPAIR = 1043 PlSqlLexerNOREPLAY = 1044 PlSqlLexerNORESETLOGS = 1045 PlSqlLexerNO_RESULT_CACHE = 1046 PlSqlLexerNOREVERSE = 1047 PlSqlLexerNO_REWRITE = 1048 PlSqlLexerNOREWRITE = 1049 PlSqlLexerNORMAL = 1050 PlSqlLexerNO_ROOT_SW_FOR_LOCAL = 1051 PlSqlLexerNOROWDEPENDENCIES = 1052 PlSqlLexerNOSCHEMACHECK = 1053 PlSqlLexerNOSEGMENT = 1054 PlSqlLexerNO_SEMIJOIN = 1055 PlSqlLexerNO_SEMI_TO_INNER = 1056 PlSqlLexerNO_SET_TO_JOIN = 1057 PlSqlLexerNOSORT = 1058 PlSqlLexerNO_SQL_TRANSLATION = 1059 PlSqlLexerNO_SQL_TUNE = 1060 PlSqlLexerNO_STAR_TRANSFORMATION = 1061 PlSqlLexerNO_STATEMENT_QUEUING = 1062 PlSqlLexerNO_STATS_GSETS = 1063 PlSqlLexerNOSTRICT = 1064 PlSqlLexerNO_SUBQUERY_PRUNING = 1065 PlSqlLexerNO_SUBSTRB_PAD = 1066 PlSqlLexerNO_SWAP_JOIN_INPUTS = 1067 PlSqlLexerNOSWITCH = 1068 PlSqlLexerNO_TABLE_LOOKUP_BY_NL = 1069 PlSqlLexerNO_TEMP_TABLE = 1070 PlSqlLexerNOTHING = 1071 PlSqlLexerNOTIFICATION = 1072 PlSqlLexerNOT = 1073 PlSqlLexerNO_TRANSFORM_DISTINCT_AGG = 1074 PlSqlLexerNO_UNNEST = 1075 PlSqlLexerNO_USE_CUBE = 1076 PlSqlLexerNO_USE_HASH_AGGREGATION = 1077 PlSqlLexerNO_USE_HASH_GBY_FOR_PUSHDOWN = 1078 PlSqlLexerNO_USE_HASH = 1079 PlSqlLexerNO_USE_INVISIBLE_INDEXES = 1080 PlSqlLexerNO_USE_MERGE = 1081 PlSqlLexerNO_USE_NL = 1082 PlSqlLexerNO_USE_VECTOR_AGGREGATION = 1083 PlSqlLexerNOVALIDATE = 1084 PlSqlLexerNO_VECTOR_TRANSFORM_DIMS = 1085 PlSqlLexerNO_VECTOR_TRANSFORM_FACT = 1086 PlSqlLexerNO_VECTOR_TRANSFORM = 1087 PlSqlLexerNOWAIT = 1088 PlSqlLexerNO_XDB_FASTPATH_INSERT = 1089 PlSqlLexerNO_XML_DML_REWRITE = 1090 PlSqlLexerNO_XMLINDEX_REWRITE_IN_SELECT = 1091 PlSqlLexerNO_XMLINDEX_REWRITE = 1092 PlSqlLexerNO_XML_QUERY_REWRITE = 1093 PlSqlLexerNO_ZONEMAP = 1094 PlSqlLexerNTH_VALUE = 1095 PlSqlLexerNULLIF = 1096 PlSqlLexerNULL_ = 1097 PlSqlLexerNULLS = 1098 PlSqlLexerNUMBER = 1099 PlSqlLexerNUMERIC = 1100 PlSqlLexerNUM_INDEX_KEYS = 1101 PlSqlLexerNUMTODSINTERVAL = 1102 PlSqlLexerNUMTOYMINTERVAL = 1103 PlSqlLexerNVARCHAR2 = 1104 PlSqlLexerNVL2 = 1105 PlSqlLexerOBJECT2XML = 1106 PlSqlLexerOBJECT = 1107 PlSqlLexerOBJ_ID = 1108 PlSqlLexerOBJNO = 1109 PlSqlLexerOBJNO_REUSE = 1110 PlSqlLexerOCCURENCES = 1111 PlSqlLexerOFFLINE = 1112 PlSqlLexerOFF = 1113 PlSqlLexerOFFSET = 1114 PlSqlLexerOF = 1115 PlSqlLexerOIDINDEX = 1116 PlSqlLexerOID = 1117 PlSqlLexerOLAP = 1118 PlSqlLexerOLD = 1119 PlSqlLexerOLD_PUSH_PRED = 1120 PlSqlLexerOLS = 1121 PlSqlLexerOLTP = 1122 PlSqlLexerOMIT = 1123 PlSqlLexerONE = 1124 PlSqlLexerONLINE = 1125 PlSqlLexerONLINELOG = 1126 PlSqlLexerONLY = 1127 PlSqlLexerON = 1128 PlSqlLexerOPAQUE = 1129 PlSqlLexerOPAQUE_TRANSFORM = 1130 PlSqlLexerOPAQUE_XCANONICAL = 1131 PlSqlLexerOPCODE = 1132 PlSqlLexerOPEN = 1133 PlSqlLexerOPERATIONS = 1134 PlSqlLexerOPERATOR = 1135 PlSqlLexerOPT_ESTIMATE = 1136 PlSqlLexerOPTIMAL = 1137 PlSqlLexerOPTIMIZE = 1138 PlSqlLexerOPTIMIZER_FEATURES_ENABLE = 1139 PlSqlLexerOPTIMIZER_GOAL = 1140 PlSqlLexerOPTION = 1141 PlSqlLexerOPT_PARAM = 1142 PlSqlLexerORA_BRANCH = 1143 PlSqlLexerORA_CHECK_ACL = 1144 PlSqlLexerORA_CHECK_PRIVILEGE = 1145 PlSqlLexerORA_CLUSTERING = 1146 PlSqlLexerORADATA = 1147 PlSqlLexerORADEBUG = 1148 PlSqlLexerORA_DST_AFFECTED = 1149 PlSqlLexerORA_DST_CONVERT = 1150 PlSqlLexerORA_DST_ERROR = 1151 PlSqlLexerORA_GET_ACLIDS = 1152 PlSqlLexerORA_GET_PRIVILEGES = 1153 PlSqlLexerORA_HASH = 1154 PlSqlLexerORA_INVOKING_USERID = 1155 PlSqlLexerORA_INVOKING_USER = 1156 PlSqlLexerORA_INVOKING_XS_USER_GUID = 1157 PlSqlLexerORA_INVOKING_XS_USER = 1158 PlSqlLexerORA_RAWCOMPARE = 1159 PlSqlLexerORA_RAWCONCAT = 1160 PlSqlLexerORA_ROWSCN = 1161 PlSqlLexerORA_ROWSCN_RAW = 1162 PlSqlLexerORA_ROWVERSION = 1163 PlSqlLexerORA_TABVERSION = 1164 PlSqlLexerORA_WRITE_TIME = 1165 PlSqlLexerORDERED = 1166 PlSqlLexerORDERED_PREDICATES = 1167 PlSqlLexerORDER = 1168 PlSqlLexerORDINALITY = 1169 PlSqlLexerOR_EXPAND = 1170 PlSqlLexerORGANIZATION = 1171 PlSqlLexerOR = 1172 PlSqlLexerOR_PREDICATES = 1173 PlSqlLexerOSERROR = 1174 PlSqlLexerOTHER = 1175 PlSqlLexerOUTER_JOIN_TO_ANTI = 1176 PlSqlLexerOUTER_JOIN_TO_INNER = 1177 PlSqlLexerOUTER = 1178 PlSqlLexerOUTLINE_LEAF = 1179 PlSqlLexerOUTLINE = 1180 PlSqlLexerOUT_OF_LINE = 1181 PlSqlLexerOUT = 1182 PlSqlLexerOVERFLOW_NOMOVE = 1183 PlSqlLexerOVERFLOW = 1184 PlSqlLexerOVERLAPS = 1185 PlSqlLexerOVER = 1186 PlSqlLexerOVERRIDING = 1187 PlSqlLexerOWNER = 1188 PlSqlLexerOWNERSHIP = 1189 PlSqlLexerOWN = 1190 PlSqlLexerPACKAGE = 1191 PlSqlLexerPACKAGES = 1192 PlSqlLexerPARALLEL_ENABLE = 1193 PlSqlLexerPARALLEL_INDEX = 1194 PlSqlLexerPARALLEL = 1195 PlSqlLexerPARAMETERFILE = 1196 PlSqlLexerPARAMETERS = 1197 PlSqlLexerPARAM = 1198 PlSqlLexerPARENT = 1199 PlSqlLexerPARITY = 1200 PlSqlLexerPARTIAL_JOIN = 1201 PlSqlLexerPARTIALLY = 1202 PlSqlLexerPARTIAL = 1203 PlSqlLexerPARTIAL_ROLLUP_PUSHDOWN = 1204 PlSqlLexerPARTITION_HASH = 1205 PlSqlLexerPARTITION_LIST = 1206 PlSqlLexerPARTITION = 1207 PlSqlLexerPARTITION_RANGE = 1208 PlSqlLexerPARTITIONS = 1209 PlSqlLexerPARTNUMINST = 1210 PlSqlLexerPASSING = 1211 PlSqlLexerPASSWORD_GRACE_TIME = 1212 PlSqlLexerPASSWORD_LIFE_TIME = 1213 PlSqlLexerPASSWORD_LOCK_TIME = 1214 PlSqlLexerPASSWORD = 1215 PlSqlLexerPASSWORD_REUSE_MAX = 1216 PlSqlLexerPASSWORD_REUSE_TIME = 1217 PlSqlLexerPASSWORD_VERIFY_FUNCTION = 1218 PlSqlLexerPAST = 1219 PlSqlLexerPATCH = 1220 PlSqlLexerPATH = 1221 PlSqlLexerPATH_PREFIX = 1222 PlSqlLexerPATHS = 1223 PlSqlLexerPATTERN = 1224 PlSqlLexerPBL_HS_BEGIN = 1225 PlSqlLexerPBL_HS_END = 1226 PlSqlLexerPCTFREE = 1227 PlSqlLexerPCTINCREASE = 1228 PlSqlLexerPCTTHRESHOLD = 1229 PlSqlLexerPCTUSED = 1230 PlSqlLexerPCTVERSION = 1231 PlSqlLexerPENDING = 1232 PlSqlLexerPERCENT_FOUND = 1233 PlSqlLexerPERCENT_ISOPEN = 1234 PlSqlLexerPERCENT_NOTFOUND = 1235 PlSqlLexerPERCENT_KEYWORD = 1236 PlSqlLexerPERCENT_RANKM = 1237 PlSqlLexerPERCENT_ROWCOUNT = 1238 PlSqlLexerPERCENT_ROWTYPE = 1239 PlSqlLexerPERCENT_TYPE = 1240 PlSqlLexerPERFORMANCE = 1241 PlSqlLexerPERIOD_KEYWORD = 1242 PlSqlLexerPERMANENT = 1243 PlSqlLexerPERMISSION = 1244 PlSqlLexerPERMUTE = 1245 PlSqlLexerPER = 1246 PlSqlLexerPFILE = 1247 PlSqlLexerPHYSICAL = 1248 PlSqlLexerPIKEY = 1249 PlSqlLexerPIPELINED = 1250 PlSqlLexerPIPE = 1251 PlSqlLexerPIV_GB = 1252 PlSqlLexerPIVOT = 1253 PlSqlLexerPIV_SSF = 1254 PlSqlLexerPLACE_DISTINCT = 1255 PlSqlLexerPLACE_GROUP_BY = 1256 PlSqlLexerPLAN = 1257 PlSqlLexerPLSCOPE_SETTINGS = 1258 PlSqlLexerPLS_INTEGER = 1259 PlSqlLexerPLSQL_CCFLAGS = 1260 PlSqlLexerPLSQL_CODE_TYPE = 1261 PlSqlLexerPLSQL_DEBUG = 1262 PlSqlLexerPLSQL_OPTIMIZE_LEVEL = 1263 PlSqlLexerPLSQL_WARNINGS = 1264 PlSqlLexerPLUGGABLE = 1265 PlSqlLexerPOINT = 1266 PlSqlLexerPOLICY = 1267 PlSqlLexerPOOL_16K = 1268 PlSqlLexerPOOL_2K = 1269 PlSqlLexerPOOL_32K = 1270 PlSqlLexerPOOL_4K = 1271 PlSqlLexerPOOL_8K = 1272 PlSqlLexerPOSITIVEN = 1273 PlSqlLexerPOSITIVE = 1274 PlSqlLexerPOST_TRANSACTION = 1275 PlSqlLexerPOWERMULTISET_BY_CARDINALITY = 1276 PlSqlLexerPOWERMULTISET = 1277 PlSqlLexerPOWER = 1278 PlSqlLexerPQ_CONCURRENT_UNION = 1279 PlSqlLexerPQ_DISTRIBUTE = 1280 PlSqlLexerPQ_DISTRIBUTE_WINDOW = 1281 PlSqlLexerPQ_FILTER = 1282 PlSqlLexerPQ_MAP = 1283 PlSqlLexerPQ_NOMAP = 1284 PlSqlLexerPQ_REPLICATE = 1285 PlSqlLexerPQ_SKEW = 1286 PlSqlLexerPRAGMA = 1287 PlSqlLexerPREBUILT = 1288 PlSqlLexerPRECEDES = 1289 PlSqlLexerPRECEDING = 1290 PlSqlLexerPRECISION = 1291 PlSqlLexerPRECOMPUTE_SUBQUERY = 1292 PlSqlLexerPREDICATE_REORDERS = 1293 PlSqlLexerPRELOAD = 1294 PlSqlLexerPREPARE = 1295 PlSqlLexerPRESENTNNV = 1296 PlSqlLexerPRESENT = 1297 PlSqlLexerPRESENTV = 1298 PlSqlLexerPRESERVE_OID = 1299 PlSqlLexerPRESERVE = 1300 PlSqlLexerPRETTY = 1301 PlSqlLexerPREVIOUS = 1302 PlSqlLexerPREV = 1303 PlSqlLexerPRIMARY = 1304 PlSqlLexerPRINTBLOBTOCLOB = 1305 PlSqlLexerPRIORITY = 1306 PlSqlLexerPRIOR = 1307 PlSqlLexerPRIVATE = 1308 PlSqlLexerPRIVATE_SGA = 1309 PlSqlLexerPRIVILEGED = 1310 PlSqlLexerPRIVILEGE = 1311 PlSqlLexerPRIVILEGES = 1312 PlSqlLexerPROCEDURAL = 1313 PlSqlLexerPROCEDURE = 1314 PlSqlLexerPROCESS = 1315 PlSqlLexerPROFILE = 1316 PlSqlLexerPROGRAM = 1317 PlSqlLexerPROJECT = 1318 PlSqlLexerPROPAGATE = 1319 PlSqlLexerPROTECTED = 1320 PlSqlLexerPROTECTION = 1321 PlSqlLexerPROXY = 1322 PlSqlLexerPRUNING = 1323 PlSqlLexerPUBLIC = 1324 PlSqlLexerPULL_PRED = 1325 PlSqlLexerPURGE = 1326 PlSqlLexerPUSH_PRED = 1327 PlSqlLexerPUSH_SUBQ = 1328 PlSqlLexerPX_FAULT_TOLERANCE = 1329 PlSqlLexerPX_GRANULE = 1330 PlSqlLexerPX_JOIN_FILTER = 1331 PlSqlLexerQB_NAME = 1332 PlSqlLexerQUERY_BLOCK = 1333 PlSqlLexerQUERY = 1334 PlSqlLexerQUEUE_CURR = 1335 PlSqlLexerQUEUE = 1336 PlSqlLexerQUEUE_ROWP = 1337 PlSqlLexerQUIESCE = 1338 PlSqlLexerQUORUM = 1339 PlSqlLexerQUOTA = 1340 PlSqlLexerRAISE = 1341 PlSqlLexerRANDOM_LOCAL = 1342 PlSqlLexerRANDOM = 1343 PlSqlLexerRANGE = 1344 PlSqlLexerRANKM = 1345 PlSqlLexerRAPIDLY = 1346 PlSqlLexerRAW = 1347 PlSqlLexerRAWTOHEX = 1348 PlSqlLexerRAWTONHEX = 1349 PlSqlLexerRBA = 1350 PlSqlLexerRBO_OUTLINE = 1351 PlSqlLexerRDBA = 1352 PlSqlLexerREAD = 1353 PlSqlLexerREADS = 1354 PlSqlLexerREALM = 1355 PlSqlLexerREAL = 1356 PlSqlLexerREBALANCE = 1357 PlSqlLexerREBUILD = 1358 PlSqlLexerRECORD = 1359 PlSqlLexerRECORDS_PER_BLOCK = 1360 PlSqlLexerRECOVERABLE = 1361 PlSqlLexerRECOVER = 1362 PlSqlLexerRECOVERY = 1363 PlSqlLexerRECYCLEBIN = 1364 PlSqlLexerRECYCLE = 1365 PlSqlLexerREDACTION = 1366 PlSqlLexerREDEFINE = 1367 PlSqlLexerREDO = 1368 PlSqlLexerREDUCED = 1369 PlSqlLexerREDUNDANCY = 1370 PlSqlLexerREF_CASCADE_CURSOR = 1371 PlSqlLexerREFERENCED = 1372 PlSqlLexerREFERENCE = 1373 PlSqlLexerREFERENCES = 1374 PlSqlLexerREFERENCING = 1375 PlSqlLexerREF = 1376 PlSqlLexerREFRESH = 1377 PlSqlLexerREFTOHEX = 1378 PlSqlLexerREGEXP_COUNT = 1379 PlSqlLexerREGEXP_INSTR = 1380 PlSqlLexerREGEXP_LIKE = 1381 PlSqlLexerREGEXP_REPLACE = 1382 PlSqlLexerREGEXP_SUBSTR = 1383 PlSqlLexerREGISTER = 1384 PlSqlLexerREGR_AVGX = 1385 PlSqlLexerREGR_AVGY = 1386 PlSqlLexerREGR_COUNT = 1387 PlSqlLexerREGR_INTERCEPT = 1388 PlSqlLexerREGR_R2 = 1389 PlSqlLexerREGR_SLOPE = 1390 PlSqlLexerREGR_SXX = 1391 PlSqlLexerREGR_SXY = 1392 PlSqlLexerREGR_SYY = 1393 PlSqlLexerREGULAR = 1394 PlSqlLexerREJECT = 1395 PlSqlLexerREKEY = 1396 PlSqlLexerRELATIONAL = 1397 PlSqlLexerRELIES_ON = 1398 PlSqlLexerRELOCATE = 1399 PlSqlLexerRELY = 1400 PlSqlLexerREMAINDER = 1401 PlSqlLexerREMOTE_MAPPED = 1402 PlSqlLexerREMOVE = 1403 PlSqlLexerRENAME = 1404 PlSqlLexerREPAIR = 1405 PlSqlLexerREPEAT = 1406 PlSqlLexerREPLACE = 1407 PlSqlLexerREPLICATION = 1408 PlSqlLexerREQUIRED = 1409 PlSqlLexerRESETLOGS = 1410 PlSqlLexerRESET = 1411 PlSqlLexerRESIZE = 1412 PlSqlLexerRESOLVE = 1413 PlSqlLexerRESOLVER = 1414 PlSqlLexerRESOURCE = 1415 PlSqlLexerRESPECT = 1416 PlSqlLexerRESTART = 1417 PlSqlLexerRESTORE_AS_INTERVALS = 1418 PlSqlLexerRESTORE = 1419 PlSqlLexerRESTRICT_ALL_REF_CONS = 1420 PlSqlLexerRESTRICTED = 1421 PlSqlLexerRESTRICT_REFERENCES = 1422 PlSqlLexerRESTRICT = 1423 PlSqlLexerRESULT_CACHE = 1424 PlSqlLexerRESULT = 1425 PlSqlLexerRESUMABLE = 1426 PlSqlLexerRESUME = 1427 PlSqlLexerRETENTION = 1428 PlSqlLexerRETRY_ON_ROW_CHANGE = 1429 PlSqlLexerRETURNING = 1430 PlSqlLexerRETURN = 1431 PlSqlLexerREUSE = 1432 PlSqlLexerREVERSE = 1433 PlSqlLexerREVOKE = 1434 PlSqlLexerREWRITE_OR_ERROR = 1435 PlSqlLexerREWRITE = 1436 PlSqlLexerRIGHT = 1437 PlSqlLexerROLE = 1438 PlSqlLexerROLESET = 1439 PlSqlLexerROLES = 1440 PlSqlLexerROLLBACK = 1441 PlSqlLexerROLLING = 1442 PlSqlLexerROLLUP = 1443 PlSqlLexerROWDEPENDENCIES = 1444 PlSqlLexerROWID_MAPPING_TABLE = 1445 PlSqlLexerROWID = 1446 PlSqlLexerROWIDTOCHAR = 1447 PlSqlLexerROWIDTONCHAR = 1448 PlSqlLexerROW_LENGTH = 1449 PlSqlLexerROWNUM = 1450 PlSqlLexerROW = 1451 PlSqlLexerROWS = 1452 PlSqlLexerRPAD = 1453 PlSqlLexerRTRIM = 1454 PlSqlLexerRULE = 1455 PlSqlLexerRULES = 1456 PlSqlLexerRUNNING = 1457 PlSqlLexerSALT = 1458 PlSqlLexerSAMPLE = 1459 PlSqlLexerSAVE_AS_INTERVALS = 1460 PlSqlLexerSAVEPOINT = 1461 PlSqlLexerSAVE = 1462 PlSqlLexerSB4 = 1463 PlSqlLexerSCALE_ROWS = 1464 PlSqlLexerSCALE = 1465 PlSqlLexerSCAN_INSTANCES = 1466 PlSqlLexerSCAN = 1467 PlSqlLexerSCHEDULER = 1468 PlSqlLexerSCHEMACHECK = 1469 PlSqlLexerSCHEMA = 1470 PlSqlLexerSCN_ASCENDING = 1471 PlSqlLexerSCN = 1472 PlSqlLexerSCOPE = 1473 PlSqlLexerSCRUB = 1474 PlSqlLexerSD_ALL = 1475 PlSqlLexerSD_INHIBIT = 1476 PlSqlLexerSDO_GEOM_MBR = 1477 PlSqlLexerSD_SHOW = 1478 PlSqlLexerSEARCH = 1479 PlSqlLexerSECOND = 1480 PlSqlLexerSECRET = 1481 PlSqlLexerSECUREFILE_DBA = 1482 PlSqlLexerSECUREFILE = 1483 PlSqlLexerSECURITY = 1484 PlSqlLexerSEED = 1485 PlSqlLexerSEG_BLOCK = 1486 PlSqlLexerSEG_FILE = 1487 PlSqlLexerSEGMENT = 1488 PlSqlLexerSELECTIVITY = 1489 PlSqlLexerSELECT = 1490 PlSqlLexerSELF = 1491 PlSqlLexerSEMIJOIN_DRIVER = 1492 PlSqlLexerSEMIJOIN = 1493 PlSqlLexerSEMI_TO_INNER = 1494 PlSqlLexerSEQUENCED = 1495 PlSqlLexerSEQUENCE = 1496 PlSqlLexerSEQUENTIAL = 1497 PlSqlLexerSEQ = 1498 PlSqlLexerSERIALIZABLE = 1499 PlSqlLexerSERIALLY_REUSABLE = 1500 PlSqlLexerSERIAL = 1501 PlSqlLexerSERVERERROR = 1502 PlSqlLexerSERVICE_NAME_CONVERT = 1503 PlSqlLexerSERVICES = 1504 PlSqlLexerSESSION_CACHED_CURSORS = 1505 PlSqlLexerSESSION = 1506 PlSqlLexerSESSIONS_PER_USER = 1507 PlSqlLexerSESSIONTIMEZONE = 1508 PlSqlLexerSESSIONTZNAME = 1509 PlSqlLexerSET = 1510 PlSqlLexerSETS = 1511 PlSqlLexerSETTINGS = 1512 PlSqlLexerSET_TO_JOIN = 1513 PlSqlLexerSEVERE = 1514 PlSqlLexerSHARED_POOL = 1515 PlSqlLexerSHARED = 1516 PlSqlLexerSHARE = 1517 PlSqlLexerSHARING = 1518 PlSqlLexerSHELFLIFE = 1519 PlSqlLexerSHOW = 1520 PlSqlLexerSHRINK = 1521 PlSqlLexerSHUTDOWN = 1522 PlSqlLexerSIBLINGS = 1523 PlSqlLexerSID = 1524 PlSqlLexerSIGNAL_COMPONENT = 1525 PlSqlLexerSIGNAL_FUNCTION = 1526 PlSqlLexerSIGN = 1527 PlSqlLexerSIGNTYPE = 1528 PlSqlLexerSIMPLE_INTEGER = 1529 PlSqlLexerSIMPLE = 1530 PlSqlLexerSINGLE = 1531 PlSqlLexerSINGLETASK = 1532 PlSqlLexerSINH = 1533 PlSqlLexerSIN = 1534 PlSqlLexerSIZE = 1535 PlSqlLexerSKIP_EXT_OPTIMIZER = 1536 PlSqlLexerSKIP_ = 1537 PlSqlLexerSKIP_UNQ_UNUSABLE_IDX = 1538 PlSqlLexerSKIP_UNUSABLE_INDEXES = 1539 PlSqlLexerSMALLFILE = 1540 PlSqlLexerSMALLINT = 1541 PlSqlLexerSNAPSHOT = 1542 PlSqlLexerSOME = 1543 PlSqlLexerSORT = 1544 PlSqlLexerSOUNDEX = 1545 PlSqlLexerSOURCE_FILE_DIRECTORY = 1546 PlSqlLexerSOURCE_FILE_NAME_CONVERT = 1547 PlSqlLexerSOURCE = 1548 PlSqlLexerSPACE_KEYWORD = 1549 PlSqlLexerSPECIFICATION = 1550 PlSqlLexerSPFILE = 1551 PlSqlLexerSPLIT = 1552 PlSqlLexerSPREADSHEET = 1553 PlSqlLexerSQLDATA = 1554 PlSqlLexerSQLERROR = 1555 PlSqlLexerSQLLDR = 1556 PlSqlLexerSQL = 1557 PlSqlLexerSQL_TRACE = 1558 PlSqlLexerSQL_TRANSLATION_PROFILE = 1559 PlSqlLexerSQRT = 1560 PlSqlLexerSTALE = 1561 PlSqlLexerSTANDALONE = 1562 PlSqlLexerSTANDARD_HASH = 1563 PlSqlLexerSTANDBY_MAX_DATA_DELAY = 1564 PlSqlLexerSTANDBYS = 1565 PlSqlLexerSTANDBY = 1566 PlSqlLexerSTAR = 1567 PlSqlLexerSTAR_TRANSFORMATION = 1568 PlSqlLexerSTART = 1569 PlSqlLexerSTARTUP = 1570 PlSqlLexerSTATEMENT_ID = 1571 PlSqlLexerSTATEMENT_QUEUING = 1572 PlSqlLexerSTATEMENTS = 1573 PlSqlLexerSTATEMENT = 1574 PlSqlLexerSTATE = 1575 PlSqlLexerSTATIC = 1576 PlSqlLexerSTATISTICS = 1577 PlSqlLexerSTATS_BINOMIAL_TEST = 1578 PlSqlLexerSTATS_CROSSTAB = 1579 PlSqlLexerSTATS_F_TEST = 1580 PlSqlLexerSTATS_KS_TEST = 1581 PlSqlLexerSTATS_MODE = 1582 PlSqlLexerSTATS_MW_TEST = 1583 PlSqlLexerSTATS_ONE_WAY_ANOVA = 1584 PlSqlLexerSTATS_T_TEST_INDEP = 1585 PlSqlLexerSTATS_T_TEST_INDEPU = 1586 PlSqlLexerSTATS_T_TEST_ONE = 1587 PlSqlLexerSTATS_T_TEST_PAIRED = 1588 PlSqlLexerSTATS_WSR_TEST = 1589 PlSqlLexerSTDDEV_POP = 1590 PlSqlLexerSTDDEV_SAMP = 1591 PlSqlLexerSTOP = 1592 PlSqlLexerSTORAGE = 1593 PlSqlLexerSTORE = 1594 PlSqlLexerSTREAMS = 1595 PlSqlLexerSTREAM = 1596 PlSqlLexerSTRICT = 1597 PlSqlLexerSTRING = 1598 PlSqlLexerSTRIPE_COLUMNS = 1599 PlSqlLexerSTRIPE_WIDTH = 1600 PlSqlLexerSTRIP = 1601 PlSqlLexerSTRUCTURE = 1602 PlSqlLexerSUBMULTISET = 1603 PlSqlLexerSUBPARTITION_REL = 1604 PlSqlLexerSUBPARTITIONS = 1605 PlSqlLexerSUBPARTITION = 1606 PlSqlLexerSUBQUERIES = 1607 PlSqlLexerSUBQUERY_PRUNING = 1608 PlSqlLexerSUBSCRIBE = 1609 PlSqlLexerSUBSET = 1610 PlSqlLexerSUBSTITUTABLE = 1611 PlSqlLexerSUBSTR2 = 1612 PlSqlLexerSUBSTR4 = 1613 PlSqlLexerSUBSTRB = 1614 PlSqlLexerSUBSTRC = 1615 PlSqlLexerSUBTYPE = 1616 PlSqlLexerSUCCESSFUL = 1617 PlSqlLexerSUCCESS = 1618 PlSqlLexerSUMMARY = 1619 PlSqlLexerSUPPLEMENTAL = 1620 PlSqlLexerSUSPEND = 1621 PlSqlLexerSWAP_JOIN_INPUTS = 1622 PlSqlLexerSWITCHOVER = 1623 PlSqlLexerSWITCH = 1624 PlSqlLexerSYNCHRONOUS = 1625 PlSqlLexerSYNC = 1626 PlSqlLexerSYNONYM = 1627 PlSqlLexerSYSASM = 1628 PlSqlLexerSYS_AUDIT = 1629 PlSqlLexerSYSAUX = 1630 PlSqlLexerSYSBACKUP = 1631 PlSqlLexerSYS_CHECKACL = 1632 PlSqlLexerSYS_CHECK_PRIVILEGE = 1633 PlSqlLexerSYS_CONNECT_BY_PATH = 1634 PlSqlLexerSYS_CONTEXT = 1635 PlSqlLexerSYSDATE = 1636 PlSqlLexerSYSDBA = 1637 PlSqlLexerSYS_DBURIGEN = 1638 PlSqlLexerSYSDG = 1639 PlSqlLexerSYS_DL_CURSOR = 1640 PlSqlLexerSYS_DM_RXFORM_CHR = 1641 PlSqlLexerSYS_DM_RXFORM_NUM = 1642 PlSqlLexerSYS_DOM_COMPARE = 1643 PlSqlLexerSYS_DST_PRIM2SEC = 1644 PlSqlLexerSYS_DST_SEC2PRIM = 1645 PlSqlLexerSYS_ET_BFILE_TO_RAW = 1646 PlSqlLexerSYS_ET_BLOB_TO_IMAGE = 1647 PlSqlLexerSYS_ET_IMAGE_TO_BLOB = 1648 PlSqlLexerSYS_ET_RAW_TO_BFILE = 1649 PlSqlLexerSYS_EXTPDTXT = 1650 PlSqlLexerSYS_EXTRACT_UTC = 1651 PlSqlLexerSYS_FBT_INSDEL = 1652 PlSqlLexerSYS_FILTER_ACLS = 1653 PlSqlLexerSYS_FNMATCHES = 1654 PlSqlLexerSYS_FNREPLACE = 1655 PlSqlLexerSYS_GET_ACLIDS = 1656 PlSqlLexerSYS_GET_COL_ACLIDS = 1657 PlSqlLexerSYS_GET_PRIVILEGES = 1658 PlSqlLexerSYS_GETTOKENID = 1659 PlSqlLexerSYS_GETXTIVAL = 1660 PlSqlLexerSYS_GUID = 1661 PlSqlLexerSYSGUID = 1662 PlSqlLexerSYSKM = 1663 PlSqlLexerSYS_MAKE_XMLNODEID = 1664 PlSqlLexerSYS_MAKEXML = 1665 PlSqlLexerSYS_MKXMLATTR = 1666 PlSqlLexerSYS_MKXTI = 1667 PlSqlLexerSYSOBJ = 1668 PlSqlLexerSYS_OP_ADT2BIN = 1669 PlSqlLexerSYS_OP_ADTCONS = 1670 PlSqlLexerSYS_OP_ALSCRVAL = 1671 PlSqlLexerSYS_OP_ATG = 1672 PlSqlLexerSYS_OP_BIN2ADT = 1673 PlSqlLexerSYS_OP_BITVEC = 1674 PlSqlLexerSYS_OP_BL2R = 1675 PlSqlLexerSYS_OP_BLOOM_FILTER_LIST = 1676 PlSqlLexerSYS_OP_BLOOM_FILTER = 1677 PlSqlLexerSYS_OP_C2C = 1678 PlSqlLexerSYS_OP_CAST = 1679 PlSqlLexerSYS_OP_CEG = 1680 PlSqlLexerSYS_OP_CL2C = 1681 PlSqlLexerSYS_OP_COMBINED_HASH = 1682 PlSqlLexerSYS_OP_COMP = 1683 PlSqlLexerSYS_OP_CONVERT = 1684 PlSqlLexerSYS_OP_COUNTCHG = 1685 PlSqlLexerSYS_OP_CSCONV = 1686 PlSqlLexerSYS_OP_CSCONVTEST = 1687 PlSqlLexerSYS_OP_CSR = 1688 PlSqlLexerSYS_OP_CSX_PATCH = 1689 PlSqlLexerSYS_OP_CYCLED_SEQ = 1690 PlSqlLexerSYS_OP_DECOMP = 1691 PlSqlLexerSYS_OP_DESCEND = 1692 PlSqlLexerSYS_OP_DISTINCT = 1693 PlSqlLexerSYS_OP_DRA = 1694 PlSqlLexerSYS_OP_DUMP = 1695 PlSqlLexerSYS_OP_DV_CHECK = 1696 PlSqlLexerSYS_OP_ENFORCE_NOT_NULL = 1697 PlSqlLexerSYSOPER = 1698 PlSqlLexerSYS_OP_EXTRACT = 1699 PlSqlLexerSYS_OP_GROUPING = 1700 PlSqlLexerSYS_OP_GUID = 1701 PlSqlLexerSYS_OP_HASH = 1702 PlSqlLexerSYS_OP_IIX = 1703 PlSqlLexerSYS_OP_ITR = 1704 PlSqlLexerSYS_OP_KEY_VECTOR_CREATE = 1705 PlSqlLexerSYS_OP_KEY_VECTOR_FILTER_LIST = 1706 PlSqlLexerSYS_OP_KEY_VECTOR_FILTER = 1707 PlSqlLexerSYS_OP_KEY_VECTOR_SUCCEEDED = 1708 PlSqlLexerSYS_OP_KEY_VECTOR_USE = 1709 PlSqlLexerSYS_OP_LBID = 1710 PlSqlLexerSYS_OP_LOBLOC2BLOB = 1711 PlSqlLexerSYS_OP_LOBLOC2CLOB = 1712 PlSqlLexerSYS_OP_LOBLOC2ID = 1713 PlSqlLexerSYS_OP_LOBLOC2NCLOB = 1714 PlSqlLexerSYS_OP_LOBLOC2TYP = 1715 PlSqlLexerSYS_OP_LSVI = 1716 PlSqlLexerSYS_OP_LVL = 1717 PlSqlLexerSYS_OP_MAKEOID = 1718 PlSqlLexerSYS_OP_MAP_NONNULL = 1719 PlSqlLexerSYS_OP_MSR = 1720 PlSqlLexerSYS_OP_NICOMBINE = 1721 PlSqlLexerSYS_OP_NIEXTRACT = 1722 PlSqlLexerSYS_OP_NII = 1723 PlSqlLexerSYS_OP_NIX = 1724 PlSqlLexerSYS_OP_NOEXPAND = 1725 PlSqlLexerSYS_OP_NTCIMG = 1726 PlSqlLexerSYS_OP_NUMTORAW = 1727 PlSqlLexerSYS_OP_OIDVALUE = 1728 PlSqlLexerSYS_OP_OPNSIZE = 1729 PlSqlLexerSYS_OP_PAR_1 = 1730 PlSqlLexerSYS_OP_PARGID_1 = 1731 PlSqlLexerSYS_OP_PARGID = 1732 PlSqlLexerSYS_OP_PAR = 1733 PlSqlLexerSYS_OP_PART_ID = 1734 PlSqlLexerSYS_OP_PIVOT = 1735 PlSqlLexerSYS_OP_R2O = 1736 PlSqlLexerSYS_OP_RAWTONUM = 1737 PlSqlLexerSYS_OP_RDTM = 1738 PlSqlLexerSYS_OP_REF = 1739 PlSqlLexerSYS_OP_RMTD = 1740 PlSqlLexerSYS_OP_ROWIDTOOBJ = 1741 PlSqlLexerSYS_OP_RPB = 1742 PlSqlLexerSYS_OPTLOBPRBSC = 1743 PlSqlLexerSYS_OP_TOSETID = 1744 PlSqlLexerSYS_OP_TPR = 1745 PlSqlLexerSYS_OP_TRTB = 1746 PlSqlLexerSYS_OPTXICMP = 1747 PlSqlLexerSYS_OPTXQCASTASNQ = 1748 PlSqlLexerSYS_OP_UNDESCEND = 1749 PlSqlLexerSYS_OP_VECAND = 1750 PlSqlLexerSYS_OP_VECBIT = 1751 PlSqlLexerSYS_OP_VECOR = 1752 PlSqlLexerSYS_OP_VECXOR = 1753 PlSqlLexerSYS_OP_VERSION = 1754 PlSqlLexerSYS_OP_VREF = 1755 PlSqlLexerSYS_OP_VVD = 1756 PlSqlLexerSYS_OP_XMLCONS_FOR_CSX = 1757 PlSqlLexerSYS_OP_XPTHATG = 1758 PlSqlLexerSYS_OP_XPTHIDX = 1759 PlSqlLexerSYS_OP_XPTHOP = 1760 PlSqlLexerSYS_OP_XTXT2SQLT = 1761 PlSqlLexerSYS_OP_ZONE_ID = 1762 PlSqlLexerSYS_ORDERKEY_DEPTH = 1763 PlSqlLexerSYS_ORDERKEY_MAXCHILD = 1764 PlSqlLexerSYS_ORDERKEY_PARENT = 1765 PlSqlLexerSYS_PARALLEL_TXN = 1766 PlSqlLexerSYS_PATHID_IS_ATTR = 1767 PlSqlLexerSYS_PATHID_IS_NMSPC = 1768 PlSqlLexerSYS_PATHID_LASTNAME = 1769 PlSqlLexerSYS_PATHID_LASTNMSPC = 1770 PlSqlLexerSYS_PATH_REVERSE = 1771 PlSqlLexerSYS_PXQEXTRACT = 1772 PlSqlLexerSYS_RAW_TO_XSID = 1773 PlSqlLexerSYS_RID_ORDER = 1774 PlSqlLexerSYS_ROW_DELTA = 1775 PlSqlLexerSYS_SC_2_XMLT = 1776 PlSqlLexerSYS_SYNRCIREDO = 1777 PlSqlLexerSYSTEM_DEFINED = 1778 PlSqlLexerSYSTEM = 1779 PlSqlLexerSYSTIMESTAMP = 1780 PlSqlLexerSYS_TYPEID = 1781 PlSqlLexerSYS_UMAKEXML = 1782 PlSqlLexerSYS_XMLANALYZE = 1783 PlSqlLexerSYS_XMLCONTAINS = 1784 PlSqlLexerSYS_XMLCONV = 1785 PlSqlLexerSYS_XMLEXNSURI = 1786 PlSqlLexerSYS_XMLGEN = 1787 PlSqlLexerSYS_XMLI_LOC_ISNODE = 1788 PlSqlLexerSYS_XMLI_LOC_ISTEXT = 1789 PlSqlLexerSYS_XMLINSTR = 1790 PlSqlLexerSYS_XMLLOCATOR_GETSVAL = 1791 PlSqlLexerSYS_XMLNODEID_GETCID = 1792 PlSqlLexerSYS_XMLNODEID_GETLOCATOR = 1793 PlSqlLexerSYS_XMLNODEID_GETOKEY = 1794 PlSqlLexerSYS_XMLNODEID_GETPATHID = 1795 PlSqlLexerSYS_XMLNODEID_GETPTRID = 1796 PlSqlLexerSYS_XMLNODEID_GETRID = 1797 PlSqlLexerSYS_XMLNODEID_GETSVAL = 1798 PlSqlLexerSYS_XMLNODEID_GETTID = 1799 PlSqlLexerSYS_XMLNODEID = 1800 PlSqlLexerSYS_XMLT_2_SC = 1801 PlSqlLexerSYS_XMLTRANSLATE = 1802 PlSqlLexerSYS_XMLTYPE2SQL = 1803 PlSqlLexerSYS_XQ_ASQLCNV = 1804 PlSqlLexerSYS_XQ_ATOMCNVCHK = 1805 PlSqlLexerSYS_XQBASEURI = 1806 PlSqlLexerSYS_XQCASTABLEERRH = 1807 PlSqlLexerSYS_XQCODEP2STR = 1808 PlSqlLexerSYS_XQCODEPEQ = 1809 PlSqlLexerSYS_XQCON2SEQ = 1810 PlSqlLexerSYS_XQCONCAT = 1811 PlSqlLexerSYS_XQDELETE = 1812 PlSqlLexerSYS_XQDFLTCOLATION = 1813 PlSqlLexerSYS_XQDOC = 1814 PlSqlLexerSYS_XQDOCURI = 1815 PlSqlLexerSYS_XQDURDIV = 1816 PlSqlLexerSYS_XQED4URI = 1817 PlSqlLexerSYS_XQENDSWITH = 1818 PlSqlLexerSYS_XQERRH = 1819 PlSqlLexerSYS_XQERR = 1820 PlSqlLexerSYS_XQESHTMLURI = 1821 PlSqlLexerSYS_XQEXLOBVAL = 1822 PlSqlLexerSYS_XQEXSTWRP = 1823 PlSqlLexerSYS_XQEXTRACT = 1824 PlSqlLexerSYS_XQEXTRREF = 1825 PlSqlLexerSYS_XQEXVAL = 1826 PlSqlLexerSYS_XQFB2STR = 1827 PlSqlLexerSYS_XQFNBOOL = 1828 PlSqlLexerSYS_XQFNCMP = 1829 PlSqlLexerSYS_XQFNDATIM = 1830 PlSqlLexerSYS_XQFNLNAME = 1831 PlSqlLexerSYS_XQFNNM = 1832 PlSqlLexerSYS_XQFNNSURI = 1833 PlSqlLexerSYS_XQFNPREDTRUTH = 1834 PlSqlLexerSYS_XQFNQNM = 1835 PlSqlLexerSYS_XQFNROOT = 1836 PlSqlLexerSYS_XQFORMATNUM = 1837 PlSqlLexerSYS_XQFTCONTAIN = 1838 PlSqlLexerSYS_XQFUNCR = 1839 PlSqlLexerSYS_XQGETCONTENT = 1840 PlSqlLexerSYS_XQINDXOF = 1841 PlSqlLexerSYS_XQINSERT = 1842 PlSqlLexerSYS_XQINSPFX = 1843 PlSqlLexerSYS_XQIRI2URI = 1844 PlSqlLexerSYS_XQLANG = 1845 PlSqlLexerSYS_XQLLNMFRMQNM = 1846 PlSqlLexerSYS_XQMKNODEREF = 1847 PlSqlLexerSYS_XQNILLED = 1848 PlSqlLexerSYS_XQNODENAME = 1849 PlSqlLexerSYS_XQNORMSPACE = 1850 PlSqlLexerSYS_XQNORMUCODE = 1851 PlSqlLexerSYS_XQ_NRNG = 1852 PlSqlLexerSYS_XQNSP4PFX = 1853 PlSqlLexerSYS_XQNSPFRMQNM = 1854 PlSqlLexerSYS_XQPFXFRMQNM = 1855 PlSqlLexerSYS_XQ_PKSQL2XML = 1856 PlSqlLexerSYS_XQPOLYABS = 1857 PlSqlLexerSYS_XQPOLYADD = 1858 PlSqlLexerSYS_XQPOLYCEL = 1859 PlSqlLexerSYS_XQPOLYCSTBL = 1860 PlSqlLexerSYS_XQPOLYCST = 1861 PlSqlLexerSYS_XQPOLYDIV = 1862 PlSqlLexerSYS_XQPOLYFLR = 1863 PlSqlLexerSYS_XQPOLYMOD = 1864 PlSqlLexerSYS_XQPOLYMUL = 1865 PlSqlLexerSYS_XQPOLYRND = 1866 PlSqlLexerSYS_XQPOLYSQRT = 1867 PlSqlLexerSYS_XQPOLYSUB = 1868 PlSqlLexerSYS_XQPOLYUMUS = 1869 PlSqlLexerSYS_XQPOLYUPLS = 1870 PlSqlLexerSYS_XQPOLYVEQ = 1871 PlSqlLexerSYS_XQPOLYVGE = 1872 PlSqlLexerSYS_XQPOLYVGT = 1873 PlSqlLexerSYS_XQPOLYVLE = 1874 PlSqlLexerSYS_XQPOLYVLT = 1875 PlSqlLexerSYS_XQPOLYVNE = 1876 PlSqlLexerSYS_XQREF2VAL = 1877 PlSqlLexerSYS_XQRENAME = 1878 PlSqlLexerSYS_XQREPLACE = 1879 PlSqlLexerSYS_XQRESVURI = 1880 PlSqlLexerSYS_XQRNDHALF2EVN = 1881 PlSqlLexerSYS_XQRSLVQNM = 1882 PlSqlLexerSYS_XQRYENVPGET = 1883 PlSqlLexerSYS_XQRYVARGET = 1884 PlSqlLexerSYS_XQRYWRP = 1885 PlSqlLexerSYS_XQSEQ2CON4XC = 1886 PlSqlLexerSYS_XQSEQ2CON = 1887 PlSqlLexerSYS_XQSEQDEEPEQ = 1888 PlSqlLexerSYS_XQSEQINSB = 1889 PlSqlLexerSYS_XQSEQRM = 1890 PlSqlLexerSYS_XQSEQRVS = 1891 PlSqlLexerSYS_XQSEQSUB = 1892 PlSqlLexerSYS_XQSEQTYPMATCH = 1893 PlSqlLexerSYS_XQSTARTSWITH = 1894 PlSqlLexerSYS_XQSTATBURI = 1895 PlSqlLexerSYS_XQSTR2CODEP = 1896 PlSqlLexerSYS_XQSTRJOIN = 1897 PlSqlLexerSYS_XQSUBSTRAFT = 1898 PlSqlLexerSYS_XQSUBSTRBEF = 1899 PlSqlLexerSYS_XQTOKENIZE = 1900 PlSqlLexerSYS_XQTREATAS = 1901 PlSqlLexerSYS_XQ_UPKXML2SQL = 1902 PlSqlLexerSYS_XQXFORM = 1903 PlSqlLexerSYS_XSID_TO_RAW = 1904 PlSqlLexerSYS_ZMAP_FILTER = 1905 PlSqlLexerSYS_ZMAP_REFRESH = 1906 PlSqlLexerTABLE_LOOKUP_BY_NL = 1907 PlSqlLexerTABLESPACE_NO = 1908 PlSqlLexerTABLESPACE = 1909 PlSqlLexerTABLES = 1910 PlSqlLexerTABLE_STATS = 1911 PlSqlLexerTABLE = 1912 PlSqlLexerTABNO = 1913 PlSqlLexerTAG = 1914 PlSqlLexerTANH = 1915 PlSqlLexerTAN = 1916 PlSqlLexerTBLORIDXPARTNUM = 1917 PlSqlLexerTEMPFILE = 1918 PlSqlLexerTEMPLATE = 1919 PlSqlLexerTEMPORARY = 1920 PlSqlLexerTEMP_TABLE = 1921 PlSqlLexerTEST = 1922 PlSqlLexerTEXT = 1923 PlSqlLexerTHAN = 1924 PlSqlLexerTHEN = 1925 PlSqlLexerTHE = 1926 PlSqlLexerTHREAD = 1927 PlSqlLexerTHROUGH = 1928 PlSqlLexerTIER = 1929 PlSqlLexerTIES = 1930 PlSqlLexerTIMEOUT = 1931 PlSqlLexerTIMESTAMP_LTZ_UNCONSTRAINED = 1932 PlSqlLexerTIMESTAMP = 1933 PlSqlLexerTIMESTAMP_TZ_UNCONSTRAINED = 1934 PlSqlLexerTIMESTAMP_UNCONSTRAINED = 1935 PlSqlLexerTIMES = 1936 PlSqlLexerTIME = 1937 PlSqlLexerTIMEZONE = 1938 PlSqlLexerTIMEZONE_ABBR = 1939 PlSqlLexerTIMEZONE_HOUR = 1940 PlSqlLexerTIMEZONE_MINUTE = 1941 PlSqlLexerTIMEZONE_OFFSET = 1942 PlSqlLexerTIMEZONE_REGION = 1943 PlSqlLexerTIME_ZONE = 1944 PlSqlLexerTIV_GB = 1945 PlSqlLexerTIV_SSF = 1946 PlSqlLexerTO_ACLID = 1947 PlSqlLexerTO_BINARY_DOUBLE = 1948 PlSqlLexerTO_BINARY_FLOAT = 1949 PlSqlLexerTO_BLOB = 1950 PlSqlLexerTO_CLOB = 1951 PlSqlLexerTO_DSINTERVAL = 1952 PlSqlLexerTO_LOB = 1953 PlSqlLexerTO_MULTI_BYTE = 1954 PlSqlLexerTO_NCHAR = 1955 PlSqlLexerTO_NCLOB = 1956 PlSqlLexerTO_NUMBER = 1957 PlSqlLexerTOPLEVEL = 1958 PlSqlLexerTO_SINGLE_BYTE = 1959 PlSqlLexerTO_TIMESTAMP = 1960 PlSqlLexerTO_TIMESTAMP_TZ = 1961 PlSqlLexerTO_TIME = 1962 PlSqlLexerTO_TIME_TZ = 1963 PlSqlLexerTO = 1964 PlSqlLexerTO_YMINTERVAL = 1965 PlSqlLexerTRACE = 1966 PlSqlLexerTRACING = 1967 PlSqlLexerTRACKING = 1968 PlSqlLexerTRAILING = 1969 PlSqlLexerTRANSACTION = 1970 PlSqlLexerTRANSFORM_DISTINCT_AGG = 1971 PlSqlLexerTRANSITIONAL = 1972 PlSqlLexerTRANSITION = 1973 PlSqlLexerTRANSLATE = 1974 PlSqlLexerTRANSLATION = 1975 PlSqlLexerTREAT = 1976 PlSqlLexerTRIGGERS = 1977 PlSqlLexerTRIGGER = 1978 PlSqlLexerTRUE = 1979 PlSqlLexerTRUNCATE = 1980 PlSqlLexerTRUNC = 1981 PlSqlLexerTRUSTED = 1982 PlSqlLexerTRUST = 1983 PlSqlLexerTUNING = 1984 PlSqlLexerTX = 1985 PlSqlLexerTYPES = 1986 PlSqlLexerTYPE = 1987 PlSqlLexerTZ_OFFSET = 1988 PlSqlLexerUB2 = 1989 PlSqlLexerUBA = 1990 PlSqlLexerUCS2 = 1991 PlSqlLexerUID = 1992 PlSqlLexerUNARCHIVED = 1993 PlSqlLexerUNBOUNDED = 1994 PlSqlLexerUNBOUND = 1995 PlSqlLexerUNCONDITIONAL = 1996 PlSqlLexerUNDER = 1997 PlSqlLexerUNDO = 1998 PlSqlLexerUNDROP = 1999 PlSqlLexerUNIFORM = 2000 PlSqlLexerUNION = 2001 PlSqlLexerUNIQUE = 2002 PlSqlLexerUNISTR = 2003 PlSqlLexerUNLIMITED = 2004 PlSqlLexerUNLOAD = 2005 PlSqlLexerUNLOCK = 2006 PlSqlLexerUNMATCHED = 2007 PlSqlLexerUNNEST_INNERJ_DISTINCT_VIEW = 2008 PlSqlLexerUNNEST_NOSEMIJ_NODISTINCTVIEW = 2009 PlSqlLexerUNNEST_SEMIJ_VIEW = 2010 PlSqlLexerUNNEST = 2011 PlSqlLexerUNPACKED = 2012 PlSqlLexerUNPIVOT = 2013 PlSqlLexerUNPLUG = 2014 PlSqlLexerUNPROTECTED = 2015 PlSqlLexerUNQUIESCE = 2016 PlSqlLexerUNRECOVERABLE = 2017 PlSqlLexerUNRESTRICTED = 2018 PlSqlLexerUNSUBSCRIBE = 2019 PlSqlLexerUNTIL = 2020 PlSqlLexerUNUSABLE = 2021 PlSqlLexerUNUSED = 2022 PlSqlLexerUPDATABLE = 2023 PlSqlLexerUPDATED = 2024 PlSqlLexerUPDATE = 2025 PlSqlLexerUPDATEXML = 2026 PlSqlLexerUPD_INDEXES = 2027 PlSqlLexerUPD_JOININDEX = 2028 PlSqlLexerUPGRADE = 2029 PlSqlLexerUPPER = 2030 PlSqlLexerUPSERT = 2031 PlSqlLexerUROWID = 2032 PlSqlLexerUSABLE = 2033 PlSqlLexerUSAGE = 2034 PlSqlLexerUSE_ANTI = 2035 PlSqlLexerUSE_CONCAT = 2036 PlSqlLexerUSE_CUBE = 2037 PlSqlLexerUSE_HASH_AGGREGATION = 2038 PlSqlLexerUSE_HASH_GBY_FOR_PUSHDOWN = 2039 PlSqlLexerUSE_HASH = 2040 PlSqlLexerUSE_HIDDEN_PARTITIONS = 2041 PlSqlLexerUSE_INVISIBLE_INDEXES = 2042 PlSqlLexerUSE_MERGE_CARTESIAN = 2043 PlSqlLexerUSE_MERGE = 2044 PlSqlLexerUSE_NL = 2045 PlSqlLexerUSE_NL_WITH_INDEX = 2046 PlSqlLexerUSE_PRIVATE_OUTLINES = 2047 PlSqlLexerUSER_DATA = 2048 PlSqlLexerUSER_DEFINED = 2049 PlSqlLexerUSERENV = 2050 PlSqlLexerUSERGROUP = 2051 PlSqlLexerUSER_RECYCLEBIN = 2052 PlSqlLexerUSERS = 2053 PlSqlLexerUSER_TABLESPACES = 2054 PlSqlLexerUSER = 2055 PlSqlLexerUSE_SEMI = 2056 PlSqlLexerUSE_STORED_OUTLINES = 2057 PlSqlLexerUSE_TTT_FOR_GSETS = 2058 PlSqlLexerUSE = 2059 PlSqlLexerUSE_VECTOR_AGGREGATION = 2060 PlSqlLexerUSE_WEAK_NAME_RESL = 2061 PlSqlLexerUSING_NO_EXPAND = 2062 PlSqlLexerUSING = 2063 PlSqlLexerUTF16BE = 2064 PlSqlLexerUTF16LE = 2065 PlSqlLexerUTF32 = 2066 PlSqlLexerUTF8 = 2067 PlSqlLexerV1 = 2068 PlSqlLexerV2 = 2069 PlSqlLexerVALIDATE = 2070 PlSqlLexerVALIDATION = 2071 PlSqlLexerVALID_TIME_END = 2072 PlSqlLexerVALUES = 2073 PlSqlLexerVALUE = 2074 PlSqlLexerVARCHAR2 = 2075 PlSqlLexerVARCHAR = 2076 PlSqlLexerVARIABLE = 2077 PlSqlLexerVAR_POP = 2078 PlSqlLexerVARRAYS = 2079 PlSqlLexerVARRAY = 2080 PlSqlLexerVAR_SAMP = 2081 PlSqlLexerVARYING = 2082 PlSqlLexerVECTOR_READ_TRACE = 2083 PlSqlLexerVECTOR_READ = 2084 PlSqlLexerVECTOR_TRANSFORM_DIMS = 2085 PlSqlLexerVECTOR_TRANSFORM_FACT = 2086 PlSqlLexerVECTOR_TRANSFORM = 2087 PlSqlLexerVERIFIER = 2088 PlSqlLexerVERIFY = 2089 PlSqlLexerVERSIONING = 2090 PlSqlLexerVERSIONS_ENDSCN = 2091 PlSqlLexerVERSIONS_ENDTIME = 2092 PlSqlLexerVERSIONS_OPERATION = 2093 PlSqlLexerVERSIONS_STARTSCN = 2094 PlSqlLexerVERSIONS_STARTTIME = 2095 PlSqlLexerVERSIONS = 2096 PlSqlLexerVERSIONS_XID = 2097 PlSqlLexerVERSION = 2098 PlSqlLexerVIEW = 2099 PlSqlLexerVIOLATION = 2100 PlSqlLexerVIRTUAL = 2101 PlSqlLexerVISIBILITY = 2102 PlSqlLexerVISIBLE = 2103 PlSqlLexerVOLUME = 2104 PlSqlLexerVSIZE = 2105 PlSqlLexerWAIT = 2106 PlSqlLexerWALLET = 2107 PlSqlLexerWARNING = 2108 PlSqlLexerWEEKS = 2109 PlSqlLexerWEEK = 2110 PlSqlLexerWELLFORMED = 2111 PlSqlLexerWHENEVER = 2112 PlSqlLexerWHEN = 2113 PlSqlLexerWHERE = 2114 PlSqlLexerWHILE = 2115 PlSqlLexerWHITESPACE = 2116 PlSqlLexerWIDTH_BUCKET = 2117 PlSqlLexerWITHIN = 2118 PlSqlLexerWITHOUT = 2119 PlSqlLexerWITH_PLSQL = 2120 PlSqlLexerWITH = 2121 PlSqlLexerWORK = 2122 PlSqlLexerWRAPPED = 2123 PlSqlLexerWRAPPER = 2124 PlSqlLexerWRITE = 2125 PlSqlLexerXDB_FASTPATH_INSERT = 2126 PlSqlLexerXDB = 2127 PlSqlLexerX_DYN_PRUNE = 2128 PlSqlLexerXID = 2129 PlSqlLexerXML2OBJECT = 2130 PlSqlLexerXMLAGG = 2131 PlSqlLexerXMLATTRIBUTES = 2132 PlSqlLexerXMLCAST = 2133 PlSqlLexerXMLCDATA = 2134 PlSqlLexerXMLCOLATTVAL = 2135 PlSqlLexerXMLCOMMENT = 2136 PlSqlLexerXMLCONCAT = 2137 PlSqlLexerXMLDIFF = 2138 PlSqlLexerXML_DML_RWT_STMT = 2139 PlSqlLexerXMLELEMENT = 2140 PlSqlLexerXMLEXISTS2 = 2141 PlSqlLexerXMLEXISTS = 2142 PlSqlLexerXMLFOREST = 2143 PlSqlLexerXMLINDEX = 2144 PlSqlLexerXMLINDEX_REWRITE_IN_SELECT = 2145 PlSqlLexerXMLINDEX_REWRITE = 2146 PlSqlLexerXMLINDEX_SEL_IDX_TBL = 2147 PlSqlLexerXMLISNODE = 2148 PlSqlLexerXMLISVALID = 2149 PlSqlLexerXMLNAMESPACES = 2150 PlSqlLexerXMLPARSE = 2151 PlSqlLexerXMLPATCH = 2152 PlSqlLexerXMLPI = 2153 PlSqlLexerXMLQUERYVAL = 2154 PlSqlLexerXMLQUERY = 2155 PlSqlLexerXMLROOT = 2156 PlSqlLexerXMLSCHEMA = 2157 PlSqlLexerXMLSERIALIZE = 2158 PlSqlLexerXMLTABLE = 2159 PlSqlLexerXMLTRANSFORMBLOB = 2160 PlSqlLexerXMLTRANSFORM = 2161 PlSqlLexerXMLTYPE = 2162 PlSqlLexerXML = 2163 PlSqlLexerXPATHTABLE = 2164 PlSqlLexerXS_SYS_CONTEXT = 2165 PlSqlLexerXS = 2166 PlSqlLexerXTRANSPORT = 2167 PlSqlLexerYEARS = 2168 PlSqlLexerYEAR = 2169 PlSqlLexerYES = 2170 PlSqlLexerYMINTERVAL_UNCONSTRAINED = 2171 PlSqlLexerZONEMAP = 2172 PlSqlLexerZONE = 2173 PlSqlLexerPREDICTION = 2174 PlSqlLexerPREDICTION_BOUNDS = 2175 PlSqlLexerPREDICTION_COST = 2176 PlSqlLexerPREDICTION_DETAILS = 2177 PlSqlLexerPREDICTION_PROBABILITY = 2178 PlSqlLexerPREDICTION_SET = 2179 PlSqlLexerCUME_DIST = 2180 PlSqlLexerDENSE_RANK = 2181 PlSqlLexerLISTAGG = 2182 PlSqlLexerPERCENT_RANK = 2183 PlSqlLexerPERCENTILE_CONT = 2184 PlSqlLexerPERCENTILE_DISC = 2185 PlSqlLexerRANK = 2186 PlSqlLexerAVG = 2187 PlSqlLexerCORR = 2188 PlSqlLexerCOVAR_ = 2189 PlSqlLexerDECODE = 2190 PlSqlLexerLAG = 2191 PlSqlLexerLEAD = 2192 PlSqlLexerMAX = 2193 PlSqlLexerMEDIAN = 2194 PlSqlLexerMIN = 2195 PlSqlLexerNTILE = 2196 PlSqlLexerNVL = 2197 PlSqlLexerRATIO_TO_REPORT = 2198 PlSqlLexerREGR_ = 2199 PlSqlLexerROUND = 2200 PlSqlLexerROW_NUMBER = 2201 PlSqlLexerSUBSTR = 2202 PlSqlLexerTO_CHAR = 2203 PlSqlLexerTRIM = 2204 PlSqlLexerSUM = 2205 PlSqlLexerSTDDEV = 2206 PlSqlLexerVAR_ = 2207 PlSqlLexerVARIANCE = 2208 PlSqlLexerLEAST = 2209 PlSqlLexerGREATEST = 2210 PlSqlLexerTO_DATE = 2211 PlSqlLexerNATIONAL_CHAR_STRING_LIT = 2212 PlSqlLexerBIT_STRING_LIT = 2213 PlSqlLexerHEX_STRING_LIT = 2214 PlSqlLexerDOUBLE_PERIOD = 2215 PlSqlLexerPERIOD = 2216 PlSqlLexerUNSIGNED_INTEGER = 2217 PlSqlLexerAPPROXIMATE_NUM_LIT = 2218 PlSqlLexerCHAR_STRING = 2219 PlSqlLexerDELIMITED_ID = 2220 PlSqlLexerPERCENT = 2221 PlSqlLexerAMPERSAND = 2222 PlSqlLexerLEFT_PAREN = 2223 PlSqlLexerRIGHT_PAREN = 2224 PlSqlLexerDOUBLE_ASTERISK = 2225 PlSqlLexerASTERISK = 2226 PlSqlLexerPLUS_SIGN = 2227 PlSqlLexerMINUS_SIGN = 2228 PlSqlLexerCOMMA = 2229 PlSqlLexerSOLIDUS = 2230 PlSqlLexerAT_SIGN = 2231 PlSqlLexerASSIGN_OP = 2232 PlSqlLexerBINDVAR = 2233 PlSqlLexerNOT_EQUAL_OP = 2234 PlSqlLexerCARRET_OPERATOR_PART = 2235 PlSqlLexerTILDE_OPERATOR_PART = 2236 PlSqlLexerEXCLAMATION_OPERATOR_PART = 2237 PlSqlLexerGREATER_THAN_OP = 2238 PlSqlLexerLESS_THAN_OP = 2239 PlSqlLexerCOLON = 2240 PlSqlLexerSEMICOLON = 2241 PlSqlLexerBAR = 2242 PlSqlLexerEQUALS_OP = 2243 PlSqlLexerLEFT_BRACKET = 2244 PlSqlLexerRIGHT_BRACKET = 2245 PlSqlLexerINTRODUCER = 2246 PlSqlLexerSINGLE_LINE_COMMENT = 2247 PlSqlLexerMULTI_LINE_COMMENT = 2248 PlSqlLexerREMARK_COMMENT = 2249 PlSqlLexerPROMPT_MESSAGE = 2250 PlSqlLexerSTART_CMD = 2251 PlSqlLexerREGULAR_ID = 2252 PlSqlLexerSPACES = 2253 )
PlSqlLexer tokens.
const ( PlSqlParserEOF = antlr.TokenEOF PlSqlParserABORT = 1 PlSqlParserABS = 2 PlSqlParserACCESS = 3 PlSqlParserACCESSED = 4 PlSqlParserACCOUNT = 5 PlSqlParserACL = 6 PlSqlParserACOS = 7 PlSqlParserACTION = 8 PlSqlParserACTIONS = 9 PlSqlParserACTIVATE = 10 PlSqlParserACTIVE = 11 PlSqlParserACTIVE_COMPONENT = 12 PlSqlParserACTIVE_DATA = 13 PlSqlParserACTIVE_FUNCTION = 14 PlSqlParserACTIVE_TAG = 15 PlSqlParserACTIVITY = 16 PlSqlParserADAPTIVE_PLAN = 17 PlSqlParserADD = 18 PlSqlParserADD_COLUMN = 19 PlSqlParserADD_GROUP = 20 PlSqlParserADD_MONTHS = 21 PlSqlParserADJ_DATE = 22 PlSqlParserADMIN = 23 PlSqlParserADMINISTER = 24 PlSqlParserADMINISTRATOR = 25 PlSqlParserADVANCED = 26 PlSqlParserADVISE = 27 PlSqlParserADVISOR = 28 PlSqlParserAFD_DISKSTRING = 29 PlSqlParserAFTER = 30 PlSqlParserAGENT = 31 PlSqlParserAGGREGATE = 32 PlSqlParserA_LETTER = 33 PlSqlParserALIAS = 34 PlSqlParserALL = 35 PlSqlParserALLOCATE = 36 PlSqlParserALLOW = 37 PlSqlParserALL_ROWS = 38 PlSqlParserALTER = 39 PlSqlParserALWAYS = 40 PlSqlParserANALYZE = 41 PlSqlParserANCILLARY = 42 PlSqlParserAND = 43 PlSqlParserAND_EQUAL = 44 PlSqlParserANOMALY = 45 PlSqlParserANSI_REARCH = 46 PlSqlParserANTIJOIN = 47 PlSqlParserANY = 48 PlSqlParserANYSCHEMA = 49 PlSqlParserAPPEND = 50 PlSqlParserAPPENDCHILDXML = 51 PlSqlParserAPPEND_VALUES = 52 PlSqlParserAPPLICATION = 53 PlSqlParserAPPLY = 54 PlSqlParserAPPROX_COUNT_DISTINCT = 55 PlSqlParserARCHIVAL = 56 PlSqlParserARCHIVE = 57 PlSqlParserARCHIVED = 58 PlSqlParserARCHIVELOG = 59 PlSqlParserARRAY = 60 PlSqlParserAS = 61 PlSqlParserASC = 62 PlSqlParserASCII = 63 PlSqlParserASCIISTR = 64 PlSqlParserASIN = 65 PlSqlParserASIS = 66 PlSqlParserASSEMBLY = 67 PlSqlParserASSIGN = 68 PlSqlParserASSOCIATE = 69 PlSqlParserASYNC = 70 PlSqlParserASYNCHRONOUS = 71 PlSqlParserATAN2 = 72 PlSqlParserATAN = 73 PlSqlParserAT = 74 PlSqlParserATTRIBUTE = 75 PlSqlParserATTRIBUTES = 76 PlSqlParserAUDIT = 77 PlSqlParserAUTHENTICATED = 78 PlSqlParserAUTHENTICATION = 79 PlSqlParserAUTHID = 80 PlSqlParserAUTHORIZATION = 81 PlSqlParserAUTOALLOCATE = 82 PlSqlParserAUTO = 83 PlSqlParserAUTOBACKUP = 84 PlSqlParserAUTOEXTEND = 85 PlSqlParserAUTO_LOGIN = 86 PlSqlParserAUTOMATIC = 87 PlSqlParserAUTONOMOUS_TRANSACTION = 88 PlSqlParserAUTO_REOPTIMIZE = 89 PlSqlParserAVAILABILITY = 90 PlSqlParserAVRO = 91 PlSqlParserBACKGROUND = 92 PlSqlParserBACKUP = 93 PlSqlParserBACKUPSET = 94 PlSqlParserBASIC = 95 PlSqlParserBASICFILE = 96 PlSqlParserBATCH = 97 PlSqlParserBATCHSIZE = 98 PlSqlParserBATCH_TABLE_ACCESS_BY_ROWID = 99 PlSqlParserBECOME = 100 PlSqlParserBEFORE = 101 PlSqlParserBEGIN = 102 PlSqlParserBEGINNING = 103 PlSqlParserBEGIN_OUTLINE_DATA = 104 PlSqlParserBEHALF = 105 PlSqlParserBEQUEATH = 106 PlSqlParserBETWEEN = 107 PlSqlParserBFILE = 108 PlSqlParserBFILENAME = 109 PlSqlParserBIGFILE = 110 PlSqlParserBINARY = 111 PlSqlParserBINARY_DOUBLE = 112 PlSqlParserBINARY_DOUBLE_INFINITY = 113 PlSqlParserBINARY_DOUBLE_NAN = 114 PlSqlParserBINARY_FLOAT = 115 PlSqlParserBINARY_FLOAT_INFINITY = 116 PlSqlParserBINARY_FLOAT_NAN = 117 PlSqlParserBINARY_INTEGER = 118 PlSqlParserBIND_AWARE = 119 PlSqlParserBINDING = 120 PlSqlParserBIN_TO_NUM = 121 PlSqlParserBITAND = 122 PlSqlParserBITMAP_AND = 123 PlSqlParserBITMAP = 124 PlSqlParserBITMAPS = 125 PlSqlParserBITMAP_TREE = 126 PlSqlParserBITS = 127 PlSqlParserBLOB = 128 PlSqlParserBLOCK = 129 PlSqlParserBLOCK_RANGE = 130 PlSqlParserBLOCKS = 131 PlSqlParserBLOCKSIZE = 132 PlSqlParserBODY = 133 PlSqlParserBOOLEAN = 134 PlSqlParserBOTH = 135 PlSqlParserBOUND = 136 PlSqlParserBRANCH = 137 PlSqlParserBREADTH = 138 PlSqlParserBROADCAST = 139 PlSqlParserBSON = 140 PlSqlParserBUFFER = 141 PlSqlParserBUFFER_CACHE = 142 PlSqlParserBUFFER_POOL = 143 PlSqlParserBUILD = 144 PlSqlParserBULK = 145 PlSqlParserBY = 146 PlSqlParserBYPASS_RECURSIVE_CHECK = 147 PlSqlParserBYPASS_UJVC = 148 PlSqlParserBYTE = 149 PlSqlParserCACHE = 150 PlSqlParserCACHE_CB = 151 PlSqlParserCACHE_INSTANCES = 152 PlSqlParserCACHE_TEMP_TABLE = 153 PlSqlParserCACHING = 154 PlSqlParserCALCULATED = 155 PlSqlParserCALLBACK = 156 PlSqlParserCALL = 157 PlSqlParserCANCEL = 158 PlSqlParserCANONICAL = 159 PlSqlParserCAPACITY = 160 PlSqlParserCARDINALITY = 161 PlSqlParserCASCADE = 162 PlSqlParserCASE = 163 PlSqlParserCAST = 164 PlSqlParserCATEGORY = 165 PlSqlParserCDBDEFAULT = 166 PlSqlParserCEIL = 167 PlSqlParserCELL_FLASH_CACHE = 168 PlSqlParserCERTIFICATE = 169 PlSqlParserCFILE = 170 PlSqlParserCHAINED = 171 PlSqlParserCHANGE = 172 PlSqlParserCHANGETRACKING = 173 PlSqlParserCHANGE_DUPKEY_ERROR_INDEX = 174 PlSqlParserCHARACTER = 175 PlSqlParserCHAR = 176 PlSqlParserCHAR_CS = 177 PlSqlParserCHARTOROWID = 178 PlSqlParserCHECK_ACL_REWRITE = 179 PlSqlParserCHECK = 180 PlSqlParserCHECKPOINT = 181 PlSqlParserCHILD = 182 PlSqlParserCHOOSE = 183 PlSqlParserCHR = 184 PlSqlParserCHUNK = 185 PlSqlParserCLASS = 186 PlSqlParserCLASSIFIER = 187 PlSqlParserCLEANUP = 188 PlSqlParserCLEAR = 189 PlSqlParserC_LETTER = 190 PlSqlParserCLIENT = 191 PlSqlParserCLOB = 192 PlSqlParserCLONE = 193 PlSqlParserCLOSE_CACHED_OPEN_CURSORS = 194 PlSqlParserCLOSE = 195 PlSqlParserCLUSTER_BY_ROWID = 196 PlSqlParserCLUSTER = 197 PlSqlParserCLUSTER_DETAILS = 198 PlSqlParserCLUSTER_DISTANCE = 199 PlSqlParserCLUSTER_ID = 200 PlSqlParserCLUSTERING = 201 PlSqlParserCLUSTERING_FACTOR = 202 PlSqlParserCLUSTER_PROBABILITY = 203 PlSqlParserCLUSTER_SET = 204 PlSqlParserCOALESCE = 205 PlSqlParserCOALESCE_SQ = 206 PlSqlParserCOARSE = 207 PlSqlParserCO_AUTH_IND = 208 PlSqlParserCOLD = 209 PlSqlParserCOLLECT = 210 PlSqlParserCOLUMNAR = 211 PlSqlParserCOLUMN_AUTH_INDICATOR = 212 PlSqlParserCOLUMN = 213 PlSqlParserCOLUMNS = 214 PlSqlParserCOLUMN_STATS = 215 PlSqlParserCOLUMN_VALUE = 216 PlSqlParserCOMMENT = 217 PlSqlParserCOMMIT = 218 PlSqlParserCOMMITTED = 219 PlSqlParserCOMMON_DATA = 220 PlSqlParserCOMPACT = 221 PlSqlParserCOMPATIBILITY = 222 PlSqlParserCOMPILE = 223 PlSqlParserCOMPLETE = 224 PlSqlParserCOMPLIANCE = 225 PlSqlParserCOMPONENT = 226 PlSqlParserCOMPONENTS = 227 PlSqlParserCOMPOSE = 228 PlSqlParserCOMPOSITE = 229 PlSqlParserCOMPOSITE_LIMIT = 230 PlSqlParserCOMPOUND = 231 PlSqlParserCOMPRESS = 232 PlSqlParserCOMPUTE = 233 PlSqlParserCONCAT = 234 PlSqlParserCON_DBID_TO_ID = 235 PlSqlParserCONDITIONAL = 236 PlSqlParserCONDITION = 237 PlSqlParserCONFIRM = 238 PlSqlParserCONFORMING = 239 PlSqlParserCON_GUID_TO_ID = 240 PlSqlParserCON_ID = 241 PlSqlParserCON_NAME_TO_ID = 242 PlSqlParserCONNECT_BY_CB_WHR_ONLY = 243 PlSqlParserCONNECT_BY_COMBINE_SW = 244 PlSqlParserCONNECT_BY_COST_BASED = 245 PlSqlParserCONNECT_BY_ELIM_DUPS = 246 PlSqlParserCONNECT_BY_FILTERING = 247 PlSqlParserCONNECT_BY_ISCYCLE = 248 PlSqlParserCONNECT_BY_ISLEAF = 249 PlSqlParserCONNECT_BY_ROOT = 250 PlSqlParserCONNECT = 251 PlSqlParserCONNECT_TIME = 252 PlSqlParserCONSIDER = 253 PlSqlParserCONSISTENT = 254 PlSqlParserCONSTANT = 255 PlSqlParserCONST = 256 PlSqlParserCONSTRAINT = 257 PlSqlParserCONSTRAINTS = 258 PlSqlParserCONSTRUCTOR = 259 PlSqlParserCONTAINER = 260 PlSqlParserCONTAINER_DATA = 261 PlSqlParserCONTAINERS = 262 PlSqlParserCONTENT = 263 PlSqlParserCONTENTS = 264 PlSqlParserCONTEXT = 265 PlSqlParserCONTINUE = 266 PlSqlParserCONTROLFILE = 267 PlSqlParserCON_UID_TO_ID = 268 PlSqlParserCONVERT = 269 PlSqlParserCOOKIE = 270 PlSqlParserCOPY = 271 PlSqlParserCORR_K = 272 PlSqlParserCORR_S = 273 PlSqlParserCORRUPTION = 274 PlSqlParserCORRUPT_XID_ALL = 275 PlSqlParserCORRUPT_XID = 276 PlSqlParserCOS = 277 PlSqlParserCOSH = 278 PlSqlParserCOST = 279 PlSqlParserCOST_XML_QUERY_REWRITE = 280 PlSqlParserCOUNT = 281 PlSqlParserCOVAR_POP = 282 PlSqlParserCOVAR_SAMP = 283 PlSqlParserCPU_COSTING = 284 PlSqlParserCPU_PER_CALL = 285 PlSqlParserCPU_PER_SESSION = 286 PlSqlParserCRASH = 287 PlSqlParserCREATE = 288 PlSqlParserCREATE_FILE_DEST = 289 PlSqlParserCREATE_STORED_OUTLINES = 290 PlSqlParserCREATION = 291 PlSqlParserCREDENTIAL = 292 PlSqlParserCRITICAL = 293 PlSqlParserCROSS = 294 PlSqlParserCROSSEDITION = 295 PlSqlParserCSCONVERT = 296 PlSqlParserCUBE_AJ = 297 PlSqlParserCUBE = 298 PlSqlParserCUBE_GB = 299 PlSqlParserCUBE_SJ = 300 PlSqlParserCUME_DISTM = 301 PlSqlParserCURRENT = 302 PlSqlParserCURRENT_DATE = 303 PlSqlParserCURRENT_SCHEMA = 304 PlSqlParserCURRENT_TIME = 305 PlSqlParserCURRENT_TIMESTAMP = 306 PlSqlParserCURRENT_USER = 307 PlSqlParserCURRENTV = 308 PlSqlParserCURSOR = 309 PlSqlParserCURSOR_SHARING_EXACT = 310 PlSqlParserCURSOR_SPECIFIC_SEGMENT = 311 PlSqlParserCUSTOMDATUM = 312 PlSqlParserCV = 313 PlSqlParserCYCLE = 314 PlSqlParserDANGLING = 315 PlSqlParserDATABASE = 316 PlSqlParserDATA = 317 PlSqlParserDATAFILE = 318 PlSqlParserDATAFILES = 319 PlSqlParserDATAGUARDCONFIG = 320 PlSqlParserDATAMOVEMENT = 321 PlSqlParserDATAOBJNO = 322 PlSqlParserDATAOBJ_TO_MAT_PARTITION = 323 PlSqlParserDATAOBJ_TO_PARTITION = 324 PlSqlParserDATAPUMP = 325 PlSqlParserDATA_SECURITY_REWRITE_LIMIT = 326 PlSqlParserDATE = 327 PlSqlParserDATE_MODE = 328 PlSqlParserDAY = 329 PlSqlParserDAYS = 330 PlSqlParserDBA = 331 PlSqlParserDBA_RECYCLEBIN = 332 PlSqlParserDBMS_STATS = 333 PlSqlParserDB_ROLE_CHANGE = 334 PlSqlParserDBTIMEZONE = 335 PlSqlParserDB_UNIQUE_NAME = 336 PlSqlParserDB_VERSION = 337 PlSqlParserDDL = 338 PlSqlParserDEALLOCATE = 339 PlSqlParserDEBUG = 340 PlSqlParserDEBUGGER = 341 PlSqlParserDEC = 342 PlSqlParserDECIMAL = 343 PlSqlParserDECLARE = 344 PlSqlParserDECOMPOSE = 345 PlSqlParserDECORRELATE = 346 PlSqlParserDECR = 347 PlSqlParserDECREMENT = 348 PlSqlParserDECRYPT = 349 PlSqlParserDEDUPLICATE = 350 PlSqlParserDEFAULT = 351 PlSqlParserDEFAULTS = 352 PlSqlParserDEFERRABLE = 353 PlSqlParserDEFERRED = 354 PlSqlParserDEFINED = 355 PlSqlParserDEFINE = 356 PlSqlParserDEFINER = 357 PlSqlParserDEGREE = 358 PlSqlParserDELAY = 359 PlSqlParserDELEGATE = 360 PlSqlParserDELETE_ALL = 361 PlSqlParserDELETE = 362 PlSqlParserDELETEXML = 363 PlSqlParserDEMAND = 364 PlSqlParserDENSE_RANKM = 365 PlSqlParserDEPENDENT = 366 PlSqlParserDEPTH = 367 PlSqlParserDEQUEUE = 368 PlSqlParserDEREF = 369 PlSqlParserDEREF_NO_REWRITE = 370 PlSqlParserDESC = 371 PlSqlParserDESTROY = 372 PlSqlParserDETACHED = 373 PlSqlParserDETERMINES = 374 PlSqlParserDETERMINISTIC = 375 PlSqlParserDICTIONARY = 376 PlSqlParserDIMENSION = 377 PlSqlParserDIMENSIONS = 378 PlSqlParserDIRECT_LOAD = 379 PlSqlParserDIRECTORY = 380 PlSqlParserDIRECT_PATH = 381 PlSqlParserDISABLE_ALL = 382 PlSqlParserDISABLE = 383 PlSqlParserDISABLE_PARALLEL_DML = 384 PlSqlParserDISABLE_PRESET = 385 PlSqlParserDISABLE_RPKE = 386 PlSqlParserDISALLOW = 387 PlSqlParserDISASSOCIATE = 388 PlSqlParserDISCARD = 389 PlSqlParserDISCONNECT = 390 PlSqlParserDISK = 391 PlSqlParserDISKGROUP = 392 PlSqlParserDISKGROUP_PLUS = 393 PlSqlParserDISKS = 394 PlSqlParserDISMOUNT = 395 PlSqlParserDISTINCT = 396 PlSqlParserDISTINGUISHED = 397 PlSqlParserDISTRIBUTED = 398 PlSqlParserDISTRIBUTE = 399 PlSqlParserDML = 400 PlSqlParserDML_UPDATE = 401 PlSqlParserDOCFIDELITY = 402 PlSqlParserDOCUMENT = 403 PlSqlParserDOMAIN_INDEX_FILTER = 404 PlSqlParserDOMAIN_INDEX_NO_SORT = 405 PlSqlParserDOMAIN_INDEX_SORT = 406 PlSqlParserDOUBLE = 407 PlSqlParserDOWNGRADE = 408 PlSqlParserDRIVING_SITE = 409 PlSqlParserDROP_COLUMN = 410 PlSqlParserDROP = 411 PlSqlParserDROP_GROUP = 412 PlSqlParserDSINTERVAL_UNCONSTRAINED = 413 PlSqlParserDST_UPGRADE_INSERT_CONV = 414 PlSqlParserDUMP = 415 PlSqlParserDUMPSET = 416 PlSqlParserDUPLICATE = 417 PlSqlParserDV = 418 PlSqlParserDYNAMIC = 419 PlSqlParserDYNAMIC_SAMPLING = 420 PlSqlParserDYNAMIC_SAMPLING_EST_CDN = 421 PlSqlParserEACH = 422 PlSqlParserEDITIONABLE = 423 PlSqlParserEDITION = 424 PlSqlParserEDITIONING = 425 PlSqlParserEDITIONS = 426 PlSqlParserELEMENT = 427 PlSqlParserELIM_GROUPBY = 428 PlSqlParserELIMINATE_JOIN = 429 PlSqlParserELIMINATE_OBY = 430 PlSqlParserELIMINATE_OUTER_JOIN = 431 PlSqlParserELSE = 432 PlSqlParserELSIF = 433 PlSqlParserEM = 434 PlSqlParserEMPTY_BLOB = 435 PlSqlParserEMPTY_CLOB = 436 PlSqlParserEMPTY = 437 PlSqlParserENABLE_ALL = 438 PlSqlParserENABLE = 439 PlSqlParserENABLE_PARALLEL_DML = 440 PlSqlParserENABLE_PRESET = 441 PlSqlParserENCODING = 442 PlSqlParserENCRYPT = 443 PlSqlParserENCRYPTION = 444 PlSqlParserEND = 445 PlSqlParserEND_OUTLINE_DATA = 446 PlSqlParserENFORCED = 447 PlSqlParserENFORCE = 448 PlSqlParserENQUEUE = 449 PlSqlParserENTERPRISE = 450 PlSqlParserENTITYESCAPING = 451 PlSqlParserENTRY = 452 PlSqlParserEQUIPART = 453 PlSqlParserERR = 454 PlSqlParserERROR_ARGUMENT = 455 PlSqlParserERROR = 456 PlSqlParserERROR_ON_OVERLAP_TIME = 457 PlSqlParserERRORS = 458 PlSqlParserESCAPE = 459 PlSqlParserESTIMATE = 460 PlSqlParserEVAL = 461 PlSqlParserEVALNAME = 462 PlSqlParserEVALUATE = 463 PlSqlParserEVALUATION = 464 PlSqlParserEVENTS = 465 PlSqlParserEVERY = 466 PlSqlParserEXCEPT = 467 PlSqlParserEXCEPTION = 468 PlSqlParserEXCEPTION_INIT = 469 PlSqlParserEXCEPTIONS = 470 PlSqlParserEXCHANGE = 471 PlSqlParserEXCLUDE = 472 PlSqlParserEXCLUDING = 473 PlSqlParserEXCLUSIVE = 474 PlSqlParserEXECUTE = 475 PlSqlParserEXEMPT = 476 PlSqlParserEXISTING = 477 PlSqlParserEXISTS = 478 PlSqlParserEXISTSNODE = 479 PlSqlParserEXIT = 480 PlSqlParserEXPAND_GSET_TO_UNION = 481 PlSqlParserEXPAND_TABLE = 482 PlSqlParserEXP = 483 PlSqlParserEXPIRE = 484 PlSqlParserEXPLAIN = 485 PlSqlParserEXPLOSION = 486 PlSqlParserEXPORT = 487 PlSqlParserEXPR_CORR_CHECK = 488 PlSqlParserEXPRESS = 489 PlSqlParserEXTENDS = 490 PlSqlParserEXTENT = 491 PlSqlParserEXTENTS = 492 PlSqlParserEXTERNAL = 493 PlSqlParserEXTERNALLY = 494 PlSqlParserEXTRACTCLOBXML = 495 PlSqlParserEXTRACT = 496 PlSqlParserEXTRACTVALUE = 497 PlSqlParserEXTRA = 498 PlSqlParserFACILITY = 499 PlSqlParserFACT = 500 PlSqlParserFACTOR = 501 PlSqlParserFACTORIZE_JOIN = 502 PlSqlParserFAILED = 503 PlSqlParserFAILED_LOGIN_ATTEMPTS = 504 PlSqlParserFAILGROUP = 505 PlSqlParserFAILOVER = 506 PlSqlParserFAILURE = 507 PlSqlParserFALSE = 508 PlSqlParserFAMILY = 509 PlSqlParserFAR = 510 PlSqlParserFAST = 511 PlSqlParserFASTSTART = 512 PlSqlParserFBTSCAN = 513 PlSqlParserFEATURE_DETAILS = 514 PlSqlParserFEATURE_ID = 515 PlSqlParserFEATURE_SET = 516 PlSqlParserFEATURE_VALUE = 517 PlSqlParserFETCH = 518 PlSqlParserFILE = 519 PlSqlParserFILE_NAME_CONVERT = 520 PlSqlParserFILESYSTEM_LIKE_LOGGING = 521 PlSqlParserFILTER = 522 PlSqlParserFINAL = 523 PlSqlParserFINE = 524 PlSqlParserFINISH = 525 PlSqlParserFIRST = 526 PlSqlParserFIRSTM = 527 PlSqlParserFIRST_ROWS = 528 PlSqlParserFIRST_VALUE = 529 PlSqlParserFIXED_VIEW_DATA = 530 PlSqlParserFLAGGER = 531 PlSqlParserFLASHBACK = 532 PlSqlParserFLASH_CACHE = 533 PlSqlParserFLOAT = 534 PlSqlParserFLOB = 535 PlSqlParserFLOOR = 536 PlSqlParserFLUSH = 537 PlSqlParserFOLDER = 538 PlSqlParserFOLLOWING = 539 PlSqlParserFOLLOWS = 540 PlSqlParserFORALL = 541 PlSqlParserFORCE = 542 PlSqlParserFORCE_XML_QUERY_REWRITE = 543 PlSqlParserFOREIGN = 544 PlSqlParserFOREVER = 545 PlSqlParserFOR = 546 PlSqlParserFORMAT = 547 PlSqlParserFORWARD = 548 PlSqlParserFRAGMENT_NUMBER = 549 PlSqlParserFREELIST = 550 PlSqlParserFREELISTS = 551 PlSqlParserFREEPOOLS = 552 PlSqlParserFRESH = 553 PlSqlParserFROM = 554 PlSqlParserFROM_TZ = 555 PlSqlParserFULL = 556 PlSqlParserFULL_OUTER_JOIN_TO_OUTER = 557 PlSqlParserFUNCTION = 558 PlSqlParserFUNCTIONS = 559 PlSqlParserGATHER_OPTIMIZER_STATISTICS = 560 PlSqlParserGATHER_PLAN_STATISTICS = 561 PlSqlParserGBY_CONC_ROLLUP = 562 PlSqlParserGBY_PUSHDOWN = 563 PlSqlParserGENERATED = 564 PlSqlParserGET = 565 PlSqlParserGLOBAL = 566 PlSqlParserGLOBALLY = 567 PlSqlParserGLOBAL_NAME = 568 PlSqlParserGLOBAL_TOPIC_ENABLED = 569 PlSqlParserGOTO = 570 PlSqlParserGRANT = 571 PlSqlParserGROUP_BY = 572 PlSqlParserGROUP = 573 PlSqlParserGROUP_ID = 574 PlSqlParserGROUPING = 575 PlSqlParserGROUPING_ID = 576 PlSqlParserGROUPS = 577 PlSqlParserGUARANTEED = 578 PlSqlParserGUARANTEE = 579 PlSqlParserGUARD = 580 PlSqlParserHASH_AJ = 581 PlSqlParserHASH = 582 PlSqlParserHASHKEYS = 583 PlSqlParserHASH_SJ = 584 PlSqlParserHAVING = 585 PlSqlParserHEADER = 586 PlSqlParserHEAP = 587 PlSqlParserHELP = 588 PlSqlParserHEXTORAW = 589 PlSqlParserHEXTOREF = 590 PlSqlParserHIDDEN_KEYWORD = 591 PlSqlParserHIDE = 592 PlSqlParserHIERARCHY = 593 PlSqlParserHIGH = 594 PlSqlParserHINTSET_BEGIN = 595 PlSqlParserHINTSET_END = 596 PlSqlParserHOT = 597 PlSqlParserHOUR = 598 PlSqlParserHWM_BROKERED = 599 PlSqlParserHYBRID = 600 PlSqlParserIDENTIFIED = 601 PlSqlParserIDENTIFIER = 602 PlSqlParserIDENTITY = 603 PlSqlParserIDGENERATORS = 604 PlSqlParserID = 605 PlSqlParserIDLE_TIME = 606 PlSqlParserIF = 607 PlSqlParserIGNORE = 608 PlSqlParserIGNORE_OPTIM_EMBEDDED_HINTS = 609 PlSqlParserIGNORE_ROW_ON_DUPKEY_INDEX = 610 PlSqlParserIGNORE_WHERE_CLAUSE = 611 PlSqlParserILM = 612 PlSqlParserIMMEDIATE = 613 PlSqlParserIMPACT = 614 PlSqlParserIMPORT = 615 PlSqlParserINACTIVE = 616 PlSqlParserINCLUDE = 617 PlSqlParserINCLUDE_VERSION = 618 PlSqlParserINCLUDING = 619 PlSqlParserINCREMENTAL = 620 PlSqlParserINCREMENT = 621 PlSqlParserINCR = 622 PlSqlParserINDENT = 623 PlSqlParserINDEX_ASC = 624 PlSqlParserINDEX_COMBINE = 625 PlSqlParserINDEX_DESC = 626 PlSqlParserINDEXED = 627 PlSqlParserINDEXES = 628 PlSqlParserINDEX_FFS = 629 PlSqlParserINDEX_FILTER = 630 PlSqlParserINDEX = 631 PlSqlParserINDEXING = 632 PlSqlParserINDEX_JOIN = 633 PlSqlParserINDEX_ROWS = 634 PlSqlParserINDEX_RRS = 635 PlSqlParserINDEX_RS_ASC = 636 PlSqlParserINDEX_RS_DESC = 637 PlSqlParserINDEX_RS = 638 PlSqlParserINDEX_SCAN = 639 PlSqlParserINDEX_SKIP_SCAN = 640 PlSqlParserINDEX_SS_ASC = 641 PlSqlParserINDEX_SS_DESC = 642 PlSqlParserINDEX_SS = 643 PlSqlParserINDEX_STATS = 644 PlSqlParserINDEXTYPE = 645 PlSqlParserINDEXTYPES = 646 PlSqlParserINDICATOR = 647 PlSqlParserINDICES = 648 PlSqlParserINFINITE = 649 PlSqlParserINFORMATIONAL = 650 PlSqlParserINHERIT = 651 PlSqlParserIN = 652 PlSqlParserINITCAP = 653 PlSqlParserINITIAL = 654 PlSqlParserINITIALIZED = 655 PlSqlParserINITIALLY = 656 PlSqlParserINITRANS = 657 PlSqlParserINLINE = 658 PlSqlParserINLINE_XMLTYPE_NT = 659 PlSqlParserINMEMORY = 660 PlSqlParserIN_MEMORY_METADATA = 661 PlSqlParserINMEMORY_PRUNING = 662 PlSqlParserINNER = 663 PlSqlParserINOUT = 664 PlSqlParserINPLACE = 665 PlSqlParserINSERTCHILDXMLAFTER = 666 PlSqlParserINSERTCHILDXMLBEFORE = 667 PlSqlParserINSERTCHILDXML = 668 PlSqlParserINSERT = 669 PlSqlParserINSERTXMLAFTER = 670 PlSqlParserINSERTXMLBEFORE = 671 PlSqlParserINSTANCE = 672 PlSqlParserINSTANCES = 673 PlSqlParserINSTANTIABLE = 674 PlSqlParserINSTANTLY = 675 PlSqlParserINSTEAD = 676 PlSqlParserINSTR2 = 677 PlSqlParserINSTR4 = 678 PlSqlParserINSTRB = 679 PlSqlParserINSTRC = 680 PlSqlParserINSTR = 681 PlSqlParserINTEGER = 682 PlSqlParserINTERLEAVED = 683 PlSqlParserINTERMEDIATE = 684 PlSqlParserINTERNAL_CONVERT = 685 PlSqlParserINTERNAL_USE = 686 PlSqlParserINTERPRETED = 687 PlSqlParserINTERSECT = 688 PlSqlParserINTERVAL = 689 PlSqlParserINT = 690 PlSqlParserINTO = 691 PlSqlParserINVALIDATE = 692 PlSqlParserINVISIBLE = 693 PlSqlParserIN_XQUERY = 694 PlSqlParserIS = 695 PlSqlParserISOLATION = 696 PlSqlParserISOLATION_LEVEL = 697 PlSqlParserITERATE = 698 PlSqlParserITERATION_NUMBER = 699 PlSqlParserJAVA = 700 PlSqlParserJOB = 701 PlSqlParserJOIN = 702 PlSqlParserJSON_ARRAYAGG = 703 PlSqlParserJSON_ARRAY = 704 PlSqlParserJSON_EQUAL = 705 PlSqlParserJSON_EXISTS2 = 706 PlSqlParserJSON_EXISTS = 707 PlSqlParserJSONGET = 708 PlSqlParserJSON = 709 PlSqlParserJSON_OBJECTAGG = 710 PlSqlParserJSON_OBJECT = 711 PlSqlParserJSONPARSE = 712 PlSqlParserJSON_QUERY = 713 PlSqlParserJSON_SERIALIZE = 714 PlSqlParserJSON_TABLE = 715 PlSqlParserJSON_TEXTCONTAINS2 = 716 PlSqlParserJSON_TEXTCONTAINS = 717 PlSqlParserJSON_VALUE = 718 PlSqlParserKEEP_DUPLICATES = 719 PlSqlParserKEEP = 720 PlSqlParserKERBEROS = 721 PlSqlParserKEY = 722 PlSqlParserKEY_LENGTH = 723 PlSqlParserKEYSIZE = 724 PlSqlParserKEYS = 725 PlSqlParserKEYSTORE = 726 PlSqlParserKILL = 727 PlSqlParserLABEL = 728 PlSqlParserLANGUAGE = 729 PlSqlParserLAST_DAY = 730 PlSqlParserLAST = 731 PlSqlParserLAST_VALUE = 732 PlSqlParserLATERAL = 733 PlSqlParserLAX = 734 PlSqlParserLAYER = 735 PlSqlParserLDAP_REGISTRATION_ENABLED = 736 PlSqlParserLDAP_REGISTRATION = 737 PlSqlParserLDAP_REG_SYNC_INTERVAL = 738 PlSqlParserLEADING = 739 PlSqlParserLEFT = 740 PlSqlParserLENGTH2 = 741 PlSqlParserLENGTH4 = 742 PlSqlParserLENGTHB = 743 PlSqlParserLENGTHC = 744 PlSqlParserLENGTH = 745 PlSqlParserLESS = 746 PlSqlParserLEVEL = 747 PlSqlParserLEVELS = 748 PlSqlParserLIBRARY = 749 PlSqlParserLIFECYCLE = 750 PlSqlParserLIFE = 751 PlSqlParserLIFETIME = 752 PlSqlParserLIKE2 = 753 PlSqlParserLIKE4 = 754 PlSqlParserLIKEC = 755 PlSqlParserLIKE_EXPAND = 756 PlSqlParserLIKE = 757 PlSqlParserLIMIT = 758 PlSqlParserLINEAR = 759 PlSqlParserLINK = 760 PlSqlParserLIST = 761 PlSqlParserLN = 762 PlSqlParserLNNVL = 763 PlSqlParserLOAD = 764 PlSqlParserLOB = 765 PlSqlParserLOBNVL = 766 PlSqlParserLOBS = 767 PlSqlParserLOCAL_INDEXES = 768 PlSqlParserLOCAL = 769 PlSqlParserLOCALTIME = 770 PlSqlParserLOCALTIMESTAMP = 771 PlSqlParserLOCATION = 772 PlSqlParserLOCATOR = 773 PlSqlParserLOCKED = 774 PlSqlParserLOCKING = 775 PlSqlParserLOCK = 776 PlSqlParserLOGFILE = 777 PlSqlParserLOGFILES = 778 PlSqlParserLOGGING = 779 PlSqlParserLOGICAL = 780 PlSqlParserLOGICAL_READS_PER_CALL = 781 PlSqlParserLOGICAL_READS_PER_SESSION = 782 PlSqlParserLOG = 783 PlSqlParserLOGMINING = 784 PlSqlParserLOGOFF = 785 PlSqlParserLOGON = 786 PlSqlParserLOG_READ_ONLY_VIOLATIONS = 787 PlSqlParserLONG = 788 PlSqlParserLOOP = 789 PlSqlParserLOWER = 790 PlSqlParserLOW = 791 PlSqlParserLPAD = 792 PlSqlParserLTRIM = 793 PlSqlParserMAIN = 794 PlSqlParserMAKE_REF = 795 PlSqlParserMANAGED = 796 PlSqlParserMANAGE = 797 PlSqlParserMANAGEMENT = 798 PlSqlParserMANAGER = 799 PlSqlParserMANUAL = 800 PlSqlParserMAP = 801 PlSqlParserMAPPING = 802 PlSqlParserMASTER = 803 PlSqlParserMATCHED = 804 PlSqlParserMATCHES = 805 PlSqlParserMATCH = 806 PlSqlParserMATCH_NUMBER = 807 PlSqlParserMATCH_RECOGNIZE = 808 PlSqlParserMATERIALIZED = 809 PlSqlParserMATERIALIZE = 810 PlSqlParserMAXARCHLOGS = 811 PlSqlParserMAXDATAFILES = 812 PlSqlParserMAXEXTENTS = 813 PlSqlParserMAXIMIZE = 814 PlSqlParserMAXINSTANCES = 815 PlSqlParserMAXLOGFILES = 816 PlSqlParserMAXLOGHISTORY = 817 PlSqlParserMAXLOGMEMBERS = 818 PlSqlParserMAX_SHARED_TEMP_SIZE = 819 PlSqlParserMAXSIZE = 820 PlSqlParserMAXTRANS = 821 PlSqlParserMAXVALUE = 822 PlSqlParserMEASURE = 823 PlSqlParserMEASURES = 824 PlSqlParserMEDIUM = 825 PlSqlParserMEMBER = 826 PlSqlParserMEMCOMPRESS = 827 PlSqlParserMEMORY = 828 PlSqlParserMERGEACTIONS = 829 PlSqlParserMERGE_AJ = 830 PlSqlParserMERGE_CONST_ON = 831 PlSqlParserMERGE = 832 PlSqlParserMERGE_SJ = 833 PlSqlParserMETADATA = 834 PlSqlParserMETHOD = 835 PlSqlParserMIGRATE = 836 PlSqlParserMIGRATION = 837 PlSqlParserMINEXTENTS = 838 PlSqlParserMINIMIZE = 839 PlSqlParserMINIMUM = 840 PlSqlParserMINING = 841 PlSqlParserMINUS = 842 PlSqlParserMINUS_NULL = 843 PlSqlParserMINUTE = 844 PlSqlParserMINVALUE = 845 PlSqlParserMIRRORCOLD = 846 PlSqlParserMIRRORHOT = 847 PlSqlParserMIRROR = 848 PlSqlParserMLSLABEL = 849 PlSqlParserMODEL_COMPILE_SUBQUERY = 850 PlSqlParserMODEL_DONTVERIFY_UNIQUENESS = 851 PlSqlParserMODEL_DYNAMIC_SUBQUERY = 852 PlSqlParserMODEL_MIN_ANALYSIS = 853 PlSqlParserMODEL = 854 PlSqlParserMODEL_NB = 855 PlSqlParserMODEL_NO_ANALYSIS = 856 PlSqlParserMODEL_PBY = 857 PlSqlParserMODEL_PUSH_REF = 858 PlSqlParserMODEL_SV = 859 PlSqlParserMODE = 860 PlSqlParserMODIFICATION = 861 PlSqlParserMODIFY_COLUMN_TYPE = 862 PlSqlParserMODIFY = 863 PlSqlParserMOD = 864 PlSqlParserMODULE = 865 PlSqlParserMONITORING = 866 PlSqlParserMONITOR = 867 PlSqlParserMONTH = 868 PlSqlParserMONTHS_BETWEEN = 869 PlSqlParserMONTHS = 870 PlSqlParserMOUNT = 871 PlSqlParserMOUNTPATH = 872 PlSqlParserMOVEMENT = 873 PlSqlParserMOVE = 874 PlSqlParserMULTIDIMENSIONAL = 875 PlSqlParserMULTISET = 876 PlSqlParserMV_MERGE = 877 PlSqlParserNAMED = 878 PlSqlParserNAME = 879 PlSqlParserNAMESPACE = 880 PlSqlParserNAN = 881 PlSqlParserNANVL = 882 PlSqlParserNATIONAL = 883 PlSqlParserNATIVE_FULL_OUTER_JOIN = 884 PlSqlParserNATIVE = 885 PlSqlParserNATURAL = 886 PlSqlParserNATURALN = 887 PlSqlParserNAV = 888 PlSqlParserNCHAR_CS = 889 PlSqlParserNCHAR = 890 PlSqlParserNCHR = 891 PlSqlParserNCLOB = 892 PlSqlParserNEEDED = 893 PlSqlParserNEG = 894 PlSqlParserNESTED = 895 PlSqlParserNESTED_TABLE_FAST_INSERT = 896 PlSqlParserNESTED_TABLE_GET_REFS = 897 PlSqlParserNESTED_TABLE_ID = 898 PlSqlParserNESTED_TABLE_SET_REFS = 899 PlSqlParserNESTED_TABLE_SET_SETID = 900 PlSqlParserNETWORK = 901 PlSqlParserNEVER = 902 PlSqlParserNEW = 903 PlSqlParserNEW_TIME = 904 PlSqlParserNEXT_DAY = 905 PlSqlParserNEXT = 906 PlSqlParserNL_AJ = 907 PlSqlParserNLJ_BATCHING = 908 PlSqlParserNLJ_INDEX_FILTER = 909 PlSqlParserNLJ_INDEX_SCAN = 910 PlSqlParserNLJ_PREFETCH = 911 PlSqlParserNLS_CALENDAR = 912 PlSqlParserNLS_CHARACTERSET = 913 PlSqlParserNLS_CHARSET_DECL_LEN = 914 PlSqlParserNLS_CHARSET_ID = 915 PlSqlParserNLS_CHARSET_NAME = 916 PlSqlParserNLS_COMP = 917 PlSqlParserNLS_CURRENCY = 918 PlSqlParserNLS_DATE_FORMAT = 919 PlSqlParserNLS_DATE_LANGUAGE = 920 PlSqlParserNLS_INITCAP = 921 PlSqlParserNLS_ISO_CURRENCY = 922 PlSqlParserNL_SJ = 923 PlSqlParserNLS_LANG = 924 PlSqlParserNLS_LANGUAGE = 925 PlSqlParserNLS_LENGTH_SEMANTICS = 926 PlSqlParserNLS_LOWER = 927 PlSqlParserNLS_NCHAR_CONV_EXCP = 928 PlSqlParserNLS_NUMERIC_CHARACTERS = 929 PlSqlParserNLS_SORT = 930 PlSqlParserNLSSORT = 931 PlSqlParserNLS_SPECIAL_CHARS = 932 PlSqlParserNLS_TERRITORY = 933 PlSqlParserNLS_UPPER = 934 PlSqlParserNO_ACCESS = 935 PlSqlParserNO_ADAPTIVE_PLAN = 936 PlSqlParserNO_ANSI_REARCH = 937 PlSqlParserNOAPPEND = 938 PlSqlParserNOARCHIVELOG = 939 PlSqlParserNOAUDIT = 940 PlSqlParserNO_AUTO_REOPTIMIZE = 941 PlSqlParserNO_BASETABLE_MULTIMV_REWRITE = 942 PlSqlParserNO_BATCH_TABLE_ACCESS_BY_ROWID = 943 PlSqlParserNO_BIND_AWARE = 944 PlSqlParserNO_BUFFER = 945 PlSqlParserNOCACHE = 946 PlSqlParserNO_CARTESIAN = 947 PlSqlParserNO_CHECK_ACL_REWRITE = 948 PlSqlParserNO_CLUSTER_BY_ROWID = 949 PlSqlParserNO_CLUSTERING = 950 PlSqlParserNO_COALESCE_SQ = 951 PlSqlParserNO_COMMON_DATA = 952 PlSqlParserNOCOMPRESS = 953 PlSqlParserNO_CONNECT_BY_CB_WHR_ONLY = 954 PlSqlParserNO_CONNECT_BY_COMBINE_SW = 955 PlSqlParserNO_CONNECT_BY_COST_BASED = 956 PlSqlParserNO_CONNECT_BY_ELIM_DUPS = 957 PlSqlParserNO_CONNECT_BY_FILTERING = 958 PlSqlParserNOCOPY = 959 PlSqlParserNO_COST_XML_QUERY_REWRITE = 960 PlSqlParserNO_CPU_COSTING = 961 PlSqlParserNOCPU_COSTING = 962 PlSqlParserNOCYCLE = 963 PlSqlParserNO_DATA_SECURITY_REWRITE = 964 PlSqlParserNO_DECORRELATE = 965 PlSqlParserNODELAY = 966 PlSqlParserNO_DOMAIN_INDEX_FILTER = 967 PlSqlParserNO_DST_UPGRADE_INSERT_CONV = 968 PlSqlParserNO_ELIM_GROUPBY = 969 PlSqlParserNO_ELIMINATE_JOIN = 970 PlSqlParserNO_ELIMINATE_OBY = 971 PlSqlParserNO_ELIMINATE_OUTER_JOIN = 972 PlSqlParserNOENTITYESCAPING = 973 PlSqlParserNO_EXPAND_GSET_TO_UNION = 974 PlSqlParserNO_EXPAND = 975 PlSqlParserNO_EXPAND_TABLE = 976 PlSqlParserNO_FACT = 977 PlSqlParserNO_FACTORIZE_JOIN = 978 PlSqlParserNO_FILTERING = 979 PlSqlParserNOFORCE = 980 PlSqlParserNO_FULL_OUTER_JOIN_TO_OUTER = 981 PlSqlParserNO_GATHER_OPTIMIZER_STATISTICS = 982 PlSqlParserNO_GBY_PUSHDOWN = 983 PlSqlParserNOGUARANTEE = 984 PlSqlParserNO_INDEX_FFS = 985 PlSqlParserNO_INDEX = 986 PlSqlParserNO_INDEX_SS = 987 PlSqlParserNO_INMEMORY = 988 PlSqlParserNO_INMEMORY_PRUNING = 989 PlSqlParserNOKEEP = 990 PlSqlParserNO_LOAD = 991 PlSqlParserNOLOCAL = 992 PlSqlParserNOLOGGING = 993 PlSqlParserNOMAPPING = 994 PlSqlParserNOMAXVALUE = 995 PlSqlParserNO_MERGE = 996 PlSqlParserNOMINIMIZE = 997 PlSqlParserNOMINVALUE = 998 PlSqlParserNO_MODEL_PUSH_REF = 999 PlSqlParserNO_MONITORING = 1000 PlSqlParserNOMONITORING = 1001 PlSqlParserNO_MONITOR = 1002 PlSqlParserNO_MULTIMV_REWRITE = 1003 PlSqlParserNO_NATIVE_FULL_OUTER_JOIN = 1004 PlSqlParserNONBLOCKING = 1005 PlSqlParserNONEDITIONABLE = 1006 PlSqlParserNONE = 1007 PlSqlParserNO_NLJ_BATCHING = 1008 PlSqlParserNO_NLJ_PREFETCH = 1009 PlSqlParserNO = 1010 PlSqlParserNONSCHEMA = 1011 PlSqlParserNO_OBJECT_LINK = 1012 PlSqlParserNOORDER = 1013 PlSqlParserNO_ORDER_ROLLUPS = 1014 PlSqlParserNO_OUTER_JOIN_TO_ANTI = 1015 PlSqlParserNO_OUTER_JOIN_TO_INNER = 1016 PlSqlParserNOOVERRIDE = 1017 PlSqlParserNO_PARALLEL_INDEX = 1018 PlSqlParserNOPARALLEL_INDEX = 1019 PlSqlParserNO_PARALLEL = 1020 PlSqlParserNOPARALLEL = 1021 PlSqlParserNO_PARTIAL_COMMIT = 1022 PlSqlParserNO_PARTIAL_JOIN = 1023 PlSqlParserNO_PARTIAL_ROLLUP_PUSHDOWN = 1024 PlSqlParserNOPARTITION = 1025 PlSqlParserNO_PLACE_DISTINCT = 1026 PlSqlParserNO_PLACE_GROUP_BY = 1027 PlSqlParserNO_PQ_CONCURRENT_UNION = 1028 PlSqlParserNO_PQ_MAP = 1029 PlSqlParserNO_PQ_REPLICATE = 1030 PlSqlParserNO_PQ_SKEW = 1031 PlSqlParserNO_PRUNE_GSETS = 1032 PlSqlParserNO_PULL_PRED = 1033 PlSqlParserNO_PUSH_PRED = 1034 PlSqlParserNO_PUSH_SUBQ = 1035 PlSqlParserNO_PX_FAULT_TOLERANCE = 1036 PlSqlParserNO_PX_JOIN_FILTER = 1037 PlSqlParserNO_QKN_BUFF = 1038 PlSqlParserNO_QUERY_TRANSFORMATION = 1039 PlSqlParserNO_REF_CASCADE = 1040 PlSqlParserNORELOCATE = 1041 PlSqlParserNORELY = 1042 PlSqlParserNOREPAIR = 1043 PlSqlParserNOREPLAY = 1044 PlSqlParserNORESETLOGS = 1045 PlSqlParserNO_RESULT_CACHE = 1046 PlSqlParserNOREVERSE = 1047 PlSqlParserNO_REWRITE = 1048 PlSqlParserNOREWRITE = 1049 PlSqlParserNORMAL = 1050 PlSqlParserNO_ROOT_SW_FOR_LOCAL = 1051 PlSqlParserNOROWDEPENDENCIES = 1052 PlSqlParserNOSCHEMACHECK = 1053 PlSqlParserNOSEGMENT = 1054 PlSqlParserNO_SEMIJOIN = 1055 PlSqlParserNO_SEMI_TO_INNER = 1056 PlSqlParserNO_SET_TO_JOIN = 1057 PlSqlParserNOSORT = 1058 PlSqlParserNO_SQL_TRANSLATION = 1059 PlSqlParserNO_SQL_TUNE = 1060 PlSqlParserNO_STAR_TRANSFORMATION = 1061 PlSqlParserNO_STATEMENT_QUEUING = 1062 PlSqlParserNO_STATS_GSETS = 1063 PlSqlParserNOSTRICT = 1064 PlSqlParserNO_SUBQUERY_PRUNING = 1065 PlSqlParserNO_SUBSTRB_PAD = 1066 PlSqlParserNO_SWAP_JOIN_INPUTS = 1067 PlSqlParserNOSWITCH = 1068 PlSqlParserNO_TABLE_LOOKUP_BY_NL = 1069 PlSqlParserNO_TEMP_TABLE = 1070 PlSqlParserNOTHING = 1071 PlSqlParserNOTIFICATION = 1072 PlSqlParserNOT = 1073 PlSqlParserNO_TRANSFORM_DISTINCT_AGG = 1074 PlSqlParserNO_UNNEST = 1075 PlSqlParserNO_USE_CUBE = 1076 PlSqlParserNO_USE_HASH_AGGREGATION = 1077 PlSqlParserNO_USE_HASH_GBY_FOR_PUSHDOWN = 1078 PlSqlParserNO_USE_HASH = 1079 PlSqlParserNO_USE_INVISIBLE_INDEXES = 1080 PlSqlParserNO_USE_MERGE = 1081 PlSqlParserNO_USE_NL = 1082 PlSqlParserNO_USE_VECTOR_AGGREGATION = 1083 PlSqlParserNOVALIDATE = 1084 PlSqlParserNO_VECTOR_TRANSFORM_DIMS = 1085 PlSqlParserNO_VECTOR_TRANSFORM_FACT = 1086 PlSqlParserNO_VECTOR_TRANSFORM = 1087 PlSqlParserNOWAIT = 1088 PlSqlParserNO_XDB_FASTPATH_INSERT = 1089 PlSqlParserNO_XML_DML_REWRITE = 1090 PlSqlParserNO_XMLINDEX_REWRITE_IN_SELECT = 1091 PlSqlParserNO_XMLINDEX_REWRITE = 1092 PlSqlParserNO_XML_QUERY_REWRITE = 1093 PlSqlParserNO_ZONEMAP = 1094 PlSqlParserNTH_VALUE = 1095 PlSqlParserNULLIF = 1096 PlSqlParserNULL_ = 1097 PlSqlParserNULLS = 1098 PlSqlParserNUMBER = 1099 PlSqlParserNUMERIC = 1100 PlSqlParserNUM_INDEX_KEYS = 1101 PlSqlParserNUMTODSINTERVAL = 1102 PlSqlParserNUMTOYMINTERVAL = 1103 PlSqlParserNVARCHAR2 = 1104 PlSqlParserNVL2 = 1105 PlSqlParserOBJECT2XML = 1106 PlSqlParserOBJECT = 1107 PlSqlParserOBJ_ID = 1108 PlSqlParserOBJNO = 1109 PlSqlParserOBJNO_REUSE = 1110 PlSqlParserOCCURENCES = 1111 PlSqlParserOFFLINE = 1112 PlSqlParserOFF = 1113 PlSqlParserOFFSET = 1114 PlSqlParserOF = 1115 PlSqlParserOIDINDEX = 1116 PlSqlParserOID = 1117 PlSqlParserOLAP = 1118 PlSqlParserOLD = 1119 PlSqlParserOLD_PUSH_PRED = 1120 PlSqlParserOLS = 1121 PlSqlParserOLTP = 1122 PlSqlParserOMIT = 1123 PlSqlParserONE = 1124 PlSqlParserONLINE = 1125 PlSqlParserONLINELOG = 1126 PlSqlParserONLY = 1127 PlSqlParserON = 1128 PlSqlParserOPAQUE = 1129 PlSqlParserOPAQUE_TRANSFORM = 1130 PlSqlParserOPAQUE_XCANONICAL = 1131 PlSqlParserOPCODE = 1132 PlSqlParserOPEN = 1133 PlSqlParserOPERATIONS = 1134 PlSqlParserOPERATOR = 1135 PlSqlParserOPT_ESTIMATE = 1136 PlSqlParserOPTIMAL = 1137 PlSqlParserOPTIMIZE = 1138 PlSqlParserOPTIMIZER_FEATURES_ENABLE = 1139 PlSqlParserOPTIMIZER_GOAL = 1140 PlSqlParserOPTION = 1141 PlSqlParserOPT_PARAM = 1142 PlSqlParserORA_BRANCH = 1143 PlSqlParserORA_CHECK_ACL = 1144 PlSqlParserORA_CHECK_PRIVILEGE = 1145 PlSqlParserORA_CLUSTERING = 1146 PlSqlParserORADATA = 1147 PlSqlParserORADEBUG = 1148 PlSqlParserORA_DST_AFFECTED = 1149 PlSqlParserORA_DST_CONVERT = 1150 PlSqlParserORA_DST_ERROR = 1151 PlSqlParserORA_GET_ACLIDS = 1152 PlSqlParserORA_GET_PRIVILEGES = 1153 PlSqlParserORA_HASH = 1154 PlSqlParserORA_INVOKING_USERID = 1155 PlSqlParserORA_INVOKING_USER = 1156 PlSqlParserORA_INVOKING_XS_USER_GUID = 1157 PlSqlParserORA_INVOKING_XS_USER = 1158 PlSqlParserORA_RAWCOMPARE = 1159 PlSqlParserORA_RAWCONCAT = 1160 PlSqlParserORA_ROWSCN = 1161 PlSqlParserORA_ROWSCN_RAW = 1162 PlSqlParserORA_ROWVERSION = 1163 PlSqlParserORA_TABVERSION = 1164 PlSqlParserORA_WRITE_TIME = 1165 PlSqlParserORDERED = 1166 PlSqlParserORDERED_PREDICATES = 1167 PlSqlParserORDER = 1168 PlSqlParserORDINALITY = 1169 PlSqlParserOR_EXPAND = 1170 PlSqlParserORGANIZATION = 1171 PlSqlParserOR = 1172 PlSqlParserOR_PREDICATES = 1173 PlSqlParserOSERROR = 1174 PlSqlParserOTHER = 1175 PlSqlParserOUTER_JOIN_TO_ANTI = 1176 PlSqlParserOUTER_JOIN_TO_INNER = 1177 PlSqlParserOUTER = 1178 PlSqlParserOUTLINE_LEAF = 1179 PlSqlParserOUTLINE = 1180 PlSqlParserOUT_OF_LINE = 1181 PlSqlParserOUT = 1182 PlSqlParserOVERFLOW_NOMOVE = 1183 PlSqlParserOVERFLOW = 1184 PlSqlParserOVERLAPS = 1185 PlSqlParserOVER = 1186 PlSqlParserOVERRIDING = 1187 PlSqlParserOWNER = 1188 PlSqlParserOWNERSHIP = 1189 PlSqlParserOWN = 1190 PlSqlParserPACKAGE = 1191 PlSqlParserPACKAGES = 1192 PlSqlParserPARALLEL_ENABLE = 1193 PlSqlParserPARALLEL_INDEX = 1194 PlSqlParserPARALLEL = 1195 PlSqlParserPARAMETERFILE = 1196 PlSqlParserPARAMETERS = 1197 PlSqlParserPARAM = 1198 PlSqlParserPARENT = 1199 PlSqlParserPARITY = 1200 PlSqlParserPARTIAL_JOIN = 1201 PlSqlParserPARTIALLY = 1202 PlSqlParserPARTIAL = 1203 PlSqlParserPARTIAL_ROLLUP_PUSHDOWN = 1204 PlSqlParserPARTITION_HASH = 1205 PlSqlParserPARTITION_LIST = 1206 PlSqlParserPARTITION = 1207 PlSqlParserPARTITION_RANGE = 1208 PlSqlParserPARTITIONS = 1209 PlSqlParserPARTNUMINST = 1210 PlSqlParserPASSING = 1211 PlSqlParserPASSWORD_GRACE_TIME = 1212 PlSqlParserPASSWORD_LIFE_TIME = 1213 PlSqlParserPASSWORD_LOCK_TIME = 1214 PlSqlParserPASSWORD = 1215 PlSqlParserPASSWORD_REUSE_MAX = 1216 PlSqlParserPASSWORD_REUSE_TIME = 1217 PlSqlParserPASSWORD_VERIFY_FUNCTION = 1218 PlSqlParserPAST = 1219 PlSqlParserPATCH = 1220 PlSqlParserPATH = 1221 PlSqlParserPATH_PREFIX = 1222 PlSqlParserPATHS = 1223 PlSqlParserPATTERN = 1224 PlSqlParserPBL_HS_BEGIN = 1225 PlSqlParserPBL_HS_END = 1226 PlSqlParserPCTFREE = 1227 PlSqlParserPCTINCREASE = 1228 PlSqlParserPCTTHRESHOLD = 1229 PlSqlParserPCTUSED = 1230 PlSqlParserPCTVERSION = 1231 PlSqlParserPENDING = 1232 PlSqlParserPERCENT_FOUND = 1233 PlSqlParserPERCENT_ISOPEN = 1234 PlSqlParserPERCENT_NOTFOUND = 1235 PlSqlParserPERCENT_KEYWORD = 1236 PlSqlParserPERCENT_RANKM = 1237 PlSqlParserPERCENT_ROWCOUNT = 1238 PlSqlParserPERCENT_ROWTYPE = 1239 PlSqlParserPERCENT_TYPE = 1240 PlSqlParserPERFORMANCE = 1241 PlSqlParserPERIOD_KEYWORD = 1242 PlSqlParserPERMANENT = 1243 PlSqlParserPERMISSION = 1244 PlSqlParserPERMUTE = 1245 PlSqlParserPER = 1246 PlSqlParserPFILE = 1247 PlSqlParserPHYSICAL = 1248 PlSqlParserPIKEY = 1249 PlSqlParserPIPELINED = 1250 PlSqlParserPIPE = 1251 PlSqlParserPIV_GB = 1252 PlSqlParserPIVOT = 1253 PlSqlParserPIV_SSF = 1254 PlSqlParserPLACE_DISTINCT = 1255 PlSqlParserPLACE_GROUP_BY = 1256 PlSqlParserPLAN = 1257 PlSqlParserPLSCOPE_SETTINGS = 1258 PlSqlParserPLS_INTEGER = 1259 PlSqlParserPLSQL_CCFLAGS = 1260 PlSqlParserPLSQL_CODE_TYPE = 1261 PlSqlParserPLSQL_DEBUG = 1262 PlSqlParserPLSQL_OPTIMIZE_LEVEL = 1263 PlSqlParserPLSQL_WARNINGS = 1264 PlSqlParserPLUGGABLE = 1265 PlSqlParserPOINT = 1266 PlSqlParserPOLICY = 1267 PlSqlParserPOOL_16K = 1268 PlSqlParserPOOL_2K = 1269 PlSqlParserPOOL_32K = 1270 PlSqlParserPOOL_4K = 1271 PlSqlParserPOOL_8K = 1272 PlSqlParserPOSITIVEN = 1273 PlSqlParserPOSITIVE = 1274 PlSqlParserPOST_TRANSACTION = 1275 PlSqlParserPOWERMULTISET_BY_CARDINALITY = 1276 PlSqlParserPOWERMULTISET = 1277 PlSqlParserPOWER = 1278 PlSqlParserPQ_CONCURRENT_UNION = 1279 PlSqlParserPQ_DISTRIBUTE = 1280 PlSqlParserPQ_DISTRIBUTE_WINDOW = 1281 PlSqlParserPQ_FILTER = 1282 PlSqlParserPQ_MAP = 1283 PlSqlParserPQ_NOMAP = 1284 PlSqlParserPQ_REPLICATE = 1285 PlSqlParserPQ_SKEW = 1286 PlSqlParserPRAGMA = 1287 PlSqlParserPREBUILT = 1288 PlSqlParserPRECEDES = 1289 PlSqlParserPRECEDING = 1290 PlSqlParserPRECISION = 1291 PlSqlParserPRECOMPUTE_SUBQUERY = 1292 PlSqlParserPREDICATE_REORDERS = 1293 PlSqlParserPRELOAD = 1294 PlSqlParserPREPARE = 1295 PlSqlParserPRESENTNNV = 1296 PlSqlParserPRESENT = 1297 PlSqlParserPRESENTV = 1298 PlSqlParserPRESERVE_OID = 1299 PlSqlParserPRESERVE = 1300 PlSqlParserPRETTY = 1301 PlSqlParserPREVIOUS = 1302 PlSqlParserPREV = 1303 PlSqlParserPRIMARY = 1304 PlSqlParserPRINTBLOBTOCLOB = 1305 PlSqlParserPRIORITY = 1306 PlSqlParserPRIOR = 1307 PlSqlParserPRIVATE = 1308 PlSqlParserPRIVATE_SGA = 1309 PlSqlParserPRIVILEGED = 1310 PlSqlParserPRIVILEGE = 1311 PlSqlParserPRIVILEGES = 1312 PlSqlParserPROCEDURAL = 1313 PlSqlParserPROCEDURE = 1314 PlSqlParserPROCESS = 1315 PlSqlParserPROFILE = 1316 PlSqlParserPROGRAM = 1317 PlSqlParserPROJECT = 1318 PlSqlParserPROPAGATE = 1319 PlSqlParserPROTECTED = 1320 PlSqlParserPROTECTION = 1321 PlSqlParserPROXY = 1322 PlSqlParserPRUNING = 1323 PlSqlParserPUBLIC = 1324 PlSqlParserPULL_PRED = 1325 PlSqlParserPURGE = 1326 PlSqlParserPUSH_PRED = 1327 PlSqlParserPUSH_SUBQ = 1328 PlSqlParserPX_FAULT_TOLERANCE = 1329 PlSqlParserPX_GRANULE = 1330 PlSqlParserPX_JOIN_FILTER = 1331 PlSqlParserQB_NAME = 1332 PlSqlParserQUERY_BLOCK = 1333 PlSqlParserQUERY = 1334 PlSqlParserQUEUE_CURR = 1335 PlSqlParserQUEUE = 1336 PlSqlParserQUEUE_ROWP = 1337 PlSqlParserQUIESCE = 1338 PlSqlParserQUORUM = 1339 PlSqlParserQUOTA = 1340 PlSqlParserRAISE = 1341 PlSqlParserRANDOM_LOCAL = 1342 PlSqlParserRANDOM = 1343 PlSqlParserRANGE = 1344 PlSqlParserRANKM = 1345 PlSqlParserRAPIDLY = 1346 PlSqlParserRAW = 1347 PlSqlParserRAWTOHEX = 1348 PlSqlParserRAWTONHEX = 1349 PlSqlParserRBA = 1350 PlSqlParserRBO_OUTLINE = 1351 PlSqlParserRDBA = 1352 PlSqlParserREAD = 1353 PlSqlParserREADS = 1354 PlSqlParserREALM = 1355 PlSqlParserREAL = 1356 PlSqlParserREBALANCE = 1357 PlSqlParserREBUILD = 1358 PlSqlParserRECORD = 1359 PlSqlParserRECORDS_PER_BLOCK = 1360 PlSqlParserRECOVERABLE = 1361 PlSqlParserRECOVER = 1362 PlSqlParserRECOVERY = 1363 PlSqlParserRECYCLEBIN = 1364 PlSqlParserRECYCLE = 1365 PlSqlParserREDACTION = 1366 PlSqlParserREDEFINE = 1367 PlSqlParserREDO = 1368 PlSqlParserREDUCED = 1369 PlSqlParserREDUNDANCY = 1370 PlSqlParserREF_CASCADE_CURSOR = 1371 PlSqlParserREFERENCED = 1372 PlSqlParserREFERENCE = 1373 PlSqlParserREFERENCES = 1374 PlSqlParserREFERENCING = 1375 PlSqlParserREF = 1376 PlSqlParserREFRESH = 1377 PlSqlParserREFTOHEX = 1378 PlSqlParserREGEXP_COUNT = 1379 PlSqlParserREGEXP_INSTR = 1380 PlSqlParserREGEXP_LIKE = 1381 PlSqlParserREGEXP_REPLACE = 1382 PlSqlParserREGEXP_SUBSTR = 1383 PlSqlParserREGISTER = 1384 PlSqlParserREGR_AVGX = 1385 PlSqlParserREGR_AVGY = 1386 PlSqlParserREGR_COUNT = 1387 PlSqlParserREGR_INTERCEPT = 1388 PlSqlParserREGR_R2 = 1389 PlSqlParserREGR_SLOPE = 1390 PlSqlParserREGR_SXX = 1391 PlSqlParserREGR_SXY = 1392 PlSqlParserREGR_SYY = 1393 PlSqlParserREGULAR = 1394 PlSqlParserREJECT = 1395 PlSqlParserREKEY = 1396 PlSqlParserRELATIONAL = 1397 PlSqlParserRELIES_ON = 1398 PlSqlParserRELOCATE = 1399 PlSqlParserRELY = 1400 PlSqlParserREMAINDER = 1401 PlSqlParserREMOTE_MAPPED = 1402 PlSqlParserREMOVE = 1403 PlSqlParserRENAME = 1404 PlSqlParserREPAIR = 1405 PlSqlParserREPEAT = 1406 PlSqlParserREPLACE = 1407 PlSqlParserREPLICATION = 1408 PlSqlParserREQUIRED = 1409 PlSqlParserRESETLOGS = 1410 PlSqlParserRESET = 1411 PlSqlParserRESIZE = 1412 PlSqlParserRESOLVE = 1413 PlSqlParserRESOLVER = 1414 PlSqlParserRESOURCE = 1415 PlSqlParserRESPECT = 1416 PlSqlParserRESTART = 1417 PlSqlParserRESTORE_AS_INTERVALS = 1418 PlSqlParserRESTORE = 1419 PlSqlParserRESTRICT_ALL_REF_CONS = 1420 PlSqlParserRESTRICTED = 1421 PlSqlParserRESTRICT_REFERENCES = 1422 PlSqlParserRESTRICT = 1423 PlSqlParserRESULT_CACHE = 1424 PlSqlParserRESULT = 1425 PlSqlParserRESUMABLE = 1426 PlSqlParserRESUME = 1427 PlSqlParserRETENTION = 1428 PlSqlParserRETRY_ON_ROW_CHANGE = 1429 PlSqlParserRETURNING = 1430 PlSqlParserRETURN = 1431 PlSqlParserREUSE = 1432 PlSqlParserREVERSE = 1433 PlSqlParserREVOKE = 1434 PlSqlParserREWRITE_OR_ERROR = 1435 PlSqlParserREWRITE = 1436 PlSqlParserRIGHT = 1437 PlSqlParserROLE = 1438 PlSqlParserROLESET = 1439 PlSqlParserROLES = 1440 PlSqlParserROLLBACK = 1441 PlSqlParserROLLING = 1442 PlSqlParserROLLUP = 1443 PlSqlParserROWDEPENDENCIES = 1444 PlSqlParserROWID_MAPPING_TABLE = 1445 PlSqlParserROWID = 1446 PlSqlParserROWIDTOCHAR = 1447 PlSqlParserROWIDTONCHAR = 1448 PlSqlParserROW_LENGTH = 1449 PlSqlParserROWNUM = 1450 PlSqlParserROW = 1451 PlSqlParserROWS = 1452 PlSqlParserRPAD = 1453 PlSqlParserRTRIM = 1454 PlSqlParserRULE = 1455 PlSqlParserRULES = 1456 PlSqlParserRUNNING = 1457 PlSqlParserSALT = 1458 PlSqlParserSAMPLE = 1459 PlSqlParserSAVE_AS_INTERVALS = 1460 PlSqlParserSAVEPOINT = 1461 PlSqlParserSAVE = 1462 PlSqlParserSB4 = 1463 PlSqlParserSCALE_ROWS = 1464 PlSqlParserSCALE = 1465 PlSqlParserSCAN_INSTANCES = 1466 PlSqlParserSCAN = 1467 PlSqlParserSCHEDULER = 1468 PlSqlParserSCHEMACHECK = 1469 PlSqlParserSCHEMA = 1470 PlSqlParserSCN_ASCENDING = 1471 PlSqlParserSCN = 1472 PlSqlParserSCOPE = 1473 PlSqlParserSCRUB = 1474 PlSqlParserSD_ALL = 1475 PlSqlParserSD_INHIBIT = 1476 PlSqlParserSDO_GEOM_MBR = 1477 PlSqlParserSD_SHOW = 1478 PlSqlParserSEARCH = 1479 PlSqlParserSECOND = 1480 PlSqlParserSECRET = 1481 PlSqlParserSECUREFILE_DBA = 1482 PlSqlParserSECUREFILE = 1483 PlSqlParserSECURITY = 1484 PlSqlParserSEED = 1485 PlSqlParserSEG_BLOCK = 1486 PlSqlParserSEG_FILE = 1487 PlSqlParserSEGMENT = 1488 PlSqlParserSELECTIVITY = 1489 PlSqlParserSELECT = 1490 PlSqlParserSELF = 1491 PlSqlParserSEMIJOIN_DRIVER = 1492 PlSqlParserSEMIJOIN = 1493 PlSqlParserSEMI_TO_INNER = 1494 PlSqlParserSEQUENCED = 1495 PlSqlParserSEQUENCE = 1496 PlSqlParserSEQUENTIAL = 1497 PlSqlParserSEQ = 1498 PlSqlParserSERIALIZABLE = 1499 PlSqlParserSERIALLY_REUSABLE = 1500 PlSqlParserSERIAL = 1501 PlSqlParserSERVERERROR = 1502 PlSqlParserSERVICE_NAME_CONVERT = 1503 PlSqlParserSERVICES = 1504 PlSqlParserSESSION_CACHED_CURSORS = 1505 PlSqlParserSESSION = 1506 PlSqlParserSESSIONS_PER_USER = 1507 PlSqlParserSESSIONTIMEZONE = 1508 PlSqlParserSESSIONTZNAME = 1509 PlSqlParserSET = 1510 PlSqlParserSETS = 1511 PlSqlParserSETTINGS = 1512 PlSqlParserSET_TO_JOIN = 1513 PlSqlParserSEVERE = 1514 PlSqlParserSHARED_POOL = 1515 PlSqlParserSHARED = 1516 PlSqlParserSHARE = 1517 PlSqlParserSHARING = 1518 PlSqlParserSHELFLIFE = 1519 PlSqlParserSHOW = 1520 PlSqlParserSHRINK = 1521 PlSqlParserSHUTDOWN = 1522 PlSqlParserSIBLINGS = 1523 PlSqlParserSID = 1524 PlSqlParserSIGNAL_COMPONENT = 1525 PlSqlParserSIGNAL_FUNCTION = 1526 PlSqlParserSIGN = 1527 PlSqlParserSIGNTYPE = 1528 PlSqlParserSIMPLE_INTEGER = 1529 PlSqlParserSIMPLE = 1530 PlSqlParserSINGLE = 1531 PlSqlParserSINGLETASK = 1532 PlSqlParserSINH = 1533 PlSqlParserSIN = 1534 PlSqlParserSIZE = 1535 PlSqlParserSKIP_EXT_OPTIMIZER = 1536 PlSqlParserSKIP_ = 1537 PlSqlParserSKIP_UNQ_UNUSABLE_IDX = 1538 PlSqlParserSKIP_UNUSABLE_INDEXES = 1539 PlSqlParserSMALLFILE = 1540 PlSqlParserSMALLINT = 1541 PlSqlParserSNAPSHOT = 1542 PlSqlParserSOME = 1543 PlSqlParserSORT = 1544 PlSqlParserSOUNDEX = 1545 PlSqlParserSOURCE_FILE_DIRECTORY = 1546 PlSqlParserSOURCE_FILE_NAME_CONVERT = 1547 PlSqlParserSOURCE = 1548 PlSqlParserSPACE_KEYWORD = 1549 PlSqlParserSPECIFICATION = 1550 PlSqlParserSPFILE = 1551 PlSqlParserSPLIT = 1552 PlSqlParserSPREADSHEET = 1553 PlSqlParserSQLDATA = 1554 PlSqlParserSQLERROR = 1555 PlSqlParserSQLLDR = 1556 PlSqlParserSQL = 1557 PlSqlParserSQL_TRACE = 1558 PlSqlParserSQL_TRANSLATION_PROFILE = 1559 PlSqlParserSQRT = 1560 PlSqlParserSTALE = 1561 PlSqlParserSTANDALONE = 1562 PlSqlParserSTANDARD_HASH = 1563 PlSqlParserSTANDBY_MAX_DATA_DELAY = 1564 PlSqlParserSTANDBYS = 1565 PlSqlParserSTANDBY = 1566 PlSqlParserSTAR = 1567 PlSqlParserSTAR_TRANSFORMATION = 1568 PlSqlParserSTART = 1569 PlSqlParserSTARTUP = 1570 PlSqlParserSTATEMENT_ID = 1571 PlSqlParserSTATEMENT_QUEUING = 1572 PlSqlParserSTATEMENTS = 1573 PlSqlParserSTATEMENT = 1574 PlSqlParserSTATE = 1575 PlSqlParserSTATIC = 1576 PlSqlParserSTATISTICS = 1577 PlSqlParserSTATS_BINOMIAL_TEST = 1578 PlSqlParserSTATS_CROSSTAB = 1579 PlSqlParserSTATS_F_TEST = 1580 PlSqlParserSTATS_KS_TEST = 1581 PlSqlParserSTATS_MODE = 1582 PlSqlParserSTATS_MW_TEST = 1583 PlSqlParserSTATS_ONE_WAY_ANOVA = 1584 PlSqlParserSTATS_T_TEST_INDEP = 1585 PlSqlParserSTATS_T_TEST_INDEPU = 1586 PlSqlParserSTATS_T_TEST_ONE = 1587 PlSqlParserSTATS_T_TEST_PAIRED = 1588 PlSqlParserSTATS_WSR_TEST = 1589 PlSqlParserSTDDEV_POP = 1590 PlSqlParserSTDDEV_SAMP = 1591 PlSqlParserSTOP = 1592 PlSqlParserSTORAGE = 1593 PlSqlParserSTORE = 1594 PlSqlParserSTREAMS = 1595 PlSqlParserSTREAM = 1596 PlSqlParserSTRICT = 1597 PlSqlParserSTRING = 1598 PlSqlParserSTRIPE_COLUMNS = 1599 PlSqlParserSTRIPE_WIDTH = 1600 PlSqlParserSTRIP = 1601 PlSqlParserSTRUCTURE = 1602 PlSqlParserSUBMULTISET = 1603 PlSqlParserSUBPARTITION_REL = 1604 PlSqlParserSUBPARTITIONS = 1605 PlSqlParserSUBPARTITION = 1606 PlSqlParserSUBQUERIES = 1607 PlSqlParserSUBQUERY_PRUNING = 1608 PlSqlParserSUBSCRIBE = 1609 PlSqlParserSUBSET = 1610 PlSqlParserSUBSTITUTABLE = 1611 PlSqlParserSUBSTR2 = 1612 PlSqlParserSUBSTR4 = 1613 PlSqlParserSUBSTRB = 1614 PlSqlParserSUBSTRC = 1615 PlSqlParserSUBTYPE = 1616 PlSqlParserSUCCESSFUL = 1617 PlSqlParserSUCCESS = 1618 PlSqlParserSUMMARY = 1619 PlSqlParserSUPPLEMENTAL = 1620 PlSqlParserSUSPEND = 1621 PlSqlParserSWAP_JOIN_INPUTS = 1622 PlSqlParserSWITCHOVER = 1623 PlSqlParserSWITCH = 1624 PlSqlParserSYNCHRONOUS = 1625 PlSqlParserSYNC = 1626 PlSqlParserSYNONYM = 1627 PlSqlParserSYSASM = 1628 PlSqlParserSYS_AUDIT = 1629 PlSqlParserSYSAUX = 1630 PlSqlParserSYSBACKUP = 1631 PlSqlParserSYS_CHECKACL = 1632 PlSqlParserSYS_CHECK_PRIVILEGE = 1633 PlSqlParserSYS_CONNECT_BY_PATH = 1634 PlSqlParserSYS_CONTEXT = 1635 PlSqlParserSYSDATE = 1636 PlSqlParserSYSDBA = 1637 PlSqlParserSYS_DBURIGEN = 1638 PlSqlParserSYSDG = 1639 PlSqlParserSYS_DL_CURSOR = 1640 PlSqlParserSYS_DM_RXFORM_CHR = 1641 PlSqlParserSYS_DM_RXFORM_NUM = 1642 PlSqlParserSYS_DOM_COMPARE = 1643 PlSqlParserSYS_DST_PRIM2SEC = 1644 PlSqlParserSYS_DST_SEC2PRIM = 1645 PlSqlParserSYS_ET_BFILE_TO_RAW = 1646 PlSqlParserSYS_ET_BLOB_TO_IMAGE = 1647 PlSqlParserSYS_ET_IMAGE_TO_BLOB = 1648 PlSqlParserSYS_ET_RAW_TO_BFILE = 1649 PlSqlParserSYS_EXTPDTXT = 1650 PlSqlParserSYS_EXTRACT_UTC = 1651 PlSqlParserSYS_FBT_INSDEL = 1652 PlSqlParserSYS_FILTER_ACLS = 1653 PlSqlParserSYS_FNMATCHES = 1654 PlSqlParserSYS_FNREPLACE = 1655 PlSqlParserSYS_GET_ACLIDS = 1656 PlSqlParserSYS_GET_COL_ACLIDS = 1657 PlSqlParserSYS_GET_PRIVILEGES = 1658 PlSqlParserSYS_GETTOKENID = 1659 PlSqlParserSYS_GETXTIVAL = 1660 PlSqlParserSYS_GUID = 1661 PlSqlParserSYSGUID = 1662 PlSqlParserSYSKM = 1663 PlSqlParserSYS_MAKE_XMLNODEID = 1664 PlSqlParserSYS_MAKEXML = 1665 PlSqlParserSYS_MKXMLATTR = 1666 PlSqlParserSYS_MKXTI = 1667 PlSqlParserSYSOBJ = 1668 PlSqlParserSYS_OP_ADT2BIN = 1669 PlSqlParserSYS_OP_ADTCONS = 1670 PlSqlParserSYS_OP_ALSCRVAL = 1671 PlSqlParserSYS_OP_ATG = 1672 PlSqlParserSYS_OP_BIN2ADT = 1673 PlSqlParserSYS_OP_BITVEC = 1674 PlSqlParserSYS_OP_BL2R = 1675 PlSqlParserSYS_OP_BLOOM_FILTER_LIST = 1676 PlSqlParserSYS_OP_BLOOM_FILTER = 1677 PlSqlParserSYS_OP_C2C = 1678 PlSqlParserSYS_OP_CAST = 1679 PlSqlParserSYS_OP_CEG = 1680 PlSqlParserSYS_OP_CL2C = 1681 PlSqlParserSYS_OP_COMBINED_HASH = 1682 PlSqlParserSYS_OP_COMP = 1683 PlSqlParserSYS_OP_CONVERT = 1684 PlSqlParserSYS_OP_COUNTCHG = 1685 PlSqlParserSYS_OP_CSCONV = 1686 PlSqlParserSYS_OP_CSCONVTEST = 1687 PlSqlParserSYS_OP_CSR = 1688 PlSqlParserSYS_OP_CSX_PATCH = 1689 PlSqlParserSYS_OP_CYCLED_SEQ = 1690 PlSqlParserSYS_OP_DECOMP = 1691 PlSqlParserSYS_OP_DESCEND = 1692 PlSqlParserSYS_OP_DISTINCT = 1693 PlSqlParserSYS_OP_DRA = 1694 PlSqlParserSYS_OP_DUMP = 1695 PlSqlParserSYS_OP_DV_CHECK = 1696 PlSqlParserSYS_OP_ENFORCE_NOT_NULL = 1697 PlSqlParserSYSOPER = 1698 PlSqlParserSYS_OP_EXTRACT = 1699 PlSqlParserSYS_OP_GROUPING = 1700 PlSqlParserSYS_OP_GUID = 1701 PlSqlParserSYS_OP_HASH = 1702 PlSqlParserSYS_OP_IIX = 1703 PlSqlParserSYS_OP_ITR = 1704 PlSqlParserSYS_OP_KEY_VECTOR_CREATE = 1705 PlSqlParserSYS_OP_KEY_VECTOR_FILTER_LIST = 1706 PlSqlParserSYS_OP_KEY_VECTOR_FILTER = 1707 PlSqlParserSYS_OP_KEY_VECTOR_SUCCEEDED = 1708 PlSqlParserSYS_OP_KEY_VECTOR_USE = 1709 PlSqlParserSYS_OP_LBID = 1710 PlSqlParserSYS_OP_LOBLOC2BLOB = 1711 PlSqlParserSYS_OP_LOBLOC2CLOB = 1712 PlSqlParserSYS_OP_LOBLOC2ID = 1713 PlSqlParserSYS_OP_LOBLOC2NCLOB = 1714 PlSqlParserSYS_OP_LOBLOC2TYP = 1715 PlSqlParserSYS_OP_LSVI = 1716 PlSqlParserSYS_OP_LVL = 1717 PlSqlParserSYS_OP_MAKEOID = 1718 PlSqlParserSYS_OP_MAP_NONNULL = 1719 PlSqlParserSYS_OP_MSR = 1720 PlSqlParserSYS_OP_NICOMBINE = 1721 PlSqlParserSYS_OP_NIEXTRACT = 1722 PlSqlParserSYS_OP_NII = 1723 PlSqlParserSYS_OP_NIX = 1724 PlSqlParserSYS_OP_NOEXPAND = 1725 PlSqlParserSYS_OP_NTCIMG = 1726 PlSqlParserSYS_OP_NUMTORAW = 1727 PlSqlParserSYS_OP_OIDVALUE = 1728 PlSqlParserSYS_OP_OPNSIZE = 1729 PlSqlParserSYS_OP_PAR_1 = 1730 PlSqlParserSYS_OP_PARGID_1 = 1731 PlSqlParserSYS_OP_PARGID = 1732 PlSqlParserSYS_OP_PAR = 1733 PlSqlParserSYS_OP_PART_ID = 1734 PlSqlParserSYS_OP_PIVOT = 1735 PlSqlParserSYS_OP_R2O = 1736 PlSqlParserSYS_OP_RAWTONUM = 1737 PlSqlParserSYS_OP_RDTM = 1738 PlSqlParserSYS_OP_REF = 1739 PlSqlParserSYS_OP_RMTD = 1740 PlSqlParserSYS_OP_ROWIDTOOBJ = 1741 PlSqlParserSYS_OP_RPB = 1742 PlSqlParserSYS_OPTLOBPRBSC = 1743 PlSqlParserSYS_OP_TOSETID = 1744 PlSqlParserSYS_OP_TPR = 1745 PlSqlParserSYS_OP_TRTB = 1746 PlSqlParserSYS_OPTXICMP = 1747 PlSqlParserSYS_OPTXQCASTASNQ = 1748 PlSqlParserSYS_OP_UNDESCEND = 1749 PlSqlParserSYS_OP_VECAND = 1750 PlSqlParserSYS_OP_VECBIT = 1751 PlSqlParserSYS_OP_VECOR = 1752 PlSqlParserSYS_OP_VECXOR = 1753 PlSqlParserSYS_OP_VERSION = 1754 PlSqlParserSYS_OP_VREF = 1755 PlSqlParserSYS_OP_VVD = 1756 PlSqlParserSYS_OP_XMLCONS_FOR_CSX = 1757 PlSqlParserSYS_OP_XPTHATG = 1758 PlSqlParserSYS_OP_XPTHIDX = 1759 PlSqlParserSYS_OP_XPTHOP = 1760 PlSqlParserSYS_OP_XTXT2SQLT = 1761 PlSqlParserSYS_OP_ZONE_ID = 1762 PlSqlParserSYS_ORDERKEY_DEPTH = 1763 PlSqlParserSYS_ORDERKEY_MAXCHILD = 1764 PlSqlParserSYS_ORDERKEY_PARENT = 1765 PlSqlParserSYS_PARALLEL_TXN = 1766 PlSqlParserSYS_PATHID_IS_ATTR = 1767 PlSqlParserSYS_PATHID_IS_NMSPC = 1768 PlSqlParserSYS_PATHID_LASTNAME = 1769 PlSqlParserSYS_PATHID_LASTNMSPC = 1770 PlSqlParserSYS_PATH_REVERSE = 1771 PlSqlParserSYS_PXQEXTRACT = 1772 PlSqlParserSYS_RAW_TO_XSID = 1773 PlSqlParserSYS_RID_ORDER = 1774 PlSqlParserSYS_ROW_DELTA = 1775 PlSqlParserSYS_SC_2_XMLT = 1776 PlSqlParserSYS_SYNRCIREDO = 1777 PlSqlParserSYSTEM_DEFINED = 1778 PlSqlParserSYSTEM = 1779 PlSqlParserSYSTIMESTAMP = 1780 PlSqlParserSYS_TYPEID = 1781 PlSqlParserSYS_UMAKEXML = 1782 PlSqlParserSYS_XMLANALYZE = 1783 PlSqlParserSYS_XMLCONTAINS = 1784 PlSqlParserSYS_XMLCONV = 1785 PlSqlParserSYS_XMLEXNSURI = 1786 PlSqlParserSYS_XMLGEN = 1787 PlSqlParserSYS_XMLI_LOC_ISNODE = 1788 PlSqlParserSYS_XMLI_LOC_ISTEXT = 1789 PlSqlParserSYS_XMLINSTR = 1790 PlSqlParserSYS_XMLLOCATOR_GETSVAL = 1791 PlSqlParserSYS_XMLNODEID_GETCID = 1792 PlSqlParserSYS_XMLNODEID_GETLOCATOR = 1793 PlSqlParserSYS_XMLNODEID_GETOKEY = 1794 PlSqlParserSYS_XMLNODEID_GETPATHID = 1795 PlSqlParserSYS_XMLNODEID_GETPTRID = 1796 PlSqlParserSYS_XMLNODEID_GETRID = 1797 PlSqlParserSYS_XMLNODEID_GETSVAL = 1798 PlSqlParserSYS_XMLNODEID_GETTID = 1799 PlSqlParserSYS_XMLNODEID = 1800 PlSqlParserSYS_XMLT_2_SC = 1801 PlSqlParserSYS_XMLTRANSLATE = 1802 PlSqlParserSYS_XMLTYPE2SQL = 1803 PlSqlParserSYS_XQ_ASQLCNV = 1804 PlSqlParserSYS_XQ_ATOMCNVCHK = 1805 PlSqlParserSYS_XQBASEURI = 1806 PlSqlParserSYS_XQCASTABLEERRH = 1807 PlSqlParserSYS_XQCODEP2STR = 1808 PlSqlParserSYS_XQCODEPEQ = 1809 PlSqlParserSYS_XQCON2SEQ = 1810 PlSqlParserSYS_XQCONCAT = 1811 PlSqlParserSYS_XQDELETE = 1812 PlSqlParserSYS_XQDFLTCOLATION = 1813 PlSqlParserSYS_XQDOC = 1814 PlSqlParserSYS_XQDOCURI = 1815 PlSqlParserSYS_XQDURDIV = 1816 PlSqlParserSYS_XQED4URI = 1817 PlSqlParserSYS_XQENDSWITH = 1818 PlSqlParserSYS_XQERRH = 1819 PlSqlParserSYS_XQERR = 1820 PlSqlParserSYS_XQESHTMLURI = 1821 PlSqlParserSYS_XQEXLOBVAL = 1822 PlSqlParserSYS_XQEXSTWRP = 1823 PlSqlParserSYS_XQEXTRACT = 1824 PlSqlParserSYS_XQEXTRREF = 1825 PlSqlParserSYS_XQEXVAL = 1826 PlSqlParserSYS_XQFB2STR = 1827 PlSqlParserSYS_XQFNBOOL = 1828 PlSqlParserSYS_XQFNCMP = 1829 PlSqlParserSYS_XQFNDATIM = 1830 PlSqlParserSYS_XQFNLNAME = 1831 PlSqlParserSYS_XQFNNM = 1832 PlSqlParserSYS_XQFNNSURI = 1833 PlSqlParserSYS_XQFNPREDTRUTH = 1834 PlSqlParserSYS_XQFNQNM = 1835 PlSqlParserSYS_XQFNROOT = 1836 PlSqlParserSYS_XQFORMATNUM = 1837 PlSqlParserSYS_XQFTCONTAIN = 1838 PlSqlParserSYS_XQFUNCR = 1839 PlSqlParserSYS_XQGETCONTENT = 1840 PlSqlParserSYS_XQINDXOF = 1841 PlSqlParserSYS_XQINSERT = 1842 PlSqlParserSYS_XQINSPFX = 1843 PlSqlParserSYS_XQIRI2URI = 1844 PlSqlParserSYS_XQLANG = 1845 PlSqlParserSYS_XQLLNMFRMQNM = 1846 PlSqlParserSYS_XQMKNODEREF = 1847 PlSqlParserSYS_XQNILLED = 1848 PlSqlParserSYS_XQNODENAME = 1849 PlSqlParserSYS_XQNORMSPACE = 1850 PlSqlParserSYS_XQNORMUCODE = 1851 PlSqlParserSYS_XQ_NRNG = 1852 PlSqlParserSYS_XQNSP4PFX = 1853 PlSqlParserSYS_XQNSPFRMQNM = 1854 PlSqlParserSYS_XQPFXFRMQNM = 1855 PlSqlParserSYS_XQ_PKSQL2XML = 1856 PlSqlParserSYS_XQPOLYABS = 1857 PlSqlParserSYS_XQPOLYADD = 1858 PlSqlParserSYS_XQPOLYCEL = 1859 PlSqlParserSYS_XQPOLYCSTBL = 1860 PlSqlParserSYS_XQPOLYCST = 1861 PlSqlParserSYS_XQPOLYDIV = 1862 PlSqlParserSYS_XQPOLYFLR = 1863 PlSqlParserSYS_XQPOLYMOD = 1864 PlSqlParserSYS_XQPOLYMUL = 1865 PlSqlParserSYS_XQPOLYRND = 1866 PlSqlParserSYS_XQPOLYSQRT = 1867 PlSqlParserSYS_XQPOLYSUB = 1868 PlSqlParserSYS_XQPOLYUMUS = 1869 PlSqlParserSYS_XQPOLYUPLS = 1870 PlSqlParserSYS_XQPOLYVEQ = 1871 PlSqlParserSYS_XQPOLYVGE = 1872 PlSqlParserSYS_XQPOLYVGT = 1873 PlSqlParserSYS_XQPOLYVLE = 1874 PlSqlParserSYS_XQPOLYVLT = 1875 PlSqlParserSYS_XQPOLYVNE = 1876 PlSqlParserSYS_XQREF2VAL = 1877 PlSqlParserSYS_XQRENAME = 1878 PlSqlParserSYS_XQREPLACE = 1879 PlSqlParserSYS_XQRESVURI = 1880 PlSqlParserSYS_XQRNDHALF2EVN = 1881 PlSqlParserSYS_XQRSLVQNM = 1882 PlSqlParserSYS_XQRYENVPGET = 1883 PlSqlParserSYS_XQRYVARGET = 1884 PlSqlParserSYS_XQRYWRP = 1885 PlSqlParserSYS_XQSEQ2CON4XC = 1886 PlSqlParserSYS_XQSEQ2CON = 1887 PlSqlParserSYS_XQSEQDEEPEQ = 1888 PlSqlParserSYS_XQSEQINSB = 1889 PlSqlParserSYS_XQSEQRM = 1890 PlSqlParserSYS_XQSEQRVS = 1891 PlSqlParserSYS_XQSEQSUB = 1892 PlSqlParserSYS_XQSEQTYPMATCH = 1893 PlSqlParserSYS_XQSTARTSWITH = 1894 PlSqlParserSYS_XQSTATBURI = 1895 PlSqlParserSYS_XQSTR2CODEP = 1896 PlSqlParserSYS_XQSTRJOIN = 1897 PlSqlParserSYS_XQSUBSTRAFT = 1898 PlSqlParserSYS_XQSUBSTRBEF = 1899 PlSqlParserSYS_XQTOKENIZE = 1900 PlSqlParserSYS_XQTREATAS = 1901 PlSqlParserSYS_XQ_UPKXML2SQL = 1902 PlSqlParserSYS_XQXFORM = 1903 PlSqlParserSYS_XSID_TO_RAW = 1904 PlSqlParserSYS_ZMAP_FILTER = 1905 PlSqlParserSYS_ZMAP_REFRESH = 1906 PlSqlParserTABLE_LOOKUP_BY_NL = 1907 PlSqlParserTABLESPACE_NO = 1908 PlSqlParserTABLESPACE = 1909 PlSqlParserTABLES = 1910 PlSqlParserTABLE_STATS = 1911 PlSqlParserTABLE = 1912 PlSqlParserTABNO = 1913 PlSqlParserTAG = 1914 PlSqlParserTANH = 1915 PlSqlParserTAN = 1916 PlSqlParserTBLORIDXPARTNUM = 1917 PlSqlParserTEMPFILE = 1918 PlSqlParserTEMPLATE = 1919 PlSqlParserTEMPORARY = 1920 PlSqlParserTEMP_TABLE = 1921 PlSqlParserTEST = 1922 PlSqlParserTEXT = 1923 PlSqlParserTHAN = 1924 PlSqlParserTHEN = 1925 PlSqlParserTHE = 1926 PlSqlParserTHREAD = 1927 PlSqlParserTHROUGH = 1928 PlSqlParserTIER = 1929 PlSqlParserTIES = 1930 PlSqlParserTIMEOUT = 1931 PlSqlParserTIMESTAMP_LTZ_UNCONSTRAINED = 1932 PlSqlParserTIMESTAMP = 1933 PlSqlParserTIMESTAMP_TZ_UNCONSTRAINED = 1934 PlSqlParserTIMESTAMP_UNCONSTRAINED = 1935 PlSqlParserTIMES = 1936 PlSqlParserTIME = 1937 PlSqlParserTIMEZONE = 1938 PlSqlParserTIMEZONE_ABBR = 1939 PlSqlParserTIMEZONE_HOUR = 1940 PlSqlParserTIMEZONE_MINUTE = 1941 PlSqlParserTIMEZONE_OFFSET = 1942 PlSqlParserTIMEZONE_REGION = 1943 PlSqlParserTIME_ZONE = 1944 PlSqlParserTIV_GB = 1945 PlSqlParserTIV_SSF = 1946 PlSqlParserTO_ACLID = 1947 PlSqlParserTO_BINARY_DOUBLE = 1948 PlSqlParserTO_BINARY_FLOAT = 1949 PlSqlParserTO_BLOB = 1950 PlSqlParserTO_CLOB = 1951 PlSqlParserTO_DSINTERVAL = 1952 PlSqlParserTO_LOB = 1953 PlSqlParserTO_MULTI_BYTE = 1954 PlSqlParserTO_NCHAR = 1955 PlSqlParserTO_NCLOB = 1956 PlSqlParserTO_NUMBER = 1957 PlSqlParserTOPLEVEL = 1958 PlSqlParserTO_SINGLE_BYTE = 1959 PlSqlParserTO_TIMESTAMP = 1960 PlSqlParserTO_TIMESTAMP_TZ = 1961 PlSqlParserTO_TIME = 1962 PlSqlParserTO_TIME_TZ = 1963 PlSqlParserTO = 1964 PlSqlParserTO_YMINTERVAL = 1965 PlSqlParserTRACE = 1966 PlSqlParserTRACING = 1967 PlSqlParserTRACKING = 1968 PlSqlParserTRAILING = 1969 PlSqlParserTRANSACTION = 1970 PlSqlParserTRANSFORM_DISTINCT_AGG = 1971 PlSqlParserTRANSITIONAL = 1972 PlSqlParserTRANSITION = 1973 PlSqlParserTRANSLATE = 1974 PlSqlParserTRANSLATION = 1975 PlSqlParserTREAT = 1976 PlSqlParserTRIGGERS = 1977 PlSqlParserTRIGGER = 1978 PlSqlParserTRUE = 1979 PlSqlParserTRUNCATE = 1980 PlSqlParserTRUNC = 1981 PlSqlParserTRUSTED = 1982 PlSqlParserTRUST = 1983 PlSqlParserTUNING = 1984 PlSqlParserTX = 1985 PlSqlParserTYPES = 1986 PlSqlParserTYPE = 1987 PlSqlParserTZ_OFFSET = 1988 PlSqlParserUB2 = 1989 PlSqlParserUBA = 1990 PlSqlParserUCS2 = 1991 PlSqlParserUID = 1992 PlSqlParserUNARCHIVED = 1993 PlSqlParserUNBOUNDED = 1994 PlSqlParserUNBOUND = 1995 PlSqlParserUNCONDITIONAL = 1996 PlSqlParserUNDER = 1997 PlSqlParserUNDO = 1998 PlSqlParserUNDROP = 1999 PlSqlParserUNIFORM = 2000 PlSqlParserUNION = 2001 PlSqlParserUNIQUE = 2002 PlSqlParserUNISTR = 2003 PlSqlParserUNLIMITED = 2004 PlSqlParserUNLOAD = 2005 PlSqlParserUNLOCK = 2006 PlSqlParserUNMATCHED = 2007 PlSqlParserUNNEST_INNERJ_DISTINCT_VIEW = 2008 PlSqlParserUNNEST_NOSEMIJ_NODISTINCTVIEW = 2009 PlSqlParserUNNEST_SEMIJ_VIEW = 2010 PlSqlParserUNNEST = 2011 PlSqlParserUNPACKED = 2012 PlSqlParserUNPIVOT = 2013 PlSqlParserUNPLUG = 2014 PlSqlParserUNPROTECTED = 2015 PlSqlParserUNQUIESCE = 2016 PlSqlParserUNRECOVERABLE = 2017 PlSqlParserUNRESTRICTED = 2018 PlSqlParserUNSUBSCRIBE = 2019 PlSqlParserUNTIL = 2020 PlSqlParserUNUSABLE = 2021 PlSqlParserUNUSED = 2022 PlSqlParserUPDATABLE = 2023 PlSqlParserUPDATED = 2024 PlSqlParserUPDATE = 2025 PlSqlParserUPDATEXML = 2026 PlSqlParserUPD_INDEXES = 2027 PlSqlParserUPD_JOININDEX = 2028 PlSqlParserUPGRADE = 2029 PlSqlParserUPPER = 2030 PlSqlParserUPSERT = 2031 PlSqlParserUROWID = 2032 PlSqlParserUSABLE = 2033 PlSqlParserUSAGE = 2034 PlSqlParserUSE_ANTI = 2035 PlSqlParserUSE_CONCAT = 2036 PlSqlParserUSE_CUBE = 2037 PlSqlParserUSE_HASH_AGGREGATION = 2038 PlSqlParserUSE_HASH_GBY_FOR_PUSHDOWN = 2039 PlSqlParserUSE_HASH = 2040 PlSqlParserUSE_HIDDEN_PARTITIONS = 2041 PlSqlParserUSE_INVISIBLE_INDEXES = 2042 PlSqlParserUSE_MERGE_CARTESIAN = 2043 PlSqlParserUSE_MERGE = 2044 PlSqlParserUSE_NL = 2045 PlSqlParserUSE_NL_WITH_INDEX = 2046 PlSqlParserUSE_PRIVATE_OUTLINES = 2047 PlSqlParserUSER_DATA = 2048 PlSqlParserUSER_DEFINED = 2049 PlSqlParserUSERENV = 2050 PlSqlParserUSERGROUP = 2051 PlSqlParserUSER_RECYCLEBIN = 2052 PlSqlParserUSERS = 2053 PlSqlParserUSER_TABLESPACES = 2054 PlSqlParserUSER = 2055 PlSqlParserUSE_SEMI = 2056 PlSqlParserUSE_STORED_OUTLINES = 2057 PlSqlParserUSE_TTT_FOR_GSETS = 2058 PlSqlParserUSE = 2059 PlSqlParserUSE_VECTOR_AGGREGATION = 2060 PlSqlParserUSE_WEAK_NAME_RESL = 2061 PlSqlParserUSING_NO_EXPAND = 2062 PlSqlParserUSING = 2063 PlSqlParserUTF16BE = 2064 PlSqlParserUTF16LE = 2065 PlSqlParserUTF32 = 2066 PlSqlParserUTF8 = 2067 PlSqlParserV1 = 2068 PlSqlParserV2 = 2069 PlSqlParserVALIDATE = 2070 PlSqlParserVALIDATION = 2071 PlSqlParserVALID_TIME_END = 2072 PlSqlParserVALUES = 2073 PlSqlParserVALUE = 2074 PlSqlParserVARCHAR2 = 2075 PlSqlParserVARCHAR = 2076 PlSqlParserVARIABLE = 2077 PlSqlParserVAR_POP = 2078 PlSqlParserVARRAYS = 2079 PlSqlParserVARRAY = 2080 PlSqlParserVAR_SAMP = 2081 PlSqlParserVARYING = 2082 PlSqlParserVECTOR_READ_TRACE = 2083 PlSqlParserVECTOR_READ = 2084 PlSqlParserVECTOR_TRANSFORM_DIMS = 2085 PlSqlParserVECTOR_TRANSFORM_FACT = 2086 PlSqlParserVECTOR_TRANSFORM = 2087 PlSqlParserVERIFIER = 2088 PlSqlParserVERIFY = 2089 PlSqlParserVERSIONING = 2090 PlSqlParserVERSIONS_ENDSCN = 2091 PlSqlParserVERSIONS_ENDTIME = 2092 PlSqlParserVERSIONS_OPERATION = 2093 PlSqlParserVERSIONS_STARTSCN = 2094 PlSqlParserVERSIONS_STARTTIME = 2095 PlSqlParserVERSIONS = 2096 PlSqlParserVERSIONS_XID = 2097 PlSqlParserVERSION = 2098 PlSqlParserVIEW = 2099 PlSqlParserVIOLATION = 2100 PlSqlParserVIRTUAL = 2101 PlSqlParserVISIBILITY = 2102 PlSqlParserVISIBLE = 2103 PlSqlParserVOLUME = 2104 PlSqlParserVSIZE = 2105 PlSqlParserWAIT = 2106 PlSqlParserWALLET = 2107 PlSqlParserWARNING = 2108 PlSqlParserWEEKS = 2109 PlSqlParserWEEK = 2110 PlSqlParserWELLFORMED = 2111 PlSqlParserWHENEVER = 2112 PlSqlParserWHEN = 2113 PlSqlParserWHERE = 2114 PlSqlParserWHILE = 2115 PlSqlParserWHITESPACE = 2116 PlSqlParserWIDTH_BUCKET = 2117 PlSqlParserWITHIN = 2118 PlSqlParserWITHOUT = 2119 PlSqlParserWITH_PLSQL = 2120 PlSqlParserWITH = 2121 PlSqlParserWORK = 2122 PlSqlParserWRAPPED = 2123 PlSqlParserWRAPPER = 2124 PlSqlParserWRITE = 2125 PlSqlParserXDB_FASTPATH_INSERT = 2126 PlSqlParserXDB = 2127 PlSqlParserX_DYN_PRUNE = 2128 PlSqlParserXID = 2129 PlSqlParserXML2OBJECT = 2130 PlSqlParserXMLAGG = 2131 PlSqlParserXMLATTRIBUTES = 2132 PlSqlParserXMLCAST = 2133 PlSqlParserXMLCDATA = 2134 PlSqlParserXMLCOLATTVAL = 2135 PlSqlParserXMLCOMMENT = 2136 PlSqlParserXMLCONCAT = 2137 PlSqlParserXMLDIFF = 2138 PlSqlParserXML_DML_RWT_STMT = 2139 PlSqlParserXMLELEMENT = 2140 PlSqlParserXMLEXISTS2 = 2141 PlSqlParserXMLEXISTS = 2142 PlSqlParserXMLFOREST = 2143 PlSqlParserXMLINDEX = 2144 PlSqlParserXMLINDEX_REWRITE_IN_SELECT = 2145 PlSqlParserXMLINDEX_REWRITE = 2146 PlSqlParserXMLINDEX_SEL_IDX_TBL = 2147 PlSqlParserXMLISNODE = 2148 PlSqlParserXMLISVALID = 2149 PlSqlParserXMLNAMESPACES = 2150 PlSqlParserXMLPARSE = 2151 PlSqlParserXMLPATCH = 2152 PlSqlParserXMLPI = 2153 PlSqlParserXMLQUERYVAL = 2154 PlSqlParserXMLQUERY = 2155 PlSqlParserXMLROOT = 2156 PlSqlParserXMLSCHEMA = 2157 PlSqlParserXMLSERIALIZE = 2158 PlSqlParserXMLTABLE = 2159 PlSqlParserXMLTRANSFORMBLOB = 2160 PlSqlParserXMLTRANSFORM = 2161 PlSqlParserXMLTYPE = 2162 PlSqlParserXML = 2163 PlSqlParserXPATHTABLE = 2164 PlSqlParserXS_SYS_CONTEXT = 2165 PlSqlParserXS = 2166 PlSqlParserXTRANSPORT = 2167 PlSqlParserYEARS = 2168 PlSqlParserYEAR = 2169 PlSqlParserYES = 2170 PlSqlParserYMINTERVAL_UNCONSTRAINED = 2171 PlSqlParserZONEMAP = 2172 PlSqlParserZONE = 2173 PlSqlParserPREDICTION = 2174 PlSqlParserPREDICTION_BOUNDS = 2175 PlSqlParserPREDICTION_COST = 2176 PlSqlParserPREDICTION_DETAILS = 2177 PlSqlParserPREDICTION_PROBABILITY = 2178 PlSqlParserPREDICTION_SET = 2179 PlSqlParserCUME_DIST = 2180 PlSqlParserDENSE_RANK = 2181 PlSqlParserLISTAGG = 2182 PlSqlParserPERCENT_RANK = 2183 PlSqlParserPERCENTILE_CONT = 2184 PlSqlParserPERCENTILE_DISC = 2185 PlSqlParserRANK = 2186 PlSqlParserAVG = 2187 PlSqlParserCORR = 2188 PlSqlParserCOVAR_ = 2189 PlSqlParserDECODE = 2190 PlSqlParserLAG = 2191 PlSqlParserLEAD = 2192 PlSqlParserMAX = 2193 PlSqlParserMEDIAN = 2194 PlSqlParserMIN = 2195 PlSqlParserNTILE = 2196 PlSqlParserNVL = 2197 PlSqlParserRATIO_TO_REPORT = 2198 PlSqlParserREGR_ = 2199 PlSqlParserROUND = 2200 PlSqlParserROW_NUMBER = 2201 PlSqlParserSUBSTR = 2202 PlSqlParserTO_CHAR = 2203 PlSqlParserTRIM = 2204 PlSqlParserSUM = 2205 PlSqlParserSTDDEV = 2206 PlSqlParserVAR_ = 2207 PlSqlParserVARIANCE = 2208 PlSqlParserLEAST = 2209 PlSqlParserGREATEST = 2210 PlSqlParserTO_DATE = 2211 PlSqlParserNATIONAL_CHAR_STRING_LIT = 2212 PlSqlParserBIT_STRING_LIT = 2213 PlSqlParserHEX_STRING_LIT = 2214 PlSqlParserDOUBLE_PERIOD = 2215 PlSqlParserPERIOD = 2216 PlSqlParserUNSIGNED_INTEGER = 2217 PlSqlParserAPPROXIMATE_NUM_LIT = 2218 PlSqlParserCHAR_STRING = 2219 PlSqlParserDELIMITED_ID = 2220 PlSqlParserPERCENT = 2221 PlSqlParserAMPERSAND = 2222 PlSqlParserLEFT_PAREN = 2223 PlSqlParserRIGHT_PAREN = 2224 PlSqlParserDOUBLE_ASTERISK = 2225 PlSqlParserASTERISK = 2226 PlSqlParserPLUS_SIGN = 2227 PlSqlParserMINUS_SIGN = 2228 PlSqlParserCOMMA = 2229 PlSqlParserSOLIDUS = 2230 PlSqlParserAT_SIGN = 2231 PlSqlParserASSIGN_OP = 2232 PlSqlParserBINDVAR = 2233 PlSqlParserNOT_EQUAL_OP = 2234 PlSqlParserCARRET_OPERATOR_PART = 2235 PlSqlParserTILDE_OPERATOR_PART = 2236 PlSqlParserEXCLAMATION_OPERATOR_PART = 2237 PlSqlParserGREATER_THAN_OP = 2238 PlSqlParserLESS_THAN_OP = 2239 PlSqlParserCOLON = 2240 PlSqlParserSEMICOLON = 2241 PlSqlParserBAR = 2242 PlSqlParserEQUALS_OP = 2243 PlSqlParserLEFT_BRACKET = 2244 PlSqlParserRIGHT_BRACKET = 2245 PlSqlParserINTRODUCER = 2246 PlSqlParserSINGLE_LINE_COMMENT = 2247 PlSqlParserMULTI_LINE_COMMENT = 2248 PlSqlParserREMARK_COMMENT = 2249 PlSqlParserPROMPT_MESSAGE = 2250 PlSqlParserSTART_CMD = 2251 PlSqlParserREGULAR_ID = 2252 PlSqlParserSPACES = 2253 )
PlSqlParser tokens.
const ( PlSqlParserRULE_sql_script = 0 PlSqlParserRULE_unit_statement = 1 PlSqlParserRULE_drop_function = 2 PlSqlParserRULE_alter_function = 3 PlSqlParserRULE_create_function_body = 4 PlSqlParserRULE_parallel_enable_clause = 5 PlSqlParserRULE_partition_by_clause = 6 PlSqlParserRULE_result_cache_clause = 7 PlSqlParserRULE_relies_on_part = 8 PlSqlParserRULE_streaming_clause = 9 PlSqlParserRULE_drop_package = 10 PlSqlParserRULE_alter_package = 11 PlSqlParserRULE_create_package = 12 PlSqlParserRULE_create_package_body = 13 PlSqlParserRULE_package_obj_spec = 14 PlSqlParserRULE_procedure_spec = 15 PlSqlParserRULE_function_spec = 16 PlSqlParserRULE_package_obj_body = 17 PlSqlParserRULE_drop_procedure = 18 PlSqlParserRULE_alter_procedure = 19 PlSqlParserRULE_function_body = 20 PlSqlParserRULE_procedure_body = 21 PlSqlParserRULE_create_procedure_body = 22 PlSqlParserRULE_drop_trigger = 23 PlSqlParserRULE_alter_trigger = 24 PlSqlParserRULE_create_trigger = 25 PlSqlParserRULE_trigger_follows_clause = 26 PlSqlParserRULE_trigger_when_clause = 27 PlSqlParserRULE_simple_dml_trigger = 28 PlSqlParserRULE_for_each_row = 29 PlSqlParserRULE_compound_dml_trigger = 30 PlSqlParserRULE_non_dml_trigger = 31 PlSqlParserRULE_trigger_body = 32 PlSqlParserRULE_routine_clause = 33 PlSqlParserRULE_compound_trigger_block = 34 PlSqlParserRULE_timing_point_section = 35 PlSqlParserRULE_non_dml_event = 36 PlSqlParserRULE_dml_event_clause = 37 PlSqlParserRULE_dml_event_element = 38 PlSqlParserRULE_dml_event_nested_clause = 39 PlSqlParserRULE_referencing_clause = 40 PlSqlParserRULE_referencing_element = 41 PlSqlParserRULE_drop_type = 42 PlSqlParserRULE_alter_type = 43 PlSqlParserRULE_compile_type_clause = 44 PlSqlParserRULE_replace_type_clause = 45 PlSqlParserRULE_alter_method_spec = 46 PlSqlParserRULE_alter_method_element = 47 PlSqlParserRULE_alter_attribute_definition = 48 PlSqlParserRULE_attribute_definition = 49 PlSqlParserRULE_alter_collection_clauses = 50 PlSqlParserRULE_dependent_handling_clause = 51 PlSqlParserRULE_dependent_exceptions_part = 52 PlSqlParserRULE_create_type = 53 PlSqlParserRULE_type_definition = 54 PlSqlParserRULE_object_type_def = 55 PlSqlParserRULE_object_as_part = 56 PlSqlParserRULE_object_under_part = 57 PlSqlParserRULE_nested_table_type_def = 58 PlSqlParserRULE_sqlj_object_type = 59 PlSqlParserRULE_type_body = 60 PlSqlParserRULE_type_body_elements = 61 PlSqlParserRULE_map_order_func_declaration = 62 PlSqlParserRULE_subprog_decl_in_type = 63 PlSqlParserRULE_proc_decl_in_type = 64 PlSqlParserRULE_func_decl_in_type = 65 PlSqlParserRULE_constructor_declaration = 66 PlSqlParserRULE_modifier_clause = 67 PlSqlParserRULE_object_member_spec = 68 PlSqlParserRULE_sqlj_object_type_attr = 69 PlSqlParserRULE_element_spec = 70 PlSqlParserRULE_element_spec_options = 71 PlSqlParserRULE_subprogram_spec = 72 PlSqlParserRULE_overriding_subprogram_spec = 73 PlSqlParserRULE_overriding_function_spec = 74 PlSqlParserRULE_type_procedure_spec = 75 PlSqlParserRULE_type_function_spec = 76 PlSqlParserRULE_constructor_spec = 77 PlSqlParserRULE_map_order_function_spec = 78 PlSqlParserRULE_pragma_clause = 79 PlSqlParserRULE_pragma_elements = 80 PlSqlParserRULE_type_elements_parameter = 81 PlSqlParserRULE_drop_sequence = 82 PlSqlParserRULE_alter_sequence = 83 PlSqlParserRULE_alter_session = 84 PlSqlParserRULE_alter_session_set_clause = 85 PlSqlParserRULE_create_sequence = 86 PlSqlParserRULE_sequence_spec = 87 PlSqlParserRULE_sequence_start_clause = 88 PlSqlParserRULE_create_index = 89 PlSqlParserRULE_cluster_index_clause = 90 PlSqlParserRULE_cluster_name = 91 PlSqlParserRULE_table_index_clause = 92 PlSqlParserRULE_bitmap_join_index_clause = 93 PlSqlParserRULE_index_expr = 94 PlSqlParserRULE_index_properties = 95 PlSqlParserRULE_domain_index_clause = 96 PlSqlParserRULE_local_domain_index_clause = 97 PlSqlParserRULE_xmlindex_clause = 98 PlSqlParserRULE_local_xmlindex_clause = 99 PlSqlParserRULE_global_partitioned_index = 100 PlSqlParserRULE_index_partitioning_clause = 101 PlSqlParserRULE_local_partitioned_index = 102 PlSqlParserRULE_on_range_partitioned_table = 103 PlSqlParserRULE_on_list_partitioned_table = 104 PlSqlParserRULE_partitioned_table = 105 PlSqlParserRULE_on_hash_partitioned_table = 106 PlSqlParserRULE_on_hash_partitioned_clause = 107 PlSqlParserRULE_on_comp_partitioned_table = 108 PlSqlParserRULE_on_comp_partitioned_clause = 109 PlSqlParserRULE_index_subpartition_clause = 110 PlSqlParserRULE_index_subpartition_subclause = 111 PlSqlParserRULE_odci_parameters = 112 PlSqlParserRULE_indextype = 113 PlSqlParserRULE_alter_index = 114 PlSqlParserRULE_alter_index_ops_set1 = 115 PlSqlParserRULE_alter_index_ops_set2 = 116 PlSqlParserRULE_visible_or_invisible = 117 PlSqlParserRULE_monitoring_nomonitoring = 118 PlSqlParserRULE_rebuild_clause = 119 PlSqlParserRULE_alter_index_partitioning = 120 PlSqlParserRULE_modify_index_default_attrs = 121 PlSqlParserRULE_add_hash_index_partition = 122 PlSqlParserRULE_coalesce_index_partition = 123 PlSqlParserRULE_modify_index_partition = 124 PlSqlParserRULE_modify_index_partitions_ops = 125 PlSqlParserRULE_rename_index_partition = 126 PlSqlParserRULE_drop_index_partition = 127 PlSqlParserRULE_split_index_partition = 128 PlSqlParserRULE_index_partition_description = 129 PlSqlParserRULE_modify_index_subpartition = 130 PlSqlParserRULE_partition_name_old = 131 PlSqlParserRULE_new_partition_name = 132 PlSqlParserRULE_new_index_name = 133 PlSqlParserRULE_create_user = 134 PlSqlParserRULE_alter_user = 135 PlSqlParserRULE_alter_identified_by = 136 PlSqlParserRULE_identified_by = 137 PlSqlParserRULE_identified_other_clause = 138 PlSqlParserRULE_user_tablespace_clause = 139 PlSqlParserRULE_quota_clause = 140 PlSqlParserRULE_profile_clause = 141 PlSqlParserRULE_role_clause = 142 PlSqlParserRULE_user_default_role_clause = 143 PlSqlParserRULE_password_expire_clause = 144 PlSqlParserRULE_user_lock_clause = 145 PlSqlParserRULE_user_editions_clause = 146 PlSqlParserRULE_alter_user_editions_clause = 147 PlSqlParserRULE_proxy_clause = 148 PlSqlParserRULE_container_names = 149 PlSqlParserRULE_set_container_data = 150 PlSqlParserRULE_add_rem_container_data = 151 PlSqlParserRULE_container_data_clause = 152 PlSqlParserRULE_analyze = 153 PlSqlParserRULE_partition_extention_clause = 154 PlSqlParserRULE_validation_clauses = 155 PlSqlParserRULE_online_or_offline = 156 PlSqlParserRULE_into_clause1 = 157 PlSqlParserRULE_partition_key_value = 158 PlSqlParserRULE_subpartition_key_value = 159 PlSqlParserRULE_associate_statistics = 160 PlSqlParserRULE_column_association = 161 PlSqlParserRULE_function_association = 162 PlSqlParserRULE_indextype_name = 163 PlSqlParserRULE_using_statistics_type = 164 PlSqlParserRULE_statistics_type_name = 165 PlSqlParserRULE_default_cost_clause = 166 PlSqlParserRULE_cpu_cost = 167 PlSqlParserRULE_io_cost = 168 PlSqlParserRULE_network_cost = 169 PlSqlParserRULE_default_selectivity_clause = 170 PlSqlParserRULE_default_selectivity = 171 PlSqlParserRULE_storage_table_clause = 172 PlSqlParserRULE_unified_auditing = 173 PlSqlParserRULE_policy_name = 174 PlSqlParserRULE_audit_traditional = 175 PlSqlParserRULE_audit_direct_path = 176 PlSqlParserRULE_audit_container_clause = 177 PlSqlParserRULE_audit_operation_clause = 178 PlSqlParserRULE_auditing_by_clause = 179 PlSqlParserRULE_audit_user = 180 PlSqlParserRULE_audit_schema_object_clause = 181 PlSqlParserRULE_sql_operation = 182 PlSqlParserRULE_auditing_on_clause = 183 PlSqlParserRULE_model_name = 184 PlSqlParserRULE_object_name = 185 PlSqlParserRULE_profile_name = 186 PlSqlParserRULE_sql_statement_shortcut = 187 PlSqlParserRULE_drop_index = 188 PlSqlParserRULE_rename_object = 189 PlSqlParserRULE_grant_statement = 190 PlSqlParserRULE_container_clause = 191 PlSqlParserRULE_create_directory = 192 PlSqlParserRULE_directory_name = 193 PlSqlParserRULE_directory_path = 194 PlSqlParserRULE_alter_library = 195 PlSqlParserRULE_library_editionable = 196 PlSqlParserRULE_library_debug = 197 PlSqlParserRULE_compiler_parameters_clause = 198 PlSqlParserRULE_parameter_value = 199 PlSqlParserRULE_library_name = 200 PlSqlParserRULE_alter_view = 201 PlSqlParserRULE_alter_view_editionable = 202 PlSqlParserRULE_create_view = 203 PlSqlParserRULE_view_options = 204 PlSqlParserRULE_view_alias_constraint = 205 PlSqlParserRULE_object_view_clause = 206 PlSqlParserRULE_inline_constraint = 207 PlSqlParserRULE_inline_ref_constraint = 208 PlSqlParserRULE_out_of_line_ref_constraint = 209 PlSqlParserRULE_out_of_line_constraint = 210 PlSqlParserRULE_constraint_state = 211 PlSqlParserRULE_alter_tablespace = 212 PlSqlParserRULE_datafile_tempfile_clauses = 213 PlSqlParserRULE_tablespace_logging_clauses = 214 PlSqlParserRULE_tablespace_group_clause = 215 PlSqlParserRULE_tablespace_group_name = 216 PlSqlParserRULE_tablespace_state_clauses = 217 PlSqlParserRULE_flashback_mode_clause = 218 PlSqlParserRULE_new_tablespace_name = 219 PlSqlParserRULE_create_tablespace = 220 PlSqlParserRULE_permanent_tablespace_clause = 221 PlSqlParserRULE_tablespace_encryption_spec = 222 PlSqlParserRULE_logging_clause = 223 PlSqlParserRULE_extent_management_clause = 224 PlSqlParserRULE_segment_management_clause = 225 PlSqlParserRULE_temporary_tablespace_clause = 226 PlSqlParserRULE_undo_tablespace_clause = 227 PlSqlParserRULE_tablespace_retention_clause = 228 PlSqlParserRULE_datafile_specification = 229 PlSqlParserRULE_tempfile_specification = 230 PlSqlParserRULE_datafile_tempfile_spec = 231 PlSqlParserRULE_redo_log_file_spec = 232 PlSqlParserRULE_autoextend_clause = 233 PlSqlParserRULE_maxsize_clause = 234 PlSqlParserRULE_build_clause = 235 PlSqlParserRULE_parallel_clause = 236 PlSqlParserRULE_alter_materialized_view = 237 PlSqlParserRULE_alter_mv_option1 = 238 PlSqlParserRULE_alter_mv_refresh = 239 PlSqlParserRULE_rollback_segment = 240 PlSqlParserRULE_modify_mv_column_clause = 241 PlSqlParserRULE_alter_materialized_view_log = 242 PlSqlParserRULE_add_mv_log_column_clause = 243 PlSqlParserRULE_move_mv_log_clause = 244 PlSqlParserRULE_mv_log_augmentation = 245 PlSqlParserRULE_datetime_expr = 246 PlSqlParserRULE_interval_expr = 247 PlSqlParserRULE_synchronous_or_asynchronous = 248 PlSqlParserRULE_including_or_excluding = 249 PlSqlParserRULE_create_materialized_view_log = 250 PlSqlParserRULE_new_values_clause = 251 PlSqlParserRULE_mv_log_purge_clause = 252 PlSqlParserRULE_create_materialized_view = 253 PlSqlParserRULE_create_mv_refresh = 254 PlSqlParserRULE_create_context = 255 PlSqlParserRULE_oracle_namespace = 256 PlSqlParserRULE_create_cluster = 257 PlSqlParserRULE_create_table = 258 PlSqlParserRULE_xmltype_table = 259 PlSqlParserRULE_xmltype_virtual_columns = 260 PlSqlParserRULE_xmltype_column_properties = 261 PlSqlParserRULE_xmltype_storage = 262 PlSqlParserRULE_xmlschema_spec = 263 PlSqlParserRULE_object_table = 264 PlSqlParserRULE_oid_index_clause = 265 PlSqlParserRULE_oid_clause = 266 PlSqlParserRULE_object_properties = 267 PlSqlParserRULE_object_table_substitution = 268 PlSqlParserRULE_relational_table = 269 PlSqlParserRULE_relational_property = 270 PlSqlParserRULE_table_partitioning_clauses = 271 PlSqlParserRULE_range_partitions = 272 PlSqlParserRULE_list_partitions = 273 PlSqlParserRULE_hash_partitions = 274 PlSqlParserRULE_individual_hash_partitions = 275 PlSqlParserRULE_hash_partitions_by_quantity = 276 PlSqlParserRULE_hash_partition_quantity = 277 PlSqlParserRULE_composite_range_partitions = 278 PlSqlParserRULE_composite_list_partitions = 279 PlSqlParserRULE_composite_hash_partitions = 280 PlSqlParserRULE_reference_partitioning = 281 PlSqlParserRULE_reference_partition_desc = 282 PlSqlParserRULE_system_partitioning = 283 PlSqlParserRULE_range_partition_desc = 284 PlSqlParserRULE_list_partition_desc = 285 PlSqlParserRULE_subpartition_template = 286 PlSqlParserRULE_hash_subpartition_quantity = 287 PlSqlParserRULE_subpartition_by_range = 288 PlSqlParserRULE_subpartition_by_list = 289 PlSqlParserRULE_subpartition_by_hash = 290 PlSqlParserRULE_subpartition_name = 291 PlSqlParserRULE_range_subpartition_desc = 292 PlSqlParserRULE_list_subpartition_desc = 293 PlSqlParserRULE_individual_hash_subparts = 294 PlSqlParserRULE_hash_subparts_by_quantity = 295 PlSqlParserRULE_range_values_clause = 296 PlSqlParserRULE_list_values_clause = 297 PlSqlParserRULE_table_partition_description = 298 PlSqlParserRULE_partitioning_storage_clause = 299 PlSqlParserRULE_lob_partitioning_storage = 300 PlSqlParserRULE_datatype_null_enable = 301 PlSqlParserRULE_size_clause = 302 PlSqlParserRULE_table_compression = 303 PlSqlParserRULE_physical_attributes_clause = 304 PlSqlParserRULE_storage_clause = 305 PlSqlParserRULE_deferred_segment_creation = 306 PlSqlParserRULE_segment_attributes_clause = 307 PlSqlParserRULE_physical_properties = 308 PlSqlParserRULE_row_movement_clause = 309 PlSqlParserRULE_flashback_archive_clause = 310 PlSqlParserRULE_log_grp = 311 PlSqlParserRULE_supplemental_table_logging = 312 PlSqlParserRULE_supplemental_log_grp_clause = 313 PlSqlParserRULE_supplemental_id_key_clause = 314 PlSqlParserRULE_allocate_extent_clause = 315 PlSqlParserRULE_deallocate_unused_clause = 316 PlSqlParserRULE_shrink_clause = 317 PlSqlParserRULE_records_per_block_clause = 318 PlSqlParserRULE_upgrade_table_clause = 319 PlSqlParserRULE_truncate_table = 320 PlSqlParserRULE_drop_table = 321 PlSqlParserRULE_drop_view = 322 PlSqlParserRULE_comment_on_column = 323 PlSqlParserRULE_enable_or_disable = 324 PlSqlParserRULE_allow_or_disallow = 325 PlSqlParserRULE_create_synonym = 326 PlSqlParserRULE_comment_on_table = 327 PlSqlParserRULE_alter_cluster = 328 PlSqlParserRULE_cache_or_nocache = 329 PlSqlParserRULE_database_name = 330 PlSqlParserRULE_alter_database = 331 PlSqlParserRULE_startup_clauses = 332 PlSqlParserRULE_resetlogs_or_noresetlogs = 333 PlSqlParserRULE_upgrade_or_downgrade = 334 PlSqlParserRULE_recovery_clauses = 335 PlSqlParserRULE_begin_or_end = 336 PlSqlParserRULE_general_recovery = 337 PlSqlParserRULE_full_database_recovery = 338 PlSqlParserRULE_partial_database_recovery = 339 PlSqlParserRULE_partial_database_recovery_10g = 340 PlSqlParserRULE_managed_standby_recovery = 341 PlSqlParserRULE_db_name = 342 PlSqlParserRULE_database_file_clauses = 343 PlSqlParserRULE_create_datafile_clause = 344 PlSqlParserRULE_alter_datafile_clause = 345 PlSqlParserRULE_alter_tempfile_clause = 346 PlSqlParserRULE_logfile_clauses = 347 PlSqlParserRULE_add_logfile_clauses = 348 PlSqlParserRULE_log_file_group = 349 PlSqlParserRULE_drop_logfile_clauses = 350 PlSqlParserRULE_switch_logfile_clause = 351 PlSqlParserRULE_supplemental_db_logging = 352 PlSqlParserRULE_add_or_drop = 353 PlSqlParserRULE_supplemental_plsql_clause = 354 PlSqlParserRULE_logfile_descriptor = 355 PlSqlParserRULE_controlfile_clauses = 356 PlSqlParserRULE_trace_file_clause = 357 PlSqlParserRULE_standby_database_clauses = 358 PlSqlParserRULE_activate_standby_db_clause = 359 PlSqlParserRULE_maximize_standby_db_clause = 360 PlSqlParserRULE_register_logfile_clause = 361 PlSqlParserRULE_commit_switchover_clause = 362 PlSqlParserRULE_start_standby_clause = 363 PlSqlParserRULE_stop_standby_clause = 364 PlSqlParserRULE_convert_database_clause = 365 PlSqlParserRULE_default_settings_clause = 366 PlSqlParserRULE_set_time_zone_clause = 367 PlSqlParserRULE_instance_clauses = 368 PlSqlParserRULE_security_clause = 369 PlSqlParserRULE_domain = 370 PlSqlParserRULE_database = 371 PlSqlParserRULE_edition_name = 372 PlSqlParserRULE_filenumber = 373 PlSqlParserRULE_filename = 374 PlSqlParserRULE_alter_table = 375 PlSqlParserRULE_alter_table_properties = 376 PlSqlParserRULE_alter_table_properties_1 = 377 PlSqlParserRULE_alter_iot_clauses = 378 PlSqlParserRULE_alter_mapping_table_clause = 379 PlSqlParserRULE_alter_overflow_clause = 380 PlSqlParserRULE_add_overflow_clause = 381 PlSqlParserRULE_enable_disable_clause = 382 PlSqlParserRULE_using_index_clause = 383 PlSqlParserRULE_index_attributes = 384 PlSqlParserRULE_sort_or_nosort = 385 PlSqlParserRULE_exceptions_clause = 386 PlSqlParserRULE_move_table_clause = 387 PlSqlParserRULE_index_org_table_clause = 388 PlSqlParserRULE_mapping_table_clause = 389 PlSqlParserRULE_key_compression = 390 PlSqlParserRULE_index_org_overflow_clause = 391 PlSqlParserRULE_column_clauses = 392 PlSqlParserRULE_modify_collection_retrieval = 393 PlSqlParserRULE_collection_item = 394 PlSqlParserRULE_rename_column_clause = 395 PlSqlParserRULE_old_column_name = 396 PlSqlParserRULE_new_column_name = 397 PlSqlParserRULE_add_modify_drop_column_clauses = 398 PlSqlParserRULE_drop_column_clause = 399 PlSqlParserRULE_modify_column_clauses = 400 PlSqlParserRULE_modify_col_properties = 401 PlSqlParserRULE_modify_col_substitutable = 402 PlSqlParserRULE_add_column_clause = 403 PlSqlParserRULE_alter_varray_col_properties = 404 PlSqlParserRULE_varray_col_properties = 405 PlSqlParserRULE_varray_storage_clause = 406 PlSqlParserRULE_lob_segname = 407 PlSqlParserRULE_lob_item = 408 PlSqlParserRULE_lob_storage_parameters = 409 PlSqlParserRULE_lob_storage_clause = 410 PlSqlParserRULE_modify_lob_storage_clause = 411 PlSqlParserRULE_modify_lob_parameters = 412 PlSqlParserRULE_lob_parameters = 413 PlSqlParserRULE_lob_deduplicate_clause = 414 PlSqlParserRULE_lob_compression_clause = 415 PlSqlParserRULE_lob_retention_clause = 416 PlSqlParserRULE_encryption_spec = 417 PlSqlParserRULE_tablespace = 418 PlSqlParserRULE_varray_item = 419 PlSqlParserRULE_column_properties = 420 PlSqlParserRULE_period_definition = 421 PlSqlParserRULE_start_time_column = 422 PlSqlParserRULE_end_time_column = 423 PlSqlParserRULE_column_definition = 424 PlSqlParserRULE_virtual_column_definition = 425 PlSqlParserRULE_autogenerated_sequence_definition = 426 PlSqlParserRULE_out_of_line_part_storage = 427 PlSqlParserRULE_nested_table_col_properties = 428 PlSqlParserRULE_nested_item = 429 PlSqlParserRULE_substitutable_column_clause = 430 PlSqlParserRULE_partition_name = 431 PlSqlParserRULE_supplemental_logging_props = 432 PlSqlParserRULE_column_or_attribute = 433 PlSqlParserRULE_object_type_col_properties = 434 PlSqlParserRULE_constraint_clauses = 435 PlSqlParserRULE_old_constraint_name = 436 PlSqlParserRULE_new_constraint_name = 437 PlSqlParserRULE_drop_constraint_clause = 438 PlSqlParserRULE_drop_primary_key_or_unique_or_generic_clause = 439 PlSqlParserRULE_add_constraint = 440 PlSqlParserRULE_add_constraint_clause = 441 PlSqlParserRULE_check_constraint = 442 PlSqlParserRULE_drop_constraint = 443 PlSqlParserRULE_enable_constraint = 444 PlSqlParserRULE_disable_constraint = 445 PlSqlParserRULE_foreign_key_clause = 446 PlSqlParserRULE_references_clause = 447 PlSqlParserRULE_on_delete_clause = 448 PlSqlParserRULE_unique_key_clause = 449 PlSqlParserRULE_primary_key_clause = 450 PlSqlParserRULE_anonymous_block = 451 PlSqlParserRULE_invoker_rights_clause = 452 PlSqlParserRULE_call_spec = 453 PlSqlParserRULE_java_spec = 454 PlSqlParserRULE_c_spec = 455 PlSqlParserRULE_c_agent_in_clause = 456 PlSqlParserRULE_c_parameters_clause = 457 PlSqlParserRULE_parameter = 458 PlSqlParserRULE_default_value_part = 459 PlSqlParserRULE_seq_of_declare_specs = 460 PlSqlParserRULE_declare_spec = 461 PlSqlParserRULE_variable_declaration = 462 PlSqlParserRULE_subtype_declaration = 463 PlSqlParserRULE_cursor_declaration = 464 PlSqlParserRULE_parameter_spec = 465 PlSqlParserRULE_exception_declaration = 466 PlSqlParserRULE_pragma_declaration = 467 PlSqlParserRULE_record_type_def = 468 PlSqlParserRULE_field_spec = 469 PlSqlParserRULE_ref_cursor_type_def = 470 PlSqlParserRULE_type_declaration = 471 PlSqlParserRULE_table_type_def = 472 PlSqlParserRULE_table_indexed_by_part = 473 PlSqlParserRULE_varray_type_def = 474 PlSqlParserRULE_seq_of_statements = 475 PlSqlParserRULE_label_declaration = 476 PlSqlParserRULE_statement = 477 PlSqlParserRULE_swallow_to_semi = 478 PlSqlParserRULE_assignment_statement = 479 PlSqlParserRULE_continue_statement = 480 PlSqlParserRULE_exit_statement = 481 PlSqlParserRULE_goto_statement = 482 PlSqlParserRULE_if_statement = 483 PlSqlParserRULE_elsif_part = 484 PlSqlParserRULE_else_part = 485 PlSqlParserRULE_loop_statement = 486 PlSqlParserRULE_cursor_loop_param = 487 PlSqlParserRULE_forall_statement = 488 PlSqlParserRULE_bounds_clause = 489 PlSqlParserRULE_between_bound = 490 PlSqlParserRULE_lower_bound = 491 PlSqlParserRULE_upper_bound = 492 PlSqlParserRULE_null_statement = 493 PlSqlParserRULE_raise_statement = 494 PlSqlParserRULE_return_statement = 495 PlSqlParserRULE_function_call = 496 PlSqlParserRULE_procedure_call = 497 PlSqlParserRULE_pipe_row_statement = 498 PlSqlParserRULE_body = 499 PlSqlParserRULE_exception_handler = 500 PlSqlParserRULE_trigger_block = 501 PlSqlParserRULE_block = 502 PlSqlParserRULE_sql_statement = 503 PlSqlParserRULE_execute_immediate = 504 PlSqlParserRULE_dynamic_returning_clause = 505 PlSqlParserRULE_data_manipulation_language_statements = 506 PlSqlParserRULE_cursor_manipulation_statements = 507 PlSqlParserRULE_close_statement = 508 PlSqlParserRULE_open_statement = 509 PlSqlParserRULE_fetch_statement = 510 PlSqlParserRULE_open_for_statement = 511 PlSqlParserRULE_transaction_control_statements = 512 PlSqlParserRULE_set_transaction_command = 513 PlSqlParserRULE_set_constraint_command = 514 PlSqlParserRULE_commit_statement = 515 PlSqlParserRULE_write_clause = 516 PlSqlParserRULE_rollback_statement = 517 PlSqlParserRULE_savepoint_statement = 518 PlSqlParserRULE_explain_statement = 519 PlSqlParserRULE_select_only_statement = 520 PlSqlParserRULE_select_statement = 521 PlSqlParserRULE_subquery_factoring_clause = 522 PlSqlParserRULE_factoring_element = 523 PlSqlParserRULE_search_clause = 524 PlSqlParserRULE_cycle_clause = 525 PlSqlParserRULE_subquery = 526 PlSqlParserRULE_subquery_basic_elements = 527 PlSqlParserRULE_subquery_operation_part = 528 PlSqlParserRULE_query_block = 529 PlSqlParserRULE_selected_list = 530 PlSqlParserRULE_from_clause = 531 PlSqlParserRULE_select_list_elements = 532 PlSqlParserRULE_table_ref_list = 533 PlSqlParserRULE_table_ref = 534 PlSqlParserRULE_table_ref_aux = 535 PlSqlParserRULE_table_ref_aux_internal = 536 PlSqlParserRULE_join_clause = 537 PlSqlParserRULE_join_on_part = 538 PlSqlParserRULE_join_using_part = 539 PlSqlParserRULE_outer_join_type = 540 PlSqlParserRULE_query_partition_clause = 541 PlSqlParserRULE_flashback_query_clause = 542 PlSqlParserRULE_pivot_clause = 543 PlSqlParserRULE_pivot_element = 544 PlSqlParserRULE_pivot_for_clause = 545 PlSqlParserRULE_pivot_in_clause = 546 PlSqlParserRULE_pivot_in_clause_element = 547 PlSqlParserRULE_pivot_in_clause_elements = 548 PlSqlParserRULE_unpivot_clause = 549 PlSqlParserRULE_unpivot_in_clause = 550 PlSqlParserRULE_unpivot_in_elements = 551 PlSqlParserRULE_hierarchical_query_clause = 552 PlSqlParserRULE_start_part = 553 PlSqlParserRULE_group_by_clause = 554 PlSqlParserRULE_group_by_elements = 555 PlSqlParserRULE_rollup_cube_clause = 556 PlSqlParserRULE_grouping_sets_clause = 557 PlSqlParserRULE_grouping_sets_elements = 558 PlSqlParserRULE_having_clause = 559 PlSqlParserRULE_model_clause = 560 PlSqlParserRULE_cell_reference_options = 561 PlSqlParserRULE_return_rows_clause = 562 PlSqlParserRULE_reference_model = 563 PlSqlParserRULE_main_model = 564 PlSqlParserRULE_model_column_clauses = 565 PlSqlParserRULE_model_column_partition_part = 566 PlSqlParserRULE_model_column_list = 567 PlSqlParserRULE_model_column = 568 PlSqlParserRULE_model_rules_clause = 569 PlSqlParserRULE_model_rules_part = 570 PlSqlParserRULE_model_rules_element = 571 PlSqlParserRULE_cell_assignment = 572 PlSqlParserRULE_model_iterate_clause = 573 PlSqlParserRULE_until_part = 574 PlSqlParserRULE_order_by_clause = 575 PlSqlParserRULE_order_by_elements = 576 PlSqlParserRULE_offset_clause = 577 PlSqlParserRULE_fetch_clause = 578 PlSqlParserRULE_for_update_clause = 579 PlSqlParserRULE_for_update_of_part = 580 PlSqlParserRULE_for_update_options = 581 PlSqlParserRULE_update_statement = 582 PlSqlParserRULE_update_set_clause = 583 PlSqlParserRULE_column_based_update_set_clause = 584 PlSqlParserRULE_delete_statement = 585 PlSqlParserRULE_insert_statement = 586 PlSqlParserRULE_single_table_insert = 587 PlSqlParserRULE_multi_table_insert = 588 PlSqlParserRULE_multi_table_element = 589 PlSqlParserRULE_conditional_insert_clause = 590 PlSqlParserRULE_conditional_insert_when_part = 591 PlSqlParserRULE_conditional_insert_else_part = 592 PlSqlParserRULE_insert_into_clause = 593 PlSqlParserRULE_values_clause = 594 PlSqlParserRULE_merge_statement = 595 PlSqlParserRULE_merge_update_clause = 596 PlSqlParserRULE_merge_element = 597 PlSqlParserRULE_merge_update_delete_part = 598 PlSqlParserRULE_merge_insert_clause = 599 PlSqlParserRULE_selected_tableview = 600 PlSqlParserRULE_lock_table_statement = 601 PlSqlParserRULE_wait_nowait_part = 602 PlSqlParserRULE_lock_table_element = 603 PlSqlParserRULE_lock_mode = 604 PlSqlParserRULE_general_table_ref = 605 PlSqlParserRULE_static_returning_clause = 606 PlSqlParserRULE_error_logging_clause = 607 PlSqlParserRULE_error_logging_into_part = 608 PlSqlParserRULE_error_logging_reject_part = 609 PlSqlParserRULE_dml_table_expression_clause = 610 PlSqlParserRULE_table_collection_expression = 611 PlSqlParserRULE_subquery_restriction_clause = 612 PlSqlParserRULE_sample_clause = 613 PlSqlParserRULE_seed_part = 614 PlSqlParserRULE_condition = 615 PlSqlParserRULE_expressions = 616 PlSqlParserRULE_expression = 617 PlSqlParserRULE_cursor_expression = 618 PlSqlParserRULE_logical_expression = 619 PlSqlParserRULE_unary_logical_expression = 620 PlSqlParserRULE_logical_operation = 621 PlSqlParserRULE_multiset_expression = 622 PlSqlParserRULE_relational_expression = 623 PlSqlParserRULE_compound_expression = 624 PlSqlParserRULE_relational_operator = 625 PlSqlParserRULE_in_elements = 626 PlSqlParserRULE_between_elements = 627 PlSqlParserRULE_concatenation = 628 PlSqlParserRULE_interval_expression = 629 PlSqlParserRULE_model_expression = 630 PlSqlParserRULE_model_expression_element = 631 PlSqlParserRULE_single_column_for_loop = 632 PlSqlParserRULE_multi_column_for_loop = 633 PlSqlParserRULE_unary_expression = 634 PlSqlParserRULE_case_statement = 635 PlSqlParserRULE_simple_case_statement = 636 PlSqlParserRULE_simple_case_when_part = 637 PlSqlParserRULE_searched_case_statement = 638 PlSqlParserRULE_searched_case_when_part = 639 PlSqlParserRULE_case_else_part = 640 PlSqlParserRULE_atom = 641 PlSqlParserRULE_quantified_expression = 642 PlSqlParserRULE_string_function = 643 PlSqlParserRULE_standard_function = 644 PlSqlParserRULE_literal = 645 PlSqlParserRULE_numeric_function_wrapper = 646 PlSqlParserRULE_numeric_function = 647 PlSqlParserRULE_other_function = 648 PlSqlParserRULE_over_clause_keyword = 649 PlSqlParserRULE_within_or_over_clause_keyword = 650 PlSqlParserRULE_standard_prediction_function_keyword = 651 PlSqlParserRULE_over_clause = 652 PlSqlParserRULE_windowing_clause = 653 PlSqlParserRULE_windowing_type = 654 PlSqlParserRULE_windowing_elements = 655 PlSqlParserRULE_using_clause = 656 PlSqlParserRULE_using_element = 657 PlSqlParserRULE_collect_order_by_part = 658 PlSqlParserRULE_within_or_over_part = 659 PlSqlParserRULE_cost_matrix_clause = 660 PlSqlParserRULE_xml_passing_clause = 661 PlSqlParserRULE_xml_attributes_clause = 662 PlSqlParserRULE_xml_namespaces_clause = 663 PlSqlParserRULE_xml_table_column = 664 PlSqlParserRULE_xml_general_default_part = 665 PlSqlParserRULE_xml_multiuse_expression_element = 666 PlSqlParserRULE_xmlroot_param_version_part = 667 PlSqlParserRULE_xmlroot_param_standalone_part = 668 PlSqlParserRULE_xmlserialize_param_enconding_part = 669 PlSqlParserRULE_xmlserialize_param_version_part = 670 PlSqlParserRULE_xmlserialize_param_ident_part = 671 PlSqlParserRULE_sql_plus_command = 672 PlSqlParserRULE_whenever_command = 673 PlSqlParserRULE_set_command = 674 PlSqlParserRULE_partition_extension_clause = 675 PlSqlParserRULE_column_alias = 676 PlSqlParserRULE_table_alias = 677 PlSqlParserRULE_where_clause = 678 PlSqlParserRULE_into_clause = 679 PlSqlParserRULE_xml_column_name = 680 PlSqlParserRULE_cost_class_name = 681 PlSqlParserRULE_attribute_name = 682 PlSqlParserRULE_savepoint_name = 683 PlSqlParserRULE_rollback_segment_name = 684 PlSqlParserRULE_table_var_name = 685 PlSqlParserRULE_schema_name = 686 PlSqlParserRULE_routine_name = 687 PlSqlParserRULE_package_name = 688 PlSqlParserRULE_implementation_type_name = 689 PlSqlParserRULE_parameter_name = 690 PlSqlParserRULE_reference_model_name = 691 PlSqlParserRULE_main_model_name = 692 PlSqlParserRULE_container_tableview_name = 693 PlSqlParserRULE_aggregate_function_name = 694 PlSqlParserRULE_query_name = 695 PlSqlParserRULE_grantee_name = 696 PlSqlParserRULE_role_name = 697 PlSqlParserRULE_constraint_name = 698 PlSqlParserRULE_label_name = 699 PlSqlParserRULE_type_name = 700 PlSqlParserRULE_sequence_name = 701 PlSqlParserRULE_exception_name = 702 PlSqlParserRULE_function_name = 703 PlSqlParserRULE_procedure_name = 704 PlSqlParserRULE_trigger_name = 705 PlSqlParserRULE_variable_name = 706 PlSqlParserRULE_index_name = 707 PlSqlParserRULE_cursor_name = 708 PlSqlParserRULE_record_name = 709 PlSqlParserRULE_collection_name = 710 PlSqlParserRULE_link_name = 711 PlSqlParserRULE_column_name = 712 PlSqlParserRULE_tableview_name = 713 PlSqlParserRULE_xmltable = 714 PlSqlParserRULE_char_set_name = 715 PlSqlParserRULE_synonym_name = 716 PlSqlParserRULE_schema_object_name = 717 PlSqlParserRULE_dir_object_name = 718 PlSqlParserRULE_user_object_name = 719 PlSqlParserRULE_grant_object_name = 720 PlSqlParserRULE_column_list = 721 PlSqlParserRULE_paren_column_list = 722 PlSqlParserRULE_keep_clause = 723 PlSqlParserRULE_function_argument = 724 PlSqlParserRULE_function_argument_analytic = 725 PlSqlParserRULE_function_argument_modeling = 726 PlSqlParserRULE_respect_or_ignore_nulls = 727 PlSqlParserRULE_argument = 728 PlSqlParserRULE_type_spec = 729 PlSqlParserRULE_datatype = 730 PlSqlParserRULE_precision_part = 731 PlSqlParserRULE_native_datatype_element = 732 PlSqlParserRULE_bind_variable = 733 PlSqlParserRULE_general_element = 734 PlSqlParserRULE_general_element_part = 735 PlSqlParserRULE_table_element = 736 PlSqlParserRULE_object_privilege = 737 PlSqlParserRULE_system_privilege = 738 PlSqlParserRULE_constant = 739 PlSqlParserRULE_numeric = 740 PlSqlParserRULE_numeric_negative = 741 PlSqlParserRULE_quoted_string = 742 PlSqlParserRULE_identifier = 743 PlSqlParserRULE_id_expression = 744 PlSqlParserRULE_outer_join_sign = 745 PlSqlParserRULE_regular_id = 746 PlSqlParserRULE_non_reserved_keywords_in_12c = 747 PlSqlParserRULE_non_reserved_keywords_pre12c = 748 PlSqlParserRULE_string_function_name = 749 PlSqlParserRULE_numeric_function_name = 750 )
PlSqlParser rules.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activate_standby_db_clauseContext ¶
type Activate_standby_db_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewActivate_standby_db_clauseContext ¶
func NewActivate_standby_db_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Activate_standby_db_clauseContext
func NewEmptyActivate_standby_db_clauseContext ¶
func NewEmptyActivate_standby_db_clauseContext() *Activate_standby_db_clauseContext
func (*Activate_standby_db_clauseContext) ACTIVATE ¶
func (s *Activate_standby_db_clauseContext) ACTIVATE() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) APPLY ¶
func (s *Activate_standby_db_clauseContext) APPLY() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) DATABASE ¶
func (s *Activate_standby_db_clauseContext) DATABASE() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) EnterRule ¶
func (s *Activate_standby_db_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Activate_standby_db_clauseContext) ExitRule ¶
func (s *Activate_standby_db_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Activate_standby_db_clauseContext) FINISH ¶
func (s *Activate_standby_db_clauseContext) FINISH() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) GetParser ¶
func (s *Activate_standby_db_clauseContext) GetParser() antlr.Parser
func (*Activate_standby_db_clauseContext) GetRuleContext ¶
func (s *Activate_standby_db_clauseContext) GetRuleContext() antlr.RuleContext
func (*Activate_standby_db_clauseContext) IsActivate_standby_db_clauseContext ¶
func (*Activate_standby_db_clauseContext) IsActivate_standby_db_clauseContext()
func (*Activate_standby_db_clauseContext) LOGICAL ¶
func (s *Activate_standby_db_clauseContext) LOGICAL() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) PHYSICAL ¶
func (s *Activate_standby_db_clauseContext) PHYSICAL() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) STANDBY ¶
func (s *Activate_standby_db_clauseContext) STANDBY() antlr.TerminalNode
func (*Activate_standby_db_clauseContext) ToStringTree ¶
func (s *Activate_standby_db_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_column_clauseContext ¶
type Add_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_column_clauseContext ¶
func NewAdd_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_column_clauseContext
func NewEmptyAdd_column_clauseContext ¶
func NewEmptyAdd_column_clauseContext() *Add_column_clauseContext
func (*Add_column_clauseContext) ADD ¶
func (s *Add_column_clauseContext) ADD() antlr.TerminalNode
func (*Add_column_clauseContext) AllCOMMA ¶
func (s *Add_column_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Add_column_clauseContext) AllColumn_definition ¶
func (s *Add_column_clauseContext) AllColumn_definition() []IColumn_definitionContext
func (*Add_column_clauseContext) AllVirtual_column_definition ¶
func (s *Add_column_clauseContext) AllVirtual_column_definition() []IVirtual_column_definitionContext
func (*Add_column_clauseContext) COMMA ¶
func (s *Add_column_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Add_column_clauseContext) Column_definition ¶
func (s *Add_column_clauseContext) Column_definition(i int) IColumn_definitionContext
func (*Add_column_clauseContext) Column_properties ¶
func (s *Add_column_clauseContext) Column_properties() IColumn_propertiesContext
func (*Add_column_clauseContext) EnterRule ¶
func (s *Add_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_column_clauseContext) ExitRule ¶
func (s *Add_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_column_clauseContext) GetParser ¶
func (s *Add_column_clauseContext) GetParser() antlr.Parser
func (*Add_column_clauseContext) GetRuleContext ¶
func (s *Add_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Add_column_clauseContext) IsAdd_column_clauseContext ¶
func (*Add_column_clauseContext) IsAdd_column_clauseContext()
func (*Add_column_clauseContext) LEFT_PAREN ¶
func (s *Add_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Add_column_clauseContext) RIGHT_PAREN ¶
func (s *Add_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Add_column_clauseContext) ToStringTree ¶
func (s *Add_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Add_column_clauseContext) Virtual_column_definition ¶
func (s *Add_column_clauseContext) Virtual_column_definition(i int) IVirtual_column_definitionContext
type Add_constraintContext ¶
type Add_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_constraintContext ¶
func NewAdd_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_constraintContext
func NewEmptyAdd_constraintContext ¶
func NewEmptyAdd_constraintContext() *Add_constraintContext
func (*Add_constraintContext) ADD ¶
func (s *Add_constraintContext) ADD() antlr.TerminalNode
func (*Add_constraintContext) Add_constraint_clause ¶
func (s *Add_constraintContext) Add_constraint_clause(i int) IAdd_constraint_clauseContext
func (*Add_constraintContext) AllAdd_constraint_clause ¶
func (s *Add_constraintContext) AllAdd_constraint_clause() []IAdd_constraint_clauseContext
func (*Add_constraintContext) AllCOMMA ¶
func (s *Add_constraintContext) AllCOMMA() []antlr.TerminalNode
func (*Add_constraintContext) AllCONSTRAINT ¶
func (s *Add_constraintContext) AllCONSTRAINT() []antlr.TerminalNode
func (*Add_constraintContext) AllConstraint_name ¶
func (s *Add_constraintContext) AllConstraint_name() []IConstraint_nameContext
func (*Add_constraintContext) COMMA ¶
func (s *Add_constraintContext) COMMA(i int) antlr.TerminalNode
func (*Add_constraintContext) CONSTRAINT ¶
func (s *Add_constraintContext) CONSTRAINT(i int) antlr.TerminalNode
func (*Add_constraintContext) Constraint_name ¶
func (s *Add_constraintContext) Constraint_name(i int) IConstraint_nameContext
func (*Add_constraintContext) EnterRule ¶
func (s *Add_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_constraintContext) ExitRule ¶
func (s *Add_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_constraintContext) GetParser ¶
func (s *Add_constraintContext) GetParser() antlr.Parser
func (*Add_constraintContext) GetRuleContext ¶
func (s *Add_constraintContext) GetRuleContext() antlr.RuleContext
func (*Add_constraintContext) IsAdd_constraintContext ¶
func (*Add_constraintContext) IsAdd_constraintContext()
func (*Add_constraintContext) ToStringTree ¶
func (s *Add_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_constraint_clauseContext ¶
type Add_constraint_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_constraint_clauseContext ¶
func NewAdd_constraint_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_constraint_clauseContext
func NewEmptyAdd_constraint_clauseContext ¶
func NewEmptyAdd_constraint_clauseContext() *Add_constraint_clauseContext
func (*Add_constraint_clauseContext) Check_constraint ¶
func (s *Add_constraint_clauseContext) Check_constraint() ICheck_constraintContext
func (*Add_constraint_clauseContext) EnterRule ¶
func (s *Add_constraint_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_constraint_clauseContext) ExitRule ¶
func (s *Add_constraint_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_constraint_clauseContext) Foreign_key_clause ¶
func (s *Add_constraint_clauseContext) Foreign_key_clause() IForeign_key_clauseContext
func (*Add_constraint_clauseContext) GetParser ¶
func (s *Add_constraint_clauseContext) GetParser() antlr.Parser
func (*Add_constraint_clauseContext) GetRuleContext ¶
func (s *Add_constraint_clauseContext) GetRuleContext() antlr.RuleContext
func (*Add_constraint_clauseContext) IsAdd_constraint_clauseContext ¶
func (*Add_constraint_clauseContext) IsAdd_constraint_clauseContext()
func (*Add_constraint_clauseContext) Primary_key_clause ¶
func (s *Add_constraint_clauseContext) Primary_key_clause() IPrimary_key_clauseContext
func (*Add_constraint_clauseContext) ToStringTree ¶
func (s *Add_constraint_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Add_constraint_clauseContext) Unique_key_clause ¶
func (s *Add_constraint_clauseContext) Unique_key_clause() IUnique_key_clauseContext
type Add_hash_index_partitionContext ¶
type Add_hash_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_hash_index_partitionContext ¶
func NewAdd_hash_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_hash_index_partitionContext
func NewEmptyAdd_hash_index_partitionContext ¶
func NewEmptyAdd_hash_index_partitionContext() *Add_hash_index_partitionContext
func (*Add_hash_index_partitionContext) ADD ¶
func (s *Add_hash_index_partitionContext) ADD() antlr.TerminalNode
func (*Add_hash_index_partitionContext) EnterRule ¶
func (s *Add_hash_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_hash_index_partitionContext) ExitRule ¶
func (s *Add_hash_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_hash_index_partitionContext) GetParser ¶
func (s *Add_hash_index_partitionContext) GetParser() antlr.Parser
func (*Add_hash_index_partitionContext) GetRuleContext ¶
func (s *Add_hash_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Add_hash_index_partitionContext) IsAdd_hash_index_partitionContext ¶
func (*Add_hash_index_partitionContext) IsAdd_hash_index_partitionContext()
func (*Add_hash_index_partitionContext) Key_compression ¶
func (s *Add_hash_index_partitionContext) Key_compression() IKey_compressionContext
func (*Add_hash_index_partitionContext) PARTITION ¶
func (s *Add_hash_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Add_hash_index_partitionContext) Parallel_clause ¶
func (s *Add_hash_index_partitionContext) Parallel_clause() IParallel_clauseContext
func (*Add_hash_index_partitionContext) Partition_name ¶
func (s *Add_hash_index_partitionContext) Partition_name() IPartition_nameContext
func (*Add_hash_index_partitionContext) TABLESPACE ¶
func (s *Add_hash_index_partitionContext) TABLESPACE() antlr.TerminalNode
func (*Add_hash_index_partitionContext) Tablespace ¶
func (s *Add_hash_index_partitionContext) Tablespace() ITablespaceContext
func (*Add_hash_index_partitionContext) ToStringTree ¶
func (s *Add_hash_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_logfile_clausesContext ¶
type Add_logfile_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_logfile_clausesContext ¶
func NewAdd_logfile_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_logfile_clausesContext
func NewEmptyAdd_logfile_clausesContext ¶
func NewEmptyAdd_logfile_clausesContext() *Add_logfile_clausesContext
func (*Add_logfile_clausesContext) ADD ¶
func (s *Add_logfile_clausesContext) ADD() antlr.TerminalNode
func (*Add_logfile_clausesContext) AllCOMMA ¶
func (s *Add_logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Add_logfile_clausesContext) AllFilename ¶
func (s *Add_logfile_clausesContext) AllFilename() []IFilenameContext
func (*Add_logfile_clausesContext) AllLog_file_group ¶
func (s *Add_logfile_clausesContext) AllLog_file_group() []ILog_file_groupContext
func (*Add_logfile_clausesContext) AllLogfile_descriptor ¶
func (s *Add_logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
func (*Add_logfile_clausesContext) AllREUSE ¶
func (s *Add_logfile_clausesContext) AllREUSE() []antlr.TerminalNode
func (*Add_logfile_clausesContext) AllRedo_log_file_spec ¶
func (s *Add_logfile_clausesContext) AllRedo_log_file_spec() []IRedo_log_file_specContext
func (*Add_logfile_clausesContext) COMMA ¶
func (s *Add_logfile_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Add_logfile_clausesContext) EnterRule ¶
func (s *Add_logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_logfile_clausesContext) ExitRule ¶
func (s *Add_logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_logfile_clausesContext) Filename ¶
func (s *Add_logfile_clausesContext) Filename(i int) IFilenameContext
func (*Add_logfile_clausesContext) GetParser ¶
func (s *Add_logfile_clausesContext) GetParser() antlr.Parser
func (*Add_logfile_clausesContext) GetRuleContext ¶
func (s *Add_logfile_clausesContext) GetRuleContext() antlr.RuleContext
func (*Add_logfile_clausesContext) IsAdd_logfile_clausesContext ¶
func (*Add_logfile_clausesContext) IsAdd_logfile_clausesContext()
func (*Add_logfile_clausesContext) LOGFILE ¶
func (s *Add_logfile_clausesContext) LOGFILE() antlr.TerminalNode
func (*Add_logfile_clausesContext) Log_file_group ¶
func (s *Add_logfile_clausesContext) Log_file_group(i int) ILog_file_groupContext
func (*Add_logfile_clausesContext) Logfile_descriptor ¶
func (s *Add_logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
func (*Add_logfile_clausesContext) MEMBER ¶
func (s *Add_logfile_clausesContext) MEMBER() antlr.TerminalNode
func (*Add_logfile_clausesContext) REUSE ¶
func (s *Add_logfile_clausesContext) REUSE(i int) antlr.TerminalNode
func (*Add_logfile_clausesContext) Redo_log_file_spec ¶
func (s *Add_logfile_clausesContext) Redo_log_file_spec(i int) IRedo_log_file_specContext
func (*Add_logfile_clausesContext) STANDBY ¶
func (s *Add_logfile_clausesContext) STANDBY() antlr.TerminalNode
func (*Add_logfile_clausesContext) TO ¶
func (s *Add_logfile_clausesContext) TO() antlr.TerminalNode
func (*Add_logfile_clausesContext) ToStringTree ¶
func (s *Add_logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_modify_drop_column_clausesContext ¶
type Add_modify_drop_column_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_modify_drop_column_clausesContext ¶
func NewAdd_modify_drop_column_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_modify_drop_column_clausesContext
func NewEmptyAdd_modify_drop_column_clausesContext ¶
func NewEmptyAdd_modify_drop_column_clausesContext() *Add_modify_drop_column_clausesContext
func (*Add_modify_drop_column_clausesContext) Add_column_clause ¶
func (s *Add_modify_drop_column_clausesContext) Add_column_clause(i int) IAdd_column_clauseContext
func (*Add_modify_drop_column_clausesContext) AllAdd_column_clause ¶
func (s *Add_modify_drop_column_clausesContext) AllAdd_column_clause() []IAdd_column_clauseContext
func (*Add_modify_drop_column_clausesContext) AllDrop_column_clause ¶
func (s *Add_modify_drop_column_clausesContext) AllDrop_column_clause() []IDrop_column_clauseContext
func (*Add_modify_drop_column_clausesContext) AllModify_column_clauses ¶
func (s *Add_modify_drop_column_clausesContext) AllModify_column_clauses() []IModify_column_clausesContext
func (*Add_modify_drop_column_clausesContext) Drop_column_clause ¶
func (s *Add_modify_drop_column_clausesContext) Drop_column_clause(i int) IDrop_column_clauseContext
func (*Add_modify_drop_column_clausesContext) EnterRule ¶
func (s *Add_modify_drop_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_modify_drop_column_clausesContext) ExitRule ¶
func (s *Add_modify_drop_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_modify_drop_column_clausesContext) GetParser ¶
func (s *Add_modify_drop_column_clausesContext) GetParser() antlr.Parser
func (*Add_modify_drop_column_clausesContext) GetRuleContext ¶
func (s *Add_modify_drop_column_clausesContext) GetRuleContext() antlr.RuleContext
func (*Add_modify_drop_column_clausesContext) IsAdd_modify_drop_column_clausesContext ¶
func (*Add_modify_drop_column_clausesContext) IsAdd_modify_drop_column_clausesContext()
func (*Add_modify_drop_column_clausesContext) Modify_column_clauses ¶
func (s *Add_modify_drop_column_clausesContext) Modify_column_clauses(i int) IModify_column_clausesContext
func (*Add_modify_drop_column_clausesContext) ToStringTree ¶
func (s *Add_modify_drop_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_mv_log_column_clauseContext ¶
type Add_mv_log_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_mv_log_column_clauseContext ¶
func NewAdd_mv_log_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_mv_log_column_clauseContext
func NewEmptyAdd_mv_log_column_clauseContext ¶
func NewEmptyAdd_mv_log_column_clauseContext() *Add_mv_log_column_clauseContext
func (*Add_mv_log_column_clauseContext) ADD ¶
func (s *Add_mv_log_column_clauseContext) ADD() antlr.TerminalNode
func (*Add_mv_log_column_clauseContext) Column_name ¶
func (s *Add_mv_log_column_clauseContext) Column_name() IColumn_nameContext
func (*Add_mv_log_column_clauseContext) EnterRule ¶
func (s *Add_mv_log_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_mv_log_column_clauseContext) ExitRule ¶
func (s *Add_mv_log_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_mv_log_column_clauseContext) GetParser ¶
func (s *Add_mv_log_column_clauseContext) GetParser() antlr.Parser
func (*Add_mv_log_column_clauseContext) GetRuleContext ¶
func (s *Add_mv_log_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Add_mv_log_column_clauseContext) IsAdd_mv_log_column_clauseContext ¶
func (*Add_mv_log_column_clauseContext) IsAdd_mv_log_column_clauseContext()
func (*Add_mv_log_column_clauseContext) LEFT_PAREN ¶
func (s *Add_mv_log_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Add_mv_log_column_clauseContext) RIGHT_PAREN ¶
func (s *Add_mv_log_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Add_mv_log_column_clauseContext) ToStringTree ¶
func (s *Add_mv_log_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_or_dropContext ¶
type Add_or_dropContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_or_dropContext ¶
func NewAdd_or_dropContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_or_dropContext
func NewEmptyAdd_or_dropContext ¶
func NewEmptyAdd_or_dropContext() *Add_or_dropContext
func (*Add_or_dropContext) ADD ¶
func (s *Add_or_dropContext) ADD() antlr.TerminalNode
func (*Add_or_dropContext) DROP ¶
func (s *Add_or_dropContext) DROP() antlr.TerminalNode
func (*Add_or_dropContext) EnterRule ¶
func (s *Add_or_dropContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_or_dropContext) ExitRule ¶
func (s *Add_or_dropContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_or_dropContext) GetParser ¶
func (s *Add_or_dropContext) GetParser() antlr.Parser
func (*Add_or_dropContext) GetRuleContext ¶
func (s *Add_or_dropContext) GetRuleContext() antlr.RuleContext
func (*Add_or_dropContext) IsAdd_or_dropContext ¶
func (*Add_or_dropContext) IsAdd_or_dropContext()
func (*Add_or_dropContext) ToStringTree ¶
func (s *Add_or_dropContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_overflow_clauseContext ¶
type Add_overflow_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_overflow_clauseContext ¶
func NewAdd_overflow_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_overflow_clauseContext
func NewEmptyAdd_overflow_clauseContext ¶
func NewEmptyAdd_overflow_clauseContext() *Add_overflow_clauseContext
func (*Add_overflow_clauseContext) ADD ¶
func (s *Add_overflow_clauseContext) ADD() antlr.TerminalNode
func (*Add_overflow_clauseContext) AllCOMMA ¶
func (s *Add_overflow_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Add_overflow_clauseContext) AllPARTITION ¶
func (s *Add_overflow_clauseContext) AllPARTITION() []antlr.TerminalNode
func (*Add_overflow_clauseContext) AllSegment_attributes_clause ¶
func (s *Add_overflow_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*Add_overflow_clauseContext) COMMA ¶
func (s *Add_overflow_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Add_overflow_clauseContext) EnterRule ¶
func (s *Add_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_overflow_clauseContext) ExitRule ¶
func (s *Add_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_overflow_clauseContext) GetParser ¶
func (s *Add_overflow_clauseContext) GetParser() antlr.Parser
func (*Add_overflow_clauseContext) GetRuleContext ¶
func (s *Add_overflow_clauseContext) GetRuleContext() antlr.RuleContext
func (*Add_overflow_clauseContext) IsAdd_overflow_clauseContext ¶
func (*Add_overflow_clauseContext) IsAdd_overflow_clauseContext()
func (*Add_overflow_clauseContext) LEFT_PAREN ¶
func (s *Add_overflow_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Add_overflow_clauseContext) OVERFLOW ¶
func (s *Add_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
func (*Add_overflow_clauseContext) PARTITION ¶
func (s *Add_overflow_clauseContext) PARTITION(i int) antlr.TerminalNode
func (*Add_overflow_clauseContext) RIGHT_PAREN ¶
func (s *Add_overflow_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Add_overflow_clauseContext) Segment_attributes_clause ¶
func (s *Add_overflow_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*Add_overflow_clauseContext) ToStringTree ¶
func (s *Add_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Add_rem_container_dataContext ¶
type Add_rem_container_dataContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAdd_rem_container_dataContext ¶
func NewAdd_rem_container_dataContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Add_rem_container_dataContext
func NewEmptyAdd_rem_container_dataContext ¶
func NewEmptyAdd_rem_container_dataContext() *Add_rem_container_dataContext
func (*Add_rem_container_dataContext) ADD ¶
func (s *Add_rem_container_dataContext) ADD() antlr.TerminalNode
func (*Add_rem_container_dataContext) CONTAINER_DATA ¶
func (s *Add_rem_container_dataContext) CONTAINER_DATA() antlr.TerminalNode
func (*Add_rem_container_dataContext) Container_names ¶
func (s *Add_rem_container_dataContext) Container_names() IContainer_namesContext
func (*Add_rem_container_dataContext) EQUALS_OP ¶
func (s *Add_rem_container_dataContext) EQUALS_OP() antlr.TerminalNode
func (*Add_rem_container_dataContext) EnterRule ¶
func (s *Add_rem_container_dataContext) EnterRule(listener antlr.ParseTreeListener)
func (*Add_rem_container_dataContext) ExitRule ¶
func (s *Add_rem_container_dataContext) ExitRule(listener antlr.ParseTreeListener)
func (*Add_rem_container_dataContext) GetParser ¶
func (s *Add_rem_container_dataContext) GetParser() antlr.Parser
func (*Add_rem_container_dataContext) GetRuleContext ¶
func (s *Add_rem_container_dataContext) GetRuleContext() antlr.RuleContext
func (*Add_rem_container_dataContext) IsAdd_rem_container_dataContext ¶
func (*Add_rem_container_dataContext) IsAdd_rem_container_dataContext()
func (*Add_rem_container_dataContext) REMOVE ¶
func (s *Add_rem_container_dataContext) REMOVE() antlr.TerminalNode
func (*Add_rem_container_dataContext) ToStringTree ¶
func (s *Add_rem_container_dataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Aggregate_function_nameContext ¶
type Aggregate_function_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAggregate_function_nameContext ¶
func NewAggregate_function_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Aggregate_function_nameContext
func NewEmptyAggregate_function_nameContext ¶
func NewEmptyAggregate_function_nameContext() *Aggregate_function_nameContext
func (*Aggregate_function_nameContext) AllId_expression ¶
func (s *Aggregate_function_nameContext) AllId_expression() []IId_expressionContext
func (*Aggregate_function_nameContext) AllPERIOD ¶
func (s *Aggregate_function_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Aggregate_function_nameContext) EnterRule ¶
func (s *Aggregate_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Aggregate_function_nameContext) ExitRule ¶
func (s *Aggregate_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Aggregate_function_nameContext) GetParser ¶
func (s *Aggregate_function_nameContext) GetParser() antlr.Parser
func (*Aggregate_function_nameContext) GetRuleContext ¶
func (s *Aggregate_function_nameContext) GetRuleContext() antlr.RuleContext
func (*Aggregate_function_nameContext) Id_expression ¶
func (s *Aggregate_function_nameContext) Id_expression(i int) IId_expressionContext
func (*Aggregate_function_nameContext) Identifier ¶
func (s *Aggregate_function_nameContext) Identifier() IIdentifierContext
func (*Aggregate_function_nameContext) IsAggregate_function_nameContext ¶
func (*Aggregate_function_nameContext) IsAggregate_function_nameContext()
func (*Aggregate_function_nameContext) PERIOD ¶
func (s *Aggregate_function_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Aggregate_function_nameContext) ToStringTree ¶
func (s *Aggregate_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Allocate_extent_clauseContext ¶
type Allocate_extent_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAllocate_extent_clauseContext ¶
func NewAllocate_extent_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Allocate_extent_clauseContext
func NewEmptyAllocate_extent_clauseContext ¶
func NewEmptyAllocate_extent_clauseContext() *Allocate_extent_clauseContext
func (*Allocate_extent_clauseContext) ALLOCATE ¶
func (s *Allocate_extent_clauseContext) ALLOCATE() antlr.TerminalNode
func (*Allocate_extent_clauseContext) AllCHAR_STRING ¶
func (s *Allocate_extent_clauseContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Allocate_extent_clauseContext) AllDATAFILE ¶
func (s *Allocate_extent_clauseContext) AllDATAFILE() []antlr.TerminalNode
func (*Allocate_extent_clauseContext) AllINSTANCE ¶
func (s *Allocate_extent_clauseContext) AllINSTANCE() []antlr.TerminalNode
func (*Allocate_extent_clauseContext) AllSIZE ¶
func (s *Allocate_extent_clauseContext) AllSIZE() []antlr.TerminalNode
func (*Allocate_extent_clauseContext) AllSize_clause ¶
func (s *Allocate_extent_clauseContext) AllSize_clause() []ISize_clauseContext
func (*Allocate_extent_clauseContext) AllUNSIGNED_INTEGER ¶
func (s *Allocate_extent_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Allocate_extent_clauseContext) CHAR_STRING ¶
func (s *Allocate_extent_clauseContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Allocate_extent_clauseContext) DATAFILE ¶
func (s *Allocate_extent_clauseContext) DATAFILE(i int) antlr.TerminalNode
func (*Allocate_extent_clauseContext) EXTENT ¶
func (s *Allocate_extent_clauseContext) EXTENT() antlr.TerminalNode
func (*Allocate_extent_clauseContext) EnterRule ¶
func (s *Allocate_extent_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Allocate_extent_clauseContext) ExitRule ¶
func (s *Allocate_extent_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Allocate_extent_clauseContext) GetDatafile ¶
func (s *Allocate_extent_clauseContext) GetDatafile() antlr.Token
func (*Allocate_extent_clauseContext) GetInst_num ¶
func (s *Allocate_extent_clauseContext) GetInst_num() antlr.Token
func (*Allocate_extent_clauseContext) GetParser ¶
func (s *Allocate_extent_clauseContext) GetParser() antlr.Parser
func (*Allocate_extent_clauseContext) GetRuleContext ¶
func (s *Allocate_extent_clauseContext) GetRuleContext() antlr.RuleContext
func (*Allocate_extent_clauseContext) INSTANCE ¶
func (s *Allocate_extent_clauseContext) INSTANCE(i int) antlr.TerminalNode
func (*Allocate_extent_clauseContext) IsAllocate_extent_clauseContext ¶
func (*Allocate_extent_clauseContext) IsAllocate_extent_clauseContext()
func (*Allocate_extent_clauseContext) LEFT_PAREN ¶
func (s *Allocate_extent_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Allocate_extent_clauseContext) RIGHT_PAREN ¶
func (s *Allocate_extent_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Allocate_extent_clauseContext) SIZE ¶
func (s *Allocate_extent_clauseContext) SIZE(i int) antlr.TerminalNode
func (*Allocate_extent_clauseContext) SetDatafile ¶
func (s *Allocate_extent_clauseContext) SetDatafile(v antlr.Token)
func (*Allocate_extent_clauseContext) SetInst_num ¶
func (s *Allocate_extent_clauseContext) SetInst_num(v antlr.Token)
func (*Allocate_extent_clauseContext) Size_clause ¶
func (s *Allocate_extent_clauseContext) Size_clause(i int) ISize_clauseContext
func (*Allocate_extent_clauseContext) ToStringTree ¶
func (s *Allocate_extent_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Allocate_extent_clauseContext) UNSIGNED_INTEGER ¶
func (s *Allocate_extent_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Allow_or_disallowContext ¶
type Allow_or_disallowContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAllow_or_disallowContext ¶
func NewAllow_or_disallowContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Allow_or_disallowContext
func NewEmptyAllow_or_disallowContext ¶
func NewEmptyAllow_or_disallowContext() *Allow_or_disallowContext
func (*Allow_or_disallowContext) ALLOW ¶
func (s *Allow_or_disallowContext) ALLOW() antlr.TerminalNode
func (*Allow_or_disallowContext) DISALLOW ¶
func (s *Allow_or_disallowContext) DISALLOW() antlr.TerminalNode
func (*Allow_or_disallowContext) EnterRule ¶
func (s *Allow_or_disallowContext) EnterRule(listener antlr.ParseTreeListener)
func (*Allow_or_disallowContext) ExitRule ¶
func (s *Allow_or_disallowContext) ExitRule(listener antlr.ParseTreeListener)
func (*Allow_or_disallowContext) GetParser ¶
func (s *Allow_or_disallowContext) GetParser() antlr.Parser
func (*Allow_or_disallowContext) GetRuleContext ¶
func (s *Allow_or_disallowContext) GetRuleContext() antlr.RuleContext
func (*Allow_or_disallowContext) IsAllow_or_disallowContext ¶
func (*Allow_or_disallowContext) IsAllow_or_disallowContext()
func (*Allow_or_disallowContext) ToStringTree ¶
func (s *Allow_or_disallowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_attribute_definitionContext ¶
type Alter_attribute_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_attribute_definitionContext ¶
func NewAlter_attribute_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_attribute_definitionContext
func NewEmptyAlter_attribute_definitionContext ¶
func NewEmptyAlter_attribute_definitionContext() *Alter_attribute_definitionContext
func (*Alter_attribute_definitionContext) ADD ¶
func (s *Alter_attribute_definitionContext) ADD() antlr.TerminalNode
func (*Alter_attribute_definitionContext) ATTRIBUTE ¶
func (s *Alter_attribute_definitionContext) ATTRIBUTE() antlr.TerminalNode
func (*Alter_attribute_definitionContext) AllAttribute_definition ¶
func (s *Alter_attribute_definitionContext) AllAttribute_definition() []IAttribute_definitionContext
func (*Alter_attribute_definitionContext) AllCOMMA ¶
func (s *Alter_attribute_definitionContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_attribute_definitionContext) Attribute_definition ¶
func (s *Alter_attribute_definitionContext) Attribute_definition(i int) IAttribute_definitionContext
func (*Alter_attribute_definitionContext) COMMA ¶
func (s *Alter_attribute_definitionContext) COMMA(i int) antlr.TerminalNode
func (*Alter_attribute_definitionContext) DROP ¶
func (s *Alter_attribute_definitionContext) DROP() antlr.TerminalNode
func (*Alter_attribute_definitionContext) EnterRule ¶
func (s *Alter_attribute_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_attribute_definitionContext) ExitRule ¶
func (s *Alter_attribute_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_attribute_definitionContext) GetParser ¶
func (s *Alter_attribute_definitionContext) GetParser() antlr.Parser
func (*Alter_attribute_definitionContext) GetRuleContext ¶
func (s *Alter_attribute_definitionContext) GetRuleContext() antlr.RuleContext
func (*Alter_attribute_definitionContext) IsAlter_attribute_definitionContext ¶
func (*Alter_attribute_definitionContext) IsAlter_attribute_definitionContext()
func (*Alter_attribute_definitionContext) LEFT_PAREN ¶
func (s *Alter_attribute_definitionContext) LEFT_PAREN() antlr.TerminalNode
func (*Alter_attribute_definitionContext) MODIFY ¶
func (s *Alter_attribute_definitionContext) MODIFY() antlr.TerminalNode
func (*Alter_attribute_definitionContext) RIGHT_PAREN ¶
func (s *Alter_attribute_definitionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Alter_attribute_definitionContext) ToStringTree ¶
func (s *Alter_attribute_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_clusterContext ¶
type Alter_clusterContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_clusterContext ¶
func NewAlter_clusterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_clusterContext
func NewEmptyAlter_clusterContext ¶
func NewEmptyAlter_clusterContext() *Alter_clusterContext
func (*Alter_clusterContext) ALTER ¶
func (s *Alter_clusterContext) ALTER() antlr.TerminalNode
func (*Alter_clusterContext) AllAllocate_extent_clause ¶
func (s *Alter_clusterContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
func (*Alter_clusterContext) AllCache_or_nocache ¶
func (s *Alter_clusterContext) AllCache_or_nocache() []ICache_or_nocacheContext
func (*Alter_clusterContext) AllDeallocate_unused_clause ¶
func (s *Alter_clusterContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
func (*Alter_clusterContext) AllPhysical_attributes_clause ¶
func (s *Alter_clusterContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Alter_clusterContext) AllSIZE ¶
func (s *Alter_clusterContext) AllSIZE() []antlr.TerminalNode
func (*Alter_clusterContext) AllSize_clause ¶
func (s *Alter_clusterContext) AllSize_clause() []ISize_clauseContext
func (*Alter_clusterContext) Allocate_extent_clause ¶
func (s *Alter_clusterContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
func (*Alter_clusterContext) CLUSTER ¶
func (s *Alter_clusterContext) CLUSTER() antlr.TerminalNode
func (*Alter_clusterContext) Cache_or_nocache ¶
func (s *Alter_clusterContext) Cache_or_nocache(i int) ICache_or_nocacheContext
func (*Alter_clusterContext) Cluster_name ¶
func (s *Alter_clusterContext) Cluster_name() ICluster_nameContext
func (*Alter_clusterContext) Deallocate_unused_clause ¶
func (s *Alter_clusterContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
func (*Alter_clusterContext) EnterRule ¶
func (s *Alter_clusterContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_clusterContext) ExitRule ¶
func (s *Alter_clusterContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_clusterContext) GetParser ¶
func (s *Alter_clusterContext) GetParser() antlr.Parser
func (*Alter_clusterContext) GetRuleContext ¶
func (s *Alter_clusterContext) GetRuleContext() antlr.RuleContext
func (*Alter_clusterContext) IsAlter_clusterContext ¶
func (*Alter_clusterContext) IsAlter_clusterContext()
func (*Alter_clusterContext) Parallel_clause ¶
func (s *Alter_clusterContext) Parallel_clause() IParallel_clauseContext
func (*Alter_clusterContext) Physical_attributes_clause ¶
func (s *Alter_clusterContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Alter_clusterContext) SEMICOLON ¶
func (s *Alter_clusterContext) SEMICOLON() antlr.TerminalNode
func (*Alter_clusterContext) SIZE ¶
func (s *Alter_clusterContext) SIZE(i int) antlr.TerminalNode
func (*Alter_clusterContext) Size_clause ¶
func (s *Alter_clusterContext) Size_clause(i int) ISize_clauseContext
func (*Alter_clusterContext) ToStringTree ¶
func (s *Alter_clusterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_collection_clausesContext ¶
type Alter_collection_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_collection_clausesContext ¶
func NewAlter_collection_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_collection_clausesContext
func NewEmptyAlter_collection_clausesContext ¶
func NewEmptyAlter_collection_clausesContext() *Alter_collection_clausesContext
func (*Alter_collection_clausesContext) ELEMENT ¶
func (s *Alter_collection_clausesContext) ELEMENT() antlr.TerminalNode
func (*Alter_collection_clausesContext) EnterRule ¶
func (s *Alter_collection_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_collection_clausesContext) ExitRule ¶
func (s *Alter_collection_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_collection_clausesContext) Expression ¶
func (s *Alter_collection_clausesContext) Expression() IExpressionContext
func (*Alter_collection_clausesContext) GetParser ¶
func (s *Alter_collection_clausesContext) GetParser() antlr.Parser
func (*Alter_collection_clausesContext) GetRuleContext ¶
func (s *Alter_collection_clausesContext) GetRuleContext() antlr.RuleContext
func (*Alter_collection_clausesContext) IsAlter_collection_clausesContext ¶
func (*Alter_collection_clausesContext) IsAlter_collection_clausesContext()
func (*Alter_collection_clausesContext) LIMIT ¶
func (s *Alter_collection_clausesContext) LIMIT() antlr.TerminalNode
func (*Alter_collection_clausesContext) MODIFY ¶
func (s *Alter_collection_clausesContext) MODIFY() antlr.TerminalNode
func (*Alter_collection_clausesContext) TYPE ¶
func (s *Alter_collection_clausesContext) TYPE() antlr.TerminalNode
func (*Alter_collection_clausesContext) ToStringTree ¶
func (s *Alter_collection_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_collection_clausesContext) Type_spec ¶
func (s *Alter_collection_clausesContext) Type_spec() IType_specContext
type Alter_databaseContext ¶
type Alter_databaseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_databaseContext ¶
func NewAlter_databaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_databaseContext
func NewEmptyAlter_databaseContext ¶
func NewEmptyAlter_databaseContext() *Alter_databaseContext
func (*Alter_databaseContext) ALTER ¶
func (s *Alter_databaseContext) ALTER() antlr.TerminalNode
func (*Alter_databaseContext) Controlfile_clauses ¶
func (s *Alter_databaseContext) Controlfile_clauses() IControlfile_clausesContext
func (*Alter_databaseContext) DATABASE ¶
func (s *Alter_databaseContext) DATABASE() antlr.TerminalNode
func (*Alter_databaseContext) Database_file_clauses ¶
func (s *Alter_databaseContext) Database_file_clauses() IDatabase_file_clausesContext
func (*Alter_databaseContext) Database_name ¶
func (s *Alter_databaseContext) Database_name() IDatabase_nameContext
func (*Alter_databaseContext) Default_settings_clause ¶
func (s *Alter_databaseContext) Default_settings_clause() IDefault_settings_clauseContext
func (*Alter_databaseContext) EnterRule ¶
func (s *Alter_databaseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_databaseContext) ExitRule ¶
func (s *Alter_databaseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_databaseContext) GetParser ¶
func (s *Alter_databaseContext) GetParser() antlr.Parser
func (*Alter_databaseContext) GetRuleContext ¶
func (s *Alter_databaseContext) GetRuleContext() antlr.RuleContext
func (*Alter_databaseContext) Instance_clauses ¶
func (s *Alter_databaseContext) Instance_clauses() IInstance_clausesContext
func (*Alter_databaseContext) IsAlter_databaseContext ¶
func (*Alter_databaseContext) IsAlter_databaseContext()
func (*Alter_databaseContext) Logfile_clauses ¶
func (s *Alter_databaseContext) Logfile_clauses() ILogfile_clausesContext
func (*Alter_databaseContext) Recovery_clauses ¶
func (s *Alter_databaseContext) Recovery_clauses() IRecovery_clausesContext
func (*Alter_databaseContext) SEMICOLON ¶
func (s *Alter_databaseContext) SEMICOLON() antlr.TerminalNode
func (*Alter_databaseContext) Security_clause ¶
func (s *Alter_databaseContext) Security_clause() ISecurity_clauseContext
func (*Alter_databaseContext) Standby_database_clauses ¶
func (s *Alter_databaseContext) Standby_database_clauses() IStandby_database_clausesContext
func (*Alter_databaseContext) Startup_clauses ¶
func (s *Alter_databaseContext) Startup_clauses() IStartup_clausesContext
func (*Alter_databaseContext) ToStringTree ¶
func (s *Alter_databaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_datafile_clauseContext ¶
type Alter_datafile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_datafile_clauseContext ¶
func NewAlter_datafile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_datafile_clauseContext
func NewEmptyAlter_datafile_clauseContext ¶
func NewEmptyAlter_datafile_clauseContext() *Alter_datafile_clauseContext
func (*Alter_datafile_clauseContext) AllCOMMA ¶
func (s *Alter_datafile_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_datafile_clauseContext) AllFilename ¶
func (s *Alter_datafile_clauseContext) AllFilename() []IFilenameContext
func (*Alter_datafile_clauseContext) AllFilenumber ¶
func (s *Alter_datafile_clauseContext) AllFilenumber() []IFilenumberContext
func (*Alter_datafile_clauseContext) Autoextend_clause ¶
func (s *Alter_datafile_clauseContext) Autoextend_clause() IAutoextend_clauseContext
func (*Alter_datafile_clauseContext) BACKUP ¶
func (s *Alter_datafile_clauseContext) BACKUP() antlr.TerminalNode
func (*Alter_datafile_clauseContext) COMMA ¶
func (s *Alter_datafile_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Alter_datafile_clauseContext) DATAFILE ¶
func (s *Alter_datafile_clauseContext) DATAFILE() antlr.TerminalNode
func (*Alter_datafile_clauseContext) DROP ¶
func (s *Alter_datafile_clauseContext) DROP() antlr.TerminalNode
func (*Alter_datafile_clauseContext) END ¶
func (s *Alter_datafile_clauseContext) END() antlr.TerminalNode
func (*Alter_datafile_clauseContext) EnterRule ¶
func (s *Alter_datafile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_datafile_clauseContext) ExitRule ¶
func (s *Alter_datafile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_datafile_clauseContext) FOR ¶
func (s *Alter_datafile_clauseContext) FOR() antlr.TerminalNode
func (*Alter_datafile_clauseContext) Filename ¶
func (s *Alter_datafile_clauseContext) Filename(i int) IFilenameContext
func (*Alter_datafile_clauseContext) Filenumber ¶
func (s *Alter_datafile_clauseContext) Filenumber(i int) IFilenumberContext
func (*Alter_datafile_clauseContext) GetParser ¶
func (s *Alter_datafile_clauseContext) GetParser() antlr.Parser
func (*Alter_datafile_clauseContext) GetRuleContext ¶
func (s *Alter_datafile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_datafile_clauseContext) IsAlter_datafile_clauseContext ¶
func (*Alter_datafile_clauseContext) IsAlter_datafile_clauseContext()
func (*Alter_datafile_clauseContext) OFFLINE ¶
func (s *Alter_datafile_clauseContext) OFFLINE() antlr.TerminalNode
func (*Alter_datafile_clauseContext) ONLINE ¶
func (s *Alter_datafile_clauseContext) ONLINE() antlr.TerminalNode
func (*Alter_datafile_clauseContext) RESIZE ¶
func (s *Alter_datafile_clauseContext) RESIZE() antlr.TerminalNode
func (*Alter_datafile_clauseContext) Size_clause ¶
func (s *Alter_datafile_clauseContext) Size_clause() ISize_clauseContext
func (*Alter_datafile_clauseContext) ToStringTree ¶
func (s *Alter_datafile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_functionContext ¶
type Alter_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_functionContext ¶
func NewAlter_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_functionContext
func NewEmptyAlter_functionContext ¶
func NewEmptyAlter_functionContext() *Alter_functionContext
func (*Alter_functionContext) ALTER ¶
func (s *Alter_functionContext) ALTER() antlr.TerminalNode
func (*Alter_functionContext) AllCompiler_parameters_clause ¶
func (s *Alter_functionContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Alter_functionContext) COMPILE ¶
func (s *Alter_functionContext) COMPILE() antlr.TerminalNode
func (*Alter_functionContext) Compiler_parameters_clause ¶
func (s *Alter_functionContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Alter_functionContext) DEBUG ¶
func (s *Alter_functionContext) DEBUG() antlr.TerminalNode
func (*Alter_functionContext) EnterRule ¶
func (s *Alter_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_functionContext) ExitRule ¶
func (s *Alter_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_functionContext) FUNCTION ¶
func (s *Alter_functionContext) FUNCTION() antlr.TerminalNode
func (*Alter_functionContext) Function_name ¶
func (s *Alter_functionContext) Function_name() IFunction_nameContext
func (*Alter_functionContext) GetParser ¶
func (s *Alter_functionContext) GetParser() antlr.Parser
func (*Alter_functionContext) GetRuleContext ¶
func (s *Alter_functionContext) GetRuleContext() antlr.RuleContext
func (*Alter_functionContext) IsAlter_functionContext ¶
func (*Alter_functionContext) IsAlter_functionContext()
func (*Alter_functionContext) REUSE ¶
func (s *Alter_functionContext) REUSE() antlr.TerminalNode
func (*Alter_functionContext) SEMICOLON ¶
func (s *Alter_functionContext) SEMICOLON() antlr.TerminalNode
func (*Alter_functionContext) SETTINGS ¶
func (s *Alter_functionContext) SETTINGS() antlr.TerminalNode
func (*Alter_functionContext) ToStringTree ¶
func (s *Alter_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_identified_byContext ¶
type Alter_identified_byContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_identified_byContext ¶
func NewAlter_identified_byContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_identified_byContext
func NewEmptyAlter_identified_byContext ¶
func NewEmptyAlter_identified_byContext() *Alter_identified_byContext
func (*Alter_identified_byContext) EnterRule ¶
func (s *Alter_identified_byContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_identified_byContext) ExitRule ¶
func (s *Alter_identified_byContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_identified_byContext) GetParser ¶
func (s *Alter_identified_byContext) GetParser() antlr.Parser
func (*Alter_identified_byContext) GetRuleContext ¶
func (s *Alter_identified_byContext) GetRuleContext() antlr.RuleContext
func (*Alter_identified_byContext) Id_expression ¶
func (s *Alter_identified_byContext) Id_expression() IId_expressionContext
func (*Alter_identified_byContext) Identified_by ¶
func (s *Alter_identified_byContext) Identified_by() IIdentified_byContext
func (*Alter_identified_byContext) IsAlter_identified_byContext ¶
func (*Alter_identified_byContext) IsAlter_identified_byContext()
func (*Alter_identified_byContext) REPLACE ¶
func (s *Alter_identified_byContext) REPLACE() antlr.TerminalNode
func (*Alter_identified_byContext) ToStringTree ¶
func (s *Alter_identified_byContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_indexContext ¶
type Alter_indexContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_indexContext ¶
func NewAlter_indexContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_indexContext
func NewEmptyAlter_indexContext ¶
func NewEmptyAlter_indexContext() *Alter_indexContext
func (*Alter_indexContext) ALTER ¶
func (s *Alter_indexContext) ALTER() antlr.TerminalNode
func (*Alter_indexContext) Alter_index_ops_set1 ¶
func (s *Alter_indexContext) Alter_index_ops_set1() IAlter_index_ops_set1Context
func (*Alter_indexContext) Alter_index_ops_set2 ¶
func (s *Alter_indexContext) Alter_index_ops_set2() IAlter_index_ops_set2Context
func (*Alter_indexContext) EnterRule ¶
func (s *Alter_indexContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_indexContext) ExitRule ¶
func (s *Alter_indexContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_indexContext) GetParser ¶
func (s *Alter_indexContext) GetParser() antlr.Parser
func (*Alter_indexContext) GetRuleContext ¶
func (s *Alter_indexContext) GetRuleContext() antlr.RuleContext
func (*Alter_indexContext) INDEX ¶
func (s *Alter_indexContext) INDEX() antlr.TerminalNode
func (*Alter_indexContext) Index_name ¶
func (s *Alter_indexContext) Index_name() IIndex_nameContext
func (*Alter_indexContext) IsAlter_indexContext ¶
func (*Alter_indexContext) IsAlter_indexContext()
func (*Alter_indexContext) SEMICOLON ¶
func (s *Alter_indexContext) SEMICOLON() antlr.TerminalNode
func (*Alter_indexContext) ToStringTree ¶
func (s *Alter_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_index_ops_set1Context ¶
type Alter_index_ops_set1Context struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_index_ops_set1Context ¶
func NewAlter_index_ops_set1Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_index_ops_set1Context
func NewEmptyAlter_index_ops_set1Context ¶
func NewEmptyAlter_index_ops_set1Context() *Alter_index_ops_set1Context
func (*Alter_index_ops_set1Context) AllAllocate_extent_clause ¶
func (s *Alter_index_ops_set1Context) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
func (*Alter_index_ops_set1Context) AllDeallocate_unused_clause ¶
func (s *Alter_index_ops_set1Context) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
func (*Alter_index_ops_set1Context) AllLogging_clause ¶
func (s *Alter_index_ops_set1Context) AllLogging_clause() []ILogging_clauseContext
func (*Alter_index_ops_set1Context) AllParallel_clause ¶
func (s *Alter_index_ops_set1Context) AllParallel_clause() []IParallel_clauseContext
func (*Alter_index_ops_set1Context) AllPhysical_attributes_clause ¶
func (s *Alter_index_ops_set1Context) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Alter_index_ops_set1Context) AllShrink_clause ¶
func (s *Alter_index_ops_set1Context) AllShrink_clause() []IShrink_clauseContext
func (*Alter_index_ops_set1Context) Allocate_extent_clause ¶
func (s *Alter_index_ops_set1Context) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
func (*Alter_index_ops_set1Context) Deallocate_unused_clause ¶
func (s *Alter_index_ops_set1Context) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
func (*Alter_index_ops_set1Context) EnterRule ¶
func (s *Alter_index_ops_set1Context) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_index_ops_set1Context) ExitRule ¶
func (s *Alter_index_ops_set1Context) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_index_ops_set1Context) GetParser ¶
func (s *Alter_index_ops_set1Context) GetParser() antlr.Parser
func (*Alter_index_ops_set1Context) GetRuleContext ¶
func (s *Alter_index_ops_set1Context) GetRuleContext() antlr.RuleContext
func (*Alter_index_ops_set1Context) IsAlter_index_ops_set1Context ¶
func (*Alter_index_ops_set1Context) IsAlter_index_ops_set1Context()
func (*Alter_index_ops_set1Context) Logging_clause ¶
func (s *Alter_index_ops_set1Context) Logging_clause(i int) ILogging_clauseContext
func (*Alter_index_ops_set1Context) Parallel_clause ¶
func (s *Alter_index_ops_set1Context) Parallel_clause(i int) IParallel_clauseContext
func (*Alter_index_ops_set1Context) Physical_attributes_clause ¶
func (s *Alter_index_ops_set1Context) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Alter_index_ops_set1Context) Shrink_clause ¶
func (s *Alter_index_ops_set1Context) Shrink_clause(i int) IShrink_clauseContext
func (*Alter_index_ops_set1Context) ToStringTree ¶
func (s *Alter_index_ops_set1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_index_ops_set2Context ¶
type Alter_index_ops_set2Context struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_index_ops_set2Context ¶
func NewAlter_index_ops_set2Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_index_ops_set2Context
func NewEmptyAlter_index_ops_set2Context ¶
func NewEmptyAlter_index_ops_set2Context() *Alter_index_ops_set2Context
func (*Alter_index_ops_set2Context) Alter_index_partitioning ¶
func (s *Alter_index_ops_set2Context) Alter_index_partitioning() IAlter_index_partitioningContext
func (*Alter_index_ops_set2Context) BLOCK ¶
func (s *Alter_index_ops_set2Context) BLOCK() antlr.TerminalNode
func (*Alter_index_ops_set2Context) COALESCE ¶
func (s *Alter_index_ops_set2Context) COALESCE() antlr.TerminalNode
func (*Alter_index_ops_set2Context) COMPILE ¶
func (s *Alter_index_ops_set2Context) COMPILE() antlr.TerminalNode
func (*Alter_index_ops_set2Context) Enable_or_disable ¶
func (s *Alter_index_ops_set2Context) Enable_or_disable() IEnable_or_disableContext
func (*Alter_index_ops_set2Context) EnterRule ¶
func (s *Alter_index_ops_set2Context) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_index_ops_set2Context) ExitRule ¶
func (s *Alter_index_ops_set2Context) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_index_ops_set2Context) GetParser ¶
func (s *Alter_index_ops_set2Context) GetParser() antlr.Parser
func (*Alter_index_ops_set2Context) GetRuleContext ¶
func (s *Alter_index_ops_set2Context) GetRuleContext() antlr.RuleContext
func (*Alter_index_ops_set2Context) IsAlter_index_ops_set2Context ¶
func (*Alter_index_ops_set2Context) IsAlter_index_ops_set2Context()
func (*Alter_index_ops_set2Context) LEFT_PAREN ¶
func (s *Alter_index_ops_set2Context) LEFT_PAREN() antlr.TerminalNode
func (*Alter_index_ops_set2Context) Monitoring_nomonitoring ¶
func (s *Alter_index_ops_set2Context) Monitoring_nomonitoring() IMonitoring_nomonitoringContext
func (*Alter_index_ops_set2Context) New_index_name ¶
func (s *Alter_index_ops_set2Context) New_index_name() INew_index_nameContext
func (*Alter_index_ops_set2Context) Odci_parameters ¶
func (s *Alter_index_ops_set2Context) Odci_parameters() IOdci_parametersContext
func (*Alter_index_ops_set2Context) PARAMETERS ¶
func (s *Alter_index_ops_set2Context) PARAMETERS() antlr.TerminalNode
func (*Alter_index_ops_set2Context) REFERENCES ¶
func (s *Alter_index_ops_set2Context) REFERENCES() antlr.TerminalNode
func (*Alter_index_ops_set2Context) RENAME ¶
func (s *Alter_index_ops_set2Context) RENAME() antlr.TerminalNode
func (*Alter_index_ops_set2Context) RIGHT_PAREN ¶
func (s *Alter_index_ops_set2Context) RIGHT_PAREN() antlr.TerminalNode
func (*Alter_index_ops_set2Context) Rebuild_clause ¶
func (s *Alter_index_ops_set2Context) Rebuild_clause() IRebuild_clauseContext
func (*Alter_index_ops_set2Context) TO ¶
func (s *Alter_index_ops_set2Context) TO() antlr.TerminalNode
func (*Alter_index_ops_set2Context) ToStringTree ¶
func (s *Alter_index_ops_set2Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_index_ops_set2Context) UNUSABLE ¶
func (s *Alter_index_ops_set2Context) UNUSABLE() antlr.TerminalNode
func (*Alter_index_ops_set2Context) UPDATE ¶
func (s *Alter_index_ops_set2Context) UPDATE() antlr.TerminalNode
func (*Alter_index_ops_set2Context) USAGE ¶
func (s *Alter_index_ops_set2Context) USAGE() antlr.TerminalNode
func (*Alter_index_ops_set2Context) Visible_or_invisible ¶
func (s *Alter_index_ops_set2Context) Visible_or_invisible() IVisible_or_invisibleContext
type Alter_index_partitioningContext ¶
type Alter_index_partitioningContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_index_partitioningContext ¶
func NewAlter_index_partitioningContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_index_partitioningContext
func NewEmptyAlter_index_partitioningContext ¶
func NewEmptyAlter_index_partitioningContext() *Alter_index_partitioningContext
func (*Alter_index_partitioningContext) Add_hash_index_partition ¶
func (s *Alter_index_partitioningContext) Add_hash_index_partition() IAdd_hash_index_partitionContext
func (*Alter_index_partitioningContext) Coalesce_index_partition ¶
func (s *Alter_index_partitioningContext) Coalesce_index_partition() ICoalesce_index_partitionContext
func (*Alter_index_partitioningContext) Drop_index_partition ¶
func (s *Alter_index_partitioningContext) Drop_index_partition() IDrop_index_partitionContext
func (*Alter_index_partitioningContext) EnterRule ¶
func (s *Alter_index_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_index_partitioningContext) ExitRule ¶
func (s *Alter_index_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_index_partitioningContext) GetParser ¶
func (s *Alter_index_partitioningContext) GetParser() antlr.Parser
func (*Alter_index_partitioningContext) GetRuleContext ¶
func (s *Alter_index_partitioningContext) GetRuleContext() antlr.RuleContext
func (*Alter_index_partitioningContext) IsAlter_index_partitioningContext ¶
func (*Alter_index_partitioningContext) IsAlter_index_partitioningContext()
func (*Alter_index_partitioningContext) Modify_index_default_attrs ¶
func (s *Alter_index_partitioningContext) Modify_index_default_attrs() IModify_index_default_attrsContext
func (*Alter_index_partitioningContext) Modify_index_partition ¶
func (s *Alter_index_partitioningContext) Modify_index_partition() IModify_index_partitionContext
func (*Alter_index_partitioningContext) Modify_index_subpartition ¶
func (s *Alter_index_partitioningContext) Modify_index_subpartition() IModify_index_subpartitionContext
func (*Alter_index_partitioningContext) Rename_index_partition ¶
func (s *Alter_index_partitioningContext) Rename_index_partition() IRename_index_partitionContext
func (*Alter_index_partitioningContext) Split_index_partition ¶
func (s *Alter_index_partitioningContext) Split_index_partition() ISplit_index_partitionContext
func (*Alter_index_partitioningContext) ToStringTree ¶
func (s *Alter_index_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_iot_clausesContext ¶
type Alter_iot_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_iot_clausesContext ¶
func NewAlter_iot_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_iot_clausesContext
func NewEmptyAlter_iot_clausesContext ¶
func NewEmptyAlter_iot_clausesContext() *Alter_iot_clausesContext
func (*Alter_iot_clausesContext) Alter_mapping_table_clause ¶
func (s *Alter_iot_clausesContext) Alter_mapping_table_clause() IAlter_mapping_table_clauseContext
func (*Alter_iot_clausesContext) Alter_overflow_clause ¶
func (s *Alter_iot_clausesContext) Alter_overflow_clause() IAlter_overflow_clauseContext
func (*Alter_iot_clausesContext) COALESCE ¶
func (s *Alter_iot_clausesContext) COALESCE() antlr.TerminalNode
func (*Alter_iot_clausesContext) EnterRule ¶
func (s *Alter_iot_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_iot_clausesContext) ExitRule ¶
func (s *Alter_iot_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_iot_clausesContext) GetParser ¶
func (s *Alter_iot_clausesContext) GetParser() antlr.Parser
func (*Alter_iot_clausesContext) GetRuleContext ¶
func (s *Alter_iot_clausesContext) GetRuleContext() antlr.RuleContext
func (*Alter_iot_clausesContext) Index_org_table_clause ¶
func (s *Alter_iot_clausesContext) Index_org_table_clause() IIndex_org_table_clauseContext
func (*Alter_iot_clausesContext) IsAlter_iot_clausesContext ¶
func (*Alter_iot_clausesContext) IsAlter_iot_clausesContext()
func (*Alter_iot_clausesContext) ToStringTree ¶
func (s *Alter_iot_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_libraryContext ¶
type Alter_libraryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_libraryContext ¶
func NewAlter_libraryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_libraryContext
func NewEmptyAlter_libraryContext ¶
func NewEmptyAlter_libraryContext() *Alter_libraryContext
func (*Alter_libraryContext) ALTER ¶
func (s *Alter_libraryContext) ALTER() antlr.TerminalNode
func (*Alter_libraryContext) AllCompiler_parameters_clause ¶
func (s *Alter_libraryContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Alter_libraryContext) COMPILE ¶
func (s *Alter_libraryContext) COMPILE() antlr.TerminalNode
func (*Alter_libraryContext) Compiler_parameters_clause ¶
func (s *Alter_libraryContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Alter_libraryContext) EnterRule ¶
func (s *Alter_libraryContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_libraryContext) ExitRule ¶
func (s *Alter_libraryContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_libraryContext) GetParser ¶
func (s *Alter_libraryContext) GetParser() antlr.Parser
func (*Alter_libraryContext) GetRuleContext ¶
func (s *Alter_libraryContext) GetRuleContext() antlr.RuleContext
func (*Alter_libraryContext) IsAlter_libraryContext ¶
func (*Alter_libraryContext) IsAlter_libraryContext()
func (*Alter_libraryContext) LIBRARY ¶
func (s *Alter_libraryContext) LIBRARY() antlr.TerminalNode
func (*Alter_libraryContext) Library_debug ¶
func (s *Alter_libraryContext) Library_debug() ILibrary_debugContext
func (*Alter_libraryContext) Library_editionable ¶
func (s *Alter_libraryContext) Library_editionable() ILibrary_editionableContext
func (*Alter_libraryContext) Library_name ¶
func (s *Alter_libraryContext) Library_name() ILibrary_nameContext
func (*Alter_libraryContext) REUSE ¶
func (s *Alter_libraryContext) REUSE() antlr.TerminalNode
func (*Alter_libraryContext) SEMICOLON ¶
func (s *Alter_libraryContext) SEMICOLON() antlr.TerminalNode
func (*Alter_libraryContext) SETTINGS ¶
func (s *Alter_libraryContext) SETTINGS() antlr.TerminalNode
func (*Alter_libraryContext) ToStringTree ¶
func (s *Alter_libraryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_mapping_table_clauseContext ¶
type Alter_mapping_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_mapping_table_clauseContext ¶
func NewAlter_mapping_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_mapping_table_clauseContext
func NewEmptyAlter_mapping_table_clauseContext ¶
func NewEmptyAlter_mapping_table_clauseContext() *Alter_mapping_table_clauseContext
func (*Alter_mapping_table_clauseContext) Allocate_extent_clause ¶
func (s *Alter_mapping_table_clauseContext) Allocate_extent_clause() IAllocate_extent_clauseContext
func (*Alter_mapping_table_clauseContext) Deallocate_unused_clause ¶
func (s *Alter_mapping_table_clauseContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
func (*Alter_mapping_table_clauseContext) EnterRule ¶
func (s *Alter_mapping_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_mapping_table_clauseContext) ExitRule ¶
func (s *Alter_mapping_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_mapping_table_clauseContext) GetParser ¶
func (s *Alter_mapping_table_clauseContext) GetParser() antlr.Parser
func (*Alter_mapping_table_clauseContext) GetRuleContext ¶
func (s *Alter_mapping_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_mapping_table_clauseContext) IsAlter_mapping_table_clauseContext ¶
func (*Alter_mapping_table_clauseContext) IsAlter_mapping_table_clauseContext()
func (*Alter_mapping_table_clauseContext) MAPPING ¶
func (s *Alter_mapping_table_clauseContext) MAPPING() antlr.TerminalNode
func (*Alter_mapping_table_clauseContext) TABLE ¶
func (s *Alter_mapping_table_clauseContext) TABLE() antlr.TerminalNode
func (*Alter_mapping_table_clauseContext) ToStringTree ¶
func (s *Alter_mapping_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_materialized_viewContext ¶
type Alter_materialized_viewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_materialized_viewContext ¶
func NewAlter_materialized_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_materialized_viewContext
func NewEmptyAlter_materialized_viewContext ¶
func NewEmptyAlter_materialized_viewContext() *Alter_materialized_viewContext
func (*Alter_materialized_viewContext) ALTER ¶
func (s *Alter_materialized_viewContext) ALTER() antlr.TerminalNode
func (*Alter_materialized_viewContext) AllCOMMA ¶
func (s *Alter_materialized_viewContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_materialized_viewContext) AllLob_storage_clause ¶
func (s *Alter_materialized_viewContext) AllLob_storage_clause() []ILob_storage_clauseContext
func (*Alter_materialized_viewContext) AllModify_lob_storage_clause ¶
func (s *Alter_materialized_viewContext) AllModify_lob_storage_clause() []IModify_lob_storage_clauseContext
func (*Alter_materialized_viewContext) AllPhysical_attributes_clause ¶
func (s *Alter_materialized_viewContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Alter_materialized_viewContext) Allocate_extent_clause ¶
func (s *Alter_materialized_viewContext) Allocate_extent_clause() IAllocate_extent_clauseContext
func (*Alter_materialized_viewContext) Alter_iot_clauses ¶
func (s *Alter_materialized_viewContext) Alter_iot_clauses() IAlter_iot_clausesContext
func (*Alter_materialized_viewContext) Alter_mv_option1 ¶
func (s *Alter_materialized_viewContext) Alter_mv_option1() IAlter_mv_option1Context
func (*Alter_materialized_viewContext) COMMA ¶
func (s *Alter_materialized_viewContext) COMMA(i int) antlr.TerminalNode
func (*Alter_materialized_viewContext) COMPILE ¶
func (s *Alter_materialized_viewContext) COMPILE() antlr.TerminalNode
func (*Alter_materialized_viewContext) CONSIDER ¶
func (s *Alter_materialized_viewContext) CONSIDER() antlr.TerminalNode
func (*Alter_materialized_viewContext) Cache_or_nocache ¶
func (s *Alter_materialized_viewContext) Cache_or_nocache() ICache_or_nocacheContext
func (*Alter_materialized_viewContext) Deallocate_unused_clause ¶
func (s *Alter_materialized_viewContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
func (*Alter_materialized_viewContext) Enable_or_disable ¶
func (s *Alter_materialized_viewContext) Enable_or_disable() IEnable_or_disableContext
func (*Alter_materialized_viewContext) EnterRule ¶
func (s *Alter_materialized_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_materialized_viewContext) ExitRule ¶
func (s *Alter_materialized_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_materialized_viewContext) FRESH ¶
func (s *Alter_materialized_viewContext) FRESH() antlr.TerminalNode
func (*Alter_materialized_viewContext) GetParser ¶
func (s *Alter_materialized_viewContext) GetParser() antlr.Parser
func (*Alter_materialized_viewContext) GetRuleContext ¶
func (s *Alter_materialized_viewContext) GetRuleContext() antlr.RuleContext
func (*Alter_materialized_viewContext) INDEX ¶
func (s *Alter_materialized_viewContext) INDEX() antlr.TerminalNode
func (*Alter_materialized_viewContext) IsAlter_materialized_viewContext ¶
func (*Alter_materialized_viewContext) IsAlter_materialized_viewContext()
func (*Alter_materialized_viewContext) Lob_storage_clause ¶
func (s *Alter_materialized_viewContext) Lob_storage_clause(i int) ILob_storage_clauseContext
func (*Alter_materialized_viewContext) Logging_clause ¶
func (s *Alter_materialized_viewContext) Logging_clause() ILogging_clauseContext
func (*Alter_materialized_viewContext) MATERIALIZED ¶
func (s *Alter_materialized_viewContext) MATERIALIZED() antlr.TerminalNode
func (*Alter_materialized_viewContext) Modify_lob_storage_clause ¶
func (s *Alter_materialized_viewContext) Modify_lob_storage_clause(i int) IModify_lob_storage_clauseContext
func (*Alter_materialized_viewContext) Modify_mv_column_clause ¶
func (s *Alter_materialized_viewContext) Modify_mv_column_clause() IModify_mv_column_clauseContext
func (*Alter_materialized_viewContext) Parallel_clause ¶
func (s *Alter_materialized_viewContext) Parallel_clause() IParallel_clauseContext
func (*Alter_materialized_viewContext) Physical_attributes_clause ¶
func (s *Alter_materialized_viewContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Alter_materialized_viewContext) QUERY ¶
func (s *Alter_materialized_viewContext) QUERY() antlr.TerminalNode
func (*Alter_materialized_viewContext) REWRITE ¶
func (s *Alter_materialized_viewContext) REWRITE() antlr.TerminalNode
func (*Alter_materialized_viewContext) SEMICOLON ¶
func (s *Alter_materialized_viewContext) SEMICOLON() antlr.TerminalNode
func (*Alter_materialized_viewContext) Shrink_clause ¶
func (s *Alter_materialized_viewContext) Shrink_clause() IShrink_clauseContext
func (*Alter_materialized_viewContext) Table_compression ¶
func (s *Alter_materialized_viewContext) Table_compression() ITable_compressionContext
func (*Alter_materialized_viewContext) Tableview_name ¶
func (s *Alter_materialized_viewContext) Tableview_name() ITableview_nameContext
func (*Alter_materialized_viewContext) ToStringTree ¶
func (s *Alter_materialized_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_materialized_viewContext) USING ¶
func (s *Alter_materialized_viewContext) USING() antlr.TerminalNode
func (*Alter_materialized_viewContext) VIEW ¶
func (s *Alter_materialized_viewContext) VIEW() antlr.TerminalNode
type Alter_materialized_view_logContext ¶
type Alter_materialized_view_logContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_materialized_view_logContext ¶
func NewAlter_materialized_view_logContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_materialized_view_logContext
func NewEmptyAlter_materialized_view_logContext ¶
func NewEmptyAlter_materialized_view_logContext() *Alter_materialized_view_logContext
func (*Alter_materialized_view_logContext) ALTER ¶
func (s *Alter_materialized_view_logContext) ALTER() antlr.TerminalNode
func (*Alter_materialized_view_logContext) Add_mv_log_column_clause ¶
func (s *Alter_materialized_view_logContext) Add_mv_log_column_clause() IAdd_mv_log_column_clauseContext
func (*Alter_materialized_view_logContext) Allocate_extent_clause ¶
func (s *Alter_materialized_view_logContext) Allocate_extent_clause() IAllocate_extent_clauseContext
func (*Alter_materialized_view_logContext) Cache_or_nocache ¶
func (s *Alter_materialized_view_logContext) Cache_or_nocache() ICache_or_nocacheContext
func (*Alter_materialized_view_logContext) EnterRule ¶
func (s *Alter_materialized_view_logContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_materialized_view_logContext) ExitRule ¶
func (s *Alter_materialized_view_logContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_materialized_view_logContext) FORCE ¶
func (s *Alter_materialized_view_logContext) FORCE() antlr.TerminalNode
func (*Alter_materialized_view_logContext) GetParser ¶
func (s *Alter_materialized_view_logContext) GetParser() antlr.Parser
func (*Alter_materialized_view_logContext) GetRuleContext ¶
func (s *Alter_materialized_view_logContext) GetRuleContext() antlr.RuleContext
func (*Alter_materialized_view_logContext) IsAlter_materialized_view_logContext ¶
func (*Alter_materialized_view_logContext) IsAlter_materialized_view_logContext()
func (*Alter_materialized_view_logContext) LOG ¶
func (s *Alter_materialized_view_logContext) LOG() antlr.TerminalNode
func (*Alter_materialized_view_logContext) Logging_clause ¶
func (s *Alter_materialized_view_logContext) Logging_clause() ILogging_clauseContext
func (*Alter_materialized_view_logContext) MATERIALIZED ¶
func (s *Alter_materialized_view_logContext) MATERIALIZED() antlr.TerminalNode
func (*Alter_materialized_view_logContext) Move_mv_log_clause ¶
func (s *Alter_materialized_view_logContext) Move_mv_log_clause() IMove_mv_log_clauseContext
func (*Alter_materialized_view_logContext) Mv_log_augmentation ¶
func (s *Alter_materialized_view_logContext) Mv_log_augmentation() IMv_log_augmentationContext
func (*Alter_materialized_view_logContext) Mv_log_purge_clause ¶
func (s *Alter_materialized_view_logContext) Mv_log_purge_clause() IMv_log_purge_clauseContext
func (*Alter_materialized_view_logContext) ON ¶
func (s *Alter_materialized_view_logContext) ON() antlr.TerminalNode
func (*Alter_materialized_view_logContext) Parallel_clause ¶
func (s *Alter_materialized_view_logContext) Parallel_clause() IParallel_clauseContext
func (*Alter_materialized_view_logContext) Physical_attributes_clause ¶
func (s *Alter_materialized_view_logContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
func (*Alter_materialized_view_logContext) SEMICOLON ¶
func (s *Alter_materialized_view_logContext) SEMICOLON() antlr.TerminalNode
func (*Alter_materialized_view_logContext) Shrink_clause ¶
func (s *Alter_materialized_view_logContext) Shrink_clause() IShrink_clauseContext
func (*Alter_materialized_view_logContext) Tableview_name ¶
func (s *Alter_materialized_view_logContext) Tableview_name() ITableview_nameContext
func (*Alter_materialized_view_logContext) ToStringTree ¶
func (s *Alter_materialized_view_logContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_materialized_view_logContext) VIEW ¶
func (s *Alter_materialized_view_logContext) VIEW() antlr.TerminalNode
type Alter_method_elementContext ¶
type Alter_method_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_method_elementContext ¶
func NewAlter_method_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_method_elementContext
func NewEmptyAlter_method_elementContext ¶
func NewEmptyAlter_method_elementContext() *Alter_method_elementContext
func (*Alter_method_elementContext) ADD ¶
func (s *Alter_method_elementContext) ADD() antlr.TerminalNode
func (*Alter_method_elementContext) DROP ¶
func (s *Alter_method_elementContext) DROP() antlr.TerminalNode
func (*Alter_method_elementContext) EnterRule ¶
func (s *Alter_method_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_method_elementContext) ExitRule ¶
func (s *Alter_method_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_method_elementContext) GetParser ¶
func (s *Alter_method_elementContext) GetParser() antlr.Parser
func (*Alter_method_elementContext) GetRuleContext ¶
func (s *Alter_method_elementContext) GetRuleContext() antlr.RuleContext
func (*Alter_method_elementContext) IsAlter_method_elementContext ¶
func (*Alter_method_elementContext) IsAlter_method_elementContext()
func (*Alter_method_elementContext) Map_order_function_spec ¶
func (s *Alter_method_elementContext) Map_order_function_spec() IMap_order_function_specContext
func (*Alter_method_elementContext) Subprogram_spec ¶
func (s *Alter_method_elementContext) Subprogram_spec() ISubprogram_specContext
func (*Alter_method_elementContext) ToStringTree ¶
func (s *Alter_method_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_method_specContext ¶
type Alter_method_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_method_specContext ¶
func NewAlter_method_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_method_specContext
func NewEmptyAlter_method_specContext ¶
func NewEmptyAlter_method_specContext() *Alter_method_specContext
func (*Alter_method_specContext) AllAlter_method_element ¶
func (s *Alter_method_specContext) AllAlter_method_element() []IAlter_method_elementContext
func (*Alter_method_specContext) AllCOMMA ¶
func (s *Alter_method_specContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_method_specContext) Alter_method_element ¶
func (s *Alter_method_specContext) Alter_method_element(i int) IAlter_method_elementContext
func (*Alter_method_specContext) COMMA ¶
func (s *Alter_method_specContext) COMMA(i int) antlr.TerminalNode
func (*Alter_method_specContext) EnterRule ¶
func (s *Alter_method_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_method_specContext) ExitRule ¶
func (s *Alter_method_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_method_specContext) GetParser ¶
func (s *Alter_method_specContext) GetParser() antlr.Parser
func (*Alter_method_specContext) GetRuleContext ¶
func (s *Alter_method_specContext) GetRuleContext() antlr.RuleContext
func (*Alter_method_specContext) IsAlter_method_specContext ¶
func (*Alter_method_specContext) IsAlter_method_specContext()
func (*Alter_method_specContext) ToStringTree ¶
func (s *Alter_method_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_mv_option1Context ¶
type Alter_mv_option1Context struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_mv_option1Context ¶
func NewAlter_mv_option1Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_mv_option1Context
func NewEmptyAlter_mv_option1Context ¶
func NewEmptyAlter_mv_option1Context() *Alter_mv_option1Context
func (*Alter_mv_option1Context) Alter_mv_refresh ¶
func (s *Alter_mv_option1Context) Alter_mv_refresh() IAlter_mv_refreshContext
func (*Alter_mv_option1Context) EnterRule ¶
func (s *Alter_mv_option1Context) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_mv_option1Context) ExitRule ¶
func (s *Alter_mv_option1Context) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_mv_option1Context) GetParser ¶
func (s *Alter_mv_option1Context) GetParser() antlr.Parser
func (*Alter_mv_option1Context) GetRuleContext ¶
func (s *Alter_mv_option1Context) GetRuleContext() antlr.RuleContext
func (*Alter_mv_option1Context) IsAlter_mv_option1Context ¶
func (*Alter_mv_option1Context) IsAlter_mv_option1Context()
func (*Alter_mv_option1Context) ToStringTree ¶
func (s *Alter_mv_option1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_mv_refreshContext ¶
type Alter_mv_refreshContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_mv_refreshContext ¶
func NewAlter_mv_refreshContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_mv_refreshContext
func NewEmptyAlter_mv_refreshContext ¶
func NewEmptyAlter_mv_refreshContext() *Alter_mv_refreshContext
func (*Alter_mv_refreshContext) AllCOMMIT ¶
func (s *Alter_mv_refreshContext) AllCOMMIT() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllCOMPLETE ¶
func (s *Alter_mv_refreshContext) AllCOMPLETE() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllCONSTRAINTS ¶
func (s *Alter_mv_refreshContext) AllCONSTRAINTS() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllDEFAULT ¶
func (s *Alter_mv_refreshContext) AllDEFAULT() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllDEMAND ¶
func (s *Alter_mv_refreshContext) AllDEMAND() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllENFORCED ¶
func (s *Alter_mv_refreshContext) AllENFORCED() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllExpression ¶
func (s *Alter_mv_refreshContext) AllExpression() []IExpressionContext
func (*Alter_mv_refreshContext) AllFAST ¶
func (s *Alter_mv_refreshContext) AllFAST() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllFORCE ¶
func (s *Alter_mv_refreshContext) AllFORCE() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllKEY ¶
func (s *Alter_mv_refreshContext) AllKEY() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllMASTER ¶
func (s *Alter_mv_refreshContext) AllMASTER() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllNEXT ¶
func (s *Alter_mv_refreshContext) AllNEXT() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllON ¶
func (s *Alter_mv_refreshContext) AllON() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllPRIMARY ¶
func (s *Alter_mv_refreshContext) AllPRIMARY() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllROLLBACK ¶
func (s *Alter_mv_refreshContext) AllROLLBACK() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllRollback_segment ¶
func (s *Alter_mv_refreshContext) AllRollback_segment() []IRollback_segmentContext
func (*Alter_mv_refreshContext) AllSEGMENT ¶
func (s *Alter_mv_refreshContext) AllSEGMENT() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllSTART ¶
func (s *Alter_mv_refreshContext) AllSTART() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllTRUSTED ¶
func (s *Alter_mv_refreshContext) AllTRUSTED() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllUSING ¶
func (s *Alter_mv_refreshContext) AllUSING() []antlr.TerminalNode
func (*Alter_mv_refreshContext) AllWITH ¶
func (s *Alter_mv_refreshContext) AllWITH() []antlr.TerminalNode
func (*Alter_mv_refreshContext) COMMIT ¶
func (s *Alter_mv_refreshContext) COMMIT(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) COMPLETE ¶
func (s *Alter_mv_refreshContext) COMPLETE(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) CONSTRAINTS ¶
func (s *Alter_mv_refreshContext) CONSTRAINTS(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) DEFAULT ¶
func (s *Alter_mv_refreshContext) DEFAULT(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) DEMAND ¶
func (s *Alter_mv_refreshContext) DEMAND(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) ENFORCED ¶
func (s *Alter_mv_refreshContext) ENFORCED(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) EnterRule ¶
func (s *Alter_mv_refreshContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_mv_refreshContext) ExitRule ¶
func (s *Alter_mv_refreshContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_mv_refreshContext) Expression ¶
func (s *Alter_mv_refreshContext) Expression(i int) IExpressionContext
func (*Alter_mv_refreshContext) FAST ¶
func (s *Alter_mv_refreshContext) FAST(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) FORCE ¶
func (s *Alter_mv_refreshContext) FORCE(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) GetParser ¶
func (s *Alter_mv_refreshContext) GetParser() antlr.Parser
func (*Alter_mv_refreshContext) GetRuleContext ¶
func (s *Alter_mv_refreshContext) GetRuleContext() antlr.RuleContext
func (*Alter_mv_refreshContext) IsAlter_mv_refreshContext ¶
func (*Alter_mv_refreshContext) IsAlter_mv_refreshContext()
func (*Alter_mv_refreshContext) KEY ¶
func (s *Alter_mv_refreshContext) KEY(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) MASTER ¶
func (s *Alter_mv_refreshContext) MASTER(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) NEXT ¶
func (s *Alter_mv_refreshContext) NEXT(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) ON ¶
func (s *Alter_mv_refreshContext) ON(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) PRIMARY ¶
func (s *Alter_mv_refreshContext) PRIMARY(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) REFRESH ¶
func (s *Alter_mv_refreshContext) REFRESH() antlr.TerminalNode
func (*Alter_mv_refreshContext) ROLLBACK ¶
func (s *Alter_mv_refreshContext) ROLLBACK(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) Rollback_segment ¶
func (s *Alter_mv_refreshContext) Rollback_segment(i int) IRollback_segmentContext
func (*Alter_mv_refreshContext) SEGMENT ¶
func (s *Alter_mv_refreshContext) SEGMENT(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) START ¶
func (s *Alter_mv_refreshContext) START(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) TRUSTED ¶
func (s *Alter_mv_refreshContext) TRUSTED(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) ToStringTree ¶
func (s *Alter_mv_refreshContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_mv_refreshContext) USING ¶
func (s *Alter_mv_refreshContext) USING(i int) antlr.TerminalNode
func (*Alter_mv_refreshContext) WITH ¶
func (s *Alter_mv_refreshContext) WITH(i int) antlr.TerminalNode
type Alter_overflow_clauseContext ¶
type Alter_overflow_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_overflow_clauseContext ¶
func NewAlter_overflow_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_overflow_clauseContext
func NewEmptyAlter_overflow_clauseContext ¶
func NewEmptyAlter_overflow_clauseContext() *Alter_overflow_clauseContext
func (*Alter_overflow_clauseContext) Add_overflow_clause ¶
func (s *Alter_overflow_clauseContext) Add_overflow_clause() IAdd_overflow_clauseContext
func (*Alter_overflow_clauseContext) AllAllocate_extent_clause ¶
func (s *Alter_overflow_clauseContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
func (*Alter_overflow_clauseContext) AllDeallocate_unused_clause ¶
func (s *Alter_overflow_clauseContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
func (*Alter_overflow_clauseContext) AllSegment_attributes_clause ¶
func (s *Alter_overflow_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*Alter_overflow_clauseContext) AllShrink_clause ¶
func (s *Alter_overflow_clauseContext) AllShrink_clause() []IShrink_clauseContext
func (*Alter_overflow_clauseContext) Allocate_extent_clause ¶
func (s *Alter_overflow_clauseContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
func (*Alter_overflow_clauseContext) Deallocate_unused_clause ¶
func (s *Alter_overflow_clauseContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
func (*Alter_overflow_clauseContext) EnterRule ¶
func (s *Alter_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_overflow_clauseContext) ExitRule ¶
func (s *Alter_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_overflow_clauseContext) GetParser ¶
func (s *Alter_overflow_clauseContext) GetParser() antlr.Parser
func (*Alter_overflow_clauseContext) GetRuleContext ¶
func (s *Alter_overflow_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_overflow_clauseContext) IsAlter_overflow_clauseContext ¶
func (*Alter_overflow_clauseContext) IsAlter_overflow_clauseContext()
func (*Alter_overflow_clauseContext) OVERFLOW ¶
func (s *Alter_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
func (*Alter_overflow_clauseContext) Segment_attributes_clause ¶
func (s *Alter_overflow_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*Alter_overflow_clauseContext) Shrink_clause ¶
func (s *Alter_overflow_clauseContext) Shrink_clause(i int) IShrink_clauseContext
func (*Alter_overflow_clauseContext) ToStringTree ¶
func (s *Alter_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_packageContext ¶
type Alter_packageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_packageContext ¶
func NewAlter_packageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_packageContext
func NewEmptyAlter_packageContext ¶
func NewEmptyAlter_packageContext() *Alter_packageContext
func (*Alter_packageContext) ALTER ¶
func (s *Alter_packageContext) ALTER() antlr.TerminalNode
func (*Alter_packageContext) AllCompiler_parameters_clause ¶
func (s *Alter_packageContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Alter_packageContext) AllPACKAGE ¶
func (s *Alter_packageContext) AllPACKAGE() []antlr.TerminalNode
func (*Alter_packageContext) BODY ¶
func (s *Alter_packageContext) BODY() antlr.TerminalNode
func (*Alter_packageContext) COMPILE ¶
func (s *Alter_packageContext) COMPILE() antlr.TerminalNode
func (*Alter_packageContext) Compiler_parameters_clause ¶
func (s *Alter_packageContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Alter_packageContext) DEBUG ¶
func (s *Alter_packageContext) DEBUG() antlr.TerminalNode
func (*Alter_packageContext) EnterRule ¶
func (s *Alter_packageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_packageContext) ExitRule ¶
func (s *Alter_packageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_packageContext) GetParser ¶
func (s *Alter_packageContext) GetParser() antlr.Parser
func (*Alter_packageContext) GetRuleContext ¶
func (s *Alter_packageContext) GetRuleContext() antlr.RuleContext
func (*Alter_packageContext) IsAlter_packageContext ¶
func (*Alter_packageContext) IsAlter_packageContext()
func (*Alter_packageContext) PACKAGE ¶
func (s *Alter_packageContext) PACKAGE(i int) antlr.TerminalNode
func (*Alter_packageContext) Package_name ¶
func (s *Alter_packageContext) Package_name() IPackage_nameContext
func (*Alter_packageContext) REUSE ¶
func (s *Alter_packageContext) REUSE() antlr.TerminalNode
func (*Alter_packageContext) SEMICOLON ¶
func (s *Alter_packageContext) SEMICOLON() antlr.TerminalNode
func (*Alter_packageContext) SETTINGS ¶
func (s *Alter_packageContext) SETTINGS() antlr.TerminalNode
func (*Alter_packageContext) SPECIFICATION ¶
func (s *Alter_packageContext) SPECIFICATION() antlr.TerminalNode
func (*Alter_packageContext) ToStringTree ¶
func (s *Alter_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_procedureContext ¶
type Alter_procedureContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_procedureContext ¶
func NewAlter_procedureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_procedureContext
func NewEmptyAlter_procedureContext ¶
func NewEmptyAlter_procedureContext() *Alter_procedureContext
func (*Alter_procedureContext) ALTER ¶
func (s *Alter_procedureContext) ALTER() antlr.TerminalNode
func (*Alter_procedureContext) AllCompiler_parameters_clause ¶
func (s *Alter_procedureContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Alter_procedureContext) COMPILE ¶
func (s *Alter_procedureContext) COMPILE() antlr.TerminalNode
func (*Alter_procedureContext) Compiler_parameters_clause ¶
func (s *Alter_procedureContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Alter_procedureContext) DEBUG ¶
func (s *Alter_procedureContext) DEBUG() antlr.TerminalNode
func (*Alter_procedureContext) EnterRule ¶
func (s *Alter_procedureContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_procedureContext) ExitRule ¶
func (s *Alter_procedureContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_procedureContext) GetParser ¶
func (s *Alter_procedureContext) GetParser() antlr.Parser
func (*Alter_procedureContext) GetRuleContext ¶
func (s *Alter_procedureContext) GetRuleContext() antlr.RuleContext
func (*Alter_procedureContext) IsAlter_procedureContext ¶
func (*Alter_procedureContext) IsAlter_procedureContext()
func (*Alter_procedureContext) PROCEDURE ¶
func (s *Alter_procedureContext) PROCEDURE() antlr.TerminalNode
func (*Alter_procedureContext) Procedure_name ¶
func (s *Alter_procedureContext) Procedure_name() IProcedure_nameContext
func (*Alter_procedureContext) REUSE ¶
func (s *Alter_procedureContext) REUSE() antlr.TerminalNode
func (*Alter_procedureContext) SEMICOLON ¶
func (s *Alter_procedureContext) SEMICOLON() antlr.TerminalNode
func (*Alter_procedureContext) SETTINGS ¶
func (s *Alter_procedureContext) SETTINGS() antlr.TerminalNode
func (*Alter_procedureContext) ToStringTree ¶
func (s *Alter_procedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_sequenceContext ¶
type Alter_sequenceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_sequenceContext ¶
func NewAlter_sequenceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_sequenceContext
func NewEmptyAlter_sequenceContext ¶
func NewEmptyAlter_sequenceContext() *Alter_sequenceContext
func (*Alter_sequenceContext) ALTER ¶
func (s *Alter_sequenceContext) ALTER() antlr.TerminalNode
func (*Alter_sequenceContext) AllSequence_spec ¶
func (s *Alter_sequenceContext) AllSequence_spec() []ISequence_specContext
func (*Alter_sequenceContext) EnterRule ¶
func (s *Alter_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_sequenceContext) ExitRule ¶
func (s *Alter_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_sequenceContext) GetParser ¶
func (s *Alter_sequenceContext) GetParser() antlr.Parser
func (*Alter_sequenceContext) GetRuleContext ¶
func (s *Alter_sequenceContext) GetRuleContext() antlr.RuleContext
func (*Alter_sequenceContext) IsAlter_sequenceContext ¶
func (*Alter_sequenceContext) IsAlter_sequenceContext()
func (*Alter_sequenceContext) SEMICOLON ¶
func (s *Alter_sequenceContext) SEMICOLON() antlr.TerminalNode
func (*Alter_sequenceContext) SEQUENCE ¶
func (s *Alter_sequenceContext) SEQUENCE() antlr.TerminalNode
func (*Alter_sequenceContext) Sequence_name ¶
func (s *Alter_sequenceContext) Sequence_name() ISequence_nameContext
func (*Alter_sequenceContext) Sequence_spec ¶
func (s *Alter_sequenceContext) Sequence_spec(i int) ISequence_specContext
func (*Alter_sequenceContext) ToStringTree ¶
func (s *Alter_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_sessionContext ¶
type Alter_sessionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_sessionContext ¶
func NewAlter_sessionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_sessionContext
func NewEmptyAlter_sessionContext ¶
func NewEmptyAlter_sessionContext() *Alter_sessionContext
func (*Alter_sessionContext) ADVISE ¶
func (s *Alter_sessionContext) ADVISE() antlr.TerminalNode
func (*Alter_sessionContext) ALTER ¶
func (s *Alter_sessionContext) ALTER() antlr.TerminalNode
func (*Alter_sessionContext) AllPARALLEL ¶
func (s *Alter_sessionContext) AllPARALLEL() []antlr.TerminalNode
func (*Alter_sessionContext) Alter_session_set_clause ¶
func (s *Alter_sessionContext) Alter_session_set_clause() IAlter_session_set_clauseContext
func (*Alter_sessionContext) CLOSE ¶
func (s *Alter_sessionContext) CLOSE() antlr.TerminalNode
func (*Alter_sessionContext) COMMIT ¶
func (s *Alter_sessionContext) COMMIT() antlr.TerminalNode
func (*Alter_sessionContext) DATABASE ¶
func (s *Alter_sessionContext) DATABASE() antlr.TerminalNode
func (*Alter_sessionContext) DDL ¶
func (s *Alter_sessionContext) DDL() antlr.TerminalNode
func (*Alter_sessionContext) DML ¶
func (s *Alter_sessionContext) DML() antlr.TerminalNode
func (*Alter_sessionContext) Enable_or_disable ¶
func (s *Alter_sessionContext) Enable_or_disable() IEnable_or_disableContext
func (*Alter_sessionContext) EnterRule ¶
func (s *Alter_sessionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_sessionContext) ExitRule ¶
func (s *Alter_sessionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_sessionContext) FORCE ¶
func (s *Alter_sessionContext) FORCE() antlr.TerminalNode
func (*Alter_sessionContext) GUARD ¶
func (s *Alter_sessionContext) GUARD() antlr.TerminalNode
func (*Alter_sessionContext) GetParser ¶
func (s *Alter_sessionContext) GetParser() antlr.Parser
func (*Alter_sessionContext) GetRuleContext ¶
func (s *Alter_sessionContext) GetRuleContext() antlr.RuleContext
func (*Alter_sessionContext) IN ¶
func (s *Alter_sessionContext) IN() antlr.TerminalNode
func (*Alter_sessionContext) IsAlter_sessionContext ¶
func (*Alter_sessionContext) IsAlter_sessionContext()
func (*Alter_sessionContext) LINK ¶
func (s *Alter_sessionContext) LINK() antlr.TerminalNode
func (*Alter_sessionContext) Literal ¶
func (s *Alter_sessionContext) Literal() ILiteralContext
func (*Alter_sessionContext) NOTHING ¶
func (s *Alter_sessionContext) NOTHING() antlr.TerminalNode
func (*Alter_sessionContext) PARALLEL ¶
func (s *Alter_sessionContext) PARALLEL(i int) antlr.TerminalNode
func (*Alter_sessionContext) PROCEDURE ¶
func (s *Alter_sessionContext) PROCEDURE() antlr.TerminalNode
func (*Alter_sessionContext) Parameter_name ¶
func (s *Alter_sessionContext) Parameter_name() IParameter_nameContext
func (*Alter_sessionContext) QUERY ¶
func (s *Alter_sessionContext) QUERY() antlr.TerminalNode
func (*Alter_sessionContext) ROLLBACK ¶
func (s *Alter_sessionContext) ROLLBACK() antlr.TerminalNode
func (*Alter_sessionContext) SESSION ¶
func (s *Alter_sessionContext) SESSION() antlr.TerminalNode
func (*Alter_sessionContext) SET ¶
func (s *Alter_sessionContext) SET() antlr.TerminalNode
func (*Alter_sessionContext) ToStringTree ¶
func (s *Alter_sessionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_session_set_clauseContext ¶
type Alter_session_set_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_session_set_clauseContext ¶
func NewAlter_session_set_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_session_set_clauseContext
func NewEmptyAlter_session_set_clauseContext ¶
func NewEmptyAlter_session_set_clauseContext() *Alter_session_set_clauseContext
func (*Alter_session_set_clauseContext) EQUALS_OP ¶
func (s *Alter_session_set_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Alter_session_set_clauseContext) EnterRule ¶
func (s *Alter_session_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_session_set_clauseContext) ExitRule ¶
func (s *Alter_session_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_session_set_clauseContext) GetParser ¶
func (s *Alter_session_set_clauseContext) GetParser() antlr.Parser
func (*Alter_session_set_clauseContext) GetRuleContext ¶
func (s *Alter_session_set_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_session_set_clauseContext) IsAlter_session_set_clauseContext ¶
func (*Alter_session_set_clauseContext) IsAlter_session_set_clauseContext()
func (*Alter_session_set_clauseContext) Parameter_name ¶
func (s *Alter_session_set_clauseContext) Parameter_name() IParameter_nameContext
func (*Alter_session_set_clauseContext) Parameter_value ¶
func (s *Alter_session_set_clauseContext) Parameter_value() IParameter_valueContext
func (*Alter_session_set_clauseContext) ToStringTree ¶
func (s *Alter_session_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_tableContext ¶
type Alter_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_tableContext ¶
func NewAlter_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_tableContext
func NewEmptyAlter_tableContext ¶
func NewEmptyAlter_tableContext() *Alter_tableContext
func (*Alter_tableContext) ALL ¶
func (s *Alter_tableContext) ALL(i int) antlr.TerminalNode
func (*Alter_tableContext) ALTER ¶
func (s *Alter_tableContext) ALTER() antlr.TerminalNode
func (*Alter_tableContext) AllALL ¶
func (s *Alter_tableContext) AllALL() []antlr.TerminalNode
func (*Alter_tableContext) AllEnable_disable_clause ¶
func (s *Alter_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
func (*Alter_tableContext) AllEnable_or_disable ¶
func (s *Alter_tableContext) AllEnable_or_disable() []IEnable_or_disableContext
func (*Alter_tableContext) AllLOCK ¶
func (s *Alter_tableContext) AllLOCK() []antlr.TerminalNode
func (*Alter_tableContext) AllTABLE ¶
func (s *Alter_tableContext) AllTABLE() []antlr.TerminalNode
func (*Alter_tableContext) AllTRIGGERS ¶
func (s *Alter_tableContext) AllTRIGGERS() []antlr.TerminalNode
func (*Alter_tableContext) Alter_table_properties ¶
func (s *Alter_tableContext) Alter_table_properties() IAlter_table_propertiesContext
func (*Alter_tableContext) Column_clauses ¶
func (s *Alter_tableContext) Column_clauses() IColumn_clausesContext
func (*Alter_tableContext) Constraint_clauses ¶
func (s *Alter_tableContext) Constraint_clauses() IConstraint_clausesContext
func (*Alter_tableContext) Enable_disable_clause ¶
func (s *Alter_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
func (*Alter_tableContext) Enable_or_disable ¶
func (s *Alter_tableContext) Enable_or_disable(i int) IEnable_or_disableContext
func (*Alter_tableContext) EnterRule ¶
func (s *Alter_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_tableContext) ExitRule ¶
func (s *Alter_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_tableContext) GetParser ¶
func (s *Alter_tableContext) GetParser() antlr.Parser
func (*Alter_tableContext) GetRuleContext ¶
func (s *Alter_tableContext) GetRuleContext() antlr.RuleContext
func (*Alter_tableContext) IsAlter_tableContext ¶
func (*Alter_tableContext) IsAlter_tableContext()
func (*Alter_tableContext) LOCK ¶
func (s *Alter_tableContext) LOCK(i int) antlr.TerminalNode
func (*Alter_tableContext) Move_table_clause ¶
func (s *Alter_tableContext) Move_table_clause() IMove_table_clauseContext
func (*Alter_tableContext) SEMICOLON ¶
func (s *Alter_tableContext) SEMICOLON() antlr.TerminalNode
func (*Alter_tableContext) TABLE ¶
func (s *Alter_tableContext) TABLE(i int) antlr.TerminalNode
func (*Alter_tableContext) TRIGGERS ¶
func (s *Alter_tableContext) TRIGGERS(i int) antlr.TerminalNode
func (*Alter_tableContext) Tableview_name ¶
func (s *Alter_tableContext) Tableview_name() ITableview_nameContext
func (*Alter_tableContext) ToStringTree ¶
func (s *Alter_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_table_propertiesContext ¶
type Alter_table_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_table_propertiesContext ¶
func NewAlter_table_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_table_propertiesContext
func NewEmptyAlter_table_propertiesContext ¶
func NewEmptyAlter_table_propertiesContext() *Alter_table_propertiesContext
func (*Alter_table_propertiesContext) Alter_table_properties_1 ¶
func (s *Alter_table_propertiesContext) Alter_table_properties_1() IAlter_table_properties_1Context
func (*Alter_table_propertiesContext) CHAR_STRING ¶
func (s *Alter_table_propertiesContext) CHAR_STRING() antlr.TerminalNode
func (*Alter_table_propertiesContext) EnterRule ¶
func (s *Alter_table_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_table_propertiesContext) ExitRule ¶
func (s *Alter_table_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_table_propertiesContext) GetParser ¶
func (s *Alter_table_propertiesContext) GetParser() antlr.Parser
func (*Alter_table_propertiesContext) GetRuleContext ¶
func (s *Alter_table_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Alter_table_propertiesContext) IsAlter_table_propertiesContext ¶
func (*Alter_table_propertiesContext) IsAlter_table_propertiesContext()
func (*Alter_table_propertiesContext) ONLY ¶
func (s *Alter_table_propertiesContext) ONLY() antlr.TerminalNode
func (*Alter_table_propertiesContext) READ ¶
func (s *Alter_table_propertiesContext) READ() antlr.TerminalNode
func (*Alter_table_propertiesContext) REKEY ¶
func (s *Alter_table_propertiesContext) REKEY() antlr.TerminalNode
func (*Alter_table_propertiesContext) RENAME ¶
func (s *Alter_table_propertiesContext) RENAME() antlr.TerminalNode
func (*Alter_table_propertiesContext) Shrink_clause ¶
func (s *Alter_table_propertiesContext) Shrink_clause() IShrink_clauseContext
func (*Alter_table_propertiesContext) TO ¶
func (s *Alter_table_propertiesContext) TO() antlr.TerminalNode
func (*Alter_table_propertiesContext) Tableview_name ¶
func (s *Alter_table_propertiesContext) Tableview_name() ITableview_nameContext
func (*Alter_table_propertiesContext) ToStringTree ¶
func (s *Alter_table_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_table_propertiesContext) WRITE ¶
func (s *Alter_table_propertiesContext) WRITE() antlr.TerminalNode
type Alter_table_properties_1Context ¶
type Alter_table_properties_1Context struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_table_properties_1Context ¶
func NewAlter_table_properties_1Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_table_properties_1Context
func NewEmptyAlter_table_properties_1Context ¶
func NewEmptyAlter_table_properties_1Context() *Alter_table_properties_1Context
func (*Alter_table_properties_1Context) AllAllocate_extent_clause ¶
func (s *Alter_table_properties_1Context) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
func (*Alter_table_properties_1Context) AllCACHE ¶
func (s *Alter_table_properties_1Context) AllCACHE() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllDEFAULT ¶
func (s *Alter_table_properties_1Context) AllDEFAULT() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllDeallocate_unused_clause ¶
func (s *Alter_table_properties_1Context) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
func (*Alter_table_properties_1Context) AllFORCE ¶
func (s *Alter_table_properties_1Context) AllFORCE() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllFlashback_archive_clause ¶
func (s *Alter_table_properties_1Context) AllFlashback_archive_clause() []IFlashback_archive_clauseContext
func (*Alter_table_properties_1Context) AllLEFT_PAREN ¶
func (s *Alter_table_properties_1Context) AllLEFT_PAREN() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllLogging_clause ¶
func (s *Alter_table_properties_1Context) AllLogging_clause() []ILogging_clauseContext
func (*Alter_table_properties_1Context) AllMODE ¶
func (s *Alter_table_properties_1Context) AllMODE() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllNOCACHE ¶
func (s *Alter_table_properties_1Context) AllNOCACHE() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllParallel_clause ¶
func (s *Alter_table_properties_1Context) AllParallel_clause() []IParallel_clauseContext
func (*Alter_table_properties_1Context) AllPhysical_attributes_clause ¶
func (s *Alter_table_properties_1Context) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Alter_table_properties_1Context) AllRESULT_CACHE ¶
func (s *Alter_table_properties_1Context) AllRESULT_CACHE() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllRIGHT_PAREN ¶
func (s *Alter_table_properties_1Context) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Alter_table_properties_1Context) AllRecords_per_block_clause ¶
func (s *Alter_table_properties_1Context) AllRecords_per_block_clause() []IRecords_per_block_clauseContext
func (*Alter_table_properties_1Context) AllRow_movement_clause ¶
func (s *Alter_table_properties_1Context) AllRow_movement_clause() []IRow_movement_clauseContext
func (*Alter_table_properties_1Context) AllSupplemental_table_logging ¶
func (s *Alter_table_properties_1Context) AllSupplemental_table_logging() []ISupplemental_table_loggingContext
func (*Alter_table_properties_1Context) AllTable_compression ¶
func (s *Alter_table_properties_1Context) AllTable_compression() []ITable_compressionContext
func (*Alter_table_properties_1Context) AllUpgrade_table_clause ¶
func (s *Alter_table_properties_1Context) AllUpgrade_table_clause() []IUpgrade_table_clauseContext
func (*Alter_table_properties_1Context) Allocate_extent_clause ¶
func (s *Alter_table_properties_1Context) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
func (*Alter_table_properties_1Context) Alter_iot_clauses ¶
func (s *Alter_table_properties_1Context) Alter_iot_clauses() IAlter_iot_clausesContext
func (*Alter_table_properties_1Context) CACHE ¶
func (s *Alter_table_properties_1Context) CACHE(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) DEFAULT ¶
func (s *Alter_table_properties_1Context) DEFAULT(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) Deallocate_unused_clause ¶
func (s *Alter_table_properties_1Context) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
func (*Alter_table_properties_1Context) EnterRule ¶
func (s *Alter_table_properties_1Context) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_table_properties_1Context) ExitRule ¶
func (s *Alter_table_properties_1Context) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_table_properties_1Context) FORCE ¶
func (s *Alter_table_properties_1Context) FORCE(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) Flashback_archive_clause ¶
func (s *Alter_table_properties_1Context) Flashback_archive_clause(i int) IFlashback_archive_clauseContext
func (*Alter_table_properties_1Context) GetParser ¶
func (s *Alter_table_properties_1Context) GetParser() antlr.Parser
func (*Alter_table_properties_1Context) GetRuleContext ¶
func (s *Alter_table_properties_1Context) GetRuleContext() antlr.RuleContext
func (*Alter_table_properties_1Context) IsAlter_table_properties_1Context ¶
func (*Alter_table_properties_1Context) IsAlter_table_properties_1Context()
func (*Alter_table_properties_1Context) LEFT_PAREN ¶
func (s *Alter_table_properties_1Context) LEFT_PAREN(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) Logging_clause ¶
func (s *Alter_table_properties_1Context) Logging_clause(i int) ILogging_clauseContext
func (*Alter_table_properties_1Context) MODE ¶
func (s *Alter_table_properties_1Context) MODE(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) NOCACHE ¶
func (s *Alter_table_properties_1Context) NOCACHE(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) Parallel_clause ¶
func (s *Alter_table_properties_1Context) Parallel_clause(i int) IParallel_clauseContext
func (*Alter_table_properties_1Context) Physical_attributes_clause ¶
func (s *Alter_table_properties_1Context) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Alter_table_properties_1Context) RESULT_CACHE ¶
func (s *Alter_table_properties_1Context) RESULT_CACHE(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) RIGHT_PAREN ¶
func (s *Alter_table_properties_1Context) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Alter_table_properties_1Context) Records_per_block_clause ¶
func (s *Alter_table_properties_1Context) Records_per_block_clause(i int) IRecords_per_block_clauseContext
func (*Alter_table_properties_1Context) Row_movement_clause ¶
func (s *Alter_table_properties_1Context) Row_movement_clause(i int) IRow_movement_clauseContext
func (*Alter_table_properties_1Context) Supplemental_table_logging ¶
func (s *Alter_table_properties_1Context) Supplemental_table_logging(i int) ISupplemental_table_loggingContext
func (*Alter_table_properties_1Context) Table_compression ¶
func (s *Alter_table_properties_1Context) Table_compression(i int) ITable_compressionContext
func (*Alter_table_properties_1Context) ToStringTree ¶
func (s *Alter_table_properties_1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_table_properties_1Context) Upgrade_table_clause ¶
func (s *Alter_table_properties_1Context) Upgrade_table_clause(i int) IUpgrade_table_clauseContext
type Alter_tablespaceContext ¶
type Alter_tablespaceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_tablespaceContext ¶
func NewAlter_tablespaceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_tablespaceContext
func NewEmptyAlter_tablespaceContext ¶
func NewEmptyAlter_tablespaceContext() *Alter_tablespaceContext
func (*Alter_tablespaceContext) ALTER ¶
func (s *Alter_tablespaceContext) ALTER() antlr.TerminalNode
func (*Alter_tablespaceContext) Autoextend_clause ¶
func (s *Alter_tablespaceContext) Autoextend_clause() IAutoextend_clauseContext
func (*Alter_tablespaceContext) BACKUP ¶
func (s *Alter_tablespaceContext) BACKUP() antlr.TerminalNode
func (*Alter_tablespaceContext) Begin_or_end ¶
func (s *Alter_tablespaceContext) Begin_or_end() IBegin_or_endContext
func (*Alter_tablespaceContext) COALESCE ¶
func (s *Alter_tablespaceContext) COALESCE() antlr.TerminalNode
func (*Alter_tablespaceContext) DEFAULT ¶
func (s *Alter_tablespaceContext) DEFAULT() antlr.TerminalNode
func (*Alter_tablespaceContext) Datafile_tempfile_clauses ¶
func (s *Alter_tablespaceContext) Datafile_tempfile_clauses() IDatafile_tempfile_clausesContext
func (*Alter_tablespaceContext) EXTENT ¶
func (s *Alter_tablespaceContext) EXTENT() antlr.TerminalNode
func (*Alter_tablespaceContext) EnterRule ¶
func (s *Alter_tablespaceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_tablespaceContext) ExitRule ¶
func (s *Alter_tablespaceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_tablespaceContext) Flashback_mode_clause ¶
func (s *Alter_tablespaceContext) Flashback_mode_clause() IFlashback_mode_clauseContext
func (*Alter_tablespaceContext) GetParser ¶
func (s *Alter_tablespaceContext) GetParser() antlr.Parser
func (*Alter_tablespaceContext) GetRuleContext ¶
func (s *Alter_tablespaceContext) GetRuleContext() antlr.RuleContext
func (*Alter_tablespaceContext) IsAlter_tablespaceContext ¶
func (*Alter_tablespaceContext) IsAlter_tablespaceContext()
func (*Alter_tablespaceContext) KEEP ¶
func (s *Alter_tablespaceContext) KEEP() antlr.TerminalNode
func (*Alter_tablespaceContext) MINIMUM ¶
func (s *Alter_tablespaceContext) MINIMUM() antlr.TerminalNode
func (*Alter_tablespaceContext) New_tablespace_name ¶
func (s *Alter_tablespaceContext) New_tablespace_name() INew_tablespace_nameContext
func (*Alter_tablespaceContext) RENAME ¶
func (s *Alter_tablespaceContext) RENAME() antlr.TerminalNode
func (*Alter_tablespaceContext) RESIZE ¶
func (s *Alter_tablespaceContext) RESIZE() antlr.TerminalNode
func (*Alter_tablespaceContext) SEMICOLON ¶
func (s *Alter_tablespaceContext) SEMICOLON() antlr.TerminalNode
func (*Alter_tablespaceContext) SHRINK ¶
func (s *Alter_tablespaceContext) SHRINK() antlr.TerminalNode
func (*Alter_tablespaceContext) SPACE_KEYWORD ¶
func (s *Alter_tablespaceContext) SPACE_KEYWORD() antlr.TerminalNode
func (*Alter_tablespaceContext) Size_clause ¶
func (s *Alter_tablespaceContext) Size_clause() ISize_clauseContext
func (*Alter_tablespaceContext) Storage_clause ¶
func (s *Alter_tablespaceContext) Storage_clause() IStorage_clauseContext
func (*Alter_tablespaceContext) TABLESPACE ¶
func (s *Alter_tablespaceContext) TABLESPACE() antlr.TerminalNode
func (*Alter_tablespaceContext) TO ¶
func (s *Alter_tablespaceContext) TO() antlr.TerminalNode
func (*Alter_tablespaceContext) Table_compression ¶
func (s *Alter_tablespaceContext) Table_compression() ITable_compressionContext
func (*Alter_tablespaceContext) Tablespace ¶
func (s *Alter_tablespaceContext) Tablespace() ITablespaceContext
func (*Alter_tablespaceContext) Tablespace_group_clause ¶
func (s *Alter_tablespaceContext) Tablespace_group_clause() ITablespace_group_clauseContext
func (*Alter_tablespaceContext) Tablespace_logging_clauses ¶
func (s *Alter_tablespaceContext) Tablespace_logging_clauses() ITablespace_logging_clausesContext
func (*Alter_tablespaceContext) Tablespace_retention_clause ¶
func (s *Alter_tablespaceContext) Tablespace_retention_clause() ITablespace_retention_clauseContext
func (*Alter_tablespaceContext) Tablespace_state_clauses ¶
func (s *Alter_tablespaceContext) Tablespace_state_clauses() ITablespace_state_clausesContext
func (*Alter_tablespaceContext) ToStringTree ¶
func (s *Alter_tablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_tempfile_clauseContext ¶
type Alter_tempfile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_tempfile_clauseContext ¶
func NewAlter_tempfile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_tempfile_clauseContext
func NewEmptyAlter_tempfile_clauseContext ¶
func NewEmptyAlter_tempfile_clauseContext() *Alter_tempfile_clauseContext
func (*Alter_tempfile_clauseContext) AllCOMMA ¶
func (s *Alter_tempfile_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_tempfile_clauseContext) AllFilename ¶
func (s *Alter_tempfile_clauseContext) AllFilename() []IFilenameContext
func (*Alter_tempfile_clauseContext) AllFilenumber ¶
func (s *Alter_tempfile_clauseContext) AllFilenumber() []IFilenumberContext
func (*Alter_tempfile_clauseContext) Autoextend_clause ¶
func (s *Alter_tempfile_clauseContext) Autoextend_clause() IAutoextend_clauseContext
func (*Alter_tempfile_clauseContext) COMMA ¶
func (s *Alter_tempfile_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Alter_tempfile_clauseContext) DATAFILES ¶
func (s *Alter_tempfile_clauseContext) DATAFILES() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) DROP ¶
func (s *Alter_tempfile_clauseContext) DROP() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) EnterRule ¶
func (s *Alter_tempfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_tempfile_clauseContext) ExitRule ¶
func (s *Alter_tempfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_tempfile_clauseContext) Filename ¶
func (s *Alter_tempfile_clauseContext) Filename(i int) IFilenameContext
func (*Alter_tempfile_clauseContext) Filenumber ¶
func (s *Alter_tempfile_clauseContext) Filenumber(i int) IFilenumberContext
func (*Alter_tempfile_clauseContext) GetParser ¶
func (s *Alter_tempfile_clauseContext) GetParser() antlr.Parser
func (*Alter_tempfile_clauseContext) GetRuleContext ¶
func (s *Alter_tempfile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_tempfile_clauseContext) INCLUDING ¶
func (s *Alter_tempfile_clauseContext) INCLUDING() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) IsAlter_tempfile_clauseContext ¶
func (*Alter_tempfile_clauseContext) IsAlter_tempfile_clauseContext()
func (*Alter_tempfile_clauseContext) OFFLINE ¶
func (s *Alter_tempfile_clauseContext) OFFLINE() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) ONLINE ¶
func (s *Alter_tempfile_clauseContext) ONLINE() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) RESIZE ¶
func (s *Alter_tempfile_clauseContext) RESIZE() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) Size_clause ¶
func (s *Alter_tempfile_clauseContext) Size_clause() ISize_clauseContext
func (*Alter_tempfile_clauseContext) TEMPFILE ¶
func (s *Alter_tempfile_clauseContext) TEMPFILE() antlr.TerminalNode
func (*Alter_tempfile_clauseContext) ToStringTree ¶
func (s *Alter_tempfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Alter_triggerContext ¶
type Alter_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_triggerContext ¶
func NewAlter_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_triggerContext
func NewEmptyAlter_triggerContext ¶
func NewEmptyAlter_triggerContext() *Alter_triggerContext
func (*Alter_triggerContext) ALTER ¶
func (s *Alter_triggerContext) ALTER() antlr.TerminalNode
func (*Alter_triggerContext) AllCompiler_parameters_clause ¶
func (s *Alter_triggerContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Alter_triggerContext) AllTrigger_name ¶
func (s *Alter_triggerContext) AllTrigger_name() []ITrigger_nameContext
func (*Alter_triggerContext) COMPILE ¶
func (s *Alter_triggerContext) COMPILE() antlr.TerminalNode
func (*Alter_triggerContext) Compiler_parameters_clause ¶
func (s *Alter_triggerContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Alter_triggerContext) DEBUG ¶
func (s *Alter_triggerContext) DEBUG() antlr.TerminalNode
func (*Alter_triggerContext) DISABLE ¶
func (s *Alter_triggerContext) DISABLE() antlr.TerminalNode
func (*Alter_triggerContext) ENABLE ¶
func (s *Alter_triggerContext) ENABLE() antlr.TerminalNode
func (*Alter_triggerContext) EnterRule ¶
func (s *Alter_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_triggerContext) ExitRule ¶
func (s *Alter_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_triggerContext) GetAlter_trigger_name ¶
func (s *Alter_triggerContext) GetAlter_trigger_name() ITrigger_nameContext
func (*Alter_triggerContext) GetParser ¶
func (s *Alter_triggerContext) GetParser() antlr.Parser
func (*Alter_triggerContext) GetRename_trigger_name ¶
func (s *Alter_triggerContext) GetRename_trigger_name() ITrigger_nameContext
func (*Alter_triggerContext) GetRuleContext ¶
func (s *Alter_triggerContext) GetRuleContext() antlr.RuleContext
func (*Alter_triggerContext) IsAlter_triggerContext ¶
func (*Alter_triggerContext) IsAlter_triggerContext()
func (*Alter_triggerContext) RENAME ¶
func (s *Alter_triggerContext) RENAME() antlr.TerminalNode
func (*Alter_triggerContext) REUSE ¶
func (s *Alter_triggerContext) REUSE() antlr.TerminalNode
func (*Alter_triggerContext) SEMICOLON ¶
func (s *Alter_triggerContext) SEMICOLON() antlr.TerminalNode
func (*Alter_triggerContext) SETTINGS ¶
func (s *Alter_triggerContext) SETTINGS() antlr.TerminalNode
func (*Alter_triggerContext) SetAlter_trigger_name ¶
func (s *Alter_triggerContext) SetAlter_trigger_name(v ITrigger_nameContext)
func (*Alter_triggerContext) SetRename_trigger_name ¶
func (s *Alter_triggerContext) SetRename_trigger_name(v ITrigger_nameContext)
func (*Alter_triggerContext) TO ¶
func (s *Alter_triggerContext) TO() antlr.TerminalNode
func (*Alter_triggerContext) TRIGGER ¶
func (s *Alter_triggerContext) TRIGGER() antlr.TerminalNode
func (*Alter_triggerContext) ToStringTree ¶
func (s *Alter_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_triggerContext) Trigger_name ¶
func (s *Alter_triggerContext) Trigger_name(i int) ITrigger_nameContext
type Alter_typeContext ¶
type Alter_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_typeContext ¶
func NewAlter_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_typeContext
func NewEmptyAlter_typeContext ¶
func NewEmptyAlter_typeContext() *Alter_typeContext
func (*Alter_typeContext) ALTER ¶
func (s *Alter_typeContext) ALTER() antlr.TerminalNode
func (*Alter_typeContext) Alter_collection_clauses ¶
func (s *Alter_typeContext) Alter_collection_clauses() IAlter_collection_clausesContext
func (*Alter_typeContext) Alter_method_spec ¶
func (s *Alter_typeContext) Alter_method_spec() IAlter_method_specContext
func (*Alter_typeContext) Compile_type_clause ¶
func (s *Alter_typeContext) Compile_type_clause() ICompile_type_clauseContext
func (*Alter_typeContext) Dependent_handling_clause ¶
func (s *Alter_typeContext) Dependent_handling_clause() IDependent_handling_clauseContext
func (*Alter_typeContext) EnterRule ¶
func (s *Alter_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_typeContext) ExitRule ¶
func (s *Alter_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_typeContext) GetParser ¶
func (s *Alter_typeContext) GetParser() antlr.Parser
func (*Alter_typeContext) GetRuleContext ¶
func (s *Alter_typeContext) GetRuleContext() antlr.RuleContext
func (*Alter_typeContext) IsAlter_typeContext ¶
func (*Alter_typeContext) IsAlter_typeContext()
func (*Alter_typeContext) Modifier_clause ¶
func (s *Alter_typeContext) Modifier_clause() IModifier_clauseContext
func (*Alter_typeContext) Overriding_subprogram_spec ¶
func (s *Alter_typeContext) Overriding_subprogram_spec() IOverriding_subprogram_specContext
func (*Alter_typeContext) Replace_type_clause ¶
func (s *Alter_typeContext) Replace_type_clause() IReplace_type_clauseContext
func (*Alter_typeContext) SEMICOLON ¶
func (s *Alter_typeContext) SEMICOLON() antlr.TerminalNode
func (*Alter_typeContext) TYPE ¶
func (s *Alter_typeContext) TYPE() antlr.TerminalNode
func (*Alter_typeContext) ToStringTree ¶
func (s *Alter_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_typeContext) Type_name ¶
func (s *Alter_typeContext) Type_name() IType_nameContext
type Alter_userContext ¶
type Alter_userContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_userContext ¶
func NewAlter_userContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_userContext
func NewEmptyAlter_userContext ¶
func NewEmptyAlter_userContext() *Alter_userContext
func (*Alter_userContext) ALTER ¶
func (s *Alter_userContext) ALTER() antlr.TerminalNode
func (*Alter_userContext) AllAlter_identified_by ¶
func (s *Alter_userContext) AllAlter_identified_by() []IAlter_identified_byContext
func (*Alter_userContext) AllAlter_user_editions_clause ¶
func (s *Alter_userContext) AllAlter_user_editions_clause() []IAlter_user_editions_clauseContext
func (*Alter_userContext) AllCOMMA ¶
func (s *Alter_userContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_userContext) AllContainer_clause ¶
func (s *Alter_userContext) AllContainer_clause() []IContainer_clauseContext
func (*Alter_userContext) AllContainer_data_clause ¶
func (s *Alter_userContext) AllContainer_data_clause() []IContainer_data_clauseContext
func (*Alter_userContext) AllIdentified_other_clause ¶
func (s *Alter_userContext) AllIdentified_other_clause() []IIdentified_other_clauseContext
func (*Alter_userContext) AllPassword_expire_clause ¶
func (s *Alter_userContext) AllPassword_expire_clause() []IPassword_expire_clauseContext
func (*Alter_userContext) AllProfile_clause ¶
func (s *Alter_userContext) AllProfile_clause() []IProfile_clauseContext
func (*Alter_userContext) AllQuota_clause ¶
func (s *Alter_userContext) AllQuota_clause() []IQuota_clauseContext
func (*Alter_userContext) AllUser_default_role_clause ¶
func (s *Alter_userContext) AllUser_default_role_clause() []IUser_default_role_clauseContext
func (*Alter_userContext) AllUser_lock_clause ¶
func (s *Alter_userContext) AllUser_lock_clause() []IUser_lock_clauseContext
func (*Alter_userContext) AllUser_object_name ¶
func (s *Alter_userContext) AllUser_object_name() []IUser_object_nameContext
func (*Alter_userContext) AllUser_tablespace_clause ¶
func (s *Alter_userContext) AllUser_tablespace_clause() []IUser_tablespace_clauseContext
func (*Alter_userContext) Alter_identified_by ¶
func (s *Alter_userContext) Alter_identified_by(i int) IAlter_identified_byContext
func (*Alter_userContext) Alter_user_editions_clause ¶
func (s *Alter_userContext) Alter_user_editions_clause(i int) IAlter_user_editions_clauseContext
func (*Alter_userContext) COMMA ¶
func (s *Alter_userContext) COMMA(i int) antlr.TerminalNode
func (*Alter_userContext) Container_clause ¶
func (s *Alter_userContext) Container_clause(i int) IContainer_clauseContext
func (*Alter_userContext) Container_data_clause ¶
func (s *Alter_userContext) Container_data_clause(i int) IContainer_data_clauseContext
func (*Alter_userContext) EnterRule ¶
func (s *Alter_userContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_userContext) ExitRule ¶
func (s *Alter_userContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_userContext) GetParser ¶
func (s *Alter_userContext) GetParser() antlr.Parser
func (*Alter_userContext) GetRuleContext ¶
func (s *Alter_userContext) GetRuleContext() antlr.RuleContext
func (*Alter_userContext) Identified_other_clause ¶
func (s *Alter_userContext) Identified_other_clause(i int) IIdentified_other_clauseContext
func (*Alter_userContext) IsAlter_userContext ¶
func (*Alter_userContext) IsAlter_userContext()
func (*Alter_userContext) Password_expire_clause ¶
func (s *Alter_userContext) Password_expire_clause(i int) IPassword_expire_clauseContext
func (*Alter_userContext) Profile_clause ¶
func (s *Alter_userContext) Profile_clause(i int) IProfile_clauseContext
func (*Alter_userContext) Proxy_clause ¶
func (s *Alter_userContext) Proxy_clause() IProxy_clauseContext
func (*Alter_userContext) Quota_clause ¶
func (s *Alter_userContext) Quota_clause(i int) IQuota_clauseContext
func (*Alter_userContext) SEMICOLON ¶
func (s *Alter_userContext) SEMICOLON() antlr.TerminalNode
func (*Alter_userContext) ToStringTree ¶
func (s *Alter_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_userContext) USER ¶
func (s *Alter_userContext) USER() antlr.TerminalNode
func (*Alter_userContext) User_default_role_clause ¶
func (s *Alter_userContext) User_default_role_clause(i int) IUser_default_role_clauseContext
func (*Alter_userContext) User_lock_clause ¶
func (s *Alter_userContext) User_lock_clause(i int) IUser_lock_clauseContext
func (*Alter_userContext) User_object_name ¶
func (s *Alter_userContext) User_object_name(i int) IUser_object_nameContext
func (*Alter_userContext) User_tablespace_clause ¶
func (s *Alter_userContext) User_tablespace_clause(i int) IUser_tablespace_clauseContext
type Alter_user_editions_clauseContext ¶
type Alter_user_editions_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_user_editions_clauseContext ¶
func NewAlter_user_editions_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_user_editions_clauseContext
func NewEmptyAlter_user_editions_clauseContext ¶
func NewEmptyAlter_user_editions_clauseContext() *Alter_user_editions_clauseContext
func (*Alter_user_editions_clauseContext) AllCOMMA ¶
func (s *Alter_user_editions_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_user_editions_clauseContext) AllRegular_id ¶
func (s *Alter_user_editions_clauseContext) AllRegular_id() []IRegular_idContext
func (*Alter_user_editions_clauseContext) COMMA ¶
func (s *Alter_user_editions_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Alter_user_editions_clauseContext) EnterRule ¶
func (s *Alter_user_editions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_user_editions_clauseContext) ExitRule ¶
func (s *Alter_user_editions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_user_editions_clauseContext) FOR ¶
func (s *Alter_user_editions_clauseContext) FOR() antlr.TerminalNode
func (*Alter_user_editions_clauseContext) FORCE ¶
func (s *Alter_user_editions_clauseContext) FORCE() antlr.TerminalNode
func (*Alter_user_editions_clauseContext) GetParser ¶
func (s *Alter_user_editions_clauseContext) GetParser() antlr.Parser
func (*Alter_user_editions_clauseContext) GetRuleContext ¶
func (s *Alter_user_editions_clauseContext) GetRuleContext() antlr.RuleContext
func (*Alter_user_editions_clauseContext) IsAlter_user_editions_clauseContext ¶
func (*Alter_user_editions_clauseContext) IsAlter_user_editions_clauseContext()
func (*Alter_user_editions_clauseContext) Regular_id ¶
func (s *Alter_user_editions_clauseContext) Regular_id(i int) IRegular_idContext
func (*Alter_user_editions_clauseContext) ToStringTree ¶
func (s *Alter_user_editions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_user_editions_clauseContext) User_editions_clause ¶
func (s *Alter_user_editions_clauseContext) User_editions_clause() IUser_editions_clauseContext
type Alter_varray_col_propertiesContext ¶
type Alter_varray_col_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_varray_col_propertiesContext ¶
func NewAlter_varray_col_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_varray_col_propertiesContext
func NewEmptyAlter_varray_col_propertiesContext ¶
func NewEmptyAlter_varray_col_propertiesContext() *Alter_varray_col_propertiesContext
func (*Alter_varray_col_propertiesContext) EnterRule ¶
func (s *Alter_varray_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_varray_col_propertiesContext) ExitRule ¶
func (s *Alter_varray_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_varray_col_propertiesContext) GetParser ¶
func (s *Alter_varray_col_propertiesContext) GetParser() antlr.Parser
func (*Alter_varray_col_propertiesContext) GetRuleContext ¶
func (s *Alter_varray_col_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Alter_varray_col_propertiesContext) IsAlter_varray_col_propertiesContext ¶
func (*Alter_varray_col_propertiesContext) IsAlter_varray_col_propertiesContext()
func (*Alter_varray_col_propertiesContext) LEFT_PAREN ¶
func (s *Alter_varray_col_propertiesContext) LEFT_PAREN() antlr.TerminalNode
func (*Alter_varray_col_propertiesContext) MODIFY ¶
func (s *Alter_varray_col_propertiesContext) MODIFY() antlr.TerminalNode
func (*Alter_varray_col_propertiesContext) Modify_lob_parameters ¶
func (s *Alter_varray_col_propertiesContext) Modify_lob_parameters() IModify_lob_parametersContext
func (*Alter_varray_col_propertiesContext) RIGHT_PAREN ¶
func (s *Alter_varray_col_propertiesContext) RIGHT_PAREN() antlr.TerminalNode
func (*Alter_varray_col_propertiesContext) ToStringTree ¶
func (s *Alter_varray_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_varray_col_propertiesContext) VARRAY ¶
func (s *Alter_varray_col_propertiesContext) VARRAY() antlr.TerminalNode
func (*Alter_varray_col_propertiesContext) Varray_item ¶
func (s *Alter_varray_col_propertiesContext) Varray_item() IVarray_itemContext
type Alter_viewContext ¶
type Alter_viewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_viewContext ¶
func NewAlter_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_viewContext
func NewEmptyAlter_viewContext ¶
func NewEmptyAlter_viewContext() *Alter_viewContext
func (*Alter_viewContext) ADD ¶
func (s *Alter_viewContext) ADD() antlr.TerminalNode
func (*Alter_viewContext) ALTER ¶
func (s *Alter_viewContext) ALTER() antlr.TerminalNode
func (*Alter_viewContext) AllCOMMA ¶
func (s *Alter_viewContext) AllCOMMA() []antlr.TerminalNode
func (*Alter_viewContext) AllColumn_name ¶
func (s *Alter_viewContext) AllColumn_name() []IColumn_nameContext
func (*Alter_viewContext) Alter_view_editionable ¶
func (s *Alter_viewContext) Alter_view_editionable() IAlter_view_editionableContext
func (*Alter_viewContext) COMMA ¶
func (s *Alter_viewContext) COMMA(i int) antlr.TerminalNode
func (*Alter_viewContext) COMPILE ¶
func (s *Alter_viewContext) COMPILE() antlr.TerminalNode
func (*Alter_viewContext) CONSTRAINT ¶
func (s *Alter_viewContext) CONSTRAINT() antlr.TerminalNode
func (*Alter_viewContext) Column_name ¶
func (s *Alter_viewContext) Column_name(i int) IColumn_nameContext
func (*Alter_viewContext) Constraint_name ¶
func (s *Alter_viewContext) Constraint_name() IConstraint_nameContext
func (*Alter_viewContext) DROP ¶
func (s *Alter_viewContext) DROP() antlr.TerminalNode
func (*Alter_viewContext) EnterRule ¶
func (s *Alter_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_viewContext) ExitRule ¶
func (s *Alter_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_viewContext) GetParser ¶
func (s *Alter_viewContext) GetParser() antlr.Parser
func (*Alter_viewContext) GetRuleContext ¶
func (s *Alter_viewContext) GetRuleContext() antlr.RuleContext
func (*Alter_viewContext) IsAlter_viewContext ¶
func (*Alter_viewContext) IsAlter_viewContext()
func (*Alter_viewContext) KEY ¶
func (s *Alter_viewContext) KEY() antlr.TerminalNode
func (*Alter_viewContext) LEFT_PAREN ¶
func (s *Alter_viewContext) LEFT_PAREN() antlr.TerminalNode
func (*Alter_viewContext) MODIFY ¶
func (s *Alter_viewContext) MODIFY() antlr.TerminalNode
func (*Alter_viewContext) NORELY ¶
func (s *Alter_viewContext) NORELY() antlr.TerminalNode
func (*Alter_viewContext) ONLY ¶
func (s *Alter_viewContext) ONLY() antlr.TerminalNode
func (*Alter_viewContext) Out_of_line_constraint ¶
func (s *Alter_viewContext) Out_of_line_constraint() IOut_of_line_constraintContext
func (*Alter_viewContext) PRIMARY ¶
func (s *Alter_viewContext) PRIMARY() antlr.TerminalNode
func (*Alter_viewContext) READ ¶
func (s *Alter_viewContext) READ() antlr.TerminalNode
func (*Alter_viewContext) RELY ¶
func (s *Alter_viewContext) RELY() antlr.TerminalNode
func (*Alter_viewContext) RIGHT_PAREN ¶
func (s *Alter_viewContext) RIGHT_PAREN() antlr.TerminalNode
func (*Alter_viewContext) SEMICOLON ¶
func (s *Alter_viewContext) SEMICOLON() antlr.TerminalNode
func (*Alter_viewContext) Tableview_name ¶
func (s *Alter_viewContext) Tableview_name() ITableview_nameContext
func (*Alter_viewContext) ToStringTree ¶
func (s *Alter_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Alter_viewContext) UNIQUE ¶
func (s *Alter_viewContext) UNIQUE() antlr.TerminalNode
func (*Alter_viewContext) VIEW ¶
func (s *Alter_viewContext) VIEW() antlr.TerminalNode
func (*Alter_viewContext) WRITE ¶
func (s *Alter_viewContext) WRITE() antlr.TerminalNode
type Alter_view_editionableContext ¶
type Alter_view_editionableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAlter_view_editionableContext ¶
func NewAlter_view_editionableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Alter_view_editionableContext
func NewEmptyAlter_view_editionableContext ¶
func NewEmptyAlter_view_editionableContext() *Alter_view_editionableContext
func (*Alter_view_editionableContext) EDITIONABLE ¶
func (s *Alter_view_editionableContext) EDITIONABLE() antlr.TerminalNode
func (*Alter_view_editionableContext) EnterRule ¶
func (s *Alter_view_editionableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Alter_view_editionableContext) ExitRule ¶
func (s *Alter_view_editionableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Alter_view_editionableContext) GetParser ¶
func (s *Alter_view_editionableContext) GetParser() antlr.Parser
func (*Alter_view_editionableContext) GetRuleContext ¶
func (s *Alter_view_editionableContext) GetRuleContext() antlr.RuleContext
func (*Alter_view_editionableContext) IsAlter_view_editionableContext ¶
func (*Alter_view_editionableContext) IsAlter_view_editionableContext()
func (*Alter_view_editionableContext) NONEDITIONABLE ¶
func (s *Alter_view_editionableContext) NONEDITIONABLE() antlr.TerminalNode
func (*Alter_view_editionableContext) ToStringTree ¶
func (s *Alter_view_editionableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AnalyzeContext ¶
type AnalyzeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAnalyzeContext ¶
func NewAnalyzeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnalyzeContext
func NewEmptyAnalyzeContext ¶
func NewEmptyAnalyzeContext() *AnalyzeContext
func (*AnalyzeContext) ANALYZE ¶
func (s *AnalyzeContext) ANALYZE() antlr.TerminalNode
func (*AnalyzeContext) CHAINED ¶
func (s *AnalyzeContext) CHAINED() antlr.TerminalNode
func (*AnalyzeContext) CLUSTER ¶
func (s *AnalyzeContext) CLUSTER() antlr.TerminalNode
func (*AnalyzeContext) Cluster_name ¶
func (s *AnalyzeContext) Cluster_name() ICluster_nameContext
func (*AnalyzeContext) DELETE ¶
func (s *AnalyzeContext) DELETE() antlr.TerminalNode
func (*AnalyzeContext) EnterRule ¶
func (s *AnalyzeContext) EnterRule(listener antlr.ParseTreeListener)
func (*AnalyzeContext) ExitRule ¶
func (s *AnalyzeContext) ExitRule(listener antlr.ParseTreeListener)
func (*AnalyzeContext) GetParser ¶
func (s *AnalyzeContext) GetParser() antlr.Parser
func (*AnalyzeContext) GetRuleContext ¶
func (s *AnalyzeContext) GetRuleContext() antlr.RuleContext
func (*AnalyzeContext) INDEX ¶
func (s *AnalyzeContext) INDEX() antlr.TerminalNode
func (*AnalyzeContext) Index_name ¶
func (s *AnalyzeContext) Index_name() IIndex_nameContext
func (*AnalyzeContext) Into_clause1 ¶
func (s *AnalyzeContext) Into_clause1() IInto_clause1Context
func (*AnalyzeContext) IsAnalyzeContext ¶
func (*AnalyzeContext) IsAnalyzeContext()
func (*AnalyzeContext) LIST ¶
func (s *AnalyzeContext) LIST() antlr.TerminalNode
func (*AnalyzeContext) Partition_extention_clause ¶
func (s *AnalyzeContext) Partition_extention_clause() IPartition_extention_clauseContext
func (*AnalyzeContext) ROWS ¶
func (s *AnalyzeContext) ROWS() antlr.TerminalNode
func (*AnalyzeContext) SEMICOLON ¶
func (s *AnalyzeContext) SEMICOLON() antlr.TerminalNode
func (*AnalyzeContext) STATISTICS ¶
func (s *AnalyzeContext) STATISTICS() antlr.TerminalNode
func (*AnalyzeContext) SYSTEM ¶
func (s *AnalyzeContext) SYSTEM() antlr.TerminalNode
func (*AnalyzeContext) TABLE ¶
func (s *AnalyzeContext) TABLE() antlr.TerminalNode
func (*AnalyzeContext) Tableview_name ¶
func (s *AnalyzeContext) Tableview_name() ITableview_nameContext
func (*AnalyzeContext) ToStringTree ¶
func (s *AnalyzeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AnalyzeContext) Validation_clauses ¶
func (s *AnalyzeContext) Validation_clauses() IValidation_clausesContext
type Anonymous_blockContext ¶
type Anonymous_blockContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAnonymous_blockContext ¶
func NewAnonymous_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Anonymous_blockContext
func NewEmptyAnonymous_blockContext ¶
func NewEmptyAnonymous_blockContext() *Anonymous_blockContext
func (*Anonymous_blockContext) AllException_handler ¶
func (s *Anonymous_blockContext) AllException_handler() []IException_handlerContext
func (*Anonymous_blockContext) BEGIN ¶
func (s *Anonymous_blockContext) BEGIN() antlr.TerminalNode
func (*Anonymous_blockContext) DECLARE ¶
func (s *Anonymous_blockContext) DECLARE() antlr.TerminalNode
func (*Anonymous_blockContext) END ¶
func (s *Anonymous_blockContext) END() antlr.TerminalNode
func (*Anonymous_blockContext) EXCEPTION ¶
func (s *Anonymous_blockContext) EXCEPTION() antlr.TerminalNode
func (*Anonymous_blockContext) EnterRule ¶
func (s *Anonymous_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Anonymous_blockContext) Exception_handler ¶
func (s *Anonymous_blockContext) Exception_handler(i int) IException_handlerContext
func (*Anonymous_blockContext) ExitRule ¶
func (s *Anonymous_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Anonymous_blockContext) GetParser ¶
func (s *Anonymous_blockContext) GetParser() antlr.Parser
func (*Anonymous_blockContext) GetRuleContext ¶
func (s *Anonymous_blockContext) GetRuleContext() antlr.RuleContext
func (*Anonymous_blockContext) IsAnonymous_blockContext ¶
func (*Anonymous_blockContext) IsAnonymous_blockContext()
func (*Anonymous_blockContext) SEMICOLON ¶
func (s *Anonymous_blockContext) SEMICOLON() antlr.TerminalNode
func (*Anonymous_blockContext) Seq_of_declare_specs ¶
func (s *Anonymous_blockContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Anonymous_blockContext) Seq_of_statements ¶
func (s *Anonymous_blockContext) Seq_of_statements() ISeq_of_statementsContext
func (*Anonymous_blockContext) ToStringTree ¶
func (s *Anonymous_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ArgumentContext ¶
type ArgumentContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewArgumentContext ¶
func NewArgumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ArgumentContext
func NewEmptyArgumentContext ¶
func NewEmptyArgumentContext() *ArgumentContext
func (*ArgumentContext) EQUALS_OP ¶
func (s *ArgumentContext) EQUALS_OP() antlr.TerminalNode
func (*ArgumentContext) EnterRule ¶
func (s *ArgumentContext) EnterRule(listener antlr.ParseTreeListener)
func (*ArgumentContext) ExitRule ¶
func (s *ArgumentContext) ExitRule(listener antlr.ParseTreeListener)
func (*ArgumentContext) Expression ¶
func (s *ArgumentContext) Expression() IExpressionContext
func (*ArgumentContext) GREATER_THAN_OP ¶
func (s *ArgumentContext) GREATER_THAN_OP() antlr.TerminalNode
func (*ArgumentContext) GetParser ¶
func (s *ArgumentContext) GetParser() antlr.Parser
func (*ArgumentContext) GetRuleContext ¶
func (s *ArgumentContext) GetRuleContext() antlr.RuleContext
func (*ArgumentContext) Identifier ¶
func (s *ArgumentContext) Identifier() IIdentifierContext
func (*ArgumentContext) IsArgumentContext ¶
func (*ArgumentContext) IsArgumentContext()
func (*ArgumentContext) ToStringTree ¶
func (s *ArgumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Assignment_statementContext ¶
type Assignment_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAssignment_statementContext ¶
func NewAssignment_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Assignment_statementContext
func NewEmptyAssignment_statementContext ¶
func NewEmptyAssignment_statementContext() *Assignment_statementContext
func (*Assignment_statementContext) ASSIGN_OP ¶
func (s *Assignment_statementContext) ASSIGN_OP() antlr.TerminalNode
func (*Assignment_statementContext) Bind_variable ¶
func (s *Assignment_statementContext) Bind_variable() IBind_variableContext
func (*Assignment_statementContext) EnterRule ¶
func (s *Assignment_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Assignment_statementContext) ExitRule ¶
func (s *Assignment_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Assignment_statementContext) Expression ¶
func (s *Assignment_statementContext) Expression() IExpressionContext
func (*Assignment_statementContext) General_element ¶
func (s *Assignment_statementContext) General_element() IGeneral_elementContext
func (*Assignment_statementContext) GetParser ¶
func (s *Assignment_statementContext) GetParser() antlr.Parser
func (*Assignment_statementContext) GetRuleContext ¶
func (s *Assignment_statementContext) GetRuleContext() antlr.RuleContext
func (*Assignment_statementContext) IsAssignment_statementContext ¶
func (*Assignment_statementContext) IsAssignment_statementContext()
func (*Assignment_statementContext) ToStringTree ¶
func (s *Assignment_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Associate_statisticsContext ¶
type Associate_statisticsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAssociate_statisticsContext ¶
func NewAssociate_statisticsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Associate_statisticsContext
func NewEmptyAssociate_statisticsContext ¶
func NewEmptyAssociate_statisticsContext() *Associate_statisticsContext
func (*Associate_statisticsContext) ASSOCIATE ¶
func (s *Associate_statisticsContext) ASSOCIATE() antlr.TerminalNode
func (*Associate_statisticsContext) Column_association ¶
func (s *Associate_statisticsContext) Column_association() IColumn_associationContext
func (*Associate_statisticsContext) EnterRule ¶
func (s *Associate_statisticsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Associate_statisticsContext) ExitRule ¶
func (s *Associate_statisticsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Associate_statisticsContext) Function_association ¶
func (s *Associate_statisticsContext) Function_association() IFunction_associationContext
func (*Associate_statisticsContext) GetParser ¶
func (s *Associate_statisticsContext) GetParser() antlr.Parser
func (*Associate_statisticsContext) GetRuleContext ¶
func (s *Associate_statisticsContext) GetRuleContext() antlr.RuleContext
func (*Associate_statisticsContext) IsAssociate_statisticsContext ¶
func (*Associate_statisticsContext) IsAssociate_statisticsContext()
func (*Associate_statisticsContext) SEMICOLON ¶
func (s *Associate_statisticsContext) SEMICOLON() antlr.TerminalNode
func (*Associate_statisticsContext) STATISTICS ¶
func (s *Associate_statisticsContext) STATISTICS() antlr.TerminalNode
func (*Associate_statisticsContext) Storage_table_clause ¶
func (s *Associate_statisticsContext) Storage_table_clause() IStorage_table_clauseContext
func (*Associate_statisticsContext) ToStringTree ¶
func (s *Associate_statisticsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Associate_statisticsContext) WITH ¶
func (s *Associate_statisticsContext) WITH() antlr.TerminalNode
type AtomContext ¶
type AtomContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAtomContext ¶
func NewAtomContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomContext
func NewEmptyAtomContext ¶
func NewEmptyAtomContext() *AtomContext
func (*AtomContext) AllSubquery_operation_part ¶
func (s *AtomContext) AllSubquery_operation_part() []ISubquery_operation_partContext
func (*AtomContext) Bind_variable ¶
func (s *AtomContext) Bind_variable() IBind_variableContext
func (*AtomContext) Constant ¶
func (s *AtomContext) Constant() IConstantContext
func (*AtomContext) EnterRule ¶
func (s *AtomContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomContext) ExitRule ¶
func (s *AtomContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomContext) Expressions ¶
func (s *AtomContext) Expressions() IExpressionsContext
func (*AtomContext) General_element ¶
func (s *AtomContext) General_element() IGeneral_elementContext
func (*AtomContext) GetParser ¶
func (s *AtomContext) GetParser() antlr.Parser
func (*AtomContext) GetRuleContext ¶
func (s *AtomContext) GetRuleContext() antlr.RuleContext
func (*AtomContext) IsAtomContext ¶
func (*AtomContext) IsAtomContext()
func (*AtomContext) LEFT_PAREN ¶
func (s *AtomContext) LEFT_PAREN() antlr.TerminalNode
func (*AtomContext) Outer_join_sign ¶
func (s *AtomContext) Outer_join_sign() IOuter_join_signContext
func (*AtomContext) RIGHT_PAREN ¶
func (s *AtomContext) RIGHT_PAREN() antlr.TerminalNode
func (*AtomContext) Subquery ¶
func (s *AtomContext) Subquery() ISubqueryContext
func (*AtomContext) Subquery_operation_part ¶
func (s *AtomContext) Subquery_operation_part(i int) ISubquery_operation_partContext
func (*AtomContext) Table_element ¶
func (s *AtomContext) Table_element() ITable_elementContext
func (*AtomContext) ToStringTree ¶
func (s *AtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Attribute_definitionContext ¶
type Attribute_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAttribute_definitionContext ¶
func NewAttribute_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Attribute_definitionContext
func NewEmptyAttribute_definitionContext ¶
func NewEmptyAttribute_definitionContext() *Attribute_definitionContext
func (*Attribute_definitionContext) Attribute_name ¶
func (s *Attribute_definitionContext) Attribute_name() IAttribute_nameContext
func (*Attribute_definitionContext) EnterRule ¶
func (s *Attribute_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Attribute_definitionContext) ExitRule ¶
func (s *Attribute_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Attribute_definitionContext) GetParser ¶
func (s *Attribute_definitionContext) GetParser() antlr.Parser
func (*Attribute_definitionContext) GetRuleContext ¶
func (s *Attribute_definitionContext) GetRuleContext() antlr.RuleContext
func (*Attribute_definitionContext) IsAttribute_definitionContext ¶
func (*Attribute_definitionContext) IsAttribute_definitionContext()
func (*Attribute_definitionContext) ToStringTree ¶
func (s *Attribute_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Attribute_definitionContext) Type_spec ¶
func (s *Attribute_definitionContext) Type_spec() IType_specContext
type Attribute_nameContext ¶
type Attribute_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAttribute_nameContext ¶
func NewAttribute_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Attribute_nameContext
func NewEmptyAttribute_nameContext ¶
func NewEmptyAttribute_nameContext() *Attribute_nameContext
func (*Attribute_nameContext) EnterRule ¶
func (s *Attribute_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Attribute_nameContext) ExitRule ¶
func (s *Attribute_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Attribute_nameContext) GetParser ¶
func (s *Attribute_nameContext) GetParser() antlr.Parser
func (*Attribute_nameContext) GetRuleContext ¶
func (s *Attribute_nameContext) GetRuleContext() antlr.RuleContext
func (*Attribute_nameContext) Identifier ¶
func (s *Attribute_nameContext) Identifier() IIdentifierContext
func (*Attribute_nameContext) IsAttribute_nameContext ¶
func (*Attribute_nameContext) IsAttribute_nameContext()
func (*Attribute_nameContext) ToStringTree ¶
func (s *Attribute_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Audit_container_clauseContext ¶
type Audit_container_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_container_clauseContext ¶
func NewAudit_container_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_container_clauseContext
func NewEmptyAudit_container_clauseContext ¶
func NewEmptyAudit_container_clauseContext() *Audit_container_clauseContext
func (*Audit_container_clauseContext) ALL ¶
func (s *Audit_container_clauseContext) ALL() antlr.TerminalNode
func (*Audit_container_clauseContext) CONTAINER ¶
func (s *Audit_container_clauseContext) CONTAINER() antlr.TerminalNode
func (*Audit_container_clauseContext) CURRENT ¶
func (s *Audit_container_clauseContext) CURRENT() antlr.TerminalNode
func (*Audit_container_clauseContext) EQUALS_OP ¶
func (s *Audit_container_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Audit_container_clauseContext) EnterRule ¶
func (s *Audit_container_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_container_clauseContext) ExitRule ¶
func (s *Audit_container_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_container_clauseContext) GetParser ¶
func (s *Audit_container_clauseContext) GetParser() antlr.Parser
func (*Audit_container_clauseContext) GetRuleContext ¶
func (s *Audit_container_clauseContext) GetRuleContext() antlr.RuleContext
func (*Audit_container_clauseContext) IsAudit_container_clauseContext ¶
func (*Audit_container_clauseContext) IsAudit_container_clauseContext()
func (*Audit_container_clauseContext) ToStringTree ¶
func (s *Audit_container_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Audit_direct_pathContext ¶
type Audit_direct_pathContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_direct_pathContext ¶
func NewAudit_direct_pathContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_direct_pathContext
func NewEmptyAudit_direct_pathContext ¶
func NewEmptyAudit_direct_pathContext() *Audit_direct_pathContext
func (*Audit_direct_pathContext) Auditing_by_clause ¶
func (s *Audit_direct_pathContext) Auditing_by_clause() IAuditing_by_clauseContext
func (*Audit_direct_pathContext) DIRECT_PATH ¶
func (s *Audit_direct_pathContext) DIRECT_PATH() antlr.TerminalNode
func (*Audit_direct_pathContext) EnterRule ¶
func (s *Audit_direct_pathContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_direct_pathContext) ExitRule ¶
func (s *Audit_direct_pathContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_direct_pathContext) GetParser ¶
func (s *Audit_direct_pathContext) GetParser() antlr.Parser
func (*Audit_direct_pathContext) GetRuleContext ¶
func (s *Audit_direct_pathContext) GetRuleContext() antlr.RuleContext
func (*Audit_direct_pathContext) IsAudit_direct_pathContext ¶
func (*Audit_direct_pathContext) IsAudit_direct_pathContext()
func (*Audit_direct_pathContext) ToStringTree ¶
func (s *Audit_direct_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Audit_operation_clauseContext ¶
type Audit_operation_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_operation_clauseContext ¶
func NewAudit_operation_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_operation_clauseContext
func NewEmptyAudit_operation_clauseContext ¶
func NewEmptyAudit_operation_clauseContext() *Audit_operation_clauseContext
func (*Audit_operation_clauseContext) ALL ¶
func (s *Audit_operation_clauseContext) ALL(i int) antlr.TerminalNode
func (*Audit_operation_clauseContext) AllALL ¶
func (s *Audit_operation_clauseContext) AllALL() []antlr.TerminalNode
func (*Audit_operation_clauseContext) AllCOMMA ¶
func (s *Audit_operation_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Audit_operation_clauseContext) AllPRIVILEGES ¶
func (s *Audit_operation_clauseContext) AllPRIVILEGES() []antlr.TerminalNode
func (*Audit_operation_clauseContext) AllSTATEMENTS ¶
func (s *Audit_operation_clauseContext) AllSTATEMENTS() []antlr.TerminalNode
func (*Audit_operation_clauseContext) AllSql_statement_shortcut ¶
func (s *Audit_operation_clauseContext) AllSql_statement_shortcut() []ISql_statement_shortcutContext
func (*Audit_operation_clauseContext) AllSystem_privilege ¶
func (s *Audit_operation_clauseContext) AllSystem_privilege() []ISystem_privilegeContext
func (*Audit_operation_clauseContext) COMMA ¶
func (s *Audit_operation_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Audit_operation_clauseContext) EnterRule ¶
func (s *Audit_operation_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_operation_clauseContext) ExitRule ¶
func (s *Audit_operation_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_operation_clauseContext) GetParser ¶
func (s *Audit_operation_clauseContext) GetParser() antlr.Parser
func (*Audit_operation_clauseContext) GetRuleContext ¶
func (s *Audit_operation_clauseContext) GetRuleContext() antlr.RuleContext
func (*Audit_operation_clauseContext) IsAudit_operation_clauseContext ¶
func (*Audit_operation_clauseContext) IsAudit_operation_clauseContext()
func (*Audit_operation_clauseContext) PRIVILEGES ¶
func (s *Audit_operation_clauseContext) PRIVILEGES(i int) antlr.TerminalNode
func (*Audit_operation_clauseContext) STATEMENTS ¶
func (s *Audit_operation_clauseContext) STATEMENTS(i int) antlr.TerminalNode
func (*Audit_operation_clauseContext) Sql_statement_shortcut ¶
func (s *Audit_operation_clauseContext) Sql_statement_shortcut(i int) ISql_statement_shortcutContext
func (*Audit_operation_clauseContext) System_privilege ¶
func (s *Audit_operation_clauseContext) System_privilege(i int) ISystem_privilegeContext
func (*Audit_operation_clauseContext) ToStringTree ¶
func (s *Audit_operation_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Audit_schema_object_clauseContext ¶
type Audit_schema_object_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_schema_object_clauseContext ¶
func NewAudit_schema_object_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_schema_object_clauseContext
func NewEmptyAudit_schema_object_clauseContext ¶
func NewEmptyAudit_schema_object_clauseContext() *Audit_schema_object_clauseContext
func (*Audit_schema_object_clauseContext) ALL ¶
func (s *Audit_schema_object_clauseContext) ALL() antlr.TerminalNode
func (*Audit_schema_object_clauseContext) AllCOMMA ¶
func (s *Audit_schema_object_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Audit_schema_object_clauseContext) AllSql_operation ¶
func (s *Audit_schema_object_clauseContext) AllSql_operation() []ISql_operationContext
func (*Audit_schema_object_clauseContext) Auditing_on_clause ¶
func (s *Audit_schema_object_clauseContext) Auditing_on_clause() IAuditing_on_clauseContext
func (*Audit_schema_object_clauseContext) COMMA ¶
func (s *Audit_schema_object_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Audit_schema_object_clauseContext) EnterRule ¶
func (s *Audit_schema_object_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_schema_object_clauseContext) ExitRule ¶
func (s *Audit_schema_object_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_schema_object_clauseContext) GetParser ¶
func (s *Audit_schema_object_clauseContext) GetParser() antlr.Parser
func (*Audit_schema_object_clauseContext) GetRuleContext ¶
func (s *Audit_schema_object_clauseContext) GetRuleContext() antlr.RuleContext
func (*Audit_schema_object_clauseContext) IsAudit_schema_object_clauseContext ¶
func (*Audit_schema_object_clauseContext) IsAudit_schema_object_clauseContext()
func (*Audit_schema_object_clauseContext) Sql_operation ¶
func (s *Audit_schema_object_clauseContext) Sql_operation(i int) ISql_operationContext
func (*Audit_schema_object_clauseContext) ToStringTree ¶
func (s *Audit_schema_object_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Audit_traditionalContext ¶
type Audit_traditionalContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_traditionalContext ¶
func NewAudit_traditionalContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_traditionalContext
func NewEmptyAudit_traditionalContext ¶
func NewEmptyAudit_traditionalContext() *Audit_traditionalContext
func (*Audit_traditionalContext) ACCESS ¶
func (s *Audit_traditionalContext) ACCESS() antlr.TerminalNode
func (*Audit_traditionalContext) AUDIT ¶
func (s *Audit_traditionalContext) AUDIT() antlr.TerminalNode
func (*Audit_traditionalContext) AllSESSION ¶
func (s *Audit_traditionalContext) AllSESSION() []antlr.TerminalNode
func (*Audit_traditionalContext) Audit_container_clause ¶
func (s *Audit_traditionalContext) Audit_container_clause() IAudit_container_clauseContext
func (*Audit_traditionalContext) Audit_direct_path ¶
func (s *Audit_traditionalContext) Audit_direct_path() IAudit_direct_pathContext
func (*Audit_traditionalContext) Audit_operation_clause ¶
func (s *Audit_traditionalContext) Audit_operation_clause() IAudit_operation_clauseContext
func (*Audit_traditionalContext) Audit_schema_object_clause ¶
func (s *Audit_traditionalContext) Audit_schema_object_clause() IAudit_schema_object_clauseContext
func (*Audit_traditionalContext) Auditing_by_clause ¶
func (s *Audit_traditionalContext) Auditing_by_clause() IAuditing_by_clauseContext
func (*Audit_traditionalContext) BY ¶
func (s *Audit_traditionalContext) BY() antlr.TerminalNode
func (*Audit_traditionalContext) CURRENT ¶
func (s *Audit_traditionalContext) CURRENT() antlr.TerminalNode
func (*Audit_traditionalContext) EnterRule ¶
func (s *Audit_traditionalContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_traditionalContext) ExitRule ¶
func (s *Audit_traditionalContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_traditionalContext) GetParser ¶
func (s *Audit_traditionalContext) GetParser() antlr.Parser
func (*Audit_traditionalContext) GetRuleContext ¶
func (s *Audit_traditionalContext) GetRuleContext() antlr.RuleContext
func (*Audit_traditionalContext) IN ¶
func (s *Audit_traditionalContext) IN() antlr.TerminalNode
func (*Audit_traditionalContext) IsAudit_traditionalContext ¶
func (*Audit_traditionalContext) IsAudit_traditionalContext()
func (*Audit_traditionalContext) NETWORK ¶
func (s *Audit_traditionalContext) NETWORK() antlr.TerminalNode
func (*Audit_traditionalContext) NOT ¶
func (s *Audit_traditionalContext) NOT() antlr.TerminalNode
func (*Audit_traditionalContext) SEMICOLON ¶
func (s *Audit_traditionalContext) SEMICOLON() antlr.TerminalNode
func (*Audit_traditionalContext) SESSION ¶
func (s *Audit_traditionalContext) SESSION(i int) antlr.TerminalNode
func (*Audit_traditionalContext) SUCCESSFUL ¶
func (s *Audit_traditionalContext) SUCCESSFUL() antlr.TerminalNode
func (*Audit_traditionalContext) ToStringTree ¶
func (s *Audit_traditionalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Audit_traditionalContext) WHENEVER ¶
func (s *Audit_traditionalContext) WHENEVER() antlr.TerminalNode
type Audit_userContext ¶
type Audit_userContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAudit_userContext ¶
func NewAudit_userContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Audit_userContext
func NewEmptyAudit_userContext ¶
func NewEmptyAudit_userContext() *Audit_userContext
func (*Audit_userContext) EnterRule ¶
func (s *Audit_userContext) EnterRule(listener antlr.ParseTreeListener)
func (*Audit_userContext) ExitRule ¶
func (s *Audit_userContext) ExitRule(listener antlr.ParseTreeListener)
func (*Audit_userContext) GetParser ¶
func (s *Audit_userContext) GetParser() antlr.Parser
func (*Audit_userContext) GetRuleContext ¶
func (s *Audit_userContext) GetRuleContext() antlr.RuleContext
func (*Audit_userContext) IsAudit_userContext ¶
func (*Audit_userContext) IsAudit_userContext()
func (*Audit_userContext) Regular_id ¶
func (s *Audit_userContext) Regular_id() IRegular_idContext
func (*Audit_userContext) ToStringTree ¶
func (s *Audit_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Auditing_by_clauseContext ¶
type Auditing_by_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAuditing_by_clauseContext ¶
func NewAuditing_by_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Auditing_by_clauseContext
func NewEmptyAuditing_by_clauseContext ¶
func NewEmptyAuditing_by_clauseContext() *Auditing_by_clauseContext
func (*Auditing_by_clauseContext) AllAudit_user ¶
func (s *Auditing_by_clauseContext) AllAudit_user() []IAudit_userContext
func (*Auditing_by_clauseContext) AllCOMMA ¶
func (s *Auditing_by_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Auditing_by_clauseContext) Audit_user ¶
func (s *Auditing_by_clauseContext) Audit_user(i int) IAudit_userContext
func (*Auditing_by_clauseContext) BY ¶
func (s *Auditing_by_clauseContext) BY() antlr.TerminalNode
func (*Auditing_by_clauseContext) COMMA ¶
func (s *Auditing_by_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Auditing_by_clauseContext) EnterRule ¶
func (s *Auditing_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Auditing_by_clauseContext) ExitRule ¶
func (s *Auditing_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Auditing_by_clauseContext) GetParser ¶
func (s *Auditing_by_clauseContext) GetParser() antlr.Parser
func (*Auditing_by_clauseContext) GetRuleContext ¶
func (s *Auditing_by_clauseContext) GetRuleContext() antlr.RuleContext
func (*Auditing_by_clauseContext) IsAuditing_by_clauseContext ¶
func (*Auditing_by_clauseContext) IsAuditing_by_clauseContext()
func (*Auditing_by_clauseContext) ToStringTree ¶
func (s *Auditing_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Auditing_on_clauseContext ¶
type Auditing_on_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAuditing_on_clauseContext ¶
func NewAuditing_on_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Auditing_on_clauseContext
func NewEmptyAuditing_on_clauseContext ¶
func NewEmptyAuditing_on_clauseContext() *Auditing_on_clauseContext
func (*Auditing_on_clauseContext) DEFAULT ¶
func (s *Auditing_on_clauseContext) DEFAULT() antlr.TerminalNode
func (*Auditing_on_clauseContext) DIRECTORY ¶
func (s *Auditing_on_clauseContext) DIRECTORY() antlr.TerminalNode
func (*Auditing_on_clauseContext) EnterRule ¶
func (s *Auditing_on_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Auditing_on_clauseContext) ExitRule ¶
func (s *Auditing_on_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Auditing_on_clauseContext) GetParser ¶
func (s *Auditing_on_clauseContext) GetParser() antlr.Parser
func (*Auditing_on_clauseContext) GetRuleContext ¶
func (s *Auditing_on_clauseContext) GetRuleContext() antlr.RuleContext
func (*Auditing_on_clauseContext) IsAuditing_on_clauseContext ¶
func (*Auditing_on_clauseContext) IsAuditing_on_clauseContext()
func (*Auditing_on_clauseContext) MINING ¶
func (s *Auditing_on_clauseContext) MINING() antlr.TerminalNode
func (*Auditing_on_clauseContext) MODEL ¶
func (s *Auditing_on_clauseContext) MODEL() antlr.TerminalNode
func (*Auditing_on_clauseContext) Model_name ¶
func (s *Auditing_on_clauseContext) Model_name() IModel_nameContext
func (*Auditing_on_clauseContext) ON ¶
func (s *Auditing_on_clauseContext) ON() antlr.TerminalNode
func (*Auditing_on_clauseContext) Object_name ¶
func (s *Auditing_on_clauseContext) Object_name() IObject_nameContext
func (*Auditing_on_clauseContext) PROFILE ¶
func (s *Auditing_on_clauseContext) PROFILE() antlr.TerminalNode
func (*Auditing_on_clauseContext) Profile_name ¶
func (s *Auditing_on_clauseContext) Profile_name() IProfile_nameContext
func (*Auditing_on_clauseContext) Regular_id ¶
func (s *Auditing_on_clauseContext) Regular_id() IRegular_idContext
func (*Auditing_on_clauseContext) SQL ¶
func (s *Auditing_on_clauseContext) SQL() antlr.TerminalNode
func (*Auditing_on_clauseContext) TRANSLATION ¶
func (s *Auditing_on_clauseContext) TRANSLATION() antlr.TerminalNode
func (*Auditing_on_clauseContext) ToStringTree ¶
func (s *Auditing_on_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Autoextend_clauseContext ¶
type Autoextend_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAutoextend_clauseContext ¶
func NewAutoextend_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Autoextend_clauseContext
func NewEmptyAutoextend_clauseContext ¶
func NewEmptyAutoextend_clauseContext() *Autoextend_clauseContext
func (*Autoextend_clauseContext) AUTOEXTEND ¶
func (s *Autoextend_clauseContext) AUTOEXTEND() antlr.TerminalNode
func (*Autoextend_clauseContext) EnterRule ¶
func (s *Autoextend_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Autoextend_clauseContext) ExitRule ¶
func (s *Autoextend_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Autoextend_clauseContext) GetParser ¶
func (s *Autoextend_clauseContext) GetParser() antlr.Parser
func (*Autoextend_clauseContext) GetRuleContext ¶
func (s *Autoextend_clauseContext) GetRuleContext() antlr.RuleContext
func (*Autoextend_clauseContext) IsAutoextend_clauseContext ¶
func (*Autoextend_clauseContext) IsAutoextend_clauseContext()
func (*Autoextend_clauseContext) Maxsize_clause ¶
func (s *Autoextend_clauseContext) Maxsize_clause() IMaxsize_clauseContext
func (*Autoextend_clauseContext) NEXT ¶
func (s *Autoextend_clauseContext) NEXT() antlr.TerminalNode
func (*Autoextend_clauseContext) OFF ¶
func (s *Autoextend_clauseContext) OFF() antlr.TerminalNode
func (*Autoextend_clauseContext) ON ¶
func (s *Autoextend_clauseContext) ON() antlr.TerminalNode
func (*Autoextend_clauseContext) Size_clause ¶
func (s *Autoextend_clauseContext) Size_clause() ISize_clauseContext
func (*Autoextend_clauseContext) ToStringTree ¶
func (s *Autoextend_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Autogenerated_sequence_definitionContext ¶
type Autogenerated_sequence_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewAutogenerated_sequence_definitionContext ¶
func NewAutogenerated_sequence_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Autogenerated_sequence_definitionContext
func NewEmptyAutogenerated_sequence_definitionContext ¶
func NewEmptyAutogenerated_sequence_definitionContext() *Autogenerated_sequence_definitionContext
func (*Autogenerated_sequence_definitionContext) ALWAYS ¶
func (s *Autogenerated_sequence_definitionContext) ALWAYS() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) AS ¶
func (s *Autogenerated_sequence_definitionContext) AS() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) AllSequence_spec ¶
func (s *Autogenerated_sequence_definitionContext) AllSequence_spec() []ISequence_specContext
func (*Autogenerated_sequence_definitionContext) AllSequence_start_clause ¶
func (s *Autogenerated_sequence_definitionContext) AllSequence_start_clause() []ISequence_start_clauseContext
func (*Autogenerated_sequence_definitionContext) BY ¶
func (s *Autogenerated_sequence_definitionContext) BY() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) DEFAULT ¶
func (s *Autogenerated_sequence_definitionContext) DEFAULT() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) EnterRule ¶
func (s *Autogenerated_sequence_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Autogenerated_sequence_definitionContext) ExitRule ¶
func (s *Autogenerated_sequence_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Autogenerated_sequence_definitionContext) GENERATED ¶
func (s *Autogenerated_sequence_definitionContext) GENERATED() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) GetParser ¶
func (s *Autogenerated_sequence_definitionContext) GetParser() antlr.Parser
func (*Autogenerated_sequence_definitionContext) GetRuleContext ¶
func (s *Autogenerated_sequence_definitionContext) GetRuleContext() antlr.RuleContext
func (*Autogenerated_sequence_definitionContext) IDENTITY ¶
func (s *Autogenerated_sequence_definitionContext) IDENTITY() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) IsAutogenerated_sequence_definitionContext ¶
func (*Autogenerated_sequence_definitionContext) IsAutogenerated_sequence_definitionContext()
func (*Autogenerated_sequence_definitionContext) LEFT_PAREN ¶
func (s *Autogenerated_sequence_definitionContext) LEFT_PAREN() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) NULL_ ¶
func (s *Autogenerated_sequence_definitionContext) NULL_() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) ON ¶
func (s *Autogenerated_sequence_definitionContext) ON() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) RIGHT_PAREN ¶
func (s *Autogenerated_sequence_definitionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Autogenerated_sequence_definitionContext) Sequence_spec ¶
func (s *Autogenerated_sequence_definitionContext) Sequence_spec(i int) ISequence_specContext
func (*Autogenerated_sequence_definitionContext) Sequence_start_clause ¶
func (s *Autogenerated_sequence_definitionContext) Sequence_start_clause(i int) ISequence_start_clauseContext
func (*Autogenerated_sequence_definitionContext) ToStringTree ¶
func (s *Autogenerated_sequence_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BasePlSqlParserListener ¶
type BasePlSqlParserListener struct{}
BasePlSqlParserListener is a complete listener for a parse tree produced by PlSqlParser.
func (*BasePlSqlParserListener) EnterActivate_standby_db_clause ¶
func (s *BasePlSqlParserListener) EnterActivate_standby_db_clause(ctx *Activate_standby_db_clauseContext)
EnterActivate_standby_db_clause is called when production activate_standby_db_clause is entered.
func (*BasePlSqlParserListener) EnterAdd_column_clause ¶
func (s *BasePlSqlParserListener) EnterAdd_column_clause(ctx *Add_column_clauseContext)
EnterAdd_column_clause is called when production add_column_clause is entered.
func (*BasePlSqlParserListener) EnterAdd_constraint ¶
func (s *BasePlSqlParserListener) EnterAdd_constraint(ctx *Add_constraintContext)
EnterAdd_constraint is called when production add_constraint is entered.
func (*BasePlSqlParserListener) EnterAdd_constraint_clause ¶
func (s *BasePlSqlParserListener) EnterAdd_constraint_clause(ctx *Add_constraint_clauseContext)
EnterAdd_constraint_clause is called when production add_constraint_clause is entered.
func (*BasePlSqlParserListener) EnterAdd_hash_index_partition ¶
func (s *BasePlSqlParserListener) EnterAdd_hash_index_partition(ctx *Add_hash_index_partitionContext)
EnterAdd_hash_index_partition is called when production add_hash_index_partition is entered.
func (*BasePlSqlParserListener) EnterAdd_logfile_clauses ¶
func (s *BasePlSqlParserListener) EnterAdd_logfile_clauses(ctx *Add_logfile_clausesContext)
EnterAdd_logfile_clauses is called when production add_logfile_clauses is entered.
func (*BasePlSqlParserListener) EnterAdd_modify_drop_column_clauses ¶
func (s *BasePlSqlParserListener) EnterAdd_modify_drop_column_clauses(ctx *Add_modify_drop_column_clausesContext)
EnterAdd_modify_drop_column_clauses is called when production add_modify_drop_column_clauses is entered.
func (*BasePlSqlParserListener) EnterAdd_mv_log_column_clause ¶
func (s *BasePlSqlParserListener) EnterAdd_mv_log_column_clause(ctx *Add_mv_log_column_clauseContext)
EnterAdd_mv_log_column_clause is called when production add_mv_log_column_clause is entered.
func (*BasePlSqlParserListener) EnterAdd_or_drop ¶
func (s *BasePlSqlParserListener) EnterAdd_or_drop(ctx *Add_or_dropContext)
EnterAdd_or_drop is called when production add_or_drop is entered.
func (*BasePlSqlParserListener) EnterAdd_overflow_clause ¶
func (s *BasePlSqlParserListener) EnterAdd_overflow_clause(ctx *Add_overflow_clauseContext)
EnterAdd_overflow_clause is called when production add_overflow_clause is entered.
func (*BasePlSqlParserListener) EnterAdd_rem_container_data ¶
func (s *BasePlSqlParserListener) EnterAdd_rem_container_data(ctx *Add_rem_container_dataContext)
EnterAdd_rem_container_data is called when production add_rem_container_data is entered.
func (*BasePlSqlParserListener) EnterAggregate_function_name ¶
func (s *BasePlSqlParserListener) EnterAggregate_function_name(ctx *Aggregate_function_nameContext)
EnterAggregate_function_name is called when production aggregate_function_name is entered.
func (*BasePlSqlParserListener) EnterAllocate_extent_clause ¶
func (s *BasePlSqlParserListener) EnterAllocate_extent_clause(ctx *Allocate_extent_clauseContext)
EnterAllocate_extent_clause is called when production allocate_extent_clause is entered.
func (*BasePlSqlParserListener) EnterAllow_or_disallow ¶
func (s *BasePlSqlParserListener) EnterAllow_or_disallow(ctx *Allow_or_disallowContext)
EnterAllow_or_disallow is called when production allow_or_disallow is entered.
func (*BasePlSqlParserListener) EnterAlter_attribute_definition ¶
func (s *BasePlSqlParserListener) EnterAlter_attribute_definition(ctx *Alter_attribute_definitionContext)
EnterAlter_attribute_definition is called when production alter_attribute_definition is entered.
func (*BasePlSqlParserListener) EnterAlter_cluster ¶
func (s *BasePlSqlParserListener) EnterAlter_cluster(ctx *Alter_clusterContext)
EnterAlter_cluster is called when production alter_cluster is entered.
func (*BasePlSqlParserListener) EnterAlter_collection_clauses ¶
func (s *BasePlSqlParserListener) EnterAlter_collection_clauses(ctx *Alter_collection_clausesContext)
EnterAlter_collection_clauses is called when production alter_collection_clauses is entered.
func (*BasePlSqlParserListener) EnterAlter_database ¶
func (s *BasePlSqlParserListener) EnterAlter_database(ctx *Alter_databaseContext)
EnterAlter_database is called when production alter_database is entered.
func (*BasePlSqlParserListener) EnterAlter_datafile_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_datafile_clause(ctx *Alter_datafile_clauseContext)
EnterAlter_datafile_clause is called when production alter_datafile_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_function ¶
func (s *BasePlSqlParserListener) EnterAlter_function(ctx *Alter_functionContext)
EnterAlter_function is called when production alter_function is entered.
func (*BasePlSqlParserListener) EnterAlter_identified_by ¶
func (s *BasePlSqlParserListener) EnterAlter_identified_by(ctx *Alter_identified_byContext)
EnterAlter_identified_by is called when production alter_identified_by is entered.
func (*BasePlSqlParserListener) EnterAlter_index ¶
func (s *BasePlSqlParserListener) EnterAlter_index(ctx *Alter_indexContext)
EnterAlter_index is called when production alter_index is entered.
func (*BasePlSqlParserListener) EnterAlter_index_ops_set1 ¶
func (s *BasePlSqlParserListener) EnterAlter_index_ops_set1(ctx *Alter_index_ops_set1Context)
EnterAlter_index_ops_set1 is called when production alter_index_ops_set1 is entered.
func (*BasePlSqlParserListener) EnterAlter_index_ops_set2 ¶
func (s *BasePlSqlParserListener) EnterAlter_index_ops_set2(ctx *Alter_index_ops_set2Context)
EnterAlter_index_ops_set2 is called when production alter_index_ops_set2 is entered.
func (*BasePlSqlParserListener) EnterAlter_index_partitioning ¶
func (s *BasePlSqlParserListener) EnterAlter_index_partitioning(ctx *Alter_index_partitioningContext)
EnterAlter_index_partitioning is called when production alter_index_partitioning is entered.
func (*BasePlSqlParserListener) EnterAlter_iot_clauses ¶
func (s *BasePlSqlParserListener) EnterAlter_iot_clauses(ctx *Alter_iot_clausesContext)
EnterAlter_iot_clauses is called when production alter_iot_clauses is entered.
func (*BasePlSqlParserListener) EnterAlter_library ¶
func (s *BasePlSqlParserListener) EnterAlter_library(ctx *Alter_libraryContext)
EnterAlter_library is called when production alter_library is entered.
func (*BasePlSqlParserListener) EnterAlter_mapping_table_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_mapping_table_clause(ctx *Alter_mapping_table_clauseContext)
EnterAlter_mapping_table_clause is called when production alter_mapping_table_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_materialized_view ¶
func (s *BasePlSqlParserListener) EnterAlter_materialized_view(ctx *Alter_materialized_viewContext)
EnterAlter_materialized_view is called when production alter_materialized_view is entered.
func (*BasePlSqlParserListener) EnterAlter_materialized_view_log ¶
func (s *BasePlSqlParserListener) EnterAlter_materialized_view_log(ctx *Alter_materialized_view_logContext)
EnterAlter_materialized_view_log is called when production alter_materialized_view_log is entered.
func (*BasePlSqlParserListener) EnterAlter_method_element ¶
func (s *BasePlSqlParserListener) EnterAlter_method_element(ctx *Alter_method_elementContext)
EnterAlter_method_element is called when production alter_method_element is entered.
func (*BasePlSqlParserListener) EnterAlter_method_spec ¶
func (s *BasePlSqlParserListener) EnterAlter_method_spec(ctx *Alter_method_specContext)
EnterAlter_method_spec is called when production alter_method_spec is entered.
func (*BasePlSqlParserListener) EnterAlter_mv_option1 ¶
func (s *BasePlSqlParserListener) EnterAlter_mv_option1(ctx *Alter_mv_option1Context)
EnterAlter_mv_option1 is called when production alter_mv_option1 is entered.
func (*BasePlSqlParserListener) EnterAlter_mv_refresh ¶
func (s *BasePlSqlParserListener) EnterAlter_mv_refresh(ctx *Alter_mv_refreshContext)
EnterAlter_mv_refresh is called when production alter_mv_refresh is entered.
func (*BasePlSqlParserListener) EnterAlter_overflow_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_overflow_clause(ctx *Alter_overflow_clauseContext)
EnterAlter_overflow_clause is called when production alter_overflow_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_package ¶
func (s *BasePlSqlParserListener) EnterAlter_package(ctx *Alter_packageContext)
EnterAlter_package is called when production alter_package is entered.
func (*BasePlSqlParserListener) EnterAlter_procedure ¶
func (s *BasePlSqlParserListener) EnterAlter_procedure(ctx *Alter_procedureContext)
EnterAlter_procedure is called when production alter_procedure is entered.
func (*BasePlSqlParserListener) EnterAlter_sequence ¶
func (s *BasePlSqlParserListener) EnterAlter_sequence(ctx *Alter_sequenceContext)
EnterAlter_sequence is called when production alter_sequence is entered.
func (*BasePlSqlParserListener) EnterAlter_session ¶
func (s *BasePlSqlParserListener) EnterAlter_session(ctx *Alter_sessionContext)
EnterAlter_session is called when production alter_session is entered.
func (*BasePlSqlParserListener) EnterAlter_session_set_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_session_set_clause(ctx *Alter_session_set_clauseContext)
EnterAlter_session_set_clause is called when production alter_session_set_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_table ¶
func (s *BasePlSqlParserListener) EnterAlter_table(ctx *Alter_tableContext)
EnterAlter_table is called when production alter_table is entered.
func (*BasePlSqlParserListener) EnterAlter_table_properties ¶
func (s *BasePlSqlParserListener) EnterAlter_table_properties(ctx *Alter_table_propertiesContext)
EnterAlter_table_properties is called when production alter_table_properties is entered.
func (*BasePlSqlParserListener) EnterAlter_table_properties_1 ¶
func (s *BasePlSqlParserListener) EnterAlter_table_properties_1(ctx *Alter_table_properties_1Context)
EnterAlter_table_properties_1 is called when production alter_table_properties_1 is entered.
func (*BasePlSqlParserListener) EnterAlter_tablespace ¶
func (s *BasePlSqlParserListener) EnterAlter_tablespace(ctx *Alter_tablespaceContext)
EnterAlter_tablespace is called when production alter_tablespace is entered.
func (*BasePlSqlParserListener) EnterAlter_tempfile_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_tempfile_clause(ctx *Alter_tempfile_clauseContext)
EnterAlter_tempfile_clause is called when production alter_tempfile_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_trigger ¶
func (s *BasePlSqlParserListener) EnterAlter_trigger(ctx *Alter_triggerContext)
EnterAlter_trigger is called when production alter_trigger is entered.
func (*BasePlSqlParserListener) EnterAlter_type ¶
func (s *BasePlSqlParserListener) EnterAlter_type(ctx *Alter_typeContext)
EnterAlter_type is called when production alter_type is entered.
func (*BasePlSqlParserListener) EnterAlter_user ¶
func (s *BasePlSqlParserListener) EnterAlter_user(ctx *Alter_userContext)
EnterAlter_user is called when production alter_user is entered.
func (*BasePlSqlParserListener) EnterAlter_user_editions_clause ¶
func (s *BasePlSqlParserListener) EnterAlter_user_editions_clause(ctx *Alter_user_editions_clauseContext)
EnterAlter_user_editions_clause is called when production alter_user_editions_clause is entered.
func (*BasePlSqlParserListener) EnterAlter_varray_col_properties ¶
func (s *BasePlSqlParserListener) EnterAlter_varray_col_properties(ctx *Alter_varray_col_propertiesContext)
EnterAlter_varray_col_properties is called when production alter_varray_col_properties is entered.
func (*BasePlSqlParserListener) EnterAlter_view ¶
func (s *BasePlSqlParserListener) EnterAlter_view(ctx *Alter_viewContext)
EnterAlter_view is called when production alter_view is entered.
func (*BasePlSqlParserListener) EnterAlter_view_editionable ¶
func (s *BasePlSqlParserListener) EnterAlter_view_editionable(ctx *Alter_view_editionableContext)
EnterAlter_view_editionable is called when production alter_view_editionable is entered.
func (*BasePlSqlParserListener) EnterAnalyze ¶
func (s *BasePlSqlParserListener) EnterAnalyze(ctx *AnalyzeContext)
EnterAnalyze is called when production analyze is entered.
func (*BasePlSqlParserListener) EnterAnonymous_block ¶
func (s *BasePlSqlParserListener) EnterAnonymous_block(ctx *Anonymous_blockContext)
EnterAnonymous_block is called when production anonymous_block is entered.
func (*BasePlSqlParserListener) EnterArgument ¶
func (s *BasePlSqlParserListener) EnterArgument(ctx *ArgumentContext)
EnterArgument is called when production argument is entered.
func (*BasePlSqlParserListener) EnterAssignment_statement ¶
func (s *BasePlSqlParserListener) EnterAssignment_statement(ctx *Assignment_statementContext)
EnterAssignment_statement is called when production assignment_statement is entered.
func (*BasePlSqlParserListener) EnterAssociate_statistics ¶
func (s *BasePlSqlParserListener) EnterAssociate_statistics(ctx *Associate_statisticsContext)
EnterAssociate_statistics is called when production associate_statistics is entered.
func (*BasePlSqlParserListener) EnterAtom ¶
func (s *BasePlSqlParserListener) EnterAtom(ctx *AtomContext)
EnterAtom is called when production atom is entered.
func (*BasePlSqlParserListener) EnterAttribute_definition ¶
func (s *BasePlSqlParserListener) EnterAttribute_definition(ctx *Attribute_definitionContext)
EnterAttribute_definition is called when production attribute_definition is entered.
func (*BasePlSqlParserListener) EnterAttribute_name ¶
func (s *BasePlSqlParserListener) EnterAttribute_name(ctx *Attribute_nameContext)
EnterAttribute_name is called when production attribute_name is entered.
func (*BasePlSqlParserListener) EnterAudit_container_clause ¶
func (s *BasePlSqlParserListener) EnterAudit_container_clause(ctx *Audit_container_clauseContext)
EnterAudit_container_clause is called when production audit_container_clause is entered.
func (*BasePlSqlParserListener) EnterAudit_direct_path ¶
func (s *BasePlSqlParserListener) EnterAudit_direct_path(ctx *Audit_direct_pathContext)
EnterAudit_direct_path is called when production audit_direct_path is entered.
func (*BasePlSqlParserListener) EnterAudit_operation_clause ¶
func (s *BasePlSqlParserListener) EnterAudit_operation_clause(ctx *Audit_operation_clauseContext)
EnterAudit_operation_clause is called when production audit_operation_clause is entered.
func (*BasePlSqlParserListener) EnterAudit_schema_object_clause ¶
func (s *BasePlSqlParserListener) EnterAudit_schema_object_clause(ctx *Audit_schema_object_clauseContext)
EnterAudit_schema_object_clause is called when production audit_schema_object_clause is entered.
func (*BasePlSqlParserListener) EnterAudit_traditional ¶
func (s *BasePlSqlParserListener) EnterAudit_traditional(ctx *Audit_traditionalContext)
EnterAudit_traditional is called when production audit_traditional is entered.
func (*BasePlSqlParserListener) EnterAudit_user ¶
func (s *BasePlSqlParserListener) EnterAudit_user(ctx *Audit_userContext)
EnterAudit_user is called when production audit_user is entered.
func (*BasePlSqlParserListener) EnterAuditing_by_clause ¶
func (s *BasePlSqlParserListener) EnterAuditing_by_clause(ctx *Auditing_by_clauseContext)
EnterAuditing_by_clause is called when production auditing_by_clause is entered.
func (*BasePlSqlParserListener) EnterAuditing_on_clause ¶
func (s *BasePlSqlParserListener) EnterAuditing_on_clause(ctx *Auditing_on_clauseContext)
EnterAuditing_on_clause is called when production auditing_on_clause is entered.
func (*BasePlSqlParserListener) EnterAutoextend_clause ¶
func (s *BasePlSqlParserListener) EnterAutoextend_clause(ctx *Autoextend_clauseContext)
EnterAutoextend_clause is called when production autoextend_clause is entered.
func (*BasePlSqlParserListener) EnterAutogenerated_sequence_definition ¶
func (s *BasePlSqlParserListener) EnterAutogenerated_sequence_definition(ctx *Autogenerated_sequence_definitionContext)
EnterAutogenerated_sequence_definition is called when production autogenerated_sequence_definition is entered.
func (*BasePlSqlParserListener) EnterBegin_or_end ¶
func (s *BasePlSqlParserListener) EnterBegin_or_end(ctx *Begin_or_endContext)
EnterBegin_or_end is called when production begin_or_end is entered.
func (*BasePlSqlParserListener) EnterBetween_bound ¶
func (s *BasePlSqlParserListener) EnterBetween_bound(ctx *Between_boundContext)
EnterBetween_bound is called when production between_bound is entered.
func (*BasePlSqlParserListener) EnterBetween_elements ¶
func (s *BasePlSqlParserListener) EnterBetween_elements(ctx *Between_elementsContext)
EnterBetween_elements is called when production between_elements is entered.
func (*BasePlSqlParserListener) EnterBind_variable ¶
func (s *BasePlSqlParserListener) EnterBind_variable(ctx *Bind_variableContext)
EnterBind_variable is called when production bind_variable is entered.
func (*BasePlSqlParserListener) EnterBitmap_join_index_clause ¶
func (s *BasePlSqlParserListener) EnterBitmap_join_index_clause(ctx *Bitmap_join_index_clauseContext)
EnterBitmap_join_index_clause is called when production bitmap_join_index_clause is entered.
func (*BasePlSqlParserListener) EnterBlock ¶
func (s *BasePlSqlParserListener) EnterBlock(ctx *BlockContext)
EnterBlock is called when production block is entered.
func (*BasePlSqlParserListener) EnterBody ¶
func (s *BasePlSqlParserListener) EnterBody(ctx *BodyContext)
EnterBody is called when production body is entered.
func (*BasePlSqlParserListener) EnterBounds_clause ¶
func (s *BasePlSqlParserListener) EnterBounds_clause(ctx *Bounds_clauseContext)
EnterBounds_clause is called when production bounds_clause is entered.
func (*BasePlSqlParserListener) EnterBuild_clause ¶
func (s *BasePlSqlParserListener) EnterBuild_clause(ctx *Build_clauseContext)
EnterBuild_clause is called when production build_clause is entered.
func (*BasePlSqlParserListener) EnterC_agent_in_clause ¶
func (s *BasePlSqlParserListener) EnterC_agent_in_clause(ctx *C_agent_in_clauseContext)
EnterC_agent_in_clause is called when production c_agent_in_clause is entered.
func (*BasePlSqlParserListener) EnterC_parameters_clause ¶
func (s *BasePlSqlParserListener) EnterC_parameters_clause(ctx *C_parameters_clauseContext)
EnterC_parameters_clause is called when production c_parameters_clause is entered.
func (*BasePlSqlParserListener) EnterC_spec ¶
func (s *BasePlSqlParserListener) EnterC_spec(ctx *C_specContext)
EnterC_spec is called when production c_spec is entered.
func (*BasePlSqlParserListener) EnterCache_or_nocache ¶
func (s *BasePlSqlParserListener) EnterCache_or_nocache(ctx *Cache_or_nocacheContext)
EnterCache_or_nocache is called when production cache_or_nocache is entered.
func (*BasePlSqlParserListener) EnterCall_spec ¶
func (s *BasePlSqlParserListener) EnterCall_spec(ctx *Call_specContext)
EnterCall_spec is called when production call_spec is entered.
func (*BasePlSqlParserListener) EnterCase_else_part ¶
func (s *BasePlSqlParserListener) EnterCase_else_part(ctx *Case_else_partContext)
EnterCase_else_part is called when production case_else_part is entered.
func (*BasePlSqlParserListener) EnterCase_statement ¶
func (s *BasePlSqlParserListener) EnterCase_statement(ctx *Case_statementContext)
EnterCase_statement is called when production case_statement is entered.
func (*BasePlSqlParserListener) EnterCell_assignment ¶
func (s *BasePlSqlParserListener) EnterCell_assignment(ctx *Cell_assignmentContext)
EnterCell_assignment is called when production cell_assignment is entered.
func (*BasePlSqlParserListener) EnterCell_reference_options ¶
func (s *BasePlSqlParserListener) EnterCell_reference_options(ctx *Cell_reference_optionsContext)
EnterCell_reference_options is called when production cell_reference_options is entered.
func (*BasePlSqlParserListener) EnterChar_set_name ¶
func (s *BasePlSqlParserListener) EnterChar_set_name(ctx *Char_set_nameContext)
EnterChar_set_name is called when production char_set_name is entered.
func (*BasePlSqlParserListener) EnterCheck_constraint ¶
func (s *BasePlSqlParserListener) EnterCheck_constraint(ctx *Check_constraintContext)
EnterCheck_constraint is called when production check_constraint is entered.
func (*BasePlSqlParserListener) EnterClose_statement ¶
func (s *BasePlSqlParserListener) EnterClose_statement(ctx *Close_statementContext)
EnterClose_statement is called when production close_statement is entered.
func (*BasePlSqlParserListener) EnterCluster_index_clause ¶
func (s *BasePlSqlParserListener) EnterCluster_index_clause(ctx *Cluster_index_clauseContext)
EnterCluster_index_clause is called when production cluster_index_clause is entered.
func (*BasePlSqlParserListener) EnterCluster_name ¶
func (s *BasePlSqlParserListener) EnterCluster_name(ctx *Cluster_nameContext)
EnterCluster_name is called when production cluster_name is entered.
func (*BasePlSqlParserListener) EnterCoalesce_index_partition ¶
func (s *BasePlSqlParserListener) EnterCoalesce_index_partition(ctx *Coalesce_index_partitionContext)
EnterCoalesce_index_partition is called when production coalesce_index_partition is entered.
func (*BasePlSqlParserListener) EnterCollect_order_by_part ¶
func (s *BasePlSqlParserListener) EnterCollect_order_by_part(ctx *Collect_order_by_partContext)
EnterCollect_order_by_part is called when production collect_order_by_part is entered.
func (*BasePlSqlParserListener) EnterCollection_item ¶
func (s *BasePlSqlParserListener) EnterCollection_item(ctx *Collection_itemContext)
EnterCollection_item is called when production collection_item is entered.
func (*BasePlSqlParserListener) EnterCollection_name ¶
func (s *BasePlSqlParserListener) EnterCollection_name(ctx *Collection_nameContext)
EnterCollection_name is called when production collection_name is entered.
func (*BasePlSqlParserListener) EnterColumn_alias ¶
func (s *BasePlSqlParserListener) EnterColumn_alias(ctx *Column_aliasContext)
EnterColumn_alias is called when production column_alias is entered.
func (*BasePlSqlParserListener) EnterColumn_association ¶
func (s *BasePlSqlParserListener) EnterColumn_association(ctx *Column_associationContext)
EnterColumn_association is called when production column_association is entered.
func (*BasePlSqlParserListener) EnterColumn_based_update_set_clause ¶
func (s *BasePlSqlParserListener) EnterColumn_based_update_set_clause(ctx *Column_based_update_set_clauseContext)
EnterColumn_based_update_set_clause is called when production column_based_update_set_clause is entered.
func (*BasePlSqlParserListener) EnterColumn_clauses ¶
func (s *BasePlSqlParserListener) EnterColumn_clauses(ctx *Column_clausesContext)
EnterColumn_clauses is called when production column_clauses is entered.
func (*BasePlSqlParserListener) EnterColumn_definition ¶
func (s *BasePlSqlParserListener) EnterColumn_definition(ctx *Column_definitionContext)
EnterColumn_definition is called when production column_definition is entered.
func (*BasePlSqlParserListener) EnterColumn_list ¶
func (s *BasePlSqlParserListener) EnterColumn_list(ctx *Column_listContext)
EnterColumn_list is called when production column_list is entered.
func (*BasePlSqlParserListener) EnterColumn_name ¶
func (s *BasePlSqlParserListener) EnterColumn_name(ctx *Column_nameContext)
EnterColumn_name is called when production column_name is entered.
func (*BasePlSqlParserListener) EnterColumn_or_attribute ¶
func (s *BasePlSqlParserListener) EnterColumn_or_attribute(ctx *Column_or_attributeContext)
EnterColumn_or_attribute is called when production column_or_attribute is entered.
func (*BasePlSqlParserListener) EnterColumn_properties ¶
func (s *BasePlSqlParserListener) EnterColumn_properties(ctx *Column_propertiesContext)
EnterColumn_properties is called when production column_properties is entered.
func (*BasePlSqlParserListener) EnterComment_on_column ¶
func (s *BasePlSqlParserListener) EnterComment_on_column(ctx *Comment_on_columnContext)
EnterComment_on_column is called when production comment_on_column is entered.
func (*BasePlSqlParserListener) EnterComment_on_table ¶
func (s *BasePlSqlParserListener) EnterComment_on_table(ctx *Comment_on_tableContext)
EnterComment_on_table is called when production comment_on_table is entered.
func (*BasePlSqlParserListener) EnterCommit_statement ¶
func (s *BasePlSqlParserListener) EnterCommit_statement(ctx *Commit_statementContext)
EnterCommit_statement is called when production commit_statement is entered.
func (*BasePlSqlParserListener) EnterCommit_switchover_clause ¶
func (s *BasePlSqlParserListener) EnterCommit_switchover_clause(ctx *Commit_switchover_clauseContext)
EnterCommit_switchover_clause is called when production commit_switchover_clause is entered.
func (*BasePlSqlParserListener) EnterCompile_type_clause ¶
func (s *BasePlSqlParserListener) EnterCompile_type_clause(ctx *Compile_type_clauseContext)
EnterCompile_type_clause is called when production compile_type_clause is entered.
func (*BasePlSqlParserListener) EnterCompiler_parameters_clause ¶
func (s *BasePlSqlParserListener) EnterCompiler_parameters_clause(ctx *Compiler_parameters_clauseContext)
EnterCompiler_parameters_clause is called when production compiler_parameters_clause is entered.
func (*BasePlSqlParserListener) EnterComposite_hash_partitions ¶
func (s *BasePlSqlParserListener) EnterComposite_hash_partitions(ctx *Composite_hash_partitionsContext)
EnterComposite_hash_partitions is called when production composite_hash_partitions is entered.
func (*BasePlSqlParserListener) EnterComposite_list_partitions ¶
func (s *BasePlSqlParserListener) EnterComposite_list_partitions(ctx *Composite_list_partitionsContext)
EnterComposite_list_partitions is called when production composite_list_partitions is entered.
func (*BasePlSqlParserListener) EnterComposite_range_partitions ¶
func (s *BasePlSqlParserListener) EnterComposite_range_partitions(ctx *Composite_range_partitionsContext)
EnterComposite_range_partitions is called when production composite_range_partitions is entered.
func (*BasePlSqlParserListener) EnterCompound_dml_trigger ¶
func (s *BasePlSqlParserListener) EnterCompound_dml_trigger(ctx *Compound_dml_triggerContext)
EnterCompound_dml_trigger is called when production compound_dml_trigger is entered.
func (*BasePlSqlParserListener) EnterCompound_expression ¶
func (s *BasePlSqlParserListener) EnterCompound_expression(ctx *Compound_expressionContext)
EnterCompound_expression is called when production compound_expression is entered.
func (*BasePlSqlParserListener) EnterCompound_trigger_block ¶
func (s *BasePlSqlParserListener) EnterCompound_trigger_block(ctx *Compound_trigger_blockContext)
EnterCompound_trigger_block is called when production compound_trigger_block is entered.
func (*BasePlSqlParserListener) EnterConcatenation ¶
func (s *BasePlSqlParserListener) EnterConcatenation(ctx *ConcatenationContext)
EnterConcatenation is called when production concatenation is entered.
func (*BasePlSqlParserListener) EnterCondition ¶
func (s *BasePlSqlParserListener) EnterCondition(ctx *ConditionContext)
EnterCondition is called when production condition is entered.
func (*BasePlSqlParserListener) EnterConditional_insert_clause ¶
func (s *BasePlSqlParserListener) EnterConditional_insert_clause(ctx *Conditional_insert_clauseContext)
EnterConditional_insert_clause is called when production conditional_insert_clause is entered.
func (*BasePlSqlParserListener) EnterConditional_insert_else_part ¶
func (s *BasePlSqlParserListener) EnterConditional_insert_else_part(ctx *Conditional_insert_else_partContext)
EnterConditional_insert_else_part is called when production conditional_insert_else_part is entered.
func (*BasePlSqlParserListener) EnterConditional_insert_when_part ¶
func (s *BasePlSqlParserListener) EnterConditional_insert_when_part(ctx *Conditional_insert_when_partContext)
EnterConditional_insert_when_part is called when production conditional_insert_when_part is entered.
func (*BasePlSqlParserListener) EnterConstant ¶
func (s *BasePlSqlParserListener) EnterConstant(ctx *ConstantContext)
EnterConstant is called when production constant is entered.
func (*BasePlSqlParserListener) EnterConstraint_clauses ¶
func (s *BasePlSqlParserListener) EnterConstraint_clauses(ctx *Constraint_clausesContext)
EnterConstraint_clauses is called when production constraint_clauses is entered.
func (*BasePlSqlParserListener) EnterConstraint_name ¶
func (s *BasePlSqlParserListener) EnterConstraint_name(ctx *Constraint_nameContext)
EnterConstraint_name is called when production constraint_name is entered.
func (*BasePlSqlParserListener) EnterConstraint_state ¶
func (s *BasePlSqlParserListener) EnterConstraint_state(ctx *Constraint_stateContext)
EnterConstraint_state is called when production constraint_state is entered.
func (*BasePlSqlParserListener) EnterConstructor_declaration ¶
func (s *BasePlSqlParserListener) EnterConstructor_declaration(ctx *Constructor_declarationContext)
EnterConstructor_declaration is called when production constructor_declaration is entered.
func (*BasePlSqlParserListener) EnterConstructor_spec ¶
func (s *BasePlSqlParserListener) EnterConstructor_spec(ctx *Constructor_specContext)
EnterConstructor_spec is called when production constructor_spec is entered.
func (*BasePlSqlParserListener) EnterContainer_clause ¶
func (s *BasePlSqlParserListener) EnterContainer_clause(ctx *Container_clauseContext)
EnterContainer_clause is called when production container_clause is entered.
func (*BasePlSqlParserListener) EnterContainer_data_clause ¶
func (s *BasePlSqlParserListener) EnterContainer_data_clause(ctx *Container_data_clauseContext)
EnterContainer_data_clause is called when production container_data_clause is entered.
func (*BasePlSqlParserListener) EnterContainer_names ¶
func (s *BasePlSqlParserListener) EnterContainer_names(ctx *Container_namesContext)
EnterContainer_names is called when production container_names is entered.
func (*BasePlSqlParserListener) EnterContainer_tableview_name ¶
func (s *BasePlSqlParserListener) EnterContainer_tableview_name(ctx *Container_tableview_nameContext)
EnterContainer_tableview_name is called when production container_tableview_name is entered.
func (*BasePlSqlParserListener) EnterContinue_statement ¶
func (s *BasePlSqlParserListener) EnterContinue_statement(ctx *Continue_statementContext)
EnterContinue_statement is called when production continue_statement is entered.
func (*BasePlSqlParserListener) EnterControlfile_clauses ¶
func (s *BasePlSqlParserListener) EnterControlfile_clauses(ctx *Controlfile_clausesContext)
EnterControlfile_clauses is called when production controlfile_clauses is entered.
func (*BasePlSqlParserListener) EnterConvert_database_clause ¶
func (s *BasePlSqlParserListener) EnterConvert_database_clause(ctx *Convert_database_clauseContext)
EnterConvert_database_clause is called when production convert_database_clause is entered.
func (*BasePlSqlParserListener) EnterCost_class_name ¶
func (s *BasePlSqlParserListener) EnterCost_class_name(ctx *Cost_class_nameContext)
EnterCost_class_name is called when production cost_class_name is entered.
func (*BasePlSqlParserListener) EnterCost_matrix_clause ¶
func (s *BasePlSqlParserListener) EnterCost_matrix_clause(ctx *Cost_matrix_clauseContext)
EnterCost_matrix_clause is called when production cost_matrix_clause is entered.
func (*BasePlSqlParserListener) EnterCpu_cost ¶
func (s *BasePlSqlParserListener) EnterCpu_cost(ctx *Cpu_costContext)
EnterCpu_cost is called when production cpu_cost is entered.
func (*BasePlSqlParserListener) EnterCreate_cluster ¶
func (s *BasePlSqlParserListener) EnterCreate_cluster(ctx *Create_clusterContext)
EnterCreate_cluster is called when production create_cluster is entered.
func (*BasePlSqlParserListener) EnterCreate_context ¶
func (s *BasePlSqlParserListener) EnterCreate_context(ctx *Create_contextContext)
EnterCreate_context is called when production create_context is entered.
func (*BasePlSqlParserListener) EnterCreate_datafile_clause ¶
func (s *BasePlSqlParserListener) EnterCreate_datafile_clause(ctx *Create_datafile_clauseContext)
EnterCreate_datafile_clause is called when production create_datafile_clause is entered.
func (*BasePlSqlParserListener) EnterCreate_directory ¶
func (s *BasePlSqlParserListener) EnterCreate_directory(ctx *Create_directoryContext)
EnterCreate_directory is called when production create_directory is entered.
func (*BasePlSqlParserListener) EnterCreate_function_body ¶
func (s *BasePlSqlParserListener) EnterCreate_function_body(ctx *Create_function_bodyContext)
EnterCreate_function_body is called when production create_function_body is entered.
func (*BasePlSqlParserListener) EnterCreate_index ¶
func (s *BasePlSqlParserListener) EnterCreate_index(ctx *Create_indexContext)
EnterCreate_index is called when production create_index is entered.
func (*BasePlSqlParserListener) EnterCreate_materialized_view ¶
func (s *BasePlSqlParserListener) EnterCreate_materialized_view(ctx *Create_materialized_viewContext)
EnterCreate_materialized_view is called when production create_materialized_view is entered.
func (*BasePlSqlParserListener) EnterCreate_materialized_view_log ¶
func (s *BasePlSqlParserListener) EnterCreate_materialized_view_log(ctx *Create_materialized_view_logContext)
EnterCreate_materialized_view_log is called when production create_materialized_view_log is entered.
func (*BasePlSqlParserListener) EnterCreate_mv_refresh ¶
func (s *BasePlSqlParserListener) EnterCreate_mv_refresh(ctx *Create_mv_refreshContext)
EnterCreate_mv_refresh is called when production create_mv_refresh is entered.
func (*BasePlSqlParserListener) EnterCreate_package ¶
func (s *BasePlSqlParserListener) EnterCreate_package(ctx *Create_packageContext)
EnterCreate_package is called when production create_package is entered.
func (*BasePlSqlParserListener) EnterCreate_package_body ¶
func (s *BasePlSqlParserListener) EnterCreate_package_body(ctx *Create_package_bodyContext)
EnterCreate_package_body is called when production create_package_body is entered.
func (*BasePlSqlParserListener) EnterCreate_procedure_body ¶
func (s *BasePlSqlParserListener) EnterCreate_procedure_body(ctx *Create_procedure_bodyContext)
EnterCreate_procedure_body is called when production create_procedure_body is entered.
func (*BasePlSqlParserListener) EnterCreate_sequence ¶
func (s *BasePlSqlParserListener) EnterCreate_sequence(ctx *Create_sequenceContext)
EnterCreate_sequence is called when production create_sequence is entered.
func (*BasePlSqlParserListener) EnterCreate_synonym ¶
func (s *BasePlSqlParserListener) EnterCreate_synonym(ctx *Create_synonymContext)
EnterCreate_synonym is called when production create_synonym is entered.
func (*BasePlSqlParserListener) EnterCreate_table ¶
func (s *BasePlSqlParserListener) EnterCreate_table(ctx *Create_tableContext)
EnterCreate_table is called when production create_table is entered.
func (*BasePlSqlParserListener) EnterCreate_tablespace ¶
func (s *BasePlSqlParserListener) EnterCreate_tablespace(ctx *Create_tablespaceContext)
EnterCreate_tablespace is called when production create_tablespace is entered.
func (*BasePlSqlParserListener) EnterCreate_trigger ¶
func (s *BasePlSqlParserListener) EnterCreate_trigger(ctx *Create_triggerContext)
EnterCreate_trigger is called when production create_trigger is entered.
func (*BasePlSqlParserListener) EnterCreate_type ¶
func (s *BasePlSqlParserListener) EnterCreate_type(ctx *Create_typeContext)
EnterCreate_type is called when production create_type is entered.
func (*BasePlSqlParserListener) EnterCreate_user ¶
func (s *BasePlSqlParserListener) EnterCreate_user(ctx *Create_userContext)
EnterCreate_user is called when production create_user is entered.
func (*BasePlSqlParserListener) EnterCreate_view ¶
func (s *BasePlSqlParserListener) EnterCreate_view(ctx *Create_viewContext)
EnterCreate_view is called when production create_view is entered.
func (*BasePlSqlParserListener) EnterCursor_declaration ¶
func (s *BasePlSqlParserListener) EnterCursor_declaration(ctx *Cursor_declarationContext)
EnterCursor_declaration is called when production cursor_declaration is entered.
func (*BasePlSqlParserListener) EnterCursor_expression ¶
func (s *BasePlSqlParserListener) EnterCursor_expression(ctx *Cursor_expressionContext)
EnterCursor_expression is called when production cursor_expression is entered.
func (*BasePlSqlParserListener) EnterCursor_loop_param ¶
func (s *BasePlSqlParserListener) EnterCursor_loop_param(ctx *Cursor_loop_paramContext)
EnterCursor_loop_param is called when production cursor_loop_param is entered.
func (*BasePlSqlParserListener) EnterCursor_manipulation_statements ¶
func (s *BasePlSqlParserListener) EnterCursor_manipulation_statements(ctx *Cursor_manipulation_statementsContext)
EnterCursor_manipulation_statements is called when production cursor_manipulation_statements is entered.
func (*BasePlSqlParserListener) EnterCursor_name ¶
func (s *BasePlSqlParserListener) EnterCursor_name(ctx *Cursor_nameContext)
EnterCursor_name is called when production cursor_name is entered.
func (*BasePlSqlParserListener) EnterCycle_clause ¶
func (s *BasePlSqlParserListener) EnterCycle_clause(ctx *Cycle_clauseContext)
EnterCycle_clause is called when production cycle_clause is entered.
func (*BasePlSqlParserListener) EnterData_manipulation_language_statements ¶
func (s *BasePlSqlParserListener) EnterData_manipulation_language_statements(ctx *Data_manipulation_language_statementsContext)
EnterData_manipulation_language_statements is called when production data_manipulation_language_statements is entered.
func (*BasePlSqlParserListener) EnterDatabase ¶
func (s *BasePlSqlParserListener) EnterDatabase(ctx *DatabaseContext)
EnterDatabase is called when production database is entered.
func (*BasePlSqlParserListener) EnterDatabase_file_clauses ¶
func (s *BasePlSqlParserListener) EnterDatabase_file_clauses(ctx *Database_file_clausesContext)
EnterDatabase_file_clauses is called when production database_file_clauses is entered.
func (*BasePlSqlParserListener) EnterDatabase_name ¶
func (s *BasePlSqlParserListener) EnterDatabase_name(ctx *Database_nameContext)
EnterDatabase_name is called when production database_name is entered.
func (*BasePlSqlParserListener) EnterDatafile_specification ¶
func (s *BasePlSqlParserListener) EnterDatafile_specification(ctx *Datafile_specificationContext)
EnterDatafile_specification is called when production datafile_specification is entered.
func (*BasePlSqlParserListener) EnterDatafile_tempfile_clauses ¶
func (s *BasePlSqlParserListener) EnterDatafile_tempfile_clauses(ctx *Datafile_tempfile_clausesContext)
EnterDatafile_tempfile_clauses is called when production datafile_tempfile_clauses is entered.
func (*BasePlSqlParserListener) EnterDatafile_tempfile_spec ¶
func (s *BasePlSqlParserListener) EnterDatafile_tempfile_spec(ctx *Datafile_tempfile_specContext)
EnterDatafile_tempfile_spec is called when production datafile_tempfile_spec is entered.
func (*BasePlSqlParserListener) EnterDatatype ¶
func (s *BasePlSqlParserListener) EnterDatatype(ctx *DatatypeContext)
EnterDatatype is called when production datatype is entered.
func (*BasePlSqlParserListener) EnterDatatype_null_enable ¶
func (s *BasePlSqlParserListener) EnterDatatype_null_enable(ctx *Datatype_null_enableContext)
EnterDatatype_null_enable is called when production datatype_null_enable is entered.
func (*BasePlSqlParserListener) EnterDatetime_expr ¶
func (s *BasePlSqlParserListener) EnterDatetime_expr(ctx *Datetime_exprContext)
EnterDatetime_expr is called when production datetime_expr is entered.
func (*BasePlSqlParserListener) EnterDb_name ¶
func (s *BasePlSqlParserListener) EnterDb_name(ctx *Db_nameContext)
EnterDb_name is called when production db_name is entered.
func (*BasePlSqlParserListener) EnterDeallocate_unused_clause ¶
func (s *BasePlSqlParserListener) EnterDeallocate_unused_clause(ctx *Deallocate_unused_clauseContext)
EnterDeallocate_unused_clause is called when production deallocate_unused_clause is entered.
func (*BasePlSqlParserListener) EnterDeclare_spec ¶
func (s *BasePlSqlParserListener) EnterDeclare_spec(ctx *Declare_specContext)
EnterDeclare_spec is called when production declare_spec is entered.
func (*BasePlSqlParserListener) EnterDefault_cost_clause ¶
func (s *BasePlSqlParserListener) EnterDefault_cost_clause(ctx *Default_cost_clauseContext)
EnterDefault_cost_clause is called when production default_cost_clause is entered.
func (*BasePlSqlParserListener) EnterDefault_selectivity ¶
func (s *BasePlSqlParserListener) EnterDefault_selectivity(ctx *Default_selectivityContext)
EnterDefault_selectivity is called when production default_selectivity is entered.
func (*BasePlSqlParserListener) EnterDefault_selectivity_clause ¶
func (s *BasePlSqlParserListener) EnterDefault_selectivity_clause(ctx *Default_selectivity_clauseContext)
EnterDefault_selectivity_clause is called when production default_selectivity_clause is entered.
func (*BasePlSqlParserListener) EnterDefault_settings_clause ¶
func (s *BasePlSqlParserListener) EnterDefault_settings_clause(ctx *Default_settings_clauseContext)
EnterDefault_settings_clause is called when production default_settings_clause is entered.
func (*BasePlSqlParserListener) EnterDefault_value_part ¶
func (s *BasePlSqlParserListener) EnterDefault_value_part(ctx *Default_value_partContext)
EnterDefault_value_part is called when production default_value_part is entered.
func (*BasePlSqlParserListener) EnterDeferred_segment_creation ¶
func (s *BasePlSqlParserListener) EnterDeferred_segment_creation(ctx *Deferred_segment_creationContext)
EnterDeferred_segment_creation is called when production deferred_segment_creation is entered.
func (*BasePlSqlParserListener) EnterDelete_statement ¶
func (s *BasePlSqlParserListener) EnterDelete_statement(ctx *Delete_statementContext)
EnterDelete_statement is called when production delete_statement is entered.
func (*BasePlSqlParserListener) EnterDependent_exceptions_part ¶
func (s *BasePlSqlParserListener) EnterDependent_exceptions_part(ctx *Dependent_exceptions_partContext)
EnterDependent_exceptions_part is called when production dependent_exceptions_part is entered.
func (*BasePlSqlParserListener) EnterDependent_handling_clause ¶
func (s *BasePlSqlParserListener) EnterDependent_handling_clause(ctx *Dependent_handling_clauseContext)
EnterDependent_handling_clause is called when production dependent_handling_clause is entered.
func (*BasePlSqlParserListener) EnterDir_object_name ¶
func (s *BasePlSqlParserListener) EnterDir_object_name(ctx *Dir_object_nameContext)
EnterDir_object_name is called when production dir_object_name is entered.
func (*BasePlSqlParserListener) EnterDirectory_name ¶
func (s *BasePlSqlParserListener) EnterDirectory_name(ctx *Directory_nameContext)
EnterDirectory_name is called when production directory_name is entered.
func (*BasePlSqlParserListener) EnterDirectory_path ¶
func (s *BasePlSqlParserListener) EnterDirectory_path(ctx *Directory_pathContext)
EnterDirectory_path is called when production directory_path is entered.
func (*BasePlSqlParserListener) EnterDisable_constraint ¶
func (s *BasePlSqlParserListener) EnterDisable_constraint(ctx *Disable_constraintContext)
EnterDisable_constraint is called when production disable_constraint is entered.
func (*BasePlSqlParserListener) EnterDml_event_clause ¶
func (s *BasePlSqlParserListener) EnterDml_event_clause(ctx *Dml_event_clauseContext)
EnterDml_event_clause is called when production dml_event_clause is entered.
func (*BasePlSqlParserListener) EnterDml_event_element ¶
func (s *BasePlSqlParserListener) EnterDml_event_element(ctx *Dml_event_elementContext)
EnterDml_event_element is called when production dml_event_element is entered.
func (*BasePlSqlParserListener) EnterDml_event_nested_clause ¶
func (s *BasePlSqlParserListener) EnterDml_event_nested_clause(ctx *Dml_event_nested_clauseContext)
EnterDml_event_nested_clause is called when production dml_event_nested_clause is entered.
func (*BasePlSqlParserListener) EnterDml_table_expression_clause ¶
func (s *BasePlSqlParserListener) EnterDml_table_expression_clause(ctx *Dml_table_expression_clauseContext)
EnterDml_table_expression_clause is called when production dml_table_expression_clause is entered.
func (*BasePlSqlParserListener) EnterDomain ¶
func (s *BasePlSqlParserListener) EnterDomain(ctx *DomainContext)
EnterDomain is called when production domain is entered.
func (*BasePlSqlParserListener) EnterDomain_index_clause ¶
func (s *BasePlSqlParserListener) EnterDomain_index_clause(ctx *Domain_index_clauseContext)
EnterDomain_index_clause is called when production domain_index_clause is entered.
func (*BasePlSqlParserListener) EnterDrop_column_clause ¶
func (s *BasePlSqlParserListener) EnterDrop_column_clause(ctx *Drop_column_clauseContext)
EnterDrop_column_clause is called when production drop_column_clause is entered.
func (*BasePlSqlParserListener) EnterDrop_constraint ¶
func (s *BasePlSqlParserListener) EnterDrop_constraint(ctx *Drop_constraintContext)
EnterDrop_constraint is called when production drop_constraint is entered.
func (*BasePlSqlParserListener) EnterDrop_constraint_clause ¶
func (s *BasePlSqlParserListener) EnterDrop_constraint_clause(ctx *Drop_constraint_clauseContext)
EnterDrop_constraint_clause is called when production drop_constraint_clause is entered.
func (*BasePlSqlParserListener) EnterDrop_function ¶
func (s *BasePlSqlParserListener) EnterDrop_function(ctx *Drop_functionContext)
EnterDrop_function is called when production drop_function is entered.
func (*BasePlSqlParserListener) EnterDrop_index ¶
func (s *BasePlSqlParserListener) EnterDrop_index(ctx *Drop_indexContext)
EnterDrop_index is called when production drop_index is entered.
func (*BasePlSqlParserListener) EnterDrop_index_partition ¶
func (s *BasePlSqlParserListener) EnterDrop_index_partition(ctx *Drop_index_partitionContext)
EnterDrop_index_partition is called when production drop_index_partition is entered.
func (*BasePlSqlParserListener) EnterDrop_logfile_clauses ¶
func (s *BasePlSqlParserListener) EnterDrop_logfile_clauses(ctx *Drop_logfile_clausesContext)
EnterDrop_logfile_clauses is called when production drop_logfile_clauses is entered.
func (*BasePlSqlParserListener) EnterDrop_package ¶
func (s *BasePlSqlParserListener) EnterDrop_package(ctx *Drop_packageContext)
EnterDrop_package is called when production drop_package is entered.
func (*BasePlSqlParserListener) EnterDrop_primary_key_or_unique_or_generic_clause ¶
func (s *BasePlSqlParserListener) EnterDrop_primary_key_or_unique_or_generic_clause(ctx *Drop_primary_key_or_unique_or_generic_clauseContext)
EnterDrop_primary_key_or_unique_or_generic_clause is called when production drop_primary_key_or_unique_or_generic_clause is entered.
func (*BasePlSqlParserListener) EnterDrop_procedure ¶
func (s *BasePlSqlParserListener) EnterDrop_procedure(ctx *Drop_procedureContext)
EnterDrop_procedure is called when production drop_procedure is entered.
func (*BasePlSqlParserListener) EnterDrop_sequence ¶
func (s *BasePlSqlParserListener) EnterDrop_sequence(ctx *Drop_sequenceContext)
EnterDrop_sequence is called when production drop_sequence is entered.
func (*BasePlSqlParserListener) EnterDrop_table ¶
func (s *BasePlSqlParserListener) EnterDrop_table(ctx *Drop_tableContext)
EnterDrop_table is called when production drop_table is entered.
func (*BasePlSqlParserListener) EnterDrop_trigger ¶
func (s *BasePlSqlParserListener) EnterDrop_trigger(ctx *Drop_triggerContext)
EnterDrop_trigger is called when production drop_trigger is entered.
func (*BasePlSqlParserListener) EnterDrop_type ¶
func (s *BasePlSqlParserListener) EnterDrop_type(ctx *Drop_typeContext)
EnterDrop_type is called when production drop_type is entered.
func (*BasePlSqlParserListener) EnterDrop_view ¶
func (s *BasePlSqlParserListener) EnterDrop_view(ctx *Drop_viewContext)
EnterDrop_view is called when production drop_view is entered.
func (*BasePlSqlParserListener) EnterDynamic_returning_clause ¶
func (s *BasePlSqlParserListener) EnterDynamic_returning_clause(ctx *Dynamic_returning_clauseContext)
EnterDynamic_returning_clause is called when production dynamic_returning_clause is entered.
func (*BasePlSqlParserListener) EnterEdition_name ¶
func (s *BasePlSqlParserListener) EnterEdition_name(ctx *Edition_nameContext)
EnterEdition_name is called when production edition_name is entered.
func (*BasePlSqlParserListener) EnterElement_spec ¶
func (s *BasePlSqlParserListener) EnterElement_spec(ctx *Element_specContext)
EnterElement_spec is called when production element_spec is entered.
func (*BasePlSqlParserListener) EnterElement_spec_options ¶
func (s *BasePlSqlParserListener) EnterElement_spec_options(ctx *Element_spec_optionsContext)
EnterElement_spec_options is called when production element_spec_options is entered.
func (*BasePlSqlParserListener) EnterElse_part ¶
func (s *BasePlSqlParserListener) EnterElse_part(ctx *Else_partContext)
EnterElse_part is called when production else_part is entered.
func (*BasePlSqlParserListener) EnterElsif_part ¶
func (s *BasePlSqlParserListener) EnterElsif_part(ctx *Elsif_partContext)
EnterElsif_part is called when production elsif_part is entered.
func (*BasePlSqlParserListener) EnterEnable_constraint ¶
func (s *BasePlSqlParserListener) EnterEnable_constraint(ctx *Enable_constraintContext)
EnterEnable_constraint is called when production enable_constraint is entered.
func (*BasePlSqlParserListener) EnterEnable_disable_clause ¶
func (s *BasePlSqlParserListener) EnterEnable_disable_clause(ctx *Enable_disable_clauseContext)
EnterEnable_disable_clause is called when production enable_disable_clause is entered.
func (*BasePlSqlParserListener) EnterEnable_or_disable ¶
func (s *BasePlSqlParserListener) EnterEnable_or_disable(ctx *Enable_or_disableContext)
EnterEnable_or_disable is called when production enable_or_disable is entered.
func (*BasePlSqlParserListener) EnterEncryption_spec ¶
func (s *BasePlSqlParserListener) EnterEncryption_spec(ctx *Encryption_specContext)
EnterEncryption_spec is called when production encryption_spec is entered.
func (*BasePlSqlParserListener) EnterEnd_time_column ¶
func (s *BasePlSqlParserListener) EnterEnd_time_column(ctx *End_time_columnContext)
EnterEnd_time_column is called when production end_time_column is entered.
func (*BasePlSqlParserListener) EnterError_logging_clause ¶
func (s *BasePlSqlParserListener) EnterError_logging_clause(ctx *Error_logging_clauseContext)
EnterError_logging_clause is called when production error_logging_clause is entered.
func (*BasePlSqlParserListener) EnterError_logging_into_part ¶
func (s *BasePlSqlParserListener) EnterError_logging_into_part(ctx *Error_logging_into_partContext)
EnterError_logging_into_part is called when production error_logging_into_part is entered.
func (*BasePlSqlParserListener) EnterError_logging_reject_part ¶
func (s *BasePlSqlParserListener) EnterError_logging_reject_part(ctx *Error_logging_reject_partContext)
EnterError_logging_reject_part is called when production error_logging_reject_part is entered.
func (*BasePlSqlParserListener) EnterEveryRule ¶
func (s *BasePlSqlParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)
EnterEveryRule is called when any rule is entered.
func (*BasePlSqlParserListener) EnterException_declaration ¶
func (s *BasePlSqlParserListener) EnterException_declaration(ctx *Exception_declarationContext)
EnterException_declaration is called when production exception_declaration is entered.
func (*BasePlSqlParserListener) EnterException_handler ¶
func (s *BasePlSqlParserListener) EnterException_handler(ctx *Exception_handlerContext)
EnterException_handler is called when production exception_handler is entered.
func (*BasePlSqlParserListener) EnterException_name ¶
func (s *BasePlSqlParserListener) EnterException_name(ctx *Exception_nameContext)
EnterException_name is called when production exception_name is entered.
func (*BasePlSqlParserListener) EnterExceptions_clause ¶
func (s *BasePlSqlParserListener) EnterExceptions_clause(ctx *Exceptions_clauseContext)
EnterExceptions_clause is called when production exceptions_clause is entered.
func (*BasePlSqlParserListener) EnterExecute_immediate ¶
func (s *BasePlSqlParserListener) EnterExecute_immediate(ctx *Execute_immediateContext)
EnterExecute_immediate is called when production execute_immediate is entered.
func (*BasePlSqlParserListener) EnterExit_statement ¶
func (s *BasePlSqlParserListener) EnterExit_statement(ctx *Exit_statementContext)
EnterExit_statement is called when production exit_statement is entered.
func (*BasePlSqlParserListener) EnterExplain_statement ¶
func (s *BasePlSqlParserListener) EnterExplain_statement(ctx *Explain_statementContext)
EnterExplain_statement is called when production explain_statement is entered.
func (*BasePlSqlParserListener) EnterExpression ¶
func (s *BasePlSqlParserListener) EnterExpression(ctx *ExpressionContext)
EnterExpression is called when production expression is entered.
func (*BasePlSqlParserListener) EnterExpressions ¶
func (s *BasePlSqlParserListener) EnterExpressions(ctx *ExpressionsContext)
EnterExpressions is called when production expressions is entered.
func (*BasePlSqlParserListener) EnterExtent_management_clause ¶
func (s *BasePlSqlParserListener) EnterExtent_management_clause(ctx *Extent_management_clauseContext)
EnterExtent_management_clause is called when production extent_management_clause is entered.
func (*BasePlSqlParserListener) EnterFactoring_element ¶
func (s *BasePlSqlParserListener) EnterFactoring_element(ctx *Factoring_elementContext)
EnterFactoring_element is called when production factoring_element is entered.
func (*BasePlSqlParserListener) EnterFetch_clause ¶
func (s *BasePlSqlParserListener) EnterFetch_clause(ctx *Fetch_clauseContext)
EnterFetch_clause is called when production fetch_clause is entered.
func (*BasePlSqlParserListener) EnterFetch_statement ¶
func (s *BasePlSqlParserListener) EnterFetch_statement(ctx *Fetch_statementContext)
EnterFetch_statement is called when production fetch_statement is entered.
func (*BasePlSqlParserListener) EnterField_spec ¶
func (s *BasePlSqlParserListener) EnterField_spec(ctx *Field_specContext)
EnterField_spec is called when production field_spec is entered.
func (*BasePlSqlParserListener) EnterFilename ¶
func (s *BasePlSqlParserListener) EnterFilename(ctx *FilenameContext)
EnterFilename is called when production filename is entered.
func (*BasePlSqlParserListener) EnterFilenumber ¶
func (s *BasePlSqlParserListener) EnterFilenumber(ctx *FilenumberContext)
EnterFilenumber is called when production filenumber is entered.
func (*BasePlSqlParserListener) EnterFlashback_archive_clause ¶
func (s *BasePlSqlParserListener) EnterFlashback_archive_clause(ctx *Flashback_archive_clauseContext)
EnterFlashback_archive_clause is called when production flashback_archive_clause is entered.
func (*BasePlSqlParserListener) EnterFlashback_mode_clause ¶
func (s *BasePlSqlParserListener) EnterFlashback_mode_clause(ctx *Flashback_mode_clauseContext)
EnterFlashback_mode_clause is called when production flashback_mode_clause is entered.
func (*BasePlSqlParserListener) EnterFlashback_query_clause ¶
func (s *BasePlSqlParserListener) EnterFlashback_query_clause(ctx *Flashback_query_clauseContext)
EnterFlashback_query_clause is called when production flashback_query_clause is entered.
func (*BasePlSqlParserListener) EnterFor_each_row ¶
func (s *BasePlSqlParserListener) EnterFor_each_row(ctx *For_each_rowContext)
EnterFor_each_row is called when production for_each_row is entered.
func (*BasePlSqlParserListener) EnterFor_update_clause ¶
func (s *BasePlSqlParserListener) EnterFor_update_clause(ctx *For_update_clauseContext)
EnterFor_update_clause is called when production for_update_clause is entered.
func (*BasePlSqlParserListener) EnterFor_update_of_part ¶
func (s *BasePlSqlParserListener) EnterFor_update_of_part(ctx *For_update_of_partContext)
EnterFor_update_of_part is called when production for_update_of_part is entered.
func (*BasePlSqlParserListener) EnterFor_update_options ¶
func (s *BasePlSqlParserListener) EnterFor_update_options(ctx *For_update_optionsContext)
EnterFor_update_options is called when production for_update_options is entered.
func (*BasePlSqlParserListener) EnterForall_statement ¶
func (s *BasePlSqlParserListener) EnterForall_statement(ctx *Forall_statementContext)
EnterForall_statement is called when production forall_statement is entered.
func (*BasePlSqlParserListener) EnterForeign_key_clause ¶
func (s *BasePlSqlParserListener) EnterForeign_key_clause(ctx *Foreign_key_clauseContext)
EnterForeign_key_clause is called when production foreign_key_clause is entered.
func (*BasePlSqlParserListener) EnterFrom_clause ¶
func (s *BasePlSqlParserListener) EnterFrom_clause(ctx *From_clauseContext)
EnterFrom_clause is called when production from_clause is entered.
func (*BasePlSqlParserListener) EnterFull_database_recovery ¶
func (s *BasePlSqlParserListener) EnterFull_database_recovery(ctx *Full_database_recoveryContext)
EnterFull_database_recovery is called when production full_database_recovery is entered.
func (*BasePlSqlParserListener) EnterFunc_decl_in_type ¶
func (s *BasePlSqlParserListener) EnterFunc_decl_in_type(ctx *Func_decl_in_typeContext)
EnterFunc_decl_in_type is called when production func_decl_in_type is entered.
func (*BasePlSqlParserListener) EnterFunction_argument ¶
func (s *BasePlSqlParserListener) EnterFunction_argument(ctx *Function_argumentContext)
EnterFunction_argument is called when production function_argument is entered.
func (*BasePlSqlParserListener) EnterFunction_argument_analytic ¶
func (s *BasePlSqlParserListener) EnterFunction_argument_analytic(ctx *Function_argument_analyticContext)
EnterFunction_argument_analytic is called when production function_argument_analytic is entered.
func (*BasePlSqlParserListener) EnterFunction_argument_modeling ¶
func (s *BasePlSqlParserListener) EnterFunction_argument_modeling(ctx *Function_argument_modelingContext)
EnterFunction_argument_modeling is called when production function_argument_modeling is entered.
func (*BasePlSqlParserListener) EnterFunction_association ¶
func (s *BasePlSqlParserListener) EnterFunction_association(ctx *Function_associationContext)
EnterFunction_association is called when production function_association is entered.
func (*BasePlSqlParserListener) EnterFunction_body ¶
func (s *BasePlSqlParserListener) EnterFunction_body(ctx *Function_bodyContext)
EnterFunction_body is called when production function_body is entered.
func (*BasePlSqlParserListener) EnterFunction_call ¶
func (s *BasePlSqlParserListener) EnterFunction_call(ctx *Function_callContext)
EnterFunction_call is called when production function_call is entered.
func (*BasePlSqlParserListener) EnterFunction_name ¶
func (s *BasePlSqlParserListener) EnterFunction_name(ctx *Function_nameContext)
EnterFunction_name is called when production function_name is entered.
func (*BasePlSqlParserListener) EnterFunction_spec ¶
func (s *BasePlSqlParserListener) EnterFunction_spec(ctx *Function_specContext)
EnterFunction_spec is called when production function_spec is entered.
func (*BasePlSqlParserListener) EnterGeneral_element ¶
func (s *BasePlSqlParserListener) EnterGeneral_element(ctx *General_elementContext)
EnterGeneral_element is called when production general_element is entered.
func (*BasePlSqlParserListener) EnterGeneral_element_part ¶
func (s *BasePlSqlParserListener) EnterGeneral_element_part(ctx *General_element_partContext)
EnterGeneral_element_part is called when production general_element_part is entered.
func (*BasePlSqlParserListener) EnterGeneral_recovery ¶
func (s *BasePlSqlParserListener) EnterGeneral_recovery(ctx *General_recoveryContext)
EnterGeneral_recovery is called when production general_recovery is entered.
func (*BasePlSqlParserListener) EnterGeneral_table_ref ¶
func (s *BasePlSqlParserListener) EnterGeneral_table_ref(ctx *General_table_refContext)
EnterGeneral_table_ref is called when production general_table_ref is entered.
func (*BasePlSqlParserListener) EnterGlobal_partitioned_index ¶
func (s *BasePlSqlParserListener) EnterGlobal_partitioned_index(ctx *Global_partitioned_indexContext)
EnterGlobal_partitioned_index is called when production global_partitioned_index is entered.
func (*BasePlSqlParserListener) EnterGoto_statement ¶
func (s *BasePlSqlParserListener) EnterGoto_statement(ctx *Goto_statementContext)
EnterGoto_statement is called when production goto_statement is entered.
func (*BasePlSqlParserListener) EnterGrant_object_name ¶
func (s *BasePlSqlParserListener) EnterGrant_object_name(ctx *Grant_object_nameContext)
EnterGrant_object_name is called when production grant_object_name is entered.
func (*BasePlSqlParserListener) EnterGrant_statement ¶
func (s *BasePlSqlParserListener) EnterGrant_statement(ctx *Grant_statementContext)
EnterGrant_statement is called when production grant_statement is entered.
func (*BasePlSqlParserListener) EnterGrantee_name ¶
func (s *BasePlSqlParserListener) EnterGrantee_name(ctx *Grantee_nameContext)
EnterGrantee_name is called when production grantee_name is entered.
func (*BasePlSqlParserListener) EnterGroup_by_clause ¶
func (s *BasePlSqlParserListener) EnterGroup_by_clause(ctx *Group_by_clauseContext)
EnterGroup_by_clause is called when production group_by_clause is entered.
func (*BasePlSqlParserListener) EnterGroup_by_elements ¶
func (s *BasePlSqlParserListener) EnterGroup_by_elements(ctx *Group_by_elementsContext)
EnterGroup_by_elements is called when production group_by_elements is entered.
func (*BasePlSqlParserListener) EnterGrouping_sets_clause ¶
func (s *BasePlSqlParserListener) EnterGrouping_sets_clause(ctx *Grouping_sets_clauseContext)
EnterGrouping_sets_clause is called when production grouping_sets_clause is entered.
func (*BasePlSqlParserListener) EnterGrouping_sets_elements ¶
func (s *BasePlSqlParserListener) EnterGrouping_sets_elements(ctx *Grouping_sets_elementsContext)
EnterGrouping_sets_elements is called when production grouping_sets_elements is entered.
func (*BasePlSqlParserListener) EnterHash_partition_quantity ¶
func (s *BasePlSqlParserListener) EnterHash_partition_quantity(ctx *Hash_partition_quantityContext)
EnterHash_partition_quantity is called when production hash_partition_quantity is entered.
func (*BasePlSqlParserListener) EnterHash_partitions ¶
func (s *BasePlSqlParserListener) EnterHash_partitions(ctx *Hash_partitionsContext)
EnterHash_partitions is called when production hash_partitions is entered.
func (*BasePlSqlParserListener) EnterHash_partitions_by_quantity ¶
func (s *BasePlSqlParserListener) EnterHash_partitions_by_quantity(ctx *Hash_partitions_by_quantityContext)
EnterHash_partitions_by_quantity is called when production hash_partitions_by_quantity is entered.
func (*BasePlSqlParserListener) EnterHash_subpartition_quantity ¶
func (s *BasePlSqlParserListener) EnterHash_subpartition_quantity(ctx *Hash_subpartition_quantityContext)
EnterHash_subpartition_quantity is called when production hash_subpartition_quantity is entered.
func (*BasePlSqlParserListener) EnterHash_subparts_by_quantity ¶
func (s *BasePlSqlParserListener) EnterHash_subparts_by_quantity(ctx *Hash_subparts_by_quantityContext)
EnterHash_subparts_by_quantity is called when production hash_subparts_by_quantity is entered.
func (*BasePlSqlParserListener) EnterHaving_clause ¶
func (s *BasePlSqlParserListener) EnterHaving_clause(ctx *Having_clauseContext)
EnterHaving_clause is called when production having_clause is entered.
func (*BasePlSqlParserListener) EnterHierarchical_query_clause ¶
func (s *BasePlSqlParserListener) EnterHierarchical_query_clause(ctx *Hierarchical_query_clauseContext)
EnterHierarchical_query_clause is called when production hierarchical_query_clause is entered.
func (*BasePlSqlParserListener) EnterId_expression ¶
func (s *BasePlSqlParserListener) EnterId_expression(ctx *Id_expressionContext)
EnterId_expression is called when production id_expression is entered.
func (*BasePlSqlParserListener) EnterIdentified_by ¶
func (s *BasePlSqlParserListener) EnterIdentified_by(ctx *Identified_byContext)
EnterIdentified_by is called when production identified_by is entered.
func (*BasePlSqlParserListener) EnterIdentified_other_clause ¶
func (s *BasePlSqlParserListener) EnterIdentified_other_clause(ctx *Identified_other_clauseContext)
EnterIdentified_other_clause is called when production identified_other_clause is entered.
func (*BasePlSqlParserListener) EnterIdentifier ¶
func (s *BasePlSqlParserListener) EnterIdentifier(ctx *IdentifierContext)
EnterIdentifier is called when production identifier is entered.
func (*BasePlSqlParserListener) EnterIf_statement ¶
func (s *BasePlSqlParserListener) EnterIf_statement(ctx *If_statementContext)
EnterIf_statement is called when production if_statement is entered.
func (*BasePlSqlParserListener) EnterImplementation_type_name ¶
func (s *BasePlSqlParserListener) EnterImplementation_type_name(ctx *Implementation_type_nameContext)
EnterImplementation_type_name is called when production implementation_type_name is entered.
func (*BasePlSqlParserListener) EnterIn_elements ¶
func (s *BasePlSqlParserListener) EnterIn_elements(ctx *In_elementsContext)
EnterIn_elements is called when production in_elements is entered.
func (*BasePlSqlParserListener) EnterIncluding_or_excluding ¶
func (s *BasePlSqlParserListener) EnterIncluding_or_excluding(ctx *Including_or_excludingContext)
EnterIncluding_or_excluding is called when production including_or_excluding is entered.
func (*BasePlSqlParserListener) EnterIndex_attributes ¶
func (s *BasePlSqlParserListener) EnterIndex_attributes(ctx *Index_attributesContext)
EnterIndex_attributes is called when production index_attributes is entered.
func (*BasePlSqlParserListener) EnterIndex_expr ¶
func (s *BasePlSqlParserListener) EnterIndex_expr(ctx *Index_exprContext)
EnterIndex_expr is called when production index_expr is entered.
func (*BasePlSqlParserListener) EnterIndex_name ¶
func (s *BasePlSqlParserListener) EnterIndex_name(ctx *Index_nameContext)
EnterIndex_name is called when production index_name is entered.
func (*BasePlSqlParserListener) EnterIndex_org_overflow_clause ¶
func (s *BasePlSqlParserListener) EnterIndex_org_overflow_clause(ctx *Index_org_overflow_clauseContext)
EnterIndex_org_overflow_clause is called when production index_org_overflow_clause is entered.
func (*BasePlSqlParserListener) EnterIndex_org_table_clause ¶
func (s *BasePlSqlParserListener) EnterIndex_org_table_clause(ctx *Index_org_table_clauseContext)
EnterIndex_org_table_clause is called when production index_org_table_clause is entered.
func (*BasePlSqlParserListener) EnterIndex_partition_description ¶
func (s *BasePlSqlParserListener) EnterIndex_partition_description(ctx *Index_partition_descriptionContext)
EnterIndex_partition_description is called when production index_partition_description is entered.
func (*BasePlSqlParserListener) EnterIndex_partitioning_clause ¶
func (s *BasePlSqlParserListener) EnterIndex_partitioning_clause(ctx *Index_partitioning_clauseContext)
EnterIndex_partitioning_clause is called when production index_partitioning_clause is entered.
func (*BasePlSqlParserListener) EnterIndex_properties ¶
func (s *BasePlSqlParserListener) EnterIndex_properties(ctx *Index_propertiesContext)
EnterIndex_properties is called when production index_properties is entered.
func (*BasePlSqlParserListener) EnterIndex_subpartition_clause ¶
func (s *BasePlSqlParserListener) EnterIndex_subpartition_clause(ctx *Index_subpartition_clauseContext)
EnterIndex_subpartition_clause is called when production index_subpartition_clause is entered.
func (*BasePlSqlParserListener) EnterIndex_subpartition_subclause ¶
func (s *BasePlSqlParserListener) EnterIndex_subpartition_subclause(ctx *Index_subpartition_subclauseContext)
EnterIndex_subpartition_subclause is called when production index_subpartition_subclause is entered.
func (*BasePlSqlParserListener) EnterIndextype ¶
func (s *BasePlSqlParserListener) EnterIndextype(ctx *IndextypeContext)
EnterIndextype is called when production indextype is entered.
func (*BasePlSqlParserListener) EnterIndextype_name ¶
func (s *BasePlSqlParserListener) EnterIndextype_name(ctx *Indextype_nameContext)
EnterIndextype_name is called when production indextype_name is entered.
func (*BasePlSqlParserListener) EnterIndividual_hash_partitions ¶
func (s *BasePlSqlParserListener) EnterIndividual_hash_partitions(ctx *Individual_hash_partitionsContext)
EnterIndividual_hash_partitions is called when production individual_hash_partitions is entered.
func (*BasePlSqlParserListener) EnterIndividual_hash_subparts ¶
func (s *BasePlSqlParserListener) EnterIndividual_hash_subparts(ctx *Individual_hash_subpartsContext)
EnterIndividual_hash_subparts is called when production individual_hash_subparts is entered.
func (*BasePlSqlParserListener) EnterInline_constraint ¶
func (s *BasePlSqlParserListener) EnterInline_constraint(ctx *Inline_constraintContext)
EnterInline_constraint is called when production inline_constraint is entered.
func (*BasePlSqlParserListener) EnterInline_ref_constraint ¶
func (s *BasePlSqlParserListener) EnterInline_ref_constraint(ctx *Inline_ref_constraintContext)
EnterInline_ref_constraint is called when production inline_ref_constraint is entered.
func (*BasePlSqlParserListener) EnterInsert_into_clause ¶
func (s *BasePlSqlParserListener) EnterInsert_into_clause(ctx *Insert_into_clauseContext)
EnterInsert_into_clause is called when production insert_into_clause is entered.
func (*BasePlSqlParserListener) EnterInsert_statement ¶
func (s *BasePlSqlParserListener) EnterInsert_statement(ctx *Insert_statementContext)
EnterInsert_statement is called when production insert_statement is entered.
func (*BasePlSqlParserListener) EnterInstance_clauses ¶
func (s *BasePlSqlParserListener) EnterInstance_clauses(ctx *Instance_clausesContext)
EnterInstance_clauses is called when production instance_clauses is entered.
func (*BasePlSqlParserListener) EnterInterval_expr ¶
func (s *BasePlSqlParserListener) EnterInterval_expr(ctx *Interval_exprContext)
EnterInterval_expr is called when production interval_expr is entered.
func (*BasePlSqlParserListener) EnterInterval_expression ¶
func (s *BasePlSqlParserListener) EnterInterval_expression(ctx *Interval_expressionContext)
EnterInterval_expression is called when production interval_expression is entered.
func (*BasePlSqlParserListener) EnterInto_clause ¶
func (s *BasePlSqlParserListener) EnterInto_clause(ctx *Into_clauseContext)
EnterInto_clause is called when production into_clause is entered.
func (*BasePlSqlParserListener) EnterInto_clause1 ¶
func (s *BasePlSqlParserListener) EnterInto_clause1(ctx *Into_clause1Context)
EnterInto_clause1 is called when production into_clause1 is entered.
func (*BasePlSqlParserListener) EnterInvoker_rights_clause ¶
func (s *BasePlSqlParserListener) EnterInvoker_rights_clause(ctx *Invoker_rights_clauseContext)
EnterInvoker_rights_clause is called when production invoker_rights_clause is entered.
func (*BasePlSqlParserListener) EnterIo_cost ¶
func (s *BasePlSqlParserListener) EnterIo_cost(ctx *Io_costContext)
EnterIo_cost is called when production io_cost is entered.
func (*BasePlSqlParserListener) EnterJava_spec ¶
func (s *BasePlSqlParserListener) EnterJava_spec(ctx *Java_specContext)
EnterJava_spec is called when production java_spec is entered.
func (*BasePlSqlParserListener) EnterJoin_clause ¶
func (s *BasePlSqlParserListener) EnterJoin_clause(ctx *Join_clauseContext)
EnterJoin_clause is called when production join_clause is entered.
func (*BasePlSqlParserListener) EnterJoin_on_part ¶
func (s *BasePlSqlParserListener) EnterJoin_on_part(ctx *Join_on_partContext)
EnterJoin_on_part is called when production join_on_part is entered.
func (*BasePlSqlParserListener) EnterJoin_using_part ¶
func (s *BasePlSqlParserListener) EnterJoin_using_part(ctx *Join_using_partContext)
EnterJoin_using_part is called when production join_using_part is entered.
func (*BasePlSqlParserListener) EnterKeep_clause ¶
func (s *BasePlSqlParserListener) EnterKeep_clause(ctx *Keep_clauseContext)
EnterKeep_clause is called when production keep_clause is entered.
func (*BasePlSqlParserListener) EnterKey_compression ¶
func (s *BasePlSqlParserListener) EnterKey_compression(ctx *Key_compressionContext)
EnterKey_compression is called when production key_compression is entered.
func (*BasePlSqlParserListener) EnterLabel_declaration ¶
func (s *BasePlSqlParserListener) EnterLabel_declaration(ctx *Label_declarationContext)
EnterLabel_declaration is called when production label_declaration is entered.
func (*BasePlSqlParserListener) EnterLabel_name ¶
func (s *BasePlSqlParserListener) EnterLabel_name(ctx *Label_nameContext)
EnterLabel_name is called when production label_name is entered.
func (*BasePlSqlParserListener) EnterLibrary_debug ¶
func (s *BasePlSqlParserListener) EnterLibrary_debug(ctx *Library_debugContext)
EnterLibrary_debug is called when production library_debug is entered.
func (*BasePlSqlParserListener) EnterLibrary_editionable ¶
func (s *BasePlSqlParserListener) EnterLibrary_editionable(ctx *Library_editionableContext)
EnterLibrary_editionable is called when production library_editionable is entered.
func (*BasePlSqlParserListener) EnterLibrary_name ¶
func (s *BasePlSqlParserListener) EnterLibrary_name(ctx *Library_nameContext)
EnterLibrary_name is called when production library_name is entered.
func (*BasePlSqlParserListener) EnterLink_name ¶
func (s *BasePlSqlParserListener) EnterLink_name(ctx *Link_nameContext)
EnterLink_name is called when production link_name is entered.
func (*BasePlSqlParserListener) EnterList_partition_desc ¶
func (s *BasePlSqlParserListener) EnterList_partition_desc(ctx *List_partition_descContext)
EnterList_partition_desc is called when production list_partition_desc is entered.
func (*BasePlSqlParserListener) EnterList_partitions ¶
func (s *BasePlSqlParserListener) EnterList_partitions(ctx *List_partitionsContext)
EnterList_partitions is called when production list_partitions is entered.
func (*BasePlSqlParserListener) EnterList_subpartition_desc ¶
func (s *BasePlSqlParserListener) EnterList_subpartition_desc(ctx *List_subpartition_descContext)
EnterList_subpartition_desc is called when production list_subpartition_desc is entered.
func (*BasePlSqlParserListener) EnterList_values_clause ¶
func (s *BasePlSqlParserListener) EnterList_values_clause(ctx *List_values_clauseContext)
EnterList_values_clause is called when production list_values_clause is entered.
func (*BasePlSqlParserListener) EnterLiteral ¶
func (s *BasePlSqlParserListener) EnterLiteral(ctx *LiteralContext)
EnterLiteral is called when production literal is entered.
func (*BasePlSqlParserListener) EnterLob_compression_clause ¶
func (s *BasePlSqlParserListener) EnterLob_compression_clause(ctx *Lob_compression_clauseContext)
EnterLob_compression_clause is called when production lob_compression_clause is entered.
func (*BasePlSqlParserListener) EnterLob_deduplicate_clause ¶
func (s *BasePlSqlParserListener) EnterLob_deduplicate_clause(ctx *Lob_deduplicate_clauseContext)
EnterLob_deduplicate_clause is called when production lob_deduplicate_clause is entered.
func (*BasePlSqlParserListener) EnterLob_item ¶
func (s *BasePlSqlParserListener) EnterLob_item(ctx *Lob_itemContext)
EnterLob_item is called when production lob_item is entered.
func (*BasePlSqlParserListener) EnterLob_parameters ¶
func (s *BasePlSqlParserListener) EnterLob_parameters(ctx *Lob_parametersContext)
EnterLob_parameters is called when production lob_parameters is entered.
func (*BasePlSqlParserListener) EnterLob_partitioning_storage ¶
func (s *BasePlSqlParserListener) EnterLob_partitioning_storage(ctx *Lob_partitioning_storageContext)
EnterLob_partitioning_storage is called when production lob_partitioning_storage is entered.
func (*BasePlSqlParserListener) EnterLob_retention_clause ¶
func (s *BasePlSqlParserListener) EnterLob_retention_clause(ctx *Lob_retention_clauseContext)
EnterLob_retention_clause is called when production lob_retention_clause is entered.
func (*BasePlSqlParserListener) EnterLob_segname ¶
func (s *BasePlSqlParserListener) EnterLob_segname(ctx *Lob_segnameContext)
EnterLob_segname is called when production lob_segname is entered.
func (*BasePlSqlParserListener) EnterLob_storage_clause ¶
func (s *BasePlSqlParserListener) EnterLob_storage_clause(ctx *Lob_storage_clauseContext)
EnterLob_storage_clause is called when production lob_storage_clause is entered.
func (*BasePlSqlParserListener) EnterLob_storage_parameters ¶
func (s *BasePlSqlParserListener) EnterLob_storage_parameters(ctx *Lob_storage_parametersContext)
EnterLob_storage_parameters is called when production lob_storage_parameters is entered.
func (*BasePlSqlParserListener) EnterLocal_domain_index_clause ¶
func (s *BasePlSqlParserListener) EnterLocal_domain_index_clause(ctx *Local_domain_index_clauseContext)
EnterLocal_domain_index_clause is called when production local_domain_index_clause is entered.
func (*BasePlSqlParserListener) EnterLocal_partitioned_index ¶
func (s *BasePlSqlParserListener) EnterLocal_partitioned_index(ctx *Local_partitioned_indexContext)
EnterLocal_partitioned_index is called when production local_partitioned_index is entered.
func (*BasePlSqlParserListener) EnterLocal_xmlindex_clause ¶
func (s *BasePlSqlParserListener) EnterLocal_xmlindex_clause(ctx *Local_xmlindex_clauseContext)
EnterLocal_xmlindex_clause is called when production local_xmlindex_clause is entered.
func (*BasePlSqlParserListener) EnterLock_mode ¶
func (s *BasePlSqlParserListener) EnterLock_mode(ctx *Lock_modeContext)
EnterLock_mode is called when production lock_mode is entered.
func (*BasePlSqlParserListener) EnterLock_table_element ¶
func (s *BasePlSqlParserListener) EnterLock_table_element(ctx *Lock_table_elementContext)
EnterLock_table_element is called when production lock_table_element is entered.
func (*BasePlSqlParserListener) EnterLock_table_statement ¶
func (s *BasePlSqlParserListener) EnterLock_table_statement(ctx *Lock_table_statementContext)
EnterLock_table_statement is called when production lock_table_statement is entered.
func (*BasePlSqlParserListener) EnterLog_file_group ¶
func (s *BasePlSqlParserListener) EnterLog_file_group(ctx *Log_file_groupContext)
EnterLog_file_group is called when production log_file_group is entered.
func (*BasePlSqlParserListener) EnterLog_grp ¶
func (s *BasePlSqlParserListener) EnterLog_grp(ctx *Log_grpContext)
EnterLog_grp is called when production log_grp is entered.
func (*BasePlSqlParserListener) EnterLogfile_clauses ¶
func (s *BasePlSqlParserListener) EnterLogfile_clauses(ctx *Logfile_clausesContext)
EnterLogfile_clauses is called when production logfile_clauses is entered.
func (*BasePlSqlParserListener) EnterLogfile_descriptor ¶
func (s *BasePlSqlParserListener) EnterLogfile_descriptor(ctx *Logfile_descriptorContext)
EnterLogfile_descriptor is called when production logfile_descriptor is entered.
func (*BasePlSqlParserListener) EnterLogging_clause ¶
func (s *BasePlSqlParserListener) EnterLogging_clause(ctx *Logging_clauseContext)
EnterLogging_clause is called when production logging_clause is entered.
func (*BasePlSqlParserListener) EnterLogical_expression ¶
func (s *BasePlSqlParserListener) EnterLogical_expression(ctx *Logical_expressionContext)
EnterLogical_expression is called when production logical_expression is entered.
func (*BasePlSqlParserListener) EnterLogical_operation ¶
func (s *BasePlSqlParserListener) EnterLogical_operation(ctx *Logical_operationContext)
EnterLogical_operation is called when production logical_operation is entered.
func (*BasePlSqlParserListener) EnterLoop_statement ¶
func (s *BasePlSqlParserListener) EnterLoop_statement(ctx *Loop_statementContext)
EnterLoop_statement is called when production loop_statement is entered.
func (*BasePlSqlParserListener) EnterLower_bound ¶
func (s *BasePlSqlParserListener) EnterLower_bound(ctx *Lower_boundContext)
EnterLower_bound is called when production lower_bound is entered.
func (*BasePlSqlParserListener) EnterMain_model ¶
func (s *BasePlSqlParserListener) EnterMain_model(ctx *Main_modelContext)
EnterMain_model is called when production main_model is entered.
func (*BasePlSqlParserListener) EnterMain_model_name ¶
func (s *BasePlSqlParserListener) EnterMain_model_name(ctx *Main_model_nameContext)
EnterMain_model_name is called when production main_model_name is entered.
func (*BasePlSqlParserListener) EnterManaged_standby_recovery ¶
func (s *BasePlSqlParserListener) EnterManaged_standby_recovery(ctx *Managed_standby_recoveryContext)
EnterManaged_standby_recovery is called when production managed_standby_recovery is entered.
func (*BasePlSqlParserListener) EnterMap_order_func_declaration ¶
func (s *BasePlSqlParserListener) EnterMap_order_func_declaration(ctx *Map_order_func_declarationContext)
EnterMap_order_func_declaration is called when production map_order_func_declaration is entered.
func (*BasePlSqlParserListener) EnterMap_order_function_spec ¶
func (s *BasePlSqlParserListener) EnterMap_order_function_spec(ctx *Map_order_function_specContext)
EnterMap_order_function_spec is called when production map_order_function_spec is entered.
func (*BasePlSqlParserListener) EnterMapping_table_clause ¶
func (s *BasePlSqlParserListener) EnterMapping_table_clause(ctx *Mapping_table_clauseContext)
EnterMapping_table_clause is called when production mapping_table_clause is entered.
func (*BasePlSqlParserListener) EnterMaximize_standby_db_clause ¶
func (s *BasePlSqlParserListener) EnterMaximize_standby_db_clause(ctx *Maximize_standby_db_clauseContext)
EnterMaximize_standby_db_clause is called when production maximize_standby_db_clause is entered.
func (*BasePlSqlParserListener) EnterMaxsize_clause ¶
func (s *BasePlSqlParserListener) EnterMaxsize_clause(ctx *Maxsize_clauseContext)
EnterMaxsize_clause is called when production maxsize_clause is entered.
func (*BasePlSqlParserListener) EnterMerge_element ¶
func (s *BasePlSqlParserListener) EnterMerge_element(ctx *Merge_elementContext)
EnterMerge_element is called when production merge_element is entered.
func (*BasePlSqlParserListener) EnterMerge_insert_clause ¶
func (s *BasePlSqlParserListener) EnterMerge_insert_clause(ctx *Merge_insert_clauseContext)
EnterMerge_insert_clause is called when production merge_insert_clause is entered.
func (*BasePlSqlParserListener) EnterMerge_statement ¶
func (s *BasePlSqlParserListener) EnterMerge_statement(ctx *Merge_statementContext)
EnterMerge_statement is called when production merge_statement is entered.
func (*BasePlSqlParserListener) EnterMerge_update_clause ¶
func (s *BasePlSqlParserListener) EnterMerge_update_clause(ctx *Merge_update_clauseContext)
EnterMerge_update_clause is called when production merge_update_clause is entered.
func (*BasePlSqlParserListener) EnterMerge_update_delete_part ¶
func (s *BasePlSqlParserListener) EnterMerge_update_delete_part(ctx *Merge_update_delete_partContext)
EnterMerge_update_delete_part is called when production merge_update_delete_part is entered.
func (*BasePlSqlParserListener) EnterModel_clause ¶
func (s *BasePlSqlParserListener) EnterModel_clause(ctx *Model_clauseContext)
EnterModel_clause is called when production model_clause is entered.
func (*BasePlSqlParserListener) EnterModel_column ¶
func (s *BasePlSqlParserListener) EnterModel_column(ctx *Model_columnContext)
EnterModel_column is called when production model_column is entered.
func (*BasePlSqlParserListener) EnterModel_column_clauses ¶
func (s *BasePlSqlParserListener) EnterModel_column_clauses(ctx *Model_column_clausesContext)
EnterModel_column_clauses is called when production model_column_clauses is entered.
func (*BasePlSqlParserListener) EnterModel_column_list ¶
func (s *BasePlSqlParserListener) EnterModel_column_list(ctx *Model_column_listContext)
EnterModel_column_list is called when production model_column_list is entered.
func (*BasePlSqlParserListener) EnterModel_column_partition_part ¶
func (s *BasePlSqlParserListener) EnterModel_column_partition_part(ctx *Model_column_partition_partContext)
EnterModel_column_partition_part is called when production model_column_partition_part is entered.
func (*BasePlSqlParserListener) EnterModel_expression ¶
func (s *BasePlSqlParserListener) EnterModel_expression(ctx *Model_expressionContext)
EnterModel_expression is called when production model_expression is entered.
func (*BasePlSqlParserListener) EnterModel_expression_element ¶
func (s *BasePlSqlParserListener) EnterModel_expression_element(ctx *Model_expression_elementContext)
EnterModel_expression_element is called when production model_expression_element is entered.
func (*BasePlSqlParserListener) EnterModel_iterate_clause ¶
func (s *BasePlSqlParserListener) EnterModel_iterate_clause(ctx *Model_iterate_clauseContext)
EnterModel_iterate_clause is called when production model_iterate_clause is entered.
func (*BasePlSqlParserListener) EnterModel_name ¶
func (s *BasePlSqlParserListener) EnterModel_name(ctx *Model_nameContext)
EnterModel_name is called when production model_name is entered.
func (*BasePlSqlParserListener) EnterModel_rules_clause ¶
func (s *BasePlSqlParserListener) EnterModel_rules_clause(ctx *Model_rules_clauseContext)
EnterModel_rules_clause is called when production model_rules_clause is entered.
func (*BasePlSqlParserListener) EnterModel_rules_element ¶
func (s *BasePlSqlParserListener) EnterModel_rules_element(ctx *Model_rules_elementContext)
EnterModel_rules_element is called when production model_rules_element is entered.
func (*BasePlSqlParserListener) EnterModel_rules_part ¶
func (s *BasePlSqlParserListener) EnterModel_rules_part(ctx *Model_rules_partContext)
EnterModel_rules_part is called when production model_rules_part is entered.
func (*BasePlSqlParserListener) EnterModifier_clause ¶
func (s *BasePlSqlParserListener) EnterModifier_clause(ctx *Modifier_clauseContext)
EnterModifier_clause is called when production modifier_clause is entered.
func (*BasePlSqlParserListener) EnterModify_col_properties ¶
func (s *BasePlSqlParserListener) EnterModify_col_properties(ctx *Modify_col_propertiesContext)
EnterModify_col_properties is called when production modify_col_properties is entered.
func (*BasePlSqlParserListener) EnterModify_col_substitutable ¶
func (s *BasePlSqlParserListener) EnterModify_col_substitutable(ctx *Modify_col_substitutableContext)
EnterModify_col_substitutable is called when production modify_col_substitutable is entered.
func (*BasePlSqlParserListener) EnterModify_collection_retrieval ¶
func (s *BasePlSqlParserListener) EnterModify_collection_retrieval(ctx *Modify_collection_retrievalContext)
EnterModify_collection_retrieval is called when production modify_collection_retrieval is entered.
func (*BasePlSqlParserListener) EnterModify_column_clauses ¶
func (s *BasePlSqlParserListener) EnterModify_column_clauses(ctx *Modify_column_clausesContext)
EnterModify_column_clauses is called when production modify_column_clauses is entered.
func (*BasePlSqlParserListener) EnterModify_index_default_attrs ¶
func (s *BasePlSqlParserListener) EnterModify_index_default_attrs(ctx *Modify_index_default_attrsContext)
EnterModify_index_default_attrs is called when production modify_index_default_attrs is entered.
func (*BasePlSqlParserListener) EnterModify_index_partition ¶
func (s *BasePlSqlParserListener) EnterModify_index_partition(ctx *Modify_index_partitionContext)
EnterModify_index_partition is called when production modify_index_partition is entered.
func (*BasePlSqlParserListener) EnterModify_index_partitions_ops ¶
func (s *BasePlSqlParserListener) EnterModify_index_partitions_ops(ctx *Modify_index_partitions_opsContext)
EnterModify_index_partitions_ops is called when production modify_index_partitions_ops is entered.
func (*BasePlSqlParserListener) EnterModify_index_subpartition ¶
func (s *BasePlSqlParserListener) EnterModify_index_subpartition(ctx *Modify_index_subpartitionContext)
EnterModify_index_subpartition is called when production modify_index_subpartition is entered.
func (*BasePlSqlParserListener) EnterModify_lob_parameters ¶
func (s *BasePlSqlParserListener) EnterModify_lob_parameters(ctx *Modify_lob_parametersContext)
EnterModify_lob_parameters is called when production modify_lob_parameters is entered.
func (*BasePlSqlParserListener) EnterModify_lob_storage_clause ¶
func (s *BasePlSqlParserListener) EnterModify_lob_storage_clause(ctx *Modify_lob_storage_clauseContext)
EnterModify_lob_storage_clause is called when production modify_lob_storage_clause is entered.
func (*BasePlSqlParserListener) EnterModify_mv_column_clause ¶
func (s *BasePlSqlParserListener) EnterModify_mv_column_clause(ctx *Modify_mv_column_clauseContext)
EnterModify_mv_column_clause is called when production modify_mv_column_clause is entered.
func (*BasePlSqlParserListener) EnterMonitoring_nomonitoring ¶
func (s *BasePlSqlParserListener) EnterMonitoring_nomonitoring(ctx *Monitoring_nomonitoringContext)
EnterMonitoring_nomonitoring is called when production monitoring_nomonitoring is entered.
func (*BasePlSqlParserListener) EnterMove_mv_log_clause ¶
func (s *BasePlSqlParserListener) EnterMove_mv_log_clause(ctx *Move_mv_log_clauseContext)
EnterMove_mv_log_clause is called when production move_mv_log_clause is entered.
func (*BasePlSqlParserListener) EnterMove_table_clause ¶
func (s *BasePlSqlParserListener) EnterMove_table_clause(ctx *Move_table_clauseContext)
EnterMove_table_clause is called when production move_table_clause is entered.
func (*BasePlSqlParserListener) EnterMulti_column_for_loop ¶
func (s *BasePlSqlParserListener) EnterMulti_column_for_loop(ctx *Multi_column_for_loopContext)
EnterMulti_column_for_loop is called when production multi_column_for_loop is entered.
func (*BasePlSqlParserListener) EnterMulti_table_element ¶
func (s *BasePlSqlParserListener) EnterMulti_table_element(ctx *Multi_table_elementContext)
EnterMulti_table_element is called when production multi_table_element is entered.
func (*BasePlSqlParserListener) EnterMulti_table_insert ¶
func (s *BasePlSqlParserListener) EnterMulti_table_insert(ctx *Multi_table_insertContext)
EnterMulti_table_insert is called when production multi_table_insert is entered.
func (*BasePlSqlParserListener) EnterMultiset_expression ¶
func (s *BasePlSqlParserListener) EnterMultiset_expression(ctx *Multiset_expressionContext)
EnterMultiset_expression is called when production multiset_expression is entered.
func (*BasePlSqlParserListener) EnterMv_log_augmentation ¶
func (s *BasePlSqlParserListener) EnterMv_log_augmentation(ctx *Mv_log_augmentationContext)
EnterMv_log_augmentation is called when production mv_log_augmentation is entered.
func (*BasePlSqlParserListener) EnterMv_log_purge_clause ¶
func (s *BasePlSqlParserListener) EnterMv_log_purge_clause(ctx *Mv_log_purge_clauseContext)
EnterMv_log_purge_clause is called when production mv_log_purge_clause is entered.
func (*BasePlSqlParserListener) EnterNative_datatype_element ¶
func (s *BasePlSqlParserListener) EnterNative_datatype_element(ctx *Native_datatype_elementContext)
EnterNative_datatype_element is called when production native_datatype_element is entered.
func (*BasePlSqlParserListener) EnterNested_item ¶
func (s *BasePlSqlParserListener) EnterNested_item(ctx *Nested_itemContext)
EnterNested_item is called when production nested_item is entered.
func (*BasePlSqlParserListener) EnterNested_table_col_properties ¶
func (s *BasePlSqlParserListener) EnterNested_table_col_properties(ctx *Nested_table_col_propertiesContext)
EnterNested_table_col_properties is called when production nested_table_col_properties is entered.
func (*BasePlSqlParserListener) EnterNested_table_type_def ¶
func (s *BasePlSqlParserListener) EnterNested_table_type_def(ctx *Nested_table_type_defContext)
EnterNested_table_type_def is called when production nested_table_type_def is entered.
func (*BasePlSqlParserListener) EnterNetwork_cost ¶
func (s *BasePlSqlParserListener) EnterNetwork_cost(ctx *Network_costContext)
EnterNetwork_cost is called when production network_cost is entered.
func (*BasePlSqlParserListener) EnterNew_column_name ¶
func (s *BasePlSqlParserListener) EnterNew_column_name(ctx *New_column_nameContext)
EnterNew_column_name is called when production new_column_name is entered.
func (*BasePlSqlParserListener) EnterNew_constraint_name ¶
func (s *BasePlSqlParserListener) EnterNew_constraint_name(ctx *New_constraint_nameContext)
EnterNew_constraint_name is called when production new_constraint_name is entered.
func (*BasePlSqlParserListener) EnterNew_index_name ¶
func (s *BasePlSqlParserListener) EnterNew_index_name(ctx *New_index_nameContext)
EnterNew_index_name is called when production new_index_name is entered.
func (*BasePlSqlParserListener) EnterNew_partition_name ¶
func (s *BasePlSqlParserListener) EnterNew_partition_name(ctx *New_partition_nameContext)
EnterNew_partition_name is called when production new_partition_name is entered.
func (*BasePlSqlParserListener) EnterNew_tablespace_name ¶
func (s *BasePlSqlParserListener) EnterNew_tablespace_name(ctx *New_tablespace_nameContext)
EnterNew_tablespace_name is called when production new_tablespace_name is entered.
func (*BasePlSqlParserListener) EnterNew_values_clause ¶
func (s *BasePlSqlParserListener) EnterNew_values_clause(ctx *New_values_clauseContext)
EnterNew_values_clause is called when production new_values_clause is entered.
func (*BasePlSqlParserListener) EnterNon_dml_event ¶
func (s *BasePlSqlParserListener) EnterNon_dml_event(ctx *Non_dml_eventContext)
EnterNon_dml_event is called when production non_dml_event is entered.
func (*BasePlSqlParserListener) EnterNon_dml_trigger ¶
func (s *BasePlSqlParserListener) EnterNon_dml_trigger(ctx *Non_dml_triggerContext)
EnterNon_dml_trigger is called when production non_dml_trigger is entered.
func (*BasePlSqlParserListener) EnterNon_reserved_keywords_in_12c ¶
func (s *BasePlSqlParserListener) EnterNon_reserved_keywords_in_12c(ctx *Non_reserved_keywords_in_12cContext)
EnterNon_reserved_keywords_in_12c is called when production non_reserved_keywords_in_12c is entered.
func (*BasePlSqlParserListener) EnterNon_reserved_keywords_pre12c ¶
func (s *BasePlSqlParserListener) EnterNon_reserved_keywords_pre12c(ctx *Non_reserved_keywords_pre12cContext)
EnterNon_reserved_keywords_pre12c is called when production non_reserved_keywords_pre12c is entered.
func (*BasePlSqlParserListener) EnterNull_statement ¶
func (s *BasePlSqlParserListener) EnterNull_statement(ctx *Null_statementContext)
EnterNull_statement is called when production null_statement is entered.
func (*BasePlSqlParserListener) EnterNumeric ¶
func (s *BasePlSqlParserListener) EnterNumeric(ctx *NumericContext)
EnterNumeric is called when production numeric is entered.
func (*BasePlSqlParserListener) EnterNumeric_function ¶
func (s *BasePlSqlParserListener) EnterNumeric_function(ctx *Numeric_functionContext)
EnterNumeric_function is called when production numeric_function is entered.
func (*BasePlSqlParserListener) EnterNumeric_function_name ¶
func (s *BasePlSqlParserListener) EnterNumeric_function_name(ctx *Numeric_function_nameContext)
EnterNumeric_function_name is called when production numeric_function_name is entered.
func (*BasePlSqlParserListener) EnterNumeric_function_wrapper ¶
func (s *BasePlSqlParserListener) EnterNumeric_function_wrapper(ctx *Numeric_function_wrapperContext)
EnterNumeric_function_wrapper is called when production numeric_function_wrapper is entered.
func (*BasePlSqlParserListener) EnterNumeric_negative ¶
func (s *BasePlSqlParserListener) EnterNumeric_negative(ctx *Numeric_negativeContext)
EnterNumeric_negative is called when production numeric_negative is entered.
func (*BasePlSqlParserListener) EnterObject_as_part ¶
func (s *BasePlSqlParserListener) EnterObject_as_part(ctx *Object_as_partContext)
EnterObject_as_part is called when production object_as_part is entered.
func (*BasePlSqlParserListener) EnterObject_member_spec ¶
func (s *BasePlSqlParserListener) EnterObject_member_spec(ctx *Object_member_specContext)
EnterObject_member_spec is called when production object_member_spec is entered.
func (*BasePlSqlParserListener) EnterObject_name ¶
func (s *BasePlSqlParserListener) EnterObject_name(ctx *Object_nameContext)
EnterObject_name is called when production object_name is entered.
func (*BasePlSqlParserListener) EnterObject_privilege ¶
func (s *BasePlSqlParserListener) EnterObject_privilege(ctx *Object_privilegeContext)
EnterObject_privilege is called when production object_privilege is entered.
func (*BasePlSqlParserListener) EnterObject_properties ¶
func (s *BasePlSqlParserListener) EnterObject_properties(ctx *Object_propertiesContext)
EnterObject_properties is called when production object_properties is entered.
func (*BasePlSqlParserListener) EnterObject_table ¶
func (s *BasePlSqlParserListener) EnterObject_table(ctx *Object_tableContext)
EnterObject_table is called when production object_table is entered.
func (*BasePlSqlParserListener) EnterObject_table_substitution ¶
func (s *BasePlSqlParserListener) EnterObject_table_substitution(ctx *Object_table_substitutionContext)
EnterObject_table_substitution is called when production object_table_substitution is entered.
func (*BasePlSqlParserListener) EnterObject_type_col_properties ¶
func (s *BasePlSqlParserListener) EnterObject_type_col_properties(ctx *Object_type_col_propertiesContext)
EnterObject_type_col_properties is called when production object_type_col_properties is entered.
func (*BasePlSqlParserListener) EnterObject_type_def ¶
func (s *BasePlSqlParserListener) EnterObject_type_def(ctx *Object_type_defContext)
EnterObject_type_def is called when production object_type_def is entered.
func (*BasePlSqlParserListener) EnterObject_under_part ¶
func (s *BasePlSqlParserListener) EnterObject_under_part(ctx *Object_under_partContext)
EnterObject_under_part is called when production object_under_part is entered.
func (*BasePlSqlParserListener) EnterObject_view_clause ¶
func (s *BasePlSqlParserListener) EnterObject_view_clause(ctx *Object_view_clauseContext)
EnterObject_view_clause is called when production object_view_clause is entered.
func (*BasePlSqlParserListener) EnterOdci_parameters ¶
func (s *BasePlSqlParserListener) EnterOdci_parameters(ctx *Odci_parametersContext)
EnterOdci_parameters is called when production odci_parameters is entered.
func (*BasePlSqlParserListener) EnterOffset_clause ¶
func (s *BasePlSqlParserListener) EnterOffset_clause(ctx *Offset_clauseContext)
EnterOffset_clause is called when production offset_clause is entered.
func (*BasePlSqlParserListener) EnterOid_clause ¶
func (s *BasePlSqlParserListener) EnterOid_clause(ctx *Oid_clauseContext)
EnterOid_clause is called when production oid_clause is entered.
func (*BasePlSqlParserListener) EnterOid_index_clause ¶
func (s *BasePlSqlParserListener) EnterOid_index_clause(ctx *Oid_index_clauseContext)
EnterOid_index_clause is called when production oid_index_clause is entered.
func (*BasePlSqlParserListener) EnterOld_column_name ¶
func (s *BasePlSqlParserListener) EnterOld_column_name(ctx *Old_column_nameContext)
EnterOld_column_name is called when production old_column_name is entered.
func (*BasePlSqlParserListener) EnterOld_constraint_name ¶
func (s *BasePlSqlParserListener) EnterOld_constraint_name(ctx *Old_constraint_nameContext)
EnterOld_constraint_name is called when production old_constraint_name is entered.
func (*BasePlSqlParserListener) EnterOn_comp_partitioned_clause ¶
func (s *BasePlSqlParserListener) EnterOn_comp_partitioned_clause(ctx *On_comp_partitioned_clauseContext)
EnterOn_comp_partitioned_clause is called when production on_comp_partitioned_clause is entered.
func (*BasePlSqlParserListener) EnterOn_comp_partitioned_table ¶
func (s *BasePlSqlParserListener) EnterOn_comp_partitioned_table(ctx *On_comp_partitioned_tableContext)
EnterOn_comp_partitioned_table is called when production on_comp_partitioned_table is entered.
func (*BasePlSqlParserListener) EnterOn_delete_clause ¶
func (s *BasePlSqlParserListener) EnterOn_delete_clause(ctx *On_delete_clauseContext)
EnterOn_delete_clause is called when production on_delete_clause is entered.
func (*BasePlSqlParserListener) EnterOn_hash_partitioned_clause ¶
func (s *BasePlSqlParserListener) EnterOn_hash_partitioned_clause(ctx *On_hash_partitioned_clauseContext)
EnterOn_hash_partitioned_clause is called when production on_hash_partitioned_clause is entered.
func (*BasePlSqlParserListener) EnterOn_hash_partitioned_table ¶
func (s *BasePlSqlParserListener) EnterOn_hash_partitioned_table(ctx *On_hash_partitioned_tableContext)
EnterOn_hash_partitioned_table is called when production on_hash_partitioned_table is entered.
func (*BasePlSqlParserListener) EnterOn_list_partitioned_table ¶
func (s *BasePlSqlParserListener) EnterOn_list_partitioned_table(ctx *On_list_partitioned_tableContext)
EnterOn_list_partitioned_table is called when production on_list_partitioned_table is entered.
func (*BasePlSqlParserListener) EnterOn_range_partitioned_table ¶
func (s *BasePlSqlParserListener) EnterOn_range_partitioned_table(ctx *On_range_partitioned_tableContext)
EnterOn_range_partitioned_table is called when production on_range_partitioned_table is entered.
func (*BasePlSqlParserListener) EnterOnline_or_offline ¶
func (s *BasePlSqlParserListener) EnterOnline_or_offline(ctx *Online_or_offlineContext)
EnterOnline_or_offline is called when production online_or_offline is entered.
func (*BasePlSqlParserListener) EnterOpen_for_statement ¶
func (s *BasePlSqlParserListener) EnterOpen_for_statement(ctx *Open_for_statementContext)
EnterOpen_for_statement is called when production open_for_statement is entered.
func (*BasePlSqlParserListener) EnterOpen_statement ¶
func (s *BasePlSqlParserListener) EnterOpen_statement(ctx *Open_statementContext)
EnterOpen_statement is called when production open_statement is entered.
func (*BasePlSqlParserListener) EnterOracle_namespace ¶
func (s *BasePlSqlParserListener) EnterOracle_namespace(ctx *Oracle_namespaceContext)
EnterOracle_namespace is called when production oracle_namespace is entered.
func (*BasePlSqlParserListener) EnterOrder_by_clause ¶
func (s *BasePlSqlParserListener) EnterOrder_by_clause(ctx *Order_by_clauseContext)
EnterOrder_by_clause is called when production order_by_clause is entered.
func (*BasePlSqlParserListener) EnterOrder_by_elements ¶
func (s *BasePlSqlParserListener) EnterOrder_by_elements(ctx *Order_by_elementsContext)
EnterOrder_by_elements is called when production order_by_elements is entered.
func (*BasePlSqlParserListener) EnterOther_function ¶
func (s *BasePlSqlParserListener) EnterOther_function(ctx *Other_functionContext)
EnterOther_function is called when production other_function is entered.
func (*BasePlSqlParserListener) EnterOut_of_line_constraint ¶
func (s *BasePlSqlParserListener) EnterOut_of_line_constraint(ctx *Out_of_line_constraintContext)
EnterOut_of_line_constraint is called when production out_of_line_constraint is entered.
func (*BasePlSqlParserListener) EnterOut_of_line_part_storage ¶
func (s *BasePlSqlParserListener) EnterOut_of_line_part_storage(ctx *Out_of_line_part_storageContext)
EnterOut_of_line_part_storage is called when production out_of_line_part_storage is entered.
func (*BasePlSqlParserListener) EnterOut_of_line_ref_constraint ¶
func (s *BasePlSqlParserListener) EnterOut_of_line_ref_constraint(ctx *Out_of_line_ref_constraintContext)
EnterOut_of_line_ref_constraint is called when production out_of_line_ref_constraint is entered.
func (*BasePlSqlParserListener) EnterOuter_join_sign ¶
func (s *BasePlSqlParserListener) EnterOuter_join_sign(ctx *Outer_join_signContext)
EnterOuter_join_sign is called when production outer_join_sign is entered.
func (*BasePlSqlParserListener) EnterOuter_join_type ¶
func (s *BasePlSqlParserListener) EnterOuter_join_type(ctx *Outer_join_typeContext)
EnterOuter_join_type is called when production outer_join_type is entered.
func (*BasePlSqlParserListener) EnterOver_clause ¶
func (s *BasePlSqlParserListener) EnterOver_clause(ctx *Over_clauseContext)
EnterOver_clause is called when production over_clause is entered.
func (*BasePlSqlParserListener) EnterOver_clause_keyword ¶
func (s *BasePlSqlParserListener) EnterOver_clause_keyword(ctx *Over_clause_keywordContext)
EnterOver_clause_keyword is called when production over_clause_keyword is entered.
func (*BasePlSqlParserListener) EnterOverriding_function_spec ¶
func (s *BasePlSqlParserListener) EnterOverriding_function_spec(ctx *Overriding_function_specContext)
EnterOverriding_function_spec is called when production overriding_function_spec is entered.
func (*BasePlSqlParserListener) EnterOverriding_subprogram_spec ¶
func (s *BasePlSqlParserListener) EnterOverriding_subprogram_spec(ctx *Overriding_subprogram_specContext)
EnterOverriding_subprogram_spec is called when production overriding_subprogram_spec is entered.
func (*BasePlSqlParserListener) EnterPackage_name ¶
func (s *BasePlSqlParserListener) EnterPackage_name(ctx *Package_nameContext)
EnterPackage_name is called when production package_name is entered.
func (*BasePlSqlParserListener) EnterPackage_obj_body ¶
func (s *BasePlSqlParserListener) EnterPackage_obj_body(ctx *Package_obj_bodyContext)
EnterPackage_obj_body is called when production package_obj_body is entered.
func (*BasePlSqlParserListener) EnterPackage_obj_spec ¶
func (s *BasePlSqlParserListener) EnterPackage_obj_spec(ctx *Package_obj_specContext)
EnterPackage_obj_spec is called when production package_obj_spec is entered.
func (*BasePlSqlParserListener) EnterParallel_clause ¶
func (s *BasePlSqlParserListener) EnterParallel_clause(ctx *Parallel_clauseContext)
EnterParallel_clause is called when production parallel_clause is entered.
func (*BasePlSqlParserListener) EnterParallel_enable_clause ¶
func (s *BasePlSqlParserListener) EnterParallel_enable_clause(ctx *Parallel_enable_clauseContext)
EnterParallel_enable_clause is called when production parallel_enable_clause is entered.
func (*BasePlSqlParserListener) EnterParameter ¶
func (s *BasePlSqlParserListener) EnterParameter(ctx *ParameterContext)
EnterParameter is called when production parameter is entered.
func (*BasePlSqlParserListener) EnterParameter_name ¶
func (s *BasePlSqlParserListener) EnterParameter_name(ctx *Parameter_nameContext)
EnterParameter_name is called when production parameter_name is entered.
func (*BasePlSqlParserListener) EnterParameter_spec ¶
func (s *BasePlSqlParserListener) EnterParameter_spec(ctx *Parameter_specContext)
EnterParameter_spec is called when production parameter_spec is entered.
func (*BasePlSqlParserListener) EnterParameter_value ¶
func (s *BasePlSqlParserListener) EnterParameter_value(ctx *Parameter_valueContext)
EnterParameter_value is called when production parameter_value is entered.
func (*BasePlSqlParserListener) EnterParen_column_list ¶
func (s *BasePlSqlParserListener) EnterParen_column_list(ctx *Paren_column_listContext)
EnterParen_column_list is called when production paren_column_list is entered.
func (*BasePlSqlParserListener) EnterPartial_database_recovery ¶
func (s *BasePlSqlParserListener) EnterPartial_database_recovery(ctx *Partial_database_recoveryContext)
EnterPartial_database_recovery is called when production partial_database_recovery is entered.
func (*BasePlSqlParserListener) EnterPartial_database_recovery_10g ¶
func (s *BasePlSqlParserListener) EnterPartial_database_recovery_10g(ctx *Partial_database_recovery_10gContext)
EnterPartial_database_recovery_10g is called when production partial_database_recovery_10g is entered.
func (*BasePlSqlParserListener) EnterPartition_by_clause ¶
func (s *BasePlSqlParserListener) EnterPartition_by_clause(ctx *Partition_by_clauseContext)
EnterPartition_by_clause is called when production partition_by_clause is entered.
func (*BasePlSqlParserListener) EnterPartition_extension_clause ¶
func (s *BasePlSqlParserListener) EnterPartition_extension_clause(ctx *Partition_extension_clauseContext)
EnterPartition_extension_clause is called when production partition_extension_clause is entered.
func (*BasePlSqlParserListener) EnterPartition_extention_clause ¶
func (s *BasePlSqlParserListener) EnterPartition_extention_clause(ctx *Partition_extention_clauseContext)
EnterPartition_extention_clause is called when production partition_extention_clause is entered.
func (*BasePlSqlParserListener) EnterPartition_key_value ¶
func (s *BasePlSqlParserListener) EnterPartition_key_value(ctx *Partition_key_valueContext)
EnterPartition_key_value is called when production partition_key_value is entered.
func (*BasePlSqlParserListener) EnterPartition_name ¶
func (s *BasePlSqlParserListener) EnterPartition_name(ctx *Partition_nameContext)
EnterPartition_name is called when production partition_name is entered.
func (*BasePlSqlParserListener) EnterPartition_name_old ¶
func (s *BasePlSqlParserListener) EnterPartition_name_old(ctx *Partition_name_oldContext)
EnterPartition_name_old is called when production partition_name_old is entered.
func (*BasePlSqlParserListener) EnterPartitioned_table ¶
func (s *BasePlSqlParserListener) EnterPartitioned_table(ctx *Partitioned_tableContext)
EnterPartitioned_table is called when production partitioned_table is entered.
func (*BasePlSqlParserListener) EnterPartitioning_storage_clause ¶
func (s *BasePlSqlParserListener) EnterPartitioning_storage_clause(ctx *Partitioning_storage_clauseContext)
EnterPartitioning_storage_clause is called when production partitioning_storage_clause is entered.
func (*BasePlSqlParserListener) EnterPassword_expire_clause ¶
func (s *BasePlSqlParserListener) EnterPassword_expire_clause(ctx *Password_expire_clauseContext)
EnterPassword_expire_clause is called when production password_expire_clause is entered.
func (*BasePlSqlParserListener) EnterPeriod_definition ¶
func (s *BasePlSqlParserListener) EnterPeriod_definition(ctx *Period_definitionContext)
EnterPeriod_definition is called when production period_definition is entered.
func (*BasePlSqlParserListener) EnterPermanent_tablespace_clause ¶
func (s *BasePlSqlParserListener) EnterPermanent_tablespace_clause(ctx *Permanent_tablespace_clauseContext)
EnterPermanent_tablespace_clause is called when production permanent_tablespace_clause is entered.
func (*BasePlSqlParserListener) EnterPhysical_attributes_clause ¶
func (s *BasePlSqlParserListener) EnterPhysical_attributes_clause(ctx *Physical_attributes_clauseContext)
EnterPhysical_attributes_clause is called when production physical_attributes_clause is entered.
func (*BasePlSqlParserListener) EnterPhysical_properties ¶
func (s *BasePlSqlParserListener) EnterPhysical_properties(ctx *Physical_propertiesContext)
EnterPhysical_properties is called when production physical_properties is entered.
func (*BasePlSqlParserListener) EnterPipe_row_statement ¶
func (s *BasePlSqlParserListener) EnterPipe_row_statement(ctx *Pipe_row_statementContext)
EnterPipe_row_statement is called when production pipe_row_statement is entered.
func (*BasePlSqlParserListener) EnterPivot_clause ¶
func (s *BasePlSqlParserListener) EnterPivot_clause(ctx *Pivot_clauseContext)
EnterPivot_clause is called when production pivot_clause is entered.
func (*BasePlSqlParserListener) EnterPivot_element ¶
func (s *BasePlSqlParserListener) EnterPivot_element(ctx *Pivot_elementContext)
EnterPivot_element is called when production pivot_element is entered.
func (*BasePlSqlParserListener) EnterPivot_for_clause ¶
func (s *BasePlSqlParserListener) EnterPivot_for_clause(ctx *Pivot_for_clauseContext)
EnterPivot_for_clause is called when production pivot_for_clause is entered.
func (*BasePlSqlParserListener) EnterPivot_in_clause ¶
func (s *BasePlSqlParserListener) EnterPivot_in_clause(ctx *Pivot_in_clauseContext)
EnterPivot_in_clause is called when production pivot_in_clause is entered.
func (*BasePlSqlParserListener) EnterPivot_in_clause_element ¶
func (s *BasePlSqlParserListener) EnterPivot_in_clause_element(ctx *Pivot_in_clause_elementContext)
EnterPivot_in_clause_element is called when production pivot_in_clause_element is entered.
func (*BasePlSqlParserListener) EnterPivot_in_clause_elements ¶
func (s *BasePlSqlParserListener) EnterPivot_in_clause_elements(ctx *Pivot_in_clause_elementsContext)
EnterPivot_in_clause_elements is called when production pivot_in_clause_elements is entered.
func (*BasePlSqlParserListener) EnterPolicy_name ¶
func (s *BasePlSqlParserListener) EnterPolicy_name(ctx *Policy_nameContext)
EnterPolicy_name is called when production policy_name is entered.
func (*BasePlSqlParserListener) EnterPragma_clause ¶
func (s *BasePlSqlParserListener) EnterPragma_clause(ctx *Pragma_clauseContext)
EnterPragma_clause is called when production pragma_clause is entered.
func (*BasePlSqlParserListener) EnterPragma_declaration ¶
func (s *BasePlSqlParserListener) EnterPragma_declaration(ctx *Pragma_declarationContext)
EnterPragma_declaration is called when production pragma_declaration is entered.
func (*BasePlSqlParserListener) EnterPragma_elements ¶
func (s *BasePlSqlParserListener) EnterPragma_elements(ctx *Pragma_elementsContext)
EnterPragma_elements is called when production pragma_elements is entered.
func (*BasePlSqlParserListener) EnterPrecision_part ¶
func (s *BasePlSqlParserListener) EnterPrecision_part(ctx *Precision_partContext)
EnterPrecision_part is called when production precision_part is entered.
func (*BasePlSqlParserListener) EnterPrimary_key_clause ¶
func (s *BasePlSqlParserListener) EnterPrimary_key_clause(ctx *Primary_key_clauseContext)
EnterPrimary_key_clause is called when production primary_key_clause is entered.
func (*BasePlSqlParserListener) EnterProc_decl_in_type ¶
func (s *BasePlSqlParserListener) EnterProc_decl_in_type(ctx *Proc_decl_in_typeContext)
EnterProc_decl_in_type is called when production proc_decl_in_type is entered.
func (*BasePlSqlParserListener) EnterProcedure_body ¶
func (s *BasePlSqlParserListener) EnterProcedure_body(ctx *Procedure_bodyContext)
EnterProcedure_body is called when production procedure_body is entered.
func (*BasePlSqlParserListener) EnterProcedure_call ¶
func (s *BasePlSqlParserListener) EnterProcedure_call(ctx *Procedure_callContext)
EnterProcedure_call is called when production procedure_call is entered.
func (*BasePlSqlParserListener) EnterProcedure_name ¶
func (s *BasePlSqlParserListener) EnterProcedure_name(ctx *Procedure_nameContext)
EnterProcedure_name is called when production procedure_name is entered.
func (*BasePlSqlParserListener) EnterProcedure_spec ¶
func (s *BasePlSqlParserListener) EnterProcedure_spec(ctx *Procedure_specContext)
EnterProcedure_spec is called when production procedure_spec is entered.
func (*BasePlSqlParserListener) EnterProfile_clause ¶
func (s *BasePlSqlParserListener) EnterProfile_clause(ctx *Profile_clauseContext)
EnterProfile_clause is called when production profile_clause is entered.
func (*BasePlSqlParserListener) EnterProfile_name ¶
func (s *BasePlSqlParserListener) EnterProfile_name(ctx *Profile_nameContext)
EnterProfile_name is called when production profile_name is entered.
func (*BasePlSqlParserListener) EnterProxy_clause ¶
func (s *BasePlSqlParserListener) EnterProxy_clause(ctx *Proxy_clauseContext)
EnterProxy_clause is called when production proxy_clause is entered.
func (*BasePlSqlParserListener) EnterQuantified_expression ¶
func (s *BasePlSqlParserListener) EnterQuantified_expression(ctx *Quantified_expressionContext)
EnterQuantified_expression is called when production quantified_expression is entered.
func (*BasePlSqlParserListener) EnterQuery_block ¶
func (s *BasePlSqlParserListener) EnterQuery_block(ctx *Query_blockContext)
EnterQuery_block is called when production query_block is entered.
func (*BasePlSqlParserListener) EnterQuery_name ¶
func (s *BasePlSqlParserListener) EnterQuery_name(ctx *Query_nameContext)
EnterQuery_name is called when production query_name is entered.
func (*BasePlSqlParserListener) EnterQuery_partition_clause ¶
func (s *BasePlSqlParserListener) EnterQuery_partition_clause(ctx *Query_partition_clauseContext)
EnterQuery_partition_clause is called when production query_partition_clause is entered.
func (*BasePlSqlParserListener) EnterQuota_clause ¶
func (s *BasePlSqlParserListener) EnterQuota_clause(ctx *Quota_clauseContext)
EnterQuota_clause is called when production quota_clause is entered.
func (*BasePlSqlParserListener) EnterQuoted_string ¶
func (s *BasePlSqlParserListener) EnterQuoted_string(ctx *Quoted_stringContext)
EnterQuoted_string is called when production quoted_string is entered.
func (*BasePlSqlParserListener) EnterRaise_statement ¶
func (s *BasePlSqlParserListener) EnterRaise_statement(ctx *Raise_statementContext)
EnterRaise_statement is called when production raise_statement is entered.
func (*BasePlSqlParserListener) EnterRange_partition_desc ¶
func (s *BasePlSqlParserListener) EnterRange_partition_desc(ctx *Range_partition_descContext)
EnterRange_partition_desc is called when production range_partition_desc is entered.
func (*BasePlSqlParserListener) EnterRange_partitions ¶
func (s *BasePlSqlParserListener) EnterRange_partitions(ctx *Range_partitionsContext)
EnterRange_partitions is called when production range_partitions is entered.
func (*BasePlSqlParserListener) EnterRange_subpartition_desc ¶
func (s *BasePlSqlParserListener) EnterRange_subpartition_desc(ctx *Range_subpartition_descContext)
EnterRange_subpartition_desc is called when production range_subpartition_desc is entered.
func (*BasePlSqlParserListener) EnterRange_values_clause ¶
func (s *BasePlSqlParserListener) EnterRange_values_clause(ctx *Range_values_clauseContext)
EnterRange_values_clause is called when production range_values_clause is entered.
func (*BasePlSqlParserListener) EnterRebuild_clause ¶
func (s *BasePlSqlParserListener) EnterRebuild_clause(ctx *Rebuild_clauseContext)
EnterRebuild_clause is called when production rebuild_clause is entered.
func (*BasePlSqlParserListener) EnterRecord_name ¶
func (s *BasePlSqlParserListener) EnterRecord_name(ctx *Record_nameContext)
EnterRecord_name is called when production record_name is entered.
func (*BasePlSqlParserListener) EnterRecord_type_def ¶
func (s *BasePlSqlParserListener) EnterRecord_type_def(ctx *Record_type_defContext)
EnterRecord_type_def is called when production record_type_def is entered.
func (*BasePlSqlParserListener) EnterRecords_per_block_clause ¶
func (s *BasePlSqlParserListener) EnterRecords_per_block_clause(ctx *Records_per_block_clauseContext)
EnterRecords_per_block_clause is called when production records_per_block_clause is entered.
func (*BasePlSqlParserListener) EnterRecovery_clauses ¶
func (s *BasePlSqlParserListener) EnterRecovery_clauses(ctx *Recovery_clausesContext)
EnterRecovery_clauses is called when production recovery_clauses is entered.
func (*BasePlSqlParserListener) EnterRedo_log_file_spec ¶
func (s *BasePlSqlParserListener) EnterRedo_log_file_spec(ctx *Redo_log_file_specContext)
EnterRedo_log_file_spec is called when production redo_log_file_spec is entered.
func (*BasePlSqlParserListener) EnterRef_cursor_type_def ¶
func (s *BasePlSqlParserListener) EnterRef_cursor_type_def(ctx *Ref_cursor_type_defContext)
EnterRef_cursor_type_def is called when production ref_cursor_type_def is entered.
func (*BasePlSqlParserListener) EnterReference_model ¶
func (s *BasePlSqlParserListener) EnterReference_model(ctx *Reference_modelContext)
EnterReference_model is called when production reference_model is entered.
func (*BasePlSqlParserListener) EnterReference_model_name ¶
func (s *BasePlSqlParserListener) EnterReference_model_name(ctx *Reference_model_nameContext)
EnterReference_model_name is called when production reference_model_name is entered.
func (*BasePlSqlParserListener) EnterReference_partition_desc ¶
func (s *BasePlSqlParserListener) EnterReference_partition_desc(ctx *Reference_partition_descContext)
EnterReference_partition_desc is called when production reference_partition_desc is entered.
func (*BasePlSqlParserListener) EnterReference_partitioning ¶
func (s *BasePlSqlParserListener) EnterReference_partitioning(ctx *Reference_partitioningContext)
EnterReference_partitioning is called when production reference_partitioning is entered.
func (*BasePlSqlParserListener) EnterReferences_clause ¶
func (s *BasePlSqlParserListener) EnterReferences_clause(ctx *References_clauseContext)
EnterReferences_clause is called when production references_clause is entered.
func (*BasePlSqlParserListener) EnterReferencing_clause ¶
func (s *BasePlSqlParserListener) EnterReferencing_clause(ctx *Referencing_clauseContext)
EnterReferencing_clause is called when production referencing_clause is entered.
func (*BasePlSqlParserListener) EnterReferencing_element ¶
func (s *BasePlSqlParserListener) EnterReferencing_element(ctx *Referencing_elementContext)
EnterReferencing_element is called when production referencing_element is entered.
func (*BasePlSqlParserListener) EnterRegister_logfile_clause ¶
func (s *BasePlSqlParserListener) EnterRegister_logfile_clause(ctx *Register_logfile_clauseContext)
EnterRegister_logfile_clause is called when production register_logfile_clause is entered.
func (*BasePlSqlParserListener) EnterRegular_id ¶
func (s *BasePlSqlParserListener) EnterRegular_id(ctx *Regular_idContext)
EnterRegular_id is called when production regular_id is entered.
func (*BasePlSqlParserListener) EnterRelational_expression ¶
func (s *BasePlSqlParserListener) EnterRelational_expression(ctx *Relational_expressionContext)
EnterRelational_expression is called when production relational_expression is entered.
func (*BasePlSqlParserListener) EnterRelational_operator ¶
func (s *BasePlSqlParserListener) EnterRelational_operator(ctx *Relational_operatorContext)
EnterRelational_operator is called when production relational_operator is entered.
func (*BasePlSqlParserListener) EnterRelational_property ¶
func (s *BasePlSqlParserListener) EnterRelational_property(ctx *Relational_propertyContext)
EnterRelational_property is called when production relational_property is entered.
func (*BasePlSqlParserListener) EnterRelational_table ¶
func (s *BasePlSqlParserListener) EnterRelational_table(ctx *Relational_tableContext)
EnterRelational_table is called when production relational_table is entered.
func (*BasePlSqlParserListener) EnterRelies_on_part ¶
func (s *BasePlSqlParserListener) EnterRelies_on_part(ctx *Relies_on_partContext)
EnterRelies_on_part is called when production relies_on_part is entered.
func (*BasePlSqlParserListener) EnterRename_column_clause ¶
func (s *BasePlSqlParserListener) EnterRename_column_clause(ctx *Rename_column_clauseContext)
EnterRename_column_clause is called when production rename_column_clause is entered.
func (*BasePlSqlParserListener) EnterRename_index_partition ¶
func (s *BasePlSqlParserListener) EnterRename_index_partition(ctx *Rename_index_partitionContext)
EnterRename_index_partition is called when production rename_index_partition is entered.
func (*BasePlSqlParserListener) EnterRename_object ¶
func (s *BasePlSqlParserListener) EnterRename_object(ctx *Rename_objectContext)
EnterRename_object is called when production rename_object is entered.
func (*BasePlSqlParserListener) EnterReplace_type_clause ¶
func (s *BasePlSqlParserListener) EnterReplace_type_clause(ctx *Replace_type_clauseContext)
EnterReplace_type_clause is called when production replace_type_clause is entered.
func (*BasePlSqlParserListener) EnterResetlogs_or_noresetlogs ¶
func (s *BasePlSqlParserListener) EnterResetlogs_or_noresetlogs(ctx *Resetlogs_or_noresetlogsContext)
EnterResetlogs_or_noresetlogs is called when production resetlogs_or_noresetlogs is entered.
func (*BasePlSqlParserListener) EnterRespect_or_ignore_nulls ¶
func (s *BasePlSqlParserListener) EnterRespect_or_ignore_nulls(ctx *Respect_or_ignore_nullsContext)
EnterRespect_or_ignore_nulls is called when production respect_or_ignore_nulls is entered.
func (*BasePlSqlParserListener) EnterResult_cache_clause ¶
func (s *BasePlSqlParserListener) EnterResult_cache_clause(ctx *Result_cache_clauseContext)
EnterResult_cache_clause is called when production result_cache_clause is entered.
func (*BasePlSqlParserListener) EnterReturn_rows_clause ¶
func (s *BasePlSqlParserListener) EnterReturn_rows_clause(ctx *Return_rows_clauseContext)
EnterReturn_rows_clause is called when production return_rows_clause is entered.
func (*BasePlSqlParserListener) EnterReturn_statement ¶
func (s *BasePlSqlParserListener) EnterReturn_statement(ctx *Return_statementContext)
EnterReturn_statement is called when production return_statement is entered.
func (*BasePlSqlParserListener) EnterRole_clause ¶
func (s *BasePlSqlParserListener) EnterRole_clause(ctx *Role_clauseContext)
EnterRole_clause is called when production role_clause is entered.
func (*BasePlSqlParserListener) EnterRole_name ¶
func (s *BasePlSqlParserListener) EnterRole_name(ctx *Role_nameContext)
EnterRole_name is called when production role_name is entered.
func (*BasePlSqlParserListener) EnterRollback_segment ¶
func (s *BasePlSqlParserListener) EnterRollback_segment(ctx *Rollback_segmentContext)
EnterRollback_segment is called when production rollback_segment is entered.
func (*BasePlSqlParserListener) EnterRollback_segment_name ¶
func (s *BasePlSqlParserListener) EnterRollback_segment_name(ctx *Rollback_segment_nameContext)
EnterRollback_segment_name is called when production rollback_segment_name is entered.
func (*BasePlSqlParserListener) EnterRollback_statement ¶
func (s *BasePlSqlParserListener) EnterRollback_statement(ctx *Rollback_statementContext)
EnterRollback_statement is called when production rollback_statement is entered.
func (*BasePlSqlParserListener) EnterRollup_cube_clause ¶
func (s *BasePlSqlParserListener) EnterRollup_cube_clause(ctx *Rollup_cube_clauseContext)
EnterRollup_cube_clause is called when production rollup_cube_clause is entered.
func (*BasePlSqlParserListener) EnterRoutine_clause ¶
func (s *BasePlSqlParserListener) EnterRoutine_clause(ctx *Routine_clauseContext)
EnterRoutine_clause is called when production routine_clause is entered.
func (*BasePlSqlParserListener) EnterRoutine_name ¶
func (s *BasePlSqlParserListener) EnterRoutine_name(ctx *Routine_nameContext)
EnterRoutine_name is called when production routine_name is entered.
func (*BasePlSqlParserListener) EnterRow_movement_clause ¶
func (s *BasePlSqlParserListener) EnterRow_movement_clause(ctx *Row_movement_clauseContext)
EnterRow_movement_clause is called when production row_movement_clause is entered.
func (*BasePlSqlParserListener) EnterSample_clause ¶
func (s *BasePlSqlParserListener) EnterSample_clause(ctx *Sample_clauseContext)
EnterSample_clause is called when production sample_clause is entered.
func (*BasePlSqlParserListener) EnterSavepoint_name ¶
func (s *BasePlSqlParserListener) EnterSavepoint_name(ctx *Savepoint_nameContext)
EnterSavepoint_name is called when production savepoint_name is entered.
func (*BasePlSqlParserListener) EnterSavepoint_statement ¶
func (s *BasePlSqlParserListener) EnterSavepoint_statement(ctx *Savepoint_statementContext)
EnterSavepoint_statement is called when production savepoint_statement is entered.
func (*BasePlSqlParserListener) EnterSchema_name ¶
func (s *BasePlSqlParserListener) EnterSchema_name(ctx *Schema_nameContext)
EnterSchema_name is called when production schema_name is entered.
func (*BasePlSqlParserListener) EnterSchema_object_name ¶
func (s *BasePlSqlParserListener) EnterSchema_object_name(ctx *Schema_object_nameContext)
EnterSchema_object_name is called when production schema_object_name is entered.
func (*BasePlSqlParserListener) EnterSearch_clause ¶
func (s *BasePlSqlParserListener) EnterSearch_clause(ctx *Search_clauseContext)
EnterSearch_clause is called when production search_clause is entered.
func (*BasePlSqlParserListener) EnterSearched_case_statement ¶
func (s *BasePlSqlParserListener) EnterSearched_case_statement(ctx *Searched_case_statementContext)
EnterSearched_case_statement is called when production searched_case_statement is entered.
func (*BasePlSqlParserListener) EnterSearched_case_when_part ¶
func (s *BasePlSqlParserListener) EnterSearched_case_when_part(ctx *Searched_case_when_partContext)
EnterSearched_case_when_part is called when production searched_case_when_part is entered.
func (*BasePlSqlParserListener) EnterSecurity_clause ¶
func (s *BasePlSqlParserListener) EnterSecurity_clause(ctx *Security_clauseContext)
EnterSecurity_clause is called when production security_clause is entered.
func (*BasePlSqlParserListener) EnterSeed_part ¶
func (s *BasePlSqlParserListener) EnterSeed_part(ctx *Seed_partContext)
EnterSeed_part is called when production seed_part is entered.
func (*BasePlSqlParserListener) EnterSegment_attributes_clause ¶
func (s *BasePlSqlParserListener) EnterSegment_attributes_clause(ctx *Segment_attributes_clauseContext)
EnterSegment_attributes_clause is called when production segment_attributes_clause is entered.
func (*BasePlSqlParserListener) EnterSegment_management_clause ¶
func (s *BasePlSqlParserListener) EnterSegment_management_clause(ctx *Segment_management_clauseContext)
EnterSegment_management_clause is called when production segment_management_clause is entered.
func (*BasePlSqlParserListener) EnterSelect_list_elements ¶
func (s *BasePlSqlParserListener) EnterSelect_list_elements(ctx *Select_list_elementsContext)
EnterSelect_list_elements is called when production select_list_elements is entered.
func (*BasePlSqlParserListener) EnterSelect_only_statement ¶
func (s *BasePlSqlParserListener) EnterSelect_only_statement(ctx *Select_only_statementContext)
EnterSelect_only_statement is called when production select_only_statement is entered.
func (*BasePlSqlParserListener) EnterSelect_statement ¶
func (s *BasePlSqlParserListener) EnterSelect_statement(ctx *Select_statementContext)
EnterSelect_statement is called when production select_statement is entered.
func (*BasePlSqlParserListener) EnterSelected_list ¶
func (s *BasePlSqlParserListener) EnterSelected_list(ctx *Selected_listContext)
EnterSelected_list is called when production selected_list is entered.
func (*BasePlSqlParserListener) EnterSelected_tableview ¶
func (s *BasePlSqlParserListener) EnterSelected_tableview(ctx *Selected_tableviewContext)
EnterSelected_tableview is called when production selected_tableview is entered.
func (*BasePlSqlParserListener) EnterSeq_of_declare_specs ¶
func (s *BasePlSqlParserListener) EnterSeq_of_declare_specs(ctx *Seq_of_declare_specsContext)
EnterSeq_of_declare_specs is called when production seq_of_declare_specs is entered.
func (*BasePlSqlParserListener) EnterSeq_of_statements ¶
func (s *BasePlSqlParserListener) EnterSeq_of_statements(ctx *Seq_of_statementsContext)
EnterSeq_of_statements is called when production seq_of_statements is entered.
func (*BasePlSqlParserListener) EnterSequence_name ¶
func (s *BasePlSqlParserListener) EnterSequence_name(ctx *Sequence_nameContext)
EnterSequence_name is called when production sequence_name is entered.
func (*BasePlSqlParserListener) EnterSequence_spec ¶
func (s *BasePlSqlParserListener) EnterSequence_spec(ctx *Sequence_specContext)
EnterSequence_spec is called when production sequence_spec is entered.
func (*BasePlSqlParserListener) EnterSequence_start_clause ¶
func (s *BasePlSqlParserListener) EnterSequence_start_clause(ctx *Sequence_start_clauseContext)
EnterSequence_start_clause is called when production sequence_start_clause is entered.
func (*BasePlSqlParserListener) EnterSet_command ¶
func (s *BasePlSqlParserListener) EnterSet_command(ctx *Set_commandContext)
EnterSet_command is called when production set_command is entered.
func (*BasePlSqlParserListener) EnterSet_constraint_command ¶
func (s *BasePlSqlParserListener) EnterSet_constraint_command(ctx *Set_constraint_commandContext)
EnterSet_constraint_command is called when production set_constraint_command is entered.
func (*BasePlSqlParserListener) EnterSet_container_data ¶
func (s *BasePlSqlParserListener) EnterSet_container_data(ctx *Set_container_dataContext)
EnterSet_container_data is called when production set_container_data is entered.
func (*BasePlSqlParserListener) EnterSet_time_zone_clause ¶
func (s *BasePlSqlParserListener) EnterSet_time_zone_clause(ctx *Set_time_zone_clauseContext)
EnterSet_time_zone_clause is called when production set_time_zone_clause is entered.
func (*BasePlSqlParserListener) EnterSet_transaction_command ¶
func (s *BasePlSqlParserListener) EnterSet_transaction_command(ctx *Set_transaction_commandContext)
EnterSet_transaction_command is called when production set_transaction_command is entered.
func (*BasePlSqlParserListener) EnterShrink_clause ¶
func (s *BasePlSqlParserListener) EnterShrink_clause(ctx *Shrink_clauseContext)
EnterShrink_clause is called when production shrink_clause is entered.
func (*BasePlSqlParserListener) EnterSimple_case_statement ¶
func (s *BasePlSqlParserListener) EnterSimple_case_statement(ctx *Simple_case_statementContext)
EnterSimple_case_statement is called when production simple_case_statement is entered.
func (*BasePlSqlParserListener) EnterSimple_case_when_part ¶
func (s *BasePlSqlParserListener) EnterSimple_case_when_part(ctx *Simple_case_when_partContext)
EnterSimple_case_when_part is called when production simple_case_when_part is entered.
func (*BasePlSqlParserListener) EnterSimple_dml_trigger ¶
func (s *BasePlSqlParserListener) EnterSimple_dml_trigger(ctx *Simple_dml_triggerContext)
EnterSimple_dml_trigger is called when production simple_dml_trigger is entered.
func (*BasePlSqlParserListener) EnterSingle_column_for_loop ¶
func (s *BasePlSqlParserListener) EnterSingle_column_for_loop(ctx *Single_column_for_loopContext)
EnterSingle_column_for_loop is called when production single_column_for_loop is entered.
func (*BasePlSqlParserListener) EnterSingle_table_insert ¶
func (s *BasePlSqlParserListener) EnterSingle_table_insert(ctx *Single_table_insertContext)
EnterSingle_table_insert is called when production single_table_insert is entered.
func (*BasePlSqlParserListener) EnterSize_clause ¶
func (s *BasePlSqlParserListener) EnterSize_clause(ctx *Size_clauseContext)
EnterSize_clause is called when production size_clause is entered.
func (*BasePlSqlParserListener) EnterSort_or_nosort ¶
func (s *BasePlSqlParserListener) EnterSort_or_nosort(ctx *Sort_or_nosortContext)
EnterSort_or_nosort is called when production sort_or_nosort is entered.
func (*BasePlSqlParserListener) EnterSplit_index_partition ¶
func (s *BasePlSqlParserListener) EnterSplit_index_partition(ctx *Split_index_partitionContext)
EnterSplit_index_partition is called when production split_index_partition is entered.
func (*BasePlSqlParserListener) EnterSql_operation ¶
func (s *BasePlSqlParserListener) EnterSql_operation(ctx *Sql_operationContext)
EnterSql_operation is called when production sql_operation is entered.
func (*BasePlSqlParserListener) EnterSql_plus_command ¶
func (s *BasePlSqlParserListener) EnterSql_plus_command(ctx *Sql_plus_commandContext)
EnterSql_plus_command is called when production sql_plus_command is entered.
func (*BasePlSqlParserListener) EnterSql_script ¶
func (s *BasePlSqlParserListener) EnterSql_script(ctx *Sql_scriptContext)
EnterSql_script is called when production sql_script is entered.
func (*BasePlSqlParserListener) EnterSql_statement ¶
func (s *BasePlSqlParserListener) EnterSql_statement(ctx *Sql_statementContext)
EnterSql_statement is called when production sql_statement is entered.
func (*BasePlSqlParserListener) EnterSql_statement_shortcut ¶
func (s *BasePlSqlParserListener) EnterSql_statement_shortcut(ctx *Sql_statement_shortcutContext)
EnterSql_statement_shortcut is called when production sql_statement_shortcut is entered.
func (*BasePlSqlParserListener) EnterSqlj_object_type ¶
func (s *BasePlSqlParserListener) EnterSqlj_object_type(ctx *Sqlj_object_typeContext)
EnterSqlj_object_type is called when production sqlj_object_type is entered.
func (*BasePlSqlParserListener) EnterSqlj_object_type_attr ¶
func (s *BasePlSqlParserListener) EnterSqlj_object_type_attr(ctx *Sqlj_object_type_attrContext)
EnterSqlj_object_type_attr is called when production sqlj_object_type_attr is entered.
func (*BasePlSqlParserListener) EnterStandard_function ¶
func (s *BasePlSqlParserListener) EnterStandard_function(ctx *Standard_functionContext)
EnterStandard_function is called when production standard_function is entered.
func (*BasePlSqlParserListener) EnterStandard_prediction_function_keyword ¶
func (s *BasePlSqlParserListener) EnterStandard_prediction_function_keyword(ctx *Standard_prediction_function_keywordContext)
EnterStandard_prediction_function_keyword is called when production standard_prediction_function_keyword is entered.
func (*BasePlSqlParserListener) EnterStandby_database_clauses ¶
func (s *BasePlSqlParserListener) EnterStandby_database_clauses(ctx *Standby_database_clausesContext)
EnterStandby_database_clauses is called when production standby_database_clauses is entered.
func (*BasePlSqlParserListener) EnterStart_part ¶
func (s *BasePlSqlParserListener) EnterStart_part(ctx *Start_partContext)
EnterStart_part is called when production start_part is entered.
func (*BasePlSqlParserListener) EnterStart_standby_clause ¶
func (s *BasePlSqlParserListener) EnterStart_standby_clause(ctx *Start_standby_clauseContext)
EnterStart_standby_clause is called when production start_standby_clause is entered.
func (*BasePlSqlParserListener) EnterStart_time_column ¶
func (s *BasePlSqlParserListener) EnterStart_time_column(ctx *Start_time_columnContext)
EnterStart_time_column is called when production start_time_column is entered.
func (*BasePlSqlParserListener) EnterStartup_clauses ¶
func (s *BasePlSqlParserListener) EnterStartup_clauses(ctx *Startup_clausesContext)
EnterStartup_clauses is called when production startup_clauses is entered.
func (*BasePlSqlParserListener) EnterStatement ¶
func (s *BasePlSqlParserListener) EnterStatement(ctx *StatementContext)
EnterStatement is called when production statement is entered.
func (*BasePlSqlParserListener) EnterStatic_returning_clause ¶
func (s *BasePlSqlParserListener) EnterStatic_returning_clause(ctx *Static_returning_clauseContext)
EnterStatic_returning_clause is called when production static_returning_clause is entered.
func (*BasePlSqlParserListener) EnterStatistics_type_name ¶
func (s *BasePlSqlParserListener) EnterStatistics_type_name(ctx *Statistics_type_nameContext)
EnterStatistics_type_name is called when production statistics_type_name is entered.
func (*BasePlSqlParserListener) EnterStop_standby_clause ¶
func (s *BasePlSqlParserListener) EnterStop_standby_clause(ctx *Stop_standby_clauseContext)
EnterStop_standby_clause is called when production stop_standby_clause is entered.
func (*BasePlSqlParserListener) EnterStorage_clause ¶
func (s *BasePlSqlParserListener) EnterStorage_clause(ctx *Storage_clauseContext)
EnterStorage_clause is called when production storage_clause is entered.
func (*BasePlSqlParserListener) EnterStorage_table_clause ¶
func (s *BasePlSqlParserListener) EnterStorage_table_clause(ctx *Storage_table_clauseContext)
EnterStorage_table_clause is called when production storage_table_clause is entered.
func (*BasePlSqlParserListener) EnterStreaming_clause ¶
func (s *BasePlSqlParserListener) EnterStreaming_clause(ctx *Streaming_clauseContext)
EnterStreaming_clause is called when production streaming_clause is entered.
func (*BasePlSqlParserListener) EnterString_function ¶
func (s *BasePlSqlParserListener) EnterString_function(ctx *String_functionContext)
EnterString_function is called when production string_function is entered.
func (*BasePlSqlParserListener) EnterString_function_name ¶
func (s *BasePlSqlParserListener) EnterString_function_name(ctx *String_function_nameContext)
EnterString_function_name is called when production string_function_name is entered.
func (*BasePlSqlParserListener) EnterSubpartition_by_hash ¶
func (s *BasePlSqlParserListener) EnterSubpartition_by_hash(ctx *Subpartition_by_hashContext)
EnterSubpartition_by_hash is called when production subpartition_by_hash is entered.
func (*BasePlSqlParserListener) EnterSubpartition_by_list ¶
func (s *BasePlSqlParserListener) EnterSubpartition_by_list(ctx *Subpartition_by_listContext)
EnterSubpartition_by_list is called when production subpartition_by_list is entered.
func (*BasePlSqlParserListener) EnterSubpartition_by_range ¶
func (s *BasePlSqlParserListener) EnterSubpartition_by_range(ctx *Subpartition_by_rangeContext)
EnterSubpartition_by_range is called when production subpartition_by_range is entered.
func (*BasePlSqlParserListener) EnterSubpartition_key_value ¶
func (s *BasePlSqlParserListener) EnterSubpartition_key_value(ctx *Subpartition_key_valueContext)
EnterSubpartition_key_value is called when production subpartition_key_value is entered.
func (*BasePlSqlParserListener) EnterSubpartition_name ¶
func (s *BasePlSqlParserListener) EnterSubpartition_name(ctx *Subpartition_nameContext)
EnterSubpartition_name is called when production subpartition_name is entered.
func (*BasePlSqlParserListener) EnterSubpartition_template ¶
func (s *BasePlSqlParserListener) EnterSubpartition_template(ctx *Subpartition_templateContext)
EnterSubpartition_template is called when production subpartition_template is entered.
func (*BasePlSqlParserListener) EnterSubprog_decl_in_type ¶
func (s *BasePlSqlParserListener) EnterSubprog_decl_in_type(ctx *Subprog_decl_in_typeContext)
EnterSubprog_decl_in_type is called when production subprog_decl_in_type is entered.
func (*BasePlSqlParserListener) EnterSubprogram_spec ¶
func (s *BasePlSqlParserListener) EnterSubprogram_spec(ctx *Subprogram_specContext)
EnterSubprogram_spec is called when production subprogram_spec is entered.
func (*BasePlSqlParserListener) EnterSubquery ¶
func (s *BasePlSqlParserListener) EnterSubquery(ctx *SubqueryContext)
EnterSubquery is called when production subquery is entered.
func (*BasePlSqlParserListener) EnterSubquery_basic_elements ¶
func (s *BasePlSqlParserListener) EnterSubquery_basic_elements(ctx *Subquery_basic_elementsContext)
EnterSubquery_basic_elements is called when production subquery_basic_elements is entered.
func (*BasePlSqlParserListener) EnterSubquery_factoring_clause ¶
func (s *BasePlSqlParserListener) EnterSubquery_factoring_clause(ctx *Subquery_factoring_clauseContext)
EnterSubquery_factoring_clause is called when production subquery_factoring_clause is entered.
func (*BasePlSqlParserListener) EnterSubquery_operation_part ¶
func (s *BasePlSqlParserListener) EnterSubquery_operation_part(ctx *Subquery_operation_partContext)
EnterSubquery_operation_part is called when production subquery_operation_part is entered.
func (*BasePlSqlParserListener) EnterSubquery_restriction_clause ¶
func (s *BasePlSqlParserListener) EnterSubquery_restriction_clause(ctx *Subquery_restriction_clauseContext)
EnterSubquery_restriction_clause is called when production subquery_restriction_clause is entered.
func (*BasePlSqlParserListener) EnterSubstitutable_column_clause ¶
func (s *BasePlSqlParserListener) EnterSubstitutable_column_clause(ctx *Substitutable_column_clauseContext)
EnterSubstitutable_column_clause is called when production substitutable_column_clause is entered.
func (*BasePlSqlParserListener) EnterSubtype_declaration ¶
func (s *BasePlSqlParserListener) EnterSubtype_declaration(ctx *Subtype_declarationContext)
EnterSubtype_declaration is called when production subtype_declaration is entered.
func (*BasePlSqlParserListener) EnterSupplemental_db_logging ¶
func (s *BasePlSqlParserListener) EnterSupplemental_db_logging(ctx *Supplemental_db_loggingContext)
EnterSupplemental_db_logging is called when production supplemental_db_logging is entered.
func (*BasePlSqlParserListener) EnterSupplemental_id_key_clause ¶
func (s *BasePlSqlParserListener) EnterSupplemental_id_key_clause(ctx *Supplemental_id_key_clauseContext)
EnterSupplemental_id_key_clause is called when production supplemental_id_key_clause is entered.
func (*BasePlSqlParserListener) EnterSupplemental_log_grp_clause ¶
func (s *BasePlSqlParserListener) EnterSupplemental_log_grp_clause(ctx *Supplemental_log_grp_clauseContext)
EnterSupplemental_log_grp_clause is called when production supplemental_log_grp_clause is entered.
func (*BasePlSqlParserListener) EnterSupplemental_logging_props ¶
func (s *BasePlSqlParserListener) EnterSupplemental_logging_props(ctx *Supplemental_logging_propsContext)
EnterSupplemental_logging_props is called when production supplemental_logging_props is entered.
func (*BasePlSqlParserListener) EnterSupplemental_plsql_clause ¶
func (s *BasePlSqlParserListener) EnterSupplemental_plsql_clause(ctx *Supplemental_plsql_clauseContext)
EnterSupplemental_plsql_clause is called when production supplemental_plsql_clause is entered.
func (*BasePlSqlParserListener) EnterSupplemental_table_logging ¶
func (s *BasePlSqlParserListener) EnterSupplemental_table_logging(ctx *Supplemental_table_loggingContext)
EnterSupplemental_table_logging is called when production supplemental_table_logging is entered.
func (*BasePlSqlParserListener) EnterSwallow_to_semi ¶
func (s *BasePlSqlParserListener) EnterSwallow_to_semi(ctx *Swallow_to_semiContext)
EnterSwallow_to_semi is called when production swallow_to_semi is entered.
func (*BasePlSqlParserListener) EnterSwitch_logfile_clause ¶
func (s *BasePlSqlParserListener) EnterSwitch_logfile_clause(ctx *Switch_logfile_clauseContext)
EnterSwitch_logfile_clause is called when production switch_logfile_clause is entered.
func (*BasePlSqlParserListener) EnterSynchronous_or_asynchronous ¶
func (s *BasePlSqlParserListener) EnterSynchronous_or_asynchronous(ctx *Synchronous_or_asynchronousContext)
EnterSynchronous_or_asynchronous is called when production synchronous_or_asynchronous is entered.
func (*BasePlSqlParserListener) EnterSynonym_name ¶
func (s *BasePlSqlParserListener) EnterSynonym_name(ctx *Synonym_nameContext)
EnterSynonym_name is called when production synonym_name is entered.
func (*BasePlSqlParserListener) EnterSystem_partitioning ¶
func (s *BasePlSqlParserListener) EnterSystem_partitioning(ctx *System_partitioningContext)
EnterSystem_partitioning is called when production system_partitioning is entered.
func (*BasePlSqlParserListener) EnterSystem_privilege ¶
func (s *BasePlSqlParserListener) EnterSystem_privilege(ctx *System_privilegeContext)
EnterSystem_privilege is called when production system_privilege is entered.
func (*BasePlSqlParserListener) EnterTable_alias ¶
func (s *BasePlSqlParserListener) EnterTable_alias(ctx *Table_aliasContext)
EnterTable_alias is called when production table_alias is entered.
func (*BasePlSqlParserListener) EnterTable_collection_expression ¶
func (s *BasePlSqlParserListener) EnterTable_collection_expression(ctx *Table_collection_expressionContext)
EnterTable_collection_expression is called when production table_collection_expression is entered.
func (*BasePlSqlParserListener) EnterTable_compression ¶
func (s *BasePlSqlParserListener) EnterTable_compression(ctx *Table_compressionContext)
EnterTable_compression is called when production table_compression is entered.
func (*BasePlSqlParserListener) EnterTable_element ¶
func (s *BasePlSqlParserListener) EnterTable_element(ctx *Table_elementContext)
EnterTable_element is called when production table_element is entered.
func (*BasePlSqlParserListener) EnterTable_index_clause ¶
func (s *BasePlSqlParserListener) EnterTable_index_clause(ctx *Table_index_clauseContext)
EnterTable_index_clause is called when production table_index_clause is entered.
func (*BasePlSqlParserListener) EnterTable_indexed_by_part ¶
func (s *BasePlSqlParserListener) EnterTable_indexed_by_part(ctx *Table_indexed_by_partContext)
EnterTable_indexed_by_part is called when production table_indexed_by_part is entered.
func (*BasePlSqlParserListener) EnterTable_partition_description ¶
func (s *BasePlSqlParserListener) EnterTable_partition_description(ctx *Table_partition_descriptionContext)
EnterTable_partition_description is called when production table_partition_description is entered.
func (*BasePlSqlParserListener) EnterTable_partitioning_clauses ¶
func (s *BasePlSqlParserListener) EnterTable_partitioning_clauses(ctx *Table_partitioning_clausesContext)
EnterTable_partitioning_clauses is called when production table_partitioning_clauses is entered.
func (*BasePlSqlParserListener) EnterTable_ref ¶
func (s *BasePlSqlParserListener) EnterTable_ref(ctx *Table_refContext)
EnterTable_ref is called when production table_ref is entered.
func (*BasePlSqlParserListener) EnterTable_ref_aux ¶
func (s *BasePlSqlParserListener) EnterTable_ref_aux(ctx *Table_ref_auxContext)
EnterTable_ref_aux is called when production table_ref_aux is entered.
func (*BasePlSqlParserListener) EnterTable_ref_aux_internal_one ¶
func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_one(ctx *Table_ref_aux_internal_oneContext)
EnterTable_ref_aux_internal_one is called when production table_ref_aux_internal_one is entered.
func (*BasePlSqlParserListener) EnterTable_ref_aux_internal_three ¶
func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_three(ctx *Table_ref_aux_internal_threeContext)
EnterTable_ref_aux_internal_three is called when production table_ref_aux_internal_three is entered.
func (*BasePlSqlParserListener) EnterTable_ref_aux_internal_two ¶
func (s *BasePlSqlParserListener) EnterTable_ref_aux_internal_two(ctx *Table_ref_aux_internal_twoContext)
EnterTable_ref_aux_internal_two is called when production table_ref_aux_internal_two is entered.
func (*BasePlSqlParserListener) EnterTable_ref_list ¶
func (s *BasePlSqlParserListener) EnterTable_ref_list(ctx *Table_ref_listContext)
EnterTable_ref_list is called when production table_ref_list is entered.
func (*BasePlSqlParserListener) EnterTable_type_def ¶
func (s *BasePlSqlParserListener) EnterTable_type_def(ctx *Table_type_defContext)
EnterTable_type_def is called when production table_type_def is entered.
func (*BasePlSqlParserListener) EnterTable_var_name ¶
func (s *BasePlSqlParserListener) EnterTable_var_name(ctx *Table_var_nameContext)
EnterTable_var_name is called when production table_var_name is entered.
func (*BasePlSqlParserListener) EnterTablespace ¶
func (s *BasePlSqlParserListener) EnterTablespace(ctx *TablespaceContext)
EnterTablespace is called when production tablespace is entered.
func (*BasePlSqlParserListener) EnterTablespace_encryption_spec ¶
func (s *BasePlSqlParserListener) EnterTablespace_encryption_spec(ctx *Tablespace_encryption_specContext)
EnterTablespace_encryption_spec is called when production tablespace_encryption_spec is entered.
func (*BasePlSqlParserListener) EnterTablespace_group_clause ¶
func (s *BasePlSqlParserListener) EnterTablespace_group_clause(ctx *Tablespace_group_clauseContext)
EnterTablespace_group_clause is called when production tablespace_group_clause is entered.
func (*BasePlSqlParserListener) EnterTablespace_group_name ¶
func (s *BasePlSqlParserListener) EnterTablespace_group_name(ctx *Tablespace_group_nameContext)
EnterTablespace_group_name is called when production tablespace_group_name is entered.
func (*BasePlSqlParserListener) EnterTablespace_logging_clauses ¶
func (s *BasePlSqlParserListener) EnterTablespace_logging_clauses(ctx *Tablespace_logging_clausesContext)
EnterTablespace_logging_clauses is called when production tablespace_logging_clauses is entered.
func (*BasePlSqlParserListener) EnterTablespace_retention_clause ¶
func (s *BasePlSqlParserListener) EnterTablespace_retention_clause(ctx *Tablespace_retention_clauseContext)
EnterTablespace_retention_clause is called when production tablespace_retention_clause is entered.
func (*BasePlSqlParserListener) EnterTablespace_state_clauses ¶
func (s *BasePlSqlParserListener) EnterTablespace_state_clauses(ctx *Tablespace_state_clausesContext)
EnterTablespace_state_clauses is called when production tablespace_state_clauses is entered.
func (*BasePlSqlParserListener) EnterTableview_name ¶
func (s *BasePlSqlParserListener) EnterTableview_name(ctx *Tableview_nameContext)
EnterTableview_name is called when production tableview_name is entered.
func (*BasePlSqlParserListener) EnterTempfile_specification ¶
func (s *BasePlSqlParserListener) EnterTempfile_specification(ctx *Tempfile_specificationContext)
EnterTempfile_specification is called when production tempfile_specification is entered.
func (*BasePlSqlParserListener) EnterTemporary_tablespace_clause ¶
func (s *BasePlSqlParserListener) EnterTemporary_tablespace_clause(ctx *Temporary_tablespace_clauseContext)
EnterTemporary_tablespace_clause is called when production temporary_tablespace_clause is entered.
func (*BasePlSqlParserListener) EnterTiming_point_section ¶
func (s *BasePlSqlParserListener) EnterTiming_point_section(ctx *Timing_point_sectionContext)
EnterTiming_point_section is called when production timing_point_section is entered.
func (*BasePlSqlParserListener) EnterTrace_file_clause ¶
func (s *BasePlSqlParserListener) EnterTrace_file_clause(ctx *Trace_file_clauseContext)
EnterTrace_file_clause is called when production trace_file_clause is entered.
func (*BasePlSqlParserListener) EnterTransaction_control_statements ¶
func (s *BasePlSqlParserListener) EnterTransaction_control_statements(ctx *Transaction_control_statementsContext)
EnterTransaction_control_statements is called when production transaction_control_statements is entered.
func (*BasePlSqlParserListener) EnterTrigger_block ¶
func (s *BasePlSqlParserListener) EnterTrigger_block(ctx *Trigger_blockContext)
EnterTrigger_block is called when production trigger_block is entered.
func (*BasePlSqlParserListener) EnterTrigger_body ¶
func (s *BasePlSqlParserListener) EnterTrigger_body(ctx *Trigger_bodyContext)
EnterTrigger_body is called when production trigger_body is entered.
func (*BasePlSqlParserListener) EnterTrigger_follows_clause ¶
func (s *BasePlSqlParserListener) EnterTrigger_follows_clause(ctx *Trigger_follows_clauseContext)
EnterTrigger_follows_clause is called when production trigger_follows_clause is entered.
func (*BasePlSqlParserListener) EnterTrigger_name ¶
func (s *BasePlSqlParserListener) EnterTrigger_name(ctx *Trigger_nameContext)
EnterTrigger_name is called when production trigger_name is entered.
func (*BasePlSqlParserListener) EnterTrigger_when_clause ¶
func (s *BasePlSqlParserListener) EnterTrigger_when_clause(ctx *Trigger_when_clauseContext)
EnterTrigger_when_clause is called when production trigger_when_clause is entered.
func (*BasePlSqlParserListener) EnterTruncate_table ¶
func (s *BasePlSqlParserListener) EnterTruncate_table(ctx *Truncate_tableContext)
EnterTruncate_table is called when production truncate_table is entered.
func (*BasePlSqlParserListener) EnterType_body ¶
func (s *BasePlSqlParserListener) EnterType_body(ctx *Type_bodyContext)
EnterType_body is called when production type_body is entered.
func (*BasePlSqlParserListener) EnterType_body_elements ¶
func (s *BasePlSqlParserListener) EnterType_body_elements(ctx *Type_body_elementsContext)
EnterType_body_elements is called when production type_body_elements is entered.
func (*BasePlSqlParserListener) EnterType_declaration ¶
func (s *BasePlSqlParserListener) EnterType_declaration(ctx *Type_declarationContext)
EnterType_declaration is called when production type_declaration is entered.
func (*BasePlSqlParserListener) EnterType_definition ¶
func (s *BasePlSqlParserListener) EnterType_definition(ctx *Type_definitionContext)
EnterType_definition is called when production type_definition is entered.
func (*BasePlSqlParserListener) EnterType_elements_parameter ¶
func (s *BasePlSqlParserListener) EnterType_elements_parameter(ctx *Type_elements_parameterContext)
EnterType_elements_parameter is called when production type_elements_parameter is entered.
func (*BasePlSqlParserListener) EnterType_function_spec ¶
func (s *BasePlSqlParserListener) EnterType_function_spec(ctx *Type_function_specContext)
EnterType_function_spec is called when production type_function_spec is entered.
func (*BasePlSqlParserListener) EnterType_name ¶
func (s *BasePlSqlParserListener) EnterType_name(ctx *Type_nameContext)
EnterType_name is called when production type_name is entered.
func (*BasePlSqlParserListener) EnterType_procedure_spec ¶
func (s *BasePlSqlParserListener) EnterType_procedure_spec(ctx *Type_procedure_specContext)
EnterType_procedure_spec is called when production type_procedure_spec is entered.
func (*BasePlSqlParserListener) EnterType_spec ¶
func (s *BasePlSqlParserListener) EnterType_spec(ctx *Type_specContext)
EnterType_spec is called when production type_spec is entered.
func (*BasePlSqlParserListener) EnterUnary_expression ¶
func (s *BasePlSqlParserListener) EnterUnary_expression(ctx *Unary_expressionContext)
EnterUnary_expression is called when production unary_expression is entered.
func (*BasePlSqlParserListener) EnterUnary_logical_expression ¶
func (s *BasePlSqlParserListener) EnterUnary_logical_expression(ctx *Unary_logical_expressionContext)
EnterUnary_logical_expression is called when production unary_logical_expression is entered.
func (*BasePlSqlParserListener) EnterUndo_tablespace_clause ¶
func (s *BasePlSqlParserListener) EnterUndo_tablespace_clause(ctx *Undo_tablespace_clauseContext)
EnterUndo_tablespace_clause is called when production undo_tablespace_clause is entered.
func (*BasePlSqlParserListener) EnterUnified_auditing ¶
func (s *BasePlSqlParserListener) EnterUnified_auditing(ctx *Unified_auditingContext)
EnterUnified_auditing is called when production unified_auditing is entered.
func (*BasePlSqlParserListener) EnterUnique_key_clause ¶
func (s *BasePlSqlParserListener) EnterUnique_key_clause(ctx *Unique_key_clauseContext)
EnterUnique_key_clause is called when production unique_key_clause is entered.
func (*BasePlSqlParserListener) EnterUnit_statement ¶
func (s *BasePlSqlParserListener) EnterUnit_statement(ctx *Unit_statementContext)
EnterUnit_statement is called when production unit_statement is entered.
func (*BasePlSqlParserListener) EnterUnpivot_clause ¶
func (s *BasePlSqlParserListener) EnterUnpivot_clause(ctx *Unpivot_clauseContext)
EnterUnpivot_clause is called when production unpivot_clause is entered.
func (*BasePlSqlParserListener) EnterUnpivot_in_clause ¶
func (s *BasePlSqlParserListener) EnterUnpivot_in_clause(ctx *Unpivot_in_clauseContext)
EnterUnpivot_in_clause is called when production unpivot_in_clause is entered.
func (*BasePlSqlParserListener) EnterUnpivot_in_elements ¶
func (s *BasePlSqlParserListener) EnterUnpivot_in_elements(ctx *Unpivot_in_elementsContext)
EnterUnpivot_in_elements is called when production unpivot_in_elements is entered.
func (*BasePlSqlParserListener) EnterUntil_part ¶
func (s *BasePlSqlParserListener) EnterUntil_part(ctx *Until_partContext)
EnterUntil_part is called when production until_part is entered.
func (*BasePlSqlParserListener) EnterUpdate_set_clause ¶
func (s *BasePlSqlParserListener) EnterUpdate_set_clause(ctx *Update_set_clauseContext)
EnterUpdate_set_clause is called when production update_set_clause is entered.
func (*BasePlSqlParserListener) EnterUpdate_statement ¶
func (s *BasePlSqlParserListener) EnterUpdate_statement(ctx *Update_statementContext)
EnterUpdate_statement is called when production update_statement is entered.
func (*BasePlSqlParserListener) EnterUpgrade_or_downgrade ¶
func (s *BasePlSqlParserListener) EnterUpgrade_or_downgrade(ctx *Upgrade_or_downgradeContext)
EnterUpgrade_or_downgrade is called when production upgrade_or_downgrade is entered.
func (*BasePlSqlParserListener) EnterUpgrade_table_clause ¶
func (s *BasePlSqlParserListener) EnterUpgrade_table_clause(ctx *Upgrade_table_clauseContext)
EnterUpgrade_table_clause is called when production upgrade_table_clause is entered.
func (*BasePlSqlParserListener) EnterUpper_bound ¶
func (s *BasePlSqlParserListener) EnterUpper_bound(ctx *Upper_boundContext)
EnterUpper_bound is called when production upper_bound is entered.
func (*BasePlSqlParserListener) EnterUser_default_role_clause ¶
func (s *BasePlSqlParserListener) EnterUser_default_role_clause(ctx *User_default_role_clauseContext)
EnterUser_default_role_clause is called when production user_default_role_clause is entered.
func (*BasePlSqlParserListener) EnterUser_editions_clause ¶
func (s *BasePlSqlParserListener) EnterUser_editions_clause(ctx *User_editions_clauseContext)
EnterUser_editions_clause is called when production user_editions_clause is entered.
func (*BasePlSqlParserListener) EnterUser_lock_clause ¶
func (s *BasePlSqlParserListener) EnterUser_lock_clause(ctx *User_lock_clauseContext)
EnterUser_lock_clause is called when production user_lock_clause is entered.
func (*BasePlSqlParserListener) EnterUser_object_name ¶
func (s *BasePlSqlParserListener) EnterUser_object_name(ctx *User_object_nameContext)
EnterUser_object_name is called when production user_object_name is entered.
func (*BasePlSqlParserListener) EnterUser_tablespace_clause ¶
func (s *BasePlSqlParserListener) EnterUser_tablespace_clause(ctx *User_tablespace_clauseContext)
EnterUser_tablespace_clause is called when production user_tablespace_clause is entered.
func (*BasePlSqlParserListener) EnterUsing_clause ¶
func (s *BasePlSqlParserListener) EnterUsing_clause(ctx *Using_clauseContext)
EnterUsing_clause is called when production using_clause is entered.
func (*BasePlSqlParserListener) EnterUsing_element ¶
func (s *BasePlSqlParserListener) EnterUsing_element(ctx *Using_elementContext)
EnterUsing_element is called when production using_element is entered.
func (*BasePlSqlParserListener) EnterUsing_index_clause ¶
func (s *BasePlSqlParserListener) EnterUsing_index_clause(ctx *Using_index_clauseContext)
EnterUsing_index_clause is called when production using_index_clause is entered.
func (*BasePlSqlParserListener) EnterUsing_statistics_type ¶
func (s *BasePlSqlParserListener) EnterUsing_statistics_type(ctx *Using_statistics_typeContext)
EnterUsing_statistics_type is called when production using_statistics_type is entered.
func (*BasePlSqlParserListener) EnterValidation_clauses ¶
func (s *BasePlSqlParserListener) EnterValidation_clauses(ctx *Validation_clausesContext)
EnterValidation_clauses is called when production validation_clauses is entered.
func (*BasePlSqlParserListener) EnterValues_clause ¶
func (s *BasePlSqlParserListener) EnterValues_clause(ctx *Values_clauseContext)
EnterValues_clause is called when production values_clause is entered.
func (*BasePlSqlParserListener) EnterVariable_declaration ¶
func (s *BasePlSqlParserListener) EnterVariable_declaration(ctx *Variable_declarationContext)
EnterVariable_declaration is called when production variable_declaration is entered.
func (*BasePlSqlParserListener) EnterVariable_name ¶
func (s *BasePlSqlParserListener) EnterVariable_name(ctx *Variable_nameContext)
EnterVariable_name is called when production variable_name is entered.
func (*BasePlSqlParserListener) EnterVarray_col_properties ¶
func (s *BasePlSqlParserListener) EnterVarray_col_properties(ctx *Varray_col_propertiesContext)
EnterVarray_col_properties is called when production varray_col_properties is entered.
func (*BasePlSqlParserListener) EnterVarray_item ¶
func (s *BasePlSqlParserListener) EnterVarray_item(ctx *Varray_itemContext)
EnterVarray_item is called when production varray_item is entered.
func (*BasePlSqlParserListener) EnterVarray_storage_clause ¶
func (s *BasePlSqlParserListener) EnterVarray_storage_clause(ctx *Varray_storage_clauseContext)
EnterVarray_storage_clause is called when production varray_storage_clause is entered.
func (*BasePlSqlParserListener) EnterVarray_type_def ¶
func (s *BasePlSqlParserListener) EnterVarray_type_def(ctx *Varray_type_defContext)
EnterVarray_type_def is called when production varray_type_def is entered.
func (*BasePlSqlParserListener) EnterView_alias_constraint ¶
func (s *BasePlSqlParserListener) EnterView_alias_constraint(ctx *View_alias_constraintContext)
EnterView_alias_constraint is called when production view_alias_constraint is entered.
func (*BasePlSqlParserListener) EnterView_options ¶
func (s *BasePlSqlParserListener) EnterView_options(ctx *View_optionsContext)
EnterView_options is called when production view_options is entered.
func (*BasePlSqlParserListener) EnterVirtual_column_definition ¶
func (s *BasePlSqlParserListener) EnterVirtual_column_definition(ctx *Virtual_column_definitionContext)
EnterVirtual_column_definition is called when production virtual_column_definition is entered.
func (*BasePlSqlParserListener) EnterVisible_or_invisible ¶
func (s *BasePlSqlParserListener) EnterVisible_or_invisible(ctx *Visible_or_invisibleContext)
EnterVisible_or_invisible is called when production visible_or_invisible is entered.
func (*BasePlSqlParserListener) EnterWait_nowait_part ¶
func (s *BasePlSqlParserListener) EnterWait_nowait_part(ctx *Wait_nowait_partContext)
EnterWait_nowait_part is called when production wait_nowait_part is entered.
func (*BasePlSqlParserListener) EnterWhenever_command ¶
func (s *BasePlSqlParserListener) EnterWhenever_command(ctx *Whenever_commandContext)
EnterWhenever_command is called when production whenever_command is entered.
func (*BasePlSqlParserListener) EnterWhere_clause ¶
func (s *BasePlSqlParserListener) EnterWhere_clause(ctx *Where_clauseContext)
EnterWhere_clause is called when production where_clause is entered.
func (*BasePlSqlParserListener) EnterWindowing_clause ¶
func (s *BasePlSqlParserListener) EnterWindowing_clause(ctx *Windowing_clauseContext)
EnterWindowing_clause is called when production windowing_clause is entered.
func (*BasePlSqlParserListener) EnterWindowing_elements ¶
func (s *BasePlSqlParserListener) EnterWindowing_elements(ctx *Windowing_elementsContext)
EnterWindowing_elements is called when production windowing_elements is entered.
func (*BasePlSqlParserListener) EnterWindowing_type ¶
func (s *BasePlSqlParserListener) EnterWindowing_type(ctx *Windowing_typeContext)
EnterWindowing_type is called when production windowing_type is entered.
func (*BasePlSqlParserListener) EnterWithin_or_over_clause_keyword ¶
func (s *BasePlSqlParserListener) EnterWithin_or_over_clause_keyword(ctx *Within_or_over_clause_keywordContext)
EnterWithin_or_over_clause_keyword is called when production within_or_over_clause_keyword is entered.
func (*BasePlSqlParserListener) EnterWithin_or_over_part ¶
func (s *BasePlSqlParserListener) EnterWithin_or_over_part(ctx *Within_or_over_partContext)
EnterWithin_or_over_part is called when production within_or_over_part is entered.
func (*BasePlSqlParserListener) EnterWrite_clause ¶
func (s *BasePlSqlParserListener) EnterWrite_clause(ctx *Write_clauseContext)
EnterWrite_clause is called when production write_clause is entered.
func (*BasePlSqlParserListener) EnterXml_attributes_clause ¶
func (s *BasePlSqlParserListener) EnterXml_attributes_clause(ctx *Xml_attributes_clauseContext)
EnterXml_attributes_clause is called when production xml_attributes_clause is entered.
func (*BasePlSqlParserListener) EnterXml_column_name ¶
func (s *BasePlSqlParserListener) EnterXml_column_name(ctx *Xml_column_nameContext)
EnterXml_column_name is called when production xml_column_name is entered.
func (*BasePlSqlParserListener) EnterXml_general_default_part ¶
func (s *BasePlSqlParserListener) EnterXml_general_default_part(ctx *Xml_general_default_partContext)
EnterXml_general_default_part is called when production xml_general_default_part is entered.
func (*BasePlSqlParserListener) EnterXml_multiuse_expression_element ¶
func (s *BasePlSqlParserListener) EnterXml_multiuse_expression_element(ctx *Xml_multiuse_expression_elementContext)
EnterXml_multiuse_expression_element is called when production xml_multiuse_expression_element is entered.
func (*BasePlSqlParserListener) EnterXml_namespaces_clause ¶
func (s *BasePlSqlParserListener) EnterXml_namespaces_clause(ctx *Xml_namespaces_clauseContext)
EnterXml_namespaces_clause is called when production xml_namespaces_clause is entered.
func (*BasePlSqlParserListener) EnterXml_passing_clause ¶
func (s *BasePlSqlParserListener) EnterXml_passing_clause(ctx *Xml_passing_clauseContext)
EnterXml_passing_clause is called when production xml_passing_clause is entered.
func (*BasePlSqlParserListener) EnterXml_table_column ¶
func (s *BasePlSqlParserListener) EnterXml_table_column(ctx *Xml_table_columnContext)
EnterXml_table_column is called when production xml_table_column is entered.
func (*BasePlSqlParserListener) EnterXmlindex_clause ¶
func (s *BasePlSqlParserListener) EnterXmlindex_clause(ctx *Xmlindex_clauseContext)
EnterXmlindex_clause is called when production xmlindex_clause is entered.
func (*BasePlSqlParserListener) EnterXmlroot_param_standalone_part ¶
func (s *BasePlSqlParserListener) EnterXmlroot_param_standalone_part(ctx *Xmlroot_param_standalone_partContext)
EnterXmlroot_param_standalone_part is called when production xmlroot_param_standalone_part is entered.
func (*BasePlSqlParserListener) EnterXmlroot_param_version_part ¶
func (s *BasePlSqlParserListener) EnterXmlroot_param_version_part(ctx *Xmlroot_param_version_partContext)
EnterXmlroot_param_version_part is called when production xmlroot_param_version_part is entered.
func (*BasePlSqlParserListener) EnterXmlschema_spec ¶
func (s *BasePlSqlParserListener) EnterXmlschema_spec(ctx *Xmlschema_specContext)
EnterXmlschema_spec is called when production xmlschema_spec is entered.
func (*BasePlSqlParserListener) EnterXmlserialize_param_enconding_part ¶
func (s *BasePlSqlParserListener) EnterXmlserialize_param_enconding_part(ctx *Xmlserialize_param_enconding_partContext)
EnterXmlserialize_param_enconding_part is called when production xmlserialize_param_enconding_part is entered.
func (*BasePlSqlParserListener) EnterXmlserialize_param_ident_part ¶
func (s *BasePlSqlParserListener) EnterXmlserialize_param_ident_part(ctx *Xmlserialize_param_ident_partContext)
EnterXmlserialize_param_ident_part is called when production xmlserialize_param_ident_part is entered.
func (*BasePlSqlParserListener) EnterXmlserialize_param_version_part ¶
func (s *BasePlSqlParserListener) EnterXmlserialize_param_version_part(ctx *Xmlserialize_param_version_partContext)
EnterXmlserialize_param_version_part is called when production xmlserialize_param_version_part is entered.
func (*BasePlSqlParserListener) EnterXmltable ¶
func (s *BasePlSqlParserListener) EnterXmltable(ctx *XmltableContext)
EnterXmltable is called when production xmltable is entered.
func (*BasePlSqlParserListener) EnterXmltype_column_properties ¶
func (s *BasePlSqlParserListener) EnterXmltype_column_properties(ctx *Xmltype_column_propertiesContext)
EnterXmltype_column_properties is called when production xmltype_column_properties is entered.
func (*BasePlSqlParserListener) EnterXmltype_storage ¶
func (s *BasePlSqlParserListener) EnterXmltype_storage(ctx *Xmltype_storageContext)
EnterXmltype_storage is called when production xmltype_storage is entered.
func (*BasePlSqlParserListener) EnterXmltype_table ¶
func (s *BasePlSqlParserListener) EnterXmltype_table(ctx *Xmltype_tableContext)
EnterXmltype_table is called when production xmltype_table is entered.
func (*BasePlSqlParserListener) EnterXmltype_virtual_columns ¶
func (s *BasePlSqlParserListener) EnterXmltype_virtual_columns(ctx *Xmltype_virtual_columnsContext)
EnterXmltype_virtual_columns is called when production xmltype_virtual_columns is entered.
func (*BasePlSqlParserListener) ExitActivate_standby_db_clause ¶
func (s *BasePlSqlParserListener) ExitActivate_standby_db_clause(ctx *Activate_standby_db_clauseContext)
ExitActivate_standby_db_clause is called when production activate_standby_db_clause is exited.
func (*BasePlSqlParserListener) ExitAdd_column_clause ¶
func (s *BasePlSqlParserListener) ExitAdd_column_clause(ctx *Add_column_clauseContext)
ExitAdd_column_clause is called when production add_column_clause is exited.
func (*BasePlSqlParserListener) ExitAdd_constraint ¶
func (s *BasePlSqlParserListener) ExitAdd_constraint(ctx *Add_constraintContext)
ExitAdd_constraint is called when production add_constraint is exited.
func (*BasePlSqlParserListener) ExitAdd_constraint_clause ¶
func (s *BasePlSqlParserListener) ExitAdd_constraint_clause(ctx *Add_constraint_clauseContext)
ExitAdd_constraint_clause is called when production add_constraint_clause is exited.
func (*BasePlSqlParserListener) ExitAdd_hash_index_partition ¶
func (s *BasePlSqlParserListener) ExitAdd_hash_index_partition(ctx *Add_hash_index_partitionContext)
ExitAdd_hash_index_partition is called when production add_hash_index_partition is exited.
func (*BasePlSqlParserListener) ExitAdd_logfile_clauses ¶
func (s *BasePlSqlParserListener) ExitAdd_logfile_clauses(ctx *Add_logfile_clausesContext)
ExitAdd_logfile_clauses is called when production add_logfile_clauses is exited.
func (*BasePlSqlParserListener) ExitAdd_modify_drop_column_clauses ¶
func (s *BasePlSqlParserListener) ExitAdd_modify_drop_column_clauses(ctx *Add_modify_drop_column_clausesContext)
ExitAdd_modify_drop_column_clauses is called when production add_modify_drop_column_clauses is exited.
func (*BasePlSqlParserListener) ExitAdd_mv_log_column_clause ¶
func (s *BasePlSqlParserListener) ExitAdd_mv_log_column_clause(ctx *Add_mv_log_column_clauseContext)
ExitAdd_mv_log_column_clause is called when production add_mv_log_column_clause is exited.
func (*BasePlSqlParserListener) ExitAdd_or_drop ¶
func (s *BasePlSqlParserListener) ExitAdd_or_drop(ctx *Add_or_dropContext)
ExitAdd_or_drop is called when production add_or_drop is exited.
func (*BasePlSqlParserListener) ExitAdd_overflow_clause ¶
func (s *BasePlSqlParserListener) ExitAdd_overflow_clause(ctx *Add_overflow_clauseContext)
ExitAdd_overflow_clause is called when production add_overflow_clause is exited.
func (*BasePlSqlParserListener) ExitAdd_rem_container_data ¶
func (s *BasePlSqlParserListener) ExitAdd_rem_container_data(ctx *Add_rem_container_dataContext)
ExitAdd_rem_container_data is called when production add_rem_container_data is exited.
func (*BasePlSqlParserListener) ExitAggregate_function_name ¶
func (s *BasePlSqlParserListener) ExitAggregate_function_name(ctx *Aggregate_function_nameContext)
ExitAggregate_function_name is called when production aggregate_function_name is exited.
func (*BasePlSqlParserListener) ExitAllocate_extent_clause ¶
func (s *BasePlSqlParserListener) ExitAllocate_extent_clause(ctx *Allocate_extent_clauseContext)
ExitAllocate_extent_clause is called when production allocate_extent_clause is exited.
func (*BasePlSqlParserListener) ExitAllow_or_disallow ¶
func (s *BasePlSqlParserListener) ExitAllow_or_disallow(ctx *Allow_or_disallowContext)
ExitAllow_or_disallow is called when production allow_or_disallow is exited.
func (*BasePlSqlParserListener) ExitAlter_attribute_definition ¶
func (s *BasePlSqlParserListener) ExitAlter_attribute_definition(ctx *Alter_attribute_definitionContext)
ExitAlter_attribute_definition is called when production alter_attribute_definition is exited.
func (*BasePlSqlParserListener) ExitAlter_cluster ¶
func (s *BasePlSqlParserListener) ExitAlter_cluster(ctx *Alter_clusterContext)
ExitAlter_cluster is called when production alter_cluster is exited.
func (*BasePlSqlParserListener) ExitAlter_collection_clauses ¶
func (s *BasePlSqlParserListener) ExitAlter_collection_clauses(ctx *Alter_collection_clausesContext)
ExitAlter_collection_clauses is called when production alter_collection_clauses is exited.
func (*BasePlSqlParserListener) ExitAlter_database ¶
func (s *BasePlSqlParserListener) ExitAlter_database(ctx *Alter_databaseContext)
ExitAlter_database is called when production alter_database is exited.
func (*BasePlSqlParserListener) ExitAlter_datafile_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_datafile_clause(ctx *Alter_datafile_clauseContext)
ExitAlter_datafile_clause is called when production alter_datafile_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_function ¶
func (s *BasePlSqlParserListener) ExitAlter_function(ctx *Alter_functionContext)
ExitAlter_function is called when production alter_function is exited.
func (*BasePlSqlParserListener) ExitAlter_identified_by ¶
func (s *BasePlSqlParserListener) ExitAlter_identified_by(ctx *Alter_identified_byContext)
ExitAlter_identified_by is called when production alter_identified_by is exited.
func (*BasePlSqlParserListener) ExitAlter_index ¶
func (s *BasePlSqlParserListener) ExitAlter_index(ctx *Alter_indexContext)
ExitAlter_index is called when production alter_index is exited.
func (*BasePlSqlParserListener) ExitAlter_index_ops_set1 ¶
func (s *BasePlSqlParserListener) ExitAlter_index_ops_set1(ctx *Alter_index_ops_set1Context)
ExitAlter_index_ops_set1 is called when production alter_index_ops_set1 is exited.
func (*BasePlSqlParserListener) ExitAlter_index_ops_set2 ¶
func (s *BasePlSqlParserListener) ExitAlter_index_ops_set2(ctx *Alter_index_ops_set2Context)
ExitAlter_index_ops_set2 is called when production alter_index_ops_set2 is exited.
func (*BasePlSqlParserListener) ExitAlter_index_partitioning ¶
func (s *BasePlSqlParserListener) ExitAlter_index_partitioning(ctx *Alter_index_partitioningContext)
ExitAlter_index_partitioning is called when production alter_index_partitioning is exited.
func (*BasePlSqlParserListener) ExitAlter_iot_clauses ¶
func (s *BasePlSqlParserListener) ExitAlter_iot_clauses(ctx *Alter_iot_clausesContext)
ExitAlter_iot_clauses is called when production alter_iot_clauses is exited.
func (*BasePlSqlParserListener) ExitAlter_library ¶
func (s *BasePlSqlParserListener) ExitAlter_library(ctx *Alter_libraryContext)
ExitAlter_library is called when production alter_library is exited.
func (*BasePlSqlParserListener) ExitAlter_mapping_table_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_mapping_table_clause(ctx *Alter_mapping_table_clauseContext)
ExitAlter_mapping_table_clause is called when production alter_mapping_table_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_materialized_view ¶
func (s *BasePlSqlParserListener) ExitAlter_materialized_view(ctx *Alter_materialized_viewContext)
ExitAlter_materialized_view is called when production alter_materialized_view is exited.
func (*BasePlSqlParserListener) ExitAlter_materialized_view_log ¶
func (s *BasePlSqlParserListener) ExitAlter_materialized_view_log(ctx *Alter_materialized_view_logContext)
ExitAlter_materialized_view_log is called when production alter_materialized_view_log is exited.
func (*BasePlSqlParserListener) ExitAlter_method_element ¶
func (s *BasePlSqlParserListener) ExitAlter_method_element(ctx *Alter_method_elementContext)
ExitAlter_method_element is called when production alter_method_element is exited.
func (*BasePlSqlParserListener) ExitAlter_method_spec ¶
func (s *BasePlSqlParserListener) ExitAlter_method_spec(ctx *Alter_method_specContext)
ExitAlter_method_spec is called when production alter_method_spec is exited.
func (*BasePlSqlParserListener) ExitAlter_mv_option1 ¶
func (s *BasePlSqlParserListener) ExitAlter_mv_option1(ctx *Alter_mv_option1Context)
ExitAlter_mv_option1 is called when production alter_mv_option1 is exited.
func (*BasePlSqlParserListener) ExitAlter_mv_refresh ¶
func (s *BasePlSqlParserListener) ExitAlter_mv_refresh(ctx *Alter_mv_refreshContext)
ExitAlter_mv_refresh is called when production alter_mv_refresh is exited.
func (*BasePlSqlParserListener) ExitAlter_overflow_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_overflow_clause(ctx *Alter_overflow_clauseContext)
ExitAlter_overflow_clause is called when production alter_overflow_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_package ¶
func (s *BasePlSqlParserListener) ExitAlter_package(ctx *Alter_packageContext)
ExitAlter_package is called when production alter_package is exited.
func (*BasePlSqlParserListener) ExitAlter_procedure ¶
func (s *BasePlSqlParserListener) ExitAlter_procedure(ctx *Alter_procedureContext)
ExitAlter_procedure is called when production alter_procedure is exited.
func (*BasePlSqlParserListener) ExitAlter_sequence ¶
func (s *BasePlSqlParserListener) ExitAlter_sequence(ctx *Alter_sequenceContext)
ExitAlter_sequence is called when production alter_sequence is exited.
func (*BasePlSqlParserListener) ExitAlter_session ¶
func (s *BasePlSqlParserListener) ExitAlter_session(ctx *Alter_sessionContext)
ExitAlter_session is called when production alter_session is exited.
func (*BasePlSqlParserListener) ExitAlter_session_set_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_session_set_clause(ctx *Alter_session_set_clauseContext)
ExitAlter_session_set_clause is called when production alter_session_set_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_table ¶
func (s *BasePlSqlParserListener) ExitAlter_table(ctx *Alter_tableContext)
ExitAlter_table is called when production alter_table is exited.
func (*BasePlSqlParserListener) ExitAlter_table_properties ¶
func (s *BasePlSqlParserListener) ExitAlter_table_properties(ctx *Alter_table_propertiesContext)
ExitAlter_table_properties is called when production alter_table_properties is exited.
func (*BasePlSqlParserListener) ExitAlter_table_properties_1 ¶
func (s *BasePlSqlParserListener) ExitAlter_table_properties_1(ctx *Alter_table_properties_1Context)
ExitAlter_table_properties_1 is called when production alter_table_properties_1 is exited.
func (*BasePlSqlParserListener) ExitAlter_tablespace ¶
func (s *BasePlSqlParserListener) ExitAlter_tablespace(ctx *Alter_tablespaceContext)
ExitAlter_tablespace is called when production alter_tablespace is exited.
func (*BasePlSqlParserListener) ExitAlter_tempfile_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_tempfile_clause(ctx *Alter_tempfile_clauseContext)
ExitAlter_tempfile_clause is called when production alter_tempfile_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_trigger ¶
func (s *BasePlSqlParserListener) ExitAlter_trigger(ctx *Alter_triggerContext)
ExitAlter_trigger is called when production alter_trigger is exited.
func (*BasePlSqlParserListener) ExitAlter_type ¶
func (s *BasePlSqlParserListener) ExitAlter_type(ctx *Alter_typeContext)
ExitAlter_type is called when production alter_type is exited.
func (*BasePlSqlParserListener) ExitAlter_user ¶
func (s *BasePlSqlParserListener) ExitAlter_user(ctx *Alter_userContext)
ExitAlter_user is called when production alter_user is exited.
func (*BasePlSqlParserListener) ExitAlter_user_editions_clause ¶
func (s *BasePlSqlParserListener) ExitAlter_user_editions_clause(ctx *Alter_user_editions_clauseContext)
ExitAlter_user_editions_clause is called when production alter_user_editions_clause is exited.
func (*BasePlSqlParserListener) ExitAlter_varray_col_properties ¶
func (s *BasePlSqlParserListener) ExitAlter_varray_col_properties(ctx *Alter_varray_col_propertiesContext)
ExitAlter_varray_col_properties is called when production alter_varray_col_properties is exited.
func (*BasePlSqlParserListener) ExitAlter_view ¶
func (s *BasePlSqlParserListener) ExitAlter_view(ctx *Alter_viewContext)
ExitAlter_view is called when production alter_view is exited.
func (*BasePlSqlParserListener) ExitAlter_view_editionable ¶
func (s *BasePlSqlParserListener) ExitAlter_view_editionable(ctx *Alter_view_editionableContext)
ExitAlter_view_editionable is called when production alter_view_editionable is exited.
func (*BasePlSqlParserListener) ExitAnalyze ¶
func (s *BasePlSqlParserListener) ExitAnalyze(ctx *AnalyzeContext)
ExitAnalyze is called when production analyze is exited.
func (*BasePlSqlParserListener) ExitAnonymous_block ¶
func (s *BasePlSqlParserListener) ExitAnonymous_block(ctx *Anonymous_blockContext)
ExitAnonymous_block is called when production anonymous_block is exited.
func (*BasePlSqlParserListener) ExitArgument ¶
func (s *BasePlSqlParserListener) ExitArgument(ctx *ArgumentContext)
ExitArgument is called when production argument is exited.
func (*BasePlSqlParserListener) ExitAssignment_statement ¶
func (s *BasePlSqlParserListener) ExitAssignment_statement(ctx *Assignment_statementContext)
ExitAssignment_statement is called when production assignment_statement is exited.
func (*BasePlSqlParserListener) ExitAssociate_statistics ¶
func (s *BasePlSqlParserListener) ExitAssociate_statistics(ctx *Associate_statisticsContext)
ExitAssociate_statistics is called when production associate_statistics is exited.
func (*BasePlSqlParserListener) ExitAtom ¶
func (s *BasePlSqlParserListener) ExitAtom(ctx *AtomContext)
ExitAtom is called when production atom is exited.
func (*BasePlSqlParserListener) ExitAttribute_definition ¶
func (s *BasePlSqlParserListener) ExitAttribute_definition(ctx *Attribute_definitionContext)
ExitAttribute_definition is called when production attribute_definition is exited.
func (*BasePlSqlParserListener) ExitAttribute_name ¶
func (s *BasePlSqlParserListener) ExitAttribute_name(ctx *Attribute_nameContext)
ExitAttribute_name is called when production attribute_name is exited.
func (*BasePlSqlParserListener) ExitAudit_container_clause ¶
func (s *BasePlSqlParserListener) ExitAudit_container_clause(ctx *Audit_container_clauseContext)
ExitAudit_container_clause is called when production audit_container_clause is exited.
func (*BasePlSqlParserListener) ExitAudit_direct_path ¶
func (s *BasePlSqlParserListener) ExitAudit_direct_path(ctx *Audit_direct_pathContext)
ExitAudit_direct_path is called when production audit_direct_path is exited.
func (*BasePlSqlParserListener) ExitAudit_operation_clause ¶
func (s *BasePlSqlParserListener) ExitAudit_operation_clause(ctx *Audit_operation_clauseContext)
ExitAudit_operation_clause is called when production audit_operation_clause is exited.
func (*BasePlSqlParserListener) ExitAudit_schema_object_clause ¶
func (s *BasePlSqlParserListener) ExitAudit_schema_object_clause(ctx *Audit_schema_object_clauseContext)
ExitAudit_schema_object_clause is called when production audit_schema_object_clause is exited.
func (*BasePlSqlParserListener) ExitAudit_traditional ¶
func (s *BasePlSqlParserListener) ExitAudit_traditional(ctx *Audit_traditionalContext)
ExitAudit_traditional is called when production audit_traditional is exited.
func (*BasePlSqlParserListener) ExitAudit_user ¶
func (s *BasePlSqlParserListener) ExitAudit_user(ctx *Audit_userContext)
ExitAudit_user is called when production audit_user is exited.
func (*BasePlSqlParserListener) ExitAuditing_by_clause ¶
func (s *BasePlSqlParserListener) ExitAuditing_by_clause(ctx *Auditing_by_clauseContext)
ExitAuditing_by_clause is called when production auditing_by_clause is exited.
func (*BasePlSqlParserListener) ExitAuditing_on_clause ¶
func (s *BasePlSqlParserListener) ExitAuditing_on_clause(ctx *Auditing_on_clauseContext)
ExitAuditing_on_clause is called when production auditing_on_clause is exited.
func (*BasePlSqlParserListener) ExitAutoextend_clause ¶
func (s *BasePlSqlParserListener) ExitAutoextend_clause(ctx *Autoextend_clauseContext)
ExitAutoextend_clause is called when production autoextend_clause is exited.
func (*BasePlSqlParserListener) ExitAutogenerated_sequence_definition ¶
func (s *BasePlSqlParserListener) ExitAutogenerated_sequence_definition(ctx *Autogenerated_sequence_definitionContext)
ExitAutogenerated_sequence_definition is called when production autogenerated_sequence_definition is exited.
func (*BasePlSqlParserListener) ExitBegin_or_end ¶
func (s *BasePlSqlParserListener) ExitBegin_or_end(ctx *Begin_or_endContext)
ExitBegin_or_end is called when production begin_or_end is exited.
func (*BasePlSqlParserListener) ExitBetween_bound ¶
func (s *BasePlSqlParserListener) ExitBetween_bound(ctx *Between_boundContext)
ExitBetween_bound is called when production between_bound is exited.
func (*BasePlSqlParserListener) ExitBetween_elements ¶
func (s *BasePlSqlParserListener) ExitBetween_elements(ctx *Between_elementsContext)
ExitBetween_elements is called when production between_elements is exited.
func (*BasePlSqlParserListener) ExitBind_variable ¶
func (s *BasePlSqlParserListener) ExitBind_variable(ctx *Bind_variableContext)
ExitBind_variable is called when production bind_variable is exited.
func (*BasePlSqlParserListener) ExitBitmap_join_index_clause ¶
func (s *BasePlSqlParserListener) ExitBitmap_join_index_clause(ctx *Bitmap_join_index_clauseContext)
ExitBitmap_join_index_clause is called when production bitmap_join_index_clause is exited.
func (*BasePlSqlParserListener) ExitBlock ¶
func (s *BasePlSqlParserListener) ExitBlock(ctx *BlockContext)
ExitBlock is called when production block is exited.
func (*BasePlSqlParserListener) ExitBody ¶
func (s *BasePlSqlParserListener) ExitBody(ctx *BodyContext)
ExitBody is called when production body is exited.
func (*BasePlSqlParserListener) ExitBounds_clause ¶
func (s *BasePlSqlParserListener) ExitBounds_clause(ctx *Bounds_clauseContext)
ExitBounds_clause is called when production bounds_clause is exited.
func (*BasePlSqlParserListener) ExitBuild_clause ¶
func (s *BasePlSqlParserListener) ExitBuild_clause(ctx *Build_clauseContext)
ExitBuild_clause is called when production build_clause is exited.
func (*BasePlSqlParserListener) ExitC_agent_in_clause ¶
func (s *BasePlSqlParserListener) ExitC_agent_in_clause(ctx *C_agent_in_clauseContext)
ExitC_agent_in_clause is called when production c_agent_in_clause is exited.
func (*BasePlSqlParserListener) ExitC_parameters_clause ¶
func (s *BasePlSqlParserListener) ExitC_parameters_clause(ctx *C_parameters_clauseContext)
ExitC_parameters_clause is called when production c_parameters_clause is exited.
func (*BasePlSqlParserListener) ExitC_spec ¶
func (s *BasePlSqlParserListener) ExitC_spec(ctx *C_specContext)
ExitC_spec is called when production c_spec is exited.
func (*BasePlSqlParserListener) ExitCache_or_nocache ¶
func (s *BasePlSqlParserListener) ExitCache_or_nocache(ctx *Cache_or_nocacheContext)
ExitCache_or_nocache is called when production cache_or_nocache is exited.
func (*BasePlSqlParserListener) ExitCall_spec ¶
func (s *BasePlSqlParserListener) ExitCall_spec(ctx *Call_specContext)
ExitCall_spec is called when production call_spec is exited.
func (*BasePlSqlParserListener) ExitCase_else_part ¶
func (s *BasePlSqlParserListener) ExitCase_else_part(ctx *Case_else_partContext)
ExitCase_else_part is called when production case_else_part is exited.
func (*BasePlSqlParserListener) ExitCase_statement ¶
func (s *BasePlSqlParserListener) ExitCase_statement(ctx *Case_statementContext)
ExitCase_statement is called when production case_statement is exited.
func (*BasePlSqlParserListener) ExitCell_assignment ¶
func (s *BasePlSqlParserListener) ExitCell_assignment(ctx *Cell_assignmentContext)
ExitCell_assignment is called when production cell_assignment is exited.
func (*BasePlSqlParserListener) ExitCell_reference_options ¶
func (s *BasePlSqlParserListener) ExitCell_reference_options(ctx *Cell_reference_optionsContext)
ExitCell_reference_options is called when production cell_reference_options is exited.
func (*BasePlSqlParserListener) ExitChar_set_name ¶
func (s *BasePlSqlParserListener) ExitChar_set_name(ctx *Char_set_nameContext)
ExitChar_set_name is called when production char_set_name is exited.
func (*BasePlSqlParserListener) ExitCheck_constraint ¶
func (s *BasePlSqlParserListener) ExitCheck_constraint(ctx *Check_constraintContext)
ExitCheck_constraint is called when production check_constraint is exited.
func (*BasePlSqlParserListener) ExitClose_statement ¶
func (s *BasePlSqlParserListener) ExitClose_statement(ctx *Close_statementContext)
ExitClose_statement is called when production close_statement is exited.
func (*BasePlSqlParserListener) ExitCluster_index_clause ¶
func (s *BasePlSqlParserListener) ExitCluster_index_clause(ctx *Cluster_index_clauseContext)
ExitCluster_index_clause is called when production cluster_index_clause is exited.
func (*BasePlSqlParserListener) ExitCluster_name ¶
func (s *BasePlSqlParserListener) ExitCluster_name(ctx *Cluster_nameContext)
ExitCluster_name is called when production cluster_name is exited.
func (*BasePlSqlParserListener) ExitCoalesce_index_partition ¶
func (s *BasePlSqlParserListener) ExitCoalesce_index_partition(ctx *Coalesce_index_partitionContext)
ExitCoalesce_index_partition is called when production coalesce_index_partition is exited.
func (*BasePlSqlParserListener) ExitCollect_order_by_part ¶
func (s *BasePlSqlParserListener) ExitCollect_order_by_part(ctx *Collect_order_by_partContext)
ExitCollect_order_by_part is called when production collect_order_by_part is exited.
func (*BasePlSqlParserListener) ExitCollection_item ¶
func (s *BasePlSqlParserListener) ExitCollection_item(ctx *Collection_itemContext)
ExitCollection_item is called when production collection_item is exited.
func (*BasePlSqlParserListener) ExitCollection_name ¶
func (s *BasePlSqlParserListener) ExitCollection_name(ctx *Collection_nameContext)
ExitCollection_name is called when production collection_name is exited.
func (*BasePlSqlParserListener) ExitColumn_alias ¶
func (s *BasePlSqlParserListener) ExitColumn_alias(ctx *Column_aliasContext)
ExitColumn_alias is called when production column_alias is exited.
func (*BasePlSqlParserListener) ExitColumn_association ¶
func (s *BasePlSqlParserListener) ExitColumn_association(ctx *Column_associationContext)
ExitColumn_association is called when production column_association is exited.
func (*BasePlSqlParserListener) ExitColumn_based_update_set_clause ¶
func (s *BasePlSqlParserListener) ExitColumn_based_update_set_clause(ctx *Column_based_update_set_clauseContext)
ExitColumn_based_update_set_clause is called when production column_based_update_set_clause is exited.
func (*BasePlSqlParserListener) ExitColumn_clauses ¶
func (s *BasePlSqlParserListener) ExitColumn_clauses(ctx *Column_clausesContext)
ExitColumn_clauses is called when production column_clauses is exited.
func (*BasePlSqlParserListener) ExitColumn_definition ¶
func (s *BasePlSqlParserListener) ExitColumn_definition(ctx *Column_definitionContext)
ExitColumn_definition is called when production column_definition is exited.
func (*BasePlSqlParserListener) ExitColumn_list ¶
func (s *BasePlSqlParserListener) ExitColumn_list(ctx *Column_listContext)
ExitColumn_list is called when production column_list is exited.
func (*BasePlSqlParserListener) ExitColumn_name ¶
func (s *BasePlSqlParserListener) ExitColumn_name(ctx *Column_nameContext)
ExitColumn_name is called when production column_name is exited.
func (*BasePlSqlParserListener) ExitColumn_or_attribute ¶
func (s *BasePlSqlParserListener) ExitColumn_or_attribute(ctx *Column_or_attributeContext)
ExitColumn_or_attribute is called when production column_or_attribute is exited.
func (*BasePlSqlParserListener) ExitColumn_properties ¶
func (s *BasePlSqlParserListener) ExitColumn_properties(ctx *Column_propertiesContext)
ExitColumn_properties is called when production column_properties is exited.
func (*BasePlSqlParserListener) ExitComment_on_column ¶
func (s *BasePlSqlParserListener) ExitComment_on_column(ctx *Comment_on_columnContext)
ExitComment_on_column is called when production comment_on_column is exited.
func (*BasePlSqlParserListener) ExitComment_on_table ¶
func (s *BasePlSqlParserListener) ExitComment_on_table(ctx *Comment_on_tableContext)
ExitComment_on_table is called when production comment_on_table is exited.
func (*BasePlSqlParserListener) ExitCommit_statement ¶
func (s *BasePlSqlParserListener) ExitCommit_statement(ctx *Commit_statementContext)
ExitCommit_statement is called when production commit_statement is exited.
func (*BasePlSqlParserListener) ExitCommit_switchover_clause ¶
func (s *BasePlSqlParserListener) ExitCommit_switchover_clause(ctx *Commit_switchover_clauseContext)
ExitCommit_switchover_clause is called when production commit_switchover_clause is exited.
func (*BasePlSqlParserListener) ExitCompile_type_clause ¶
func (s *BasePlSqlParserListener) ExitCompile_type_clause(ctx *Compile_type_clauseContext)
ExitCompile_type_clause is called when production compile_type_clause is exited.
func (*BasePlSqlParserListener) ExitCompiler_parameters_clause ¶
func (s *BasePlSqlParserListener) ExitCompiler_parameters_clause(ctx *Compiler_parameters_clauseContext)
ExitCompiler_parameters_clause is called when production compiler_parameters_clause is exited.
func (*BasePlSqlParserListener) ExitComposite_hash_partitions ¶
func (s *BasePlSqlParserListener) ExitComposite_hash_partitions(ctx *Composite_hash_partitionsContext)
ExitComposite_hash_partitions is called when production composite_hash_partitions is exited.
func (*BasePlSqlParserListener) ExitComposite_list_partitions ¶
func (s *BasePlSqlParserListener) ExitComposite_list_partitions(ctx *Composite_list_partitionsContext)
ExitComposite_list_partitions is called when production composite_list_partitions is exited.
func (*BasePlSqlParserListener) ExitComposite_range_partitions ¶
func (s *BasePlSqlParserListener) ExitComposite_range_partitions(ctx *Composite_range_partitionsContext)
ExitComposite_range_partitions is called when production composite_range_partitions is exited.
func (*BasePlSqlParserListener) ExitCompound_dml_trigger ¶
func (s *BasePlSqlParserListener) ExitCompound_dml_trigger(ctx *Compound_dml_triggerContext)
ExitCompound_dml_trigger is called when production compound_dml_trigger is exited.
func (*BasePlSqlParserListener) ExitCompound_expression ¶
func (s *BasePlSqlParserListener) ExitCompound_expression(ctx *Compound_expressionContext)
ExitCompound_expression is called when production compound_expression is exited.
func (*BasePlSqlParserListener) ExitCompound_trigger_block ¶
func (s *BasePlSqlParserListener) ExitCompound_trigger_block(ctx *Compound_trigger_blockContext)
ExitCompound_trigger_block is called when production compound_trigger_block is exited.
func (*BasePlSqlParserListener) ExitConcatenation ¶
func (s *BasePlSqlParserListener) ExitConcatenation(ctx *ConcatenationContext)
ExitConcatenation is called when production concatenation is exited.
func (*BasePlSqlParserListener) ExitCondition ¶
func (s *BasePlSqlParserListener) ExitCondition(ctx *ConditionContext)
ExitCondition is called when production condition is exited.
func (*BasePlSqlParserListener) ExitConditional_insert_clause ¶
func (s *BasePlSqlParserListener) ExitConditional_insert_clause(ctx *Conditional_insert_clauseContext)
ExitConditional_insert_clause is called when production conditional_insert_clause is exited.
func (*BasePlSqlParserListener) ExitConditional_insert_else_part ¶
func (s *BasePlSqlParserListener) ExitConditional_insert_else_part(ctx *Conditional_insert_else_partContext)
ExitConditional_insert_else_part is called when production conditional_insert_else_part is exited.
func (*BasePlSqlParserListener) ExitConditional_insert_when_part ¶
func (s *BasePlSqlParserListener) ExitConditional_insert_when_part(ctx *Conditional_insert_when_partContext)
ExitConditional_insert_when_part is called when production conditional_insert_when_part is exited.
func (*BasePlSqlParserListener) ExitConstant ¶
func (s *BasePlSqlParserListener) ExitConstant(ctx *ConstantContext)
ExitConstant is called when production constant is exited.
func (*BasePlSqlParserListener) ExitConstraint_clauses ¶
func (s *BasePlSqlParserListener) ExitConstraint_clauses(ctx *Constraint_clausesContext)
ExitConstraint_clauses is called when production constraint_clauses is exited.
func (*BasePlSqlParserListener) ExitConstraint_name ¶
func (s *BasePlSqlParserListener) ExitConstraint_name(ctx *Constraint_nameContext)
ExitConstraint_name is called when production constraint_name is exited.
func (*BasePlSqlParserListener) ExitConstraint_state ¶
func (s *BasePlSqlParserListener) ExitConstraint_state(ctx *Constraint_stateContext)
ExitConstraint_state is called when production constraint_state is exited.
func (*BasePlSqlParserListener) ExitConstructor_declaration ¶
func (s *BasePlSqlParserListener) ExitConstructor_declaration(ctx *Constructor_declarationContext)
ExitConstructor_declaration is called when production constructor_declaration is exited.
func (*BasePlSqlParserListener) ExitConstructor_spec ¶
func (s *BasePlSqlParserListener) ExitConstructor_spec(ctx *Constructor_specContext)
ExitConstructor_spec is called when production constructor_spec is exited.
func (*BasePlSqlParserListener) ExitContainer_clause ¶
func (s *BasePlSqlParserListener) ExitContainer_clause(ctx *Container_clauseContext)
ExitContainer_clause is called when production container_clause is exited.
func (*BasePlSqlParserListener) ExitContainer_data_clause ¶
func (s *BasePlSqlParserListener) ExitContainer_data_clause(ctx *Container_data_clauseContext)
ExitContainer_data_clause is called when production container_data_clause is exited.
func (*BasePlSqlParserListener) ExitContainer_names ¶
func (s *BasePlSqlParserListener) ExitContainer_names(ctx *Container_namesContext)
ExitContainer_names is called when production container_names is exited.
func (*BasePlSqlParserListener) ExitContainer_tableview_name ¶
func (s *BasePlSqlParserListener) ExitContainer_tableview_name(ctx *Container_tableview_nameContext)
ExitContainer_tableview_name is called when production container_tableview_name is exited.
func (*BasePlSqlParserListener) ExitContinue_statement ¶
func (s *BasePlSqlParserListener) ExitContinue_statement(ctx *Continue_statementContext)
ExitContinue_statement is called when production continue_statement is exited.
func (*BasePlSqlParserListener) ExitControlfile_clauses ¶
func (s *BasePlSqlParserListener) ExitControlfile_clauses(ctx *Controlfile_clausesContext)
ExitControlfile_clauses is called when production controlfile_clauses is exited.
func (*BasePlSqlParserListener) ExitConvert_database_clause ¶
func (s *BasePlSqlParserListener) ExitConvert_database_clause(ctx *Convert_database_clauseContext)
ExitConvert_database_clause is called when production convert_database_clause is exited.
func (*BasePlSqlParserListener) ExitCost_class_name ¶
func (s *BasePlSqlParserListener) ExitCost_class_name(ctx *Cost_class_nameContext)
ExitCost_class_name is called when production cost_class_name is exited.
func (*BasePlSqlParserListener) ExitCost_matrix_clause ¶
func (s *BasePlSqlParserListener) ExitCost_matrix_clause(ctx *Cost_matrix_clauseContext)
ExitCost_matrix_clause is called when production cost_matrix_clause is exited.
func (*BasePlSqlParserListener) ExitCpu_cost ¶
func (s *BasePlSqlParserListener) ExitCpu_cost(ctx *Cpu_costContext)
ExitCpu_cost is called when production cpu_cost is exited.
func (*BasePlSqlParserListener) ExitCreate_cluster ¶
func (s *BasePlSqlParserListener) ExitCreate_cluster(ctx *Create_clusterContext)
ExitCreate_cluster is called when production create_cluster is exited.
func (*BasePlSqlParserListener) ExitCreate_context ¶
func (s *BasePlSqlParserListener) ExitCreate_context(ctx *Create_contextContext)
ExitCreate_context is called when production create_context is exited.
func (*BasePlSqlParserListener) ExitCreate_datafile_clause ¶
func (s *BasePlSqlParserListener) ExitCreate_datafile_clause(ctx *Create_datafile_clauseContext)
ExitCreate_datafile_clause is called when production create_datafile_clause is exited.
func (*BasePlSqlParserListener) ExitCreate_directory ¶
func (s *BasePlSqlParserListener) ExitCreate_directory(ctx *Create_directoryContext)
ExitCreate_directory is called when production create_directory is exited.
func (*BasePlSqlParserListener) ExitCreate_function_body ¶
func (s *BasePlSqlParserListener) ExitCreate_function_body(ctx *Create_function_bodyContext)
ExitCreate_function_body is called when production create_function_body is exited.
func (*BasePlSqlParserListener) ExitCreate_index ¶
func (s *BasePlSqlParserListener) ExitCreate_index(ctx *Create_indexContext)
ExitCreate_index is called when production create_index is exited.
func (*BasePlSqlParserListener) ExitCreate_materialized_view ¶
func (s *BasePlSqlParserListener) ExitCreate_materialized_view(ctx *Create_materialized_viewContext)
ExitCreate_materialized_view is called when production create_materialized_view is exited.
func (*BasePlSqlParserListener) ExitCreate_materialized_view_log ¶
func (s *BasePlSqlParserListener) ExitCreate_materialized_view_log(ctx *Create_materialized_view_logContext)
ExitCreate_materialized_view_log is called when production create_materialized_view_log is exited.
func (*BasePlSqlParserListener) ExitCreate_mv_refresh ¶
func (s *BasePlSqlParserListener) ExitCreate_mv_refresh(ctx *Create_mv_refreshContext)
ExitCreate_mv_refresh is called when production create_mv_refresh is exited.
func (*BasePlSqlParserListener) ExitCreate_package ¶
func (s *BasePlSqlParserListener) ExitCreate_package(ctx *Create_packageContext)
ExitCreate_package is called when production create_package is exited.
func (*BasePlSqlParserListener) ExitCreate_package_body ¶
func (s *BasePlSqlParserListener) ExitCreate_package_body(ctx *Create_package_bodyContext)
ExitCreate_package_body is called when production create_package_body is exited.
func (*BasePlSqlParserListener) ExitCreate_procedure_body ¶
func (s *BasePlSqlParserListener) ExitCreate_procedure_body(ctx *Create_procedure_bodyContext)
ExitCreate_procedure_body is called when production create_procedure_body is exited.
func (*BasePlSqlParserListener) ExitCreate_sequence ¶
func (s *BasePlSqlParserListener) ExitCreate_sequence(ctx *Create_sequenceContext)
ExitCreate_sequence is called when production create_sequence is exited.
func (*BasePlSqlParserListener) ExitCreate_synonym ¶
func (s *BasePlSqlParserListener) ExitCreate_synonym(ctx *Create_synonymContext)
ExitCreate_synonym is called when production create_synonym is exited.
func (*BasePlSqlParserListener) ExitCreate_table ¶
func (s *BasePlSqlParserListener) ExitCreate_table(ctx *Create_tableContext)
ExitCreate_table is called when production create_table is exited.
func (*BasePlSqlParserListener) ExitCreate_tablespace ¶
func (s *BasePlSqlParserListener) ExitCreate_tablespace(ctx *Create_tablespaceContext)
ExitCreate_tablespace is called when production create_tablespace is exited.
func (*BasePlSqlParserListener) ExitCreate_trigger ¶
func (s *BasePlSqlParserListener) ExitCreate_trigger(ctx *Create_triggerContext)
ExitCreate_trigger is called when production create_trigger is exited.
func (*BasePlSqlParserListener) ExitCreate_type ¶
func (s *BasePlSqlParserListener) ExitCreate_type(ctx *Create_typeContext)
ExitCreate_type is called when production create_type is exited.
func (*BasePlSqlParserListener) ExitCreate_user ¶
func (s *BasePlSqlParserListener) ExitCreate_user(ctx *Create_userContext)
ExitCreate_user is called when production create_user is exited.
func (*BasePlSqlParserListener) ExitCreate_view ¶
func (s *BasePlSqlParserListener) ExitCreate_view(ctx *Create_viewContext)
ExitCreate_view is called when production create_view is exited.
func (*BasePlSqlParserListener) ExitCursor_declaration ¶
func (s *BasePlSqlParserListener) ExitCursor_declaration(ctx *Cursor_declarationContext)
ExitCursor_declaration is called when production cursor_declaration is exited.
func (*BasePlSqlParserListener) ExitCursor_expression ¶
func (s *BasePlSqlParserListener) ExitCursor_expression(ctx *Cursor_expressionContext)
ExitCursor_expression is called when production cursor_expression is exited.
func (*BasePlSqlParserListener) ExitCursor_loop_param ¶
func (s *BasePlSqlParserListener) ExitCursor_loop_param(ctx *Cursor_loop_paramContext)
ExitCursor_loop_param is called when production cursor_loop_param is exited.
func (*BasePlSqlParserListener) ExitCursor_manipulation_statements ¶
func (s *BasePlSqlParserListener) ExitCursor_manipulation_statements(ctx *Cursor_manipulation_statementsContext)
ExitCursor_manipulation_statements is called when production cursor_manipulation_statements is exited.
func (*BasePlSqlParserListener) ExitCursor_name ¶
func (s *BasePlSqlParserListener) ExitCursor_name(ctx *Cursor_nameContext)
ExitCursor_name is called when production cursor_name is exited.
func (*BasePlSqlParserListener) ExitCycle_clause ¶
func (s *BasePlSqlParserListener) ExitCycle_clause(ctx *Cycle_clauseContext)
ExitCycle_clause is called when production cycle_clause is exited.
func (*BasePlSqlParserListener) ExitData_manipulation_language_statements ¶
func (s *BasePlSqlParserListener) ExitData_manipulation_language_statements(ctx *Data_manipulation_language_statementsContext)
ExitData_manipulation_language_statements is called when production data_manipulation_language_statements is exited.
func (*BasePlSqlParserListener) ExitDatabase ¶
func (s *BasePlSqlParserListener) ExitDatabase(ctx *DatabaseContext)
ExitDatabase is called when production database is exited.
func (*BasePlSqlParserListener) ExitDatabase_file_clauses ¶
func (s *BasePlSqlParserListener) ExitDatabase_file_clauses(ctx *Database_file_clausesContext)
ExitDatabase_file_clauses is called when production database_file_clauses is exited.
func (*BasePlSqlParserListener) ExitDatabase_name ¶
func (s *BasePlSqlParserListener) ExitDatabase_name(ctx *Database_nameContext)
ExitDatabase_name is called when production database_name is exited.
func (*BasePlSqlParserListener) ExitDatafile_specification ¶
func (s *BasePlSqlParserListener) ExitDatafile_specification(ctx *Datafile_specificationContext)
ExitDatafile_specification is called when production datafile_specification is exited.
func (*BasePlSqlParserListener) ExitDatafile_tempfile_clauses ¶
func (s *BasePlSqlParserListener) ExitDatafile_tempfile_clauses(ctx *Datafile_tempfile_clausesContext)
ExitDatafile_tempfile_clauses is called when production datafile_tempfile_clauses is exited.
func (*BasePlSqlParserListener) ExitDatafile_tempfile_spec ¶
func (s *BasePlSqlParserListener) ExitDatafile_tempfile_spec(ctx *Datafile_tempfile_specContext)
ExitDatafile_tempfile_spec is called when production datafile_tempfile_spec is exited.
func (*BasePlSqlParserListener) ExitDatatype ¶
func (s *BasePlSqlParserListener) ExitDatatype(ctx *DatatypeContext)
ExitDatatype is called when production datatype is exited.
func (*BasePlSqlParserListener) ExitDatatype_null_enable ¶
func (s *BasePlSqlParserListener) ExitDatatype_null_enable(ctx *Datatype_null_enableContext)
ExitDatatype_null_enable is called when production datatype_null_enable is exited.
func (*BasePlSqlParserListener) ExitDatetime_expr ¶
func (s *BasePlSqlParserListener) ExitDatetime_expr(ctx *Datetime_exprContext)
ExitDatetime_expr is called when production datetime_expr is exited.
func (*BasePlSqlParserListener) ExitDb_name ¶
func (s *BasePlSqlParserListener) ExitDb_name(ctx *Db_nameContext)
ExitDb_name is called when production db_name is exited.
func (*BasePlSqlParserListener) ExitDeallocate_unused_clause ¶
func (s *BasePlSqlParserListener) ExitDeallocate_unused_clause(ctx *Deallocate_unused_clauseContext)
ExitDeallocate_unused_clause is called when production deallocate_unused_clause is exited.
func (*BasePlSqlParserListener) ExitDeclare_spec ¶
func (s *BasePlSqlParserListener) ExitDeclare_spec(ctx *Declare_specContext)
ExitDeclare_spec is called when production declare_spec is exited.
func (*BasePlSqlParserListener) ExitDefault_cost_clause ¶
func (s *BasePlSqlParserListener) ExitDefault_cost_clause(ctx *Default_cost_clauseContext)
ExitDefault_cost_clause is called when production default_cost_clause is exited.
func (*BasePlSqlParserListener) ExitDefault_selectivity ¶
func (s *BasePlSqlParserListener) ExitDefault_selectivity(ctx *Default_selectivityContext)
ExitDefault_selectivity is called when production default_selectivity is exited.
func (*BasePlSqlParserListener) ExitDefault_selectivity_clause ¶
func (s *BasePlSqlParserListener) ExitDefault_selectivity_clause(ctx *Default_selectivity_clauseContext)
ExitDefault_selectivity_clause is called when production default_selectivity_clause is exited.
func (*BasePlSqlParserListener) ExitDefault_settings_clause ¶
func (s *BasePlSqlParserListener) ExitDefault_settings_clause(ctx *Default_settings_clauseContext)
ExitDefault_settings_clause is called when production default_settings_clause is exited.
func (*BasePlSqlParserListener) ExitDefault_value_part ¶
func (s *BasePlSqlParserListener) ExitDefault_value_part(ctx *Default_value_partContext)
ExitDefault_value_part is called when production default_value_part is exited.
func (*BasePlSqlParserListener) ExitDeferred_segment_creation ¶
func (s *BasePlSqlParserListener) ExitDeferred_segment_creation(ctx *Deferred_segment_creationContext)
ExitDeferred_segment_creation is called when production deferred_segment_creation is exited.
func (*BasePlSqlParserListener) ExitDelete_statement ¶
func (s *BasePlSqlParserListener) ExitDelete_statement(ctx *Delete_statementContext)
ExitDelete_statement is called when production delete_statement is exited.
func (*BasePlSqlParserListener) ExitDependent_exceptions_part ¶
func (s *BasePlSqlParserListener) ExitDependent_exceptions_part(ctx *Dependent_exceptions_partContext)
ExitDependent_exceptions_part is called when production dependent_exceptions_part is exited.
func (*BasePlSqlParserListener) ExitDependent_handling_clause ¶
func (s *BasePlSqlParserListener) ExitDependent_handling_clause(ctx *Dependent_handling_clauseContext)
ExitDependent_handling_clause is called when production dependent_handling_clause is exited.
func (*BasePlSqlParserListener) ExitDir_object_name ¶
func (s *BasePlSqlParserListener) ExitDir_object_name(ctx *Dir_object_nameContext)
ExitDir_object_name is called when production dir_object_name is exited.
func (*BasePlSqlParserListener) ExitDirectory_name ¶
func (s *BasePlSqlParserListener) ExitDirectory_name(ctx *Directory_nameContext)
ExitDirectory_name is called when production directory_name is exited.
func (*BasePlSqlParserListener) ExitDirectory_path ¶
func (s *BasePlSqlParserListener) ExitDirectory_path(ctx *Directory_pathContext)
ExitDirectory_path is called when production directory_path is exited.
func (*BasePlSqlParserListener) ExitDisable_constraint ¶
func (s *BasePlSqlParserListener) ExitDisable_constraint(ctx *Disable_constraintContext)
ExitDisable_constraint is called when production disable_constraint is exited.
func (*BasePlSqlParserListener) ExitDml_event_clause ¶
func (s *BasePlSqlParserListener) ExitDml_event_clause(ctx *Dml_event_clauseContext)
ExitDml_event_clause is called when production dml_event_clause is exited.
func (*BasePlSqlParserListener) ExitDml_event_element ¶
func (s *BasePlSqlParserListener) ExitDml_event_element(ctx *Dml_event_elementContext)
ExitDml_event_element is called when production dml_event_element is exited.
func (*BasePlSqlParserListener) ExitDml_event_nested_clause ¶
func (s *BasePlSqlParserListener) ExitDml_event_nested_clause(ctx *Dml_event_nested_clauseContext)
ExitDml_event_nested_clause is called when production dml_event_nested_clause is exited.
func (*BasePlSqlParserListener) ExitDml_table_expression_clause ¶
func (s *BasePlSqlParserListener) ExitDml_table_expression_clause(ctx *Dml_table_expression_clauseContext)
ExitDml_table_expression_clause is called when production dml_table_expression_clause is exited.
func (*BasePlSqlParserListener) ExitDomain ¶
func (s *BasePlSqlParserListener) ExitDomain(ctx *DomainContext)
ExitDomain is called when production domain is exited.
func (*BasePlSqlParserListener) ExitDomain_index_clause ¶
func (s *BasePlSqlParserListener) ExitDomain_index_clause(ctx *Domain_index_clauseContext)
ExitDomain_index_clause is called when production domain_index_clause is exited.
func (*BasePlSqlParserListener) ExitDrop_column_clause ¶
func (s *BasePlSqlParserListener) ExitDrop_column_clause(ctx *Drop_column_clauseContext)
ExitDrop_column_clause is called when production drop_column_clause is exited.
func (*BasePlSqlParserListener) ExitDrop_constraint ¶
func (s *BasePlSqlParserListener) ExitDrop_constraint(ctx *Drop_constraintContext)
ExitDrop_constraint is called when production drop_constraint is exited.
func (*BasePlSqlParserListener) ExitDrop_constraint_clause ¶
func (s *BasePlSqlParserListener) ExitDrop_constraint_clause(ctx *Drop_constraint_clauseContext)
ExitDrop_constraint_clause is called when production drop_constraint_clause is exited.
func (*BasePlSqlParserListener) ExitDrop_function ¶
func (s *BasePlSqlParserListener) ExitDrop_function(ctx *Drop_functionContext)
ExitDrop_function is called when production drop_function is exited.
func (*BasePlSqlParserListener) ExitDrop_index ¶
func (s *BasePlSqlParserListener) ExitDrop_index(ctx *Drop_indexContext)
ExitDrop_index is called when production drop_index is exited.
func (*BasePlSqlParserListener) ExitDrop_index_partition ¶
func (s *BasePlSqlParserListener) ExitDrop_index_partition(ctx *Drop_index_partitionContext)
ExitDrop_index_partition is called when production drop_index_partition is exited.
func (*BasePlSqlParserListener) ExitDrop_logfile_clauses ¶
func (s *BasePlSqlParserListener) ExitDrop_logfile_clauses(ctx *Drop_logfile_clausesContext)
ExitDrop_logfile_clauses is called when production drop_logfile_clauses is exited.
func (*BasePlSqlParserListener) ExitDrop_package ¶
func (s *BasePlSqlParserListener) ExitDrop_package(ctx *Drop_packageContext)
ExitDrop_package is called when production drop_package is exited.
func (*BasePlSqlParserListener) ExitDrop_primary_key_or_unique_or_generic_clause ¶
func (s *BasePlSqlParserListener) ExitDrop_primary_key_or_unique_or_generic_clause(ctx *Drop_primary_key_or_unique_or_generic_clauseContext)
ExitDrop_primary_key_or_unique_or_generic_clause is called when production drop_primary_key_or_unique_or_generic_clause is exited.
func (*BasePlSqlParserListener) ExitDrop_procedure ¶
func (s *BasePlSqlParserListener) ExitDrop_procedure(ctx *Drop_procedureContext)
ExitDrop_procedure is called when production drop_procedure is exited.
func (*BasePlSqlParserListener) ExitDrop_sequence ¶
func (s *BasePlSqlParserListener) ExitDrop_sequence(ctx *Drop_sequenceContext)
ExitDrop_sequence is called when production drop_sequence is exited.
func (*BasePlSqlParserListener) ExitDrop_table ¶
func (s *BasePlSqlParserListener) ExitDrop_table(ctx *Drop_tableContext)
ExitDrop_table is called when production drop_table is exited.
func (*BasePlSqlParserListener) ExitDrop_trigger ¶
func (s *BasePlSqlParserListener) ExitDrop_trigger(ctx *Drop_triggerContext)
ExitDrop_trigger is called when production drop_trigger is exited.
func (*BasePlSqlParserListener) ExitDrop_type ¶
func (s *BasePlSqlParserListener) ExitDrop_type(ctx *Drop_typeContext)
ExitDrop_type is called when production drop_type is exited.
func (*BasePlSqlParserListener) ExitDrop_view ¶
func (s *BasePlSqlParserListener) ExitDrop_view(ctx *Drop_viewContext)
ExitDrop_view is called when production drop_view is exited.
func (*BasePlSqlParserListener) ExitDynamic_returning_clause ¶
func (s *BasePlSqlParserListener) ExitDynamic_returning_clause(ctx *Dynamic_returning_clauseContext)
ExitDynamic_returning_clause is called when production dynamic_returning_clause is exited.
func (*BasePlSqlParserListener) ExitEdition_name ¶
func (s *BasePlSqlParserListener) ExitEdition_name(ctx *Edition_nameContext)
ExitEdition_name is called when production edition_name is exited.
func (*BasePlSqlParserListener) ExitElement_spec ¶
func (s *BasePlSqlParserListener) ExitElement_spec(ctx *Element_specContext)
ExitElement_spec is called when production element_spec is exited.
func (*BasePlSqlParserListener) ExitElement_spec_options ¶
func (s *BasePlSqlParserListener) ExitElement_spec_options(ctx *Element_spec_optionsContext)
ExitElement_spec_options is called when production element_spec_options is exited.
func (*BasePlSqlParserListener) ExitElse_part ¶
func (s *BasePlSqlParserListener) ExitElse_part(ctx *Else_partContext)
ExitElse_part is called when production else_part is exited.
func (*BasePlSqlParserListener) ExitElsif_part ¶
func (s *BasePlSqlParserListener) ExitElsif_part(ctx *Elsif_partContext)
ExitElsif_part is called when production elsif_part is exited.
func (*BasePlSqlParserListener) ExitEnable_constraint ¶
func (s *BasePlSqlParserListener) ExitEnable_constraint(ctx *Enable_constraintContext)
ExitEnable_constraint is called when production enable_constraint is exited.
func (*BasePlSqlParserListener) ExitEnable_disable_clause ¶
func (s *BasePlSqlParserListener) ExitEnable_disable_clause(ctx *Enable_disable_clauseContext)
ExitEnable_disable_clause is called when production enable_disable_clause is exited.
func (*BasePlSqlParserListener) ExitEnable_or_disable ¶
func (s *BasePlSqlParserListener) ExitEnable_or_disable(ctx *Enable_or_disableContext)
ExitEnable_or_disable is called when production enable_or_disable is exited.
func (*BasePlSqlParserListener) ExitEncryption_spec ¶
func (s *BasePlSqlParserListener) ExitEncryption_spec(ctx *Encryption_specContext)
ExitEncryption_spec is called when production encryption_spec is exited.
func (*BasePlSqlParserListener) ExitEnd_time_column ¶
func (s *BasePlSqlParserListener) ExitEnd_time_column(ctx *End_time_columnContext)
ExitEnd_time_column is called when production end_time_column is exited.
func (*BasePlSqlParserListener) ExitError_logging_clause ¶
func (s *BasePlSqlParserListener) ExitError_logging_clause(ctx *Error_logging_clauseContext)
ExitError_logging_clause is called when production error_logging_clause is exited.
func (*BasePlSqlParserListener) ExitError_logging_into_part ¶
func (s *BasePlSqlParserListener) ExitError_logging_into_part(ctx *Error_logging_into_partContext)
ExitError_logging_into_part is called when production error_logging_into_part is exited.
func (*BasePlSqlParserListener) ExitError_logging_reject_part ¶
func (s *BasePlSqlParserListener) ExitError_logging_reject_part(ctx *Error_logging_reject_partContext)
ExitError_logging_reject_part is called when production error_logging_reject_part is exited.
func (*BasePlSqlParserListener) ExitEveryRule ¶
func (s *BasePlSqlParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)
ExitEveryRule is called when any rule is exited.
func (*BasePlSqlParserListener) ExitException_declaration ¶
func (s *BasePlSqlParserListener) ExitException_declaration(ctx *Exception_declarationContext)
ExitException_declaration is called when production exception_declaration is exited.
func (*BasePlSqlParserListener) ExitException_handler ¶
func (s *BasePlSqlParserListener) ExitException_handler(ctx *Exception_handlerContext)
ExitException_handler is called when production exception_handler is exited.
func (*BasePlSqlParserListener) ExitException_name ¶
func (s *BasePlSqlParserListener) ExitException_name(ctx *Exception_nameContext)
ExitException_name is called when production exception_name is exited.
func (*BasePlSqlParserListener) ExitExceptions_clause ¶
func (s *BasePlSqlParserListener) ExitExceptions_clause(ctx *Exceptions_clauseContext)
ExitExceptions_clause is called when production exceptions_clause is exited.
func (*BasePlSqlParserListener) ExitExecute_immediate ¶
func (s *BasePlSqlParserListener) ExitExecute_immediate(ctx *Execute_immediateContext)
ExitExecute_immediate is called when production execute_immediate is exited.
func (*BasePlSqlParserListener) ExitExit_statement ¶
func (s *BasePlSqlParserListener) ExitExit_statement(ctx *Exit_statementContext)
ExitExit_statement is called when production exit_statement is exited.
func (*BasePlSqlParserListener) ExitExplain_statement ¶
func (s *BasePlSqlParserListener) ExitExplain_statement(ctx *Explain_statementContext)
ExitExplain_statement is called when production explain_statement is exited.
func (*BasePlSqlParserListener) ExitExpression ¶
func (s *BasePlSqlParserListener) ExitExpression(ctx *ExpressionContext)
ExitExpression is called when production expression is exited.
func (*BasePlSqlParserListener) ExitExpressions ¶
func (s *BasePlSqlParserListener) ExitExpressions(ctx *ExpressionsContext)
ExitExpressions is called when production expressions is exited.
func (*BasePlSqlParserListener) ExitExtent_management_clause ¶
func (s *BasePlSqlParserListener) ExitExtent_management_clause(ctx *Extent_management_clauseContext)
ExitExtent_management_clause is called when production extent_management_clause is exited.
func (*BasePlSqlParserListener) ExitFactoring_element ¶
func (s *BasePlSqlParserListener) ExitFactoring_element(ctx *Factoring_elementContext)
ExitFactoring_element is called when production factoring_element is exited.
func (*BasePlSqlParserListener) ExitFetch_clause ¶
func (s *BasePlSqlParserListener) ExitFetch_clause(ctx *Fetch_clauseContext)
ExitFetch_clause is called when production fetch_clause is exited.
func (*BasePlSqlParserListener) ExitFetch_statement ¶
func (s *BasePlSqlParserListener) ExitFetch_statement(ctx *Fetch_statementContext)
ExitFetch_statement is called when production fetch_statement is exited.
func (*BasePlSqlParserListener) ExitField_spec ¶
func (s *BasePlSqlParserListener) ExitField_spec(ctx *Field_specContext)
ExitField_spec is called when production field_spec is exited.
func (*BasePlSqlParserListener) ExitFilename ¶
func (s *BasePlSqlParserListener) ExitFilename(ctx *FilenameContext)
ExitFilename is called when production filename is exited.
func (*BasePlSqlParserListener) ExitFilenumber ¶
func (s *BasePlSqlParserListener) ExitFilenumber(ctx *FilenumberContext)
ExitFilenumber is called when production filenumber is exited.
func (*BasePlSqlParserListener) ExitFlashback_archive_clause ¶
func (s *BasePlSqlParserListener) ExitFlashback_archive_clause(ctx *Flashback_archive_clauseContext)
ExitFlashback_archive_clause is called when production flashback_archive_clause is exited.
func (*BasePlSqlParserListener) ExitFlashback_mode_clause ¶
func (s *BasePlSqlParserListener) ExitFlashback_mode_clause(ctx *Flashback_mode_clauseContext)
ExitFlashback_mode_clause is called when production flashback_mode_clause is exited.
func (*BasePlSqlParserListener) ExitFlashback_query_clause ¶
func (s *BasePlSqlParserListener) ExitFlashback_query_clause(ctx *Flashback_query_clauseContext)
ExitFlashback_query_clause is called when production flashback_query_clause is exited.
func (*BasePlSqlParserListener) ExitFor_each_row ¶
func (s *BasePlSqlParserListener) ExitFor_each_row(ctx *For_each_rowContext)
ExitFor_each_row is called when production for_each_row is exited.
func (*BasePlSqlParserListener) ExitFor_update_clause ¶
func (s *BasePlSqlParserListener) ExitFor_update_clause(ctx *For_update_clauseContext)
ExitFor_update_clause is called when production for_update_clause is exited.
func (*BasePlSqlParserListener) ExitFor_update_of_part ¶
func (s *BasePlSqlParserListener) ExitFor_update_of_part(ctx *For_update_of_partContext)
ExitFor_update_of_part is called when production for_update_of_part is exited.
func (*BasePlSqlParserListener) ExitFor_update_options ¶
func (s *BasePlSqlParserListener) ExitFor_update_options(ctx *For_update_optionsContext)
ExitFor_update_options is called when production for_update_options is exited.
func (*BasePlSqlParserListener) ExitForall_statement ¶
func (s *BasePlSqlParserListener) ExitForall_statement(ctx *Forall_statementContext)
ExitForall_statement is called when production forall_statement is exited.
func (*BasePlSqlParserListener) ExitForeign_key_clause ¶
func (s *BasePlSqlParserListener) ExitForeign_key_clause(ctx *Foreign_key_clauseContext)
ExitForeign_key_clause is called when production foreign_key_clause is exited.
func (*BasePlSqlParserListener) ExitFrom_clause ¶
func (s *BasePlSqlParserListener) ExitFrom_clause(ctx *From_clauseContext)
ExitFrom_clause is called when production from_clause is exited.
func (*BasePlSqlParserListener) ExitFull_database_recovery ¶
func (s *BasePlSqlParserListener) ExitFull_database_recovery(ctx *Full_database_recoveryContext)
ExitFull_database_recovery is called when production full_database_recovery is exited.
func (*BasePlSqlParserListener) ExitFunc_decl_in_type ¶
func (s *BasePlSqlParserListener) ExitFunc_decl_in_type(ctx *Func_decl_in_typeContext)
ExitFunc_decl_in_type is called when production func_decl_in_type is exited.
func (*BasePlSqlParserListener) ExitFunction_argument ¶
func (s *BasePlSqlParserListener) ExitFunction_argument(ctx *Function_argumentContext)
ExitFunction_argument is called when production function_argument is exited.
func (*BasePlSqlParserListener) ExitFunction_argument_analytic ¶
func (s *BasePlSqlParserListener) ExitFunction_argument_analytic(ctx *Function_argument_analyticContext)
ExitFunction_argument_analytic is called when production function_argument_analytic is exited.
func (*BasePlSqlParserListener) ExitFunction_argument_modeling ¶
func (s *BasePlSqlParserListener) ExitFunction_argument_modeling(ctx *Function_argument_modelingContext)
ExitFunction_argument_modeling is called when production function_argument_modeling is exited.
func (*BasePlSqlParserListener) ExitFunction_association ¶
func (s *BasePlSqlParserListener) ExitFunction_association(ctx *Function_associationContext)
ExitFunction_association is called when production function_association is exited.
func (*BasePlSqlParserListener) ExitFunction_body ¶
func (s *BasePlSqlParserListener) ExitFunction_body(ctx *Function_bodyContext)
ExitFunction_body is called when production function_body is exited.
func (*BasePlSqlParserListener) ExitFunction_call ¶
func (s *BasePlSqlParserListener) ExitFunction_call(ctx *Function_callContext)
ExitFunction_call is called when production function_call is exited.
func (*BasePlSqlParserListener) ExitFunction_name ¶
func (s *BasePlSqlParserListener) ExitFunction_name(ctx *Function_nameContext)
ExitFunction_name is called when production function_name is exited.
func (*BasePlSqlParserListener) ExitFunction_spec ¶
func (s *BasePlSqlParserListener) ExitFunction_spec(ctx *Function_specContext)
ExitFunction_spec is called when production function_spec is exited.
func (*BasePlSqlParserListener) ExitGeneral_element ¶
func (s *BasePlSqlParserListener) ExitGeneral_element(ctx *General_elementContext)
ExitGeneral_element is called when production general_element is exited.
func (*BasePlSqlParserListener) ExitGeneral_element_part ¶
func (s *BasePlSqlParserListener) ExitGeneral_element_part(ctx *General_element_partContext)
ExitGeneral_element_part is called when production general_element_part is exited.
func (*BasePlSqlParserListener) ExitGeneral_recovery ¶
func (s *BasePlSqlParserListener) ExitGeneral_recovery(ctx *General_recoveryContext)
ExitGeneral_recovery is called when production general_recovery is exited.
func (*BasePlSqlParserListener) ExitGeneral_table_ref ¶
func (s *BasePlSqlParserListener) ExitGeneral_table_ref(ctx *General_table_refContext)
ExitGeneral_table_ref is called when production general_table_ref is exited.
func (*BasePlSqlParserListener) ExitGlobal_partitioned_index ¶
func (s *BasePlSqlParserListener) ExitGlobal_partitioned_index(ctx *Global_partitioned_indexContext)
ExitGlobal_partitioned_index is called when production global_partitioned_index is exited.
func (*BasePlSqlParserListener) ExitGoto_statement ¶
func (s *BasePlSqlParserListener) ExitGoto_statement(ctx *Goto_statementContext)
ExitGoto_statement is called when production goto_statement is exited.
func (*BasePlSqlParserListener) ExitGrant_object_name ¶
func (s *BasePlSqlParserListener) ExitGrant_object_name(ctx *Grant_object_nameContext)
ExitGrant_object_name is called when production grant_object_name is exited.
func (*BasePlSqlParserListener) ExitGrant_statement ¶
func (s *BasePlSqlParserListener) ExitGrant_statement(ctx *Grant_statementContext)
ExitGrant_statement is called when production grant_statement is exited.
func (*BasePlSqlParserListener) ExitGrantee_name ¶
func (s *BasePlSqlParserListener) ExitGrantee_name(ctx *Grantee_nameContext)
ExitGrantee_name is called when production grantee_name is exited.
func (*BasePlSqlParserListener) ExitGroup_by_clause ¶
func (s *BasePlSqlParserListener) ExitGroup_by_clause(ctx *Group_by_clauseContext)
ExitGroup_by_clause is called when production group_by_clause is exited.
func (*BasePlSqlParserListener) ExitGroup_by_elements ¶
func (s *BasePlSqlParserListener) ExitGroup_by_elements(ctx *Group_by_elementsContext)
ExitGroup_by_elements is called when production group_by_elements is exited.
func (*BasePlSqlParserListener) ExitGrouping_sets_clause ¶
func (s *BasePlSqlParserListener) ExitGrouping_sets_clause(ctx *Grouping_sets_clauseContext)
ExitGrouping_sets_clause is called when production grouping_sets_clause is exited.
func (*BasePlSqlParserListener) ExitGrouping_sets_elements ¶
func (s *BasePlSqlParserListener) ExitGrouping_sets_elements(ctx *Grouping_sets_elementsContext)
ExitGrouping_sets_elements is called when production grouping_sets_elements is exited.
func (*BasePlSqlParserListener) ExitHash_partition_quantity ¶
func (s *BasePlSqlParserListener) ExitHash_partition_quantity(ctx *Hash_partition_quantityContext)
ExitHash_partition_quantity is called when production hash_partition_quantity is exited.
func (*BasePlSqlParserListener) ExitHash_partitions ¶
func (s *BasePlSqlParserListener) ExitHash_partitions(ctx *Hash_partitionsContext)
ExitHash_partitions is called when production hash_partitions is exited.
func (*BasePlSqlParserListener) ExitHash_partitions_by_quantity ¶
func (s *BasePlSqlParserListener) ExitHash_partitions_by_quantity(ctx *Hash_partitions_by_quantityContext)
ExitHash_partitions_by_quantity is called when production hash_partitions_by_quantity is exited.
func (*BasePlSqlParserListener) ExitHash_subpartition_quantity ¶
func (s *BasePlSqlParserListener) ExitHash_subpartition_quantity(ctx *Hash_subpartition_quantityContext)
ExitHash_subpartition_quantity is called when production hash_subpartition_quantity is exited.
func (*BasePlSqlParserListener) ExitHash_subparts_by_quantity ¶
func (s *BasePlSqlParserListener) ExitHash_subparts_by_quantity(ctx *Hash_subparts_by_quantityContext)
ExitHash_subparts_by_quantity is called when production hash_subparts_by_quantity is exited.
func (*BasePlSqlParserListener) ExitHaving_clause ¶
func (s *BasePlSqlParserListener) ExitHaving_clause(ctx *Having_clauseContext)
ExitHaving_clause is called when production having_clause is exited.
func (*BasePlSqlParserListener) ExitHierarchical_query_clause ¶
func (s *BasePlSqlParserListener) ExitHierarchical_query_clause(ctx *Hierarchical_query_clauseContext)
ExitHierarchical_query_clause is called when production hierarchical_query_clause is exited.
func (*BasePlSqlParserListener) ExitId_expression ¶
func (s *BasePlSqlParserListener) ExitId_expression(ctx *Id_expressionContext)
ExitId_expression is called when production id_expression is exited.
func (*BasePlSqlParserListener) ExitIdentified_by ¶
func (s *BasePlSqlParserListener) ExitIdentified_by(ctx *Identified_byContext)
ExitIdentified_by is called when production identified_by is exited.
func (*BasePlSqlParserListener) ExitIdentified_other_clause ¶
func (s *BasePlSqlParserListener) ExitIdentified_other_clause(ctx *Identified_other_clauseContext)
ExitIdentified_other_clause is called when production identified_other_clause is exited.
func (*BasePlSqlParserListener) ExitIdentifier ¶
func (s *BasePlSqlParserListener) ExitIdentifier(ctx *IdentifierContext)
ExitIdentifier is called when production identifier is exited.
func (*BasePlSqlParserListener) ExitIf_statement ¶
func (s *BasePlSqlParserListener) ExitIf_statement(ctx *If_statementContext)
ExitIf_statement is called when production if_statement is exited.
func (*BasePlSqlParserListener) ExitImplementation_type_name ¶
func (s *BasePlSqlParserListener) ExitImplementation_type_name(ctx *Implementation_type_nameContext)
ExitImplementation_type_name is called when production implementation_type_name is exited.
func (*BasePlSqlParserListener) ExitIn_elements ¶
func (s *BasePlSqlParserListener) ExitIn_elements(ctx *In_elementsContext)
ExitIn_elements is called when production in_elements is exited.
func (*BasePlSqlParserListener) ExitIncluding_or_excluding ¶
func (s *BasePlSqlParserListener) ExitIncluding_or_excluding(ctx *Including_or_excludingContext)
ExitIncluding_or_excluding is called when production including_or_excluding is exited.
func (*BasePlSqlParserListener) ExitIndex_attributes ¶
func (s *BasePlSqlParserListener) ExitIndex_attributes(ctx *Index_attributesContext)
ExitIndex_attributes is called when production index_attributes is exited.
func (*BasePlSqlParserListener) ExitIndex_expr ¶
func (s *BasePlSqlParserListener) ExitIndex_expr(ctx *Index_exprContext)
ExitIndex_expr is called when production index_expr is exited.
func (*BasePlSqlParserListener) ExitIndex_name ¶
func (s *BasePlSqlParserListener) ExitIndex_name(ctx *Index_nameContext)
ExitIndex_name is called when production index_name is exited.
func (*BasePlSqlParserListener) ExitIndex_org_overflow_clause ¶
func (s *BasePlSqlParserListener) ExitIndex_org_overflow_clause(ctx *Index_org_overflow_clauseContext)
ExitIndex_org_overflow_clause is called when production index_org_overflow_clause is exited.
func (*BasePlSqlParserListener) ExitIndex_org_table_clause ¶
func (s *BasePlSqlParserListener) ExitIndex_org_table_clause(ctx *Index_org_table_clauseContext)
ExitIndex_org_table_clause is called when production index_org_table_clause is exited.
func (*BasePlSqlParserListener) ExitIndex_partition_description ¶
func (s *BasePlSqlParserListener) ExitIndex_partition_description(ctx *Index_partition_descriptionContext)
ExitIndex_partition_description is called when production index_partition_description is exited.
func (*BasePlSqlParserListener) ExitIndex_partitioning_clause ¶
func (s *BasePlSqlParserListener) ExitIndex_partitioning_clause(ctx *Index_partitioning_clauseContext)
ExitIndex_partitioning_clause is called when production index_partitioning_clause is exited.
func (*BasePlSqlParserListener) ExitIndex_properties ¶
func (s *BasePlSqlParserListener) ExitIndex_properties(ctx *Index_propertiesContext)
ExitIndex_properties is called when production index_properties is exited.
func (*BasePlSqlParserListener) ExitIndex_subpartition_clause ¶
func (s *BasePlSqlParserListener) ExitIndex_subpartition_clause(ctx *Index_subpartition_clauseContext)
ExitIndex_subpartition_clause is called when production index_subpartition_clause is exited.
func (*BasePlSqlParserListener) ExitIndex_subpartition_subclause ¶
func (s *BasePlSqlParserListener) ExitIndex_subpartition_subclause(ctx *Index_subpartition_subclauseContext)
ExitIndex_subpartition_subclause is called when production index_subpartition_subclause is exited.
func (*BasePlSqlParserListener) ExitIndextype ¶
func (s *BasePlSqlParserListener) ExitIndextype(ctx *IndextypeContext)
ExitIndextype is called when production indextype is exited.
func (*BasePlSqlParserListener) ExitIndextype_name ¶
func (s *BasePlSqlParserListener) ExitIndextype_name(ctx *Indextype_nameContext)
ExitIndextype_name is called when production indextype_name is exited.
func (*BasePlSqlParserListener) ExitIndividual_hash_partitions ¶
func (s *BasePlSqlParserListener) ExitIndividual_hash_partitions(ctx *Individual_hash_partitionsContext)
ExitIndividual_hash_partitions is called when production individual_hash_partitions is exited.
func (*BasePlSqlParserListener) ExitIndividual_hash_subparts ¶
func (s *BasePlSqlParserListener) ExitIndividual_hash_subparts(ctx *Individual_hash_subpartsContext)
ExitIndividual_hash_subparts is called when production individual_hash_subparts is exited.
func (*BasePlSqlParserListener) ExitInline_constraint ¶
func (s *BasePlSqlParserListener) ExitInline_constraint(ctx *Inline_constraintContext)
ExitInline_constraint is called when production inline_constraint is exited.
func (*BasePlSqlParserListener) ExitInline_ref_constraint ¶
func (s *BasePlSqlParserListener) ExitInline_ref_constraint(ctx *Inline_ref_constraintContext)
ExitInline_ref_constraint is called when production inline_ref_constraint is exited.
func (*BasePlSqlParserListener) ExitInsert_into_clause ¶
func (s *BasePlSqlParserListener) ExitInsert_into_clause(ctx *Insert_into_clauseContext)
ExitInsert_into_clause is called when production insert_into_clause is exited.
func (*BasePlSqlParserListener) ExitInsert_statement ¶
func (s *BasePlSqlParserListener) ExitInsert_statement(ctx *Insert_statementContext)
ExitInsert_statement is called when production insert_statement is exited.
func (*BasePlSqlParserListener) ExitInstance_clauses ¶
func (s *BasePlSqlParserListener) ExitInstance_clauses(ctx *Instance_clausesContext)
ExitInstance_clauses is called when production instance_clauses is exited.
func (*BasePlSqlParserListener) ExitInterval_expr ¶
func (s *BasePlSqlParserListener) ExitInterval_expr(ctx *Interval_exprContext)
ExitInterval_expr is called when production interval_expr is exited.
func (*BasePlSqlParserListener) ExitInterval_expression ¶
func (s *BasePlSqlParserListener) ExitInterval_expression(ctx *Interval_expressionContext)
ExitInterval_expression is called when production interval_expression is exited.
func (*BasePlSqlParserListener) ExitInto_clause ¶
func (s *BasePlSqlParserListener) ExitInto_clause(ctx *Into_clauseContext)
ExitInto_clause is called when production into_clause is exited.
func (*BasePlSqlParserListener) ExitInto_clause1 ¶
func (s *BasePlSqlParserListener) ExitInto_clause1(ctx *Into_clause1Context)
ExitInto_clause1 is called when production into_clause1 is exited.
func (*BasePlSqlParserListener) ExitInvoker_rights_clause ¶
func (s *BasePlSqlParserListener) ExitInvoker_rights_clause(ctx *Invoker_rights_clauseContext)
ExitInvoker_rights_clause is called when production invoker_rights_clause is exited.
func (*BasePlSqlParserListener) ExitIo_cost ¶
func (s *BasePlSqlParserListener) ExitIo_cost(ctx *Io_costContext)
ExitIo_cost is called when production io_cost is exited.
func (*BasePlSqlParserListener) ExitJava_spec ¶
func (s *BasePlSqlParserListener) ExitJava_spec(ctx *Java_specContext)
ExitJava_spec is called when production java_spec is exited.
func (*BasePlSqlParserListener) ExitJoin_clause ¶
func (s *BasePlSqlParserListener) ExitJoin_clause(ctx *Join_clauseContext)
ExitJoin_clause is called when production join_clause is exited.
func (*BasePlSqlParserListener) ExitJoin_on_part ¶
func (s *BasePlSqlParserListener) ExitJoin_on_part(ctx *Join_on_partContext)
ExitJoin_on_part is called when production join_on_part is exited.
func (*BasePlSqlParserListener) ExitJoin_using_part ¶
func (s *BasePlSqlParserListener) ExitJoin_using_part(ctx *Join_using_partContext)
ExitJoin_using_part is called when production join_using_part is exited.
func (*BasePlSqlParserListener) ExitKeep_clause ¶
func (s *BasePlSqlParserListener) ExitKeep_clause(ctx *Keep_clauseContext)
ExitKeep_clause is called when production keep_clause is exited.
func (*BasePlSqlParserListener) ExitKey_compression ¶
func (s *BasePlSqlParserListener) ExitKey_compression(ctx *Key_compressionContext)
ExitKey_compression is called when production key_compression is exited.
func (*BasePlSqlParserListener) ExitLabel_declaration ¶
func (s *BasePlSqlParserListener) ExitLabel_declaration(ctx *Label_declarationContext)
ExitLabel_declaration is called when production label_declaration is exited.
func (*BasePlSqlParserListener) ExitLabel_name ¶
func (s *BasePlSqlParserListener) ExitLabel_name(ctx *Label_nameContext)
ExitLabel_name is called when production label_name is exited.
func (*BasePlSqlParserListener) ExitLibrary_debug ¶
func (s *BasePlSqlParserListener) ExitLibrary_debug(ctx *Library_debugContext)
ExitLibrary_debug is called when production library_debug is exited.
func (*BasePlSqlParserListener) ExitLibrary_editionable ¶
func (s *BasePlSqlParserListener) ExitLibrary_editionable(ctx *Library_editionableContext)
ExitLibrary_editionable is called when production library_editionable is exited.
func (*BasePlSqlParserListener) ExitLibrary_name ¶
func (s *BasePlSqlParserListener) ExitLibrary_name(ctx *Library_nameContext)
ExitLibrary_name is called when production library_name is exited.
func (*BasePlSqlParserListener) ExitLink_name ¶
func (s *BasePlSqlParserListener) ExitLink_name(ctx *Link_nameContext)
ExitLink_name is called when production link_name is exited.
func (*BasePlSqlParserListener) ExitList_partition_desc ¶
func (s *BasePlSqlParserListener) ExitList_partition_desc(ctx *List_partition_descContext)
ExitList_partition_desc is called when production list_partition_desc is exited.
func (*BasePlSqlParserListener) ExitList_partitions ¶
func (s *BasePlSqlParserListener) ExitList_partitions(ctx *List_partitionsContext)
ExitList_partitions is called when production list_partitions is exited.
func (*BasePlSqlParserListener) ExitList_subpartition_desc ¶
func (s *BasePlSqlParserListener) ExitList_subpartition_desc(ctx *List_subpartition_descContext)
ExitList_subpartition_desc is called when production list_subpartition_desc is exited.
func (*BasePlSqlParserListener) ExitList_values_clause ¶
func (s *BasePlSqlParserListener) ExitList_values_clause(ctx *List_values_clauseContext)
ExitList_values_clause is called when production list_values_clause is exited.
func (*BasePlSqlParserListener) ExitLiteral ¶
func (s *BasePlSqlParserListener) ExitLiteral(ctx *LiteralContext)
ExitLiteral is called when production literal is exited.
func (*BasePlSqlParserListener) ExitLob_compression_clause ¶
func (s *BasePlSqlParserListener) ExitLob_compression_clause(ctx *Lob_compression_clauseContext)
ExitLob_compression_clause is called when production lob_compression_clause is exited.
func (*BasePlSqlParserListener) ExitLob_deduplicate_clause ¶
func (s *BasePlSqlParserListener) ExitLob_deduplicate_clause(ctx *Lob_deduplicate_clauseContext)
ExitLob_deduplicate_clause is called when production lob_deduplicate_clause is exited.
func (*BasePlSqlParserListener) ExitLob_item ¶
func (s *BasePlSqlParserListener) ExitLob_item(ctx *Lob_itemContext)
ExitLob_item is called when production lob_item is exited.
func (*BasePlSqlParserListener) ExitLob_parameters ¶
func (s *BasePlSqlParserListener) ExitLob_parameters(ctx *Lob_parametersContext)
ExitLob_parameters is called when production lob_parameters is exited.
func (*BasePlSqlParserListener) ExitLob_partitioning_storage ¶
func (s *BasePlSqlParserListener) ExitLob_partitioning_storage(ctx *Lob_partitioning_storageContext)
ExitLob_partitioning_storage is called when production lob_partitioning_storage is exited.
func (*BasePlSqlParserListener) ExitLob_retention_clause ¶
func (s *BasePlSqlParserListener) ExitLob_retention_clause(ctx *Lob_retention_clauseContext)
ExitLob_retention_clause is called when production lob_retention_clause is exited.
func (*BasePlSqlParserListener) ExitLob_segname ¶
func (s *BasePlSqlParserListener) ExitLob_segname(ctx *Lob_segnameContext)
ExitLob_segname is called when production lob_segname is exited.
func (*BasePlSqlParserListener) ExitLob_storage_clause ¶
func (s *BasePlSqlParserListener) ExitLob_storage_clause(ctx *Lob_storage_clauseContext)
ExitLob_storage_clause is called when production lob_storage_clause is exited.
func (*BasePlSqlParserListener) ExitLob_storage_parameters ¶
func (s *BasePlSqlParserListener) ExitLob_storage_parameters(ctx *Lob_storage_parametersContext)
ExitLob_storage_parameters is called when production lob_storage_parameters is exited.
func (*BasePlSqlParserListener) ExitLocal_domain_index_clause ¶
func (s *BasePlSqlParserListener) ExitLocal_domain_index_clause(ctx *Local_domain_index_clauseContext)
ExitLocal_domain_index_clause is called when production local_domain_index_clause is exited.
func (*BasePlSqlParserListener) ExitLocal_partitioned_index ¶
func (s *BasePlSqlParserListener) ExitLocal_partitioned_index(ctx *Local_partitioned_indexContext)
ExitLocal_partitioned_index is called when production local_partitioned_index is exited.
func (*BasePlSqlParserListener) ExitLocal_xmlindex_clause ¶
func (s *BasePlSqlParserListener) ExitLocal_xmlindex_clause(ctx *Local_xmlindex_clauseContext)
ExitLocal_xmlindex_clause is called when production local_xmlindex_clause is exited.
func (*BasePlSqlParserListener) ExitLock_mode ¶
func (s *BasePlSqlParserListener) ExitLock_mode(ctx *Lock_modeContext)
ExitLock_mode is called when production lock_mode is exited.
func (*BasePlSqlParserListener) ExitLock_table_element ¶
func (s *BasePlSqlParserListener) ExitLock_table_element(ctx *Lock_table_elementContext)
ExitLock_table_element is called when production lock_table_element is exited.
func (*BasePlSqlParserListener) ExitLock_table_statement ¶
func (s *BasePlSqlParserListener) ExitLock_table_statement(ctx *Lock_table_statementContext)
ExitLock_table_statement is called when production lock_table_statement is exited.
func (*BasePlSqlParserListener) ExitLog_file_group ¶
func (s *BasePlSqlParserListener) ExitLog_file_group(ctx *Log_file_groupContext)
ExitLog_file_group is called when production log_file_group is exited.
func (*BasePlSqlParserListener) ExitLog_grp ¶
func (s *BasePlSqlParserListener) ExitLog_grp(ctx *Log_grpContext)
ExitLog_grp is called when production log_grp is exited.
func (*BasePlSqlParserListener) ExitLogfile_clauses ¶
func (s *BasePlSqlParserListener) ExitLogfile_clauses(ctx *Logfile_clausesContext)
ExitLogfile_clauses is called when production logfile_clauses is exited.
func (*BasePlSqlParserListener) ExitLogfile_descriptor ¶
func (s *BasePlSqlParserListener) ExitLogfile_descriptor(ctx *Logfile_descriptorContext)
ExitLogfile_descriptor is called when production logfile_descriptor is exited.
func (*BasePlSqlParserListener) ExitLogging_clause ¶
func (s *BasePlSqlParserListener) ExitLogging_clause(ctx *Logging_clauseContext)
ExitLogging_clause is called when production logging_clause is exited.
func (*BasePlSqlParserListener) ExitLogical_expression ¶
func (s *BasePlSqlParserListener) ExitLogical_expression(ctx *Logical_expressionContext)
ExitLogical_expression is called when production logical_expression is exited.
func (*BasePlSqlParserListener) ExitLogical_operation ¶
func (s *BasePlSqlParserListener) ExitLogical_operation(ctx *Logical_operationContext)
ExitLogical_operation is called when production logical_operation is exited.
func (*BasePlSqlParserListener) ExitLoop_statement ¶
func (s *BasePlSqlParserListener) ExitLoop_statement(ctx *Loop_statementContext)
ExitLoop_statement is called when production loop_statement is exited.
func (*BasePlSqlParserListener) ExitLower_bound ¶
func (s *BasePlSqlParserListener) ExitLower_bound(ctx *Lower_boundContext)
ExitLower_bound is called when production lower_bound is exited.
func (*BasePlSqlParserListener) ExitMain_model ¶
func (s *BasePlSqlParserListener) ExitMain_model(ctx *Main_modelContext)
ExitMain_model is called when production main_model is exited.
func (*BasePlSqlParserListener) ExitMain_model_name ¶
func (s *BasePlSqlParserListener) ExitMain_model_name(ctx *Main_model_nameContext)
ExitMain_model_name is called when production main_model_name is exited.
func (*BasePlSqlParserListener) ExitManaged_standby_recovery ¶
func (s *BasePlSqlParserListener) ExitManaged_standby_recovery(ctx *Managed_standby_recoveryContext)
ExitManaged_standby_recovery is called when production managed_standby_recovery is exited.
func (*BasePlSqlParserListener) ExitMap_order_func_declaration ¶
func (s *BasePlSqlParserListener) ExitMap_order_func_declaration(ctx *Map_order_func_declarationContext)
ExitMap_order_func_declaration is called when production map_order_func_declaration is exited.
func (*BasePlSqlParserListener) ExitMap_order_function_spec ¶
func (s *BasePlSqlParserListener) ExitMap_order_function_spec(ctx *Map_order_function_specContext)
ExitMap_order_function_spec is called when production map_order_function_spec is exited.
func (*BasePlSqlParserListener) ExitMapping_table_clause ¶
func (s *BasePlSqlParserListener) ExitMapping_table_clause(ctx *Mapping_table_clauseContext)
ExitMapping_table_clause is called when production mapping_table_clause is exited.
func (*BasePlSqlParserListener) ExitMaximize_standby_db_clause ¶
func (s *BasePlSqlParserListener) ExitMaximize_standby_db_clause(ctx *Maximize_standby_db_clauseContext)
ExitMaximize_standby_db_clause is called when production maximize_standby_db_clause is exited.
func (*BasePlSqlParserListener) ExitMaxsize_clause ¶
func (s *BasePlSqlParserListener) ExitMaxsize_clause(ctx *Maxsize_clauseContext)
ExitMaxsize_clause is called when production maxsize_clause is exited.
func (*BasePlSqlParserListener) ExitMerge_element ¶
func (s *BasePlSqlParserListener) ExitMerge_element(ctx *Merge_elementContext)
ExitMerge_element is called when production merge_element is exited.
func (*BasePlSqlParserListener) ExitMerge_insert_clause ¶
func (s *BasePlSqlParserListener) ExitMerge_insert_clause(ctx *Merge_insert_clauseContext)
ExitMerge_insert_clause is called when production merge_insert_clause is exited.
func (*BasePlSqlParserListener) ExitMerge_statement ¶
func (s *BasePlSqlParserListener) ExitMerge_statement(ctx *Merge_statementContext)
ExitMerge_statement is called when production merge_statement is exited.
func (*BasePlSqlParserListener) ExitMerge_update_clause ¶
func (s *BasePlSqlParserListener) ExitMerge_update_clause(ctx *Merge_update_clauseContext)
ExitMerge_update_clause is called when production merge_update_clause is exited.
func (*BasePlSqlParserListener) ExitMerge_update_delete_part ¶
func (s *BasePlSqlParserListener) ExitMerge_update_delete_part(ctx *Merge_update_delete_partContext)
ExitMerge_update_delete_part is called when production merge_update_delete_part is exited.
func (*BasePlSqlParserListener) ExitModel_clause ¶
func (s *BasePlSqlParserListener) ExitModel_clause(ctx *Model_clauseContext)
ExitModel_clause is called when production model_clause is exited.
func (*BasePlSqlParserListener) ExitModel_column ¶
func (s *BasePlSqlParserListener) ExitModel_column(ctx *Model_columnContext)
ExitModel_column is called when production model_column is exited.
func (*BasePlSqlParserListener) ExitModel_column_clauses ¶
func (s *BasePlSqlParserListener) ExitModel_column_clauses(ctx *Model_column_clausesContext)
ExitModel_column_clauses is called when production model_column_clauses is exited.
func (*BasePlSqlParserListener) ExitModel_column_list ¶
func (s *BasePlSqlParserListener) ExitModel_column_list(ctx *Model_column_listContext)
ExitModel_column_list is called when production model_column_list is exited.
func (*BasePlSqlParserListener) ExitModel_column_partition_part ¶
func (s *BasePlSqlParserListener) ExitModel_column_partition_part(ctx *Model_column_partition_partContext)
ExitModel_column_partition_part is called when production model_column_partition_part is exited.
func (*BasePlSqlParserListener) ExitModel_expression ¶
func (s *BasePlSqlParserListener) ExitModel_expression(ctx *Model_expressionContext)
ExitModel_expression is called when production model_expression is exited.
func (*BasePlSqlParserListener) ExitModel_expression_element ¶
func (s *BasePlSqlParserListener) ExitModel_expression_element(ctx *Model_expression_elementContext)
ExitModel_expression_element is called when production model_expression_element is exited.
func (*BasePlSqlParserListener) ExitModel_iterate_clause ¶
func (s *BasePlSqlParserListener) ExitModel_iterate_clause(ctx *Model_iterate_clauseContext)
ExitModel_iterate_clause is called when production model_iterate_clause is exited.
func (*BasePlSqlParserListener) ExitModel_name ¶
func (s *BasePlSqlParserListener) ExitModel_name(ctx *Model_nameContext)
ExitModel_name is called when production model_name is exited.
func (*BasePlSqlParserListener) ExitModel_rules_clause ¶
func (s *BasePlSqlParserListener) ExitModel_rules_clause(ctx *Model_rules_clauseContext)
ExitModel_rules_clause is called when production model_rules_clause is exited.
func (*BasePlSqlParserListener) ExitModel_rules_element ¶
func (s *BasePlSqlParserListener) ExitModel_rules_element(ctx *Model_rules_elementContext)
ExitModel_rules_element is called when production model_rules_element is exited.
func (*BasePlSqlParserListener) ExitModel_rules_part ¶
func (s *BasePlSqlParserListener) ExitModel_rules_part(ctx *Model_rules_partContext)
ExitModel_rules_part is called when production model_rules_part is exited.
func (*BasePlSqlParserListener) ExitModifier_clause ¶
func (s *BasePlSqlParserListener) ExitModifier_clause(ctx *Modifier_clauseContext)
ExitModifier_clause is called when production modifier_clause is exited.
func (*BasePlSqlParserListener) ExitModify_col_properties ¶
func (s *BasePlSqlParserListener) ExitModify_col_properties(ctx *Modify_col_propertiesContext)
ExitModify_col_properties is called when production modify_col_properties is exited.
func (*BasePlSqlParserListener) ExitModify_col_substitutable ¶
func (s *BasePlSqlParserListener) ExitModify_col_substitutable(ctx *Modify_col_substitutableContext)
ExitModify_col_substitutable is called when production modify_col_substitutable is exited.
func (*BasePlSqlParserListener) ExitModify_collection_retrieval ¶
func (s *BasePlSqlParserListener) ExitModify_collection_retrieval(ctx *Modify_collection_retrievalContext)
ExitModify_collection_retrieval is called when production modify_collection_retrieval is exited.
func (*BasePlSqlParserListener) ExitModify_column_clauses ¶
func (s *BasePlSqlParserListener) ExitModify_column_clauses(ctx *Modify_column_clausesContext)
ExitModify_column_clauses is called when production modify_column_clauses is exited.
func (*BasePlSqlParserListener) ExitModify_index_default_attrs ¶
func (s *BasePlSqlParserListener) ExitModify_index_default_attrs(ctx *Modify_index_default_attrsContext)
ExitModify_index_default_attrs is called when production modify_index_default_attrs is exited.
func (*BasePlSqlParserListener) ExitModify_index_partition ¶
func (s *BasePlSqlParserListener) ExitModify_index_partition(ctx *Modify_index_partitionContext)
ExitModify_index_partition is called when production modify_index_partition is exited.
func (*BasePlSqlParserListener) ExitModify_index_partitions_ops ¶
func (s *BasePlSqlParserListener) ExitModify_index_partitions_ops(ctx *Modify_index_partitions_opsContext)
ExitModify_index_partitions_ops is called when production modify_index_partitions_ops is exited.
func (*BasePlSqlParserListener) ExitModify_index_subpartition ¶
func (s *BasePlSqlParserListener) ExitModify_index_subpartition(ctx *Modify_index_subpartitionContext)
ExitModify_index_subpartition is called when production modify_index_subpartition is exited.
func (*BasePlSqlParserListener) ExitModify_lob_parameters ¶
func (s *BasePlSqlParserListener) ExitModify_lob_parameters(ctx *Modify_lob_parametersContext)
ExitModify_lob_parameters is called when production modify_lob_parameters is exited.
func (*BasePlSqlParserListener) ExitModify_lob_storage_clause ¶
func (s *BasePlSqlParserListener) ExitModify_lob_storage_clause(ctx *Modify_lob_storage_clauseContext)
ExitModify_lob_storage_clause is called when production modify_lob_storage_clause is exited.
func (*BasePlSqlParserListener) ExitModify_mv_column_clause ¶
func (s *BasePlSqlParserListener) ExitModify_mv_column_clause(ctx *Modify_mv_column_clauseContext)
ExitModify_mv_column_clause is called when production modify_mv_column_clause is exited.
func (*BasePlSqlParserListener) ExitMonitoring_nomonitoring ¶
func (s *BasePlSqlParserListener) ExitMonitoring_nomonitoring(ctx *Monitoring_nomonitoringContext)
ExitMonitoring_nomonitoring is called when production monitoring_nomonitoring is exited.
func (*BasePlSqlParserListener) ExitMove_mv_log_clause ¶
func (s *BasePlSqlParserListener) ExitMove_mv_log_clause(ctx *Move_mv_log_clauseContext)
ExitMove_mv_log_clause is called when production move_mv_log_clause is exited.
func (*BasePlSqlParserListener) ExitMove_table_clause ¶
func (s *BasePlSqlParserListener) ExitMove_table_clause(ctx *Move_table_clauseContext)
ExitMove_table_clause is called when production move_table_clause is exited.
func (*BasePlSqlParserListener) ExitMulti_column_for_loop ¶
func (s *BasePlSqlParserListener) ExitMulti_column_for_loop(ctx *Multi_column_for_loopContext)
ExitMulti_column_for_loop is called when production multi_column_for_loop is exited.
func (*BasePlSqlParserListener) ExitMulti_table_element ¶
func (s *BasePlSqlParserListener) ExitMulti_table_element(ctx *Multi_table_elementContext)
ExitMulti_table_element is called when production multi_table_element is exited.
func (*BasePlSqlParserListener) ExitMulti_table_insert ¶
func (s *BasePlSqlParserListener) ExitMulti_table_insert(ctx *Multi_table_insertContext)
ExitMulti_table_insert is called when production multi_table_insert is exited.
func (*BasePlSqlParserListener) ExitMultiset_expression ¶
func (s *BasePlSqlParserListener) ExitMultiset_expression(ctx *Multiset_expressionContext)
ExitMultiset_expression is called when production multiset_expression is exited.
func (*BasePlSqlParserListener) ExitMv_log_augmentation ¶
func (s *BasePlSqlParserListener) ExitMv_log_augmentation(ctx *Mv_log_augmentationContext)
ExitMv_log_augmentation is called when production mv_log_augmentation is exited.
func (*BasePlSqlParserListener) ExitMv_log_purge_clause ¶
func (s *BasePlSqlParserListener) ExitMv_log_purge_clause(ctx *Mv_log_purge_clauseContext)
ExitMv_log_purge_clause is called when production mv_log_purge_clause is exited.
func (*BasePlSqlParserListener) ExitNative_datatype_element ¶
func (s *BasePlSqlParserListener) ExitNative_datatype_element(ctx *Native_datatype_elementContext)
ExitNative_datatype_element is called when production native_datatype_element is exited.
func (*BasePlSqlParserListener) ExitNested_item ¶
func (s *BasePlSqlParserListener) ExitNested_item(ctx *Nested_itemContext)
ExitNested_item is called when production nested_item is exited.
func (*BasePlSqlParserListener) ExitNested_table_col_properties ¶
func (s *BasePlSqlParserListener) ExitNested_table_col_properties(ctx *Nested_table_col_propertiesContext)
ExitNested_table_col_properties is called when production nested_table_col_properties is exited.
func (*BasePlSqlParserListener) ExitNested_table_type_def ¶
func (s *BasePlSqlParserListener) ExitNested_table_type_def(ctx *Nested_table_type_defContext)
ExitNested_table_type_def is called when production nested_table_type_def is exited.
func (*BasePlSqlParserListener) ExitNetwork_cost ¶
func (s *BasePlSqlParserListener) ExitNetwork_cost(ctx *Network_costContext)
ExitNetwork_cost is called when production network_cost is exited.
func (*BasePlSqlParserListener) ExitNew_column_name ¶
func (s *BasePlSqlParserListener) ExitNew_column_name(ctx *New_column_nameContext)
ExitNew_column_name is called when production new_column_name is exited.
func (*BasePlSqlParserListener) ExitNew_constraint_name ¶
func (s *BasePlSqlParserListener) ExitNew_constraint_name(ctx *New_constraint_nameContext)
ExitNew_constraint_name is called when production new_constraint_name is exited.
func (*BasePlSqlParserListener) ExitNew_index_name ¶
func (s *BasePlSqlParserListener) ExitNew_index_name(ctx *New_index_nameContext)
ExitNew_index_name is called when production new_index_name is exited.
func (*BasePlSqlParserListener) ExitNew_partition_name ¶
func (s *BasePlSqlParserListener) ExitNew_partition_name(ctx *New_partition_nameContext)
ExitNew_partition_name is called when production new_partition_name is exited.
func (*BasePlSqlParserListener) ExitNew_tablespace_name ¶
func (s *BasePlSqlParserListener) ExitNew_tablespace_name(ctx *New_tablespace_nameContext)
ExitNew_tablespace_name is called when production new_tablespace_name is exited.
func (*BasePlSqlParserListener) ExitNew_values_clause ¶
func (s *BasePlSqlParserListener) ExitNew_values_clause(ctx *New_values_clauseContext)
ExitNew_values_clause is called when production new_values_clause is exited.
func (*BasePlSqlParserListener) ExitNon_dml_event ¶
func (s *BasePlSqlParserListener) ExitNon_dml_event(ctx *Non_dml_eventContext)
ExitNon_dml_event is called when production non_dml_event is exited.
func (*BasePlSqlParserListener) ExitNon_dml_trigger ¶
func (s *BasePlSqlParserListener) ExitNon_dml_trigger(ctx *Non_dml_triggerContext)
ExitNon_dml_trigger is called when production non_dml_trigger is exited.
func (*BasePlSqlParserListener) ExitNon_reserved_keywords_in_12c ¶
func (s *BasePlSqlParserListener) ExitNon_reserved_keywords_in_12c(ctx *Non_reserved_keywords_in_12cContext)
ExitNon_reserved_keywords_in_12c is called when production non_reserved_keywords_in_12c is exited.
func (*BasePlSqlParserListener) ExitNon_reserved_keywords_pre12c ¶
func (s *BasePlSqlParserListener) ExitNon_reserved_keywords_pre12c(ctx *Non_reserved_keywords_pre12cContext)
ExitNon_reserved_keywords_pre12c is called when production non_reserved_keywords_pre12c is exited.
func (*BasePlSqlParserListener) ExitNull_statement ¶
func (s *BasePlSqlParserListener) ExitNull_statement(ctx *Null_statementContext)
ExitNull_statement is called when production null_statement is exited.
func (*BasePlSqlParserListener) ExitNumeric ¶
func (s *BasePlSqlParserListener) ExitNumeric(ctx *NumericContext)
ExitNumeric is called when production numeric is exited.
func (*BasePlSqlParserListener) ExitNumeric_function ¶
func (s *BasePlSqlParserListener) ExitNumeric_function(ctx *Numeric_functionContext)
ExitNumeric_function is called when production numeric_function is exited.
func (*BasePlSqlParserListener) ExitNumeric_function_name ¶
func (s *BasePlSqlParserListener) ExitNumeric_function_name(ctx *Numeric_function_nameContext)
ExitNumeric_function_name is called when production numeric_function_name is exited.
func (*BasePlSqlParserListener) ExitNumeric_function_wrapper ¶
func (s *BasePlSqlParserListener) ExitNumeric_function_wrapper(ctx *Numeric_function_wrapperContext)
ExitNumeric_function_wrapper is called when production numeric_function_wrapper is exited.
func (*BasePlSqlParserListener) ExitNumeric_negative ¶
func (s *BasePlSqlParserListener) ExitNumeric_negative(ctx *Numeric_negativeContext)
ExitNumeric_negative is called when production numeric_negative is exited.
func (*BasePlSqlParserListener) ExitObject_as_part ¶
func (s *BasePlSqlParserListener) ExitObject_as_part(ctx *Object_as_partContext)
ExitObject_as_part is called when production object_as_part is exited.
func (*BasePlSqlParserListener) ExitObject_member_spec ¶
func (s *BasePlSqlParserListener) ExitObject_member_spec(ctx *Object_member_specContext)
ExitObject_member_spec is called when production object_member_spec is exited.
func (*BasePlSqlParserListener) ExitObject_name ¶
func (s *BasePlSqlParserListener) ExitObject_name(ctx *Object_nameContext)
ExitObject_name is called when production object_name is exited.
func (*BasePlSqlParserListener) ExitObject_privilege ¶
func (s *BasePlSqlParserListener) ExitObject_privilege(ctx *Object_privilegeContext)
ExitObject_privilege is called when production object_privilege is exited.
func (*BasePlSqlParserListener) ExitObject_properties ¶
func (s *BasePlSqlParserListener) ExitObject_properties(ctx *Object_propertiesContext)
ExitObject_properties is called when production object_properties is exited.
func (*BasePlSqlParserListener) ExitObject_table ¶
func (s *BasePlSqlParserListener) ExitObject_table(ctx *Object_tableContext)
ExitObject_table is called when production object_table is exited.
func (*BasePlSqlParserListener) ExitObject_table_substitution ¶
func (s *BasePlSqlParserListener) ExitObject_table_substitution(ctx *Object_table_substitutionContext)
ExitObject_table_substitution is called when production object_table_substitution is exited.
func (*BasePlSqlParserListener) ExitObject_type_col_properties ¶
func (s *BasePlSqlParserListener) ExitObject_type_col_properties(ctx *Object_type_col_propertiesContext)
ExitObject_type_col_properties is called when production object_type_col_properties is exited.
func (*BasePlSqlParserListener) ExitObject_type_def ¶
func (s *BasePlSqlParserListener) ExitObject_type_def(ctx *Object_type_defContext)
ExitObject_type_def is called when production object_type_def is exited.
func (*BasePlSqlParserListener) ExitObject_under_part ¶
func (s *BasePlSqlParserListener) ExitObject_under_part(ctx *Object_under_partContext)
ExitObject_under_part is called when production object_under_part is exited.
func (*BasePlSqlParserListener) ExitObject_view_clause ¶
func (s *BasePlSqlParserListener) ExitObject_view_clause(ctx *Object_view_clauseContext)
ExitObject_view_clause is called when production object_view_clause is exited.
func (*BasePlSqlParserListener) ExitOdci_parameters ¶
func (s *BasePlSqlParserListener) ExitOdci_parameters(ctx *Odci_parametersContext)
ExitOdci_parameters is called when production odci_parameters is exited.
func (*BasePlSqlParserListener) ExitOffset_clause ¶
func (s *BasePlSqlParserListener) ExitOffset_clause(ctx *Offset_clauseContext)
ExitOffset_clause is called when production offset_clause is exited.
func (*BasePlSqlParserListener) ExitOid_clause ¶
func (s *BasePlSqlParserListener) ExitOid_clause(ctx *Oid_clauseContext)
ExitOid_clause is called when production oid_clause is exited.
func (*BasePlSqlParserListener) ExitOid_index_clause ¶
func (s *BasePlSqlParserListener) ExitOid_index_clause(ctx *Oid_index_clauseContext)
ExitOid_index_clause is called when production oid_index_clause is exited.
func (*BasePlSqlParserListener) ExitOld_column_name ¶
func (s *BasePlSqlParserListener) ExitOld_column_name(ctx *Old_column_nameContext)
ExitOld_column_name is called when production old_column_name is exited.
func (*BasePlSqlParserListener) ExitOld_constraint_name ¶
func (s *BasePlSqlParserListener) ExitOld_constraint_name(ctx *Old_constraint_nameContext)
ExitOld_constraint_name is called when production old_constraint_name is exited.
func (*BasePlSqlParserListener) ExitOn_comp_partitioned_clause ¶
func (s *BasePlSqlParserListener) ExitOn_comp_partitioned_clause(ctx *On_comp_partitioned_clauseContext)
ExitOn_comp_partitioned_clause is called when production on_comp_partitioned_clause is exited.
func (*BasePlSqlParserListener) ExitOn_comp_partitioned_table ¶
func (s *BasePlSqlParserListener) ExitOn_comp_partitioned_table(ctx *On_comp_partitioned_tableContext)
ExitOn_comp_partitioned_table is called when production on_comp_partitioned_table is exited.
func (*BasePlSqlParserListener) ExitOn_delete_clause ¶
func (s *BasePlSqlParserListener) ExitOn_delete_clause(ctx *On_delete_clauseContext)
ExitOn_delete_clause is called when production on_delete_clause is exited.
func (*BasePlSqlParserListener) ExitOn_hash_partitioned_clause ¶
func (s *BasePlSqlParserListener) ExitOn_hash_partitioned_clause(ctx *On_hash_partitioned_clauseContext)
ExitOn_hash_partitioned_clause is called when production on_hash_partitioned_clause is exited.
func (*BasePlSqlParserListener) ExitOn_hash_partitioned_table ¶
func (s *BasePlSqlParserListener) ExitOn_hash_partitioned_table(ctx *On_hash_partitioned_tableContext)
ExitOn_hash_partitioned_table is called when production on_hash_partitioned_table is exited.
func (*BasePlSqlParserListener) ExitOn_list_partitioned_table ¶
func (s *BasePlSqlParserListener) ExitOn_list_partitioned_table(ctx *On_list_partitioned_tableContext)
ExitOn_list_partitioned_table is called when production on_list_partitioned_table is exited.
func (*BasePlSqlParserListener) ExitOn_range_partitioned_table ¶
func (s *BasePlSqlParserListener) ExitOn_range_partitioned_table(ctx *On_range_partitioned_tableContext)
ExitOn_range_partitioned_table is called when production on_range_partitioned_table is exited.
func (*BasePlSqlParserListener) ExitOnline_or_offline ¶
func (s *BasePlSqlParserListener) ExitOnline_or_offline(ctx *Online_or_offlineContext)
ExitOnline_or_offline is called when production online_or_offline is exited.
func (*BasePlSqlParserListener) ExitOpen_for_statement ¶
func (s *BasePlSqlParserListener) ExitOpen_for_statement(ctx *Open_for_statementContext)
ExitOpen_for_statement is called when production open_for_statement is exited.
func (*BasePlSqlParserListener) ExitOpen_statement ¶
func (s *BasePlSqlParserListener) ExitOpen_statement(ctx *Open_statementContext)
ExitOpen_statement is called when production open_statement is exited.
func (*BasePlSqlParserListener) ExitOracle_namespace ¶
func (s *BasePlSqlParserListener) ExitOracle_namespace(ctx *Oracle_namespaceContext)
ExitOracle_namespace is called when production oracle_namespace is exited.
func (*BasePlSqlParserListener) ExitOrder_by_clause ¶
func (s *BasePlSqlParserListener) ExitOrder_by_clause(ctx *Order_by_clauseContext)
ExitOrder_by_clause is called when production order_by_clause is exited.
func (*BasePlSqlParserListener) ExitOrder_by_elements ¶
func (s *BasePlSqlParserListener) ExitOrder_by_elements(ctx *Order_by_elementsContext)
ExitOrder_by_elements is called when production order_by_elements is exited.
func (*BasePlSqlParserListener) ExitOther_function ¶
func (s *BasePlSqlParserListener) ExitOther_function(ctx *Other_functionContext)
ExitOther_function is called when production other_function is exited.
func (*BasePlSqlParserListener) ExitOut_of_line_constraint ¶
func (s *BasePlSqlParserListener) ExitOut_of_line_constraint(ctx *Out_of_line_constraintContext)
ExitOut_of_line_constraint is called when production out_of_line_constraint is exited.
func (*BasePlSqlParserListener) ExitOut_of_line_part_storage ¶
func (s *BasePlSqlParserListener) ExitOut_of_line_part_storage(ctx *Out_of_line_part_storageContext)
ExitOut_of_line_part_storage is called when production out_of_line_part_storage is exited.
func (*BasePlSqlParserListener) ExitOut_of_line_ref_constraint ¶
func (s *BasePlSqlParserListener) ExitOut_of_line_ref_constraint(ctx *Out_of_line_ref_constraintContext)
ExitOut_of_line_ref_constraint is called when production out_of_line_ref_constraint is exited.
func (*BasePlSqlParserListener) ExitOuter_join_sign ¶
func (s *BasePlSqlParserListener) ExitOuter_join_sign(ctx *Outer_join_signContext)
ExitOuter_join_sign is called when production outer_join_sign is exited.
func (*BasePlSqlParserListener) ExitOuter_join_type ¶
func (s *BasePlSqlParserListener) ExitOuter_join_type(ctx *Outer_join_typeContext)
ExitOuter_join_type is called when production outer_join_type is exited.
func (*BasePlSqlParserListener) ExitOver_clause ¶
func (s *BasePlSqlParserListener) ExitOver_clause(ctx *Over_clauseContext)
ExitOver_clause is called when production over_clause is exited.
func (*BasePlSqlParserListener) ExitOver_clause_keyword ¶
func (s *BasePlSqlParserListener) ExitOver_clause_keyword(ctx *Over_clause_keywordContext)
ExitOver_clause_keyword is called when production over_clause_keyword is exited.
func (*BasePlSqlParserListener) ExitOverriding_function_spec ¶
func (s *BasePlSqlParserListener) ExitOverriding_function_spec(ctx *Overriding_function_specContext)
ExitOverriding_function_spec is called when production overriding_function_spec is exited.
func (*BasePlSqlParserListener) ExitOverriding_subprogram_spec ¶
func (s *BasePlSqlParserListener) ExitOverriding_subprogram_spec(ctx *Overriding_subprogram_specContext)
ExitOverriding_subprogram_spec is called when production overriding_subprogram_spec is exited.
func (*BasePlSqlParserListener) ExitPackage_name ¶
func (s *BasePlSqlParserListener) ExitPackage_name(ctx *Package_nameContext)
ExitPackage_name is called when production package_name is exited.
func (*BasePlSqlParserListener) ExitPackage_obj_body ¶
func (s *BasePlSqlParserListener) ExitPackage_obj_body(ctx *Package_obj_bodyContext)
ExitPackage_obj_body is called when production package_obj_body is exited.
func (*BasePlSqlParserListener) ExitPackage_obj_spec ¶
func (s *BasePlSqlParserListener) ExitPackage_obj_spec(ctx *Package_obj_specContext)
ExitPackage_obj_spec is called when production package_obj_spec is exited.
func (*BasePlSqlParserListener) ExitParallel_clause ¶
func (s *BasePlSqlParserListener) ExitParallel_clause(ctx *Parallel_clauseContext)
ExitParallel_clause is called when production parallel_clause is exited.
func (*BasePlSqlParserListener) ExitParallel_enable_clause ¶
func (s *BasePlSqlParserListener) ExitParallel_enable_clause(ctx *Parallel_enable_clauseContext)
ExitParallel_enable_clause is called when production parallel_enable_clause is exited.
func (*BasePlSqlParserListener) ExitParameter ¶
func (s *BasePlSqlParserListener) ExitParameter(ctx *ParameterContext)
ExitParameter is called when production parameter is exited.
func (*BasePlSqlParserListener) ExitParameter_name ¶
func (s *BasePlSqlParserListener) ExitParameter_name(ctx *Parameter_nameContext)
ExitParameter_name is called when production parameter_name is exited.
func (*BasePlSqlParserListener) ExitParameter_spec ¶
func (s *BasePlSqlParserListener) ExitParameter_spec(ctx *Parameter_specContext)
ExitParameter_spec is called when production parameter_spec is exited.
func (*BasePlSqlParserListener) ExitParameter_value ¶
func (s *BasePlSqlParserListener) ExitParameter_value(ctx *Parameter_valueContext)
ExitParameter_value is called when production parameter_value is exited.
func (*BasePlSqlParserListener) ExitParen_column_list ¶
func (s *BasePlSqlParserListener) ExitParen_column_list(ctx *Paren_column_listContext)
ExitParen_column_list is called when production paren_column_list is exited.
func (*BasePlSqlParserListener) ExitPartial_database_recovery ¶
func (s *BasePlSqlParserListener) ExitPartial_database_recovery(ctx *Partial_database_recoveryContext)
ExitPartial_database_recovery is called when production partial_database_recovery is exited.
func (*BasePlSqlParserListener) ExitPartial_database_recovery_10g ¶
func (s *BasePlSqlParserListener) ExitPartial_database_recovery_10g(ctx *Partial_database_recovery_10gContext)
ExitPartial_database_recovery_10g is called when production partial_database_recovery_10g is exited.
func (*BasePlSqlParserListener) ExitPartition_by_clause ¶
func (s *BasePlSqlParserListener) ExitPartition_by_clause(ctx *Partition_by_clauseContext)
ExitPartition_by_clause is called when production partition_by_clause is exited.
func (*BasePlSqlParserListener) ExitPartition_extension_clause ¶
func (s *BasePlSqlParserListener) ExitPartition_extension_clause(ctx *Partition_extension_clauseContext)
ExitPartition_extension_clause is called when production partition_extension_clause is exited.
func (*BasePlSqlParserListener) ExitPartition_extention_clause ¶
func (s *BasePlSqlParserListener) ExitPartition_extention_clause(ctx *Partition_extention_clauseContext)
ExitPartition_extention_clause is called when production partition_extention_clause is exited.
func (*BasePlSqlParserListener) ExitPartition_key_value ¶
func (s *BasePlSqlParserListener) ExitPartition_key_value(ctx *Partition_key_valueContext)
ExitPartition_key_value is called when production partition_key_value is exited.
func (*BasePlSqlParserListener) ExitPartition_name ¶
func (s *BasePlSqlParserListener) ExitPartition_name(ctx *Partition_nameContext)
ExitPartition_name is called when production partition_name is exited.
func (*BasePlSqlParserListener) ExitPartition_name_old ¶
func (s *BasePlSqlParserListener) ExitPartition_name_old(ctx *Partition_name_oldContext)
ExitPartition_name_old is called when production partition_name_old is exited.
func (*BasePlSqlParserListener) ExitPartitioned_table ¶
func (s *BasePlSqlParserListener) ExitPartitioned_table(ctx *Partitioned_tableContext)
ExitPartitioned_table is called when production partitioned_table is exited.
func (*BasePlSqlParserListener) ExitPartitioning_storage_clause ¶
func (s *BasePlSqlParserListener) ExitPartitioning_storage_clause(ctx *Partitioning_storage_clauseContext)
ExitPartitioning_storage_clause is called when production partitioning_storage_clause is exited.
func (*BasePlSqlParserListener) ExitPassword_expire_clause ¶
func (s *BasePlSqlParserListener) ExitPassword_expire_clause(ctx *Password_expire_clauseContext)
ExitPassword_expire_clause is called when production password_expire_clause is exited.
func (*BasePlSqlParserListener) ExitPeriod_definition ¶
func (s *BasePlSqlParserListener) ExitPeriod_definition(ctx *Period_definitionContext)
ExitPeriod_definition is called when production period_definition is exited.
func (*BasePlSqlParserListener) ExitPermanent_tablespace_clause ¶
func (s *BasePlSqlParserListener) ExitPermanent_tablespace_clause(ctx *Permanent_tablespace_clauseContext)
ExitPermanent_tablespace_clause is called when production permanent_tablespace_clause is exited.
func (*BasePlSqlParserListener) ExitPhysical_attributes_clause ¶
func (s *BasePlSqlParserListener) ExitPhysical_attributes_clause(ctx *Physical_attributes_clauseContext)
ExitPhysical_attributes_clause is called when production physical_attributes_clause is exited.
func (*BasePlSqlParserListener) ExitPhysical_properties ¶
func (s *BasePlSqlParserListener) ExitPhysical_properties(ctx *Physical_propertiesContext)
ExitPhysical_properties is called when production physical_properties is exited.
func (*BasePlSqlParserListener) ExitPipe_row_statement ¶
func (s *BasePlSqlParserListener) ExitPipe_row_statement(ctx *Pipe_row_statementContext)
ExitPipe_row_statement is called when production pipe_row_statement is exited.
func (*BasePlSqlParserListener) ExitPivot_clause ¶
func (s *BasePlSqlParserListener) ExitPivot_clause(ctx *Pivot_clauseContext)
ExitPivot_clause is called when production pivot_clause is exited.
func (*BasePlSqlParserListener) ExitPivot_element ¶
func (s *BasePlSqlParserListener) ExitPivot_element(ctx *Pivot_elementContext)
ExitPivot_element is called when production pivot_element is exited.
func (*BasePlSqlParserListener) ExitPivot_for_clause ¶
func (s *BasePlSqlParserListener) ExitPivot_for_clause(ctx *Pivot_for_clauseContext)
ExitPivot_for_clause is called when production pivot_for_clause is exited.
func (*BasePlSqlParserListener) ExitPivot_in_clause ¶
func (s *BasePlSqlParserListener) ExitPivot_in_clause(ctx *Pivot_in_clauseContext)
ExitPivot_in_clause is called when production pivot_in_clause is exited.
func (*BasePlSqlParserListener) ExitPivot_in_clause_element ¶
func (s *BasePlSqlParserListener) ExitPivot_in_clause_element(ctx *Pivot_in_clause_elementContext)
ExitPivot_in_clause_element is called when production pivot_in_clause_element is exited.
func (*BasePlSqlParserListener) ExitPivot_in_clause_elements ¶
func (s *BasePlSqlParserListener) ExitPivot_in_clause_elements(ctx *Pivot_in_clause_elementsContext)
ExitPivot_in_clause_elements is called when production pivot_in_clause_elements is exited.
func (*BasePlSqlParserListener) ExitPolicy_name ¶
func (s *BasePlSqlParserListener) ExitPolicy_name(ctx *Policy_nameContext)
ExitPolicy_name is called when production policy_name is exited.
func (*BasePlSqlParserListener) ExitPragma_clause ¶
func (s *BasePlSqlParserListener) ExitPragma_clause(ctx *Pragma_clauseContext)
ExitPragma_clause is called when production pragma_clause is exited.
func (*BasePlSqlParserListener) ExitPragma_declaration ¶
func (s *BasePlSqlParserListener) ExitPragma_declaration(ctx *Pragma_declarationContext)
ExitPragma_declaration is called when production pragma_declaration is exited.
func (*BasePlSqlParserListener) ExitPragma_elements ¶
func (s *BasePlSqlParserListener) ExitPragma_elements(ctx *Pragma_elementsContext)
ExitPragma_elements is called when production pragma_elements is exited.
func (*BasePlSqlParserListener) ExitPrecision_part ¶
func (s *BasePlSqlParserListener) ExitPrecision_part(ctx *Precision_partContext)
ExitPrecision_part is called when production precision_part is exited.
func (*BasePlSqlParserListener) ExitPrimary_key_clause ¶
func (s *BasePlSqlParserListener) ExitPrimary_key_clause(ctx *Primary_key_clauseContext)
ExitPrimary_key_clause is called when production primary_key_clause is exited.
func (*BasePlSqlParserListener) ExitProc_decl_in_type ¶
func (s *BasePlSqlParserListener) ExitProc_decl_in_type(ctx *Proc_decl_in_typeContext)
ExitProc_decl_in_type is called when production proc_decl_in_type is exited.
func (*BasePlSqlParserListener) ExitProcedure_body ¶
func (s *BasePlSqlParserListener) ExitProcedure_body(ctx *Procedure_bodyContext)
ExitProcedure_body is called when production procedure_body is exited.
func (*BasePlSqlParserListener) ExitProcedure_call ¶
func (s *BasePlSqlParserListener) ExitProcedure_call(ctx *Procedure_callContext)
ExitProcedure_call is called when production procedure_call is exited.
func (*BasePlSqlParserListener) ExitProcedure_name ¶
func (s *BasePlSqlParserListener) ExitProcedure_name(ctx *Procedure_nameContext)
ExitProcedure_name is called when production procedure_name is exited.
func (*BasePlSqlParserListener) ExitProcedure_spec ¶
func (s *BasePlSqlParserListener) ExitProcedure_spec(ctx *Procedure_specContext)
ExitProcedure_spec is called when production procedure_spec is exited.
func (*BasePlSqlParserListener) ExitProfile_clause ¶
func (s *BasePlSqlParserListener) ExitProfile_clause(ctx *Profile_clauseContext)
ExitProfile_clause is called when production profile_clause is exited.
func (*BasePlSqlParserListener) ExitProfile_name ¶
func (s *BasePlSqlParserListener) ExitProfile_name(ctx *Profile_nameContext)
ExitProfile_name is called when production profile_name is exited.
func (*BasePlSqlParserListener) ExitProxy_clause ¶
func (s *BasePlSqlParserListener) ExitProxy_clause(ctx *Proxy_clauseContext)
ExitProxy_clause is called when production proxy_clause is exited.
func (*BasePlSqlParserListener) ExitQuantified_expression ¶
func (s *BasePlSqlParserListener) ExitQuantified_expression(ctx *Quantified_expressionContext)
ExitQuantified_expression is called when production quantified_expression is exited.
func (*BasePlSqlParserListener) ExitQuery_block ¶
func (s *BasePlSqlParserListener) ExitQuery_block(ctx *Query_blockContext)
ExitQuery_block is called when production query_block is exited.
func (*BasePlSqlParserListener) ExitQuery_name ¶
func (s *BasePlSqlParserListener) ExitQuery_name(ctx *Query_nameContext)
ExitQuery_name is called when production query_name is exited.
func (*BasePlSqlParserListener) ExitQuery_partition_clause ¶
func (s *BasePlSqlParserListener) ExitQuery_partition_clause(ctx *Query_partition_clauseContext)
ExitQuery_partition_clause is called when production query_partition_clause is exited.
func (*BasePlSqlParserListener) ExitQuota_clause ¶
func (s *BasePlSqlParserListener) ExitQuota_clause(ctx *Quota_clauseContext)
ExitQuota_clause is called when production quota_clause is exited.
func (*BasePlSqlParserListener) ExitQuoted_string ¶
func (s *BasePlSqlParserListener) ExitQuoted_string(ctx *Quoted_stringContext)
ExitQuoted_string is called when production quoted_string is exited.
func (*BasePlSqlParserListener) ExitRaise_statement ¶
func (s *BasePlSqlParserListener) ExitRaise_statement(ctx *Raise_statementContext)
ExitRaise_statement is called when production raise_statement is exited.
func (*BasePlSqlParserListener) ExitRange_partition_desc ¶
func (s *BasePlSqlParserListener) ExitRange_partition_desc(ctx *Range_partition_descContext)
ExitRange_partition_desc is called when production range_partition_desc is exited.
func (*BasePlSqlParserListener) ExitRange_partitions ¶
func (s *BasePlSqlParserListener) ExitRange_partitions(ctx *Range_partitionsContext)
ExitRange_partitions is called when production range_partitions is exited.
func (*BasePlSqlParserListener) ExitRange_subpartition_desc ¶
func (s *BasePlSqlParserListener) ExitRange_subpartition_desc(ctx *Range_subpartition_descContext)
ExitRange_subpartition_desc is called when production range_subpartition_desc is exited.
func (*BasePlSqlParserListener) ExitRange_values_clause ¶
func (s *BasePlSqlParserListener) ExitRange_values_clause(ctx *Range_values_clauseContext)
ExitRange_values_clause is called when production range_values_clause is exited.
func (*BasePlSqlParserListener) ExitRebuild_clause ¶
func (s *BasePlSqlParserListener) ExitRebuild_clause(ctx *Rebuild_clauseContext)
ExitRebuild_clause is called when production rebuild_clause is exited.
func (*BasePlSqlParserListener) ExitRecord_name ¶
func (s *BasePlSqlParserListener) ExitRecord_name(ctx *Record_nameContext)
ExitRecord_name is called when production record_name is exited.
func (*BasePlSqlParserListener) ExitRecord_type_def ¶
func (s *BasePlSqlParserListener) ExitRecord_type_def(ctx *Record_type_defContext)
ExitRecord_type_def is called when production record_type_def is exited.
func (*BasePlSqlParserListener) ExitRecords_per_block_clause ¶
func (s *BasePlSqlParserListener) ExitRecords_per_block_clause(ctx *Records_per_block_clauseContext)
ExitRecords_per_block_clause is called when production records_per_block_clause is exited.
func (*BasePlSqlParserListener) ExitRecovery_clauses ¶
func (s *BasePlSqlParserListener) ExitRecovery_clauses(ctx *Recovery_clausesContext)
ExitRecovery_clauses is called when production recovery_clauses is exited.
func (*BasePlSqlParserListener) ExitRedo_log_file_spec ¶
func (s *BasePlSqlParserListener) ExitRedo_log_file_spec(ctx *Redo_log_file_specContext)
ExitRedo_log_file_spec is called when production redo_log_file_spec is exited.
func (*BasePlSqlParserListener) ExitRef_cursor_type_def ¶
func (s *BasePlSqlParserListener) ExitRef_cursor_type_def(ctx *Ref_cursor_type_defContext)
ExitRef_cursor_type_def is called when production ref_cursor_type_def is exited.
func (*BasePlSqlParserListener) ExitReference_model ¶
func (s *BasePlSqlParserListener) ExitReference_model(ctx *Reference_modelContext)
ExitReference_model is called when production reference_model is exited.
func (*BasePlSqlParserListener) ExitReference_model_name ¶
func (s *BasePlSqlParserListener) ExitReference_model_name(ctx *Reference_model_nameContext)
ExitReference_model_name is called when production reference_model_name is exited.
func (*BasePlSqlParserListener) ExitReference_partition_desc ¶
func (s *BasePlSqlParserListener) ExitReference_partition_desc(ctx *Reference_partition_descContext)
ExitReference_partition_desc is called when production reference_partition_desc is exited.
func (*BasePlSqlParserListener) ExitReference_partitioning ¶
func (s *BasePlSqlParserListener) ExitReference_partitioning(ctx *Reference_partitioningContext)
ExitReference_partitioning is called when production reference_partitioning is exited.
func (*BasePlSqlParserListener) ExitReferences_clause ¶
func (s *BasePlSqlParserListener) ExitReferences_clause(ctx *References_clauseContext)
ExitReferences_clause is called when production references_clause is exited.
func (*BasePlSqlParserListener) ExitReferencing_clause ¶
func (s *BasePlSqlParserListener) ExitReferencing_clause(ctx *Referencing_clauseContext)
ExitReferencing_clause is called when production referencing_clause is exited.
func (*BasePlSqlParserListener) ExitReferencing_element ¶
func (s *BasePlSqlParserListener) ExitReferencing_element(ctx *Referencing_elementContext)
ExitReferencing_element is called when production referencing_element is exited.
func (*BasePlSqlParserListener) ExitRegister_logfile_clause ¶
func (s *BasePlSqlParserListener) ExitRegister_logfile_clause(ctx *Register_logfile_clauseContext)
ExitRegister_logfile_clause is called when production register_logfile_clause is exited.
func (*BasePlSqlParserListener) ExitRegular_id ¶
func (s *BasePlSqlParserListener) ExitRegular_id(ctx *Regular_idContext)
ExitRegular_id is called when production regular_id is exited.
func (*BasePlSqlParserListener) ExitRelational_expression ¶
func (s *BasePlSqlParserListener) ExitRelational_expression(ctx *Relational_expressionContext)
ExitRelational_expression is called when production relational_expression is exited.
func (*BasePlSqlParserListener) ExitRelational_operator ¶
func (s *BasePlSqlParserListener) ExitRelational_operator(ctx *Relational_operatorContext)
ExitRelational_operator is called when production relational_operator is exited.
func (*BasePlSqlParserListener) ExitRelational_property ¶
func (s *BasePlSqlParserListener) ExitRelational_property(ctx *Relational_propertyContext)
ExitRelational_property is called when production relational_property is exited.
func (*BasePlSqlParserListener) ExitRelational_table ¶
func (s *BasePlSqlParserListener) ExitRelational_table(ctx *Relational_tableContext)
ExitRelational_table is called when production relational_table is exited.
func (*BasePlSqlParserListener) ExitRelies_on_part ¶
func (s *BasePlSqlParserListener) ExitRelies_on_part(ctx *Relies_on_partContext)
ExitRelies_on_part is called when production relies_on_part is exited.
func (*BasePlSqlParserListener) ExitRename_column_clause ¶
func (s *BasePlSqlParserListener) ExitRename_column_clause(ctx *Rename_column_clauseContext)
ExitRename_column_clause is called when production rename_column_clause is exited.
func (*BasePlSqlParserListener) ExitRename_index_partition ¶
func (s *BasePlSqlParserListener) ExitRename_index_partition(ctx *Rename_index_partitionContext)
ExitRename_index_partition is called when production rename_index_partition is exited.
func (*BasePlSqlParserListener) ExitRename_object ¶
func (s *BasePlSqlParserListener) ExitRename_object(ctx *Rename_objectContext)
ExitRename_object is called when production rename_object is exited.
func (*BasePlSqlParserListener) ExitReplace_type_clause ¶
func (s *BasePlSqlParserListener) ExitReplace_type_clause(ctx *Replace_type_clauseContext)
ExitReplace_type_clause is called when production replace_type_clause is exited.
func (*BasePlSqlParserListener) ExitResetlogs_or_noresetlogs ¶
func (s *BasePlSqlParserListener) ExitResetlogs_or_noresetlogs(ctx *Resetlogs_or_noresetlogsContext)
ExitResetlogs_or_noresetlogs is called when production resetlogs_or_noresetlogs is exited.
func (*BasePlSqlParserListener) ExitRespect_or_ignore_nulls ¶
func (s *BasePlSqlParserListener) ExitRespect_or_ignore_nulls(ctx *Respect_or_ignore_nullsContext)
ExitRespect_or_ignore_nulls is called when production respect_or_ignore_nulls is exited.
func (*BasePlSqlParserListener) ExitResult_cache_clause ¶
func (s *BasePlSqlParserListener) ExitResult_cache_clause(ctx *Result_cache_clauseContext)
ExitResult_cache_clause is called when production result_cache_clause is exited.
func (*BasePlSqlParserListener) ExitReturn_rows_clause ¶
func (s *BasePlSqlParserListener) ExitReturn_rows_clause(ctx *Return_rows_clauseContext)
ExitReturn_rows_clause is called when production return_rows_clause is exited.
func (*BasePlSqlParserListener) ExitReturn_statement ¶
func (s *BasePlSqlParserListener) ExitReturn_statement(ctx *Return_statementContext)
ExitReturn_statement is called when production return_statement is exited.
func (*BasePlSqlParserListener) ExitRole_clause ¶
func (s *BasePlSqlParserListener) ExitRole_clause(ctx *Role_clauseContext)
ExitRole_clause is called when production role_clause is exited.
func (*BasePlSqlParserListener) ExitRole_name ¶
func (s *BasePlSqlParserListener) ExitRole_name(ctx *Role_nameContext)
ExitRole_name is called when production role_name is exited.
func (*BasePlSqlParserListener) ExitRollback_segment ¶
func (s *BasePlSqlParserListener) ExitRollback_segment(ctx *Rollback_segmentContext)
ExitRollback_segment is called when production rollback_segment is exited.
func (*BasePlSqlParserListener) ExitRollback_segment_name ¶
func (s *BasePlSqlParserListener) ExitRollback_segment_name(ctx *Rollback_segment_nameContext)
ExitRollback_segment_name is called when production rollback_segment_name is exited.
func (*BasePlSqlParserListener) ExitRollback_statement ¶
func (s *BasePlSqlParserListener) ExitRollback_statement(ctx *Rollback_statementContext)
ExitRollback_statement is called when production rollback_statement is exited.
func (*BasePlSqlParserListener) ExitRollup_cube_clause ¶
func (s *BasePlSqlParserListener) ExitRollup_cube_clause(ctx *Rollup_cube_clauseContext)
ExitRollup_cube_clause is called when production rollup_cube_clause is exited.
func (*BasePlSqlParserListener) ExitRoutine_clause ¶
func (s *BasePlSqlParserListener) ExitRoutine_clause(ctx *Routine_clauseContext)
ExitRoutine_clause is called when production routine_clause is exited.
func (*BasePlSqlParserListener) ExitRoutine_name ¶
func (s *BasePlSqlParserListener) ExitRoutine_name(ctx *Routine_nameContext)
ExitRoutine_name is called when production routine_name is exited.
func (*BasePlSqlParserListener) ExitRow_movement_clause ¶
func (s *BasePlSqlParserListener) ExitRow_movement_clause(ctx *Row_movement_clauseContext)
ExitRow_movement_clause is called when production row_movement_clause is exited.
func (*BasePlSqlParserListener) ExitSample_clause ¶
func (s *BasePlSqlParserListener) ExitSample_clause(ctx *Sample_clauseContext)
ExitSample_clause is called when production sample_clause is exited.
func (*BasePlSqlParserListener) ExitSavepoint_name ¶
func (s *BasePlSqlParserListener) ExitSavepoint_name(ctx *Savepoint_nameContext)
ExitSavepoint_name is called when production savepoint_name is exited.
func (*BasePlSqlParserListener) ExitSavepoint_statement ¶
func (s *BasePlSqlParserListener) ExitSavepoint_statement(ctx *Savepoint_statementContext)
ExitSavepoint_statement is called when production savepoint_statement is exited.
func (*BasePlSqlParserListener) ExitSchema_name ¶
func (s *BasePlSqlParserListener) ExitSchema_name(ctx *Schema_nameContext)
ExitSchema_name is called when production schema_name is exited.
func (*BasePlSqlParserListener) ExitSchema_object_name ¶
func (s *BasePlSqlParserListener) ExitSchema_object_name(ctx *Schema_object_nameContext)
ExitSchema_object_name is called when production schema_object_name is exited.
func (*BasePlSqlParserListener) ExitSearch_clause ¶
func (s *BasePlSqlParserListener) ExitSearch_clause(ctx *Search_clauseContext)
ExitSearch_clause is called when production search_clause is exited.
func (*BasePlSqlParserListener) ExitSearched_case_statement ¶
func (s *BasePlSqlParserListener) ExitSearched_case_statement(ctx *Searched_case_statementContext)
ExitSearched_case_statement is called when production searched_case_statement is exited.
func (*BasePlSqlParserListener) ExitSearched_case_when_part ¶
func (s *BasePlSqlParserListener) ExitSearched_case_when_part(ctx *Searched_case_when_partContext)
ExitSearched_case_when_part is called when production searched_case_when_part is exited.
func (*BasePlSqlParserListener) ExitSecurity_clause ¶
func (s *BasePlSqlParserListener) ExitSecurity_clause(ctx *Security_clauseContext)
ExitSecurity_clause is called when production security_clause is exited.
func (*BasePlSqlParserListener) ExitSeed_part ¶
func (s *BasePlSqlParserListener) ExitSeed_part(ctx *Seed_partContext)
ExitSeed_part is called when production seed_part is exited.
func (*BasePlSqlParserListener) ExitSegment_attributes_clause ¶
func (s *BasePlSqlParserListener) ExitSegment_attributes_clause(ctx *Segment_attributes_clauseContext)
ExitSegment_attributes_clause is called when production segment_attributes_clause is exited.
func (*BasePlSqlParserListener) ExitSegment_management_clause ¶
func (s *BasePlSqlParserListener) ExitSegment_management_clause(ctx *Segment_management_clauseContext)
ExitSegment_management_clause is called when production segment_management_clause is exited.
func (*BasePlSqlParserListener) ExitSelect_list_elements ¶
func (s *BasePlSqlParserListener) ExitSelect_list_elements(ctx *Select_list_elementsContext)
ExitSelect_list_elements is called when production select_list_elements is exited.
func (*BasePlSqlParserListener) ExitSelect_only_statement ¶
func (s *BasePlSqlParserListener) ExitSelect_only_statement(ctx *Select_only_statementContext)
ExitSelect_only_statement is called when production select_only_statement is exited.
func (*BasePlSqlParserListener) ExitSelect_statement ¶
func (s *BasePlSqlParserListener) ExitSelect_statement(ctx *Select_statementContext)
ExitSelect_statement is called when production select_statement is exited.
func (*BasePlSqlParserListener) ExitSelected_list ¶
func (s *BasePlSqlParserListener) ExitSelected_list(ctx *Selected_listContext)
ExitSelected_list is called when production selected_list is exited.
func (*BasePlSqlParserListener) ExitSelected_tableview ¶
func (s *BasePlSqlParserListener) ExitSelected_tableview(ctx *Selected_tableviewContext)
ExitSelected_tableview is called when production selected_tableview is exited.
func (*BasePlSqlParserListener) ExitSeq_of_declare_specs ¶
func (s *BasePlSqlParserListener) ExitSeq_of_declare_specs(ctx *Seq_of_declare_specsContext)
ExitSeq_of_declare_specs is called when production seq_of_declare_specs is exited.
func (*BasePlSqlParserListener) ExitSeq_of_statements ¶
func (s *BasePlSqlParserListener) ExitSeq_of_statements(ctx *Seq_of_statementsContext)
ExitSeq_of_statements is called when production seq_of_statements is exited.
func (*BasePlSqlParserListener) ExitSequence_name ¶
func (s *BasePlSqlParserListener) ExitSequence_name(ctx *Sequence_nameContext)
ExitSequence_name is called when production sequence_name is exited.
func (*BasePlSqlParserListener) ExitSequence_spec ¶
func (s *BasePlSqlParserListener) ExitSequence_spec(ctx *Sequence_specContext)
ExitSequence_spec is called when production sequence_spec is exited.
func (*BasePlSqlParserListener) ExitSequence_start_clause ¶
func (s *BasePlSqlParserListener) ExitSequence_start_clause(ctx *Sequence_start_clauseContext)
ExitSequence_start_clause is called when production sequence_start_clause is exited.
func (*BasePlSqlParserListener) ExitSet_command ¶
func (s *BasePlSqlParserListener) ExitSet_command(ctx *Set_commandContext)
ExitSet_command is called when production set_command is exited.
func (*BasePlSqlParserListener) ExitSet_constraint_command ¶
func (s *BasePlSqlParserListener) ExitSet_constraint_command(ctx *Set_constraint_commandContext)
ExitSet_constraint_command is called when production set_constraint_command is exited.
func (*BasePlSqlParserListener) ExitSet_container_data ¶
func (s *BasePlSqlParserListener) ExitSet_container_data(ctx *Set_container_dataContext)
ExitSet_container_data is called when production set_container_data is exited.
func (*BasePlSqlParserListener) ExitSet_time_zone_clause ¶
func (s *BasePlSqlParserListener) ExitSet_time_zone_clause(ctx *Set_time_zone_clauseContext)
ExitSet_time_zone_clause is called when production set_time_zone_clause is exited.
func (*BasePlSqlParserListener) ExitSet_transaction_command ¶
func (s *BasePlSqlParserListener) ExitSet_transaction_command(ctx *Set_transaction_commandContext)
ExitSet_transaction_command is called when production set_transaction_command is exited.
func (*BasePlSqlParserListener) ExitShrink_clause ¶
func (s *BasePlSqlParserListener) ExitShrink_clause(ctx *Shrink_clauseContext)
ExitShrink_clause is called when production shrink_clause is exited.
func (*BasePlSqlParserListener) ExitSimple_case_statement ¶
func (s *BasePlSqlParserListener) ExitSimple_case_statement(ctx *Simple_case_statementContext)
ExitSimple_case_statement is called when production simple_case_statement is exited.
func (*BasePlSqlParserListener) ExitSimple_case_when_part ¶
func (s *BasePlSqlParserListener) ExitSimple_case_when_part(ctx *Simple_case_when_partContext)
ExitSimple_case_when_part is called when production simple_case_when_part is exited.
func (*BasePlSqlParserListener) ExitSimple_dml_trigger ¶
func (s *BasePlSqlParserListener) ExitSimple_dml_trigger(ctx *Simple_dml_triggerContext)
ExitSimple_dml_trigger is called when production simple_dml_trigger is exited.
func (*BasePlSqlParserListener) ExitSingle_column_for_loop ¶
func (s *BasePlSqlParserListener) ExitSingle_column_for_loop(ctx *Single_column_for_loopContext)
ExitSingle_column_for_loop is called when production single_column_for_loop is exited.
func (*BasePlSqlParserListener) ExitSingle_table_insert ¶
func (s *BasePlSqlParserListener) ExitSingle_table_insert(ctx *Single_table_insertContext)
ExitSingle_table_insert is called when production single_table_insert is exited.
func (*BasePlSqlParserListener) ExitSize_clause ¶
func (s *BasePlSqlParserListener) ExitSize_clause(ctx *Size_clauseContext)
ExitSize_clause is called when production size_clause is exited.
func (*BasePlSqlParserListener) ExitSort_or_nosort ¶
func (s *BasePlSqlParserListener) ExitSort_or_nosort(ctx *Sort_or_nosortContext)
ExitSort_or_nosort is called when production sort_or_nosort is exited.
func (*BasePlSqlParserListener) ExitSplit_index_partition ¶
func (s *BasePlSqlParserListener) ExitSplit_index_partition(ctx *Split_index_partitionContext)
ExitSplit_index_partition is called when production split_index_partition is exited.
func (*BasePlSqlParserListener) ExitSql_operation ¶
func (s *BasePlSqlParserListener) ExitSql_operation(ctx *Sql_operationContext)
ExitSql_operation is called when production sql_operation is exited.
func (*BasePlSqlParserListener) ExitSql_plus_command ¶
func (s *BasePlSqlParserListener) ExitSql_plus_command(ctx *Sql_plus_commandContext)
ExitSql_plus_command is called when production sql_plus_command is exited.
func (*BasePlSqlParserListener) ExitSql_script ¶
func (s *BasePlSqlParserListener) ExitSql_script(ctx *Sql_scriptContext)
ExitSql_script is called when production sql_script is exited.
func (*BasePlSqlParserListener) ExitSql_statement ¶
func (s *BasePlSqlParserListener) ExitSql_statement(ctx *Sql_statementContext)
ExitSql_statement is called when production sql_statement is exited.
func (*BasePlSqlParserListener) ExitSql_statement_shortcut ¶
func (s *BasePlSqlParserListener) ExitSql_statement_shortcut(ctx *Sql_statement_shortcutContext)
ExitSql_statement_shortcut is called when production sql_statement_shortcut is exited.
func (*BasePlSqlParserListener) ExitSqlj_object_type ¶
func (s *BasePlSqlParserListener) ExitSqlj_object_type(ctx *Sqlj_object_typeContext)
ExitSqlj_object_type is called when production sqlj_object_type is exited.
func (*BasePlSqlParserListener) ExitSqlj_object_type_attr ¶
func (s *BasePlSqlParserListener) ExitSqlj_object_type_attr(ctx *Sqlj_object_type_attrContext)
ExitSqlj_object_type_attr is called when production sqlj_object_type_attr is exited.
func (*BasePlSqlParserListener) ExitStandard_function ¶
func (s *BasePlSqlParserListener) ExitStandard_function(ctx *Standard_functionContext)
ExitStandard_function is called when production standard_function is exited.
func (*BasePlSqlParserListener) ExitStandard_prediction_function_keyword ¶
func (s *BasePlSqlParserListener) ExitStandard_prediction_function_keyword(ctx *Standard_prediction_function_keywordContext)
ExitStandard_prediction_function_keyword is called when production standard_prediction_function_keyword is exited.
func (*BasePlSqlParserListener) ExitStandby_database_clauses ¶
func (s *BasePlSqlParserListener) ExitStandby_database_clauses(ctx *Standby_database_clausesContext)
ExitStandby_database_clauses is called when production standby_database_clauses is exited.
func (*BasePlSqlParserListener) ExitStart_part ¶
func (s *BasePlSqlParserListener) ExitStart_part(ctx *Start_partContext)
ExitStart_part is called when production start_part is exited.
func (*BasePlSqlParserListener) ExitStart_standby_clause ¶
func (s *BasePlSqlParserListener) ExitStart_standby_clause(ctx *Start_standby_clauseContext)
ExitStart_standby_clause is called when production start_standby_clause is exited.
func (*BasePlSqlParserListener) ExitStart_time_column ¶
func (s *BasePlSqlParserListener) ExitStart_time_column(ctx *Start_time_columnContext)
ExitStart_time_column is called when production start_time_column is exited.
func (*BasePlSqlParserListener) ExitStartup_clauses ¶
func (s *BasePlSqlParserListener) ExitStartup_clauses(ctx *Startup_clausesContext)
ExitStartup_clauses is called when production startup_clauses is exited.
func (*BasePlSqlParserListener) ExitStatement ¶
func (s *BasePlSqlParserListener) ExitStatement(ctx *StatementContext)
ExitStatement is called when production statement is exited.
func (*BasePlSqlParserListener) ExitStatic_returning_clause ¶
func (s *BasePlSqlParserListener) ExitStatic_returning_clause(ctx *Static_returning_clauseContext)
ExitStatic_returning_clause is called when production static_returning_clause is exited.
func (*BasePlSqlParserListener) ExitStatistics_type_name ¶
func (s *BasePlSqlParserListener) ExitStatistics_type_name(ctx *Statistics_type_nameContext)
ExitStatistics_type_name is called when production statistics_type_name is exited.
func (*BasePlSqlParserListener) ExitStop_standby_clause ¶
func (s *BasePlSqlParserListener) ExitStop_standby_clause(ctx *Stop_standby_clauseContext)
ExitStop_standby_clause is called when production stop_standby_clause is exited.
func (*BasePlSqlParserListener) ExitStorage_clause ¶
func (s *BasePlSqlParserListener) ExitStorage_clause(ctx *Storage_clauseContext)
ExitStorage_clause is called when production storage_clause is exited.
func (*BasePlSqlParserListener) ExitStorage_table_clause ¶
func (s *BasePlSqlParserListener) ExitStorage_table_clause(ctx *Storage_table_clauseContext)
ExitStorage_table_clause is called when production storage_table_clause is exited.
func (*BasePlSqlParserListener) ExitStreaming_clause ¶
func (s *BasePlSqlParserListener) ExitStreaming_clause(ctx *Streaming_clauseContext)
ExitStreaming_clause is called when production streaming_clause is exited.
func (*BasePlSqlParserListener) ExitString_function ¶
func (s *BasePlSqlParserListener) ExitString_function(ctx *String_functionContext)
ExitString_function is called when production string_function is exited.
func (*BasePlSqlParserListener) ExitString_function_name ¶
func (s *BasePlSqlParserListener) ExitString_function_name(ctx *String_function_nameContext)
ExitString_function_name is called when production string_function_name is exited.
func (*BasePlSqlParserListener) ExitSubpartition_by_hash ¶
func (s *BasePlSqlParserListener) ExitSubpartition_by_hash(ctx *Subpartition_by_hashContext)
ExitSubpartition_by_hash is called when production subpartition_by_hash is exited.
func (*BasePlSqlParserListener) ExitSubpartition_by_list ¶
func (s *BasePlSqlParserListener) ExitSubpartition_by_list(ctx *Subpartition_by_listContext)
ExitSubpartition_by_list is called when production subpartition_by_list is exited.
func (*BasePlSqlParserListener) ExitSubpartition_by_range ¶
func (s *BasePlSqlParserListener) ExitSubpartition_by_range(ctx *Subpartition_by_rangeContext)
ExitSubpartition_by_range is called when production subpartition_by_range is exited.
func (*BasePlSqlParserListener) ExitSubpartition_key_value ¶
func (s *BasePlSqlParserListener) ExitSubpartition_key_value(ctx *Subpartition_key_valueContext)
ExitSubpartition_key_value is called when production subpartition_key_value is exited.
func (*BasePlSqlParserListener) ExitSubpartition_name ¶
func (s *BasePlSqlParserListener) ExitSubpartition_name(ctx *Subpartition_nameContext)
ExitSubpartition_name is called when production subpartition_name is exited.
func (*BasePlSqlParserListener) ExitSubpartition_template ¶
func (s *BasePlSqlParserListener) ExitSubpartition_template(ctx *Subpartition_templateContext)
ExitSubpartition_template is called when production subpartition_template is exited.
func (*BasePlSqlParserListener) ExitSubprog_decl_in_type ¶
func (s *BasePlSqlParserListener) ExitSubprog_decl_in_type(ctx *Subprog_decl_in_typeContext)
ExitSubprog_decl_in_type is called when production subprog_decl_in_type is exited.
func (*BasePlSqlParserListener) ExitSubprogram_spec ¶
func (s *BasePlSqlParserListener) ExitSubprogram_spec(ctx *Subprogram_specContext)
ExitSubprogram_spec is called when production subprogram_spec is exited.
func (*BasePlSqlParserListener) ExitSubquery ¶
func (s *BasePlSqlParserListener) ExitSubquery(ctx *SubqueryContext)
ExitSubquery is called when production subquery is exited.
func (*BasePlSqlParserListener) ExitSubquery_basic_elements ¶
func (s *BasePlSqlParserListener) ExitSubquery_basic_elements(ctx *Subquery_basic_elementsContext)
ExitSubquery_basic_elements is called when production subquery_basic_elements is exited.
func (*BasePlSqlParserListener) ExitSubquery_factoring_clause ¶
func (s *BasePlSqlParserListener) ExitSubquery_factoring_clause(ctx *Subquery_factoring_clauseContext)
ExitSubquery_factoring_clause is called when production subquery_factoring_clause is exited.
func (*BasePlSqlParserListener) ExitSubquery_operation_part ¶
func (s *BasePlSqlParserListener) ExitSubquery_operation_part(ctx *Subquery_operation_partContext)
ExitSubquery_operation_part is called when production subquery_operation_part is exited.
func (*BasePlSqlParserListener) ExitSubquery_restriction_clause ¶
func (s *BasePlSqlParserListener) ExitSubquery_restriction_clause(ctx *Subquery_restriction_clauseContext)
ExitSubquery_restriction_clause is called when production subquery_restriction_clause is exited.
func (*BasePlSqlParserListener) ExitSubstitutable_column_clause ¶
func (s *BasePlSqlParserListener) ExitSubstitutable_column_clause(ctx *Substitutable_column_clauseContext)
ExitSubstitutable_column_clause is called when production substitutable_column_clause is exited.
func (*BasePlSqlParserListener) ExitSubtype_declaration ¶
func (s *BasePlSqlParserListener) ExitSubtype_declaration(ctx *Subtype_declarationContext)
ExitSubtype_declaration is called when production subtype_declaration is exited.
func (*BasePlSqlParserListener) ExitSupplemental_db_logging ¶
func (s *BasePlSqlParserListener) ExitSupplemental_db_logging(ctx *Supplemental_db_loggingContext)
ExitSupplemental_db_logging is called when production supplemental_db_logging is exited.
func (*BasePlSqlParserListener) ExitSupplemental_id_key_clause ¶
func (s *BasePlSqlParserListener) ExitSupplemental_id_key_clause(ctx *Supplemental_id_key_clauseContext)
ExitSupplemental_id_key_clause is called when production supplemental_id_key_clause is exited.
func (*BasePlSqlParserListener) ExitSupplemental_log_grp_clause ¶
func (s *BasePlSqlParserListener) ExitSupplemental_log_grp_clause(ctx *Supplemental_log_grp_clauseContext)
ExitSupplemental_log_grp_clause is called when production supplemental_log_grp_clause is exited.
func (*BasePlSqlParserListener) ExitSupplemental_logging_props ¶
func (s *BasePlSqlParserListener) ExitSupplemental_logging_props(ctx *Supplemental_logging_propsContext)
ExitSupplemental_logging_props is called when production supplemental_logging_props is exited.
func (*BasePlSqlParserListener) ExitSupplemental_plsql_clause ¶
func (s *BasePlSqlParserListener) ExitSupplemental_plsql_clause(ctx *Supplemental_plsql_clauseContext)
ExitSupplemental_plsql_clause is called when production supplemental_plsql_clause is exited.
func (*BasePlSqlParserListener) ExitSupplemental_table_logging ¶
func (s *BasePlSqlParserListener) ExitSupplemental_table_logging(ctx *Supplemental_table_loggingContext)
ExitSupplemental_table_logging is called when production supplemental_table_logging is exited.
func (*BasePlSqlParserListener) ExitSwallow_to_semi ¶
func (s *BasePlSqlParserListener) ExitSwallow_to_semi(ctx *Swallow_to_semiContext)
ExitSwallow_to_semi is called when production swallow_to_semi is exited.
func (*BasePlSqlParserListener) ExitSwitch_logfile_clause ¶
func (s *BasePlSqlParserListener) ExitSwitch_logfile_clause(ctx *Switch_logfile_clauseContext)
ExitSwitch_logfile_clause is called when production switch_logfile_clause is exited.
func (*BasePlSqlParserListener) ExitSynchronous_or_asynchronous ¶
func (s *BasePlSqlParserListener) ExitSynchronous_or_asynchronous(ctx *Synchronous_or_asynchronousContext)
ExitSynchronous_or_asynchronous is called when production synchronous_or_asynchronous is exited.
func (*BasePlSqlParserListener) ExitSynonym_name ¶
func (s *BasePlSqlParserListener) ExitSynonym_name(ctx *Synonym_nameContext)
ExitSynonym_name is called when production synonym_name is exited.
func (*BasePlSqlParserListener) ExitSystem_partitioning ¶
func (s *BasePlSqlParserListener) ExitSystem_partitioning(ctx *System_partitioningContext)
ExitSystem_partitioning is called when production system_partitioning is exited.
func (*BasePlSqlParserListener) ExitSystem_privilege ¶
func (s *BasePlSqlParserListener) ExitSystem_privilege(ctx *System_privilegeContext)
ExitSystem_privilege is called when production system_privilege is exited.
func (*BasePlSqlParserListener) ExitTable_alias ¶
func (s *BasePlSqlParserListener) ExitTable_alias(ctx *Table_aliasContext)
ExitTable_alias is called when production table_alias is exited.
func (*BasePlSqlParserListener) ExitTable_collection_expression ¶
func (s *BasePlSqlParserListener) ExitTable_collection_expression(ctx *Table_collection_expressionContext)
ExitTable_collection_expression is called when production table_collection_expression is exited.
func (*BasePlSqlParserListener) ExitTable_compression ¶
func (s *BasePlSqlParserListener) ExitTable_compression(ctx *Table_compressionContext)
ExitTable_compression is called when production table_compression is exited.
func (*BasePlSqlParserListener) ExitTable_element ¶
func (s *BasePlSqlParserListener) ExitTable_element(ctx *Table_elementContext)
ExitTable_element is called when production table_element is exited.
func (*BasePlSqlParserListener) ExitTable_index_clause ¶
func (s *BasePlSqlParserListener) ExitTable_index_clause(ctx *Table_index_clauseContext)
ExitTable_index_clause is called when production table_index_clause is exited.
func (*BasePlSqlParserListener) ExitTable_indexed_by_part ¶
func (s *BasePlSqlParserListener) ExitTable_indexed_by_part(ctx *Table_indexed_by_partContext)
ExitTable_indexed_by_part is called when production table_indexed_by_part is exited.
func (*BasePlSqlParserListener) ExitTable_partition_description ¶
func (s *BasePlSqlParserListener) ExitTable_partition_description(ctx *Table_partition_descriptionContext)
ExitTable_partition_description is called when production table_partition_description is exited.
func (*BasePlSqlParserListener) ExitTable_partitioning_clauses ¶
func (s *BasePlSqlParserListener) ExitTable_partitioning_clauses(ctx *Table_partitioning_clausesContext)
ExitTable_partitioning_clauses is called when production table_partitioning_clauses is exited.
func (*BasePlSqlParserListener) ExitTable_ref ¶
func (s *BasePlSqlParserListener) ExitTable_ref(ctx *Table_refContext)
ExitTable_ref is called when production table_ref is exited.
func (*BasePlSqlParserListener) ExitTable_ref_aux ¶
func (s *BasePlSqlParserListener) ExitTable_ref_aux(ctx *Table_ref_auxContext)
ExitTable_ref_aux is called when production table_ref_aux is exited.
func (*BasePlSqlParserListener) ExitTable_ref_aux_internal_one ¶
func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_one(ctx *Table_ref_aux_internal_oneContext)
ExitTable_ref_aux_internal_one is called when production table_ref_aux_internal_one is exited.
func (*BasePlSqlParserListener) ExitTable_ref_aux_internal_three ¶
func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_three(ctx *Table_ref_aux_internal_threeContext)
ExitTable_ref_aux_internal_three is called when production table_ref_aux_internal_three is exited.
func (*BasePlSqlParserListener) ExitTable_ref_aux_internal_two ¶
func (s *BasePlSqlParserListener) ExitTable_ref_aux_internal_two(ctx *Table_ref_aux_internal_twoContext)
ExitTable_ref_aux_internal_two is called when production table_ref_aux_internal_two is exited.
func (*BasePlSqlParserListener) ExitTable_ref_list ¶
func (s *BasePlSqlParserListener) ExitTable_ref_list(ctx *Table_ref_listContext)
ExitTable_ref_list is called when production table_ref_list is exited.
func (*BasePlSqlParserListener) ExitTable_type_def ¶
func (s *BasePlSqlParserListener) ExitTable_type_def(ctx *Table_type_defContext)
ExitTable_type_def is called when production table_type_def is exited.
func (*BasePlSqlParserListener) ExitTable_var_name ¶
func (s *BasePlSqlParserListener) ExitTable_var_name(ctx *Table_var_nameContext)
ExitTable_var_name is called when production table_var_name is exited.
func (*BasePlSqlParserListener) ExitTablespace ¶
func (s *BasePlSqlParserListener) ExitTablespace(ctx *TablespaceContext)
ExitTablespace is called when production tablespace is exited.
func (*BasePlSqlParserListener) ExitTablespace_encryption_spec ¶
func (s *BasePlSqlParserListener) ExitTablespace_encryption_spec(ctx *Tablespace_encryption_specContext)
ExitTablespace_encryption_spec is called when production tablespace_encryption_spec is exited.
func (*BasePlSqlParserListener) ExitTablespace_group_clause ¶
func (s *BasePlSqlParserListener) ExitTablespace_group_clause(ctx *Tablespace_group_clauseContext)
ExitTablespace_group_clause is called when production tablespace_group_clause is exited.
func (*BasePlSqlParserListener) ExitTablespace_group_name ¶
func (s *BasePlSqlParserListener) ExitTablespace_group_name(ctx *Tablespace_group_nameContext)
ExitTablespace_group_name is called when production tablespace_group_name is exited.
func (*BasePlSqlParserListener) ExitTablespace_logging_clauses ¶
func (s *BasePlSqlParserListener) ExitTablespace_logging_clauses(ctx *Tablespace_logging_clausesContext)
ExitTablespace_logging_clauses is called when production tablespace_logging_clauses is exited.
func (*BasePlSqlParserListener) ExitTablespace_retention_clause ¶
func (s *BasePlSqlParserListener) ExitTablespace_retention_clause(ctx *Tablespace_retention_clauseContext)
ExitTablespace_retention_clause is called when production tablespace_retention_clause is exited.
func (*BasePlSqlParserListener) ExitTablespace_state_clauses ¶
func (s *BasePlSqlParserListener) ExitTablespace_state_clauses(ctx *Tablespace_state_clausesContext)
ExitTablespace_state_clauses is called when production tablespace_state_clauses is exited.
func (*BasePlSqlParserListener) ExitTableview_name ¶
func (s *BasePlSqlParserListener) ExitTableview_name(ctx *Tableview_nameContext)
ExitTableview_name is called when production tableview_name is exited.
func (*BasePlSqlParserListener) ExitTempfile_specification ¶
func (s *BasePlSqlParserListener) ExitTempfile_specification(ctx *Tempfile_specificationContext)
ExitTempfile_specification is called when production tempfile_specification is exited.
func (*BasePlSqlParserListener) ExitTemporary_tablespace_clause ¶
func (s *BasePlSqlParserListener) ExitTemporary_tablespace_clause(ctx *Temporary_tablespace_clauseContext)
ExitTemporary_tablespace_clause is called when production temporary_tablespace_clause is exited.
func (*BasePlSqlParserListener) ExitTiming_point_section ¶
func (s *BasePlSqlParserListener) ExitTiming_point_section(ctx *Timing_point_sectionContext)
ExitTiming_point_section is called when production timing_point_section is exited.
func (*BasePlSqlParserListener) ExitTrace_file_clause ¶
func (s *BasePlSqlParserListener) ExitTrace_file_clause(ctx *Trace_file_clauseContext)
ExitTrace_file_clause is called when production trace_file_clause is exited.
func (*BasePlSqlParserListener) ExitTransaction_control_statements ¶
func (s *BasePlSqlParserListener) ExitTransaction_control_statements(ctx *Transaction_control_statementsContext)
ExitTransaction_control_statements is called when production transaction_control_statements is exited.
func (*BasePlSqlParserListener) ExitTrigger_block ¶
func (s *BasePlSqlParserListener) ExitTrigger_block(ctx *Trigger_blockContext)
ExitTrigger_block is called when production trigger_block is exited.
func (*BasePlSqlParserListener) ExitTrigger_body ¶
func (s *BasePlSqlParserListener) ExitTrigger_body(ctx *Trigger_bodyContext)
ExitTrigger_body is called when production trigger_body is exited.
func (*BasePlSqlParserListener) ExitTrigger_follows_clause ¶
func (s *BasePlSqlParserListener) ExitTrigger_follows_clause(ctx *Trigger_follows_clauseContext)
ExitTrigger_follows_clause is called when production trigger_follows_clause is exited.
func (*BasePlSqlParserListener) ExitTrigger_name ¶
func (s *BasePlSqlParserListener) ExitTrigger_name(ctx *Trigger_nameContext)
ExitTrigger_name is called when production trigger_name is exited.
func (*BasePlSqlParserListener) ExitTrigger_when_clause ¶
func (s *BasePlSqlParserListener) ExitTrigger_when_clause(ctx *Trigger_when_clauseContext)
ExitTrigger_when_clause is called when production trigger_when_clause is exited.
func (*BasePlSqlParserListener) ExitTruncate_table ¶
func (s *BasePlSqlParserListener) ExitTruncate_table(ctx *Truncate_tableContext)
ExitTruncate_table is called when production truncate_table is exited.
func (*BasePlSqlParserListener) ExitType_body ¶
func (s *BasePlSqlParserListener) ExitType_body(ctx *Type_bodyContext)
ExitType_body is called when production type_body is exited.
func (*BasePlSqlParserListener) ExitType_body_elements ¶
func (s *BasePlSqlParserListener) ExitType_body_elements(ctx *Type_body_elementsContext)
ExitType_body_elements is called when production type_body_elements is exited.
func (*BasePlSqlParserListener) ExitType_declaration ¶
func (s *BasePlSqlParserListener) ExitType_declaration(ctx *Type_declarationContext)
ExitType_declaration is called when production type_declaration is exited.
func (*BasePlSqlParserListener) ExitType_definition ¶
func (s *BasePlSqlParserListener) ExitType_definition(ctx *Type_definitionContext)
ExitType_definition is called when production type_definition is exited.
func (*BasePlSqlParserListener) ExitType_elements_parameter ¶
func (s *BasePlSqlParserListener) ExitType_elements_parameter(ctx *Type_elements_parameterContext)
ExitType_elements_parameter is called when production type_elements_parameter is exited.
func (*BasePlSqlParserListener) ExitType_function_spec ¶
func (s *BasePlSqlParserListener) ExitType_function_spec(ctx *Type_function_specContext)
ExitType_function_spec is called when production type_function_spec is exited.
func (*BasePlSqlParserListener) ExitType_name ¶
func (s *BasePlSqlParserListener) ExitType_name(ctx *Type_nameContext)
ExitType_name is called when production type_name is exited.
func (*BasePlSqlParserListener) ExitType_procedure_spec ¶
func (s *BasePlSqlParserListener) ExitType_procedure_spec(ctx *Type_procedure_specContext)
ExitType_procedure_spec is called when production type_procedure_spec is exited.
func (*BasePlSqlParserListener) ExitType_spec ¶
func (s *BasePlSqlParserListener) ExitType_spec(ctx *Type_specContext)
ExitType_spec is called when production type_spec is exited.
func (*BasePlSqlParserListener) ExitUnary_expression ¶
func (s *BasePlSqlParserListener) ExitUnary_expression(ctx *Unary_expressionContext)
ExitUnary_expression is called when production unary_expression is exited.
func (*BasePlSqlParserListener) ExitUnary_logical_expression ¶
func (s *BasePlSqlParserListener) ExitUnary_logical_expression(ctx *Unary_logical_expressionContext)
ExitUnary_logical_expression is called when production unary_logical_expression is exited.
func (*BasePlSqlParserListener) ExitUndo_tablespace_clause ¶
func (s *BasePlSqlParserListener) ExitUndo_tablespace_clause(ctx *Undo_tablespace_clauseContext)
ExitUndo_tablespace_clause is called when production undo_tablespace_clause is exited.
func (*BasePlSqlParserListener) ExitUnified_auditing ¶
func (s *BasePlSqlParserListener) ExitUnified_auditing(ctx *Unified_auditingContext)
ExitUnified_auditing is called when production unified_auditing is exited.
func (*BasePlSqlParserListener) ExitUnique_key_clause ¶
func (s *BasePlSqlParserListener) ExitUnique_key_clause(ctx *Unique_key_clauseContext)
ExitUnique_key_clause is called when production unique_key_clause is exited.
func (*BasePlSqlParserListener) ExitUnit_statement ¶
func (s *BasePlSqlParserListener) ExitUnit_statement(ctx *Unit_statementContext)
ExitUnit_statement is called when production unit_statement is exited.
func (*BasePlSqlParserListener) ExitUnpivot_clause ¶
func (s *BasePlSqlParserListener) ExitUnpivot_clause(ctx *Unpivot_clauseContext)
ExitUnpivot_clause is called when production unpivot_clause is exited.
func (*BasePlSqlParserListener) ExitUnpivot_in_clause ¶
func (s *BasePlSqlParserListener) ExitUnpivot_in_clause(ctx *Unpivot_in_clauseContext)
ExitUnpivot_in_clause is called when production unpivot_in_clause is exited.
func (*BasePlSqlParserListener) ExitUnpivot_in_elements ¶
func (s *BasePlSqlParserListener) ExitUnpivot_in_elements(ctx *Unpivot_in_elementsContext)
ExitUnpivot_in_elements is called when production unpivot_in_elements is exited.
func (*BasePlSqlParserListener) ExitUntil_part ¶
func (s *BasePlSqlParserListener) ExitUntil_part(ctx *Until_partContext)
ExitUntil_part is called when production until_part is exited.
func (*BasePlSqlParserListener) ExitUpdate_set_clause ¶
func (s *BasePlSqlParserListener) ExitUpdate_set_clause(ctx *Update_set_clauseContext)
ExitUpdate_set_clause is called when production update_set_clause is exited.
func (*BasePlSqlParserListener) ExitUpdate_statement ¶
func (s *BasePlSqlParserListener) ExitUpdate_statement(ctx *Update_statementContext)
ExitUpdate_statement is called when production update_statement is exited.
func (*BasePlSqlParserListener) ExitUpgrade_or_downgrade ¶
func (s *BasePlSqlParserListener) ExitUpgrade_or_downgrade(ctx *Upgrade_or_downgradeContext)
ExitUpgrade_or_downgrade is called when production upgrade_or_downgrade is exited.
func (*BasePlSqlParserListener) ExitUpgrade_table_clause ¶
func (s *BasePlSqlParserListener) ExitUpgrade_table_clause(ctx *Upgrade_table_clauseContext)
ExitUpgrade_table_clause is called when production upgrade_table_clause is exited.
func (*BasePlSqlParserListener) ExitUpper_bound ¶
func (s *BasePlSqlParserListener) ExitUpper_bound(ctx *Upper_boundContext)
ExitUpper_bound is called when production upper_bound is exited.
func (*BasePlSqlParserListener) ExitUser_default_role_clause ¶
func (s *BasePlSqlParserListener) ExitUser_default_role_clause(ctx *User_default_role_clauseContext)
ExitUser_default_role_clause is called when production user_default_role_clause is exited.
func (*BasePlSqlParserListener) ExitUser_editions_clause ¶
func (s *BasePlSqlParserListener) ExitUser_editions_clause(ctx *User_editions_clauseContext)
ExitUser_editions_clause is called when production user_editions_clause is exited.
func (*BasePlSqlParserListener) ExitUser_lock_clause ¶
func (s *BasePlSqlParserListener) ExitUser_lock_clause(ctx *User_lock_clauseContext)
ExitUser_lock_clause is called when production user_lock_clause is exited.
func (*BasePlSqlParserListener) ExitUser_object_name ¶
func (s *BasePlSqlParserListener) ExitUser_object_name(ctx *User_object_nameContext)
ExitUser_object_name is called when production user_object_name is exited.
func (*BasePlSqlParserListener) ExitUser_tablespace_clause ¶
func (s *BasePlSqlParserListener) ExitUser_tablespace_clause(ctx *User_tablespace_clauseContext)
ExitUser_tablespace_clause is called when production user_tablespace_clause is exited.
func (*BasePlSqlParserListener) ExitUsing_clause ¶
func (s *BasePlSqlParserListener) ExitUsing_clause(ctx *Using_clauseContext)
ExitUsing_clause is called when production using_clause is exited.
func (*BasePlSqlParserListener) ExitUsing_element ¶
func (s *BasePlSqlParserListener) ExitUsing_element(ctx *Using_elementContext)
ExitUsing_element is called when production using_element is exited.
func (*BasePlSqlParserListener) ExitUsing_index_clause ¶
func (s *BasePlSqlParserListener) ExitUsing_index_clause(ctx *Using_index_clauseContext)
ExitUsing_index_clause is called when production using_index_clause is exited.
func (*BasePlSqlParserListener) ExitUsing_statistics_type ¶
func (s *BasePlSqlParserListener) ExitUsing_statistics_type(ctx *Using_statistics_typeContext)
ExitUsing_statistics_type is called when production using_statistics_type is exited.
func (*BasePlSqlParserListener) ExitValidation_clauses ¶
func (s *BasePlSqlParserListener) ExitValidation_clauses(ctx *Validation_clausesContext)
ExitValidation_clauses is called when production validation_clauses is exited.
func (*BasePlSqlParserListener) ExitValues_clause ¶
func (s *BasePlSqlParserListener) ExitValues_clause(ctx *Values_clauseContext)
ExitValues_clause is called when production values_clause is exited.
func (*BasePlSqlParserListener) ExitVariable_declaration ¶
func (s *BasePlSqlParserListener) ExitVariable_declaration(ctx *Variable_declarationContext)
ExitVariable_declaration is called when production variable_declaration is exited.
func (*BasePlSqlParserListener) ExitVariable_name ¶
func (s *BasePlSqlParserListener) ExitVariable_name(ctx *Variable_nameContext)
ExitVariable_name is called when production variable_name is exited.
func (*BasePlSqlParserListener) ExitVarray_col_properties ¶
func (s *BasePlSqlParserListener) ExitVarray_col_properties(ctx *Varray_col_propertiesContext)
ExitVarray_col_properties is called when production varray_col_properties is exited.
func (*BasePlSqlParserListener) ExitVarray_item ¶
func (s *BasePlSqlParserListener) ExitVarray_item(ctx *Varray_itemContext)
ExitVarray_item is called when production varray_item is exited.
func (*BasePlSqlParserListener) ExitVarray_storage_clause ¶
func (s *BasePlSqlParserListener) ExitVarray_storage_clause(ctx *Varray_storage_clauseContext)
ExitVarray_storage_clause is called when production varray_storage_clause is exited.
func (*BasePlSqlParserListener) ExitVarray_type_def ¶
func (s *BasePlSqlParserListener) ExitVarray_type_def(ctx *Varray_type_defContext)
ExitVarray_type_def is called when production varray_type_def is exited.
func (*BasePlSqlParserListener) ExitView_alias_constraint ¶
func (s *BasePlSqlParserListener) ExitView_alias_constraint(ctx *View_alias_constraintContext)
ExitView_alias_constraint is called when production view_alias_constraint is exited.
func (*BasePlSqlParserListener) ExitView_options ¶
func (s *BasePlSqlParserListener) ExitView_options(ctx *View_optionsContext)
ExitView_options is called when production view_options is exited.
func (*BasePlSqlParserListener) ExitVirtual_column_definition ¶
func (s *BasePlSqlParserListener) ExitVirtual_column_definition(ctx *Virtual_column_definitionContext)
ExitVirtual_column_definition is called when production virtual_column_definition is exited.
func (*BasePlSqlParserListener) ExitVisible_or_invisible ¶
func (s *BasePlSqlParserListener) ExitVisible_or_invisible(ctx *Visible_or_invisibleContext)
ExitVisible_or_invisible is called when production visible_or_invisible is exited.
func (*BasePlSqlParserListener) ExitWait_nowait_part ¶
func (s *BasePlSqlParserListener) ExitWait_nowait_part(ctx *Wait_nowait_partContext)
ExitWait_nowait_part is called when production wait_nowait_part is exited.
func (*BasePlSqlParserListener) ExitWhenever_command ¶
func (s *BasePlSqlParserListener) ExitWhenever_command(ctx *Whenever_commandContext)
ExitWhenever_command is called when production whenever_command is exited.
func (*BasePlSqlParserListener) ExitWhere_clause ¶
func (s *BasePlSqlParserListener) ExitWhere_clause(ctx *Where_clauseContext)
ExitWhere_clause is called when production where_clause is exited.
func (*BasePlSqlParserListener) ExitWindowing_clause ¶
func (s *BasePlSqlParserListener) ExitWindowing_clause(ctx *Windowing_clauseContext)
ExitWindowing_clause is called when production windowing_clause is exited.
func (*BasePlSqlParserListener) ExitWindowing_elements ¶
func (s *BasePlSqlParserListener) ExitWindowing_elements(ctx *Windowing_elementsContext)
ExitWindowing_elements is called when production windowing_elements is exited.
func (*BasePlSqlParserListener) ExitWindowing_type ¶
func (s *BasePlSqlParserListener) ExitWindowing_type(ctx *Windowing_typeContext)
ExitWindowing_type is called when production windowing_type is exited.
func (*BasePlSqlParserListener) ExitWithin_or_over_clause_keyword ¶
func (s *BasePlSqlParserListener) ExitWithin_or_over_clause_keyword(ctx *Within_or_over_clause_keywordContext)
ExitWithin_or_over_clause_keyword is called when production within_or_over_clause_keyword is exited.
func (*BasePlSqlParserListener) ExitWithin_or_over_part ¶
func (s *BasePlSqlParserListener) ExitWithin_or_over_part(ctx *Within_or_over_partContext)
ExitWithin_or_over_part is called when production within_or_over_part is exited.
func (*BasePlSqlParserListener) ExitWrite_clause ¶
func (s *BasePlSqlParserListener) ExitWrite_clause(ctx *Write_clauseContext)
ExitWrite_clause is called when production write_clause is exited.
func (*BasePlSqlParserListener) ExitXml_attributes_clause ¶
func (s *BasePlSqlParserListener) ExitXml_attributes_clause(ctx *Xml_attributes_clauseContext)
ExitXml_attributes_clause is called when production xml_attributes_clause is exited.
func (*BasePlSqlParserListener) ExitXml_column_name ¶
func (s *BasePlSqlParserListener) ExitXml_column_name(ctx *Xml_column_nameContext)
ExitXml_column_name is called when production xml_column_name is exited.
func (*BasePlSqlParserListener) ExitXml_general_default_part ¶
func (s *BasePlSqlParserListener) ExitXml_general_default_part(ctx *Xml_general_default_partContext)
ExitXml_general_default_part is called when production xml_general_default_part is exited.
func (*BasePlSqlParserListener) ExitXml_multiuse_expression_element ¶
func (s *BasePlSqlParserListener) ExitXml_multiuse_expression_element(ctx *Xml_multiuse_expression_elementContext)
ExitXml_multiuse_expression_element is called when production xml_multiuse_expression_element is exited.
func (*BasePlSqlParserListener) ExitXml_namespaces_clause ¶
func (s *BasePlSqlParserListener) ExitXml_namespaces_clause(ctx *Xml_namespaces_clauseContext)
ExitXml_namespaces_clause is called when production xml_namespaces_clause is exited.
func (*BasePlSqlParserListener) ExitXml_passing_clause ¶
func (s *BasePlSqlParserListener) ExitXml_passing_clause(ctx *Xml_passing_clauseContext)
ExitXml_passing_clause is called when production xml_passing_clause is exited.
func (*BasePlSqlParserListener) ExitXml_table_column ¶
func (s *BasePlSqlParserListener) ExitXml_table_column(ctx *Xml_table_columnContext)
ExitXml_table_column is called when production xml_table_column is exited.
func (*BasePlSqlParserListener) ExitXmlindex_clause ¶
func (s *BasePlSqlParserListener) ExitXmlindex_clause(ctx *Xmlindex_clauseContext)
ExitXmlindex_clause is called when production xmlindex_clause is exited.
func (*BasePlSqlParserListener) ExitXmlroot_param_standalone_part ¶
func (s *BasePlSqlParserListener) ExitXmlroot_param_standalone_part(ctx *Xmlroot_param_standalone_partContext)
ExitXmlroot_param_standalone_part is called when production xmlroot_param_standalone_part is exited.
func (*BasePlSqlParserListener) ExitXmlroot_param_version_part ¶
func (s *BasePlSqlParserListener) ExitXmlroot_param_version_part(ctx *Xmlroot_param_version_partContext)
ExitXmlroot_param_version_part is called when production xmlroot_param_version_part is exited.
func (*BasePlSqlParserListener) ExitXmlschema_spec ¶
func (s *BasePlSqlParserListener) ExitXmlschema_spec(ctx *Xmlschema_specContext)
ExitXmlschema_spec is called when production xmlschema_spec is exited.
func (*BasePlSqlParserListener) ExitXmlserialize_param_enconding_part ¶
func (s *BasePlSqlParserListener) ExitXmlserialize_param_enconding_part(ctx *Xmlserialize_param_enconding_partContext)
ExitXmlserialize_param_enconding_part is called when production xmlserialize_param_enconding_part is exited.
func (*BasePlSqlParserListener) ExitXmlserialize_param_ident_part ¶
func (s *BasePlSqlParserListener) ExitXmlserialize_param_ident_part(ctx *Xmlserialize_param_ident_partContext)
ExitXmlserialize_param_ident_part is called when production xmlserialize_param_ident_part is exited.
func (*BasePlSqlParserListener) ExitXmlserialize_param_version_part ¶
func (s *BasePlSqlParserListener) ExitXmlserialize_param_version_part(ctx *Xmlserialize_param_version_partContext)
ExitXmlserialize_param_version_part is called when production xmlserialize_param_version_part is exited.
func (*BasePlSqlParserListener) ExitXmltable ¶
func (s *BasePlSqlParserListener) ExitXmltable(ctx *XmltableContext)
ExitXmltable is called when production xmltable is exited.
func (*BasePlSqlParserListener) ExitXmltype_column_properties ¶
func (s *BasePlSqlParserListener) ExitXmltype_column_properties(ctx *Xmltype_column_propertiesContext)
ExitXmltype_column_properties is called when production xmltype_column_properties is exited.
func (*BasePlSqlParserListener) ExitXmltype_storage ¶
func (s *BasePlSqlParserListener) ExitXmltype_storage(ctx *Xmltype_storageContext)
ExitXmltype_storage is called when production xmltype_storage is exited.
func (*BasePlSqlParserListener) ExitXmltype_table ¶
func (s *BasePlSqlParserListener) ExitXmltype_table(ctx *Xmltype_tableContext)
ExitXmltype_table is called when production xmltype_table is exited.
func (*BasePlSqlParserListener) ExitXmltype_virtual_columns ¶
func (s *BasePlSqlParserListener) ExitXmltype_virtual_columns(ctx *Xmltype_virtual_columnsContext)
ExitXmltype_virtual_columns is called when production xmltype_virtual_columns is exited.
func (*BasePlSqlParserListener) VisitErrorNode ¶
func (s *BasePlSqlParserListener) VisitErrorNode(node antlr.ErrorNode)
VisitErrorNode is called when an error node is visited.
func (*BasePlSqlParserListener) VisitTerminal ¶
func (s *BasePlSqlParserListener) VisitTerminal(node antlr.TerminalNode)
VisitTerminal is called when a terminal node is visited.
type Begin_or_endContext ¶
type Begin_or_endContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBegin_or_endContext ¶
func NewBegin_or_endContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Begin_or_endContext
func NewEmptyBegin_or_endContext ¶
func NewEmptyBegin_or_endContext() *Begin_or_endContext
func (*Begin_or_endContext) BEGIN ¶
func (s *Begin_or_endContext) BEGIN() antlr.TerminalNode
func (*Begin_or_endContext) END ¶
func (s *Begin_or_endContext) END() antlr.TerminalNode
func (*Begin_or_endContext) EnterRule ¶
func (s *Begin_or_endContext) EnterRule(listener antlr.ParseTreeListener)
func (*Begin_or_endContext) ExitRule ¶
func (s *Begin_or_endContext) ExitRule(listener antlr.ParseTreeListener)
func (*Begin_or_endContext) GetParser ¶
func (s *Begin_or_endContext) GetParser() antlr.Parser
func (*Begin_or_endContext) GetRuleContext ¶
func (s *Begin_or_endContext) GetRuleContext() antlr.RuleContext
func (*Begin_or_endContext) IsBegin_or_endContext ¶
func (*Begin_or_endContext) IsBegin_or_endContext()
func (*Begin_or_endContext) ToStringTree ¶
func (s *Begin_or_endContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Between_boundContext ¶
type Between_boundContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBetween_boundContext ¶
func NewBetween_boundContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Between_boundContext
func NewEmptyBetween_boundContext ¶
func NewEmptyBetween_boundContext() *Between_boundContext
func (*Between_boundContext) AND ¶
func (s *Between_boundContext) AND() antlr.TerminalNode
func (*Between_boundContext) BETWEEN ¶
func (s *Between_boundContext) BETWEEN() antlr.TerminalNode
func (*Between_boundContext) EnterRule ¶
func (s *Between_boundContext) EnterRule(listener antlr.ParseTreeListener)
func (*Between_boundContext) ExitRule ¶
func (s *Between_boundContext) ExitRule(listener antlr.ParseTreeListener)
func (*Between_boundContext) GetParser ¶
func (s *Between_boundContext) GetParser() antlr.Parser
func (*Between_boundContext) GetRuleContext ¶
func (s *Between_boundContext) GetRuleContext() antlr.RuleContext
func (*Between_boundContext) IsBetween_boundContext ¶
func (*Between_boundContext) IsBetween_boundContext()
func (*Between_boundContext) Lower_bound ¶
func (s *Between_boundContext) Lower_bound() ILower_boundContext
func (*Between_boundContext) ToStringTree ¶
func (s *Between_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Between_boundContext) Upper_bound ¶
func (s *Between_boundContext) Upper_bound() IUpper_boundContext
type Between_elementsContext ¶
type Between_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBetween_elementsContext ¶
func NewBetween_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Between_elementsContext
func NewEmptyBetween_elementsContext ¶
func NewEmptyBetween_elementsContext() *Between_elementsContext
func (*Between_elementsContext) AND ¶
func (s *Between_elementsContext) AND() antlr.TerminalNode
func (*Between_elementsContext) AllConcatenation ¶
func (s *Between_elementsContext) AllConcatenation() []IConcatenationContext
func (*Between_elementsContext) Concatenation ¶
func (s *Between_elementsContext) Concatenation(i int) IConcatenationContext
func (*Between_elementsContext) EnterRule ¶
func (s *Between_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Between_elementsContext) ExitRule ¶
func (s *Between_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Between_elementsContext) GetParser ¶
func (s *Between_elementsContext) GetParser() antlr.Parser
func (*Between_elementsContext) GetRuleContext ¶
func (s *Between_elementsContext) GetRuleContext() antlr.RuleContext
func (*Between_elementsContext) IsBetween_elementsContext ¶
func (*Between_elementsContext) IsBetween_elementsContext()
func (*Between_elementsContext) ToStringTree ¶
func (s *Between_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Bind_variableContext ¶
type Bind_variableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBind_variableContext ¶
func NewBind_variableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Bind_variableContext
func NewEmptyBind_variableContext ¶
func NewEmptyBind_variableContext() *Bind_variableContext
func (*Bind_variableContext) AllBINDVAR ¶
func (s *Bind_variableContext) AllBINDVAR() []antlr.TerminalNode
func (*Bind_variableContext) AllCOLON ¶
func (s *Bind_variableContext) AllCOLON() []antlr.TerminalNode
func (*Bind_variableContext) AllGeneral_element_part ¶
func (s *Bind_variableContext) AllGeneral_element_part() []IGeneral_element_partContext
func (*Bind_variableContext) AllPERIOD ¶
func (s *Bind_variableContext) AllPERIOD() []antlr.TerminalNode
func (*Bind_variableContext) AllUNSIGNED_INTEGER ¶
func (s *Bind_variableContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Bind_variableContext) BINDVAR ¶
func (s *Bind_variableContext) BINDVAR(i int) antlr.TerminalNode
func (*Bind_variableContext) COLON ¶
func (s *Bind_variableContext) COLON(i int) antlr.TerminalNode
func (*Bind_variableContext) EnterRule ¶
func (s *Bind_variableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Bind_variableContext) ExitRule ¶
func (s *Bind_variableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Bind_variableContext) General_element_part ¶
func (s *Bind_variableContext) General_element_part(i int) IGeneral_element_partContext
func (*Bind_variableContext) GetParser ¶
func (s *Bind_variableContext) GetParser() antlr.Parser
func (*Bind_variableContext) GetRuleContext ¶
func (s *Bind_variableContext) GetRuleContext() antlr.RuleContext
func (*Bind_variableContext) INDICATOR ¶
func (s *Bind_variableContext) INDICATOR() antlr.TerminalNode
func (*Bind_variableContext) IsBind_variableContext ¶
func (*Bind_variableContext) IsBind_variableContext()
func (*Bind_variableContext) PERIOD ¶
func (s *Bind_variableContext) PERIOD(i int) antlr.TerminalNode
func (*Bind_variableContext) ToStringTree ¶
func (s *Bind_variableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Bind_variableContext) UNSIGNED_INTEGER ¶
func (s *Bind_variableContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Bitmap_join_index_clauseContext ¶
type Bitmap_join_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBitmap_join_index_clauseContext ¶
func NewBitmap_join_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Bitmap_join_index_clauseContext
func NewEmptyBitmap_join_index_clauseContext ¶
func NewEmptyBitmap_join_index_clauseContext() *Bitmap_join_index_clauseContext
func (*Bitmap_join_index_clauseContext) ASC ¶
func (s *Bitmap_join_index_clauseContext) ASC(i int) antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) AllASC ¶
func (s *Bitmap_join_index_clauseContext) AllASC() []antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) AllCOMMA ¶
func (s *Bitmap_join_index_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) AllColumn_name ¶
func (s *Bitmap_join_index_clauseContext) AllColumn_name() []IColumn_nameContext
func (*Bitmap_join_index_clauseContext) AllDESC ¶
func (s *Bitmap_join_index_clauseContext) AllDESC() []antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) AllTable_alias ¶
func (s *Bitmap_join_index_clauseContext) AllTable_alias() []ITable_aliasContext
func (*Bitmap_join_index_clauseContext) AllTableview_name ¶
func (s *Bitmap_join_index_clauseContext) AllTableview_name() []ITableview_nameContext
func (*Bitmap_join_index_clauseContext) COMMA ¶
func (s *Bitmap_join_index_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) Column_name ¶
func (s *Bitmap_join_index_clauseContext) Column_name(i int) IColumn_nameContext
func (*Bitmap_join_index_clauseContext) DESC ¶
func (s *Bitmap_join_index_clauseContext) DESC(i int) antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) EnterRule ¶
func (s *Bitmap_join_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Bitmap_join_index_clauseContext) ExitRule ¶
func (s *Bitmap_join_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Bitmap_join_index_clauseContext) FROM ¶
func (s *Bitmap_join_index_clauseContext) FROM() antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) GetParser ¶
func (s *Bitmap_join_index_clauseContext) GetParser() antlr.Parser
func (*Bitmap_join_index_clauseContext) GetRuleContext ¶
func (s *Bitmap_join_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Bitmap_join_index_clauseContext) Index_attributes ¶
func (s *Bitmap_join_index_clauseContext) Index_attributes() IIndex_attributesContext
func (*Bitmap_join_index_clauseContext) IsBitmap_join_index_clauseContext ¶
func (*Bitmap_join_index_clauseContext) IsBitmap_join_index_clauseContext()
func (*Bitmap_join_index_clauseContext) LEFT_PAREN ¶
func (s *Bitmap_join_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) Local_partitioned_index ¶
func (s *Bitmap_join_index_clauseContext) Local_partitioned_index() ILocal_partitioned_indexContext
func (*Bitmap_join_index_clauseContext) RIGHT_PAREN ¶
func (s *Bitmap_join_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Bitmap_join_index_clauseContext) Table_alias ¶
func (s *Bitmap_join_index_clauseContext) Table_alias(i int) ITable_aliasContext
func (*Bitmap_join_index_clauseContext) Tableview_name ¶
func (s *Bitmap_join_index_clauseContext) Tableview_name(i int) ITableview_nameContext
func (*Bitmap_join_index_clauseContext) ToStringTree ¶
func (s *Bitmap_join_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Bitmap_join_index_clauseContext) Where_clause ¶
func (s *Bitmap_join_index_clauseContext) Where_clause() IWhere_clauseContext
type BlockContext ¶
type BlockContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBlockContext ¶
func NewBlockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BlockContext
func NewEmptyBlockContext ¶
func NewEmptyBlockContext() *BlockContext
func (*BlockContext) AllDeclare_spec ¶
func (s *BlockContext) AllDeclare_spec() []IDeclare_specContext
func (*BlockContext) Body ¶
func (s *BlockContext) Body() IBodyContext
func (*BlockContext) DECLARE ¶
func (s *BlockContext) DECLARE() antlr.TerminalNode
func (*BlockContext) Declare_spec ¶
func (s *BlockContext) Declare_spec(i int) IDeclare_specContext
func (*BlockContext) EnterRule ¶
func (s *BlockContext) EnterRule(listener antlr.ParseTreeListener)
func (*BlockContext) ExitRule ¶
func (s *BlockContext) ExitRule(listener antlr.ParseTreeListener)
func (*BlockContext) GetParser ¶
func (s *BlockContext) GetParser() antlr.Parser
func (*BlockContext) GetRuleContext ¶
func (s *BlockContext) GetRuleContext() antlr.RuleContext
func (*BlockContext) IsBlockContext ¶
func (*BlockContext) IsBlockContext()
func (*BlockContext) ToStringTree ¶
func (s *BlockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BodyContext ¶
type BodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBodyContext ¶
func NewBodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BodyContext
func NewEmptyBodyContext ¶
func NewEmptyBodyContext() *BodyContext
func (*BodyContext) AllException_handler ¶
func (s *BodyContext) AllException_handler() []IException_handlerContext
func (*BodyContext) BEGIN ¶
func (s *BodyContext) BEGIN() antlr.TerminalNode
func (*BodyContext) END ¶
func (s *BodyContext) END() antlr.TerminalNode
func (*BodyContext) EXCEPTION ¶
func (s *BodyContext) EXCEPTION() antlr.TerminalNode
func (*BodyContext) EnterRule ¶
func (s *BodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*BodyContext) Exception_handler ¶
func (s *BodyContext) Exception_handler(i int) IException_handlerContext
func (*BodyContext) ExitRule ¶
func (s *BodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*BodyContext) GetParser ¶
func (s *BodyContext) GetParser() antlr.Parser
func (*BodyContext) GetRuleContext ¶
func (s *BodyContext) GetRuleContext() antlr.RuleContext
func (*BodyContext) IsBodyContext ¶
func (*BodyContext) IsBodyContext()
func (*BodyContext) Label_name ¶
func (s *BodyContext) Label_name() ILabel_nameContext
func (*BodyContext) Seq_of_statements ¶
func (s *BodyContext) Seq_of_statements() ISeq_of_statementsContext
func (*BodyContext) ToStringTree ¶
func (s *BodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Bounds_clauseContext ¶
type Bounds_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBounds_clauseContext ¶
func NewBounds_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Bounds_clauseContext
func NewEmptyBounds_clauseContext ¶
func NewEmptyBounds_clauseContext() *Bounds_clauseContext
func (*Bounds_clauseContext) Between_bound ¶
func (s *Bounds_clauseContext) Between_bound() IBetween_boundContext
func (*Bounds_clauseContext) Collection_name ¶
func (s *Bounds_clauseContext) Collection_name() ICollection_nameContext
func (*Bounds_clauseContext) DOUBLE_PERIOD ¶
func (s *Bounds_clauseContext) DOUBLE_PERIOD() antlr.TerminalNode
func (*Bounds_clauseContext) EnterRule ¶
func (s *Bounds_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Bounds_clauseContext) ExitRule ¶
func (s *Bounds_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Bounds_clauseContext) GetParser ¶
func (s *Bounds_clauseContext) GetParser() antlr.Parser
func (*Bounds_clauseContext) GetRuleContext ¶
func (s *Bounds_clauseContext) GetRuleContext() antlr.RuleContext
func (*Bounds_clauseContext) INDICES ¶
func (s *Bounds_clauseContext) INDICES() antlr.TerminalNode
func (*Bounds_clauseContext) Index_name ¶
func (s *Bounds_clauseContext) Index_name() IIndex_nameContext
func (*Bounds_clauseContext) IsBounds_clauseContext ¶
func (*Bounds_clauseContext) IsBounds_clauseContext()
func (*Bounds_clauseContext) Lower_bound ¶
func (s *Bounds_clauseContext) Lower_bound() ILower_boundContext
func (*Bounds_clauseContext) OF ¶
func (s *Bounds_clauseContext) OF() antlr.TerminalNode
func (*Bounds_clauseContext) ToStringTree ¶
func (s *Bounds_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Bounds_clauseContext) Upper_bound ¶
func (s *Bounds_clauseContext) Upper_bound() IUpper_boundContext
func (*Bounds_clauseContext) VALUES ¶
func (s *Bounds_clauseContext) VALUES() antlr.TerminalNode
type Build_clauseContext ¶
type Build_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewBuild_clauseContext ¶
func NewBuild_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Build_clauseContext
func NewEmptyBuild_clauseContext ¶
func NewEmptyBuild_clauseContext() *Build_clauseContext
func (*Build_clauseContext) BUILD ¶
func (s *Build_clauseContext) BUILD() antlr.TerminalNode
func (*Build_clauseContext) DEFERRED ¶
func (s *Build_clauseContext) DEFERRED() antlr.TerminalNode
func (*Build_clauseContext) EnterRule ¶
func (s *Build_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Build_clauseContext) ExitRule ¶
func (s *Build_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Build_clauseContext) GetParser ¶
func (s *Build_clauseContext) GetParser() antlr.Parser
func (*Build_clauseContext) GetRuleContext ¶
func (s *Build_clauseContext) GetRuleContext() antlr.RuleContext
func (*Build_clauseContext) IMMEDIATE ¶
func (s *Build_clauseContext) IMMEDIATE() antlr.TerminalNode
func (*Build_clauseContext) IsBuild_clauseContext ¶
func (*Build_clauseContext) IsBuild_clauseContext()
func (*Build_clauseContext) ToStringTree ¶
func (s *Build_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type C_agent_in_clauseContext ¶
type C_agent_in_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewC_agent_in_clauseContext ¶
func NewC_agent_in_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *C_agent_in_clauseContext
func NewEmptyC_agent_in_clauseContext ¶
func NewEmptyC_agent_in_clauseContext() *C_agent_in_clauseContext
func (*C_agent_in_clauseContext) AGENT ¶
func (s *C_agent_in_clauseContext) AGENT() antlr.TerminalNode
func (*C_agent_in_clauseContext) EnterRule ¶
func (s *C_agent_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*C_agent_in_clauseContext) ExitRule ¶
func (s *C_agent_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*C_agent_in_clauseContext) Expressions ¶
func (s *C_agent_in_clauseContext) Expressions() IExpressionsContext
func (*C_agent_in_clauseContext) GetParser ¶
func (s *C_agent_in_clauseContext) GetParser() antlr.Parser
func (*C_agent_in_clauseContext) GetRuleContext ¶
func (s *C_agent_in_clauseContext) GetRuleContext() antlr.RuleContext
func (*C_agent_in_clauseContext) IN ¶
func (s *C_agent_in_clauseContext) IN() antlr.TerminalNode
func (*C_agent_in_clauseContext) IsC_agent_in_clauseContext ¶
func (*C_agent_in_clauseContext) IsC_agent_in_clauseContext()
func (*C_agent_in_clauseContext) LEFT_PAREN ¶
func (s *C_agent_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*C_agent_in_clauseContext) RIGHT_PAREN ¶
func (s *C_agent_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*C_agent_in_clauseContext) ToStringTree ¶
func (s *C_agent_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type C_parameters_clauseContext ¶
type C_parameters_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewC_parameters_clauseContext ¶
func NewC_parameters_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *C_parameters_clauseContext
func NewEmptyC_parameters_clauseContext ¶
func NewEmptyC_parameters_clauseContext() *C_parameters_clauseContext
func (*C_parameters_clauseContext) AllPERIOD ¶
func (s *C_parameters_clauseContext) AllPERIOD() []antlr.TerminalNode
func (*C_parameters_clauseContext) EnterRule ¶
func (s *C_parameters_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*C_parameters_clauseContext) ExitRule ¶
func (s *C_parameters_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*C_parameters_clauseContext) Expressions ¶
func (s *C_parameters_clauseContext) Expressions() IExpressionsContext
func (*C_parameters_clauseContext) GetParser ¶
func (s *C_parameters_clauseContext) GetParser() antlr.Parser
func (*C_parameters_clauseContext) GetRuleContext ¶
func (s *C_parameters_clauseContext) GetRuleContext() antlr.RuleContext
func (*C_parameters_clauseContext) IsC_parameters_clauseContext ¶
func (*C_parameters_clauseContext) IsC_parameters_clauseContext()
func (*C_parameters_clauseContext) LEFT_PAREN ¶
func (s *C_parameters_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*C_parameters_clauseContext) PARAMETERS ¶
func (s *C_parameters_clauseContext) PARAMETERS() antlr.TerminalNode
func (*C_parameters_clauseContext) PERIOD ¶
func (s *C_parameters_clauseContext) PERIOD(i int) antlr.TerminalNode
func (*C_parameters_clauseContext) RIGHT_PAREN ¶
func (s *C_parameters_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*C_parameters_clauseContext) ToStringTree ¶
func (s *C_parameters_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type C_specContext ¶
type C_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewC_specContext ¶
func NewC_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *C_specContext
func NewEmptyC_specContext ¶
func NewEmptyC_specContext() *C_specContext
func (*C_specContext) CHAR_STRING ¶
func (s *C_specContext) CHAR_STRING() antlr.TerminalNode
func (*C_specContext) CONTEXT ¶
func (s *C_specContext) CONTEXT() antlr.TerminalNode
func (*C_specContext) C_LETTER ¶
func (s *C_specContext) C_LETTER() antlr.TerminalNode
func (*C_specContext) C_agent_in_clause ¶
func (s *C_specContext) C_agent_in_clause() IC_agent_in_clauseContext
func (*C_specContext) C_parameters_clause ¶
func (s *C_specContext) C_parameters_clause() IC_parameters_clauseContext
func (*C_specContext) EnterRule ¶
func (s *C_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*C_specContext) ExitRule ¶
func (s *C_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*C_specContext) GetParser ¶
func (s *C_specContext) GetParser() antlr.Parser
func (*C_specContext) GetRuleContext ¶
func (s *C_specContext) GetRuleContext() antlr.RuleContext
func (*C_specContext) Identifier ¶
func (s *C_specContext) Identifier() IIdentifierContext
func (*C_specContext) IsC_specContext ¶
func (*C_specContext) IsC_specContext()
func (*C_specContext) LIBRARY ¶
func (s *C_specContext) LIBRARY() antlr.TerminalNode
func (*C_specContext) NAME ¶
func (s *C_specContext) NAME() antlr.TerminalNode
func (*C_specContext) ToStringTree ¶
func (s *C_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*C_specContext) WITH ¶
func (s *C_specContext) WITH() antlr.TerminalNode
type Cache_or_nocacheContext ¶
type Cache_or_nocacheContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCache_or_nocacheContext ¶
func NewCache_or_nocacheContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cache_or_nocacheContext
func NewEmptyCache_or_nocacheContext ¶
func NewEmptyCache_or_nocacheContext() *Cache_or_nocacheContext
func (*Cache_or_nocacheContext) CACHE ¶
func (s *Cache_or_nocacheContext) CACHE() antlr.TerminalNode
func (*Cache_or_nocacheContext) EnterRule ¶
func (s *Cache_or_nocacheContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cache_or_nocacheContext) ExitRule ¶
func (s *Cache_or_nocacheContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cache_or_nocacheContext) GetParser ¶
func (s *Cache_or_nocacheContext) GetParser() antlr.Parser
func (*Cache_or_nocacheContext) GetRuleContext ¶
func (s *Cache_or_nocacheContext) GetRuleContext() antlr.RuleContext
func (*Cache_or_nocacheContext) IsCache_or_nocacheContext ¶
func (*Cache_or_nocacheContext) IsCache_or_nocacheContext()
func (*Cache_or_nocacheContext) NOCACHE ¶
func (s *Cache_or_nocacheContext) NOCACHE() antlr.TerminalNode
func (*Cache_or_nocacheContext) ToStringTree ¶
func (s *Cache_or_nocacheContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Call_specContext ¶
type Call_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCall_specContext ¶
func NewCall_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_specContext
func NewEmptyCall_specContext ¶
func NewEmptyCall_specContext() *Call_specContext
func (*Call_specContext) C_spec ¶
func (s *Call_specContext) C_spec() IC_specContext
func (*Call_specContext) EnterRule ¶
func (s *Call_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Call_specContext) ExitRule ¶
func (s *Call_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Call_specContext) GetParser ¶
func (s *Call_specContext) GetParser() antlr.Parser
func (*Call_specContext) GetRuleContext ¶
func (s *Call_specContext) GetRuleContext() antlr.RuleContext
func (*Call_specContext) IsCall_specContext ¶
func (*Call_specContext) IsCall_specContext()
func (*Call_specContext) Java_spec ¶
func (s *Call_specContext) Java_spec() IJava_specContext
func (*Call_specContext) LANGUAGE ¶
func (s *Call_specContext) LANGUAGE() antlr.TerminalNode
func (*Call_specContext) ToStringTree ¶
func (s *Call_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Case_else_partContext ¶
type Case_else_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCase_else_partContext ¶
func NewCase_else_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Case_else_partContext
func NewEmptyCase_else_partContext ¶
func NewEmptyCase_else_partContext() *Case_else_partContext
func (*Case_else_partContext) ELSE ¶
func (s *Case_else_partContext) ELSE() antlr.TerminalNode
func (*Case_else_partContext) EnterRule ¶
func (s *Case_else_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Case_else_partContext) ExitRule ¶
func (s *Case_else_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Case_else_partContext) Expression ¶
func (s *Case_else_partContext) Expression() IExpressionContext
func (*Case_else_partContext) GetParser ¶
func (s *Case_else_partContext) GetParser() antlr.Parser
func (*Case_else_partContext) GetRuleContext ¶
func (s *Case_else_partContext) GetRuleContext() antlr.RuleContext
func (*Case_else_partContext) IsCase_else_partContext ¶
func (*Case_else_partContext) IsCase_else_partContext()
func (*Case_else_partContext) Seq_of_statements ¶
func (s *Case_else_partContext) Seq_of_statements() ISeq_of_statementsContext
func (*Case_else_partContext) ToStringTree ¶
func (s *Case_else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Case_statementContext ¶
type Case_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCase_statementContext ¶
func NewCase_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Case_statementContext
func NewEmptyCase_statementContext ¶
func NewEmptyCase_statementContext() *Case_statementContext
func (*Case_statementContext) EnterRule ¶
func (s *Case_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Case_statementContext) ExitRule ¶
func (s *Case_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Case_statementContext) GetParser ¶
func (s *Case_statementContext) GetParser() antlr.Parser
func (*Case_statementContext) GetRuleContext ¶
func (s *Case_statementContext) GetRuleContext() antlr.RuleContext
func (*Case_statementContext) IsCase_statementContext ¶
func (*Case_statementContext) IsCase_statementContext()
func (*Case_statementContext) Searched_case_statement ¶
func (s *Case_statementContext) Searched_case_statement() ISearched_case_statementContext
func (*Case_statementContext) Simple_case_statement ¶
func (s *Case_statementContext) Simple_case_statement() ISimple_case_statementContext
func (*Case_statementContext) ToStringTree ¶
func (s *Case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cell_assignmentContext ¶
type Cell_assignmentContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCell_assignmentContext ¶
func NewCell_assignmentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cell_assignmentContext
func NewEmptyCell_assignmentContext ¶
func NewEmptyCell_assignmentContext() *Cell_assignmentContext
func (*Cell_assignmentContext) EnterRule ¶
func (s *Cell_assignmentContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cell_assignmentContext) ExitRule ¶
func (s *Cell_assignmentContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cell_assignmentContext) GetParser ¶
func (s *Cell_assignmentContext) GetParser() antlr.Parser
func (*Cell_assignmentContext) GetRuleContext ¶
func (s *Cell_assignmentContext) GetRuleContext() antlr.RuleContext
func (*Cell_assignmentContext) IsCell_assignmentContext ¶
func (*Cell_assignmentContext) IsCell_assignmentContext()
func (*Cell_assignmentContext) Model_expression ¶
func (s *Cell_assignmentContext) Model_expression() IModel_expressionContext
func (*Cell_assignmentContext) ToStringTree ¶
func (s *Cell_assignmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cell_reference_optionsContext ¶
type Cell_reference_optionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCell_reference_optionsContext ¶
func NewCell_reference_optionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cell_reference_optionsContext
func NewEmptyCell_reference_optionsContext ¶
func NewEmptyCell_reference_optionsContext() *Cell_reference_optionsContext
func (*Cell_reference_optionsContext) DIMENSION ¶
func (s *Cell_reference_optionsContext) DIMENSION() antlr.TerminalNode
func (*Cell_reference_optionsContext) EnterRule ¶
func (s *Cell_reference_optionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cell_reference_optionsContext) ExitRule ¶
func (s *Cell_reference_optionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cell_reference_optionsContext) GetParser ¶
func (s *Cell_reference_optionsContext) GetParser() antlr.Parser
func (*Cell_reference_optionsContext) GetRuleContext ¶
func (s *Cell_reference_optionsContext) GetRuleContext() antlr.RuleContext
func (*Cell_reference_optionsContext) IGNORE ¶
func (s *Cell_reference_optionsContext) IGNORE() antlr.TerminalNode
func (*Cell_reference_optionsContext) IsCell_reference_optionsContext ¶
func (*Cell_reference_optionsContext) IsCell_reference_optionsContext()
func (*Cell_reference_optionsContext) KEEP ¶
func (s *Cell_reference_optionsContext) KEEP() antlr.TerminalNode
func (*Cell_reference_optionsContext) NAV ¶
func (s *Cell_reference_optionsContext) NAV() antlr.TerminalNode
func (*Cell_reference_optionsContext) REFERENCE ¶
func (s *Cell_reference_optionsContext) REFERENCE() antlr.TerminalNode
func (*Cell_reference_optionsContext) SINGLE ¶
func (s *Cell_reference_optionsContext) SINGLE() antlr.TerminalNode
func (*Cell_reference_optionsContext) ToStringTree ¶
func (s *Cell_reference_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Cell_reference_optionsContext) UNIQUE ¶
func (s *Cell_reference_optionsContext) UNIQUE() antlr.TerminalNode
type Char_set_nameContext ¶
type Char_set_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewChar_set_nameContext ¶
func NewChar_set_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Char_set_nameContext
func NewEmptyChar_set_nameContext ¶
func NewEmptyChar_set_nameContext() *Char_set_nameContext
func (*Char_set_nameContext) AllId_expression ¶
func (s *Char_set_nameContext) AllId_expression() []IId_expressionContext
func (*Char_set_nameContext) AllPERIOD ¶
func (s *Char_set_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Char_set_nameContext) EnterRule ¶
func (s *Char_set_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Char_set_nameContext) ExitRule ¶
func (s *Char_set_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Char_set_nameContext) GetParser ¶
func (s *Char_set_nameContext) GetParser() antlr.Parser
func (*Char_set_nameContext) GetRuleContext ¶
func (s *Char_set_nameContext) GetRuleContext() antlr.RuleContext
func (*Char_set_nameContext) Id_expression ¶
func (s *Char_set_nameContext) Id_expression(i int) IId_expressionContext
func (*Char_set_nameContext) IsChar_set_nameContext ¶
func (*Char_set_nameContext) IsChar_set_nameContext()
func (*Char_set_nameContext) PERIOD ¶
func (s *Char_set_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Char_set_nameContext) ToStringTree ¶
func (s *Char_set_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Check_constraintContext ¶
type Check_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCheck_constraintContext ¶
func NewCheck_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Check_constraintContext
func NewEmptyCheck_constraintContext ¶
func NewEmptyCheck_constraintContext() *Check_constraintContext
func (*Check_constraintContext) CHECK ¶
func (s *Check_constraintContext) CHECK() antlr.TerminalNode
func (*Check_constraintContext) Condition ¶
func (s *Check_constraintContext) Condition() IConditionContext
func (*Check_constraintContext) DISABLE ¶
func (s *Check_constraintContext) DISABLE() antlr.TerminalNode
func (*Check_constraintContext) EnterRule ¶
func (s *Check_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Check_constraintContext) ExitRule ¶
func (s *Check_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Check_constraintContext) GetParser ¶
func (s *Check_constraintContext) GetParser() antlr.Parser
func (*Check_constraintContext) GetRuleContext ¶
func (s *Check_constraintContext) GetRuleContext() antlr.RuleContext
func (*Check_constraintContext) IsCheck_constraintContext ¶
func (*Check_constraintContext) IsCheck_constraintContext()
func (*Check_constraintContext) LEFT_PAREN ¶
func (s *Check_constraintContext) LEFT_PAREN() antlr.TerminalNode
func (*Check_constraintContext) RIGHT_PAREN ¶
func (s *Check_constraintContext) RIGHT_PAREN() antlr.TerminalNode
func (*Check_constraintContext) ToStringTree ¶
func (s *Check_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Close_statementContext ¶
type Close_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewClose_statementContext ¶
func NewClose_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Close_statementContext
func NewEmptyClose_statementContext ¶
func NewEmptyClose_statementContext() *Close_statementContext
func (*Close_statementContext) CLOSE ¶
func (s *Close_statementContext) CLOSE() antlr.TerminalNode
func (*Close_statementContext) Cursor_name ¶
func (s *Close_statementContext) Cursor_name() ICursor_nameContext
func (*Close_statementContext) EnterRule ¶
func (s *Close_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Close_statementContext) ExitRule ¶
func (s *Close_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Close_statementContext) GetParser ¶
func (s *Close_statementContext) GetParser() antlr.Parser
func (*Close_statementContext) GetRuleContext ¶
func (s *Close_statementContext) GetRuleContext() antlr.RuleContext
func (*Close_statementContext) IsClose_statementContext ¶
func (*Close_statementContext) IsClose_statementContext()
func (*Close_statementContext) ToStringTree ¶
func (s *Close_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cluster_index_clauseContext ¶
type Cluster_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCluster_index_clauseContext ¶
func NewCluster_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cluster_index_clauseContext
func NewEmptyCluster_index_clauseContext ¶
func NewEmptyCluster_index_clauseContext() *Cluster_index_clauseContext
func (*Cluster_index_clauseContext) CLUSTER ¶
func (s *Cluster_index_clauseContext) CLUSTER() antlr.TerminalNode
func (*Cluster_index_clauseContext) Cluster_name ¶
func (s *Cluster_index_clauseContext) Cluster_name() ICluster_nameContext
func (*Cluster_index_clauseContext) EnterRule ¶
func (s *Cluster_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cluster_index_clauseContext) ExitRule ¶
func (s *Cluster_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cluster_index_clauseContext) GetParser ¶
func (s *Cluster_index_clauseContext) GetParser() antlr.Parser
func (*Cluster_index_clauseContext) GetRuleContext ¶
func (s *Cluster_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Cluster_index_clauseContext) Index_attributes ¶
func (s *Cluster_index_clauseContext) Index_attributes() IIndex_attributesContext
func (*Cluster_index_clauseContext) IsCluster_index_clauseContext ¶
func (*Cluster_index_clauseContext) IsCluster_index_clauseContext()
func (*Cluster_index_clauseContext) ToStringTree ¶
func (s *Cluster_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cluster_nameContext ¶
type Cluster_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCluster_nameContext ¶
func NewCluster_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cluster_nameContext
func NewEmptyCluster_nameContext ¶
func NewEmptyCluster_nameContext() *Cluster_nameContext
func (*Cluster_nameContext) AllId_expression ¶
func (s *Cluster_nameContext) AllId_expression() []IId_expressionContext
func (*Cluster_nameContext) EnterRule ¶
func (s *Cluster_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cluster_nameContext) ExitRule ¶
func (s *Cluster_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cluster_nameContext) GetParser ¶
func (s *Cluster_nameContext) GetParser() antlr.Parser
func (*Cluster_nameContext) GetRuleContext ¶
func (s *Cluster_nameContext) GetRuleContext() antlr.RuleContext
func (*Cluster_nameContext) Id_expression ¶
func (s *Cluster_nameContext) Id_expression(i int) IId_expressionContext
func (*Cluster_nameContext) IsCluster_nameContext ¶
func (*Cluster_nameContext) IsCluster_nameContext()
func (*Cluster_nameContext) PERIOD ¶
func (s *Cluster_nameContext) PERIOD() antlr.TerminalNode
func (*Cluster_nameContext) ToStringTree ¶
func (s *Cluster_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Coalesce_index_partitionContext ¶
type Coalesce_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCoalesce_index_partitionContext ¶
func NewCoalesce_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Coalesce_index_partitionContext
func NewEmptyCoalesce_index_partitionContext ¶
func NewEmptyCoalesce_index_partitionContext() *Coalesce_index_partitionContext
func (*Coalesce_index_partitionContext) COALESCE ¶
func (s *Coalesce_index_partitionContext) COALESCE() antlr.TerminalNode
func (*Coalesce_index_partitionContext) EnterRule ¶
func (s *Coalesce_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Coalesce_index_partitionContext) ExitRule ¶
func (s *Coalesce_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Coalesce_index_partitionContext) GetParser ¶
func (s *Coalesce_index_partitionContext) GetParser() antlr.Parser
func (*Coalesce_index_partitionContext) GetRuleContext ¶
func (s *Coalesce_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Coalesce_index_partitionContext) IsCoalesce_index_partitionContext ¶
func (*Coalesce_index_partitionContext) IsCoalesce_index_partitionContext()
func (*Coalesce_index_partitionContext) PARTITION ¶
func (s *Coalesce_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Coalesce_index_partitionContext) Parallel_clause ¶
func (s *Coalesce_index_partitionContext) Parallel_clause() IParallel_clauseContext
func (*Coalesce_index_partitionContext) ToStringTree ¶
func (s *Coalesce_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collect_order_by_partContext ¶
type Collect_order_by_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCollect_order_by_partContext ¶
func NewCollect_order_by_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collect_order_by_partContext
func NewEmptyCollect_order_by_partContext ¶
func NewEmptyCollect_order_by_partContext() *Collect_order_by_partContext
func (*Collect_order_by_partContext) BY ¶
func (s *Collect_order_by_partContext) BY() antlr.TerminalNode
func (*Collect_order_by_partContext) Concatenation ¶
func (s *Collect_order_by_partContext) Concatenation() IConcatenationContext
func (*Collect_order_by_partContext) EnterRule ¶
func (s *Collect_order_by_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collect_order_by_partContext) ExitRule ¶
func (s *Collect_order_by_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collect_order_by_partContext) GetParser ¶
func (s *Collect_order_by_partContext) GetParser() antlr.Parser
func (*Collect_order_by_partContext) GetRuleContext ¶
func (s *Collect_order_by_partContext) GetRuleContext() antlr.RuleContext
func (*Collect_order_by_partContext) IsCollect_order_by_partContext ¶
func (*Collect_order_by_partContext) IsCollect_order_by_partContext()
func (*Collect_order_by_partContext) ORDER ¶
func (s *Collect_order_by_partContext) ORDER() antlr.TerminalNode
func (*Collect_order_by_partContext) ToStringTree ¶
func (s *Collect_order_by_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collection_itemContext ¶
type Collection_itemContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCollection_itemContext ¶
func NewCollection_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collection_itemContext
func NewEmptyCollection_itemContext ¶
func NewEmptyCollection_itemContext() *Collection_itemContext
func (*Collection_itemContext) EnterRule ¶
func (s *Collection_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collection_itemContext) ExitRule ¶
func (s *Collection_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collection_itemContext) GetParser ¶
func (s *Collection_itemContext) GetParser() antlr.Parser
func (*Collection_itemContext) GetRuleContext ¶
func (s *Collection_itemContext) GetRuleContext() antlr.RuleContext
func (*Collection_itemContext) IsCollection_itemContext ¶
func (*Collection_itemContext) IsCollection_itemContext()
func (*Collection_itemContext) Tableview_name ¶
func (s *Collection_itemContext) Tableview_name() ITableview_nameContext
func (*Collection_itemContext) ToStringTree ¶
func (s *Collection_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collection_nameContext ¶
type Collection_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCollection_nameContext ¶
func NewCollection_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collection_nameContext
func NewEmptyCollection_nameContext ¶
func NewEmptyCollection_nameContext() *Collection_nameContext
func (*Collection_nameContext) EnterRule ¶
func (s *Collection_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collection_nameContext) ExitRule ¶
func (s *Collection_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collection_nameContext) GetParser ¶
func (s *Collection_nameContext) GetParser() antlr.Parser
func (*Collection_nameContext) GetRuleContext ¶
func (s *Collection_nameContext) GetRuleContext() antlr.RuleContext
func (*Collection_nameContext) Id_expression ¶
func (s *Collection_nameContext) Id_expression() IId_expressionContext
func (*Collection_nameContext) Identifier ¶
func (s *Collection_nameContext) Identifier() IIdentifierContext
func (*Collection_nameContext) IsCollection_nameContext ¶
func (*Collection_nameContext) IsCollection_nameContext()
func (*Collection_nameContext) PERIOD ¶
func (s *Collection_nameContext) PERIOD() antlr.TerminalNode
func (*Collection_nameContext) ToStringTree ¶
func (s *Collection_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_aliasContext ¶
type Column_aliasContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_aliasContext ¶
func NewColumn_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_aliasContext
func NewEmptyColumn_aliasContext ¶
func NewEmptyColumn_aliasContext() *Column_aliasContext
func (*Column_aliasContext) AS ¶
func (s *Column_aliasContext) AS() antlr.TerminalNode
func (*Column_aliasContext) EnterRule ¶
func (s *Column_aliasContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_aliasContext) ExitRule ¶
func (s *Column_aliasContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_aliasContext) GetParser ¶
func (s *Column_aliasContext) GetParser() antlr.Parser
func (*Column_aliasContext) GetRuleContext ¶
func (s *Column_aliasContext) GetRuleContext() antlr.RuleContext
func (*Column_aliasContext) Identifier ¶
func (s *Column_aliasContext) Identifier() IIdentifierContext
func (*Column_aliasContext) IsColumn_aliasContext ¶
func (*Column_aliasContext) IsColumn_aliasContext()
func (*Column_aliasContext) Quoted_string ¶
func (s *Column_aliasContext) Quoted_string() IQuoted_stringContext
func (*Column_aliasContext) ToStringTree ¶
func (s *Column_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_associationContext ¶
type Column_associationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_associationContext ¶
func NewColumn_associationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_associationContext
func NewEmptyColumn_associationContext ¶
func NewEmptyColumn_associationContext() *Column_associationContext
func (*Column_associationContext) AllCOMMA ¶
func (s *Column_associationContext) AllCOMMA() []antlr.TerminalNode
func (*Column_associationContext) AllColumn_name ¶
func (s *Column_associationContext) AllColumn_name() []IColumn_nameContext
func (*Column_associationContext) AllPERIOD ¶
func (s *Column_associationContext) AllPERIOD() []antlr.TerminalNode
func (*Column_associationContext) AllTableview_name ¶
func (s *Column_associationContext) AllTableview_name() []ITableview_nameContext
func (*Column_associationContext) COLUMNS ¶
func (s *Column_associationContext) COLUMNS() antlr.TerminalNode
func (*Column_associationContext) COMMA ¶
func (s *Column_associationContext) COMMA(i int) antlr.TerminalNode
func (*Column_associationContext) Column_name ¶
func (s *Column_associationContext) Column_name(i int) IColumn_nameContext
func (*Column_associationContext) EnterRule ¶
func (s *Column_associationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_associationContext) ExitRule ¶
func (s *Column_associationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_associationContext) GetParser ¶
func (s *Column_associationContext) GetParser() antlr.Parser
func (*Column_associationContext) GetRuleContext ¶
func (s *Column_associationContext) GetRuleContext() antlr.RuleContext
func (*Column_associationContext) IsColumn_associationContext ¶
func (*Column_associationContext) IsColumn_associationContext()
func (*Column_associationContext) PERIOD ¶
func (s *Column_associationContext) PERIOD(i int) antlr.TerminalNode
func (*Column_associationContext) Tableview_name ¶
func (s *Column_associationContext) Tableview_name(i int) ITableview_nameContext
func (*Column_associationContext) ToStringTree ¶
func (s *Column_associationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Column_associationContext) Using_statistics_type ¶
func (s *Column_associationContext) Using_statistics_type() IUsing_statistics_typeContext
type Column_based_update_set_clauseContext ¶
type Column_based_update_set_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_based_update_set_clauseContext ¶
func NewColumn_based_update_set_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_based_update_set_clauseContext
func NewEmptyColumn_based_update_set_clauseContext ¶
func NewEmptyColumn_based_update_set_clauseContext() *Column_based_update_set_clauseContext
func (*Column_based_update_set_clauseContext) Column_name ¶
func (s *Column_based_update_set_clauseContext) Column_name() IColumn_nameContext
func (*Column_based_update_set_clauseContext) EQUALS_OP ¶
func (s *Column_based_update_set_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Column_based_update_set_clauseContext) EnterRule ¶
func (s *Column_based_update_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_based_update_set_clauseContext) ExitRule ¶
func (s *Column_based_update_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_based_update_set_clauseContext) Expression ¶
func (s *Column_based_update_set_clauseContext) Expression() IExpressionContext
func (*Column_based_update_set_clauseContext) GetParser ¶
func (s *Column_based_update_set_clauseContext) GetParser() antlr.Parser
func (*Column_based_update_set_clauseContext) GetRuleContext ¶
func (s *Column_based_update_set_clauseContext) GetRuleContext() antlr.RuleContext
func (*Column_based_update_set_clauseContext) IsColumn_based_update_set_clauseContext ¶
func (*Column_based_update_set_clauseContext) IsColumn_based_update_set_clauseContext()
func (*Column_based_update_set_clauseContext) Paren_column_list ¶
func (s *Column_based_update_set_clauseContext) Paren_column_list() IParen_column_listContext
func (*Column_based_update_set_clauseContext) Subquery ¶
func (s *Column_based_update_set_clauseContext) Subquery() ISubqueryContext
func (*Column_based_update_set_clauseContext) ToStringTree ¶
func (s *Column_based_update_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_clausesContext ¶
type Column_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_clausesContext ¶
func NewColumn_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_clausesContext
func NewEmptyColumn_clausesContext ¶
func NewEmptyColumn_clausesContext() *Column_clausesContext
func (*Column_clausesContext) Add_modify_drop_column_clauses ¶
func (s *Column_clausesContext) Add_modify_drop_column_clauses() IAdd_modify_drop_column_clausesContext
func (*Column_clausesContext) EnterRule ¶
func (s *Column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_clausesContext) ExitRule ¶
func (s *Column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_clausesContext) GetParser ¶
func (s *Column_clausesContext) GetParser() antlr.Parser
func (*Column_clausesContext) GetRuleContext ¶
func (s *Column_clausesContext) GetRuleContext() antlr.RuleContext
func (*Column_clausesContext) IsColumn_clausesContext ¶
func (*Column_clausesContext) IsColumn_clausesContext()
func (*Column_clausesContext) Modify_collection_retrieval ¶
func (s *Column_clausesContext) Modify_collection_retrieval() IModify_collection_retrievalContext
func (*Column_clausesContext) Modify_lob_storage_clause ¶
func (s *Column_clausesContext) Modify_lob_storage_clause() IModify_lob_storage_clauseContext
func (*Column_clausesContext) Rename_column_clause ¶
func (s *Column_clausesContext) Rename_column_clause() IRename_column_clauseContext
func (*Column_clausesContext) ToStringTree ¶
func (s *Column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_definitionContext ¶
type Column_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_definitionContext ¶
func NewColumn_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_definitionContext
func NewEmptyColumn_definitionContext ¶
func NewEmptyColumn_definitionContext() *Column_definitionContext
func (*Column_definitionContext) AllCHAR_STRING ¶
func (s *Column_definitionContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Column_definitionContext) AllInline_constraint ¶
func (s *Column_definitionContext) AllInline_constraint() []IInline_constraintContext
func (*Column_definitionContext) BY ¶
func (s *Column_definitionContext) BY() antlr.TerminalNode
func (*Column_definitionContext) CHAR_STRING ¶
func (s *Column_definitionContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Column_definitionContext) Column_name ¶
func (s *Column_definitionContext) Column_name() IColumn_nameContext
func (*Column_definitionContext) DEFAULT ¶
func (s *Column_definitionContext) DEFAULT() antlr.TerminalNode
func (*Column_definitionContext) Datatype ¶
func (s *Column_definitionContext) Datatype() IDatatypeContext
func (*Column_definitionContext) ENCRYPT ¶
func (s *Column_definitionContext) ENCRYPT() antlr.TerminalNode
func (*Column_definitionContext) EnterRule ¶
func (s *Column_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_definitionContext) ExitRule ¶
func (s *Column_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_definitionContext) Expression ¶
func (s *Column_definitionContext) Expression() IExpressionContext
func (*Column_definitionContext) GetParser ¶
func (s *Column_definitionContext) GetParser() antlr.Parser
func (*Column_definitionContext) GetRuleContext ¶
func (s *Column_definitionContext) GetRuleContext() antlr.RuleContext
func (*Column_definitionContext) IDENTIFIED ¶
func (s *Column_definitionContext) IDENTIFIED() antlr.TerminalNode
func (*Column_definitionContext) Inline_constraint ¶
func (s *Column_definitionContext) Inline_constraint(i int) IInline_constraintContext
func (*Column_definitionContext) Inline_ref_constraint ¶
func (s *Column_definitionContext) Inline_ref_constraint() IInline_ref_constraintContext
func (*Column_definitionContext) IsColumn_definitionContext ¶
func (*Column_definitionContext) IsColumn_definitionContext()
func (*Column_definitionContext) NO ¶
func (s *Column_definitionContext) NO() antlr.TerminalNode
func (*Column_definitionContext) Regular_id ¶
func (s *Column_definitionContext) Regular_id() IRegular_idContext
func (*Column_definitionContext) SALT ¶
func (s *Column_definitionContext) SALT() antlr.TerminalNode
func (*Column_definitionContext) SORT ¶
func (s *Column_definitionContext) SORT() antlr.TerminalNode
func (*Column_definitionContext) ToStringTree ¶
func (s *Column_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Column_definitionContext) Type_name ¶
func (s *Column_definitionContext) Type_name() IType_nameContext
func (*Column_definitionContext) USING ¶
func (s *Column_definitionContext) USING() antlr.TerminalNode
type Column_listContext ¶
type Column_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_listContext ¶
func NewColumn_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_listContext
func NewEmptyColumn_listContext ¶
func NewEmptyColumn_listContext() *Column_listContext
func (*Column_listContext) AllCOMMA ¶
func (s *Column_listContext) AllCOMMA() []antlr.TerminalNode
func (*Column_listContext) AllColumn_name ¶
func (s *Column_listContext) AllColumn_name() []IColumn_nameContext
func (*Column_listContext) COMMA ¶
func (s *Column_listContext) COMMA(i int) antlr.TerminalNode
func (*Column_listContext) Column_name ¶
func (s *Column_listContext) Column_name(i int) IColumn_nameContext
func (*Column_listContext) EnterRule ¶
func (s *Column_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_listContext) ExitRule ¶
func (s *Column_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_listContext) GetParser ¶
func (s *Column_listContext) GetParser() antlr.Parser
func (*Column_listContext) GetRuleContext ¶
func (s *Column_listContext) GetRuleContext() antlr.RuleContext
func (*Column_listContext) IsColumn_listContext ¶
func (*Column_listContext) IsColumn_listContext()
func (*Column_listContext) ToStringTree ¶
func (s *Column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_nameContext ¶
type Column_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_nameContext ¶
func NewColumn_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_nameContext
func NewEmptyColumn_nameContext ¶
func NewEmptyColumn_nameContext() *Column_nameContext
func (*Column_nameContext) AllId_expression ¶
func (s *Column_nameContext) AllId_expression() []IId_expressionContext
func (*Column_nameContext) AllPERIOD ¶
func (s *Column_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Column_nameContext) EnterRule ¶
func (s *Column_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_nameContext) ExitRule ¶
func (s *Column_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_nameContext) GetParser ¶
func (s *Column_nameContext) GetParser() antlr.Parser
func (*Column_nameContext) GetRuleContext ¶
func (s *Column_nameContext) GetRuleContext() antlr.RuleContext
func (*Column_nameContext) Id_expression ¶
func (s *Column_nameContext) Id_expression(i int) IId_expressionContext
func (*Column_nameContext) Identifier ¶
func (s *Column_nameContext) Identifier() IIdentifierContext
func (*Column_nameContext) IsColumn_nameContext ¶
func (*Column_nameContext) IsColumn_nameContext()
func (*Column_nameContext) PERIOD ¶
func (s *Column_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Column_nameContext) ToStringTree ¶
func (s *Column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_or_attributeContext ¶
type Column_or_attributeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_or_attributeContext ¶
func NewColumn_or_attributeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_or_attributeContext
func NewEmptyColumn_or_attributeContext ¶
func NewEmptyColumn_or_attributeContext() *Column_or_attributeContext
func (*Column_or_attributeContext) EnterRule ¶
func (s *Column_or_attributeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_or_attributeContext) ExitRule ¶
func (s *Column_or_attributeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_or_attributeContext) GetParser ¶
func (s *Column_or_attributeContext) GetParser() antlr.Parser
func (*Column_or_attributeContext) GetRuleContext ¶
func (s *Column_or_attributeContext) GetRuleContext() antlr.RuleContext
func (*Column_or_attributeContext) IsColumn_or_attributeContext ¶
func (*Column_or_attributeContext) IsColumn_or_attributeContext()
func (*Column_or_attributeContext) Regular_id ¶
func (s *Column_or_attributeContext) Regular_id() IRegular_idContext
func (*Column_or_attributeContext) ToStringTree ¶
func (s *Column_or_attributeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Column_propertiesContext ¶
type Column_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewColumn_propertiesContext ¶
func NewColumn_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Column_propertiesContext
func NewEmptyColumn_propertiesContext ¶
func NewEmptyColumn_propertiesContext() *Column_propertiesContext
func (*Column_propertiesContext) EnterRule ¶
func (s *Column_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Column_propertiesContext) ExitRule ¶
func (s *Column_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Column_propertiesContext) GetParser ¶
func (s *Column_propertiesContext) GetParser() antlr.Parser
func (*Column_propertiesContext) GetRuleContext ¶
func (s *Column_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Column_propertiesContext) IsColumn_propertiesContext ¶
func (*Column_propertiesContext) IsColumn_propertiesContext()
func (*Column_propertiesContext) Lob_storage_clause ¶
func (s *Column_propertiesContext) Lob_storage_clause() ILob_storage_clauseContext
func (*Column_propertiesContext) Nested_table_col_properties ¶
func (s *Column_propertiesContext) Nested_table_col_properties() INested_table_col_propertiesContext
func (*Column_propertiesContext) Object_type_col_properties ¶
func (s *Column_propertiesContext) Object_type_col_properties() IObject_type_col_propertiesContext
func (*Column_propertiesContext) ToStringTree ¶
func (s *Column_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Column_propertiesContext) Varray_col_properties ¶
func (s *Column_propertiesContext) Varray_col_properties() IVarray_col_propertiesContext
func (*Column_propertiesContext) Xmltype_column_properties ¶
func (s *Column_propertiesContext) Xmltype_column_properties() IXmltype_column_propertiesContext
type Comment_on_columnContext ¶
type Comment_on_columnContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewComment_on_columnContext ¶
func NewComment_on_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Comment_on_columnContext
func NewEmptyComment_on_columnContext ¶
func NewEmptyComment_on_columnContext() *Comment_on_columnContext
func (*Comment_on_columnContext) COLUMN ¶
func (s *Comment_on_columnContext) COLUMN() antlr.TerminalNode
func (*Comment_on_columnContext) COMMENT ¶
func (s *Comment_on_columnContext) COMMENT() antlr.TerminalNode
func (*Comment_on_columnContext) Column_name ¶
func (s *Comment_on_columnContext) Column_name() IColumn_nameContext
func (*Comment_on_columnContext) EnterRule ¶
func (s *Comment_on_columnContext) EnterRule(listener antlr.ParseTreeListener)
func (*Comment_on_columnContext) ExitRule ¶
func (s *Comment_on_columnContext) ExitRule(listener antlr.ParseTreeListener)
func (*Comment_on_columnContext) GetParser ¶
func (s *Comment_on_columnContext) GetParser() antlr.Parser
func (*Comment_on_columnContext) GetRuleContext ¶
func (s *Comment_on_columnContext) GetRuleContext() antlr.RuleContext
func (*Comment_on_columnContext) IS ¶
func (s *Comment_on_columnContext) IS() antlr.TerminalNode
func (*Comment_on_columnContext) IsComment_on_columnContext ¶
func (*Comment_on_columnContext) IsComment_on_columnContext()
func (*Comment_on_columnContext) ON ¶
func (s *Comment_on_columnContext) ON() antlr.TerminalNode
func (*Comment_on_columnContext) Quoted_string ¶
func (s *Comment_on_columnContext) Quoted_string() IQuoted_stringContext
func (*Comment_on_columnContext) ToStringTree ¶
func (s *Comment_on_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Comment_on_tableContext ¶
type Comment_on_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewComment_on_tableContext ¶
func NewComment_on_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Comment_on_tableContext
func NewEmptyComment_on_tableContext ¶
func NewEmptyComment_on_tableContext() *Comment_on_tableContext
func (*Comment_on_tableContext) COMMENT ¶
func (s *Comment_on_tableContext) COMMENT() antlr.TerminalNode
func (*Comment_on_tableContext) EnterRule ¶
func (s *Comment_on_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Comment_on_tableContext) ExitRule ¶
func (s *Comment_on_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Comment_on_tableContext) GetParser ¶
func (s *Comment_on_tableContext) GetParser() antlr.Parser
func (*Comment_on_tableContext) GetRuleContext ¶
func (s *Comment_on_tableContext) GetRuleContext() antlr.RuleContext
func (*Comment_on_tableContext) IS ¶
func (s *Comment_on_tableContext) IS() antlr.TerminalNode
func (*Comment_on_tableContext) IsComment_on_tableContext ¶
func (*Comment_on_tableContext) IsComment_on_tableContext()
func (*Comment_on_tableContext) ON ¶
func (s *Comment_on_tableContext) ON() antlr.TerminalNode
func (*Comment_on_tableContext) Quoted_string ¶
func (s *Comment_on_tableContext) Quoted_string() IQuoted_stringContext
func (*Comment_on_tableContext) TABLE ¶
func (s *Comment_on_tableContext) TABLE() antlr.TerminalNode
func (*Comment_on_tableContext) Tableview_name ¶
func (s *Comment_on_tableContext) Tableview_name() ITableview_nameContext
func (*Comment_on_tableContext) ToStringTree ¶
func (s *Comment_on_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Commit_statementContext ¶
type Commit_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCommit_statementContext ¶
func NewCommit_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Commit_statementContext
func NewEmptyCommit_statementContext ¶
func NewEmptyCommit_statementContext() *Commit_statementContext
func (*Commit_statementContext) AllExpression ¶
func (s *Commit_statementContext) AllExpression() []IExpressionContext
func (*Commit_statementContext) COMMA ¶
func (s *Commit_statementContext) COMMA() antlr.TerminalNode
func (*Commit_statementContext) COMMENT ¶
func (s *Commit_statementContext) COMMENT() antlr.TerminalNode
func (*Commit_statementContext) COMMIT ¶
func (s *Commit_statementContext) COMMIT() antlr.TerminalNode
func (*Commit_statementContext) CORRUPT_XID ¶
func (s *Commit_statementContext) CORRUPT_XID() antlr.TerminalNode
func (*Commit_statementContext) CORRUPT_XID_ALL ¶
func (s *Commit_statementContext) CORRUPT_XID_ALL() antlr.TerminalNode
func (*Commit_statementContext) EnterRule ¶
func (s *Commit_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Commit_statementContext) ExitRule ¶
func (s *Commit_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Commit_statementContext) Expression ¶
func (s *Commit_statementContext) Expression(i int) IExpressionContext
func (*Commit_statementContext) FORCE ¶
func (s *Commit_statementContext) FORCE() antlr.TerminalNode
func (*Commit_statementContext) GetParser ¶
func (s *Commit_statementContext) GetParser() antlr.Parser
func (*Commit_statementContext) GetRuleContext ¶
func (s *Commit_statementContext) GetRuleContext() antlr.RuleContext
func (*Commit_statementContext) IsCommit_statementContext ¶
func (*Commit_statementContext) IsCommit_statementContext()
func (*Commit_statementContext) ToStringTree ¶
func (s *Commit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Commit_statementContext) WORK ¶
func (s *Commit_statementContext) WORK() antlr.TerminalNode
func (*Commit_statementContext) Write_clause ¶
func (s *Commit_statementContext) Write_clause() IWrite_clauseContext
type Commit_switchover_clauseContext ¶
type Commit_switchover_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCommit_switchover_clauseContext ¶
func NewCommit_switchover_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Commit_switchover_clauseContext
func NewEmptyCommit_switchover_clauseContext ¶
func NewEmptyCommit_switchover_clauseContext() *Commit_switchover_clauseContext
func (*Commit_switchover_clauseContext) AllTO ¶
func (s *Commit_switchover_clauseContext) AllTO() []antlr.TerminalNode
func (*Commit_switchover_clauseContext) CANCEL ¶
func (s *Commit_switchover_clauseContext) CANCEL() antlr.TerminalNode
func (*Commit_switchover_clauseContext) COMMIT ¶
func (s *Commit_switchover_clauseContext) COMMIT() antlr.TerminalNode
func (*Commit_switchover_clauseContext) EnterRule ¶
func (s *Commit_switchover_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Commit_switchover_clauseContext) ExitRule ¶
func (s *Commit_switchover_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Commit_switchover_clauseContext) GetParser ¶
func (s *Commit_switchover_clauseContext) GetParser() antlr.Parser
func (*Commit_switchover_clauseContext) GetRuleContext ¶
func (s *Commit_switchover_clauseContext) GetRuleContext() antlr.RuleContext
func (*Commit_switchover_clauseContext) IsCommit_switchover_clauseContext ¶
func (*Commit_switchover_clauseContext) IsCommit_switchover_clauseContext()
func (*Commit_switchover_clauseContext) LOGICAL ¶
func (s *Commit_switchover_clauseContext) LOGICAL() antlr.TerminalNode
func (*Commit_switchover_clauseContext) NOWAIT ¶
func (s *Commit_switchover_clauseContext) NOWAIT() antlr.TerminalNode
func (*Commit_switchover_clauseContext) PHYSICAL ¶
func (s *Commit_switchover_clauseContext) PHYSICAL() antlr.TerminalNode
func (*Commit_switchover_clauseContext) PREPARE ¶
func (s *Commit_switchover_clauseContext) PREPARE() antlr.TerminalNode
func (*Commit_switchover_clauseContext) PRIMARY ¶
func (s *Commit_switchover_clauseContext) PRIMARY() antlr.TerminalNode
func (*Commit_switchover_clauseContext) SESSION ¶
func (s *Commit_switchover_clauseContext) SESSION() antlr.TerminalNode
func (*Commit_switchover_clauseContext) SHUTDOWN ¶
func (s *Commit_switchover_clauseContext) SHUTDOWN() antlr.TerminalNode
func (*Commit_switchover_clauseContext) STANDBY ¶
func (s *Commit_switchover_clauseContext) STANDBY() antlr.TerminalNode
func (*Commit_switchover_clauseContext) SWITCHOVER ¶
func (s *Commit_switchover_clauseContext) SWITCHOVER() antlr.TerminalNode
func (*Commit_switchover_clauseContext) TO ¶
func (s *Commit_switchover_clauseContext) TO(i int) antlr.TerminalNode
func (*Commit_switchover_clauseContext) ToStringTree ¶
func (s *Commit_switchover_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Commit_switchover_clauseContext) WAIT ¶
func (s *Commit_switchover_clauseContext) WAIT() antlr.TerminalNode
func (*Commit_switchover_clauseContext) WITH ¶
func (s *Commit_switchover_clauseContext) WITH() antlr.TerminalNode
func (*Commit_switchover_clauseContext) WITHOUT ¶
func (s *Commit_switchover_clauseContext) WITHOUT() antlr.TerminalNode
type Compile_type_clauseContext ¶
type Compile_type_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCompile_type_clauseContext ¶
func NewCompile_type_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compile_type_clauseContext
func NewEmptyCompile_type_clauseContext ¶
func NewEmptyCompile_type_clauseContext() *Compile_type_clauseContext
func (*Compile_type_clauseContext) AllCompiler_parameters_clause ¶
func (s *Compile_type_clauseContext) AllCompiler_parameters_clause() []ICompiler_parameters_clauseContext
func (*Compile_type_clauseContext) BODY ¶
func (s *Compile_type_clauseContext) BODY() antlr.TerminalNode
func (*Compile_type_clauseContext) COMPILE ¶
func (s *Compile_type_clauseContext) COMPILE() antlr.TerminalNode
func (*Compile_type_clauseContext) Compiler_parameters_clause ¶
func (s *Compile_type_clauseContext) Compiler_parameters_clause(i int) ICompiler_parameters_clauseContext
func (*Compile_type_clauseContext) DEBUG ¶
func (s *Compile_type_clauseContext) DEBUG() antlr.TerminalNode
func (*Compile_type_clauseContext) EnterRule ¶
func (s *Compile_type_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Compile_type_clauseContext) ExitRule ¶
func (s *Compile_type_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Compile_type_clauseContext) GetParser ¶
func (s *Compile_type_clauseContext) GetParser() antlr.Parser
func (*Compile_type_clauseContext) GetRuleContext ¶
func (s *Compile_type_clauseContext) GetRuleContext() antlr.RuleContext
func (*Compile_type_clauseContext) IsCompile_type_clauseContext ¶
func (*Compile_type_clauseContext) IsCompile_type_clauseContext()
func (*Compile_type_clauseContext) REUSE ¶
func (s *Compile_type_clauseContext) REUSE() antlr.TerminalNode
func (*Compile_type_clauseContext) SETTINGS ¶
func (s *Compile_type_clauseContext) SETTINGS() antlr.TerminalNode
func (*Compile_type_clauseContext) SPECIFICATION ¶
func (s *Compile_type_clauseContext) SPECIFICATION() antlr.TerminalNode
func (*Compile_type_clauseContext) ToStringTree ¶
func (s *Compile_type_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Compiler_parameters_clauseContext ¶
type Compiler_parameters_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCompiler_parameters_clauseContext ¶
func NewCompiler_parameters_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compiler_parameters_clauseContext
func NewEmptyCompiler_parameters_clauseContext ¶
func NewEmptyCompiler_parameters_clauseContext() *Compiler_parameters_clauseContext
func (*Compiler_parameters_clauseContext) EQUALS_OP ¶
func (s *Compiler_parameters_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Compiler_parameters_clauseContext) EnterRule ¶
func (s *Compiler_parameters_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Compiler_parameters_clauseContext) ExitRule ¶
func (s *Compiler_parameters_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Compiler_parameters_clauseContext) GetParser ¶
func (s *Compiler_parameters_clauseContext) GetParser() antlr.Parser
func (*Compiler_parameters_clauseContext) GetRuleContext ¶
func (s *Compiler_parameters_clauseContext) GetRuleContext() antlr.RuleContext
func (*Compiler_parameters_clauseContext) IsCompiler_parameters_clauseContext ¶
func (*Compiler_parameters_clauseContext) IsCompiler_parameters_clauseContext()
func (*Compiler_parameters_clauseContext) Parameter_name ¶
func (s *Compiler_parameters_clauseContext) Parameter_name() IParameter_nameContext
func (*Compiler_parameters_clauseContext) Parameter_value ¶
func (s *Compiler_parameters_clauseContext) Parameter_value() IParameter_valueContext
func (*Compiler_parameters_clauseContext) ToStringTree ¶
func (s *Compiler_parameters_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Composite_hash_partitionsContext ¶
type Composite_hash_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewComposite_hash_partitionsContext ¶
func NewComposite_hash_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Composite_hash_partitionsContext
func NewEmptyComposite_hash_partitionsContext ¶
func NewEmptyComposite_hash_partitionsContext() *Composite_hash_partitionsContext
func (*Composite_hash_partitionsContext) AllCOMMA ¶
func (s *Composite_hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Composite_hash_partitionsContext) AllColumn_name ¶
func (s *Composite_hash_partitionsContext) AllColumn_name() []IColumn_nameContext
func (*Composite_hash_partitionsContext) BY ¶
func (s *Composite_hash_partitionsContext) BY() antlr.TerminalNode
func (*Composite_hash_partitionsContext) COMMA ¶
func (s *Composite_hash_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Composite_hash_partitionsContext) Column_name ¶
func (s *Composite_hash_partitionsContext) Column_name(i int) IColumn_nameContext
func (*Composite_hash_partitionsContext) EnterRule ¶
func (s *Composite_hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Composite_hash_partitionsContext) ExitRule ¶
func (s *Composite_hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Composite_hash_partitionsContext) GetParser ¶
func (s *Composite_hash_partitionsContext) GetParser() antlr.Parser
func (*Composite_hash_partitionsContext) GetRuleContext ¶
func (s *Composite_hash_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Composite_hash_partitionsContext) HASH ¶
func (s *Composite_hash_partitionsContext) HASH() antlr.TerminalNode
func (*Composite_hash_partitionsContext) Hash_partitions_by_quantity ¶
func (s *Composite_hash_partitionsContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
func (*Composite_hash_partitionsContext) Individual_hash_partitions ¶
func (s *Composite_hash_partitionsContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
func (*Composite_hash_partitionsContext) IsComposite_hash_partitionsContext ¶
func (*Composite_hash_partitionsContext) IsComposite_hash_partitionsContext()
func (*Composite_hash_partitionsContext) LEFT_PAREN ¶
func (s *Composite_hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
func (*Composite_hash_partitionsContext) PARTITION ¶
func (s *Composite_hash_partitionsContext) PARTITION() antlr.TerminalNode
func (*Composite_hash_partitionsContext) RIGHT_PAREN ¶
func (s *Composite_hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Composite_hash_partitionsContext) Subpartition_by_hash ¶
func (s *Composite_hash_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
func (*Composite_hash_partitionsContext) Subpartition_by_list ¶
func (s *Composite_hash_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
func (*Composite_hash_partitionsContext) Subpartition_by_range ¶
func (s *Composite_hash_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
func (*Composite_hash_partitionsContext) ToStringTree ¶
func (s *Composite_hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Composite_list_partitionsContext ¶
type Composite_list_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewComposite_list_partitionsContext ¶
func NewComposite_list_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Composite_list_partitionsContext
func NewEmptyComposite_list_partitionsContext ¶
func NewEmptyComposite_list_partitionsContext() *Composite_list_partitionsContext
func (*Composite_list_partitionsContext) AllCOMMA ¶
func (s *Composite_list_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Composite_list_partitionsContext) AllLEFT_PAREN ¶
func (s *Composite_list_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Composite_list_partitionsContext) AllList_partition_desc ¶
func (s *Composite_list_partitionsContext) AllList_partition_desc() []IList_partition_descContext
func (*Composite_list_partitionsContext) AllRIGHT_PAREN ¶
func (s *Composite_list_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Composite_list_partitionsContext) BY ¶
func (s *Composite_list_partitionsContext) BY() antlr.TerminalNode
func (*Composite_list_partitionsContext) COMMA ¶
func (s *Composite_list_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Composite_list_partitionsContext) Column_name ¶
func (s *Composite_list_partitionsContext) Column_name() IColumn_nameContext
func (*Composite_list_partitionsContext) EnterRule ¶
func (s *Composite_list_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Composite_list_partitionsContext) ExitRule ¶
func (s *Composite_list_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Composite_list_partitionsContext) GetParser ¶
func (s *Composite_list_partitionsContext) GetParser() antlr.Parser
func (*Composite_list_partitionsContext) GetRuleContext ¶
func (s *Composite_list_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Composite_list_partitionsContext) IsComposite_list_partitionsContext ¶
func (*Composite_list_partitionsContext) IsComposite_list_partitionsContext()
func (*Composite_list_partitionsContext) LEFT_PAREN ¶
func (s *Composite_list_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Composite_list_partitionsContext) LIST ¶
func (s *Composite_list_partitionsContext) LIST() antlr.TerminalNode
func (*Composite_list_partitionsContext) List_partition_desc ¶
func (s *Composite_list_partitionsContext) List_partition_desc(i int) IList_partition_descContext
func (*Composite_list_partitionsContext) PARTITION ¶
func (s *Composite_list_partitionsContext) PARTITION() antlr.TerminalNode
func (*Composite_list_partitionsContext) RIGHT_PAREN ¶
func (s *Composite_list_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Composite_list_partitionsContext) Subpartition_by_hash ¶
func (s *Composite_list_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
func (*Composite_list_partitionsContext) Subpartition_by_list ¶
func (s *Composite_list_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
func (*Composite_list_partitionsContext) Subpartition_by_range ¶
func (s *Composite_list_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
func (*Composite_list_partitionsContext) ToStringTree ¶
func (s *Composite_list_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Composite_range_partitionsContext ¶
type Composite_range_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewComposite_range_partitionsContext ¶
func NewComposite_range_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Composite_range_partitionsContext
func NewEmptyComposite_range_partitionsContext ¶
func NewEmptyComposite_range_partitionsContext() *Composite_range_partitionsContext
func (*Composite_range_partitionsContext) AllCOMMA ¶
func (s *Composite_range_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Composite_range_partitionsContext) AllColumn_name ¶
func (s *Composite_range_partitionsContext) AllColumn_name() []IColumn_nameContext
func (*Composite_range_partitionsContext) AllLEFT_PAREN ¶
func (s *Composite_range_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Composite_range_partitionsContext) AllRIGHT_PAREN ¶
func (s *Composite_range_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Composite_range_partitionsContext) AllRange_partition_desc ¶
func (s *Composite_range_partitionsContext) AllRange_partition_desc() []IRange_partition_descContext
func (*Composite_range_partitionsContext) AllTablespace ¶
func (s *Composite_range_partitionsContext) AllTablespace() []ITablespaceContext
func (*Composite_range_partitionsContext) BY ¶
func (s *Composite_range_partitionsContext) BY() antlr.TerminalNode
func (*Composite_range_partitionsContext) COMMA ¶
func (s *Composite_range_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Composite_range_partitionsContext) Column_name ¶
func (s *Composite_range_partitionsContext) Column_name(i int) IColumn_nameContext
func (*Composite_range_partitionsContext) EnterRule ¶
func (s *Composite_range_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Composite_range_partitionsContext) ExitRule ¶
func (s *Composite_range_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Composite_range_partitionsContext) Expression ¶
func (s *Composite_range_partitionsContext) Expression() IExpressionContext
func (*Composite_range_partitionsContext) GetParser ¶
func (s *Composite_range_partitionsContext) GetParser() antlr.Parser
func (*Composite_range_partitionsContext) GetRuleContext ¶
func (s *Composite_range_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Composite_range_partitionsContext) IN ¶
func (s *Composite_range_partitionsContext) IN() antlr.TerminalNode
func (*Composite_range_partitionsContext) INTERVAL ¶
func (s *Composite_range_partitionsContext) INTERVAL() antlr.TerminalNode
func (*Composite_range_partitionsContext) IsComposite_range_partitionsContext ¶
func (*Composite_range_partitionsContext) IsComposite_range_partitionsContext()
func (*Composite_range_partitionsContext) LEFT_PAREN ¶
func (s *Composite_range_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Composite_range_partitionsContext) PARTITION ¶
func (s *Composite_range_partitionsContext) PARTITION() antlr.TerminalNode
func (*Composite_range_partitionsContext) RANGE ¶
func (s *Composite_range_partitionsContext) RANGE() antlr.TerminalNode
func (*Composite_range_partitionsContext) RIGHT_PAREN ¶
func (s *Composite_range_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Composite_range_partitionsContext) Range_partition_desc ¶
func (s *Composite_range_partitionsContext) Range_partition_desc(i int) IRange_partition_descContext
func (*Composite_range_partitionsContext) STORE ¶
func (s *Composite_range_partitionsContext) STORE() antlr.TerminalNode
func (*Composite_range_partitionsContext) Subpartition_by_hash ¶
func (s *Composite_range_partitionsContext) Subpartition_by_hash() ISubpartition_by_hashContext
func (*Composite_range_partitionsContext) Subpartition_by_list ¶
func (s *Composite_range_partitionsContext) Subpartition_by_list() ISubpartition_by_listContext
func (*Composite_range_partitionsContext) Subpartition_by_range ¶
func (s *Composite_range_partitionsContext) Subpartition_by_range() ISubpartition_by_rangeContext
func (*Composite_range_partitionsContext) Tablespace ¶
func (s *Composite_range_partitionsContext) Tablespace(i int) ITablespaceContext
func (*Composite_range_partitionsContext) ToStringTree ¶
func (s *Composite_range_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Compound_dml_triggerContext ¶
type Compound_dml_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCompound_dml_triggerContext ¶
func NewCompound_dml_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compound_dml_triggerContext
func NewEmptyCompound_dml_triggerContext ¶
func NewEmptyCompound_dml_triggerContext() *Compound_dml_triggerContext
func (*Compound_dml_triggerContext) Dml_event_clause ¶
func (s *Compound_dml_triggerContext) Dml_event_clause() IDml_event_clauseContext
func (*Compound_dml_triggerContext) EnterRule ¶
func (s *Compound_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Compound_dml_triggerContext) ExitRule ¶
func (s *Compound_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Compound_dml_triggerContext) FOR ¶
func (s *Compound_dml_triggerContext) FOR() antlr.TerminalNode
func (*Compound_dml_triggerContext) GetParser ¶
func (s *Compound_dml_triggerContext) GetParser() antlr.Parser
func (*Compound_dml_triggerContext) GetRuleContext ¶
func (s *Compound_dml_triggerContext) GetRuleContext() antlr.RuleContext
func (*Compound_dml_triggerContext) IsCompound_dml_triggerContext ¶
func (*Compound_dml_triggerContext) IsCompound_dml_triggerContext()
func (*Compound_dml_triggerContext) Referencing_clause ¶
func (s *Compound_dml_triggerContext) Referencing_clause() IReferencing_clauseContext
func (*Compound_dml_triggerContext) ToStringTree ¶
func (s *Compound_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Compound_expressionContext ¶
type Compound_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCompound_expressionContext ¶
func NewCompound_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compound_expressionContext
func NewEmptyCompound_expressionContext ¶
func NewEmptyCompound_expressionContext() *Compound_expressionContext
func (*Compound_expressionContext) AllConcatenation ¶
func (s *Compound_expressionContext) AllConcatenation() []IConcatenationContext
func (*Compound_expressionContext) BETWEEN ¶
func (s *Compound_expressionContext) BETWEEN() antlr.TerminalNode
func (*Compound_expressionContext) Between_elements ¶
func (s *Compound_expressionContext) Between_elements() IBetween_elementsContext
func (*Compound_expressionContext) Concatenation ¶
func (s *Compound_expressionContext) Concatenation(i int) IConcatenationContext
func (*Compound_expressionContext) ESCAPE ¶
func (s *Compound_expressionContext) ESCAPE() antlr.TerminalNode
func (*Compound_expressionContext) EnterRule ¶
func (s *Compound_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Compound_expressionContext) ExitRule ¶
func (s *Compound_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Compound_expressionContext) GetLike_type ¶
func (s *Compound_expressionContext) GetLike_type() antlr.Token
func (*Compound_expressionContext) GetParser ¶
func (s *Compound_expressionContext) GetParser() antlr.Parser
func (*Compound_expressionContext) GetRuleContext ¶
func (s *Compound_expressionContext) GetRuleContext() antlr.RuleContext
func (*Compound_expressionContext) IN ¶
func (s *Compound_expressionContext) IN() antlr.TerminalNode
func (*Compound_expressionContext) In_elements ¶
func (s *Compound_expressionContext) In_elements() IIn_elementsContext
func (*Compound_expressionContext) IsCompound_expressionContext ¶
func (*Compound_expressionContext) IsCompound_expressionContext()
func (*Compound_expressionContext) LIKE ¶
func (s *Compound_expressionContext) LIKE() antlr.TerminalNode
func (*Compound_expressionContext) LIKE2 ¶
func (s *Compound_expressionContext) LIKE2() antlr.TerminalNode
func (*Compound_expressionContext) LIKE4 ¶
func (s *Compound_expressionContext) LIKE4() antlr.TerminalNode
func (*Compound_expressionContext) LIKEC ¶
func (s *Compound_expressionContext) LIKEC() antlr.TerminalNode
func (*Compound_expressionContext) NOT ¶
func (s *Compound_expressionContext) NOT() antlr.TerminalNode
func (*Compound_expressionContext) SetLike_type ¶
func (s *Compound_expressionContext) SetLike_type(v antlr.Token)
func (*Compound_expressionContext) ToStringTree ¶
func (s *Compound_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Compound_trigger_blockContext ¶
type Compound_trigger_blockContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCompound_trigger_blockContext ¶
func NewCompound_trigger_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Compound_trigger_blockContext
func NewEmptyCompound_trigger_blockContext ¶
func NewEmptyCompound_trigger_blockContext() *Compound_trigger_blockContext
func (*Compound_trigger_blockContext) AllTiming_point_section ¶
func (s *Compound_trigger_blockContext) AllTiming_point_section() []ITiming_point_sectionContext
func (*Compound_trigger_blockContext) COMPOUND ¶
func (s *Compound_trigger_blockContext) COMPOUND() antlr.TerminalNode
func (*Compound_trigger_blockContext) END ¶
func (s *Compound_trigger_blockContext) END() antlr.TerminalNode
func (*Compound_trigger_blockContext) EnterRule ¶
func (s *Compound_trigger_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Compound_trigger_blockContext) ExitRule ¶
func (s *Compound_trigger_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Compound_trigger_blockContext) GetParser ¶
func (s *Compound_trigger_blockContext) GetParser() antlr.Parser
func (*Compound_trigger_blockContext) GetRuleContext ¶
func (s *Compound_trigger_blockContext) GetRuleContext() antlr.RuleContext
func (*Compound_trigger_blockContext) IsCompound_trigger_blockContext ¶
func (*Compound_trigger_blockContext) IsCompound_trigger_blockContext()
func (*Compound_trigger_blockContext) Seq_of_declare_specs ¶
func (s *Compound_trigger_blockContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Compound_trigger_blockContext) TRIGGER ¶
func (s *Compound_trigger_blockContext) TRIGGER() antlr.TerminalNode
func (*Compound_trigger_blockContext) Timing_point_section ¶
func (s *Compound_trigger_blockContext) Timing_point_section(i int) ITiming_point_sectionContext
func (*Compound_trigger_blockContext) ToStringTree ¶
func (s *Compound_trigger_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Compound_trigger_blockContext) Trigger_name ¶
func (s *Compound_trigger_blockContext) Trigger_name() ITrigger_nameContext
type ConcatenationContext ¶
type ConcatenationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConcatenationContext ¶
func NewConcatenationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConcatenationContext
func NewEmptyConcatenationContext ¶
func NewEmptyConcatenationContext() *ConcatenationContext
func (*ConcatenationContext) ASTERISK ¶
func (s *ConcatenationContext) ASTERISK() antlr.TerminalNode
func (*ConcatenationContext) AT ¶
func (s *ConcatenationContext) AT() antlr.TerminalNode
func (*ConcatenationContext) AllBAR ¶
func (s *ConcatenationContext) AllBAR() []antlr.TerminalNode
func (*ConcatenationContext) AllConcatenation ¶
func (s *ConcatenationContext) AllConcatenation() []IConcatenationContext
func (*ConcatenationContext) BAR ¶
func (s *ConcatenationContext) BAR(i int) antlr.TerminalNode
func (*ConcatenationContext) Concatenation ¶
func (s *ConcatenationContext) Concatenation(i int) IConcatenationContext
func (*ConcatenationContext) ERROR ¶
func (s *ConcatenationContext) ERROR() antlr.TerminalNode
func (*ConcatenationContext) EnterRule ¶
func (s *ConcatenationContext) EnterRule(listener antlr.ParseTreeListener)
func (*ConcatenationContext) ExitRule ¶
func (s *ConcatenationContext) ExitRule(listener antlr.ParseTreeListener)
func (*ConcatenationContext) GetOp ¶
func (s *ConcatenationContext) GetOp() antlr.Token
func (*ConcatenationContext) GetParser ¶
func (s *ConcatenationContext) GetParser() antlr.Parser
func (*ConcatenationContext) GetRuleContext ¶
func (s *ConcatenationContext) GetRuleContext() antlr.RuleContext
func (*ConcatenationContext) Interval_expression ¶
func (s *ConcatenationContext) Interval_expression() IInterval_expressionContext
func (*ConcatenationContext) IsConcatenationContext ¶
func (*ConcatenationContext) IsConcatenationContext()
func (*ConcatenationContext) LOCAL ¶
func (s *ConcatenationContext) LOCAL() antlr.TerminalNode
func (*ConcatenationContext) MINUS_SIGN ¶
func (s *ConcatenationContext) MINUS_SIGN() antlr.TerminalNode
func (*ConcatenationContext) Model_expression ¶
func (s *ConcatenationContext) Model_expression() IModel_expressionContext
func (*ConcatenationContext) ON ¶
func (s *ConcatenationContext) ON() antlr.TerminalNode
func (*ConcatenationContext) OVERFLOW ¶
func (s *ConcatenationContext) OVERFLOW() antlr.TerminalNode
func (*ConcatenationContext) PLUS_SIGN ¶
func (s *ConcatenationContext) PLUS_SIGN() antlr.TerminalNode
func (*ConcatenationContext) SOLIDUS ¶
func (s *ConcatenationContext) SOLIDUS() antlr.TerminalNode
func (*ConcatenationContext) SetOp ¶
func (s *ConcatenationContext) SetOp(v antlr.Token)
func (*ConcatenationContext) TIME ¶
func (s *ConcatenationContext) TIME() antlr.TerminalNode
func (*ConcatenationContext) TRUNCATE ¶
func (s *ConcatenationContext) TRUNCATE() antlr.TerminalNode
func (*ConcatenationContext) ToStringTree ¶
func (s *ConcatenationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ConcatenationContext) ZONE ¶
func (s *ConcatenationContext) ZONE() antlr.TerminalNode
type ConditionContext ¶
type ConditionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConditionContext ¶
func NewConditionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionContext
func NewEmptyConditionContext ¶
func NewEmptyConditionContext() *ConditionContext
func (*ConditionContext) EnterRule ¶
func (s *ConditionContext) EnterRule(listener antlr.ParseTreeListener)
func (*ConditionContext) ExitRule ¶
func (s *ConditionContext) ExitRule(listener antlr.ParseTreeListener)
func (*ConditionContext) Expression ¶
func (s *ConditionContext) Expression() IExpressionContext
func (*ConditionContext) GetParser ¶
func (s *ConditionContext) GetParser() antlr.Parser
func (*ConditionContext) GetRuleContext ¶
func (s *ConditionContext) GetRuleContext() antlr.RuleContext
func (*ConditionContext) IsConditionContext ¶
func (*ConditionContext) IsConditionContext()
func (*ConditionContext) ToStringTree ¶
func (s *ConditionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Conditional_insert_clauseContext ¶
type Conditional_insert_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConditional_insert_clauseContext ¶
func NewConditional_insert_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Conditional_insert_clauseContext
func NewEmptyConditional_insert_clauseContext ¶
func NewEmptyConditional_insert_clauseContext() *Conditional_insert_clauseContext
func (*Conditional_insert_clauseContext) ALL ¶
func (s *Conditional_insert_clauseContext) ALL() antlr.TerminalNode
func (*Conditional_insert_clauseContext) AllConditional_insert_when_part ¶
func (s *Conditional_insert_clauseContext) AllConditional_insert_when_part() []IConditional_insert_when_partContext
func (*Conditional_insert_clauseContext) Conditional_insert_else_part ¶
func (s *Conditional_insert_clauseContext) Conditional_insert_else_part() IConditional_insert_else_partContext
func (*Conditional_insert_clauseContext) Conditional_insert_when_part ¶
func (s *Conditional_insert_clauseContext) Conditional_insert_when_part(i int) IConditional_insert_when_partContext
func (*Conditional_insert_clauseContext) EnterRule ¶
func (s *Conditional_insert_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_clauseContext) ExitRule ¶
func (s *Conditional_insert_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_clauseContext) FIRST ¶
func (s *Conditional_insert_clauseContext) FIRST() antlr.TerminalNode
func (*Conditional_insert_clauseContext) GetParser ¶
func (s *Conditional_insert_clauseContext) GetParser() antlr.Parser
func (*Conditional_insert_clauseContext) GetRuleContext ¶
func (s *Conditional_insert_clauseContext) GetRuleContext() antlr.RuleContext
func (*Conditional_insert_clauseContext) IsConditional_insert_clauseContext ¶
func (*Conditional_insert_clauseContext) IsConditional_insert_clauseContext()
func (*Conditional_insert_clauseContext) ToStringTree ¶
func (s *Conditional_insert_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Conditional_insert_else_partContext ¶
type Conditional_insert_else_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConditional_insert_else_partContext ¶
func NewConditional_insert_else_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Conditional_insert_else_partContext
func NewEmptyConditional_insert_else_partContext ¶
func NewEmptyConditional_insert_else_partContext() *Conditional_insert_else_partContext
func (*Conditional_insert_else_partContext) AllMulti_table_element ¶
func (s *Conditional_insert_else_partContext) AllMulti_table_element() []IMulti_table_elementContext
func (*Conditional_insert_else_partContext) ELSE ¶
func (s *Conditional_insert_else_partContext) ELSE() antlr.TerminalNode
func (*Conditional_insert_else_partContext) EnterRule ¶
func (s *Conditional_insert_else_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_else_partContext) ExitRule ¶
func (s *Conditional_insert_else_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_else_partContext) GetParser ¶
func (s *Conditional_insert_else_partContext) GetParser() antlr.Parser
func (*Conditional_insert_else_partContext) GetRuleContext ¶
func (s *Conditional_insert_else_partContext) GetRuleContext() antlr.RuleContext
func (*Conditional_insert_else_partContext) IsConditional_insert_else_partContext ¶
func (*Conditional_insert_else_partContext) IsConditional_insert_else_partContext()
func (*Conditional_insert_else_partContext) Multi_table_element ¶
func (s *Conditional_insert_else_partContext) Multi_table_element(i int) IMulti_table_elementContext
func (*Conditional_insert_else_partContext) ToStringTree ¶
func (s *Conditional_insert_else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Conditional_insert_when_partContext ¶
type Conditional_insert_when_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConditional_insert_when_partContext ¶
func NewConditional_insert_when_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Conditional_insert_when_partContext
func NewEmptyConditional_insert_when_partContext ¶
func NewEmptyConditional_insert_when_partContext() *Conditional_insert_when_partContext
func (*Conditional_insert_when_partContext) AllMulti_table_element ¶
func (s *Conditional_insert_when_partContext) AllMulti_table_element() []IMulti_table_elementContext
func (*Conditional_insert_when_partContext) Condition ¶
func (s *Conditional_insert_when_partContext) Condition() IConditionContext
func (*Conditional_insert_when_partContext) EnterRule ¶
func (s *Conditional_insert_when_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_when_partContext) ExitRule ¶
func (s *Conditional_insert_when_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Conditional_insert_when_partContext) GetParser ¶
func (s *Conditional_insert_when_partContext) GetParser() antlr.Parser
func (*Conditional_insert_when_partContext) GetRuleContext ¶
func (s *Conditional_insert_when_partContext) GetRuleContext() antlr.RuleContext
func (*Conditional_insert_when_partContext) IsConditional_insert_when_partContext ¶
func (*Conditional_insert_when_partContext) IsConditional_insert_when_partContext()
func (*Conditional_insert_when_partContext) Multi_table_element ¶
func (s *Conditional_insert_when_partContext) Multi_table_element(i int) IMulti_table_elementContext
func (*Conditional_insert_when_partContext) THEN ¶
func (s *Conditional_insert_when_partContext) THEN() antlr.TerminalNode
func (*Conditional_insert_when_partContext) ToStringTree ¶
func (s *Conditional_insert_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Conditional_insert_when_partContext) WHEN ¶
func (s *Conditional_insert_when_partContext) WHEN() antlr.TerminalNode
type ConstantContext ¶
type ConstantContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstantContext ¶
func NewConstantContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConstantContext
func NewEmptyConstantContext ¶
func NewEmptyConstantContext() *ConstantContext
func (*ConstantContext) AT ¶
func (s *ConstantContext) AT() antlr.TerminalNode
func (*ConstantContext) AllBind_variable ¶
func (s *ConstantContext) AllBind_variable() []IBind_variableContext
func (*ConstantContext) AllDAY ¶
func (s *ConstantContext) AllDAY() []antlr.TerminalNode
func (*ConstantContext) AllHOUR ¶
func (s *ConstantContext) AllHOUR() []antlr.TerminalNode
func (*ConstantContext) AllLEFT_PAREN ¶
func (s *ConstantContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*ConstantContext) AllMINUTE ¶
func (s *ConstantContext) AllMINUTE() []antlr.TerminalNode
func (*ConstantContext) AllQuoted_string ¶
func (s *ConstantContext) AllQuoted_string() []IQuoted_stringContext
func (*ConstantContext) AllRIGHT_PAREN ¶
func (s *ConstantContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*ConstantContext) AllSECOND ¶
func (s *ConstantContext) AllSECOND() []antlr.TerminalNode
func (*ConstantContext) AllUNSIGNED_INTEGER ¶
func (s *ConstantContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*ConstantContext) Bind_variable ¶
func (s *ConstantContext) Bind_variable(i int) IBind_variableContext
func (*ConstantContext) COMMA ¶
func (s *ConstantContext) COMMA() antlr.TerminalNode
func (*ConstantContext) DATE ¶
func (s *ConstantContext) DATE() antlr.TerminalNode
func (*ConstantContext) DAY ¶
func (s *ConstantContext) DAY(i int) antlr.TerminalNode
func (*ConstantContext) DBTIMEZONE ¶
func (s *ConstantContext) DBTIMEZONE() antlr.TerminalNode
func (*ConstantContext) DEFAULT ¶
func (s *ConstantContext) DEFAULT() antlr.TerminalNode
func (*ConstantContext) EnterRule ¶
func (s *ConstantContext) EnterRule(listener antlr.ParseTreeListener)
func (*ConstantContext) ExitRule ¶
func (s *ConstantContext) ExitRule(listener antlr.ParseTreeListener)
func (*ConstantContext) FALSE ¶
func (s *ConstantContext) FALSE() antlr.TerminalNode
func (*ConstantContext) General_element_part ¶
func (s *ConstantContext) General_element_part() IGeneral_element_partContext
func (*ConstantContext) GetParser ¶
func (s *ConstantContext) GetParser() antlr.Parser
func (*ConstantContext) GetRuleContext ¶
func (s *ConstantContext) GetRuleContext() antlr.RuleContext
func (*ConstantContext) HOUR ¶
func (s *ConstantContext) HOUR(i int) antlr.TerminalNode
func (*ConstantContext) INTERVAL ¶
func (s *ConstantContext) INTERVAL() antlr.TerminalNode
func (*ConstantContext) IsConstantContext ¶
func (*ConstantContext) IsConstantContext()
func (*ConstantContext) LEFT_PAREN ¶
func (s *ConstantContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*ConstantContext) MAXVALUE ¶
func (s *ConstantContext) MAXVALUE() antlr.TerminalNode
func (*ConstantContext) MINUTE ¶
func (s *ConstantContext) MINUTE(i int) antlr.TerminalNode
func (*ConstantContext) MINVALUE ¶
func (s *ConstantContext) MINVALUE() antlr.TerminalNode
func (*ConstantContext) MONTH ¶
func (s *ConstantContext) MONTH() antlr.TerminalNode
func (*ConstantContext) NULL_ ¶
func (s *ConstantContext) NULL_() antlr.TerminalNode
func (*ConstantContext) Numeric ¶
func (s *ConstantContext) Numeric() INumericContext
func (*ConstantContext) Quoted_string ¶
func (s *ConstantContext) Quoted_string(i int) IQuoted_stringContext
func (*ConstantContext) RIGHT_PAREN ¶
func (s *ConstantContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*ConstantContext) SECOND ¶
func (s *ConstantContext) SECOND(i int) antlr.TerminalNode
func (*ConstantContext) SESSIONTIMEZONE ¶
func (s *ConstantContext) SESSIONTIMEZONE() antlr.TerminalNode
func (*ConstantContext) TIME ¶
func (s *ConstantContext) TIME() antlr.TerminalNode
func (*ConstantContext) TIMESTAMP ¶
func (s *ConstantContext) TIMESTAMP() antlr.TerminalNode
func (*ConstantContext) TO ¶
func (s *ConstantContext) TO() antlr.TerminalNode
func (*ConstantContext) TRUE ¶
func (s *ConstantContext) TRUE() antlr.TerminalNode
func (*ConstantContext) ToStringTree ¶
func (s *ConstantContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ConstantContext) UNSIGNED_INTEGER ¶
func (s *ConstantContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
func (*ConstantContext) YEAR ¶
func (s *ConstantContext) YEAR() antlr.TerminalNode
func (*ConstantContext) ZONE ¶
func (s *ConstantContext) ZONE() antlr.TerminalNode
type Constraint_clausesContext ¶
type Constraint_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstraint_clausesContext ¶
func NewConstraint_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Constraint_clausesContext
func NewEmptyConstraint_clausesContext ¶
func NewEmptyConstraint_clausesContext() *Constraint_clausesContext
func (*Constraint_clausesContext) ADD ¶
func (s *Constraint_clausesContext) ADD() antlr.TerminalNode
func (*Constraint_clausesContext) AllCOMMA ¶
func (s *Constraint_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Constraint_clausesContext) AllColumn_name ¶
func (s *Constraint_clausesContext) AllColumn_name() []IColumn_nameContext
func (*Constraint_clausesContext) AllDrop_constraint_clause ¶
func (s *Constraint_clausesContext) AllDrop_constraint_clause() []IDrop_constraint_clauseContext
func (*Constraint_clausesContext) AllOut_of_line_constraint ¶
func (s *Constraint_clausesContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
func (*Constraint_clausesContext) CASCADE ¶
func (s *Constraint_clausesContext) CASCADE() antlr.TerminalNode
func (*Constraint_clausesContext) COMMA ¶
func (s *Constraint_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Constraint_clausesContext) CONSTRAINT ¶
func (s *Constraint_clausesContext) CONSTRAINT() antlr.TerminalNode
func (*Constraint_clausesContext) Column_name ¶
func (s *Constraint_clausesContext) Column_name(i int) IColumn_nameContext
func (*Constraint_clausesContext) Constraint_name ¶
func (s *Constraint_clausesContext) Constraint_name() IConstraint_nameContext
func (*Constraint_clausesContext) Constraint_state ¶
func (s *Constraint_clausesContext) Constraint_state() IConstraint_stateContext
func (*Constraint_clausesContext) Drop_constraint_clause ¶
func (s *Constraint_clausesContext) Drop_constraint_clause(i int) IDrop_constraint_clauseContext
func (*Constraint_clausesContext) EnterRule ¶
func (s *Constraint_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Constraint_clausesContext) ExitRule ¶
func (s *Constraint_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Constraint_clausesContext) GetParser ¶
func (s *Constraint_clausesContext) GetParser() antlr.Parser
func (*Constraint_clausesContext) GetRuleContext ¶
func (s *Constraint_clausesContext) GetRuleContext() antlr.RuleContext
func (*Constraint_clausesContext) IsConstraint_clausesContext ¶
func (*Constraint_clausesContext) IsConstraint_clausesContext()
func (*Constraint_clausesContext) KEY ¶
func (s *Constraint_clausesContext) KEY() antlr.TerminalNode
func (*Constraint_clausesContext) LEFT_PAREN ¶
func (s *Constraint_clausesContext) LEFT_PAREN() antlr.TerminalNode
func (*Constraint_clausesContext) MODIFY ¶
func (s *Constraint_clausesContext) MODIFY() antlr.TerminalNode
func (*Constraint_clausesContext) New_constraint_name ¶
func (s *Constraint_clausesContext) New_constraint_name() INew_constraint_nameContext
func (*Constraint_clausesContext) Old_constraint_name ¶
func (s *Constraint_clausesContext) Old_constraint_name() IOld_constraint_nameContext
func (*Constraint_clausesContext) Out_of_line_constraint ¶
func (s *Constraint_clausesContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
func (*Constraint_clausesContext) Out_of_line_ref_constraint ¶
func (s *Constraint_clausesContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
func (*Constraint_clausesContext) PRIMARY ¶
func (s *Constraint_clausesContext) PRIMARY() antlr.TerminalNode
func (*Constraint_clausesContext) RENAME ¶
func (s *Constraint_clausesContext) RENAME() antlr.TerminalNode
func (*Constraint_clausesContext) RIGHT_PAREN ¶
func (s *Constraint_clausesContext) RIGHT_PAREN() antlr.TerminalNode
func (*Constraint_clausesContext) TO ¶
func (s *Constraint_clausesContext) TO() antlr.TerminalNode
func (*Constraint_clausesContext) ToStringTree ¶
func (s *Constraint_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Constraint_clausesContext) UNIQUE ¶
func (s *Constraint_clausesContext) UNIQUE() antlr.TerminalNode
type Constraint_nameContext ¶
type Constraint_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstraint_nameContext ¶
func NewConstraint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Constraint_nameContext
func NewEmptyConstraint_nameContext ¶
func NewEmptyConstraint_nameContext() *Constraint_nameContext
func (*Constraint_nameContext) AT_SIGN ¶
func (s *Constraint_nameContext) AT_SIGN() antlr.TerminalNode
func (*Constraint_nameContext) AllId_expression ¶
func (s *Constraint_nameContext) AllId_expression() []IId_expressionContext
func (*Constraint_nameContext) AllPERIOD ¶
func (s *Constraint_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Constraint_nameContext) EnterRule ¶
func (s *Constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Constraint_nameContext) ExitRule ¶
func (s *Constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Constraint_nameContext) GetParser ¶
func (s *Constraint_nameContext) GetParser() antlr.Parser
func (*Constraint_nameContext) GetRuleContext ¶
func (s *Constraint_nameContext) GetRuleContext() antlr.RuleContext
func (*Constraint_nameContext) Id_expression ¶
func (s *Constraint_nameContext) Id_expression(i int) IId_expressionContext
func (*Constraint_nameContext) Identifier ¶
func (s *Constraint_nameContext) Identifier() IIdentifierContext
func (*Constraint_nameContext) IsConstraint_nameContext ¶
func (*Constraint_nameContext) IsConstraint_nameContext()
func (*Constraint_nameContext) Link_name ¶
func (s *Constraint_nameContext) Link_name() ILink_nameContext
func (*Constraint_nameContext) PERIOD ¶
func (s *Constraint_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Constraint_nameContext) ToStringTree ¶
func (s *Constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Constraint_stateContext ¶
type Constraint_stateContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstraint_stateContext ¶
func NewConstraint_stateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Constraint_stateContext
func NewEmptyConstraint_stateContext ¶
func NewEmptyConstraint_stateContext() *Constraint_stateContext
func (*Constraint_stateContext) AllDEFERRABLE ¶
func (s *Constraint_stateContext) AllDEFERRABLE() []antlr.TerminalNode
func (*Constraint_stateContext) AllDEFERRED ¶
func (s *Constraint_stateContext) AllDEFERRED() []antlr.TerminalNode
func (*Constraint_stateContext) AllDISABLE ¶
func (s *Constraint_stateContext) AllDISABLE() []antlr.TerminalNode
func (*Constraint_stateContext) AllENABLE ¶
func (s *Constraint_stateContext) AllENABLE() []antlr.TerminalNode
func (*Constraint_stateContext) AllIMMEDIATE ¶
func (s *Constraint_stateContext) AllIMMEDIATE() []antlr.TerminalNode
func (*Constraint_stateContext) AllINITIALLY ¶
func (s *Constraint_stateContext) AllINITIALLY() []antlr.TerminalNode
func (*Constraint_stateContext) AllNORELY ¶
func (s *Constraint_stateContext) AllNORELY() []antlr.TerminalNode
func (*Constraint_stateContext) AllNOT ¶
func (s *Constraint_stateContext) AllNOT() []antlr.TerminalNode
func (*Constraint_stateContext) AllNOVALIDATE ¶
func (s *Constraint_stateContext) AllNOVALIDATE() []antlr.TerminalNode
func (*Constraint_stateContext) AllRELY ¶
func (s *Constraint_stateContext) AllRELY() []antlr.TerminalNode
func (*Constraint_stateContext) AllUsing_index_clause ¶
func (s *Constraint_stateContext) AllUsing_index_clause() []IUsing_index_clauseContext
func (*Constraint_stateContext) AllVALIDATE ¶
func (s *Constraint_stateContext) AllVALIDATE() []antlr.TerminalNode
func (*Constraint_stateContext) DEFERRABLE ¶
func (s *Constraint_stateContext) DEFERRABLE(i int) antlr.TerminalNode
func (*Constraint_stateContext) DEFERRED ¶
func (s *Constraint_stateContext) DEFERRED(i int) antlr.TerminalNode
func (*Constraint_stateContext) DISABLE ¶
func (s *Constraint_stateContext) DISABLE(i int) antlr.TerminalNode
func (*Constraint_stateContext) ENABLE ¶
func (s *Constraint_stateContext) ENABLE(i int) antlr.TerminalNode
func (*Constraint_stateContext) EnterRule ¶
func (s *Constraint_stateContext) EnterRule(listener antlr.ParseTreeListener)
func (*Constraint_stateContext) ExitRule ¶
func (s *Constraint_stateContext) ExitRule(listener antlr.ParseTreeListener)
func (*Constraint_stateContext) GetParser ¶
func (s *Constraint_stateContext) GetParser() antlr.Parser
func (*Constraint_stateContext) GetRuleContext ¶
func (s *Constraint_stateContext) GetRuleContext() antlr.RuleContext
func (*Constraint_stateContext) IMMEDIATE ¶
func (s *Constraint_stateContext) IMMEDIATE(i int) antlr.TerminalNode
func (*Constraint_stateContext) INITIALLY ¶
func (s *Constraint_stateContext) INITIALLY(i int) antlr.TerminalNode
func (*Constraint_stateContext) IsConstraint_stateContext ¶
func (*Constraint_stateContext) IsConstraint_stateContext()
func (*Constraint_stateContext) NORELY ¶
func (s *Constraint_stateContext) NORELY(i int) antlr.TerminalNode
func (*Constraint_stateContext) NOT ¶
func (s *Constraint_stateContext) NOT(i int) antlr.TerminalNode
func (*Constraint_stateContext) NOVALIDATE ¶
func (s *Constraint_stateContext) NOVALIDATE(i int) antlr.TerminalNode
func (*Constraint_stateContext) RELY ¶
func (s *Constraint_stateContext) RELY(i int) antlr.TerminalNode
func (*Constraint_stateContext) ToStringTree ¶
func (s *Constraint_stateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Constraint_stateContext) Using_index_clause ¶
func (s *Constraint_stateContext) Using_index_clause(i int) IUsing_index_clauseContext
func (*Constraint_stateContext) VALIDATE ¶
func (s *Constraint_stateContext) VALIDATE(i int) antlr.TerminalNode
type Constructor_declarationContext ¶
type Constructor_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstructor_declarationContext ¶
func NewConstructor_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Constructor_declarationContext
func NewEmptyConstructor_declarationContext ¶
func NewEmptyConstructor_declarationContext() *Constructor_declarationContext
func (*Constructor_declarationContext) AS ¶
func (s *Constructor_declarationContext) AS(i int) antlr.TerminalNode
func (*Constructor_declarationContext) AllAS ¶
func (s *Constructor_declarationContext) AllAS() []antlr.TerminalNode
func (*Constructor_declarationContext) AllCOMMA ¶
func (s *Constructor_declarationContext) AllCOMMA() []antlr.TerminalNode
func (*Constructor_declarationContext) AllSELF ¶
func (s *Constructor_declarationContext) AllSELF() []antlr.TerminalNode
func (*Constructor_declarationContext) AllType_elements_parameter ¶
func (s *Constructor_declarationContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Constructor_declarationContext) AllType_spec ¶
func (s *Constructor_declarationContext) AllType_spec() []IType_specContext
func (*Constructor_declarationContext) Body ¶
func (s *Constructor_declarationContext) Body() IBodyContext
func (*Constructor_declarationContext) COMMA ¶
func (s *Constructor_declarationContext) COMMA(i int) antlr.TerminalNode
func (*Constructor_declarationContext) CONSTRUCTOR ¶
func (s *Constructor_declarationContext) CONSTRUCTOR() antlr.TerminalNode
func (*Constructor_declarationContext) Call_spec ¶
func (s *Constructor_declarationContext) Call_spec() ICall_specContext
func (*Constructor_declarationContext) DECLARE ¶
func (s *Constructor_declarationContext) DECLARE() antlr.TerminalNode
func (*Constructor_declarationContext) EnterRule ¶
func (s *Constructor_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Constructor_declarationContext) ExitRule ¶
func (s *Constructor_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Constructor_declarationContext) FINAL ¶
func (s *Constructor_declarationContext) FINAL() antlr.TerminalNode
func (*Constructor_declarationContext) FUNCTION ¶
func (s *Constructor_declarationContext) FUNCTION() antlr.TerminalNode
func (*Constructor_declarationContext) GetParser ¶
func (s *Constructor_declarationContext) GetParser() antlr.Parser
func (*Constructor_declarationContext) GetRuleContext ¶
func (s *Constructor_declarationContext) GetRuleContext() antlr.RuleContext
func (*Constructor_declarationContext) IN ¶
func (s *Constructor_declarationContext) IN() antlr.TerminalNode
func (*Constructor_declarationContext) INSTANTIABLE ¶
func (s *Constructor_declarationContext) INSTANTIABLE() antlr.TerminalNode
func (*Constructor_declarationContext) IS ¶
func (s *Constructor_declarationContext) IS() antlr.TerminalNode
func (*Constructor_declarationContext) IsConstructor_declarationContext ¶
func (*Constructor_declarationContext) IsConstructor_declarationContext()
func (*Constructor_declarationContext) LEFT_PAREN ¶
func (s *Constructor_declarationContext) LEFT_PAREN() antlr.TerminalNode
func (*Constructor_declarationContext) OUT ¶
func (s *Constructor_declarationContext) OUT() antlr.TerminalNode
func (*Constructor_declarationContext) RESULT ¶
func (s *Constructor_declarationContext) RESULT() antlr.TerminalNode
func (*Constructor_declarationContext) RETURN ¶
func (s *Constructor_declarationContext) RETURN() antlr.TerminalNode
func (*Constructor_declarationContext) RIGHT_PAREN ¶
func (s *Constructor_declarationContext) RIGHT_PAREN() antlr.TerminalNode
func (*Constructor_declarationContext) SELF ¶
func (s *Constructor_declarationContext) SELF(i int) antlr.TerminalNode
func (*Constructor_declarationContext) SEMICOLON ¶
func (s *Constructor_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Constructor_declarationContext) Seq_of_declare_specs ¶
func (s *Constructor_declarationContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Constructor_declarationContext) ToStringTree ¶
func (s *Constructor_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Constructor_declarationContext) Type_elements_parameter ¶
func (s *Constructor_declarationContext) Type_elements_parameter(i int) IType_elements_parameterContext
func (*Constructor_declarationContext) Type_spec ¶
func (s *Constructor_declarationContext) Type_spec(i int) IType_specContext
type Constructor_specContext ¶
type Constructor_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConstructor_specContext ¶
func NewConstructor_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Constructor_specContext
func NewEmptyConstructor_specContext ¶
func NewEmptyConstructor_specContext() *Constructor_specContext
func (*Constructor_specContext) AS ¶
func (s *Constructor_specContext) AS(i int) antlr.TerminalNode
func (*Constructor_specContext) AllAS ¶
func (s *Constructor_specContext) AllAS() []antlr.TerminalNode
func (*Constructor_specContext) AllCOMMA ¶
func (s *Constructor_specContext) AllCOMMA() []antlr.TerminalNode
func (*Constructor_specContext) AllSELF ¶
func (s *Constructor_specContext) AllSELF() []antlr.TerminalNode
func (*Constructor_specContext) AllType_elements_parameter ¶
func (s *Constructor_specContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Constructor_specContext) AllType_spec ¶
func (s *Constructor_specContext) AllType_spec() []IType_specContext
func (*Constructor_specContext) COMMA ¶
func (s *Constructor_specContext) COMMA(i int) antlr.TerminalNode
func (*Constructor_specContext) CONSTRUCTOR ¶
func (s *Constructor_specContext) CONSTRUCTOR() antlr.TerminalNode
func (*Constructor_specContext) Call_spec ¶
func (s *Constructor_specContext) Call_spec() ICall_specContext
func (*Constructor_specContext) EnterRule ¶
func (s *Constructor_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Constructor_specContext) ExitRule ¶
func (s *Constructor_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Constructor_specContext) FINAL ¶
func (s *Constructor_specContext) FINAL() antlr.TerminalNode
func (*Constructor_specContext) FUNCTION ¶
func (s *Constructor_specContext) FUNCTION() antlr.TerminalNode
func (*Constructor_specContext) GetParser ¶
func (s *Constructor_specContext) GetParser() antlr.Parser
func (*Constructor_specContext) GetRuleContext ¶
func (s *Constructor_specContext) GetRuleContext() antlr.RuleContext
func (*Constructor_specContext) IN ¶
func (s *Constructor_specContext) IN() antlr.TerminalNode
func (*Constructor_specContext) INSTANTIABLE ¶
func (s *Constructor_specContext) INSTANTIABLE() antlr.TerminalNode
func (*Constructor_specContext) IS ¶
func (s *Constructor_specContext) IS() antlr.TerminalNode
func (*Constructor_specContext) IsConstructor_specContext ¶
func (*Constructor_specContext) IsConstructor_specContext()
func (*Constructor_specContext) LEFT_PAREN ¶
func (s *Constructor_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Constructor_specContext) OUT ¶
func (s *Constructor_specContext) OUT() antlr.TerminalNode
func (*Constructor_specContext) RESULT ¶
func (s *Constructor_specContext) RESULT() antlr.TerminalNode
func (*Constructor_specContext) RETURN ¶
func (s *Constructor_specContext) RETURN() antlr.TerminalNode
func (*Constructor_specContext) RIGHT_PAREN ¶
func (s *Constructor_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Constructor_specContext) SELF ¶
func (s *Constructor_specContext) SELF(i int) antlr.TerminalNode
func (*Constructor_specContext) ToStringTree ¶
func (s *Constructor_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Constructor_specContext) Type_elements_parameter ¶
func (s *Constructor_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
func (*Constructor_specContext) Type_spec ¶
func (s *Constructor_specContext) Type_spec(i int) IType_specContext
type Container_clauseContext ¶
type Container_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewContainer_clauseContext ¶
func NewContainer_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Container_clauseContext
func NewEmptyContainer_clauseContext ¶
func NewEmptyContainer_clauseContext() *Container_clauseContext
func (*Container_clauseContext) ALL ¶
func (s *Container_clauseContext) ALL() antlr.TerminalNode
func (*Container_clauseContext) CONTAINER ¶
func (s *Container_clauseContext) CONTAINER() antlr.TerminalNode
func (*Container_clauseContext) CURRENT ¶
func (s *Container_clauseContext) CURRENT() antlr.TerminalNode
func (*Container_clauseContext) EQUALS_OP ¶
func (s *Container_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Container_clauseContext) EnterRule ¶
func (s *Container_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Container_clauseContext) ExitRule ¶
func (s *Container_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Container_clauseContext) GetParser ¶
func (s *Container_clauseContext) GetParser() antlr.Parser
func (*Container_clauseContext) GetRuleContext ¶
func (s *Container_clauseContext) GetRuleContext() antlr.RuleContext
func (*Container_clauseContext) IsContainer_clauseContext ¶
func (*Container_clauseContext) IsContainer_clauseContext()
func (*Container_clauseContext) ToStringTree ¶
func (s *Container_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Container_data_clauseContext ¶
type Container_data_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewContainer_data_clauseContext ¶
func NewContainer_data_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Container_data_clauseContext
func NewEmptyContainer_data_clauseContext ¶
func NewEmptyContainer_data_clauseContext() *Container_data_clauseContext
func (*Container_data_clauseContext) Add_rem_container_data ¶
func (s *Container_data_clauseContext) Add_rem_container_data() IAdd_rem_container_dataContext
func (*Container_data_clauseContext) Container_tableview_name ¶
func (s *Container_data_clauseContext) Container_tableview_name() IContainer_tableview_nameContext
func (*Container_data_clauseContext) EnterRule ¶
func (s *Container_data_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Container_data_clauseContext) ExitRule ¶
func (s *Container_data_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Container_data_clauseContext) FOR ¶
func (s *Container_data_clauseContext) FOR() antlr.TerminalNode
func (*Container_data_clauseContext) GetParser ¶
func (s *Container_data_clauseContext) GetParser() antlr.Parser
func (*Container_data_clauseContext) GetRuleContext ¶
func (s *Container_data_clauseContext) GetRuleContext() antlr.RuleContext
func (*Container_data_clauseContext) IsContainer_data_clauseContext ¶
func (*Container_data_clauseContext) IsContainer_data_clauseContext()
func (*Container_data_clauseContext) Set_container_data ¶
func (s *Container_data_clauseContext) Set_container_data() ISet_container_dataContext
func (*Container_data_clauseContext) ToStringTree ¶
func (s *Container_data_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Container_namesContext ¶
type Container_namesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewContainer_namesContext ¶
func NewContainer_namesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Container_namesContext
func NewEmptyContainer_namesContext ¶
func NewEmptyContainer_namesContext() *Container_namesContext
func (*Container_namesContext) AllCOMMA ¶
func (s *Container_namesContext) AllCOMMA() []antlr.TerminalNode
func (*Container_namesContext) AllId_expression ¶
func (s *Container_namesContext) AllId_expression() []IId_expressionContext
func (*Container_namesContext) COMMA ¶
func (s *Container_namesContext) COMMA(i int) antlr.TerminalNode
func (*Container_namesContext) EnterRule ¶
func (s *Container_namesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Container_namesContext) ExitRule ¶
func (s *Container_namesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Container_namesContext) GetParser ¶
func (s *Container_namesContext) GetParser() antlr.Parser
func (*Container_namesContext) GetRuleContext ¶
func (s *Container_namesContext) GetRuleContext() antlr.RuleContext
func (*Container_namesContext) Id_expression ¶
func (s *Container_namesContext) Id_expression(i int) IId_expressionContext
func (*Container_namesContext) IsContainer_namesContext ¶
func (*Container_namesContext) IsContainer_namesContext()
func (*Container_namesContext) LEFT_PAREN ¶
func (s *Container_namesContext) LEFT_PAREN() antlr.TerminalNode
func (*Container_namesContext) RIGHT_PAREN ¶
func (s *Container_namesContext) RIGHT_PAREN() antlr.TerminalNode
func (*Container_namesContext) ToStringTree ¶
func (s *Container_namesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Container_tableview_nameContext ¶
type Container_tableview_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewContainer_tableview_nameContext ¶
func NewContainer_tableview_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Container_tableview_nameContext
func NewEmptyContainer_tableview_nameContext ¶
func NewEmptyContainer_tableview_nameContext() *Container_tableview_nameContext
func (*Container_tableview_nameContext) EnterRule ¶
func (s *Container_tableview_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Container_tableview_nameContext) ExitRule ¶
func (s *Container_tableview_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Container_tableview_nameContext) GetParser ¶
func (s *Container_tableview_nameContext) GetParser() antlr.Parser
func (*Container_tableview_nameContext) GetRuleContext ¶
func (s *Container_tableview_nameContext) GetRuleContext() antlr.RuleContext
func (*Container_tableview_nameContext) Id_expression ¶
func (s *Container_tableview_nameContext) Id_expression() IId_expressionContext
func (*Container_tableview_nameContext) Identifier ¶
func (s *Container_tableview_nameContext) Identifier() IIdentifierContext
func (*Container_tableview_nameContext) IsContainer_tableview_nameContext ¶
func (*Container_tableview_nameContext) IsContainer_tableview_nameContext()
func (*Container_tableview_nameContext) PERIOD ¶
func (s *Container_tableview_nameContext) PERIOD() antlr.TerminalNode
func (*Container_tableview_nameContext) ToStringTree ¶
func (s *Container_tableview_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Continue_statementContext ¶
type Continue_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewContinue_statementContext ¶
func NewContinue_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Continue_statementContext
func NewEmptyContinue_statementContext ¶
func NewEmptyContinue_statementContext() *Continue_statementContext
func (*Continue_statementContext) CONTINUE ¶
func (s *Continue_statementContext) CONTINUE() antlr.TerminalNode
func (*Continue_statementContext) Condition ¶
func (s *Continue_statementContext) Condition() IConditionContext
func (*Continue_statementContext) EnterRule ¶
func (s *Continue_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Continue_statementContext) ExitRule ¶
func (s *Continue_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Continue_statementContext) GetParser ¶
func (s *Continue_statementContext) GetParser() antlr.Parser
func (*Continue_statementContext) GetRuleContext ¶
func (s *Continue_statementContext) GetRuleContext() antlr.RuleContext
func (*Continue_statementContext) IsContinue_statementContext ¶
func (*Continue_statementContext) IsContinue_statementContext()
func (*Continue_statementContext) Label_name ¶
func (s *Continue_statementContext) Label_name() ILabel_nameContext
func (*Continue_statementContext) ToStringTree ¶
func (s *Continue_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Continue_statementContext) WHEN ¶
func (s *Continue_statementContext) WHEN() antlr.TerminalNode
type Controlfile_clausesContext ¶
type Controlfile_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewControlfile_clausesContext ¶
func NewControlfile_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Controlfile_clausesContext
func NewEmptyControlfile_clausesContext ¶
func NewEmptyControlfile_clausesContext() *Controlfile_clausesContext
func (*Controlfile_clausesContext) AS ¶
func (s *Controlfile_clausesContext) AS() antlr.TerminalNode
func (*Controlfile_clausesContext) BACKUP ¶
func (s *Controlfile_clausesContext) BACKUP() antlr.TerminalNode
func (*Controlfile_clausesContext) CONTROLFILE ¶
func (s *Controlfile_clausesContext) CONTROLFILE() antlr.TerminalNode
func (*Controlfile_clausesContext) CREATE ¶
func (s *Controlfile_clausesContext) CREATE() antlr.TerminalNode
func (*Controlfile_clausesContext) EnterRule ¶
func (s *Controlfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Controlfile_clausesContext) ExitRule ¶
func (s *Controlfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Controlfile_clausesContext) Filename ¶
func (s *Controlfile_clausesContext) Filename() IFilenameContext
func (*Controlfile_clausesContext) GetParser ¶
func (s *Controlfile_clausesContext) GetParser() antlr.Parser
func (*Controlfile_clausesContext) GetRuleContext ¶
func (s *Controlfile_clausesContext) GetRuleContext() antlr.RuleContext
func (*Controlfile_clausesContext) IsControlfile_clausesContext ¶
func (*Controlfile_clausesContext) IsControlfile_clausesContext()
func (*Controlfile_clausesContext) LOGICAL ¶
func (s *Controlfile_clausesContext) LOGICAL() antlr.TerminalNode
func (*Controlfile_clausesContext) PHYSICAL ¶
func (s *Controlfile_clausesContext) PHYSICAL() antlr.TerminalNode
func (*Controlfile_clausesContext) REUSE ¶
func (s *Controlfile_clausesContext) REUSE() antlr.TerminalNode
func (*Controlfile_clausesContext) STANDBY ¶
func (s *Controlfile_clausesContext) STANDBY() antlr.TerminalNode
func (*Controlfile_clausesContext) TO ¶
func (s *Controlfile_clausesContext) TO() antlr.TerminalNode
func (*Controlfile_clausesContext) ToStringTree ¶
func (s *Controlfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Controlfile_clausesContext) Trace_file_clause ¶
func (s *Controlfile_clausesContext) Trace_file_clause() ITrace_file_clauseContext
type Convert_database_clauseContext ¶
type Convert_database_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewConvert_database_clauseContext ¶
func NewConvert_database_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Convert_database_clauseContext
func NewEmptyConvert_database_clauseContext ¶
func NewEmptyConvert_database_clauseContext() *Convert_database_clauseContext
func (*Convert_database_clauseContext) CONVERT ¶
func (s *Convert_database_clauseContext) CONVERT() antlr.TerminalNode
func (*Convert_database_clauseContext) EnterRule ¶
func (s *Convert_database_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Convert_database_clauseContext) ExitRule ¶
func (s *Convert_database_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Convert_database_clauseContext) GetParser ¶
func (s *Convert_database_clauseContext) GetParser() antlr.Parser
func (*Convert_database_clauseContext) GetRuleContext ¶
func (s *Convert_database_clauseContext) GetRuleContext() antlr.RuleContext
func (*Convert_database_clauseContext) IsConvert_database_clauseContext ¶
func (*Convert_database_clauseContext) IsConvert_database_clauseContext()
func (*Convert_database_clauseContext) PHYSICAL ¶
func (s *Convert_database_clauseContext) PHYSICAL() antlr.TerminalNode
func (*Convert_database_clauseContext) SNAPSHOT ¶
func (s *Convert_database_clauseContext) SNAPSHOT() antlr.TerminalNode
func (*Convert_database_clauseContext) STANDBY ¶
func (s *Convert_database_clauseContext) STANDBY() antlr.TerminalNode
func (*Convert_database_clauseContext) TO ¶
func (s *Convert_database_clauseContext) TO() antlr.TerminalNode
func (*Convert_database_clauseContext) ToStringTree ¶
func (s *Convert_database_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cost_class_nameContext ¶
type Cost_class_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCost_class_nameContext ¶
func NewCost_class_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cost_class_nameContext
func NewEmptyCost_class_nameContext ¶
func NewEmptyCost_class_nameContext() *Cost_class_nameContext
func (*Cost_class_nameContext) EnterRule ¶
func (s *Cost_class_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cost_class_nameContext) ExitRule ¶
func (s *Cost_class_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cost_class_nameContext) GetParser ¶
func (s *Cost_class_nameContext) GetParser() antlr.Parser
func (*Cost_class_nameContext) GetRuleContext ¶
func (s *Cost_class_nameContext) GetRuleContext() antlr.RuleContext
func (*Cost_class_nameContext) Identifier ¶
func (s *Cost_class_nameContext) Identifier() IIdentifierContext
func (*Cost_class_nameContext) IsCost_class_nameContext ¶
func (*Cost_class_nameContext) IsCost_class_nameContext()
func (*Cost_class_nameContext) ToStringTree ¶
func (s *Cost_class_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cost_matrix_clauseContext ¶
type Cost_matrix_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCost_matrix_clauseContext ¶
func NewCost_matrix_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cost_matrix_clauseContext
func NewEmptyCost_matrix_clauseContext ¶
func NewEmptyCost_matrix_clauseContext() *Cost_matrix_clauseContext
func (*Cost_matrix_clauseContext) AUTO ¶
func (s *Cost_matrix_clauseContext) AUTO() antlr.TerminalNode
func (*Cost_matrix_clauseContext) AllCOMMA ¶
func (s *Cost_matrix_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Cost_matrix_clauseContext) AllCost_class_name ¶
func (s *Cost_matrix_clauseContext) AllCost_class_name() []ICost_class_nameContext
func (*Cost_matrix_clauseContext) AllLEFT_PAREN ¶
func (s *Cost_matrix_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Cost_matrix_clauseContext) AllRIGHT_PAREN ¶
func (s *Cost_matrix_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Cost_matrix_clauseContext) COMMA ¶
func (s *Cost_matrix_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Cost_matrix_clauseContext) COST ¶
func (s *Cost_matrix_clauseContext) COST() antlr.TerminalNode
func (*Cost_matrix_clauseContext) Cost_class_name ¶
func (s *Cost_matrix_clauseContext) Cost_class_name(i int) ICost_class_nameContext
func (*Cost_matrix_clauseContext) EnterRule ¶
func (s *Cost_matrix_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cost_matrix_clauseContext) ExitRule ¶
func (s *Cost_matrix_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cost_matrix_clauseContext) Expressions ¶
func (s *Cost_matrix_clauseContext) Expressions() IExpressionsContext
func (*Cost_matrix_clauseContext) GetParser ¶
func (s *Cost_matrix_clauseContext) GetParser() antlr.Parser
func (*Cost_matrix_clauseContext) GetRuleContext ¶
func (s *Cost_matrix_clauseContext) GetRuleContext() antlr.RuleContext
func (*Cost_matrix_clauseContext) IsCost_matrix_clauseContext ¶
func (*Cost_matrix_clauseContext) IsCost_matrix_clauseContext()
func (*Cost_matrix_clauseContext) LEFT_PAREN ¶
func (s *Cost_matrix_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Cost_matrix_clauseContext) MODEL ¶
func (s *Cost_matrix_clauseContext) MODEL() antlr.TerminalNode
func (*Cost_matrix_clauseContext) RIGHT_PAREN ¶
func (s *Cost_matrix_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Cost_matrix_clauseContext) ToStringTree ¶
func (s *Cost_matrix_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Cost_matrix_clauseContext) VALUES ¶
func (s *Cost_matrix_clauseContext) VALUES() antlr.TerminalNode
type Cpu_costContext ¶
type Cpu_costContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCpu_costContext ¶
func NewCpu_costContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cpu_costContext
func NewEmptyCpu_costContext ¶
func NewEmptyCpu_costContext() *Cpu_costContext
func (*Cpu_costContext) EnterRule ¶
func (s *Cpu_costContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cpu_costContext) ExitRule ¶
func (s *Cpu_costContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cpu_costContext) GetParser ¶
func (s *Cpu_costContext) GetParser() antlr.Parser
func (*Cpu_costContext) GetRuleContext ¶
func (s *Cpu_costContext) GetRuleContext() antlr.RuleContext
func (*Cpu_costContext) IsCpu_costContext ¶
func (*Cpu_costContext) IsCpu_costContext()
func (*Cpu_costContext) ToStringTree ¶
func (s *Cpu_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Cpu_costContext) UNSIGNED_INTEGER ¶
func (s *Cpu_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Create_clusterContext ¶
type Create_clusterContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_clusterContext ¶
func NewCreate_clusterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_clusterContext
func NewEmptyCreate_clusterContext ¶
func NewEmptyCreate_clusterContext() *Create_clusterContext
func (*Create_clusterContext) AllCOMMA ¶
func (s *Create_clusterContext) AllCOMMA() []antlr.TerminalNode
func (*Create_clusterContext) AllColumn_name ¶
func (s *Create_clusterContext) AllColumn_name() []IColumn_nameContext
func (*Create_clusterContext) AllDatatype ¶
func (s *Create_clusterContext) AllDatatype() []IDatatypeContext
func (*Create_clusterContext) AllExpression ¶
func (s *Create_clusterContext) AllExpression() []IExpressionContext
func (*Create_clusterContext) AllHASH ¶
func (s *Create_clusterContext) AllHASH() []antlr.TerminalNode
func (*Create_clusterContext) AllHASHKEYS ¶
func (s *Create_clusterContext) AllHASHKEYS() []antlr.TerminalNode
func (*Create_clusterContext) AllINDEX ¶
func (s *Create_clusterContext) AllINDEX() []antlr.TerminalNode
func (*Create_clusterContext) AllIS ¶
func (s *Create_clusterContext) AllIS() []antlr.TerminalNode
func (*Create_clusterContext) AllPhysical_attributes_clause ¶
func (s *Create_clusterContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Create_clusterContext) AllSINGLE ¶
func (s *Create_clusterContext) AllSINGLE() []antlr.TerminalNode
func (*Create_clusterContext) AllSIZE ¶
func (s *Create_clusterContext) AllSIZE() []antlr.TerminalNode
func (*Create_clusterContext) AllSORT ¶
func (s *Create_clusterContext) AllSORT() []antlr.TerminalNode
func (*Create_clusterContext) AllSize_clause ¶
func (s *Create_clusterContext) AllSize_clause() []ISize_clauseContext
func (*Create_clusterContext) AllTABLE ¶
func (s *Create_clusterContext) AllTABLE() []antlr.TerminalNode
func (*Create_clusterContext) AllTABLESPACE ¶
func (s *Create_clusterContext) AllTABLESPACE() []antlr.TerminalNode
func (*Create_clusterContext) AllTablespace ¶
func (s *Create_clusterContext) AllTablespace() []ITablespaceContext
func (*Create_clusterContext) AllUNSIGNED_INTEGER ¶
func (s *Create_clusterContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Create_clusterContext) CACHE ¶
func (s *Create_clusterContext) CACHE() antlr.TerminalNode
func (*Create_clusterContext) CLUSTER ¶
func (s *Create_clusterContext) CLUSTER() antlr.TerminalNode
func (*Create_clusterContext) COMMA ¶
func (s *Create_clusterContext) COMMA(i int) antlr.TerminalNode
func (*Create_clusterContext) CREATE ¶
func (s *Create_clusterContext) CREATE() antlr.TerminalNode
func (*Create_clusterContext) Cluster_name ¶
func (s *Create_clusterContext) Cluster_name() ICluster_nameContext
func (*Create_clusterContext) Column_name ¶
func (s *Create_clusterContext) Column_name(i int) IColumn_nameContext
func (*Create_clusterContext) Datatype ¶
func (s *Create_clusterContext) Datatype(i int) IDatatypeContext
func (*Create_clusterContext) EnterRule ¶
func (s *Create_clusterContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_clusterContext) ExitRule ¶
func (s *Create_clusterContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_clusterContext) Expression ¶
func (s *Create_clusterContext) Expression(i int) IExpressionContext
func (*Create_clusterContext) GetParser ¶
func (s *Create_clusterContext) GetParser() antlr.Parser
func (*Create_clusterContext) GetRuleContext ¶
func (s *Create_clusterContext) GetRuleContext() antlr.RuleContext
func (*Create_clusterContext) HASH ¶
func (s *Create_clusterContext) HASH(i int) antlr.TerminalNode
func (*Create_clusterContext) HASHKEYS ¶
func (s *Create_clusterContext) HASHKEYS(i int) antlr.TerminalNode
func (*Create_clusterContext) INDEX ¶
func (s *Create_clusterContext) INDEX(i int) antlr.TerminalNode
func (*Create_clusterContext) IS ¶
func (s *Create_clusterContext) IS(i int) antlr.TerminalNode
func (*Create_clusterContext) IsCreate_clusterContext ¶
func (*Create_clusterContext) IsCreate_clusterContext()
func (*Create_clusterContext) LEFT_PAREN ¶
func (s *Create_clusterContext) LEFT_PAREN() antlr.TerminalNode
func (*Create_clusterContext) NOCACHE ¶
func (s *Create_clusterContext) NOCACHE() antlr.TerminalNode
func (*Create_clusterContext) NOROWDEPENDENCIES ¶
func (s *Create_clusterContext) NOROWDEPENDENCIES() antlr.TerminalNode
func (*Create_clusterContext) Parallel_clause ¶
func (s *Create_clusterContext) Parallel_clause() IParallel_clauseContext
func (*Create_clusterContext) Physical_attributes_clause ¶
func (s *Create_clusterContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Create_clusterContext) RIGHT_PAREN ¶
func (s *Create_clusterContext) RIGHT_PAREN() antlr.TerminalNode
func (*Create_clusterContext) ROWDEPENDENCIES ¶
func (s *Create_clusterContext) ROWDEPENDENCIES() antlr.TerminalNode
func (*Create_clusterContext) SEMICOLON ¶
func (s *Create_clusterContext) SEMICOLON() antlr.TerminalNode
func (*Create_clusterContext) SINGLE ¶
func (s *Create_clusterContext) SINGLE(i int) antlr.TerminalNode
func (*Create_clusterContext) SIZE ¶
func (s *Create_clusterContext) SIZE(i int) antlr.TerminalNode
func (*Create_clusterContext) SORT ¶
func (s *Create_clusterContext) SORT(i int) antlr.TerminalNode
func (*Create_clusterContext) Size_clause ¶
func (s *Create_clusterContext) Size_clause(i int) ISize_clauseContext
func (*Create_clusterContext) TABLE ¶
func (s *Create_clusterContext) TABLE(i int) antlr.TerminalNode
func (*Create_clusterContext) TABLESPACE ¶
func (s *Create_clusterContext) TABLESPACE(i int) antlr.TerminalNode
func (*Create_clusterContext) Tablespace ¶
func (s *Create_clusterContext) Tablespace(i int) ITablespaceContext
func (*Create_clusterContext) ToStringTree ¶
func (s *Create_clusterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_clusterContext) UNSIGNED_INTEGER ¶
func (s *Create_clusterContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Create_contextContext ¶
type Create_contextContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_contextContext ¶
func NewCreate_contextContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_contextContext
func NewEmptyCreate_contextContext ¶
func NewEmptyCreate_contextContext() *Create_contextContext
func (*Create_contextContext) ACCESSED ¶
func (s *Create_contextContext) ACCESSED() antlr.TerminalNode
func (*Create_contextContext) CONTEXT ¶
func (s *Create_contextContext) CONTEXT() antlr.TerminalNode
func (*Create_contextContext) CREATE ¶
func (s *Create_contextContext) CREATE() antlr.TerminalNode
func (*Create_contextContext) EXTERNALLY ¶
func (s *Create_contextContext) EXTERNALLY() antlr.TerminalNode
func (*Create_contextContext) EnterRule ¶
func (s *Create_contextContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_contextContext) ExitRule ¶
func (s *Create_contextContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_contextContext) GLOBALLY ¶
func (s *Create_contextContext) GLOBALLY() antlr.TerminalNode
func (*Create_contextContext) GetParser ¶
func (s *Create_contextContext) GetParser() antlr.Parser
func (*Create_contextContext) GetRuleContext ¶
func (s *Create_contextContext) GetRuleContext() antlr.RuleContext
func (*Create_contextContext) INITIALIZED ¶
func (s *Create_contextContext) INITIALIZED() antlr.TerminalNode
func (*Create_contextContext) IsCreate_contextContext ¶
func (*Create_contextContext) IsCreate_contextContext()
func (*Create_contextContext) OR ¶
func (s *Create_contextContext) OR() antlr.TerminalNode
func (*Create_contextContext) Oracle_namespace ¶
func (s *Create_contextContext) Oracle_namespace() IOracle_namespaceContext
func (*Create_contextContext) PERIOD ¶
func (s *Create_contextContext) PERIOD() antlr.TerminalNode
func (*Create_contextContext) Package_name ¶
func (s *Create_contextContext) Package_name() IPackage_nameContext
func (*Create_contextContext) REPLACE ¶
func (s *Create_contextContext) REPLACE() antlr.TerminalNode
func (*Create_contextContext) SEMICOLON ¶
func (s *Create_contextContext) SEMICOLON() antlr.TerminalNode
func (*Create_contextContext) Schema_object_name ¶
func (s *Create_contextContext) Schema_object_name() ISchema_object_nameContext
func (*Create_contextContext) ToStringTree ¶
func (s *Create_contextContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_contextContext) USING ¶
func (s *Create_contextContext) USING() antlr.TerminalNode
type Create_datafile_clauseContext ¶
type Create_datafile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_datafile_clauseContext ¶
func NewCreate_datafile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_datafile_clauseContext
func NewEmptyCreate_datafile_clauseContext ¶
func NewEmptyCreate_datafile_clauseContext() *Create_datafile_clauseContext
func (*Create_datafile_clauseContext) AS ¶
func (s *Create_datafile_clauseContext) AS() antlr.TerminalNode
func (*Create_datafile_clauseContext) AllCOMMA ¶
func (s *Create_datafile_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Create_datafile_clauseContext) AllFilename ¶
func (s *Create_datafile_clauseContext) AllFilename() []IFilenameContext
func (*Create_datafile_clauseContext) AllFilenumber ¶
func (s *Create_datafile_clauseContext) AllFilenumber() []IFilenumberContext
func (*Create_datafile_clauseContext) COMMA ¶
func (s *Create_datafile_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Create_datafile_clauseContext) CREATE ¶
func (s *Create_datafile_clauseContext) CREATE() antlr.TerminalNode
func (*Create_datafile_clauseContext) DATAFILE ¶
func (s *Create_datafile_clauseContext) DATAFILE() antlr.TerminalNode
func (*Create_datafile_clauseContext) EnterRule ¶
func (s *Create_datafile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_datafile_clauseContext) ExitRule ¶
func (s *Create_datafile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_datafile_clauseContext) Filename ¶
func (s *Create_datafile_clauseContext) Filename(i int) IFilenameContext
func (*Create_datafile_clauseContext) Filenumber ¶
func (s *Create_datafile_clauseContext) Filenumber(i int) IFilenumberContext
func (*Create_datafile_clauseContext) GetParser ¶
func (s *Create_datafile_clauseContext) GetParser() antlr.Parser
func (*Create_datafile_clauseContext) GetRuleContext ¶
func (s *Create_datafile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Create_datafile_clauseContext) IsCreate_datafile_clauseContext ¶
func (*Create_datafile_clauseContext) IsCreate_datafile_clauseContext()
func (*Create_datafile_clauseContext) NEW ¶
func (s *Create_datafile_clauseContext) NEW() antlr.TerminalNode
func (*Create_datafile_clauseContext) ToStringTree ¶
func (s *Create_datafile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_directoryContext ¶
type Create_directoryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_directoryContext ¶
func NewCreate_directoryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_directoryContext
func NewEmptyCreate_directoryContext ¶
func NewEmptyCreate_directoryContext() *Create_directoryContext
func (*Create_directoryContext) AS ¶
func (s *Create_directoryContext) AS() antlr.TerminalNode
func (*Create_directoryContext) CREATE ¶
func (s *Create_directoryContext) CREATE() antlr.TerminalNode
func (*Create_directoryContext) DIRECTORY ¶
func (s *Create_directoryContext) DIRECTORY() antlr.TerminalNode
func (*Create_directoryContext) Directory_name ¶
func (s *Create_directoryContext) Directory_name() IDirectory_nameContext
func (*Create_directoryContext) Directory_path ¶
func (s *Create_directoryContext) Directory_path() IDirectory_pathContext
func (*Create_directoryContext) EnterRule ¶
func (s *Create_directoryContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_directoryContext) ExitRule ¶
func (s *Create_directoryContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_directoryContext) GetParser ¶
func (s *Create_directoryContext) GetParser() antlr.Parser
func (*Create_directoryContext) GetRuleContext ¶
func (s *Create_directoryContext) GetRuleContext() antlr.RuleContext
func (*Create_directoryContext) IsCreate_directoryContext ¶
func (*Create_directoryContext) IsCreate_directoryContext()
func (*Create_directoryContext) OR ¶
func (s *Create_directoryContext) OR() antlr.TerminalNode
func (*Create_directoryContext) REPLACE ¶
func (s *Create_directoryContext) REPLACE() antlr.TerminalNode
func (*Create_directoryContext) SEMICOLON ¶
func (s *Create_directoryContext) SEMICOLON() antlr.TerminalNode
func (*Create_directoryContext) ToStringTree ¶
func (s *Create_directoryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_function_bodyContext ¶
type Create_function_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_function_bodyContext ¶
func NewCreate_function_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_function_bodyContext
func NewEmptyCreate_function_bodyContext ¶
func NewEmptyCreate_function_bodyContext() *Create_function_bodyContext
func (*Create_function_bodyContext) AGGREGATE ¶
func (s *Create_function_bodyContext) AGGREGATE() antlr.TerminalNode
func (*Create_function_bodyContext) AS ¶
func (s *Create_function_bodyContext) AS() antlr.TerminalNode
func (*Create_function_bodyContext) AllCOMMA ¶
func (s *Create_function_bodyContext) AllCOMMA() []antlr.TerminalNode
func (*Create_function_bodyContext) AllDETERMINISTIC ¶
func (s *Create_function_bodyContext) AllDETERMINISTIC() []antlr.TerminalNode
func (*Create_function_bodyContext) AllInvoker_rights_clause ¶
func (s *Create_function_bodyContext) AllInvoker_rights_clause() []IInvoker_rights_clauseContext
func (*Create_function_bodyContext) AllParallel_enable_clause ¶
func (s *Create_function_bodyContext) AllParallel_enable_clause() []IParallel_enable_clauseContext
func (*Create_function_bodyContext) AllParameter ¶
func (s *Create_function_bodyContext) AllParameter() []IParameterContext
func (*Create_function_bodyContext) AllResult_cache_clause ¶
func (s *Create_function_bodyContext) AllResult_cache_clause() []IResult_cache_clauseContext
func (*Create_function_bodyContext) Body ¶
func (s *Create_function_bodyContext) Body() IBodyContext
func (*Create_function_bodyContext) COMMA ¶
func (s *Create_function_bodyContext) COMMA(i int) antlr.TerminalNode
func (*Create_function_bodyContext) CREATE ¶
func (s *Create_function_bodyContext) CREATE() antlr.TerminalNode
func (*Create_function_bodyContext) Call_spec ¶
func (s *Create_function_bodyContext) Call_spec() ICall_specContext
func (*Create_function_bodyContext) DECLARE ¶
func (s *Create_function_bodyContext) DECLARE() antlr.TerminalNode
func (*Create_function_bodyContext) DETERMINISTIC ¶
func (s *Create_function_bodyContext) DETERMINISTIC(i int) antlr.TerminalNode
func (*Create_function_bodyContext) EnterRule ¶
func (s *Create_function_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_function_bodyContext) ExitRule ¶
func (s *Create_function_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_function_bodyContext) FUNCTION ¶
func (s *Create_function_bodyContext) FUNCTION() antlr.TerminalNode
func (*Create_function_bodyContext) Function_name ¶
func (s *Create_function_bodyContext) Function_name() IFunction_nameContext
func (*Create_function_bodyContext) GetParser ¶
func (s *Create_function_bodyContext) GetParser() antlr.Parser
func (*Create_function_bodyContext) GetRuleContext ¶
func (s *Create_function_bodyContext) GetRuleContext() antlr.RuleContext
func (*Create_function_bodyContext) IS ¶
func (s *Create_function_bodyContext) IS() antlr.TerminalNode
func (*Create_function_bodyContext) Implementation_type_name ¶
func (s *Create_function_bodyContext) Implementation_type_name() IImplementation_type_nameContext
func (*Create_function_bodyContext) Invoker_rights_clause ¶
func (s *Create_function_bodyContext) Invoker_rights_clause(i int) IInvoker_rights_clauseContext
func (*Create_function_bodyContext) IsCreate_function_bodyContext ¶
func (*Create_function_bodyContext) IsCreate_function_bodyContext()
func (*Create_function_bodyContext) LEFT_PAREN ¶
func (s *Create_function_bodyContext) LEFT_PAREN() antlr.TerminalNode
func (*Create_function_bodyContext) OR ¶
func (s *Create_function_bodyContext) OR() antlr.TerminalNode
func (*Create_function_bodyContext) PIPELINED ¶
func (s *Create_function_bodyContext) PIPELINED() antlr.TerminalNode
func (*Create_function_bodyContext) Parallel_enable_clause ¶
func (s *Create_function_bodyContext) Parallel_enable_clause(i int) IParallel_enable_clauseContext
func (*Create_function_bodyContext) Parameter ¶
func (s *Create_function_bodyContext) Parameter(i int) IParameterContext
func (*Create_function_bodyContext) REPLACE ¶
func (s *Create_function_bodyContext) REPLACE() antlr.TerminalNode
func (*Create_function_bodyContext) RETURN ¶
func (s *Create_function_bodyContext) RETURN() antlr.TerminalNode
func (*Create_function_bodyContext) RIGHT_PAREN ¶
func (s *Create_function_bodyContext) RIGHT_PAREN() antlr.TerminalNode
func (*Create_function_bodyContext) Result_cache_clause ¶
func (s *Create_function_bodyContext) Result_cache_clause(i int) IResult_cache_clauseContext
func (*Create_function_bodyContext) SEMICOLON ¶
func (s *Create_function_bodyContext) SEMICOLON() antlr.TerminalNode
func (*Create_function_bodyContext) Seq_of_declare_specs ¶
func (s *Create_function_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Create_function_bodyContext) ToStringTree ¶
func (s *Create_function_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_function_bodyContext) Type_spec ¶
func (s *Create_function_bodyContext) Type_spec() IType_specContext
func (*Create_function_bodyContext) USING ¶
func (s *Create_function_bodyContext) USING() antlr.TerminalNode
type Create_indexContext ¶
type Create_indexContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_indexContext ¶
func NewCreate_indexContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_indexContext
func NewEmptyCreate_indexContext ¶
func NewEmptyCreate_indexContext() *Create_indexContext
func (*Create_indexContext) BITMAP ¶
func (s *Create_indexContext) BITMAP() antlr.TerminalNode
func (*Create_indexContext) Bitmap_join_index_clause ¶
func (s *Create_indexContext) Bitmap_join_index_clause() IBitmap_join_index_clauseContext
func (*Create_indexContext) CREATE ¶
func (s *Create_indexContext) CREATE() antlr.TerminalNode
func (*Create_indexContext) Cluster_index_clause ¶
func (s *Create_indexContext) Cluster_index_clause() ICluster_index_clauseContext
func (*Create_indexContext) EnterRule ¶
func (s *Create_indexContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_indexContext) ExitRule ¶
func (s *Create_indexContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_indexContext) GetParser ¶
func (s *Create_indexContext) GetParser() antlr.Parser
func (*Create_indexContext) GetRuleContext ¶
func (s *Create_indexContext) GetRuleContext() antlr.RuleContext
func (*Create_indexContext) INDEX ¶
func (s *Create_indexContext) INDEX() antlr.TerminalNode
func (*Create_indexContext) Index_name ¶
func (s *Create_indexContext) Index_name() IIndex_nameContext
func (*Create_indexContext) IsCreate_indexContext ¶
func (*Create_indexContext) IsCreate_indexContext()
func (*Create_indexContext) ON ¶
func (s *Create_indexContext) ON() antlr.TerminalNode
func (*Create_indexContext) SEMICOLON ¶
func (s *Create_indexContext) SEMICOLON() antlr.TerminalNode
func (*Create_indexContext) Table_index_clause ¶
func (s *Create_indexContext) Table_index_clause() ITable_index_clauseContext
func (*Create_indexContext) ToStringTree ¶
func (s *Create_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_indexContext) UNIQUE ¶
func (s *Create_indexContext) UNIQUE() antlr.TerminalNode
func (*Create_indexContext) UNUSABLE ¶
func (s *Create_indexContext) UNUSABLE() antlr.TerminalNode
type Create_materialized_viewContext ¶
type Create_materialized_viewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_materialized_viewContext ¶
func NewCreate_materialized_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_materialized_viewContext
func NewEmptyCreate_materialized_viewContext ¶
func NewEmptyCreate_materialized_viewContext() *Create_materialized_viewContext
func (*Create_materialized_viewContext) AS ¶
func (s *Create_materialized_viewContext) AS() antlr.TerminalNode
func (*Create_materialized_viewContext) AllId_expression ¶
func (s *Create_materialized_viewContext) AllId_expression() []IId_expressionContext
func (*Create_materialized_viewContext) AllPhysical_attributes_clause ¶
func (s *Create_materialized_viewContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Create_materialized_viewContext) AllTABLESPACE ¶
func (s *Create_materialized_viewContext) AllTABLESPACE() []antlr.TerminalNode
func (*Create_materialized_viewContext) Build_clause ¶
func (s *Create_materialized_viewContext) Build_clause() IBuild_clauseContext
func (*Create_materialized_viewContext) CACHE ¶
func (s *Create_materialized_viewContext) CACHE() antlr.TerminalNode
func (*Create_materialized_viewContext) CREATE ¶
func (s *Create_materialized_viewContext) CREATE() antlr.TerminalNode
func (*Create_materialized_viewContext) Create_mv_refresh ¶
func (s *Create_materialized_viewContext) Create_mv_refresh() ICreate_mv_refreshContext
func (*Create_materialized_viewContext) DISABLE ¶
func (s *Create_materialized_viewContext) DISABLE() antlr.TerminalNode
func (*Create_materialized_viewContext) ENABLE ¶
func (s *Create_materialized_viewContext) ENABLE() antlr.TerminalNode
func (*Create_materialized_viewContext) EnterRule ¶
func (s *Create_materialized_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_materialized_viewContext) ExitRule ¶
func (s *Create_materialized_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_materialized_viewContext) FOR ¶
func (s *Create_materialized_viewContext) FOR() antlr.TerminalNode
func (*Create_materialized_viewContext) GetMv_tablespace ¶
func (s *Create_materialized_viewContext) GetMv_tablespace() IId_expressionContext
func (*Create_materialized_viewContext) GetParser ¶
func (s *Create_materialized_viewContext) GetParser() antlr.Parser
func (*Create_materialized_viewContext) GetRuleContext ¶
func (s *Create_materialized_viewContext) GetRuleContext() antlr.RuleContext
func (*Create_materialized_viewContext) INDEX ¶
func (s *Create_materialized_viewContext) INDEX() antlr.TerminalNode
func (*Create_materialized_viewContext) Id_expression ¶
func (s *Create_materialized_viewContext) Id_expression(i int) IId_expressionContext
func (*Create_materialized_viewContext) IsCreate_materialized_viewContext ¶
func (*Create_materialized_viewContext) IsCreate_materialized_viewContext()
func (*Create_materialized_viewContext) MATERIALIZED ¶
func (s *Create_materialized_viewContext) MATERIALIZED() antlr.TerminalNode
func (*Create_materialized_viewContext) NO ¶
func (s *Create_materialized_viewContext) NO() antlr.TerminalNode
func (*Create_materialized_viewContext) NOCACHE ¶
func (s *Create_materialized_viewContext) NOCACHE() antlr.TerminalNode
func (*Create_materialized_viewContext) OF ¶
func (s *Create_materialized_viewContext) OF() antlr.TerminalNode
func (*Create_materialized_viewContext) ON ¶
func (s *Create_materialized_viewContext) ON() antlr.TerminalNode
func (*Create_materialized_viewContext) PREBUILT ¶
func (s *Create_materialized_viewContext) PREBUILT() antlr.TerminalNode
func (*Create_materialized_viewContext) PRECISION ¶
func (s *Create_materialized_viewContext) PRECISION() antlr.TerminalNode
func (*Create_materialized_viewContext) Parallel_clause ¶
func (s *Create_materialized_viewContext) Parallel_clause() IParallel_clauseContext
func (*Create_materialized_viewContext) Physical_attributes_clause ¶
func (s *Create_materialized_viewContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Create_materialized_viewContext) Physical_properties ¶
func (s *Create_materialized_viewContext) Physical_properties() IPhysical_propertiesContext
func (*Create_materialized_viewContext) QUERY ¶
func (s *Create_materialized_viewContext) QUERY() antlr.TerminalNode
func (*Create_materialized_viewContext) REDUCED ¶
func (s *Create_materialized_viewContext) REDUCED() antlr.TerminalNode
func (*Create_materialized_viewContext) REWRITE ¶
func (s *Create_materialized_viewContext) REWRITE() antlr.TerminalNode
func (*Create_materialized_viewContext) SEMICOLON ¶
func (s *Create_materialized_viewContext) SEMICOLON() antlr.TerminalNode
func (*Create_materialized_viewContext) Select_only_statement ¶
func (s *Create_materialized_viewContext) Select_only_statement() ISelect_only_statementContext
func (*Create_materialized_viewContext) SetMv_tablespace ¶
func (s *Create_materialized_viewContext) SetMv_tablespace(v IId_expressionContext)
func (*Create_materialized_viewContext) TABLE ¶
func (s *Create_materialized_viewContext) TABLE() antlr.TerminalNode
func (*Create_materialized_viewContext) TABLESPACE ¶
func (s *Create_materialized_viewContext) TABLESPACE(i int) antlr.TerminalNode
func (*Create_materialized_viewContext) Tableview_name ¶
func (s *Create_materialized_viewContext) Tableview_name() ITableview_nameContext
func (*Create_materialized_viewContext) ToStringTree ¶
func (s *Create_materialized_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_materialized_viewContext) Type_name ¶
func (s *Create_materialized_viewContext) Type_name() IType_nameContext
func (*Create_materialized_viewContext) UPDATE ¶
func (s *Create_materialized_viewContext) UPDATE() antlr.TerminalNode
func (*Create_materialized_viewContext) USING ¶
func (s *Create_materialized_viewContext) USING() antlr.TerminalNode
func (*Create_materialized_viewContext) VIEW ¶
func (s *Create_materialized_viewContext) VIEW() antlr.TerminalNode
func (*Create_materialized_viewContext) WITH ¶
func (s *Create_materialized_viewContext) WITH() antlr.TerminalNode
func (*Create_materialized_viewContext) WITHOUT ¶
func (s *Create_materialized_viewContext) WITHOUT() antlr.TerminalNode
type Create_materialized_view_logContext ¶
type Create_materialized_view_logContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_materialized_view_logContext ¶
func NewCreate_materialized_view_logContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_materialized_view_logContext
func NewEmptyCreate_materialized_view_logContext ¶
func NewEmptyCreate_materialized_view_logContext() *Create_materialized_view_logContext
func (*Create_materialized_view_logContext) AllCACHE ¶
func (s *Create_materialized_view_logContext) AllCACHE() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllCOMMA ¶
func (s *Create_materialized_view_logContext) AllCOMMA() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllCOMMIT ¶
func (s *Create_materialized_view_logContext) AllCOMMIT() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllID ¶
func (s *Create_materialized_view_logContext) AllID() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllId_expression ¶
func (s *Create_materialized_view_logContext) AllId_expression() []IId_expressionContext
func (*Create_materialized_view_logContext) AllKEY ¶
func (s *Create_materialized_view_logContext) AllKEY() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllLEFT_PAREN ¶
func (s *Create_materialized_view_logContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllLogging_clause ¶
func (s *Create_materialized_view_logContext) AllLogging_clause() []ILogging_clauseContext
func (*Create_materialized_view_logContext) AllMv_log_purge_clause ¶
func (s *Create_materialized_view_logContext) AllMv_log_purge_clause() []IMv_log_purge_clauseContext
func (*Create_materialized_view_logContext) AllNOCACHE ¶
func (s *Create_materialized_view_logContext) AllNOCACHE() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllNew_values_clause ¶
func (s *Create_materialized_view_logContext) AllNew_values_clause() []INew_values_clauseContext
func (*Create_materialized_view_logContext) AllOBJECT ¶
func (s *Create_materialized_view_logContext) AllOBJECT() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllPRIMARY ¶
func (s *Create_materialized_view_logContext) AllPRIMARY() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllPhysical_attributes_clause ¶
func (s *Create_materialized_view_logContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Create_materialized_view_logContext) AllRIGHT_PAREN ¶
func (s *Create_materialized_view_logContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllROWID ¶
func (s *Create_materialized_view_logContext) AllROWID() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllRegular_id ¶
func (s *Create_materialized_view_logContext) AllRegular_id() []IRegular_idContext
func (*Create_materialized_view_logContext) AllSCN ¶
func (s *Create_materialized_view_logContext) AllSCN() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllSEQUENCE ¶
func (s *Create_materialized_view_logContext) AllSEQUENCE() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllTABLESPACE ¶
func (s *Create_materialized_view_logContext) AllTABLESPACE() []antlr.TerminalNode
func (*Create_materialized_view_logContext) AllWITH ¶
func (s *Create_materialized_view_logContext) AllWITH() []antlr.TerminalNode
func (*Create_materialized_view_logContext) CACHE ¶
func (s *Create_materialized_view_logContext) CACHE(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) COMMA ¶
func (s *Create_materialized_view_logContext) COMMA(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) COMMIT ¶
func (s *Create_materialized_view_logContext) COMMIT(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) CREATE ¶
func (s *Create_materialized_view_logContext) CREATE() antlr.TerminalNode
func (*Create_materialized_view_logContext) EnterRule ¶
func (s *Create_materialized_view_logContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_materialized_view_logContext) ExitRule ¶
func (s *Create_materialized_view_logContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_materialized_view_logContext) GetParser ¶
func (s *Create_materialized_view_logContext) GetParser() antlr.Parser
func (*Create_materialized_view_logContext) GetRuleContext ¶
func (s *Create_materialized_view_logContext) GetRuleContext() antlr.RuleContext
func (*Create_materialized_view_logContext) GetTablespace_name ¶
func (s *Create_materialized_view_logContext) GetTablespace_name() IId_expressionContext
func (*Create_materialized_view_logContext) ID ¶
func (s *Create_materialized_view_logContext) ID(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) Id_expression ¶
func (s *Create_materialized_view_logContext) Id_expression(i int) IId_expressionContext
func (*Create_materialized_view_logContext) IsCreate_materialized_view_logContext ¶
func (*Create_materialized_view_logContext) IsCreate_materialized_view_logContext()
func (*Create_materialized_view_logContext) KEY ¶
func (s *Create_materialized_view_logContext) KEY(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) LEFT_PAREN ¶
func (s *Create_materialized_view_logContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) LOG ¶
func (s *Create_materialized_view_logContext) LOG() antlr.TerminalNode
func (*Create_materialized_view_logContext) Logging_clause ¶
func (s *Create_materialized_view_logContext) Logging_clause(i int) ILogging_clauseContext
func (*Create_materialized_view_logContext) MATERIALIZED ¶
func (s *Create_materialized_view_logContext) MATERIALIZED() antlr.TerminalNode
func (*Create_materialized_view_logContext) Mv_log_purge_clause ¶
func (s *Create_materialized_view_logContext) Mv_log_purge_clause(i int) IMv_log_purge_clauseContext
func (*Create_materialized_view_logContext) NOCACHE ¶
func (s *Create_materialized_view_logContext) NOCACHE(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) New_values_clause ¶
func (s *Create_materialized_view_logContext) New_values_clause(i int) INew_values_clauseContext
func (*Create_materialized_view_logContext) OBJECT ¶
func (s *Create_materialized_view_logContext) OBJECT(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) ON ¶
func (s *Create_materialized_view_logContext) ON() antlr.TerminalNode
func (*Create_materialized_view_logContext) PRIMARY ¶
func (s *Create_materialized_view_logContext) PRIMARY(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) Parallel_clause ¶
func (s *Create_materialized_view_logContext) Parallel_clause() IParallel_clauseContext
func (*Create_materialized_view_logContext) Physical_attributes_clause ¶
func (s *Create_materialized_view_logContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Create_materialized_view_logContext) RIGHT_PAREN ¶
func (s *Create_materialized_view_logContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) ROWID ¶
func (s *Create_materialized_view_logContext) ROWID(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) Regular_id ¶
func (s *Create_materialized_view_logContext) Regular_id(i int) IRegular_idContext
func (*Create_materialized_view_logContext) SCN ¶
func (s *Create_materialized_view_logContext) SCN(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) SEQUENCE ¶
func (s *Create_materialized_view_logContext) SEQUENCE(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) SetTablespace_name ¶
func (s *Create_materialized_view_logContext) SetTablespace_name(v IId_expressionContext)
func (*Create_materialized_view_logContext) TABLESPACE ¶
func (s *Create_materialized_view_logContext) TABLESPACE(i int) antlr.TerminalNode
func (*Create_materialized_view_logContext) Tableview_name ¶
func (s *Create_materialized_view_logContext) Tableview_name() ITableview_nameContext
func (*Create_materialized_view_logContext) ToStringTree ¶
func (s *Create_materialized_view_logContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_materialized_view_logContext) VIEW ¶
func (s *Create_materialized_view_logContext) VIEW() antlr.TerminalNode
func (*Create_materialized_view_logContext) WITH ¶
func (s *Create_materialized_view_logContext) WITH(i int) antlr.TerminalNode
type Create_mv_refreshContext ¶
type Create_mv_refreshContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_mv_refreshContext ¶
func NewCreate_mv_refreshContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_mv_refreshContext
func NewEmptyCreate_mv_refreshContext ¶
func NewEmptyCreate_mv_refreshContext() *Create_mv_refreshContext
func (*Create_mv_refreshContext) AllCOMMIT ¶
func (s *Create_mv_refreshContext) AllCOMMIT() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllCOMPLETE ¶
func (s *Create_mv_refreshContext) AllCOMPLETE() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllCONSTRAINTS ¶
func (s *Create_mv_refreshContext) AllCONSTRAINTS() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllDEFAULT ¶
func (s *Create_mv_refreshContext) AllDEFAULT() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllDEMAND ¶
func (s *Create_mv_refreshContext) AllDEMAND() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllENFORCED ¶
func (s *Create_mv_refreshContext) AllENFORCED() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllFAST ¶
func (s *Create_mv_refreshContext) AllFAST() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllFORCE ¶
func (s *Create_mv_refreshContext) AllFORCE() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllKEY ¶
func (s *Create_mv_refreshContext) AllKEY() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllLOCAL ¶
func (s *Create_mv_refreshContext) AllLOCAL() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllMASTER ¶
func (s *Create_mv_refreshContext) AllMASTER() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllNEXT ¶
func (s *Create_mv_refreshContext) AllNEXT() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllON ¶
func (s *Create_mv_refreshContext) AllON() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllPRIMARY ¶
func (s *Create_mv_refreshContext) AllPRIMARY() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllREGULAR_ID ¶
func (s *Create_mv_refreshContext) AllREGULAR_ID() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllROLLBACK ¶
func (s *Create_mv_refreshContext) AllROLLBACK() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllROWID ¶
func (s *Create_mv_refreshContext) AllROWID() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllSEGMENT ¶
func (s *Create_mv_refreshContext) AllSEGMENT() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllSTART ¶
func (s *Create_mv_refreshContext) AllSTART() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllTRUSTED ¶
func (s *Create_mv_refreshContext) AllTRUSTED() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllUSING ¶
func (s *Create_mv_refreshContext) AllUSING() []antlr.TerminalNode
func (*Create_mv_refreshContext) AllWITH ¶
func (s *Create_mv_refreshContext) AllWITH() []antlr.TerminalNode
func (*Create_mv_refreshContext) COMMIT ¶
func (s *Create_mv_refreshContext) COMMIT(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) COMPLETE ¶
func (s *Create_mv_refreshContext) COMPLETE(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) CONSTRAINTS ¶
func (s *Create_mv_refreshContext) CONSTRAINTS(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) DEFAULT ¶
func (s *Create_mv_refreshContext) DEFAULT(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) DEMAND ¶
func (s *Create_mv_refreshContext) DEMAND(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) ENFORCED ¶
func (s *Create_mv_refreshContext) ENFORCED(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) EnterRule ¶
func (s *Create_mv_refreshContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_mv_refreshContext) ExitRule ¶
func (s *Create_mv_refreshContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_mv_refreshContext) FAST ¶
func (s *Create_mv_refreshContext) FAST(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) FORCE ¶
func (s *Create_mv_refreshContext) FORCE(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) GetParser ¶
func (s *Create_mv_refreshContext) GetParser() antlr.Parser
func (*Create_mv_refreshContext) GetRb_segment ¶
func (s *Create_mv_refreshContext) GetRb_segment() antlr.Token
func (*Create_mv_refreshContext) GetRuleContext ¶
func (s *Create_mv_refreshContext) GetRuleContext() antlr.RuleContext
func (*Create_mv_refreshContext) IsCreate_mv_refreshContext ¶
func (*Create_mv_refreshContext) IsCreate_mv_refreshContext()
func (*Create_mv_refreshContext) KEY ¶
func (s *Create_mv_refreshContext) KEY(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) LOCAL ¶
func (s *Create_mv_refreshContext) LOCAL(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) MASTER ¶
func (s *Create_mv_refreshContext) MASTER(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) NEVER ¶
func (s *Create_mv_refreshContext) NEVER() antlr.TerminalNode
func (*Create_mv_refreshContext) NEXT ¶
func (s *Create_mv_refreshContext) NEXT(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) ON ¶
func (s *Create_mv_refreshContext) ON(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) PRIMARY ¶
func (s *Create_mv_refreshContext) PRIMARY(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) REFRESH ¶
func (s *Create_mv_refreshContext) REFRESH() antlr.TerminalNode
func (*Create_mv_refreshContext) REGULAR_ID ¶
func (s *Create_mv_refreshContext) REGULAR_ID(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) ROLLBACK ¶
func (s *Create_mv_refreshContext) ROLLBACK(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) ROWID ¶
func (s *Create_mv_refreshContext) ROWID(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) SEGMENT ¶
func (s *Create_mv_refreshContext) SEGMENT(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) START ¶
func (s *Create_mv_refreshContext) START(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) SetRb_segment ¶
func (s *Create_mv_refreshContext) SetRb_segment(v antlr.Token)
func (*Create_mv_refreshContext) TRUSTED ¶
func (s *Create_mv_refreshContext) TRUSTED(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) ToStringTree ¶
func (s *Create_mv_refreshContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_mv_refreshContext) USING ¶
func (s *Create_mv_refreshContext) USING(i int) antlr.TerminalNode
func (*Create_mv_refreshContext) WITH ¶
func (s *Create_mv_refreshContext) WITH(i int) antlr.TerminalNode
type Create_packageContext ¶
type Create_packageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_packageContext ¶
func NewCreate_packageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_packageContext
func NewEmptyCreate_packageContext ¶
func NewEmptyCreate_packageContext() *Create_packageContext
func (*Create_packageContext) AS ¶
func (s *Create_packageContext) AS() antlr.TerminalNode
func (*Create_packageContext) AllPackage_name ¶
func (s *Create_packageContext) AllPackage_name() []IPackage_nameContext
func (*Create_packageContext) AllPackage_obj_spec ¶
func (s *Create_packageContext) AllPackage_obj_spec() []IPackage_obj_specContext
func (*Create_packageContext) CREATE ¶
func (s *Create_packageContext) CREATE() antlr.TerminalNode
func (*Create_packageContext) END ¶
func (s *Create_packageContext) END() antlr.TerminalNode
func (*Create_packageContext) EnterRule ¶
func (s *Create_packageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_packageContext) ExitRule ¶
func (s *Create_packageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_packageContext) GetParser ¶
func (s *Create_packageContext) GetParser() antlr.Parser
func (*Create_packageContext) GetRuleContext ¶
func (s *Create_packageContext) GetRuleContext() antlr.RuleContext
func (*Create_packageContext) IS ¶
func (s *Create_packageContext) IS() antlr.TerminalNode
func (*Create_packageContext) Invoker_rights_clause ¶
func (s *Create_packageContext) Invoker_rights_clause() IInvoker_rights_clauseContext
func (*Create_packageContext) IsCreate_packageContext ¶
func (*Create_packageContext) IsCreate_packageContext()
func (*Create_packageContext) OR ¶
func (s *Create_packageContext) OR() antlr.TerminalNode
func (*Create_packageContext) PACKAGE ¶
func (s *Create_packageContext) PACKAGE() antlr.TerminalNode
func (*Create_packageContext) PERIOD ¶
func (s *Create_packageContext) PERIOD() antlr.TerminalNode
func (*Create_packageContext) Package_name ¶
func (s *Create_packageContext) Package_name(i int) IPackage_nameContext
func (*Create_packageContext) Package_obj_spec ¶
func (s *Create_packageContext) Package_obj_spec(i int) IPackage_obj_specContext
func (*Create_packageContext) REPLACE ¶
func (s *Create_packageContext) REPLACE() antlr.TerminalNode
func (*Create_packageContext) SEMICOLON ¶
func (s *Create_packageContext) SEMICOLON() antlr.TerminalNode
func (*Create_packageContext) Schema_object_name ¶
func (s *Create_packageContext) Schema_object_name() ISchema_object_nameContext
func (*Create_packageContext) ToStringTree ¶
func (s *Create_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_package_bodyContext ¶
type Create_package_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_package_bodyContext ¶
func NewCreate_package_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_package_bodyContext
func NewEmptyCreate_package_bodyContext ¶
func NewEmptyCreate_package_bodyContext() *Create_package_bodyContext
func (*Create_package_bodyContext) AS ¶
func (s *Create_package_bodyContext) AS() antlr.TerminalNode
func (*Create_package_bodyContext) AllPackage_name ¶
func (s *Create_package_bodyContext) AllPackage_name() []IPackage_nameContext
func (*Create_package_bodyContext) AllPackage_obj_body ¶
func (s *Create_package_bodyContext) AllPackage_obj_body() []IPackage_obj_bodyContext
func (*Create_package_bodyContext) BEGIN ¶
func (s *Create_package_bodyContext) BEGIN() antlr.TerminalNode
func (*Create_package_bodyContext) BODY ¶
func (s *Create_package_bodyContext) BODY() antlr.TerminalNode
func (*Create_package_bodyContext) CREATE ¶
func (s *Create_package_bodyContext) CREATE() antlr.TerminalNode
func (*Create_package_bodyContext) END ¶
func (s *Create_package_bodyContext) END() antlr.TerminalNode
func (*Create_package_bodyContext) EnterRule ¶
func (s *Create_package_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_package_bodyContext) ExitRule ¶
func (s *Create_package_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_package_bodyContext) GetParser ¶
func (s *Create_package_bodyContext) GetParser() antlr.Parser
func (*Create_package_bodyContext) GetRuleContext ¶
func (s *Create_package_bodyContext) GetRuleContext() antlr.RuleContext
func (*Create_package_bodyContext) IS ¶
func (s *Create_package_bodyContext) IS() antlr.TerminalNode
func (*Create_package_bodyContext) IsCreate_package_bodyContext ¶
func (*Create_package_bodyContext) IsCreate_package_bodyContext()
func (*Create_package_bodyContext) OR ¶
func (s *Create_package_bodyContext) OR() antlr.TerminalNode
func (*Create_package_bodyContext) PACKAGE ¶
func (s *Create_package_bodyContext) PACKAGE() antlr.TerminalNode
func (*Create_package_bodyContext) PERIOD ¶
func (s *Create_package_bodyContext) PERIOD() antlr.TerminalNode
func (*Create_package_bodyContext) Package_name ¶
func (s *Create_package_bodyContext) Package_name(i int) IPackage_nameContext
func (*Create_package_bodyContext) Package_obj_body ¶
func (s *Create_package_bodyContext) Package_obj_body(i int) IPackage_obj_bodyContext
func (*Create_package_bodyContext) REPLACE ¶
func (s *Create_package_bodyContext) REPLACE() antlr.TerminalNode
func (*Create_package_bodyContext) SEMICOLON ¶
func (s *Create_package_bodyContext) SEMICOLON() antlr.TerminalNode
func (*Create_package_bodyContext) Schema_object_name ¶
func (s *Create_package_bodyContext) Schema_object_name() ISchema_object_nameContext
func (*Create_package_bodyContext) Seq_of_statements ¶
func (s *Create_package_bodyContext) Seq_of_statements() ISeq_of_statementsContext
func (*Create_package_bodyContext) ToStringTree ¶
func (s *Create_package_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_procedure_bodyContext ¶
type Create_procedure_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_procedure_bodyContext ¶
func NewCreate_procedure_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_procedure_bodyContext
func NewEmptyCreate_procedure_bodyContext ¶
func NewEmptyCreate_procedure_bodyContext() *Create_procedure_bodyContext
func (*Create_procedure_bodyContext) AS ¶
func (s *Create_procedure_bodyContext) AS() antlr.TerminalNode
func (*Create_procedure_bodyContext) AllCOMMA ¶
func (s *Create_procedure_bodyContext) AllCOMMA() []antlr.TerminalNode
func (*Create_procedure_bodyContext) AllParameter ¶
func (s *Create_procedure_bodyContext) AllParameter() []IParameterContext
func (*Create_procedure_bodyContext) Body ¶
func (s *Create_procedure_bodyContext) Body() IBodyContext
func (*Create_procedure_bodyContext) COMMA ¶
func (s *Create_procedure_bodyContext) COMMA(i int) antlr.TerminalNode
func (*Create_procedure_bodyContext) CREATE ¶
func (s *Create_procedure_bodyContext) CREATE() antlr.TerminalNode
func (*Create_procedure_bodyContext) Call_spec ¶
func (s *Create_procedure_bodyContext) Call_spec() ICall_specContext
func (*Create_procedure_bodyContext) DECLARE ¶
func (s *Create_procedure_bodyContext) DECLARE() antlr.TerminalNode
func (*Create_procedure_bodyContext) EXTERNAL ¶
func (s *Create_procedure_bodyContext) EXTERNAL() antlr.TerminalNode
func (*Create_procedure_bodyContext) EnterRule ¶
func (s *Create_procedure_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_procedure_bodyContext) ExitRule ¶
func (s *Create_procedure_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_procedure_bodyContext) GetParser ¶
func (s *Create_procedure_bodyContext) GetParser() antlr.Parser
func (*Create_procedure_bodyContext) GetRuleContext ¶
func (s *Create_procedure_bodyContext) GetRuleContext() antlr.RuleContext
func (*Create_procedure_bodyContext) IS ¶
func (s *Create_procedure_bodyContext) IS() antlr.TerminalNode
func (*Create_procedure_bodyContext) Invoker_rights_clause ¶
func (s *Create_procedure_bodyContext) Invoker_rights_clause() IInvoker_rights_clauseContext
func (*Create_procedure_bodyContext) IsCreate_procedure_bodyContext ¶
func (*Create_procedure_bodyContext) IsCreate_procedure_bodyContext()
func (*Create_procedure_bodyContext) LEFT_PAREN ¶
func (s *Create_procedure_bodyContext) LEFT_PAREN() antlr.TerminalNode
func (*Create_procedure_bodyContext) OR ¶
func (s *Create_procedure_bodyContext) OR() antlr.TerminalNode
func (*Create_procedure_bodyContext) PROCEDURE ¶
func (s *Create_procedure_bodyContext) PROCEDURE() antlr.TerminalNode
func (*Create_procedure_bodyContext) Parameter ¶
func (s *Create_procedure_bodyContext) Parameter(i int) IParameterContext
func (*Create_procedure_bodyContext) Procedure_name ¶
func (s *Create_procedure_bodyContext) Procedure_name() IProcedure_nameContext
func (*Create_procedure_bodyContext) REPLACE ¶
func (s *Create_procedure_bodyContext) REPLACE() antlr.TerminalNode
func (*Create_procedure_bodyContext) RIGHT_PAREN ¶
func (s *Create_procedure_bodyContext) RIGHT_PAREN() antlr.TerminalNode
func (*Create_procedure_bodyContext) SEMICOLON ¶
func (s *Create_procedure_bodyContext) SEMICOLON() antlr.TerminalNode
func (*Create_procedure_bodyContext) Seq_of_declare_specs ¶
func (s *Create_procedure_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Create_procedure_bodyContext) ToStringTree ¶
func (s *Create_procedure_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_sequenceContext ¶
type Create_sequenceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_sequenceContext ¶
func NewCreate_sequenceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_sequenceContext
func NewEmptyCreate_sequenceContext ¶
func NewEmptyCreate_sequenceContext() *Create_sequenceContext
func (*Create_sequenceContext) AllSequence_spec ¶
func (s *Create_sequenceContext) AllSequence_spec() []ISequence_specContext
func (*Create_sequenceContext) AllSequence_start_clause ¶
func (s *Create_sequenceContext) AllSequence_start_clause() []ISequence_start_clauseContext
func (*Create_sequenceContext) CREATE ¶
func (s *Create_sequenceContext) CREATE() antlr.TerminalNode
func (*Create_sequenceContext) EnterRule ¶
func (s *Create_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_sequenceContext) ExitRule ¶
func (s *Create_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_sequenceContext) GetParser ¶
func (s *Create_sequenceContext) GetParser() antlr.Parser
func (*Create_sequenceContext) GetRuleContext ¶
func (s *Create_sequenceContext) GetRuleContext() antlr.RuleContext
func (*Create_sequenceContext) IsCreate_sequenceContext ¶
func (*Create_sequenceContext) IsCreate_sequenceContext()
func (*Create_sequenceContext) SEMICOLON ¶
func (s *Create_sequenceContext) SEMICOLON() antlr.TerminalNode
func (*Create_sequenceContext) SEQUENCE ¶
func (s *Create_sequenceContext) SEQUENCE() antlr.TerminalNode
func (*Create_sequenceContext) Sequence_name ¶
func (s *Create_sequenceContext) Sequence_name() ISequence_nameContext
func (*Create_sequenceContext) Sequence_spec ¶
func (s *Create_sequenceContext) Sequence_spec(i int) ISequence_specContext
func (*Create_sequenceContext) Sequence_start_clause ¶
func (s *Create_sequenceContext) Sequence_start_clause(i int) ISequence_start_clauseContext
func (*Create_sequenceContext) ToStringTree ¶
func (s *Create_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_synonymContext ¶
type Create_synonymContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_synonymContext ¶
func NewCreate_synonymContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_synonymContext
func NewEmptyCreate_synonymContext ¶
func NewEmptyCreate_synonymContext() *Create_synonymContext
func (*Create_synonymContext) AT_SIGN ¶
func (s *Create_synonymContext) AT_SIGN() antlr.TerminalNode
func (*Create_synonymContext) AllPERIOD ¶
func (s *Create_synonymContext) AllPERIOD() []antlr.TerminalNode
func (*Create_synonymContext) AllSchema_name ¶
func (s *Create_synonymContext) AllSchema_name() []ISchema_nameContext
func (*Create_synonymContext) CREATE ¶
func (s *Create_synonymContext) CREATE() antlr.TerminalNode
func (*Create_synonymContext) EnterRule ¶
func (s *Create_synonymContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_synonymContext) ExitRule ¶
func (s *Create_synonymContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_synonymContext) FOR ¶
func (s *Create_synonymContext) FOR() antlr.TerminalNode
func (*Create_synonymContext) GetParser ¶
func (s *Create_synonymContext) GetParser() antlr.Parser
func (*Create_synonymContext) GetRuleContext ¶
func (s *Create_synonymContext) GetRuleContext() antlr.RuleContext
func (*Create_synonymContext) IsCreate_synonymContext ¶
func (*Create_synonymContext) IsCreate_synonymContext()
func (*Create_synonymContext) Link_name ¶
func (s *Create_synonymContext) Link_name() ILink_nameContext
func (*Create_synonymContext) OR ¶
func (s *Create_synonymContext) OR() antlr.TerminalNode
func (*Create_synonymContext) PERIOD ¶
func (s *Create_synonymContext) PERIOD(i int) antlr.TerminalNode
func (*Create_synonymContext) PUBLIC ¶
func (s *Create_synonymContext) PUBLIC() antlr.TerminalNode
func (*Create_synonymContext) REPLACE ¶
func (s *Create_synonymContext) REPLACE() antlr.TerminalNode
func (*Create_synonymContext) SYNONYM ¶
func (s *Create_synonymContext) SYNONYM() antlr.TerminalNode
func (*Create_synonymContext) Schema_name ¶
func (s *Create_synonymContext) Schema_name(i int) ISchema_nameContext
func (*Create_synonymContext) Schema_object_name ¶
func (s *Create_synonymContext) Schema_object_name() ISchema_object_nameContext
func (*Create_synonymContext) Synonym_name ¶
func (s *Create_synonymContext) Synonym_name() ISynonym_nameContext
func (*Create_synonymContext) ToStringTree ¶
func (s *Create_synonymContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Create_tableContext ¶
type Create_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_tableContext ¶
func NewCreate_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_tableContext
func NewEmptyCreate_tableContext ¶
func NewEmptyCreate_tableContext() *Create_tableContext
func (*Create_tableContext) AS ¶
func (s *Create_tableContext) AS() antlr.TerminalNode
func (*Create_tableContext) CREATE ¶
func (s *Create_tableContext) CREATE() antlr.TerminalNode
func (*Create_tableContext) EnterRule ¶
func (s *Create_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_tableContext) ExitRule ¶
func (s *Create_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_tableContext) GLOBAL ¶
func (s *Create_tableContext) GLOBAL() antlr.TerminalNode
func (*Create_tableContext) GetParser ¶
func (s *Create_tableContext) GetParser() antlr.Parser
func (*Create_tableContext) GetRuleContext ¶
func (s *Create_tableContext) GetRuleContext() antlr.RuleContext
func (*Create_tableContext) IsCreate_tableContext ¶
func (*Create_tableContext) IsCreate_tableContext()
func (*Create_tableContext) Object_table ¶
func (s *Create_tableContext) Object_table() IObject_tableContext
func (*Create_tableContext) Relational_table ¶
func (s *Create_tableContext) Relational_table() IRelational_tableContext
func (*Create_tableContext) SEMICOLON ¶
func (s *Create_tableContext) SEMICOLON() antlr.TerminalNode
func (*Create_tableContext) Select_only_statement ¶
func (s *Create_tableContext) Select_only_statement() ISelect_only_statementContext
func (*Create_tableContext) TABLE ¶
func (s *Create_tableContext) TABLE() antlr.TerminalNode
func (*Create_tableContext) TEMPORARY ¶
func (s *Create_tableContext) TEMPORARY() antlr.TerminalNode
func (*Create_tableContext) Tableview_name ¶
func (s *Create_tableContext) Tableview_name() ITableview_nameContext
func (*Create_tableContext) ToStringTree ¶
func (s *Create_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_tableContext) Xmltype_table ¶
func (s *Create_tableContext) Xmltype_table() IXmltype_tableContext
type Create_tablespaceContext ¶
type Create_tablespaceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_tablespaceContext ¶
func NewCreate_tablespaceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_tablespaceContext
func NewEmptyCreate_tablespaceContext ¶
func NewEmptyCreate_tablespaceContext() *Create_tablespaceContext
func (*Create_tablespaceContext) BIGFILE ¶
func (s *Create_tablespaceContext) BIGFILE() antlr.TerminalNode
func (*Create_tablespaceContext) CREATE ¶
func (s *Create_tablespaceContext) CREATE() antlr.TerminalNode
func (*Create_tablespaceContext) EnterRule ¶
func (s *Create_tablespaceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_tablespaceContext) ExitRule ¶
func (s *Create_tablespaceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_tablespaceContext) GetParser ¶
func (s *Create_tablespaceContext) GetParser() antlr.Parser
func (*Create_tablespaceContext) GetRuleContext ¶
func (s *Create_tablespaceContext) GetRuleContext() antlr.RuleContext
func (*Create_tablespaceContext) IsCreate_tablespaceContext ¶
func (*Create_tablespaceContext) IsCreate_tablespaceContext()
func (*Create_tablespaceContext) Permanent_tablespace_clause ¶
func (s *Create_tablespaceContext) Permanent_tablespace_clause() IPermanent_tablespace_clauseContext
func (*Create_tablespaceContext) SEMICOLON ¶
func (s *Create_tablespaceContext) SEMICOLON() antlr.TerminalNode
func (*Create_tablespaceContext) SMALLFILE ¶
func (s *Create_tablespaceContext) SMALLFILE() antlr.TerminalNode
func (*Create_tablespaceContext) Temporary_tablespace_clause ¶
func (s *Create_tablespaceContext) Temporary_tablespace_clause() ITemporary_tablespace_clauseContext
func (*Create_tablespaceContext) ToStringTree ¶
func (s *Create_tablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_tablespaceContext) Undo_tablespace_clause ¶
func (s *Create_tablespaceContext) Undo_tablespace_clause() IUndo_tablespace_clauseContext
type Create_triggerContext ¶
type Create_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_triggerContext ¶
func NewCreate_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_triggerContext
func NewEmptyCreate_triggerContext ¶
func NewEmptyCreate_triggerContext() *Create_triggerContext
func (*Create_triggerContext) CREATE ¶
func (s *Create_triggerContext) CREATE() antlr.TerminalNode
func (*Create_triggerContext) Compound_dml_trigger ¶
func (s *Create_triggerContext) Compound_dml_trigger() ICompound_dml_triggerContext
func (*Create_triggerContext) DISABLE ¶
func (s *Create_triggerContext) DISABLE() antlr.TerminalNode
func (*Create_triggerContext) ENABLE ¶
func (s *Create_triggerContext) ENABLE() antlr.TerminalNode
func (*Create_triggerContext) EnterRule ¶
func (s *Create_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_triggerContext) ExitRule ¶
func (s *Create_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_triggerContext) GetParser ¶
func (s *Create_triggerContext) GetParser() antlr.Parser
func (*Create_triggerContext) GetRuleContext ¶
func (s *Create_triggerContext) GetRuleContext() antlr.RuleContext
func (*Create_triggerContext) IsCreate_triggerContext ¶
func (*Create_triggerContext) IsCreate_triggerContext()
func (*Create_triggerContext) Non_dml_trigger ¶
func (s *Create_triggerContext) Non_dml_trigger() INon_dml_triggerContext
func (*Create_triggerContext) OR ¶
func (s *Create_triggerContext) OR() antlr.TerminalNode
func (*Create_triggerContext) REPLACE ¶
func (s *Create_triggerContext) REPLACE() antlr.TerminalNode
func (*Create_triggerContext) SEMICOLON ¶
func (s *Create_triggerContext) SEMICOLON() antlr.TerminalNode
func (*Create_triggerContext) Simple_dml_trigger ¶
func (s *Create_triggerContext) Simple_dml_trigger() ISimple_dml_triggerContext
func (*Create_triggerContext) TRIGGER ¶
func (s *Create_triggerContext) TRIGGER() antlr.TerminalNode
func (*Create_triggerContext) ToStringTree ¶
func (s *Create_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_triggerContext) Trigger_body ¶
func (s *Create_triggerContext) Trigger_body() ITrigger_bodyContext
func (*Create_triggerContext) Trigger_follows_clause ¶
func (s *Create_triggerContext) Trigger_follows_clause() ITrigger_follows_clauseContext
func (*Create_triggerContext) Trigger_name ¶
func (s *Create_triggerContext) Trigger_name() ITrigger_nameContext
func (*Create_triggerContext) Trigger_when_clause ¶
func (s *Create_triggerContext) Trigger_when_clause() ITrigger_when_clauseContext
type Create_typeContext ¶
type Create_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_typeContext ¶
func NewCreate_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_typeContext
func NewEmptyCreate_typeContext ¶
func NewEmptyCreate_typeContext() *Create_typeContext
func (*Create_typeContext) CREATE ¶
func (s *Create_typeContext) CREATE() antlr.TerminalNode
func (*Create_typeContext) EnterRule ¶
func (s *Create_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_typeContext) ExitRule ¶
func (s *Create_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_typeContext) GetParser ¶
func (s *Create_typeContext) GetParser() antlr.Parser
func (*Create_typeContext) GetRuleContext ¶
func (s *Create_typeContext) GetRuleContext() antlr.RuleContext
func (*Create_typeContext) IsCreate_typeContext ¶
func (*Create_typeContext) IsCreate_typeContext()
func (*Create_typeContext) OR ¶
func (s *Create_typeContext) OR() antlr.TerminalNode
func (*Create_typeContext) REPLACE ¶
func (s *Create_typeContext) REPLACE() antlr.TerminalNode
func (*Create_typeContext) SEMICOLON ¶
func (s *Create_typeContext) SEMICOLON() antlr.TerminalNode
func (*Create_typeContext) TYPE ¶
func (s *Create_typeContext) TYPE() antlr.TerminalNode
func (*Create_typeContext) ToStringTree ¶
func (s *Create_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_typeContext) Type_body ¶
func (s *Create_typeContext) Type_body() IType_bodyContext
func (*Create_typeContext) Type_definition ¶
func (s *Create_typeContext) Type_definition() IType_definitionContext
type Create_userContext ¶
type Create_userContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_userContext ¶
func NewCreate_userContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_userContext
func NewEmptyCreate_userContext ¶
func NewEmptyCreate_userContext() *Create_userContext
func (*Create_userContext) AllContainer_clause ¶
func (s *Create_userContext) AllContainer_clause() []IContainer_clauseContext
func (*Create_userContext) AllIdentified_by ¶
func (s *Create_userContext) AllIdentified_by() []IIdentified_byContext
func (*Create_userContext) AllIdentified_other_clause ¶
func (s *Create_userContext) AllIdentified_other_clause() []IIdentified_other_clauseContext
func (*Create_userContext) AllPassword_expire_clause ¶
func (s *Create_userContext) AllPassword_expire_clause() []IPassword_expire_clauseContext
func (*Create_userContext) AllProfile_clause ¶
func (s *Create_userContext) AllProfile_clause() []IProfile_clauseContext
func (*Create_userContext) AllQuota_clause ¶
func (s *Create_userContext) AllQuota_clause() []IQuota_clauseContext
func (*Create_userContext) AllUser_editions_clause ¶
func (s *Create_userContext) AllUser_editions_clause() []IUser_editions_clauseContext
func (*Create_userContext) AllUser_lock_clause ¶
func (s *Create_userContext) AllUser_lock_clause() []IUser_lock_clauseContext
func (*Create_userContext) AllUser_tablespace_clause ¶
func (s *Create_userContext) AllUser_tablespace_clause() []IUser_tablespace_clauseContext
func (*Create_userContext) CREATE ¶
func (s *Create_userContext) CREATE() antlr.TerminalNode
func (*Create_userContext) Container_clause ¶
func (s *Create_userContext) Container_clause(i int) IContainer_clauseContext
func (*Create_userContext) EnterRule ¶
func (s *Create_userContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_userContext) ExitRule ¶
func (s *Create_userContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_userContext) GetParser ¶
func (s *Create_userContext) GetParser() antlr.Parser
func (*Create_userContext) GetRuleContext ¶
func (s *Create_userContext) GetRuleContext() antlr.RuleContext
func (*Create_userContext) Identified_by ¶
func (s *Create_userContext) Identified_by(i int) IIdentified_byContext
func (*Create_userContext) Identified_other_clause ¶
func (s *Create_userContext) Identified_other_clause(i int) IIdentified_other_clauseContext
func (*Create_userContext) IsCreate_userContext ¶
func (*Create_userContext) IsCreate_userContext()
func (*Create_userContext) Password_expire_clause ¶
func (s *Create_userContext) Password_expire_clause(i int) IPassword_expire_clauseContext
func (*Create_userContext) Profile_clause ¶
func (s *Create_userContext) Profile_clause(i int) IProfile_clauseContext
func (*Create_userContext) Quota_clause ¶
func (s *Create_userContext) Quota_clause(i int) IQuota_clauseContext
func (*Create_userContext) SEMICOLON ¶
func (s *Create_userContext) SEMICOLON() antlr.TerminalNode
func (*Create_userContext) ToStringTree ¶
func (s *Create_userContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_userContext) USER ¶
func (s *Create_userContext) USER() antlr.TerminalNode
func (*Create_userContext) User_editions_clause ¶
func (s *Create_userContext) User_editions_clause(i int) IUser_editions_clauseContext
func (*Create_userContext) User_lock_clause ¶
func (s *Create_userContext) User_lock_clause(i int) IUser_lock_clauseContext
func (*Create_userContext) User_object_name ¶
func (s *Create_userContext) User_object_name() IUser_object_nameContext
func (*Create_userContext) User_tablespace_clause ¶
func (s *Create_userContext) User_tablespace_clause(i int) IUser_tablespace_clauseContext
type Create_viewContext ¶
type Create_viewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCreate_viewContext ¶
func NewCreate_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Create_viewContext
func NewEmptyCreate_viewContext ¶
func NewEmptyCreate_viewContext() *Create_viewContext
func (*Create_viewContext) AS ¶
func (s *Create_viewContext) AS() antlr.TerminalNode
func (*Create_viewContext) AllOR ¶
func (s *Create_viewContext) AllOR() []antlr.TerminalNode
func (*Create_viewContext) CREATE ¶
func (s *Create_viewContext) CREATE() antlr.TerminalNode
func (*Create_viewContext) EDITIONABLE ¶
func (s *Create_viewContext) EDITIONABLE() antlr.TerminalNode
func (*Create_viewContext) EDITIONING ¶
func (s *Create_viewContext) EDITIONING() antlr.TerminalNode
func (*Create_viewContext) EnterRule ¶
func (s *Create_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Create_viewContext) ExitRule ¶
func (s *Create_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Create_viewContext) FORCE ¶
func (s *Create_viewContext) FORCE() antlr.TerminalNode
func (*Create_viewContext) GetParser ¶
func (s *Create_viewContext) GetParser() antlr.Parser
func (*Create_viewContext) GetRuleContext ¶
func (s *Create_viewContext) GetRuleContext() antlr.RuleContext
func (*Create_viewContext) IsCreate_viewContext ¶
func (*Create_viewContext) IsCreate_viewContext()
func (*Create_viewContext) OR ¶
func (s *Create_viewContext) OR(i int) antlr.TerminalNode
func (*Create_viewContext) REPLACE ¶
func (s *Create_viewContext) REPLACE() antlr.TerminalNode
func (*Create_viewContext) Select_only_statement ¶
func (s *Create_viewContext) Select_only_statement() ISelect_only_statementContext
func (*Create_viewContext) Subquery_restriction_clause ¶
func (s *Create_viewContext) Subquery_restriction_clause() ISubquery_restriction_clauseContext
func (*Create_viewContext) Tableview_name ¶
func (s *Create_viewContext) Tableview_name() ITableview_nameContext
func (*Create_viewContext) ToStringTree ¶
func (s *Create_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Create_viewContext) VIEW ¶
func (s *Create_viewContext) VIEW() antlr.TerminalNode
func (*Create_viewContext) View_options ¶
func (s *Create_viewContext) View_options() IView_optionsContext
type Cursor_declarationContext ¶
type Cursor_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCursor_declarationContext ¶
func NewCursor_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cursor_declarationContext
func NewEmptyCursor_declarationContext ¶
func NewEmptyCursor_declarationContext() *Cursor_declarationContext
func (*Cursor_declarationContext) AllCOMMA ¶
func (s *Cursor_declarationContext) AllCOMMA() []antlr.TerminalNode
func (*Cursor_declarationContext) AllParameter_spec ¶
func (s *Cursor_declarationContext) AllParameter_spec() []IParameter_specContext
func (*Cursor_declarationContext) COMMA ¶
func (s *Cursor_declarationContext) COMMA(i int) antlr.TerminalNode
func (*Cursor_declarationContext) CURSOR ¶
func (s *Cursor_declarationContext) CURSOR() antlr.TerminalNode
func (*Cursor_declarationContext) EnterRule ¶
func (s *Cursor_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cursor_declarationContext) ExitRule ¶
func (s *Cursor_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cursor_declarationContext) GetParser ¶
func (s *Cursor_declarationContext) GetParser() antlr.Parser
func (*Cursor_declarationContext) GetRuleContext ¶
func (s *Cursor_declarationContext) GetRuleContext() antlr.RuleContext
func (*Cursor_declarationContext) IS ¶
func (s *Cursor_declarationContext) IS() antlr.TerminalNode
func (*Cursor_declarationContext) Identifier ¶
func (s *Cursor_declarationContext) Identifier() IIdentifierContext
func (*Cursor_declarationContext) IsCursor_declarationContext ¶
func (*Cursor_declarationContext) IsCursor_declarationContext()
func (*Cursor_declarationContext) LEFT_PAREN ¶
func (s *Cursor_declarationContext) LEFT_PAREN() antlr.TerminalNode
func (*Cursor_declarationContext) Parameter_spec ¶
func (s *Cursor_declarationContext) Parameter_spec(i int) IParameter_specContext
func (*Cursor_declarationContext) RETURN ¶
func (s *Cursor_declarationContext) RETURN() antlr.TerminalNode
func (*Cursor_declarationContext) RIGHT_PAREN ¶
func (s *Cursor_declarationContext) RIGHT_PAREN() antlr.TerminalNode
func (*Cursor_declarationContext) SEMICOLON ¶
func (s *Cursor_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Cursor_declarationContext) Select_statement ¶
func (s *Cursor_declarationContext) Select_statement() ISelect_statementContext
func (*Cursor_declarationContext) ToStringTree ¶
func (s *Cursor_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Cursor_declarationContext) Type_spec ¶
func (s *Cursor_declarationContext) Type_spec() IType_specContext
type Cursor_expressionContext ¶
type Cursor_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCursor_expressionContext ¶
func NewCursor_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cursor_expressionContext
func NewEmptyCursor_expressionContext ¶
func NewEmptyCursor_expressionContext() *Cursor_expressionContext
func (*Cursor_expressionContext) CURSOR ¶
func (s *Cursor_expressionContext) CURSOR() antlr.TerminalNode
func (*Cursor_expressionContext) EnterRule ¶
func (s *Cursor_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cursor_expressionContext) ExitRule ¶
func (s *Cursor_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cursor_expressionContext) GetParser ¶
func (s *Cursor_expressionContext) GetParser() antlr.Parser
func (*Cursor_expressionContext) GetRuleContext ¶
func (s *Cursor_expressionContext) GetRuleContext() antlr.RuleContext
func (*Cursor_expressionContext) IsCursor_expressionContext ¶
func (*Cursor_expressionContext) IsCursor_expressionContext()
func (*Cursor_expressionContext) LEFT_PAREN ¶
func (s *Cursor_expressionContext) LEFT_PAREN() antlr.TerminalNode
func (*Cursor_expressionContext) RIGHT_PAREN ¶
func (s *Cursor_expressionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Cursor_expressionContext) Subquery ¶
func (s *Cursor_expressionContext) Subquery() ISubqueryContext
func (*Cursor_expressionContext) ToStringTree ¶
func (s *Cursor_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cursor_loop_paramContext ¶
type Cursor_loop_paramContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCursor_loop_paramContext ¶
func NewCursor_loop_paramContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cursor_loop_paramContext
func NewEmptyCursor_loop_paramContext ¶
func NewEmptyCursor_loop_paramContext() *Cursor_loop_paramContext
func (*Cursor_loop_paramContext) Cursor_name ¶
func (s *Cursor_loop_paramContext) Cursor_name() ICursor_nameContext
func (*Cursor_loop_paramContext) DOUBLE_PERIOD ¶
func (s *Cursor_loop_paramContext) DOUBLE_PERIOD() antlr.TerminalNode
func (*Cursor_loop_paramContext) EnterRule ¶
func (s *Cursor_loop_paramContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cursor_loop_paramContext) ExitRule ¶
func (s *Cursor_loop_paramContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cursor_loop_paramContext) Expressions ¶
func (s *Cursor_loop_paramContext) Expressions() IExpressionsContext
func (*Cursor_loop_paramContext) GetParser ¶
func (s *Cursor_loop_paramContext) GetParser() antlr.Parser
func (*Cursor_loop_paramContext) GetRange_separator ¶
func (s *Cursor_loop_paramContext) GetRange_separator() antlr.Token
func (*Cursor_loop_paramContext) GetRuleContext ¶
func (s *Cursor_loop_paramContext) GetRuleContext() antlr.RuleContext
func (*Cursor_loop_paramContext) IN ¶
func (s *Cursor_loop_paramContext) IN() antlr.TerminalNode
func (*Cursor_loop_paramContext) Index_name ¶
func (s *Cursor_loop_paramContext) Index_name() IIndex_nameContext
func (*Cursor_loop_paramContext) IsCursor_loop_paramContext ¶
func (*Cursor_loop_paramContext) IsCursor_loop_paramContext()
func (*Cursor_loop_paramContext) LEFT_PAREN ¶
func (s *Cursor_loop_paramContext) LEFT_PAREN() antlr.TerminalNode
func (*Cursor_loop_paramContext) Lower_bound ¶
func (s *Cursor_loop_paramContext) Lower_bound() ILower_boundContext
func (*Cursor_loop_paramContext) REVERSE ¶
func (s *Cursor_loop_paramContext) REVERSE() antlr.TerminalNode
func (*Cursor_loop_paramContext) RIGHT_PAREN ¶
func (s *Cursor_loop_paramContext) RIGHT_PAREN() antlr.TerminalNode
func (*Cursor_loop_paramContext) Record_name ¶
func (s *Cursor_loop_paramContext) Record_name() IRecord_nameContext
func (*Cursor_loop_paramContext) Select_statement ¶
func (s *Cursor_loop_paramContext) Select_statement() ISelect_statementContext
func (*Cursor_loop_paramContext) SetRange_separator ¶
func (s *Cursor_loop_paramContext) SetRange_separator(v antlr.Token)
func (*Cursor_loop_paramContext) ToStringTree ¶
func (s *Cursor_loop_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Cursor_loop_paramContext) Upper_bound ¶
func (s *Cursor_loop_paramContext) Upper_bound() IUpper_boundContext
type Cursor_manipulation_statementsContext ¶
type Cursor_manipulation_statementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCursor_manipulation_statementsContext ¶
func NewCursor_manipulation_statementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cursor_manipulation_statementsContext
func NewEmptyCursor_manipulation_statementsContext ¶
func NewEmptyCursor_manipulation_statementsContext() *Cursor_manipulation_statementsContext
func (*Cursor_manipulation_statementsContext) Close_statement ¶
func (s *Cursor_manipulation_statementsContext) Close_statement() IClose_statementContext
func (*Cursor_manipulation_statementsContext) EnterRule ¶
func (s *Cursor_manipulation_statementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cursor_manipulation_statementsContext) ExitRule ¶
func (s *Cursor_manipulation_statementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cursor_manipulation_statementsContext) Fetch_statement ¶
func (s *Cursor_manipulation_statementsContext) Fetch_statement() IFetch_statementContext
func (*Cursor_manipulation_statementsContext) GetParser ¶
func (s *Cursor_manipulation_statementsContext) GetParser() antlr.Parser
func (*Cursor_manipulation_statementsContext) GetRuleContext ¶
func (s *Cursor_manipulation_statementsContext) GetRuleContext() antlr.RuleContext
func (*Cursor_manipulation_statementsContext) IsCursor_manipulation_statementsContext ¶
func (*Cursor_manipulation_statementsContext) IsCursor_manipulation_statementsContext()
func (*Cursor_manipulation_statementsContext) Open_for_statement ¶
func (s *Cursor_manipulation_statementsContext) Open_for_statement() IOpen_for_statementContext
func (*Cursor_manipulation_statementsContext) Open_statement ¶
func (s *Cursor_manipulation_statementsContext) Open_statement() IOpen_statementContext
func (*Cursor_manipulation_statementsContext) ToStringTree ¶
func (s *Cursor_manipulation_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cursor_nameContext ¶
type Cursor_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCursor_nameContext ¶
func NewCursor_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cursor_nameContext
func NewEmptyCursor_nameContext ¶
func NewEmptyCursor_nameContext() *Cursor_nameContext
func (*Cursor_nameContext) Bind_variable ¶
func (s *Cursor_nameContext) Bind_variable() IBind_variableContext
func (*Cursor_nameContext) EnterRule ¶
func (s *Cursor_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cursor_nameContext) ExitRule ¶
func (s *Cursor_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cursor_nameContext) General_element ¶
func (s *Cursor_nameContext) General_element() IGeneral_elementContext
func (*Cursor_nameContext) GetParser ¶
func (s *Cursor_nameContext) GetParser() antlr.Parser
func (*Cursor_nameContext) GetRuleContext ¶
func (s *Cursor_nameContext) GetRuleContext() antlr.RuleContext
func (*Cursor_nameContext) IsCursor_nameContext ¶
func (*Cursor_nameContext) IsCursor_nameContext()
func (*Cursor_nameContext) ToStringTree ¶
func (s *Cursor_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cycle_clauseContext ¶
type Cycle_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewCycle_clauseContext ¶
func NewCycle_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cycle_clauseContext
func NewEmptyCycle_clauseContext ¶
func NewEmptyCycle_clauseContext() *Cycle_clauseContext
func (*Cycle_clauseContext) AllExpression ¶
func (s *Cycle_clauseContext) AllExpression() []IExpressionContext
func (*Cycle_clauseContext) CYCLE ¶
func (s *Cycle_clauseContext) CYCLE() antlr.TerminalNode
func (*Cycle_clauseContext) Column_list ¶
func (s *Cycle_clauseContext) Column_list() IColumn_listContext
func (*Cycle_clauseContext) Column_name ¶
func (s *Cycle_clauseContext) Column_name() IColumn_nameContext
func (*Cycle_clauseContext) DEFAULT ¶
func (s *Cycle_clauseContext) DEFAULT() antlr.TerminalNode
func (*Cycle_clauseContext) EnterRule ¶
func (s *Cycle_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cycle_clauseContext) ExitRule ¶
func (s *Cycle_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cycle_clauseContext) Expression ¶
func (s *Cycle_clauseContext) Expression(i int) IExpressionContext
func (*Cycle_clauseContext) GetParser ¶
func (s *Cycle_clauseContext) GetParser() antlr.Parser
func (*Cycle_clauseContext) GetRuleContext ¶
func (s *Cycle_clauseContext) GetRuleContext() antlr.RuleContext
func (*Cycle_clauseContext) IsCycle_clauseContext ¶
func (*Cycle_clauseContext) IsCycle_clauseContext()
func (*Cycle_clauseContext) SET ¶
func (s *Cycle_clauseContext) SET() antlr.TerminalNode
func (*Cycle_clauseContext) TO ¶
func (s *Cycle_clauseContext) TO() antlr.TerminalNode
func (*Cycle_clauseContext) ToStringTree ¶
func (s *Cycle_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Data_manipulation_language_statementsContext ¶
type Data_manipulation_language_statementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewData_manipulation_language_statementsContext ¶
func NewData_manipulation_language_statementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Data_manipulation_language_statementsContext
func NewEmptyData_manipulation_language_statementsContext ¶
func NewEmptyData_manipulation_language_statementsContext() *Data_manipulation_language_statementsContext
func (*Data_manipulation_language_statementsContext) Delete_statement ¶
func (s *Data_manipulation_language_statementsContext) Delete_statement() IDelete_statementContext
func (*Data_manipulation_language_statementsContext) EnterRule ¶
func (s *Data_manipulation_language_statementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Data_manipulation_language_statementsContext) ExitRule ¶
func (s *Data_manipulation_language_statementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Data_manipulation_language_statementsContext) Explain_statement ¶
func (s *Data_manipulation_language_statementsContext) Explain_statement() IExplain_statementContext
func (*Data_manipulation_language_statementsContext) GetParser ¶
func (s *Data_manipulation_language_statementsContext) GetParser() antlr.Parser
func (*Data_manipulation_language_statementsContext) GetRuleContext ¶
func (s *Data_manipulation_language_statementsContext) GetRuleContext() antlr.RuleContext
func (*Data_manipulation_language_statementsContext) Insert_statement ¶
func (s *Data_manipulation_language_statementsContext) Insert_statement() IInsert_statementContext
func (*Data_manipulation_language_statementsContext) IsData_manipulation_language_statementsContext ¶
func (*Data_manipulation_language_statementsContext) IsData_manipulation_language_statementsContext()
func (*Data_manipulation_language_statementsContext) Lock_table_statement ¶
func (s *Data_manipulation_language_statementsContext) Lock_table_statement() ILock_table_statementContext
func (*Data_manipulation_language_statementsContext) Merge_statement ¶
func (s *Data_manipulation_language_statementsContext) Merge_statement() IMerge_statementContext
func (*Data_manipulation_language_statementsContext) Select_statement ¶
func (s *Data_manipulation_language_statementsContext) Select_statement() ISelect_statementContext
func (*Data_manipulation_language_statementsContext) ToStringTree ¶
func (s *Data_manipulation_language_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Data_manipulation_language_statementsContext) Update_statement ¶
func (s *Data_manipulation_language_statementsContext) Update_statement() IUpdate_statementContext
type DatabaseContext ¶
type DatabaseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatabaseContext ¶
func NewDatabaseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DatabaseContext
func NewEmptyDatabaseContext ¶
func NewEmptyDatabaseContext() *DatabaseContext
func (*DatabaseContext) EnterRule ¶
func (s *DatabaseContext) EnterRule(listener antlr.ParseTreeListener)
func (*DatabaseContext) ExitRule ¶
func (s *DatabaseContext) ExitRule(listener antlr.ParseTreeListener)
func (*DatabaseContext) GetParser ¶
func (s *DatabaseContext) GetParser() antlr.Parser
func (*DatabaseContext) GetRuleContext ¶
func (s *DatabaseContext) GetRuleContext() antlr.RuleContext
func (*DatabaseContext) IsDatabaseContext ¶
func (*DatabaseContext) IsDatabaseContext()
func (*DatabaseContext) Regular_id ¶
func (s *DatabaseContext) Regular_id() IRegular_idContext
func (*DatabaseContext) ToStringTree ¶
func (s *DatabaseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Database_file_clausesContext ¶
type Database_file_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatabase_file_clausesContext ¶
func NewDatabase_file_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Database_file_clausesContext
func NewEmptyDatabase_file_clausesContext ¶
func NewEmptyDatabase_file_clausesContext() *Database_file_clausesContext
func (*Database_file_clausesContext) AllCOMMA ¶
func (s *Database_file_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Database_file_clausesContext) AllFilename ¶
func (s *Database_file_clausesContext) AllFilename() []IFilenameContext
func (*Database_file_clausesContext) Alter_datafile_clause ¶
func (s *Database_file_clausesContext) Alter_datafile_clause() IAlter_datafile_clauseContext
func (*Database_file_clausesContext) Alter_tempfile_clause ¶
func (s *Database_file_clausesContext) Alter_tempfile_clause() IAlter_tempfile_clauseContext
func (*Database_file_clausesContext) COMMA ¶
func (s *Database_file_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Database_file_clausesContext) Create_datafile_clause ¶
func (s *Database_file_clausesContext) Create_datafile_clause() ICreate_datafile_clauseContext
func (*Database_file_clausesContext) EnterRule ¶
func (s *Database_file_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Database_file_clausesContext) ExitRule ¶
func (s *Database_file_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Database_file_clausesContext) FILE ¶
func (s *Database_file_clausesContext) FILE() antlr.TerminalNode
func (*Database_file_clausesContext) Filename ¶
func (s *Database_file_clausesContext) Filename(i int) IFilenameContext
func (*Database_file_clausesContext) GetParser ¶
func (s *Database_file_clausesContext) GetParser() antlr.Parser
func (*Database_file_clausesContext) GetRuleContext ¶
func (s *Database_file_clausesContext) GetRuleContext() antlr.RuleContext
func (*Database_file_clausesContext) IsDatabase_file_clausesContext ¶
func (*Database_file_clausesContext) IsDatabase_file_clausesContext()
func (*Database_file_clausesContext) RENAME ¶
func (s *Database_file_clausesContext) RENAME() antlr.TerminalNode
func (*Database_file_clausesContext) TO ¶
func (s *Database_file_clausesContext) TO() antlr.TerminalNode
func (*Database_file_clausesContext) ToStringTree ¶
func (s *Database_file_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Database_nameContext ¶
type Database_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatabase_nameContext ¶
func NewDatabase_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Database_nameContext
func NewEmptyDatabase_nameContext ¶
func NewEmptyDatabase_nameContext() *Database_nameContext
func (*Database_nameContext) EnterRule ¶
func (s *Database_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Database_nameContext) ExitRule ¶
func (s *Database_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Database_nameContext) GetParser ¶
func (s *Database_nameContext) GetParser() antlr.Parser
func (*Database_nameContext) GetRuleContext ¶
func (s *Database_nameContext) GetRuleContext() antlr.RuleContext
func (*Database_nameContext) IsDatabase_nameContext ¶
func (*Database_nameContext) IsDatabase_nameContext()
func (*Database_nameContext) Regular_id ¶
func (s *Database_nameContext) Regular_id() IRegular_idContext
func (*Database_nameContext) ToStringTree ¶
func (s *Database_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Datafile_specificationContext ¶
type Datafile_specificationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatafile_specificationContext ¶
func NewDatafile_specificationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Datafile_specificationContext
func NewEmptyDatafile_specificationContext ¶
func NewEmptyDatafile_specificationContext() *Datafile_specificationContext
func (*Datafile_specificationContext) COMMA ¶
func (s *Datafile_specificationContext) COMMA() antlr.TerminalNode
func (*Datafile_specificationContext) DATAFILE ¶
func (s *Datafile_specificationContext) DATAFILE() antlr.TerminalNode
func (*Datafile_specificationContext) Datafile_tempfile_spec ¶
func (s *Datafile_specificationContext) Datafile_tempfile_spec() IDatafile_tempfile_specContext
func (*Datafile_specificationContext) EnterRule ¶
func (s *Datafile_specificationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Datafile_specificationContext) ExitRule ¶
func (s *Datafile_specificationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Datafile_specificationContext) GetParser ¶
func (s *Datafile_specificationContext) GetParser() antlr.Parser
func (*Datafile_specificationContext) GetRuleContext ¶
func (s *Datafile_specificationContext) GetRuleContext() antlr.RuleContext
func (*Datafile_specificationContext) IsDatafile_specificationContext ¶
func (*Datafile_specificationContext) IsDatafile_specificationContext()
func (*Datafile_specificationContext) ToStringTree ¶
func (s *Datafile_specificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Datafile_tempfile_clausesContext ¶
type Datafile_tempfile_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatafile_tempfile_clausesContext ¶
func NewDatafile_tempfile_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Datafile_tempfile_clausesContext
func NewEmptyDatafile_tempfile_clausesContext ¶
func NewEmptyDatafile_tempfile_clausesContext() *Datafile_tempfile_clausesContext
func (*Datafile_tempfile_clausesContext) ADD ¶
func (s *Datafile_tempfile_clausesContext) ADD() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) AllCOMMA ¶
func (s *Datafile_tempfile_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) AllFilename ¶
func (s *Datafile_tempfile_clausesContext) AllFilename() []IFilenameContext
func (*Datafile_tempfile_clausesContext) COMMA ¶
func (s *Datafile_tempfile_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) DATAFILE ¶
func (s *Datafile_tempfile_clausesContext) DATAFILE() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) DROP ¶
func (s *Datafile_tempfile_clausesContext) DROP() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) Datafile_specification ¶
func (s *Datafile_tempfile_clausesContext) Datafile_specification() IDatafile_specificationContext
func (*Datafile_tempfile_clausesContext) EnterRule ¶
func (s *Datafile_tempfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Datafile_tempfile_clausesContext) ExitRule ¶
func (s *Datafile_tempfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Datafile_tempfile_clausesContext) Filename ¶
func (s *Datafile_tempfile_clausesContext) Filename(i int) IFilenameContext
func (*Datafile_tempfile_clausesContext) GetParser ¶
func (s *Datafile_tempfile_clausesContext) GetParser() antlr.Parser
func (*Datafile_tempfile_clausesContext) GetRuleContext ¶
func (s *Datafile_tempfile_clausesContext) GetRuleContext() antlr.RuleContext
func (*Datafile_tempfile_clausesContext) IsDatafile_tempfile_clausesContext ¶
func (*Datafile_tempfile_clausesContext) IsDatafile_tempfile_clausesContext()
func (*Datafile_tempfile_clausesContext) KEEP ¶
func (s *Datafile_tempfile_clausesContext) KEEP() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) Online_or_offline ¶
func (s *Datafile_tempfile_clausesContext) Online_or_offline() IOnline_or_offlineContext
func (*Datafile_tempfile_clausesContext) RENAME ¶
func (s *Datafile_tempfile_clausesContext) RENAME() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) SHRINK ¶
func (s *Datafile_tempfile_clausesContext) SHRINK() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) Size_clause ¶
func (s *Datafile_tempfile_clausesContext) Size_clause() ISize_clauseContext
func (*Datafile_tempfile_clausesContext) TEMPFILE ¶
func (s *Datafile_tempfile_clausesContext) TEMPFILE() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) TO ¶
func (s *Datafile_tempfile_clausesContext) TO() antlr.TerminalNode
func (*Datafile_tempfile_clausesContext) Tempfile_specification ¶
func (s *Datafile_tempfile_clausesContext) Tempfile_specification() ITempfile_specificationContext
func (*Datafile_tempfile_clausesContext) ToStringTree ¶
func (s *Datafile_tempfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Datafile_tempfile_clausesContext) UNSIGNED_INTEGER ¶
func (s *Datafile_tempfile_clausesContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Datafile_tempfile_specContext ¶
type Datafile_tempfile_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatafile_tempfile_specContext ¶
func NewDatafile_tempfile_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Datafile_tempfile_specContext
func NewEmptyDatafile_tempfile_specContext ¶
func NewEmptyDatafile_tempfile_specContext() *Datafile_tempfile_specContext
func (*Datafile_tempfile_specContext) Autoextend_clause ¶
func (s *Datafile_tempfile_specContext) Autoextend_clause() IAutoextend_clauseContext
func (*Datafile_tempfile_specContext) CHAR_STRING ¶
func (s *Datafile_tempfile_specContext) CHAR_STRING() antlr.TerminalNode
func (*Datafile_tempfile_specContext) EnterRule ¶
func (s *Datafile_tempfile_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Datafile_tempfile_specContext) ExitRule ¶
func (s *Datafile_tempfile_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Datafile_tempfile_specContext) GetParser ¶
func (s *Datafile_tempfile_specContext) GetParser() antlr.Parser
func (*Datafile_tempfile_specContext) GetRuleContext ¶
func (s *Datafile_tempfile_specContext) GetRuleContext() antlr.RuleContext
func (*Datafile_tempfile_specContext) IsDatafile_tempfile_specContext ¶
func (*Datafile_tempfile_specContext) IsDatafile_tempfile_specContext()
func (*Datafile_tempfile_specContext) REUSE ¶
func (s *Datafile_tempfile_specContext) REUSE() antlr.TerminalNode
func (*Datafile_tempfile_specContext) SIZE ¶
func (s *Datafile_tempfile_specContext) SIZE() antlr.TerminalNode
func (*Datafile_tempfile_specContext) Size_clause ¶
func (s *Datafile_tempfile_specContext) Size_clause() ISize_clauseContext
func (*Datafile_tempfile_specContext) ToStringTree ¶
func (s *Datafile_tempfile_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DatatypeContext ¶
type DatatypeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatatypeContext ¶
func NewDatatypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DatatypeContext
func NewEmptyDatatypeContext ¶
func NewEmptyDatatypeContext() *DatatypeContext
func (*DatatypeContext) AllExpression ¶
func (s *DatatypeContext) AllExpression() []IExpressionContext
func (*DatatypeContext) AllLEFT_PAREN ¶
func (s *DatatypeContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*DatatypeContext) AllRIGHT_PAREN ¶
func (s *DatatypeContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*DatatypeContext) CHARACTER ¶
func (s *DatatypeContext) CHARACTER() antlr.TerminalNode
func (*DatatypeContext) Char_set_name ¶
func (s *DatatypeContext) Char_set_name() IChar_set_nameContext
func (*DatatypeContext) DAY ¶
func (s *DatatypeContext) DAY() antlr.TerminalNode
func (*DatatypeContext) EnterRule ¶
func (s *DatatypeContext) EnterRule(listener antlr.ParseTreeListener)
func (*DatatypeContext) ExitRule ¶
func (s *DatatypeContext) ExitRule(listener antlr.ParseTreeListener)
func (*DatatypeContext) Expression ¶
func (s *DatatypeContext) Expression(i int) IExpressionContext
func (*DatatypeContext) GetParser ¶
func (s *DatatypeContext) GetParser() antlr.Parser
func (*DatatypeContext) GetRuleContext ¶
func (s *DatatypeContext) GetRuleContext() antlr.RuleContext
func (*DatatypeContext) INTERVAL ¶
func (s *DatatypeContext) INTERVAL() antlr.TerminalNode
func (*DatatypeContext) IsDatatypeContext ¶
func (*DatatypeContext) IsDatatypeContext()
func (*DatatypeContext) LEFT_PAREN ¶
func (s *DatatypeContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*DatatypeContext) LOCAL ¶
func (s *DatatypeContext) LOCAL() antlr.TerminalNode
func (*DatatypeContext) MONTH ¶
func (s *DatatypeContext) MONTH() antlr.TerminalNode
func (*DatatypeContext) Native_datatype_element ¶
func (s *DatatypeContext) Native_datatype_element() INative_datatype_elementContext
func (*DatatypeContext) Precision_part ¶
func (s *DatatypeContext) Precision_part() IPrecision_partContext
func (*DatatypeContext) RIGHT_PAREN ¶
func (s *DatatypeContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*DatatypeContext) SECOND ¶
func (s *DatatypeContext) SECOND() antlr.TerminalNode
func (*DatatypeContext) SET ¶
func (s *DatatypeContext) SET() antlr.TerminalNode
func (*DatatypeContext) TIME ¶
func (s *DatatypeContext) TIME() antlr.TerminalNode
func (*DatatypeContext) TO ¶
func (s *DatatypeContext) TO() antlr.TerminalNode
func (*DatatypeContext) ToStringTree ¶
func (s *DatatypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*DatatypeContext) WITH ¶
func (s *DatatypeContext) WITH() antlr.TerminalNode
func (*DatatypeContext) YEAR ¶
func (s *DatatypeContext) YEAR() antlr.TerminalNode
func (*DatatypeContext) ZONE ¶
func (s *DatatypeContext) ZONE() antlr.TerminalNode
type Datatype_null_enableContext ¶
type Datatype_null_enableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatatype_null_enableContext ¶
func NewDatatype_null_enableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Datatype_null_enableContext
func NewEmptyDatatype_null_enableContext ¶
func NewEmptyDatatype_null_enableContext() *Datatype_null_enableContext
func (*Datatype_null_enableContext) AllCHAR_STRING ¶
func (s *Datatype_null_enableContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Datatype_null_enableContext) BY ¶
func (s *Datatype_null_enableContext) BY() antlr.TerminalNode
func (*Datatype_null_enableContext) CHAR_STRING ¶
func (s *Datatype_null_enableContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Datatype_null_enableContext) Column_name ¶
func (s *Datatype_null_enableContext) Column_name() IColumn_nameContext
func (*Datatype_null_enableContext) DEFAULT ¶
func (s *Datatype_null_enableContext) DEFAULT() antlr.TerminalNode
func (*Datatype_null_enableContext) DISABLE ¶
func (s *Datatype_null_enableContext) DISABLE() antlr.TerminalNode
func (*Datatype_null_enableContext) Datatype ¶
func (s *Datatype_null_enableContext) Datatype() IDatatypeContext
func (*Datatype_null_enableContext) ENABLE ¶
func (s *Datatype_null_enableContext) ENABLE() antlr.TerminalNode
func (*Datatype_null_enableContext) ENCRYPT ¶
func (s *Datatype_null_enableContext) ENCRYPT() antlr.TerminalNode
func (*Datatype_null_enableContext) EnterRule ¶
func (s *Datatype_null_enableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Datatype_null_enableContext) ExitRule ¶
func (s *Datatype_null_enableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Datatype_null_enableContext) Expression ¶
func (s *Datatype_null_enableContext) Expression() IExpressionContext
func (*Datatype_null_enableContext) GetParser ¶
func (s *Datatype_null_enableContext) GetParser() antlr.Parser
func (*Datatype_null_enableContext) GetRuleContext ¶
func (s *Datatype_null_enableContext) GetRuleContext() antlr.RuleContext
func (*Datatype_null_enableContext) IDENTIFIED ¶
func (s *Datatype_null_enableContext) IDENTIFIED() antlr.TerminalNode
func (*Datatype_null_enableContext) IsDatatype_null_enableContext ¶
func (*Datatype_null_enableContext) IsDatatype_null_enableContext()
func (*Datatype_null_enableContext) NO ¶
func (s *Datatype_null_enableContext) NO() antlr.TerminalNode
func (*Datatype_null_enableContext) NOT ¶
func (s *Datatype_null_enableContext) NOT() antlr.TerminalNode
func (*Datatype_null_enableContext) NULL_ ¶
func (s *Datatype_null_enableContext) NULL_() antlr.TerminalNode
func (*Datatype_null_enableContext) REGULAR_ID ¶
func (s *Datatype_null_enableContext) REGULAR_ID() antlr.TerminalNode
func (*Datatype_null_enableContext) SALT ¶
func (s *Datatype_null_enableContext) SALT() antlr.TerminalNode
func (*Datatype_null_enableContext) SORT ¶
func (s *Datatype_null_enableContext) SORT() antlr.TerminalNode
func (*Datatype_null_enableContext) ToStringTree ¶
func (s *Datatype_null_enableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Datatype_null_enableContext) USING ¶
func (s *Datatype_null_enableContext) USING() antlr.TerminalNode
type Datetime_exprContext ¶
type Datetime_exprContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDatetime_exprContext ¶
func NewDatetime_exprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Datetime_exprContext
func NewEmptyDatetime_exprContext ¶
func NewEmptyDatetime_exprContext() *Datetime_exprContext
func (*Datetime_exprContext) EnterRule ¶
func (s *Datetime_exprContext) EnterRule(listener antlr.ParseTreeListener)
func (*Datetime_exprContext) ExitRule ¶
func (s *Datetime_exprContext) ExitRule(listener antlr.ParseTreeListener)
func (*Datetime_exprContext) Expression ¶
func (s *Datetime_exprContext) Expression() IExpressionContext
func (*Datetime_exprContext) GetParser ¶
func (s *Datetime_exprContext) GetParser() antlr.Parser
func (*Datetime_exprContext) GetRuleContext ¶
func (s *Datetime_exprContext) GetRuleContext() antlr.RuleContext
func (*Datetime_exprContext) IsDatetime_exprContext ¶
func (*Datetime_exprContext) IsDatetime_exprContext()
func (*Datetime_exprContext) ToStringTree ¶
func (s *Datetime_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Db_nameContext ¶
type Db_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDb_nameContext ¶
func NewDb_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Db_nameContext
func NewEmptyDb_nameContext ¶
func NewEmptyDb_nameContext() *Db_nameContext
func (*Db_nameContext) EnterRule ¶
func (s *Db_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Db_nameContext) ExitRule ¶
func (s *Db_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Db_nameContext) GetParser ¶
func (s *Db_nameContext) GetParser() antlr.Parser
func (*Db_nameContext) GetRuleContext ¶
func (s *Db_nameContext) GetRuleContext() antlr.RuleContext
func (*Db_nameContext) IsDb_nameContext ¶
func (*Db_nameContext) IsDb_nameContext()
func (*Db_nameContext) Regular_id ¶
func (s *Db_nameContext) Regular_id() IRegular_idContext
func (*Db_nameContext) ToStringTree ¶
func (s *Db_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Deallocate_unused_clauseContext ¶
type Deallocate_unused_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDeallocate_unused_clauseContext ¶
func NewDeallocate_unused_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Deallocate_unused_clauseContext
func NewEmptyDeallocate_unused_clauseContext ¶
func NewEmptyDeallocate_unused_clauseContext() *Deallocate_unused_clauseContext
func (*Deallocate_unused_clauseContext) DEALLOCATE ¶
func (s *Deallocate_unused_clauseContext) DEALLOCATE() antlr.TerminalNode
func (*Deallocate_unused_clauseContext) EnterRule ¶
func (s *Deallocate_unused_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Deallocate_unused_clauseContext) ExitRule ¶
func (s *Deallocate_unused_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Deallocate_unused_clauseContext) GetParser ¶
func (s *Deallocate_unused_clauseContext) GetParser() antlr.Parser
func (*Deallocate_unused_clauseContext) GetRuleContext ¶
func (s *Deallocate_unused_clauseContext) GetRuleContext() antlr.RuleContext
func (*Deallocate_unused_clauseContext) IsDeallocate_unused_clauseContext ¶
func (*Deallocate_unused_clauseContext) IsDeallocate_unused_clauseContext()
func (*Deallocate_unused_clauseContext) KEEP ¶
func (s *Deallocate_unused_clauseContext) KEEP() antlr.TerminalNode
func (*Deallocate_unused_clauseContext) Size_clause ¶
func (s *Deallocate_unused_clauseContext) Size_clause() ISize_clauseContext
func (*Deallocate_unused_clauseContext) ToStringTree ¶
func (s *Deallocate_unused_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Deallocate_unused_clauseContext) UNUSED ¶
func (s *Deallocate_unused_clauseContext) UNUSED() antlr.TerminalNode
type Declare_specContext ¶
type Declare_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDeclare_specContext ¶
func NewDeclare_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Declare_specContext
func NewEmptyDeclare_specContext ¶
func NewEmptyDeclare_specContext() *Declare_specContext
func (*Declare_specContext) Cursor_declaration ¶
func (s *Declare_specContext) Cursor_declaration() ICursor_declarationContext
func (*Declare_specContext) EnterRule ¶
func (s *Declare_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Declare_specContext) Exception_declaration ¶
func (s *Declare_specContext) Exception_declaration() IException_declarationContext
func (*Declare_specContext) ExitRule ¶
func (s *Declare_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Declare_specContext) Function_body ¶
func (s *Declare_specContext) Function_body() IFunction_bodyContext
func (*Declare_specContext) Function_spec ¶
func (s *Declare_specContext) Function_spec() IFunction_specContext
func (*Declare_specContext) GetParser ¶
func (s *Declare_specContext) GetParser() antlr.Parser
func (*Declare_specContext) GetRuleContext ¶
func (s *Declare_specContext) GetRuleContext() antlr.RuleContext
func (*Declare_specContext) IsDeclare_specContext ¶
func (*Declare_specContext) IsDeclare_specContext()
func (*Declare_specContext) Pragma_declaration ¶
func (s *Declare_specContext) Pragma_declaration() IPragma_declarationContext
func (*Declare_specContext) Procedure_body ¶
func (s *Declare_specContext) Procedure_body() IProcedure_bodyContext
func (*Declare_specContext) Procedure_spec ¶
func (s *Declare_specContext) Procedure_spec() IProcedure_specContext
func (*Declare_specContext) Subtype_declaration ¶
func (s *Declare_specContext) Subtype_declaration() ISubtype_declarationContext
func (*Declare_specContext) ToStringTree ¶
func (s *Declare_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Declare_specContext) Type_declaration ¶
func (s *Declare_specContext) Type_declaration() IType_declarationContext
func (*Declare_specContext) Variable_declaration ¶
func (s *Declare_specContext) Variable_declaration() IVariable_declarationContext
type Default_cost_clauseContext ¶
type Default_cost_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDefault_cost_clauseContext ¶
func NewDefault_cost_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_cost_clauseContext
func NewEmptyDefault_cost_clauseContext ¶
func NewEmptyDefault_cost_clauseContext() *Default_cost_clauseContext
func (*Default_cost_clauseContext) AllCOMMA ¶
func (s *Default_cost_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Default_cost_clauseContext) COMMA ¶
func (s *Default_cost_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Default_cost_clauseContext) COST ¶
func (s *Default_cost_clauseContext) COST() antlr.TerminalNode
func (*Default_cost_clauseContext) Cpu_cost ¶
func (s *Default_cost_clauseContext) Cpu_cost() ICpu_costContext
func (*Default_cost_clauseContext) DEFAULT ¶
func (s *Default_cost_clauseContext) DEFAULT() antlr.TerminalNode
func (*Default_cost_clauseContext) EnterRule ¶
func (s *Default_cost_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Default_cost_clauseContext) ExitRule ¶
func (s *Default_cost_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Default_cost_clauseContext) GetParser ¶
func (s *Default_cost_clauseContext) GetParser() antlr.Parser
func (*Default_cost_clauseContext) GetRuleContext ¶
func (s *Default_cost_clauseContext) GetRuleContext() antlr.RuleContext
func (*Default_cost_clauseContext) Io_cost ¶
func (s *Default_cost_clauseContext) Io_cost() IIo_costContext
func (*Default_cost_clauseContext) IsDefault_cost_clauseContext ¶
func (*Default_cost_clauseContext) IsDefault_cost_clauseContext()
func (*Default_cost_clauseContext) LEFT_PAREN ¶
func (s *Default_cost_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Default_cost_clauseContext) Network_cost ¶
func (s *Default_cost_clauseContext) Network_cost() INetwork_costContext
func (*Default_cost_clauseContext) RIGHT_PAREN ¶
func (s *Default_cost_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Default_cost_clauseContext) ToStringTree ¶
func (s *Default_cost_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Default_selectivityContext ¶
type Default_selectivityContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDefault_selectivityContext ¶
func NewDefault_selectivityContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_selectivityContext
func NewEmptyDefault_selectivityContext ¶
func NewEmptyDefault_selectivityContext() *Default_selectivityContext
func (*Default_selectivityContext) EnterRule ¶
func (s *Default_selectivityContext) EnterRule(listener antlr.ParseTreeListener)
func (*Default_selectivityContext) ExitRule ¶
func (s *Default_selectivityContext) ExitRule(listener antlr.ParseTreeListener)
func (*Default_selectivityContext) GetParser ¶
func (s *Default_selectivityContext) GetParser() antlr.Parser
func (*Default_selectivityContext) GetRuleContext ¶
func (s *Default_selectivityContext) GetRuleContext() antlr.RuleContext
func (*Default_selectivityContext) IsDefault_selectivityContext ¶
func (*Default_selectivityContext) IsDefault_selectivityContext()
func (*Default_selectivityContext) ToStringTree ¶
func (s *Default_selectivityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Default_selectivityContext) UNSIGNED_INTEGER ¶
func (s *Default_selectivityContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Default_selectivity_clauseContext ¶
type Default_selectivity_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDefault_selectivity_clauseContext ¶
func NewDefault_selectivity_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_selectivity_clauseContext
func NewEmptyDefault_selectivity_clauseContext ¶
func NewEmptyDefault_selectivity_clauseContext() *Default_selectivity_clauseContext
func (*Default_selectivity_clauseContext) DEFAULT ¶
func (s *Default_selectivity_clauseContext) DEFAULT() antlr.TerminalNode
func (*Default_selectivity_clauseContext) Default_selectivity ¶
func (s *Default_selectivity_clauseContext) Default_selectivity() IDefault_selectivityContext
func (*Default_selectivity_clauseContext) EnterRule ¶
func (s *Default_selectivity_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Default_selectivity_clauseContext) ExitRule ¶
func (s *Default_selectivity_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Default_selectivity_clauseContext) GetParser ¶
func (s *Default_selectivity_clauseContext) GetParser() antlr.Parser
func (*Default_selectivity_clauseContext) GetRuleContext ¶
func (s *Default_selectivity_clauseContext) GetRuleContext() antlr.RuleContext
func (*Default_selectivity_clauseContext) IsDefault_selectivity_clauseContext ¶
func (*Default_selectivity_clauseContext) IsDefault_selectivity_clauseContext()
func (*Default_selectivity_clauseContext) SELECTIVITY ¶
func (s *Default_selectivity_clauseContext) SELECTIVITY() antlr.TerminalNode
func (*Default_selectivity_clauseContext) ToStringTree ¶
func (s *Default_selectivity_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Default_settings_clauseContext ¶
type Default_settings_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDefault_settings_clauseContext ¶
func NewDefault_settings_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_settings_clauseContext
func NewEmptyDefault_settings_clauseContext ¶
func NewEmptyDefault_settings_clauseContext() *Default_settings_clauseContext
func (*Default_settings_clauseContext) AllDomain ¶
func (s *Default_settings_clauseContext) AllDomain() []IDomainContext
func (*Default_settings_clauseContext) AllPERIOD ¶
func (s *Default_settings_clauseContext) AllPERIOD() []antlr.TerminalNode
func (*Default_settings_clauseContext) BIGFILE ¶
func (s *Default_settings_clauseContext) BIGFILE() antlr.TerminalNode
func (*Default_settings_clauseContext) BLOCK ¶
func (s *Default_settings_clauseContext) BLOCK() antlr.TerminalNode
func (*Default_settings_clauseContext) CHANGE ¶
func (s *Default_settings_clauseContext) CHANGE() antlr.TerminalNode
func (*Default_settings_clauseContext) DEFAULT ¶
func (s *Default_settings_clauseContext) DEFAULT() antlr.TerminalNode
func (*Default_settings_clauseContext) DISABLE ¶
func (s *Default_settings_clauseContext) DISABLE() antlr.TerminalNode
func (*Default_settings_clauseContext) Database ¶
func (s *Default_settings_clauseContext) Database() IDatabaseContext
func (*Default_settings_clauseContext) Domain ¶
func (s *Default_settings_clauseContext) Domain(i int) IDomainContext
func (*Default_settings_clauseContext) EDITION ¶
func (s *Default_settings_clauseContext) EDITION() antlr.TerminalNode
func (*Default_settings_clauseContext) ENABLE ¶
func (s *Default_settings_clauseContext) ENABLE() antlr.TerminalNode
func (*Default_settings_clauseContext) EQUALS_OP ¶
func (s *Default_settings_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Default_settings_clauseContext) Edition_name ¶
func (s *Default_settings_clauseContext) Edition_name() IEdition_nameContext
func (*Default_settings_clauseContext) EnterRule ¶
func (s *Default_settings_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Default_settings_clauseContext) ExitRule ¶
func (s *Default_settings_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Default_settings_clauseContext) FILE ¶
func (s *Default_settings_clauseContext) FILE() antlr.TerminalNode
func (*Default_settings_clauseContext) Filename ¶
func (s *Default_settings_clauseContext) Filename() IFilenameContext
func (*Default_settings_clauseContext) Flashback_mode_clause ¶
func (s *Default_settings_clauseContext) Flashback_mode_clause() IFlashback_mode_clauseContext
func (*Default_settings_clauseContext) GLOBAL_NAME ¶
func (s *Default_settings_clauseContext) GLOBAL_NAME() antlr.TerminalNode
func (*Default_settings_clauseContext) GetParser ¶
func (s *Default_settings_clauseContext) GetParser() antlr.Parser
func (*Default_settings_clauseContext) GetRuleContext ¶
func (s *Default_settings_clauseContext) GetRuleContext() antlr.RuleContext
func (*Default_settings_clauseContext) IsDefault_settings_clauseContext ¶
func (*Default_settings_clauseContext) IsDefault_settings_clauseContext()
func (*Default_settings_clauseContext) PERIOD ¶
func (s *Default_settings_clauseContext) PERIOD(i int) antlr.TerminalNode
func (*Default_settings_clauseContext) RENAME ¶
func (s *Default_settings_clauseContext) RENAME() antlr.TerminalNode
func (*Default_settings_clauseContext) REUSE ¶
func (s *Default_settings_clauseContext) REUSE() antlr.TerminalNode
func (*Default_settings_clauseContext) SET ¶
func (s *Default_settings_clauseContext) SET() antlr.TerminalNode
func (*Default_settings_clauseContext) SMALLFILE ¶
func (s *Default_settings_clauseContext) SMALLFILE() antlr.TerminalNode
func (*Default_settings_clauseContext) Set_time_zone_clause ¶
func (s *Default_settings_clauseContext) Set_time_zone_clause() ISet_time_zone_clauseContext
func (*Default_settings_clauseContext) TABLESPACE ¶
func (s *Default_settings_clauseContext) TABLESPACE() antlr.TerminalNode
func (*Default_settings_clauseContext) TEMPORARY ¶
func (s *Default_settings_clauseContext) TEMPORARY() antlr.TerminalNode
func (*Default_settings_clauseContext) TO ¶
func (s *Default_settings_clauseContext) TO() antlr.TerminalNode
func (*Default_settings_clauseContext) TRACKING ¶
func (s *Default_settings_clauseContext) TRACKING() antlr.TerminalNode
func (*Default_settings_clauseContext) Tablespace ¶
func (s *Default_settings_clauseContext) Tablespace() ITablespaceContext
func (*Default_settings_clauseContext) Tablespace_group_name ¶
func (s *Default_settings_clauseContext) Tablespace_group_name() ITablespace_group_nameContext
func (*Default_settings_clauseContext) ToStringTree ¶
func (s *Default_settings_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Default_settings_clauseContext) USING ¶
func (s *Default_settings_clauseContext) USING() antlr.TerminalNode
type Default_value_partContext ¶
type Default_value_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDefault_value_partContext ¶
func NewDefault_value_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Default_value_partContext
func NewEmptyDefault_value_partContext ¶
func NewEmptyDefault_value_partContext() *Default_value_partContext
func (*Default_value_partContext) ASSIGN_OP ¶
func (s *Default_value_partContext) ASSIGN_OP() antlr.TerminalNode
func (*Default_value_partContext) DEFAULT ¶
func (s *Default_value_partContext) DEFAULT() antlr.TerminalNode
func (*Default_value_partContext) EnterRule ¶
func (s *Default_value_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Default_value_partContext) ExitRule ¶
func (s *Default_value_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Default_value_partContext) Expression ¶
func (s *Default_value_partContext) Expression() IExpressionContext
func (*Default_value_partContext) GetParser ¶
func (s *Default_value_partContext) GetParser() antlr.Parser
func (*Default_value_partContext) GetRuleContext ¶
func (s *Default_value_partContext) GetRuleContext() antlr.RuleContext
func (*Default_value_partContext) IsDefault_value_partContext ¶
func (*Default_value_partContext) IsDefault_value_partContext()
func (*Default_value_partContext) ToStringTree ¶
func (s *Default_value_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Deferred_segment_creationContext ¶
type Deferred_segment_creationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDeferred_segment_creationContext ¶
func NewDeferred_segment_creationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Deferred_segment_creationContext
func NewEmptyDeferred_segment_creationContext ¶
func NewEmptyDeferred_segment_creationContext() *Deferred_segment_creationContext
func (*Deferred_segment_creationContext) CREATION ¶
func (s *Deferred_segment_creationContext) CREATION() antlr.TerminalNode
func (*Deferred_segment_creationContext) DEFERRED ¶
func (s *Deferred_segment_creationContext) DEFERRED() antlr.TerminalNode
func (*Deferred_segment_creationContext) EnterRule ¶
func (s *Deferred_segment_creationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Deferred_segment_creationContext) ExitRule ¶
func (s *Deferred_segment_creationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Deferred_segment_creationContext) GetParser ¶
func (s *Deferred_segment_creationContext) GetParser() antlr.Parser
func (*Deferred_segment_creationContext) GetRuleContext ¶
func (s *Deferred_segment_creationContext) GetRuleContext() antlr.RuleContext
func (*Deferred_segment_creationContext) IMMEDIATE ¶
func (s *Deferred_segment_creationContext) IMMEDIATE() antlr.TerminalNode
func (*Deferred_segment_creationContext) IsDeferred_segment_creationContext ¶
func (*Deferred_segment_creationContext) IsDeferred_segment_creationContext()
func (*Deferred_segment_creationContext) SEGMENT ¶
func (s *Deferred_segment_creationContext) SEGMENT() antlr.TerminalNode
func (*Deferred_segment_creationContext) ToStringTree ¶
func (s *Deferred_segment_creationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Delete_statementContext ¶
type Delete_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDelete_statementContext ¶
func NewDelete_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Delete_statementContext
func NewEmptyDelete_statementContext ¶
func NewEmptyDelete_statementContext() *Delete_statementContext
func (*Delete_statementContext) DELETE ¶
func (s *Delete_statementContext) DELETE() antlr.TerminalNode
func (*Delete_statementContext) EnterRule ¶
func (s *Delete_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Delete_statementContext) Error_logging_clause ¶
func (s *Delete_statementContext) Error_logging_clause() IError_logging_clauseContext
func (*Delete_statementContext) ExitRule ¶
func (s *Delete_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Delete_statementContext) FROM ¶
func (s *Delete_statementContext) FROM() antlr.TerminalNode
func (*Delete_statementContext) General_table_ref ¶
func (s *Delete_statementContext) General_table_ref() IGeneral_table_refContext
func (*Delete_statementContext) GetParser ¶
func (s *Delete_statementContext) GetParser() antlr.Parser
func (*Delete_statementContext) GetRuleContext ¶
func (s *Delete_statementContext) GetRuleContext() antlr.RuleContext
func (*Delete_statementContext) IsDelete_statementContext ¶
func (*Delete_statementContext) IsDelete_statementContext()
func (*Delete_statementContext) Static_returning_clause ¶
func (s *Delete_statementContext) Static_returning_clause() IStatic_returning_clauseContext
func (*Delete_statementContext) ToStringTree ¶
func (s *Delete_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Delete_statementContext) Where_clause ¶
func (s *Delete_statementContext) Where_clause() IWhere_clauseContext
type Dependent_exceptions_partContext ¶
type Dependent_exceptions_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDependent_exceptions_partContext ¶
func NewDependent_exceptions_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dependent_exceptions_partContext
func NewEmptyDependent_exceptions_partContext ¶
func NewEmptyDependent_exceptions_partContext() *Dependent_exceptions_partContext
func (*Dependent_exceptions_partContext) EXCEPTIONS ¶
func (s *Dependent_exceptions_partContext) EXCEPTIONS() antlr.TerminalNode
func (*Dependent_exceptions_partContext) EnterRule ¶
func (s *Dependent_exceptions_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dependent_exceptions_partContext) ExitRule ¶
func (s *Dependent_exceptions_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dependent_exceptions_partContext) FORCE ¶
func (s *Dependent_exceptions_partContext) FORCE() antlr.TerminalNode
func (*Dependent_exceptions_partContext) GetParser ¶
func (s *Dependent_exceptions_partContext) GetParser() antlr.Parser
func (*Dependent_exceptions_partContext) GetRuleContext ¶
func (s *Dependent_exceptions_partContext) GetRuleContext() antlr.RuleContext
func (*Dependent_exceptions_partContext) INTO ¶
func (s *Dependent_exceptions_partContext) INTO() antlr.TerminalNode
func (*Dependent_exceptions_partContext) IsDependent_exceptions_partContext ¶
func (*Dependent_exceptions_partContext) IsDependent_exceptions_partContext()
func (*Dependent_exceptions_partContext) Tableview_name ¶
func (s *Dependent_exceptions_partContext) Tableview_name() ITableview_nameContext
func (*Dependent_exceptions_partContext) ToStringTree ¶
func (s *Dependent_exceptions_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Dependent_handling_clauseContext ¶
type Dependent_handling_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDependent_handling_clauseContext ¶
func NewDependent_handling_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dependent_handling_clauseContext
func NewEmptyDependent_handling_clauseContext ¶
func NewEmptyDependent_handling_clauseContext() *Dependent_handling_clauseContext
func (*Dependent_handling_clauseContext) CASCADE ¶
func (s *Dependent_handling_clauseContext) CASCADE() antlr.TerminalNode
func (*Dependent_handling_clauseContext) CONVERT ¶
func (s *Dependent_handling_clauseContext) CONVERT() antlr.TerminalNode
func (*Dependent_handling_clauseContext) DATA ¶
func (s *Dependent_handling_clauseContext) DATA() antlr.TerminalNode
func (*Dependent_handling_clauseContext) Dependent_exceptions_part ¶
func (s *Dependent_handling_clauseContext) Dependent_exceptions_part() IDependent_exceptions_partContext
func (*Dependent_handling_clauseContext) EnterRule ¶
func (s *Dependent_handling_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dependent_handling_clauseContext) ExitRule ¶
func (s *Dependent_handling_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dependent_handling_clauseContext) GetParser ¶
func (s *Dependent_handling_clauseContext) GetParser() antlr.Parser
func (*Dependent_handling_clauseContext) GetRuleContext ¶
func (s *Dependent_handling_clauseContext) GetRuleContext() antlr.RuleContext
func (*Dependent_handling_clauseContext) INCLUDING ¶
func (s *Dependent_handling_clauseContext) INCLUDING() antlr.TerminalNode
func (*Dependent_handling_clauseContext) INVALIDATE ¶
func (s *Dependent_handling_clauseContext) INVALIDATE() antlr.TerminalNode
func (*Dependent_handling_clauseContext) IsDependent_handling_clauseContext ¶
func (*Dependent_handling_clauseContext) IsDependent_handling_clauseContext()
func (*Dependent_handling_clauseContext) NOT ¶
func (s *Dependent_handling_clauseContext) NOT() antlr.TerminalNode
func (*Dependent_handling_clauseContext) SUBSTITUTABLE ¶
func (s *Dependent_handling_clauseContext) SUBSTITUTABLE() antlr.TerminalNode
func (*Dependent_handling_clauseContext) TABLE ¶
func (s *Dependent_handling_clauseContext) TABLE() antlr.TerminalNode
func (*Dependent_handling_clauseContext) TO ¶
func (s *Dependent_handling_clauseContext) TO() antlr.TerminalNode
func (*Dependent_handling_clauseContext) ToStringTree ¶
func (s *Dependent_handling_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Dir_object_nameContext ¶
type Dir_object_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDir_object_nameContext ¶
func NewDir_object_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dir_object_nameContext
func NewEmptyDir_object_nameContext ¶
func NewEmptyDir_object_nameContext() *Dir_object_nameContext
func (*Dir_object_nameContext) EnterRule ¶
func (s *Dir_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dir_object_nameContext) ExitRule ¶
func (s *Dir_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dir_object_nameContext) GetParser ¶
func (s *Dir_object_nameContext) GetParser() antlr.Parser
func (*Dir_object_nameContext) GetRuleContext ¶
func (s *Dir_object_nameContext) GetRuleContext() antlr.RuleContext
func (*Dir_object_nameContext) Id_expression ¶
func (s *Dir_object_nameContext) Id_expression() IId_expressionContext
func (*Dir_object_nameContext) IsDir_object_nameContext ¶
func (*Dir_object_nameContext) IsDir_object_nameContext()
func (*Dir_object_nameContext) ToStringTree ¶
func (s *Dir_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Directory_nameContext ¶
type Directory_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDirectory_nameContext ¶
func NewDirectory_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Directory_nameContext
func NewEmptyDirectory_nameContext ¶
func NewEmptyDirectory_nameContext() *Directory_nameContext
func (*Directory_nameContext) EnterRule ¶
func (s *Directory_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Directory_nameContext) ExitRule ¶
func (s *Directory_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Directory_nameContext) GetParser ¶
func (s *Directory_nameContext) GetParser() antlr.Parser
func (*Directory_nameContext) GetRuleContext ¶
func (s *Directory_nameContext) GetRuleContext() antlr.RuleContext
func (*Directory_nameContext) IsDirectory_nameContext ¶
func (*Directory_nameContext) IsDirectory_nameContext()
func (*Directory_nameContext) Regular_id ¶
func (s *Directory_nameContext) Regular_id() IRegular_idContext
func (*Directory_nameContext) ToStringTree ¶
func (s *Directory_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Directory_pathContext ¶
type Directory_pathContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDirectory_pathContext ¶
func NewDirectory_pathContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Directory_pathContext
func NewEmptyDirectory_pathContext ¶
func NewEmptyDirectory_pathContext() *Directory_pathContext
func (*Directory_pathContext) CHAR_STRING ¶
func (s *Directory_pathContext) CHAR_STRING() antlr.TerminalNode
func (*Directory_pathContext) EnterRule ¶
func (s *Directory_pathContext) EnterRule(listener antlr.ParseTreeListener)
func (*Directory_pathContext) ExitRule ¶
func (s *Directory_pathContext) ExitRule(listener antlr.ParseTreeListener)
func (*Directory_pathContext) GetParser ¶
func (s *Directory_pathContext) GetParser() antlr.Parser
func (*Directory_pathContext) GetRuleContext ¶
func (s *Directory_pathContext) GetRuleContext() antlr.RuleContext
func (*Directory_pathContext) IsDirectory_pathContext ¶
func (*Directory_pathContext) IsDirectory_pathContext()
func (*Directory_pathContext) ToStringTree ¶
func (s *Directory_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Disable_constraintContext ¶
type Disable_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDisable_constraintContext ¶
func NewDisable_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Disable_constraintContext
func NewEmptyDisable_constraintContext ¶
func NewEmptyDisable_constraintContext() *Disable_constraintContext
func (*Disable_constraintContext) CONSTRAINT ¶
func (s *Disable_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Disable_constraintContext) Constraint_name ¶
func (s *Disable_constraintContext) Constraint_name() IConstraint_nameContext
func (*Disable_constraintContext) DISABLE ¶
func (s *Disable_constraintContext) DISABLE() antlr.TerminalNode
func (*Disable_constraintContext) EnterRule ¶
func (s *Disable_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Disable_constraintContext) ExitRule ¶
func (s *Disable_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Disable_constraintContext) GetParser ¶
func (s *Disable_constraintContext) GetParser() antlr.Parser
func (*Disable_constraintContext) GetRuleContext ¶
func (s *Disable_constraintContext) GetRuleContext() antlr.RuleContext
func (*Disable_constraintContext) IsDisable_constraintContext ¶
func (*Disable_constraintContext) IsDisable_constraintContext()
func (*Disable_constraintContext) ToStringTree ¶
func (s *Disable_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Dml_event_clauseContext ¶
type Dml_event_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDml_event_clauseContext ¶
func NewDml_event_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dml_event_clauseContext
func NewEmptyDml_event_clauseContext ¶
func NewEmptyDml_event_clauseContext() *Dml_event_clauseContext
func (*Dml_event_clauseContext) AllDml_event_element ¶
func (s *Dml_event_clauseContext) AllDml_event_element() []IDml_event_elementContext
func (*Dml_event_clauseContext) AllOR ¶
func (s *Dml_event_clauseContext) AllOR() []antlr.TerminalNode
func (*Dml_event_clauseContext) Dml_event_element ¶
func (s *Dml_event_clauseContext) Dml_event_element(i int) IDml_event_elementContext
func (*Dml_event_clauseContext) Dml_event_nested_clause ¶
func (s *Dml_event_clauseContext) Dml_event_nested_clause() IDml_event_nested_clauseContext
func (*Dml_event_clauseContext) EnterRule ¶
func (s *Dml_event_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dml_event_clauseContext) ExitRule ¶
func (s *Dml_event_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dml_event_clauseContext) GetParser ¶
func (s *Dml_event_clauseContext) GetParser() antlr.Parser
func (*Dml_event_clauseContext) GetRuleContext ¶
func (s *Dml_event_clauseContext) GetRuleContext() antlr.RuleContext
func (*Dml_event_clauseContext) IsDml_event_clauseContext ¶
func (*Dml_event_clauseContext) IsDml_event_clauseContext()
func (*Dml_event_clauseContext) ON ¶
func (s *Dml_event_clauseContext) ON() antlr.TerminalNode
func (*Dml_event_clauseContext) OR ¶
func (s *Dml_event_clauseContext) OR(i int) antlr.TerminalNode
func (*Dml_event_clauseContext) Tableview_name ¶
func (s *Dml_event_clauseContext) Tableview_name() ITableview_nameContext
func (*Dml_event_clauseContext) ToStringTree ¶
func (s *Dml_event_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Dml_event_elementContext ¶
type Dml_event_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDml_event_elementContext ¶
func NewDml_event_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dml_event_elementContext
func NewEmptyDml_event_elementContext ¶
func NewEmptyDml_event_elementContext() *Dml_event_elementContext
func (*Dml_event_elementContext) Column_list ¶
func (s *Dml_event_elementContext) Column_list() IColumn_listContext
func (*Dml_event_elementContext) DELETE ¶
func (s *Dml_event_elementContext) DELETE() antlr.TerminalNode
func (*Dml_event_elementContext) EnterRule ¶
func (s *Dml_event_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dml_event_elementContext) ExitRule ¶
func (s *Dml_event_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dml_event_elementContext) GetParser ¶
func (s *Dml_event_elementContext) GetParser() antlr.Parser
func (*Dml_event_elementContext) GetRuleContext ¶
func (s *Dml_event_elementContext) GetRuleContext() antlr.RuleContext
func (*Dml_event_elementContext) INSERT ¶
func (s *Dml_event_elementContext) INSERT() antlr.TerminalNode
func (*Dml_event_elementContext) IsDml_event_elementContext ¶
func (*Dml_event_elementContext) IsDml_event_elementContext()
func (*Dml_event_elementContext) OF ¶
func (s *Dml_event_elementContext) OF() antlr.TerminalNode
func (*Dml_event_elementContext) ToStringTree ¶
func (s *Dml_event_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Dml_event_elementContext) UPDATE ¶
func (s *Dml_event_elementContext) UPDATE() antlr.TerminalNode
type Dml_event_nested_clauseContext ¶
type Dml_event_nested_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDml_event_nested_clauseContext ¶
func NewDml_event_nested_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dml_event_nested_clauseContext
func NewEmptyDml_event_nested_clauseContext ¶
func NewEmptyDml_event_nested_clauseContext() *Dml_event_nested_clauseContext
func (*Dml_event_nested_clauseContext) EnterRule ¶
func (s *Dml_event_nested_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dml_event_nested_clauseContext) ExitRule ¶
func (s *Dml_event_nested_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dml_event_nested_clauseContext) GetParser ¶
func (s *Dml_event_nested_clauseContext) GetParser() antlr.Parser
func (*Dml_event_nested_clauseContext) GetRuleContext ¶
func (s *Dml_event_nested_clauseContext) GetRuleContext() antlr.RuleContext
func (*Dml_event_nested_clauseContext) IsDml_event_nested_clauseContext ¶
func (*Dml_event_nested_clauseContext) IsDml_event_nested_clauseContext()
func (*Dml_event_nested_clauseContext) NESTED ¶
func (s *Dml_event_nested_clauseContext) NESTED() antlr.TerminalNode
func (*Dml_event_nested_clauseContext) OF ¶
func (s *Dml_event_nested_clauseContext) OF() antlr.TerminalNode
func (*Dml_event_nested_clauseContext) TABLE ¶
func (s *Dml_event_nested_clauseContext) TABLE() antlr.TerminalNode
func (*Dml_event_nested_clauseContext) Tableview_name ¶
func (s *Dml_event_nested_clauseContext) Tableview_name() ITableview_nameContext
func (*Dml_event_nested_clauseContext) ToStringTree ¶
func (s *Dml_event_nested_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Dml_table_expression_clauseContext ¶
type Dml_table_expression_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDml_table_expression_clauseContext ¶
func NewDml_table_expression_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dml_table_expression_clauseContext
func NewEmptyDml_table_expression_clauseContext ¶
func NewEmptyDml_table_expression_clauseContext() *Dml_table_expression_clauseContext
func (*Dml_table_expression_clauseContext) EnterRule ¶
func (s *Dml_table_expression_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dml_table_expression_clauseContext) ExitRule ¶
func (s *Dml_table_expression_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dml_table_expression_clauseContext) GetParser ¶
func (s *Dml_table_expression_clauseContext) GetParser() antlr.Parser
func (*Dml_table_expression_clauseContext) GetRuleContext ¶
func (s *Dml_table_expression_clauseContext) GetRuleContext() antlr.RuleContext
func (*Dml_table_expression_clauseContext) IsDml_table_expression_clauseContext ¶
func (*Dml_table_expression_clauseContext) IsDml_table_expression_clauseContext()
func (*Dml_table_expression_clauseContext) LEFT_PAREN ¶
func (s *Dml_table_expression_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Dml_table_expression_clauseContext) RIGHT_PAREN ¶
func (s *Dml_table_expression_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Dml_table_expression_clauseContext) Sample_clause ¶
func (s *Dml_table_expression_clauseContext) Sample_clause() ISample_clauseContext
func (*Dml_table_expression_clauseContext) Select_statement ¶
func (s *Dml_table_expression_clauseContext) Select_statement() ISelect_statementContext
func (*Dml_table_expression_clauseContext) Subquery_restriction_clause ¶
func (s *Dml_table_expression_clauseContext) Subquery_restriction_clause() ISubquery_restriction_clauseContext
func (*Dml_table_expression_clauseContext) Table_collection_expression ¶
func (s *Dml_table_expression_clauseContext) Table_collection_expression() ITable_collection_expressionContext
func (*Dml_table_expression_clauseContext) Tableview_name ¶
func (s *Dml_table_expression_clauseContext) Tableview_name() ITableview_nameContext
func (*Dml_table_expression_clauseContext) ToStringTree ¶
func (s *Dml_table_expression_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type DomainContext ¶
type DomainContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDomainContext ¶
func NewDomainContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DomainContext
func NewEmptyDomainContext ¶
func NewEmptyDomainContext() *DomainContext
func (*DomainContext) EnterRule ¶
func (s *DomainContext) EnterRule(listener antlr.ParseTreeListener)
func (*DomainContext) ExitRule ¶
func (s *DomainContext) ExitRule(listener antlr.ParseTreeListener)
func (*DomainContext) GetParser ¶
func (s *DomainContext) GetParser() antlr.Parser
func (*DomainContext) GetRuleContext ¶
func (s *DomainContext) GetRuleContext() antlr.RuleContext
func (*DomainContext) IsDomainContext ¶
func (*DomainContext) IsDomainContext()
func (*DomainContext) Regular_id ¶
func (s *DomainContext) Regular_id() IRegular_idContext
func (*DomainContext) ToStringTree ¶
func (s *DomainContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Domain_index_clauseContext ¶
type Domain_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDomain_index_clauseContext ¶
func NewDomain_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Domain_index_clauseContext
func NewEmptyDomain_index_clauseContext ¶
func NewEmptyDomain_index_clauseContext() *Domain_index_clauseContext
func (*Domain_index_clauseContext) EnterRule ¶
func (s *Domain_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Domain_index_clauseContext) ExitRule ¶
func (s *Domain_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Domain_index_clauseContext) GetParser ¶
func (s *Domain_index_clauseContext) GetParser() antlr.Parser
func (*Domain_index_clauseContext) GetRuleContext ¶
func (s *Domain_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Domain_index_clauseContext) Indextype ¶
func (s *Domain_index_clauseContext) Indextype() IIndextypeContext
func (*Domain_index_clauseContext) IsDomain_index_clauseContext ¶
func (*Domain_index_clauseContext) IsDomain_index_clauseContext()
func (*Domain_index_clauseContext) LEFT_PAREN ¶
func (s *Domain_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Domain_index_clauseContext) Local_domain_index_clause ¶
func (s *Domain_index_clauseContext) Local_domain_index_clause() ILocal_domain_index_clauseContext
func (*Domain_index_clauseContext) Odci_parameters ¶
func (s *Domain_index_clauseContext) Odci_parameters() IOdci_parametersContext
func (*Domain_index_clauseContext) PARAMETERS ¶
func (s *Domain_index_clauseContext) PARAMETERS() antlr.TerminalNode
func (*Domain_index_clauseContext) Parallel_clause ¶
func (s *Domain_index_clauseContext) Parallel_clause() IParallel_clauseContext
func (*Domain_index_clauseContext) RIGHT_PAREN ¶
func (s *Domain_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Domain_index_clauseContext) ToStringTree ¶
func (s *Domain_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_column_clauseContext ¶
type Drop_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_column_clauseContext ¶
func NewDrop_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_column_clauseContext
func NewEmptyDrop_column_clauseContext ¶
func NewEmptyDrop_column_clauseContext() *Drop_column_clauseContext
func (*Drop_column_clauseContext) AllCASCADE ¶
func (s *Drop_column_clauseContext) AllCASCADE() []antlr.TerminalNode
func (*Drop_column_clauseContext) AllCOMMA ¶
func (s *Drop_column_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Drop_column_clauseContext) AllCONSTRAINTS ¶
func (s *Drop_column_clauseContext) AllCONSTRAINTS() []antlr.TerminalNode
func (*Drop_column_clauseContext) AllColumn_name ¶
func (s *Drop_column_clauseContext) AllColumn_name() []IColumn_nameContext
func (*Drop_column_clauseContext) AllINVALIDATE ¶
func (s *Drop_column_clauseContext) AllINVALIDATE() []antlr.TerminalNode
func (*Drop_column_clauseContext) CASCADE ¶
func (s *Drop_column_clauseContext) CASCADE(i int) antlr.TerminalNode
func (*Drop_column_clauseContext) CHECKPOINT ¶
func (s *Drop_column_clauseContext) CHECKPOINT() antlr.TerminalNode
func (*Drop_column_clauseContext) COLUMN ¶
func (s *Drop_column_clauseContext) COLUMN() antlr.TerminalNode
func (*Drop_column_clauseContext) COLUMNS ¶
func (s *Drop_column_clauseContext) COLUMNS() antlr.TerminalNode
func (*Drop_column_clauseContext) COMMA ¶
func (s *Drop_column_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Drop_column_clauseContext) CONSTRAINTS ¶
func (s *Drop_column_clauseContext) CONSTRAINTS(i int) antlr.TerminalNode
func (*Drop_column_clauseContext) CONTINUE ¶
func (s *Drop_column_clauseContext) CONTINUE() antlr.TerminalNode
func (*Drop_column_clauseContext) Column_name ¶
func (s *Drop_column_clauseContext) Column_name(i int) IColumn_nameContext
func (*Drop_column_clauseContext) DROP ¶
func (s *Drop_column_clauseContext) DROP() antlr.TerminalNode
func (*Drop_column_clauseContext) EnterRule ¶
func (s *Drop_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_column_clauseContext) ExitRule ¶
func (s *Drop_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_column_clauseContext) GetParser ¶
func (s *Drop_column_clauseContext) GetParser() antlr.Parser
func (*Drop_column_clauseContext) GetRuleContext ¶
func (s *Drop_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Drop_column_clauseContext) INVALIDATE ¶
func (s *Drop_column_clauseContext) INVALIDATE(i int) antlr.TerminalNode
func (*Drop_column_clauseContext) IsDrop_column_clauseContext ¶
func (*Drop_column_clauseContext) IsDrop_column_clauseContext()
func (*Drop_column_clauseContext) LEFT_PAREN ¶
func (s *Drop_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Drop_column_clauseContext) RIGHT_PAREN ¶
func (s *Drop_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Drop_column_clauseContext) SET ¶
func (s *Drop_column_clauseContext) SET() antlr.TerminalNode
func (*Drop_column_clauseContext) ToStringTree ¶
func (s *Drop_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Drop_column_clauseContext) UNSIGNED_INTEGER ¶
func (s *Drop_column_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
func (*Drop_column_clauseContext) UNUSED ¶
func (s *Drop_column_clauseContext) UNUSED() antlr.TerminalNode
type Drop_constraintContext ¶
type Drop_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_constraintContext ¶
func NewDrop_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_constraintContext
func NewEmptyDrop_constraintContext ¶
func NewEmptyDrop_constraintContext() *Drop_constraintContext
func (*Drop_constraintContext) CONSTRAINT ¶
func (s *Drop_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Drop_constraintContext) Constraint_name ¶
func (s *Drop_constraintContext) Constraint_name() IConstraint_nameContext
func (*Drop_constraintContext) DROP ¶
func (s *Drop_constraintContext) DROP() antlr.TerminalNode
func (*Drop_constraintContext) EnterRule ¶
func (s *Drop_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_constraintContext) ExitRule ¶
func (s *Drop_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_constraintContext) GetParser ¶
func (s *Drop_constraintContext) GetParser() antlr.Parser
func (*Drop_constraintContext) GetRuleContext ¶
func (s *Drop_constraintContext) GetRuleContext() antlr.RuleContext
func (*Drop_constraintContext) IsDrop_constraintContext ¶
func (*Drop_constraintContext) IsDrop_constraintContext()
func (*Drop_constraintContext) ToStringTree ¶
func (s *Drop_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_constraint_clauseContext ¶
type Drop_constraint_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_constraint_clauseContext ¶
func NewDrop_constraint_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_constraint_clauseContext
func NewEmptyDrop_constraint_clauseContext ¶
func NewEmptyDrop_constraint_clauseContext() *Drop_constraint_clauseContext
func (*Drop_constraint_clauseContext) DROP ¶
func (s *Drop_constraint_clauseContext) DROP() antlr.TerminalNode
func (*Drop_constraint_clauseContext) Drop_primary_key_or_unique_or_generic_clause ¶
func (s *Drop_constraint_clauseContext) Drop_primary_key_or_unique_or_generic_clause() IDrop_primary_key_or_unique_or_generic_clauseContext
func (*Drop_constraint_clauseContext) EnterRule ¶
func (s *Drop_constraint_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_constraint_clauseContext) ExitRule ¶
func (s *Drop_constraint_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_constraint_clauseContext) GetParser ¶
func (s *Drop_constraint_clauseContext) GetParser() antlr.Parser
func (*Drop_constraint_clauseContext) GetRuleContext ¶
func (s *Drop_constraint_clauseContext) GetRuleContext() antlr.RuleContext
func (*Drop_constraint_clauseContext) IsDrop_constraint_clauseContext ¶
func (*Drop_constraint_clauseContext) IsDrop_constraint_clauseContext()
func (*Drop_constraint_clauseContext) ToStringTree ¶
func (s *Drop_constraint_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_functionContext ¶
type Drop_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_functionContext ¶
func NewDrop_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_functionContext
func NewEmptyDrop_functionContext ¶
func NewEmptyDrop_functionContext() *Drop_functionContext
func (*Drop_functionContext) DROP ¶
func (s *Drop_functionContext) DROP() antlr.TerminalNode
func (*Drop_functionContext) EnterRule ¶
func (s *Drop_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_functionContext) ExitRule ¶
func (s *Drop_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_functionContext) FUNCTION ¶
func (s *Drop_functionContext) FUNCTION() antlr.TerminalNode
func (*Drop_functionContext) Function_name ¶
func (s *Drop_functionContext) Function_name() IFunction_nameContext
func (*Drop_functionContext) GetParser ¶
func (s *Drop_functionContext) GetParser() antlr.Parser
func (*Drop_functionContext) GetRuleContext ¶
func (s *Drop_functionContext) GetRuleContext() antlr.RuleContext
func (*Drop_functionContext) IsDrop_functionContext ¶
func (*Drop_functionContext) IsDrop_functionContext()
func (*Drop_functionContext) SEMICOLON ¶
func (s *Drop_functionContext) SEMICOLON() antlr.TerminalNode
func (*Drop_functionContext) ToStringTree ¶
func (s *Drop_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_indexContext ¶
type Drop_indexContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_indexContext ¶
func NewDrop_indexContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_indexContext
func NewEmptyDrop_indexContext ¶
func NewEmptyDrop_indexContext() *Drop_indexContext
func (*Drop_indexContext) DROP ¶
func (s *Drop_indexContext) DROP() antlr.TerminalNode
func (*Drop_indexContext) EnterRule ¶
func (s *Drop_indexContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_indexContext) ExitRule ¶
func (s *Drop_indexContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_indexContext) GetParser ¶
func (s *Drop_indexContext) GetParser() antlr.Parser
func (*Drop_indexContext) GetRuleContext ¶
func (s *Drop_indexContext) GetRuleContext() antlr.RuleContext
func (*Drop_indexContext) INDEX ¶
func (s *Drop_indexContext) INDEX() antlr.TerminalNode
func (*Drop_indexContext) Index_name ¶
func (s *Drop_indexContext) Index_name() IIndex_nameContext
func (*Drop_indexContext) IsDrop_indexContext ¶
func (*Drop_indexContext) IsDrop_indexContext()
func (*Drop_indexContext) SEMICOLON ¶
func (s *Drop_indexContext) SEMICOLON() antlr.TerminalNode
func (*Drop_indexContext) ToStringTree ¶
func (s *Drop_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_index_partitionContext ¶
type Drop_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_index_partitionContext ¶
func NewDrop_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_index_partitionContext
func NewEmptyDrop_index_partitionContext ¶
func NewEmptyDrop_index_partitionContext() *Drop_index_partitionContext
func (*Drop_index_partitionContext) DROP ¶
func (s *Drop_index_partitionContext) DROP() antlr.TerminalNode
func (*Drop_index_partitionContext) EnterRule ¶
func (s *Drop_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_index_partitionContext) ExitRule ¶
func (s *Drop_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_index_partitionContext) GetParser ¶
func (s *Drop_index_partitionContext) GetParser() antlr.Parser
func (*Drop_index_partitionContext) GetRuleContext ¶
func (s *Drop_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Drop_index_partitionContext) IsDrop_index_partitionContext ¶
func (*Drop_index_partitionContext) IsDrop_index_partitionContext()
func (*Drop_index_partitionContext) PARTITION ¶
func (s *Drop_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Drop_index_partitionContext) Partition_name ¶
func (s *Drop_index_partitionContext) Partition_name() IPartition_nameContext
func (*Drop_index_partitionContext) ToStringTree ¶
func (s *Drop_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_logfile_clausesContext ¶
type Drop_logfile_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_logfile_clausesContext ¶
func NewDrop_logfile_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_logfile_clausesContext
func NewEmptyDrop_logfile_clausesContext ¶
func NewEmptyDrop_logfile_clausesContext() *Drop_logfile_clausesContext
func (*Drop_logfile_clausesContext) AllCOMMA ¶
func (s *Drop_logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Drop_logfile_clausesContext) AllFilename ¶
func (s *Drop_logfile_clausesContext) AllFilename() []IFilenameContext
func (*Drop_logfile_clausesContext) AllLogfile_descriptor ¶
func (s *Drop_logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
func (*Drop_logfile_clausesContext) COMMA ¶
func (s *Drop_logfile_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Drop_logfile_clausesContext) DROP ¶
func (s *Drop_logfile_clausesContext) DROP() antlr.TerminalNode
func (*Drop_logfile_clausesContext) EnterRule ¶
func (s *Drop_logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_logfile_clausesContext) ExitRule ¶
func (s *Drop_logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_logfile_clausesContext) Filename ¶
func (s *Drop_logfile_clausesContext) Filename(i int) IFilenameContext
func (*Drop_logfile_clausesContext) GetParser ¶
func (s *Drop_logfile_clausesContext) GetParser() antlr.Parser
func (*Drop_logfile_clausesContext) GetRuleContext ¶
func (s *Drop_logfile_clausesContext) GetRuleContext() antlr.RuleContext
func (*Drop_logfile_clausesContext) IsDrop_logfile_clausesContext ¶
func (*Drop_logfile_clausesContext) IsDrop_logfile_clausesContext()
func (*Drop_logfile_clausesContext) LOGFILE ¶
func (s *Drop_logfile_clausesContext) LOGFILE() antlr.TerminalNode
func (*Drop_logfile_clausesContext) Logfile_descriptor ¶
func (s *Drop_logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
func (*Drop_logfile_clausesContext) MEMBER ¶
func (s *Drop_logfile_clausesContext) MEMBER() antlr.TerminalNode
func (*Drop_logfile_clausesContext) STANDBY ¶
func (s *Drop_logfile_clausesContext) STANDBY() antlr.TerminalNode
func (*Drop_logfile_clausesContext) ToStringTree ¶
func (s *Drop_logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_packageContext ¶
type Drop_packageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_packageContext ¶
func NewDrop_packageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_packageContext
func NewEmptyDrop_packageContext ¶
func NewEmptyDrop_packageContext() *Drop_packageContext
func (*Drop_packageContext) BODY ¶
func (s *Drop_packageContext) BODY() antlr.TerminalNode
func (*Drop_packageContext) DROP ¶
func (s *Drop_packageContext) DROP() antlr.TerminalNode
func (*Drop_packageContext) EnterRule ¶
func (s *Drop_packageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_packageContext) ExitRule ¶
func (s *Drop_packageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_packageContext) GetParser ¶
func (s *Drop_packageContext) GetParser() antlr.Parser
func (*Drop_packageContext) GetRuleContext ¶
func (s *Drop_packageContext) GetRuleContext() antlr.RuleContext
func (*Drop_packageContext) IsDrop_packageContext ¶
func (*Drop_packageContext) IsDrop_packageContext()
func (*Drop_packageContext) PACKAGE ¶
func (s *Drop_packageContext) PACKAGE() antlr.TerminalNode
func (*Drop_packageContext) PERIOD ¶
func (s *Drop_packageContext) PERIOD() antlr.TerminalNode
func (*Drop_packageContext) Package_name ¶
func (s *Drop_packageContext) Package_name() IPackage_nameContext
func (*Drop_packageContext) SEMICOLON ¶
func (s *Drop_packageContext) SEMICOLON() antlr.TerminalNode
func (*Drop_packageContext) Schema_object_name ¶
func (s *Drop_packageContext) Schema_object_name() ISchema_object_nameContext
func (*Drop_packageContext) ToStringTree ¶
func (s *Drop_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_primary_key_or_unique_or_generic_clauseContext ¶
type Drop_primary_key_or_unique_or_generic_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_primary_key_or_unique_or_generic_clauseContext ¶
func NewDrop_primary_key_or_unique_or_generic_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_primary_key_or_unique_or_generic_clauseContext
func NewEmptyDrop_primary_key_or_unique_or_generic_clauseContext ¶
func NewEmptyDrop_primary_key_or_unique_or_generic_clauseContext() *Drop_primary_key_or_unique_or_generic_clauseContext
func (*Drop_primary_key_or_unique_or_generic_clauseContext) AllCOMMA ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) AllColumn_name ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) AllColumn_name() []IColumn_nameContext
func (*Drop_primary_key_or_unique_or_generic_clauseContext) CASCADE ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) CASCADE() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) COMMA ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) CONSTRAINT ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) CONSTRAINT() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) Column_name ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) Column_name(i int) IColumn_nameContext
func (*Drop_primary_key_or_unique_or_generic_clauseContext) Constraint_name ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) Constraint_name() IConstraint_nameContext
func (*Drop_primary_key_or_unique_or_generic_clauseContext) DROP ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) DROP() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) EnterRule ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_primary_key_or_unique_or_generic_clauseContext) ExitRule ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_primary_key_or_unique_or_generic_clauseContext) GetParser ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) GetParser() antlr.Parser
func (*Drop_primary_key_or_unique_or_generic_clauseContext) GetRuleContext ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) GetRuleContext() antlr.RuleContext
func (*Drop_primary_key_or_unique_or_generic_clauseContext) IsDrop_primary_key_or_unique_or_generic_clauseContext ¶
func (*Drop_primary_key_or_unique_or_generic_clauseContext) IsDrop_primary_key_or_unique_or_generic_clauseContext()
func (*Drop_primary_key_or_unique_or_generic_clauseContext) KEEP ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) KEEP() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) KEY ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) KEY() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) LEFT_PAREN ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) PRIMARY ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) PRIMARY() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) RIGHT_PAREN ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Drop_primary_key_or_unique_or_generic_clauseContext) ToStringTree ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Drop_primary_key_or_unique_or_generic_clauseContext) UNIQUE ¶
func (s *Drop_primary_key_or_unique_or_generic_clauseContext) UNIQUE() antlr.TerminalNode
type Drop_procedureContext ¶
type Drop_procedureContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_procedureContext ¶
func NewDrop_procedureContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_procedureContext
func NewEmptyDrop_procedureContext ¶
func NewEmptyDrop_procedureContext() *Drop_procedureContext
func (*Drop_procedureContext) DROP ¶
func (s *Drop_procedureContext) DROP() antlr.TerminalNode
func (*Drop_procedureContext) EnterRule ¶
func (s *Drop_procedureContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_procedureContext) ExitRule ¶
func (s *Drop_procedureContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_procedureContext) GetParser ¶
func (s *Drop_procedureContext) GetParser() antlr.Parser
func (*Drop_procedureContext) GetRuleContext ¶
func (s *Drop_procedureContext) GetRuleContext() antlr.RuleContext
func (*Drop_procedureContext) IsDrop_procedureContext ¶
func (*Drop_procedureContext) IsDrop_procedureContext()
func (*Drop_procedureContext) PROCEDURE ¶
func (s *Drop_procedureContext) PROCEDURE() antlr.TerminalNode
func (*Drop_procedureContext) Procedure_name ¶
func (s *Drop_procedureContext) Procedure_name() IProcedure_nameContext
func (*Drop_procedureContext) SEMICOLON ¶
func (s *Drop_procedureContext) SEMICOLON() antlr.TerminalNode
func (*Drop_procedureContext) ToStringTree ¶
func (s *Drop_procedureContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_sequenceContext ¶
type Drop_sequenceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_sequenceContext ¶
func NewDrop_sequenceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_sequenceContext
func NewEmptyDrop_sequenceContext ¶
func NewEmptyDrop_sequenceContext() *Drop_sequenceContext
func (*Drop_sequenceContext) DROP ¶
func (s *Drop_sequenceContext) DROP() antlr.TerminalNode
func (*Drop_sequenceContext) EnterRule ¶
func (s *Drop_sequenceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_sequenceContext) ExitRule ¶
func (s *Drop_sequenceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_sequenceContext) GetParser ¶
func (s *Drop_sequenceContext) GetParser() antlr.Parser
func (*Drop_sequenceContext) GetRuleContext ¶
func (s *Drop_sequenceContext) GetRuleContext() antlr.RuleContext
func (*Drop_sequenceContext) IsDrop_sequenceContext ¶
func (*Drop_sequenceContext) IsDrop_sequenceContext()
func (*Drop_sequenceContext) SEMICOLON ¶
func (s *Drop_sequenceContext) SEMICOLON() antlr.TerminalNode
func (*Drop_sequenceContext) SEQUENCE ¶
func (s *Drop_sequenceContext) SEQUENCE() antlr.TerminalNode
func (*Drop_sequenceContext) Sequence_name ¶
func (s *Drop_sequenceContext) Sequence_name() ISequence_nameContext
func (*Drop_sequenceContext) ToStringTree ¶
func (s *Drop_sequenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_tableContext ¶
type Drop_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_tableContext ¶
func NewDrop_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_tableContext
func NewEmptyDrop_tableContext ¶
func NewEmptyDrop_tableContext() *Drop_tableContext
func (*Drop_tableContext) DROP ¶
func (s *Drop_tableContext) DROP() antlr.TerminalNode
func (*Drop_tableContext) EnterRule ¶
func (s *Drop_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_tableContext) ExitRule ¶
func (s *Drop_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_tableContext) GetParser ¶
func (s *Drop_tableContext) GetParser() antlr.Parser
func (*Drop_tableContext) GetRuleContext ¶
func (s *Drop_tableContext) GetRuleContext() antlr.RuleContext
func (*Drop_tableContext) IsDrop_tableContext ¶
func (*Drop_tableContext) IsDrop_tableContext()
func (*Drop_tableContext) PURGE ¶
func (s *Drop_tableContext) PURGE() antlr.TerminalNode
func (*Drop_tableContext) SEMICOLON ¶
func (s *Drop_tableContext) SEMICOLON() antlr.TerminalNode
func (*Drop_tableContext) TABLE ¶
func (s *Drop_tableContext) TABLE() antlr.TerminalNode
func (*Drop_tableContext) Tableview_name ¶
func (s *Drop_tableContext) Tableview_name() ITableview_nameContext
func (*Drop_tableContext) ToStringTree ¶
func (s *Drop_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Drop_triggerContext ¶
type Drop_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_triggerContext ¶
func NewDrop_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_triggerContext
func NewEmptyDrop_triggerContext ¶
func NewEmptyDrop_triggerContext() *Drop_triggerContext
func (*Drop_triggerContext) DROP ¶
func (s *Drop_triggerContext) DROP() antlr.TerminalNode
func (*Drop_triggerContext) EnterRule ¶
func (s *Drop_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_triggerContext) ExitRule ¶
func (s *Drop_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_triggerContext) GetParser ¶
func (s *Drop_triggerContext) GetParser() antlr.Parser
func (*Drop_triggerContext) GetRuleContext ¶
func (s *Drop_triggerContext) GetRuleContext() antlr.RuleContext
func (*Drop_triggerContext) IsDrop_triggerContext ¶
func (*Drop_triggerContext) IsDrop_triggerContext()
func (*Drop_triggerContext) SEMICOLON ¶
func (s *Drop_triggerContext) SEMICOLON() antlr.TerminalNode
func (*Drop_triggerContext) TRIGGER ¶
func (s *Drop_triggerContext) TRIGGER() antlr.TerminalNode
func (*Drop_triggerContext) ToStringTree ¶
func (s *Drop_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Drop_triggerContext) Trigger_name ¶
func (s *Drop_triggerContext) Trigger_name() ITrigger_nameContext
type Drop_typeContext ¶
type Drop_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_typeContext ¶
func NewDrop_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_typeContext
func NewEmptyDrop_typeContext ¶
func NewEmptyDrop_typeContext() *Drop_typeContext
func (*Drop_typeContext) BODY ¶
func (s *Drop_typeContext) BODY() antlr.TerminalNode
func (*Drop_typeContext) DROP ¶
func (s *Drop_typeContext) DROP() antlr.TerminalNode
func (*Drop_typeContext) EnterRule ¶
func (s *Drop_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_typeContext) ExitRule ¶
func (s *Drop_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_typeContext) FORCE ¶
func (s *Drop_typeContext) FORCE() antlr.TerminalNode
func (*Drop_typeContext) GetParser ¶
func (s *Drop_typeContext) GetParser() antlr.Parser
func (*Drop_typeContext) GetRuleContext ¶
func (s *Drop_typeContext) GetRuleContext() antlr.RuleContext
func (*Drop_typeContext) IsDrop_typeContext ¶
func (*Drop_typeContext) IsDrop_typeContext()
func (*Drop_typeContext) SEMICOLON ¶
func (s *Drop_typeContext) SEMICOLON() antlr.TerminalNode
func (*Drop_typeContext) TYPE ¶
func (s *Drop_typeContext) TYPE() antlr.TerminalNode
func (*Drop_typeContext) ToStringTree ¶
func (s *Drop_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Drop_typeContext) Type_name ¶
func (s *Drop_typeContext) Type_name() IType_nameContext
func (*Drop_typeContext) VALIDATE ¶
func (s *Drop_typeContext) VALIDATE() antlr.TerminalNode
type Drop_viewContext ¶
type Drop_viewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDrop_viewContext ¶
func NewDrop_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Drop_viewContext
func NewEmptyDrop_viewContext ¶
func NewEmptyDrop_viewContext() *Drop_viewContext
func (*Drop_viewContext) CASCADE ¶
func (s *Drop_viewContext) CASCADE() antlr.TerminalNode
func (*Drop_viewContext) CONSTRAINT ¶
func (s *Drop_viewContext) CONSTRAINT() antlr.TerminalNode
func (*Drop_viewContext) DROP ¶
func (s *Drop_viewContext) DROP() antlr.TerminalNode
func (*Drop_viewContext) EnterRule ¶
func (s *Drop_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Drop_viewContext) ExitRule ¶
func (s *Drop_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Drop_viewContext) GetParser ¶
func (s *Drop_viewContext) GetParser() antlr.Parser
func (*Drop_viewContext) GetRuleContext ¶
func (s *Drop_viewContext) GetRuleContext() antlr.RuleContext
func (*Drop_viewContext) IsDrop_viewContext ¶
func (*Drop_viewContext) IsDrop_viewContext()
func (*Drop_viewContext) SEMICOLON ¶
func (s *Drop_viewContext) SEMICOLON() antlr.TerminalNode
func (*Drop_viewContext) Tableview_name ¶
func (s *Drop_viewContext) Tableview_name() ITableview_nameContext
func (*Drop_viewContext) ToStringTree ¶
func (s *Drop_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Drop_viewContext) VIEW ¶
func (s *Drop_viewContext) VIEW() antlr.TerminalNode
type Dynamic_returning_clauseContext ¶
type Dynamic_returning_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewDynamic_returning_clauseContext ¶
func NewDynamic_returning_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Dynamic_returning_clauseContext
func NewEmptyDynamic_returning_clauseContext ¶
func NewEmptyDynamic_returning_clauseContext() *Dynamic_returning_clauseContext
func (*Dynamic_returning_clauseContext) EnterRule ¶
func (s *Dynamic_returning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Dynamic_returning_clauseContext) ExitRule ¶
func (s *Dynamic_returning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Dynamic_returning_clauseContext) GetParser ¶
func (s *Dynamic_returning_clauseContext) GetParser() antlr.Parser
func (*Dynamic_returning_clauseContext) GetRuleContext ¶
func (s *Dynamic_returning_clauseContext) GetRuleContext() antlr.RuleContext
func (*Dynamic_returning_clauseContext) Into_clause ¶
func (s *Dynamic_returning_clauseContext) Into_clause() IInto_clauseContext
func (*Dynamic_returning_clauseContext) IsDynamic_returning_clauseContext ¶
func (*Dynamic_returning_clauseContext) IsDynamic_returning_clauseContext()
func (*Dynamic_returning_clauseContext) RETURN ¶
func (s *Dynamic_returning_clauseContext) RETURN() antlr.TerminalNode
func (*Dynamic_returning_clauseContext) RETURNING ¶
func (s *Dynamic_returning_clauseContext) RETURNING() antlr.TerminalNode
func (*Dynamic_returning_clauseContext) ToStringTree ¶
func (s *Dynamic_returning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Edition_nameContext ¶
type Edition_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEdition_nameContext ¶
func NewEdition_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Edition_nameContext
func NewEmptyEdition_nameContext ¶
func NewEmptyEdition_nameContext() *Edition_nameContext
func (*Edition_nameContext) EnterRule ¶
func (s *Edition_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Edition_nameContext) ExitRule ¶
func (s *Edition_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Edition_nameContext) GetParser ¶
func (s *Edition_nameContext) GetParser() antlr.Parser
func (*Edition_nameContext) GetRuleContext ¶
func (s *Edition_nameContext) GetRuleContext() antlr.RuleContext
func (*Edition_nameContext) IsEdition_nameContext ¶
func (*Edition_nameContext) IsEdition_nameContext()
func (*Edition_nameContext) Regular_id ¶
func (s *Edition_nameContext) Regular_id() IRegular_idContext
func (*Edition_nameContext) ToStringTree ¶
func (s *Edition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Element_specContext ¶
type Element_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewElement_specContext ¶
func NewElement_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Element_specContext
func NewEmptyElement_specContext ¶
func NewEmptyElement_specContext() *Element_specContext
func (*Element_specContext) AllElement_spec_options ¶
func (s *Element_specContext) AllElement_spec_options() []IElement_spec_optionsContext
func (*Element_specContext) COMMA ¶
func (s *Element_specContext) COMMA() antlr.TerminalNode
func (*Element_specContext) Element_spec_options ¶
func (s *Element_specContext) Element_spec_options(i int) IElement_spec_optionsContext
func (*Element_specContext) EnterRule ¶
func (s *Element_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Element_specContext) ExitRule ¶
func (s *Element_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Element_specContext) GetParser ¶
func (s *Element_specContext) GetParser() antlr.Parser
func (*Element_specContext) GetRuleContext ¶
func (s *Element_specContext) GetRuleContext() antlr.RuleContext
func (*Element_specContext) IsElement_specContext ¶
func (*Element_specContext) IsElement_specContext()
func (*Element_specContext) Modifier_clause ¶
func (s *Element_specContext) Modifier_clause() IModifier_clauseContext
func (*Element_specContext) Pragma_clause ¶
func (s *Element_specContext) Pragma_clause() IPragma_clauseContext
func (*Element_specContext) ToStringTree ¶
func (s *Element_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Element_spec_optionsContext ¶
type Element_spec_optionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewElement_spec_optionsContext ¶
func NewElement_spec_optionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Element_spec_optionsContext
func NewEmptyElement_spec_optionsContext ¶
func NewEmptyElement_spec_optionsContext() *Element_spec_optionsContext
func (*Element_spec_optionsContext) Constructor_spec ¶
func (s *Element_spec_optionsContext) Constructor_spec() IConstructor_specContext
func (*Element_spec_optionsContext) EnterRule ¶
func (s *Element_spec_optionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Element_spec_optionsContext) ExitRule ¶
func (s *Element_spec_optionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Element_spec_optionsContext) GetParser ¶
func (s *Element_spec_optionsContext) GetParser() antlr.Parser
func (*Element_spec_optionsContext) GetRuleContext ¶
func (s *Element_spec_optionsContext) GetRuleContext() antlr.RuleContext
func (*Element_spec_optionsContext) IsElement_spec_optionsContext ¶
func (*Element_spec_optionsContext) IsElement_spec_optionsContext()
func (*Element_spec_optionsContext) Map_order_function_spec ¶
func (s *Element_spec_optionsContext) Map_order_function_spec() IMap_order_function_specContext
func (*Element_spec_optionsContext) Subprogram_spec ¶
func (s *Element_spec_optionsContext) Subprogram_spec() ISubprogram_specContext
func (*Element_spec_optionsContext) ToStringTree ¶
func (s *Element_spec_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Else_partContext ¶
type Else_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewElse_partContext ¶
func NewElse_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Else_partContext
func NewEmptyElse_partContext ¶
func NewEmptyElse_partContext() *Else_partContext
func (*Else_partContext) ELSE ¶
func (s *Else_partContext) ELSE() antlr.TerminalNode
func (*Else_partContext) EnterRule ¶
func (s *Else_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Else_partContext) ExitRule ¶
func (s *Else_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Else_partContext) GetParser ¶
func (s *Else_partContext) GetParser() antlr.Parser
func (*Else_partContext) GetRuleContext ¶
func (s *Else_partContext) GetRuleContext() antlr.RuleContext
func (*Else_partContext) IsElse_partContext ¶
func (*Else_partContext) IsElse_partContext()
func (*Else_partContext) Seq_of_statements ¶
func (s *Else_partContext) Seq_of_statements() ISeq_of_statementsContext
func (*Else_partContext) ToStringTree ¶
func (s *Else_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Elsif_partContext ¶
type Elsif_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewElsif_partContext ¶
func NewElsif_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Elsif_partContext
func NewEmptyElsif_partContext ¶
func NewEmptyElsif_partContext() *Elsif_partContext
func (*Elsif_partContext) Condition ¶
func (s *Elsif_partContext) Condition() IConditionContext
func (*Elsif_partContext) ELSIF ¶
func (s *Elsif_partContext) ELSIF() antlr.TerminalNode
func (*Elsif_partContext) EnterRule ¶
func (s *Elsif_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Elsif_partContext) ExitRule ¶
func (s *Elsif_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Elsif_partContext) GetParser ¶
func (s *Elsif_partContext) GetParser() antlr.Parser
func (*Elsif_partContext) GetRuleContext ¶
func (s *Elsif_partContext) GetRuleContext() antlr.RuleContext
func (*Elsif_partContext) IsElsif_partContext ¶
func (*Elsif_partContext) IsElsif_partContext()
func (*Elsif_partContext) Seq_of_statements ¶
func (s *Elsif_partContext) Seq_of_statements() ISeq_of_statementsContext
func (*Elsif_partContext) THEN ¶
func (s *Elsif_partContext) THEN() antlr.TerminalNode
func (*Elsif_partContext) ToStringTree ¶
func (s *Elsif_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Enable_constraintContext ¶
type Enable_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyEnable_constraintContext ¶
func NewEmptyEnable_constraintContext() *Enable_constraintContext
func NewEnable_constraintContext ¶
func NewEnable_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Enable_constraintContext
func (*Enable_constraintContext) CONSTRAINT ¶
func (s *Enable_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Enable_constraintContext) Constraint_name ¶
func (s *Enable_constraintContext) Constraint_name() IConstraint_nameContext
func (*Enable_constraintContext) ENABLE ¶
func (s *Enable_constraintContext) ENABLE() antlr.TerminalNode
func (*Enable_constraintContext) EnterRule ¶
func (s *Enable_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Enable_constraintContext) ExitRule ¶
func (s *Enable_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Enable_constraintContext) GetParser ¶
func (s *Enable_constraintContext) GetParser() antlr.Parser
func (*Enable_constraintContext) GetRuleContext ¶
func (s *Enable_constraintContext) GetRuleContext() antlr.RuleContext
func (*Enable_constraintContext) IsEnable_constraintContext ¶
func (*Enable_constraintContext) IsEnable_constraintContext()
func (*Enable_constraintContext) ToStringTree ¶
func (s *Enable_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Enable_disable_clauseContext ¶
type Enable_disable_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyEnable_disable_clauseContext ¶
func NewEmptyEnable_disable_clauseContext() *Enable_disable_clauseContext
func NewEnable_disable_clauseContext ¶
func NewEnable_disable_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Enable_disable_clauseContext
func (*Enable_disable_clauseContext) AllCOMMA ¶
func (s *Enable_disable_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Enable_disable_clauseContext) AllColumn_name ¶
func (s *Enable_disable_clauseContext) AllColumn_name() []IColumn_nameContext
func (*Enable_disable_clauseContext) CASCADE ¶
func (s *Enable_disable_clauseContext) CASCADE() antlr.TerminalNode
func (*Enable_disable_clauseContext) COMMA ¶
func (s *Enable_disable_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Enable_disable_clauseContext) CONSTRAINT ¶
func (s *Enable_disable_clauseContext) CONSTRAINT() antlr.TerminalNode
func (*Enable_disable_clauseContext) Column_name ¶
func (s *Enable_disable_clauseContext) Column_name(i int) IColumn_nameContext
func (*Enable_disable_clauseContext) Constraint_name ¶
func (s *Enable_disable_clauseContext) Constraint_name() IConstraint_nameContext
func (*Enable_disable_clauseContext) DISABLE ¶
func (s *Enable_disable_clauseContext) DISABLE() antlr.TerminalNode
func (*Enable_disable_clauseContext) DROP ¶
func (s *Enable_disable_clauseContext) DROP() antlr.TerminalNode
func (*Enable_disable_clauseContext) ENABLE ¶
func (s *Enable_disable_clauseContext) ENABLE() antlr.TerminalNode
func (*Enable_disable_clauseContext) EnterRule ¶
func (s *Enable_disable_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Enable_disable_clauseContext) Exceptions_clause ¶
func (s *Enable_disable_clauseContext) Exceptions_clause() IExceptions_clauseContext
func (*Enable_disable_clauseContext) ExitRule ¶
func (s *Enable_disable_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Enable_disable_clauseContext) GetParser ¶
func (s *Enable_disable_clauseContext) GetParser() antlr.Parser
func (*Enable_disable_clauseContext) GetRuleContext ¶
func (s *Enable_disable_clauseContext) GetRuleContext() antlr.RuleContext
func (*Enable_disable_clauseContext) INDEX ¶
func (s *Enable_disable_clauseContext) INDEX() antlr.TerminalNode
func (*Enable_disable_clauseContext) IsEnable_disable_clauseContext ¶
func (*Enable_disable_clauseContext) IsEnable_disable_clauseContext()
func (*Enable_disable_clauseContext) KEEP ¶
func (s *Enable_disable_clauseContext) KEEP() antlr.TerminalNode
func (*Enable_disable_clauseContext) KEY ¶
func (s *Enable_disable_clauseContext) KEY() antlr.TerminalNode
func (*Enable_disable_clauseContext) LEFT_PAREN ¶
func (s *Enable_disable_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Enable_disable_clauseContext) NOVALIDATE ¶
func (s *Enable_disable_clauseContext) NOVALIDATE() antlr.TerminalNode
func (*Enable_disable_clauseContext) PRIMARY ¶
func (s *Enable_disable_clauseContext) PRIMARY() antlr.TerminalNode
func (*Enable_disable_clauseContext) RIGHT_PAREN ¶
func (s *Enable_disable_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Enable_disable_clauseContext) ToStringTree ¶
func (s *Enable_disable_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Enable_disable_clauseContext) UNIQUE ¶
func (s *Enable_disable_clauseContext) UNIQUE() antlr.TerminalNode
func (*Enable_disable_clauseContext) Using_index_clause ¶
func (s *Enable_disable_clauseContext) Using_index_clause() IUsing_index_clauseContext
func (*Enable_disable_clauseContext) VALIDATE ¶
func (s *Enable_disable_clauseContext) VALIDATE() antlr.TerminalNode
type Enable_or_disableContext ¶
type Enable_or_disableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyEnable_or_disableContext ¶
func NewEmptyEnable_or_disableContext() *Enable_or_disableContext
func NewEnable_or_disableContext ¶
func NewEnable_or_disableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Enable_or_disableContext
func (*Enable_or_disableContext) DISABLE ¶
func (s *Enable_or_disableContext) DISABLE() antlr.TerminalNode
func (*Enable_or_disableContext) ENABLE ¶
func (s *Enable_or_disableContext) ENABLE() antlr.TerminalNode
func (*Enable_or_disableContext) EnterRule ¶
func (s *Enable_or_disableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Enable_or_disableContext) ExitRule ¶
func (s *Enable_or_disableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Enable_or_disableContext) GetParser ¶
func (s *Enable_or_disableContext) GetParser() antlr.Parser
func (*Enable_or_disableContext) GetRuleContext ¶
func (s *Enable_or_disableContext) GetRuleContext() antlr.RuleContext
func (*Enable_or_disableContext) IsEnable_or_disableContext ¶
func (*Enable_or_disableContext) IsEnable_or_disableContext()
func (*Enable_or_disableContext) ToStringTree ¶
func (s *Enable_or_disableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Encryption_specContext ¶
type Encryption_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyEncryption_specContext ¶
func NewEmptyEncryption_specContext() *Encryption_specContext
func NewEncryption_specContext ¶
func NewEncryption_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Encryption_specContext
func (*Encryption_specContext) AllCHAR_STRING ¶
func (s *Encryption_specContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Encryption_specContext) BY ¶
func (s *Encryption_specContext) BY() antlr.TerminalNode
func (*Encryption_specContext) CHAR_STRING ¶
func (s *Encryption_specContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Encryption_specContext) EnterRule ¶
func (s *Encryption_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Encryption_specContext) ExitRule ¶
func (s *Encryption_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Encryption_specContext) GetParser ¶
func (s *Encryption_specContext) GetParser() antlr.Parser
func (*Encryption_specContext) GetRuleContext ¶
func (s *Encryption_specContext) GetRuleContext() antlr.RuleContext
func (*Encryption_specContext) IDENTIFIED ¶
func (s *Encryption_specContext) IDENTIFIED() antlr.TerminalNode
func (*Encryption_specContext) IsEncryption_specContext ¶
func (*Encryption_specContext) IsEncryption_specContext()
func (*Encryption_specContext) NO ¶
func (s *Encryption_specContext) NO() antlr.TerminalNode
func (*Encryption_specContext) REGULAR_ID ¶
func (s *Encryption_specContext) REGULAR_ID() antlr.TerminalNode
func (*Encryption_specContext) SALT ¶
func (s *Encryption_specContext) SALT() antlr.TerminalNode
func (*Encryption_specContext) ToStringTree ¶
func (s *Encryption_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Encryption_specContext) USING ¶
func (s *Encryption_specContext) USING() antlr.TerminalNode
type End_time_columnContext ¶
type End_time_columnContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyEnd_time_columnContext ¶
func NewEmptyEnd_time_columnContext() *End_time_columnContext
func NewEnd_time_columnContext ¶
func NewEnd_time_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *End_time_columnContext
func (*End_time_columnContext) Column_name ¶
func (s *End_time_columnContext) Column_name() IColumn_nameContext
func (*End_time_columnContext) EnterRule ¶
func (s *End_time_columnContext) EnterRule(listener antlr.ParseTreeListener)
func (*End_time_columnContext) ExitRule ¶
func (s *End_time_columnContext) ExitRule(listener antlr.ParseTreeListener)
func (*End_time_columnContext) GetParser ¶
func (s *End_time_columnContext) GetParser() antlr.Parser
func (*End_time_columnContext) GetRuleContext ¶
func (s *End_time_columnContext) GetRuleContext() antlr.RuleContext
func (*End_time_columnContext) IsEnd_time_columnContext ¶
func (*End_time_columnContext) IsEnd_time_columnContext()
func (*End_time_columnContext) ToStringTree ¶
func (s *End_time_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Error_logging_clauseContext ¶
type Error_logging_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyError_logging_clauseContext ¶
func NewEmptyError_logging_clauseContext() *Error_logging_clauseContext
func NewError_logging_clauseContext ¶
func NewError_logging_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Error_logging_clauseContext
func (*Error_logging_clauseContext) ERRORS ¶
func (s *Error_logging_clauseContext) ERRORS() antlr.TerminalNode
func (*Error_logging_clauseContext) EnterRule ¶
func (s *Error_logging_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Error_logging_clauseContext) Error_logging_into_part ¶
func (s *Error_logging_clauseContext) Error_logging_into_part() IError_logging_into_partContext
func (*Error_logging_clauseContext) Error_logging_reject_part ¶
func (s *Error_logging_clauseContext) Error_logging_reject_part() IError_logging_reject_partContext
func (*Error_logging_clauseContext) ExitRule ¶
func (s *Error_logging_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Error_logging_clauseContext) Expression ¶
func (s *Error_logging_clauseContext) Expression() IExpressionContext
func (*Error_logging_clauseContext) GetParser ¶
func (s *Error_logging_clauseContext) GetParser() antlr.Parser
func (*Error_logging_clauseContext) GetRuleContext ¶
func (s *Error_logging_clauseContext) GetRuleContext() antlr.RuleContext
func (*Error_logging_clauseContext) IsError_logging_clauseContext ¶
func (*Error_logging_clauseContext) IsError_logging_clauseContext()
func (*Error_logging_clauseContext) LOG ¶
func (s *Error_logging_clauseContext) LOG() antlr.TerminalNode
func (*Error_logging_clauseContext) ToStringTree ¶
func (s *Error_logging_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Error_logging_into_partContext ¶
type Error_logging_into_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyError_logging_into_partContext ¶
func NewEmptyError_logging_into_partContext() *Error_logging_into_partContext
func NewError_logging_into_partContext ¶
func NewError_logging_into_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Error_logging_into_partContext
func (*Error_logging_into_partContext) EnterRule ¶
func (s *Error_logging_into_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Error_logging_into_partContext) ExitRule ¶
func (s *Error_logging_into_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Error_logging_into_partContext) GetParser ¶
func (s *Error_logging_into_partContext) GetParser() antlr.Parser
func (*Error_logging_into_partContext) GetRuleContext ¶
func (s *Error_logging_into_partContext) GetRuleContext() antlr.RuleContext
func (*Error_logging_into_partContext) INTO ¶
func (s *Error_logging_into_partContext) INTO() antlr.TerminalNode
func (*Error_logging_into_partContext) IsError_logging_into_partContext ¶
func (*Error_logging_into_partContext) IsError_logging_into_partContext()
func (*Error_logging_into_partContext) Tableview_name ¶
func (s *Error_logging_into_partContext) Tableview_name() ITableview_nameContext
func (*Error_logging_into_partContext) ToStringTree ¶
func (s *Error_logging_into_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Error_logging_reject_partContext ¶
type Error_logging_reject_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyError_logging_reject_partContext ¶
func NewEmptyError_logging_reject_partContext() *Error_logging_reject_partContext
func NewError_logging_reject_partContext ¶
func NewError_logging_reject_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Error_logging_reject_partContext
func (*Error_logging_reject_partContext) EnterRule ¶
func (s *Error_logging_reject_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Error_logging_reject_partContext) ExitRule ¶
func (s *Error_logging_reject_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Error_logging_reject_partContext) Expression ¶
func (s *Error_logging_reject_partContext) Expression() IExpressionContext
func (*Error_logging_reject_partContext) GetParser ¶
func (s *Error_logging_reject_partContext) GetParser() antlr.Parser
func (*Error_logging_reject_partContext) GetRuleContext ¶
func (s *Error_logging_reject_partContext) GetRuleContext() antlr.RuleContext
func (*Error_logging_reject_partContext) IsError_logging_reject_partContext ¶
func (*Error_logging_reject_partContext) IsError_logging_reject_partContext()
func (*Error_logging_reject_partContext) LIMIT ¶
func (s *Error_logging_reject_partContext) LIMIT() antlr.TerminalNode
func (*Error_logging_reject_partContext) REJECT ¶
func (s *Error_logging_reject_partContext) REJECT() antlr.TerminalNode
func (*Error_logging_reject_partContext) ToStringTree ¶
func (s *Error_logging_reject_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Error_logging_reject_partContext) UNLIMITED ¶
func (s *Error_logging_reject_partContext) UNLIMITED() antlr.TerminalNode
type Exception_declarationContext ¶
type Exception_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyException_declarationContext ¶
func NewEmptyException_declarationContext() *Exception_declarationContext
func NewException_declarationContext ¶
func NewException_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Exception_declarationContext
func (*Exception_declarationContext) EXCEPTION ¶
func (s *Exception_declarationContext) EXCEPTION() antlr.TerminalNode
func (*Exception_declarationContext) EnterRule ¶
func (s *Exception_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Exception_declarationContext) ExitRule ¶
func (s *Exception_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Exception_declarationContext) GetParser ¶
func (s *Exception_declarationContext) GetParser() antlr.Parser
func (*Exception_declarationContext) GetRuleContext ¶
func (s *Exception_declarationContext) GetRuleContext() antlr.RuleContext
func (*Exception_declarationContext) Identifier ¶
func (s *Exception_declarationContext) Identifier() IIdentifierContext
func (*Exception_declarationContext) IsException_declarationContext ¶
func (*Exception_declarationContext) IsException_declarationContext()
func (*Exception_declarationContext) SEMICOLON ¶
func (s *Exception_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Exception_declarationContext) ToStringTree ¶
func (s *Exception_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Exception_handlerContext ¶
type Exception_handlerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyException_handlerContext ¶
func NewEmptyException_handlerContext() *Exception_handlerContext
func NewException_handlerContext ¶
func NewException_handlerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Exception_handlerContext
func (*Exception_handlerContext) AllException_name ¶
func (s *Exception_handlerContext) AllException_name() []IException_nameContext
func (*Exception_handlerContext) AllOR ¶
func (s *Exception_handlerContext) AllOR() []antlr.TerminalNode
func (*Exception_handlerContext) EnterRule ¶
func (s *Exception_handlerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Exception_handlerContext) Exception_name ¶
func (s *Exception_handlerContext) Exception_name(i int) IException_nameContext
func (*Exception_handlerContext) ExitRule ¶
func (s *Exception_handlerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Exception_handlerContext) GetParser ¶
func (s *Exception_handlerContext) GetParser() antlr.Parser
func (*Exception_handlerContext) GetRuleContext ¶
func (s *Exception_handlerContext) GetRuleContext() antlr.RuleContext
func (*Exception_handlerContext) IsException_handlerContext ¶
func (*Exception_handlerContext) IsException_handlerContext()
func (*Exception_handlerContext) OR ¶
func (s *Exception_handlerContext) OR(i int) antlr.TerminalNode
func (*Exception_handlerContext) Seq_of_statements ¶
func (s *Exception_handlerContext) Seq_of_statements() ISeq_of_statementsContext
func (*Exception_handlerContext) THEN ¶
func (s *Exception_handlerContext) THEN() antlr.TerminalNode
func (*Exception_handlerContext) ToStringTree ¶
func (s *Exception_handlerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Exception_handlerContext) WHEN ¶
func (s *Exception_handlerContext) WHEN() antlr.TerminalNode
type Exception_nameContext ¶
type Exception_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyException_nameContext ¶
func NewEmptyException_nameContext() *Exception_nameContext
func NewException_nameContext ¶
func NewException_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Exception_nameContext
func (*Exception_nameContext) AllId_expression ¶
func (s *Exception_nameContext) AllId_expression() []IId_expressionContext
func (*Exception_nameContext) AllPERIOD ¶
func (s *Exception_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Exception_nameContext) EnterRule ¶
func (s *Exception_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Exception_nameContext) ExitRule ¶
func (s *Exception_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Exception_nameContext) GetParser ¶
func (s *Exception_nameContext) GetParser() antlr.Parser
func (*Exception_nameContext) GetRuleContext ¶
func (s *Exception_nameContext) GetRuleContext() antlr.RuleContext
func (*Exception_nameContext) Id_expression ¶
func (s *Exception_nameContext) Id_expression(i int) IId_expressionContext
func (*Exception_nameContext) Identifier ¶
func (s *Exception_nameContext) Identifier() IIdentifierContext
func (*Exception_nameContext) IsException_nameContext ¶
func (*Exception_nameContext) IsException_nameContext()
func (*Exception_nameContext) PERIOD ¶
func (s *Exception_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Exception_nameContext) ToStringTree ¶
func (s *Exception_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Exceptions_clauseContext ¶
type Exceptions_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExceptions_clauseContext ¶
func NewEmptyExceptions_clauseContext() *Exceptions_clauseContext
func NewExceptions_clauseContext ¶
func NewExceptions_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Exceptions_clauseContext
func (*Exceptions_clauseContext) EXCEPTIONS ¶
func (s *Exceptions_clauseContext) EXCEPTIONS() antlr.TerminalNode
func (*Exceptions_clauseContext) EnterRule ¶
func (s *Exceptions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Exceptions_clauseContext) ExitRule ¶
func (s *Exceptions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Exceptions_clauseContext) GetParser ¶
func (s *Exceptions_clauseContext) GetParser() antlr.Parser
func (*Exceptions_clauseContext) GetRuleContext ¶
func (s *Exceptions_clauseContext) GetRuleContext() antlr.RuleContext
func (*Exceptions_clauseContext) INTO ¶
func (s *Exceptions_clauseContext) INTO() antlr.TerminalNode
func (*Exceptions_clauseContext) IsExceptions_clauseContext ¶
func (*Exceptions_clauseContext) IsExceptions_clauseContext()
func (*Exceptions_clauseContext) Tableview_name ¶
func (s *Exceptions_clauseContext) Tableview_name() ITableview_nameContext
func (*Exceptions_clauseContext) ToStringTree ¶
func (s *Exceptions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Execute_immediateContext ¶
type Execute_immediateContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExecute_immediateContext ¶
func NewEmptyExecute_immediateContext() *Execute_immediateContext
func NewExecute_immediateContext ¶
func NewExecute_immediateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Execute_immediateContext
func (*Execute_immediateContext) Dynamic_returning_clause ¶
func (s *Execute_immediateContext) Dynamic_returning_clause() IDynamic_returning_clauseContext
func (*Execute_immediateContext) EXECUTE ¶
func (s *Execute_immediateContext) EXECUTE() antlr.TerminalNode
func (*Execute_immediateContext) EnterRule ¶
func (s *Execute_immediateContext) EnterRule(listener antlr.ParseTreeListener)
func (*Execute_immediateContext) ExitRule ¶
func (s *Execute_immediateContext) ExitRule(listener antlr.ParseTreeListener)
func (*Execute_immediateContext) Expression ¶
func (s *Execute_immediateContext) Expression() IExpressionContext
func (*Execute_immediateContext) GetParser ¶
func (s *Execute_immediateContext) GetParser() antlr.Parser
func (*Execute_immediateContext) GetRuleContext ¶
func (s *Execute_immediateContext) GetRuleContext() antlr.RuleContext
func (*Execute_immediateContext) IMMEDIATE ¶
func (s *Execute_immediateContext) IMMEDIATE() antlr.TerminalNode
func (*Execute_immediateContext) Into_clause ¶
func (s *Execute_immediateContext) Into_clause() IInto_clauseContext
func (*Execute_immediateContext) IsExecute_immediateContext ¶
func (*Execute_immediateContext) IsExecute_immediateContext()
func (*Execute_immediateContext) ToStringTree ¶
func (s *Execute_immediateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Execute_immediateContext) Using_clause ¶
func (s *Execute_immediateContext) Using_clause() IUsing_clauseContext
type Exit_statementContext ¶
type Exit_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExit_statementContext ¶
func NewEmptyExit_statementContext() *Exit_statementContext
func NewExit_statementContext ¶
func NewExit_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Exit_statementContext
func (*Exit_statementContext) Condition ¶
func (s *Exit_statementContext) Condition() IConditionContext
func (*Exit_statementContext) EXIT ¶
func (s *Exit_statementContext) EXIT() antlr.TerminalNode
func (*Exit_statementContext) EnterRule ¶
func (s *Exit_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Exit_statementContext) ExitRule ¶
func (s *Exit_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Exit_statementContext) GetParser ¶
func (s *Exit_statementContext) GetParser() antlr.Parser
func (*Exit_statementContext) GetRuleContext ¶
func (s *Exit_statementContext) GetRuleContext() antlr.RuleContext
func (*Exit_statementContext) IsExit_statementContext ¶
func (*Exit_statementContext) IsExit_statementContext()
func (*Exit_statementContext) Label_name ¶
func (s *Exit_statementContext) Label_name() ILabel_nameContext
func (*Exit_statementContext) ToStringTree ¶
func (s *Exit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Exit_statementContext) WHEN ¶
func (s *Exit_statementContext) WHEN() antlr.TerminalNode
type Explain_statementContext ¶
type Explain_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExplain_statementContext ¶
func NewEmptyExplain_statementContext() *Explain_statementContext
func NewExplain_statementContext ¶
func NewExplain_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Explain_statementContext
func (*Explain_statementContext) Delete_statement ¶
func (s *Explain_statementContext) Delete_statement() IDelete_statementContext
func (*Explain_statementContext) EQUALS_OP ¶
func (s *Explain_statementContext) EQUALS_OP() antlr.TerminalNode
func (*Explain_statementContext) EXPLAIN ¶
func (s *Explain_statementContext) EXPLAIN() antlr.TerminalNode
func (*Explain_statementContext) EnterRule ¶
func (s *Explain_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Explain_statementContext) ExitRule ¶
func (s *Explain_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Explain_statementContext) FOR ¶
func (s *Explain_statementContext) FOR() antlr.TerminalNode
func (*Explain_statementContext) GetParser ¶
func (s *Explain_statementContext) GetParser() antlr.Parser
func (*Explain_statementContext) GetRuleContext ¶
func (s *Explain_statementContext) GetRuleContext() antlr.RuleContext
func (*Explain_statementContext) INTO ¶
func (s *Explain_statementContext) INTO() antlr.TerminalNode
func (*Explain_statementContext) Insert_statement ¶
func (s *Explain_statementContext) Insert_statement() IInsert_statementContext
func (*Explain_statementContext) IsExplain_statementContext ¶
func (*Explain_statementContext) IsExplain_statementContext()
func (*Explain_statementContext) Merge_statement ¶
func (s *Explain_statementContext) Merge_statement() IMerge_statementContext
func (*Explain_statementContext) PLAN ¶
func (s *Explain_statementContext) PLAN() antlr.TerminalNode
func (*Explain_statementContext) Quoted_string ¶
func (s *Explain_statementContext) Quoted_string() IQuoted_stringContext
func (*Explain_statementContext) SET ¶
func (s *Explain_statementContext) SET() antlr.TerminalNode
func (*Explain_statementContext) STATEMENT_ID ¶
func (s *Explain_statementContext) STATEMENT_ID() antlr.TerminalNode
func (*Explain_statementContext) Select_statement ¶
func (s *Explain_statementContext) Select_statement() ISelect_statementContext
func (*Explain_statementContext) Tableview_name ¶
func (s *Explain_statementContext) Tableview_name() ITableview_nameContext
func (*Explain_statementContext) ToStringTree ¶
func (s *Explain_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Explain_statementContext) Update_statement ¶
func (s *Explain_statementContext) Update_statement() IUpdate_statementContext
type ExpressionContext ¶
type ExpressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExpressionContext ¶
func NewEmptyExpressionContext() *ExpressionContext
func NewExpressionContext ¶
func NewExpressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionContext
func (*ExpressionContext) Cursor_expression ¶
func (s *ExpressionContext) Cursor_expression() ICursor_expressionContext
func (*ExpressionContext) EnterRule ¶
func (s *ExpressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*ExpressionContext) ExitRule ¶
func (s *ExpressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*ExpressionContext) GetParser ¶
func (s *ExpressionContext) GetParser() antlr.Parser
func (*ExpressionContext) GetRuleContext ¶
func (s *ExpressionContext) GetRuleContext() antlr.RuleContext
func (*ExpressionContext) IsExpressionContext ¶
func (*ExpressionContext) IsExpressionContext()
func (*ExpressionContext) Logical_expression ¶
func (s *ExpressionContext) Logical_expression() ILogical_expressionContext
func (*ExpressionContext) ToStringTree ¶
func (s *ExpressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ExpressionsContext ¶
type ExpressionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExpressionsContext ¶
func NewEmptyExpressionsContext() *ExpressionsContext
func NewExpressionsContext ¶
func NewExpressionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExpressionsContext
func (*ExpressionsContext) AllCOMMA ¶
func (s *ExpressionsContext) AllCOMMA() []antlr.TerminalNode
func (*ExpressionsContext) AllExpression ¶
func (s *ExpressionsContext) AllExpression() []IExpressionContext
func (*ExpressionsContext) COMMA ¶
func (s *ExpressionsContext) COMMA(i int) antlr.TerminalNode
func (*ExpressionsContext) EnterRule ¶
func (s *ExpressionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*ExpressionsContext) ExitRule ¶
func (s *ExpressionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*ExpressionsContext) Expression ¶
func (s *ExpressionsContext) Expression(i int) IExpressionContext
func (*ExpressionsContext) GetParser ¶
func (s *ExpressionsContext) GetParser() antlr.Parser
func (*ExpressionsContext) GetRuleContext ¶
func (s *ExpressionsContext) GetRuleContext() antlr.RuleContext
func (*ExpressionsContext) IsExpressionsContext ¶
func (*ExpressionsContext) IsExpressionsContext()
func (*ExpressionsContext) ToStringTree ¶
func (s *ExpressionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Extent_management_clauseContext ¶
type Extent_management_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyExtent_management_clauseContext ¶
func NewEmptyExtent_management_clauseContext() *Extent_management_clauseContext
func NewExtent_management_clauseContext ¶
func NewExtent_management_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Extent_management_clauseContext
func (*Extent_management_clauseContext) AUTOALLOCATE ¶
func (s *Extent_management_clauseContext) AUTOALLOCATE() antlr.TerminalNode
func (*Extent_management_clauseContext) EXTENT ¶
func (s *Extent_management_clauseContext) EXTENT() antlr.TerminalNode
func (*Extent_management_clauseContext) EnterRule ¶
func (s *Extent_management_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Extent_management_clauseContext) ExitRule ¶
func (s *Extent_management_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Extent_management_clauseContext) GetParser ¶
func (s *Extent_management_clauseContext) GetParser() antlr.Parser
func (*Extent_management_clauseContext) GetRuleContext ¶
func (s *Extent_management_clauseContext) GetRuleContext() antlr.RuleContext
func (*Extent_management_clauseContext) IsExtent_management_clauseContext ¶
func (*Extent_management_clauseContext) IsExtent_management_clauseContext()
func (*Extent_management_clauseContext) LOCAL ¶
func (s *Extent_management_clauseContext) LOCAL() antlr.TerminalNode
func (*Extent_management_clauseContext) MANAGEMENT ¶
func (s *Extent_management_clauseContext) MANAGEMENT() antlr.TerminalNode
func (*Extent_management_clauseContext) SIZE ¶
func (s *Extent_management_clauseContext) SIZE() antlr.TerminalNode
func (*Extent_management_clauseContext) Size_clause ¶
func (s *Extent_management_clauseContext) Size_clause() ISize_clauseContext
func (*Extent_management_clauseContext) ToStringTree ¶
func (s *Extent_management_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Extent_management_clauseContext) UNIFORM ¶
func (s *Extent_management_clauseContext) UNIFORM() antlr.TerminalNode
type Factoring_elementContext ¶
type Factoring_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFactoring_elementContext ¶
func NewEmptyFactoring_elementContext() *Factoring_elementContext
func NewFactoring_elementContext ¶
func NewFactoring_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Factoring_elementContext
func (*Factoring_elementContext) AS ¶
func (s *Factoring_elementContext) AS() antlr.TerminalNode
func (*Factoring_elementContext) Cycle_clause ¶
func (s *Factoring_elementContext) Cycle_clause() ICycle_clauseContext
func (*Factoring_elementContext) EnterRule ¶
func (s *Factoring_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Factoring_elementContext) ExitRule ¶
func (s *Factoring_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Factoring_elementContext) GetParser ¶
func (s *Factoring_elementContext) GetParser() antlr.Parser
func (*Factoring_elementContext) GetRuleContext ¶
func (s *Factoring_elementContext) GetRuleContext() antlr.RuleContext
func (*Factoring_elementContext) IsFactoring_elementContext ¶
func (*Factoring_elementContext) IsFactoring_elementContext()
func (*Factoring_elementContext) LEFT_PAREN ¶
func (s *Factoring_elementContext) LEFT_PAREN() antlr.TerminalNode
func (*Factoring_elementContext) Order_by_clause ¶
func (s *Factoring_elementContext) Order_by_clause() IOrder_by_clauseContext
func (*Factoring_elementContext) Paren_column_list ¶
func (s *Factoring_elementContext) Paren_column_list() IParen_column_listContext
func (*Factoring_elementContext) Query_name ¶
func (s *Factoring_elementContext) Query_name() IQuery_nameContext
func (*Factoring_elementContext) RIGHT_PAREN ¶
func (s *Factoring_elementContext) RIGHT_PAREN() antlr.TerminalNode
func (*Factoring_elementContext) Search_clause ¶
func (s *Factoring_elementContext) Search_clause() ISearch_clauseContext
func (*Factoring_elementContext) Subquery ¶
func (s *Factoring_elementContext) Subquery() ISubqueryContext
func (*Factoring_elementContext) ToStringTree ¶
func (s *Factoring_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Fetch_clauseContext ¶
type Fetch_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFetch_clauseContext ¶
func NewEmptyFetch_clauseContext() *Fetch_clauseContext
func NewFetch_clauseContext ¶
func NewFetch_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Fetch_clauseContext
func (*Fetch_clauseContext) EnterRule ¶
func (s *Fetch_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Fetch_clauseContext) ExitRule ¶
func (s *Fetch_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Fetch_clauseContext) Expression ¶
func (s *Fetch_clauseContext) Expression() IExpressionContext
func (*Fetch_clauseContext) FETCH ¶
func (s *Fetch_clauseContext) FETCH() antlr.TerminalNode
func (*Fetch_clauseContext) FIRST ¶
func (s *Fetch_clauseContext) FIRST() antlr.TerminalNode
func (*Fetch_clauseContext) GetParser ¶
func (s *Fetch_clauseContext) GetParser() antlr.Parser
func (*Fetch_clauseContext) GetRuleContext ¶
func (s *Fetch_clauseContext) GetRuleContext() antlr.RuleContext
func (*Fetch_clauseContext) IsFetch_clauseContext ¶
func (*Fetch_clauseContext) IsFetch_clauseContext()
func (*Fetch_clauseContext) NEXT ¶
func (s *Fetch_clauseContext) NEXT() antlr.TerminalNode
func (*Fetch_clauseContext) ONLY ¶
func (s *Fetch_clauseContext) ONLY() antlr.TerminalNode
func (*Fetch_clauseContext) PERCENT_KEYWORD ¶
func (s *Fetch_clauseContext) PERCENT_KEYWORD() antlr.TerminalNode
func (*Fetch_clauseContext) ROW ¶
func (s *Fetch_clauseContext) ROW() antlr.TerminalNode
func (*Fetch_clauseContext) ROWS ¶
func (s *Fetch_clauseContext) ROWS() antlr.TerminalNode
func (*Fetch_clauseContext) TIES ¶
func (s *Fetch_clauseContext) TIES() antlr.TerminalNode
func (*Fetch_clauseContext) ToStringTree ¶
func (s *Fetch_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Fetch_clauseContext) WITH ¶
func (s *Fetch_clauseContext) WITH() antlr.TerminalNode
type Fetch_statementContext ¶
type Fetch_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFetch_statementContext ¶
func NewEmptyFetch_statementContext() *Fetch_statementContext
func NewFetch_statementContext ¶
func NewFetch_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Fetch_statementContext
func (*Fetch_statementContext) AllCOMMA ¶
func (s *Fetch_statementContext) AllCOMMA() []antlr.TerminalNode
func (*Fetch_statementContext) AllVariable_name ¶
func (s *Fetch_statementContext) AllVariable_name() []IVariable_nameContext
func (*Fetch_statementContext) BULK ¶
func (s *Fetch_statementContext) BULK() antlr.TerminalNode
func (*Fetch_statementContext) COLLECT ¶
func (s *Fetch_statementContext) COLLECT() antlr.TerminalNode
func (*Fetch_statementContext) COMMA ¶
func (s *Fetch_statementContext) COMMA(i int) antlr.TerminalNode
func (*Fetch_statementContext) Cursor_name ¶
func (s *Fetch_statementContext) Cursor_name() ICursor_nameContext
func (*Fetch_statementContext) EnterRule ¶
func (s *Fetch_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Fetch_statementContext) ExitRule ¶
func (s *Fetch_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Fetch_statementContext) FETCH ¶
func (s *Fetch_statementContext) FETCH() antlr.TerminalNode
func (*Fetch_statementContext) GetIt1 ¶
func (s *Fetch_statementContext) GetIt1() antlr.Token
func (*Fetch_statementContext) GetParser ¶
func (s *Fetch_statementContext) GetParser() antlr.Parser
func (*Fetch_statementContext) GetRuleContext ¶
func (s *Fetch_statementContext) GetRuleContext() antlr.RuleContext
func (*Fetch_statementContext) INTO ¶
func (s *Fetch_statementContext) INTO() antlr.TerminalNode
func (*Fetch_statementContext) IsFetch_statementContext ¶
func (*Fetch_statementContext) IsFetch_statementContext()
func (*Fetch_statementContext) LIMIT ¶
func (s *Fetch_statementContext) LIMIT() antlr.TerminalNode
func (*Fetch_statementContext) Numeric ¶
func (s *Fetch_statementContext) Numeric() INumericContext
func (*Fetch_statementContext) SetIt1 ¶
func (s *Fetch_statementContext) SetIt1(v antlr.Token)
func (*Fetch_statementContext) ToStringTree ¶
func (s *Fetch_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Fetch_statementContext) Variable_name ¶
func (s *Fetch_statementContext) Variable_name(i int) IVariable_nameContext
type Field_specContext ¶
type Field_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyField_specContext ¶
func NewEmptyField_specContext() *Field_specContext
func NewField_specContext ¶
func NewField_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Field_specContext
func (*Field_specContext) Column_name ¶
func (s *Field_specContext) Column_name() IColumn_nameContext
func (*Field_specContext) Default_value_part ¶
func (s *Field_specContext) Default_value_part() IDefault_value_partContext
func (*Field_specContext) EnterRule ¶
func (s *Field_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Field_specContext) ExitRule ¶
func (s *Field_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Field_specContext) GetParser ¶
func (s *Field_specContext) GetParser() antlr.Parser
func (*Field_specContext) GetRuleContext ¶
func (s *Field_specContext) GetRuleContext() antlr.RuleContext
func (*Field_specContext) IsField_specContext ¶
func (*Field_specContext) IsField_specContext()
func (*Field_specContext) NOT ¶
func (s *Field_specContext) NOT() antlr.TerminalNode
func (*Field_specContext) NULL_ ¶
func (s *Field_specContext) NULL_() antlr.TerminalNode
func (*Field_specContext) ToStringTree ¶
func (s *Field_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Field_specContext) Type_spec ¶
func (s *Field_specContext) Type_spec() IType_specContext
type FilenameContext ¶
type FilenameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFilenameContext ¶
func NewEmptyFilenameContext() *FilenameContext
func NewFilenameContext ¶
func NewFilenameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FilenameContext
func (*FilenameContext) CHAR_STRING ¶
func (s *FilenameContext) CHAR_STRING() antlr.TerminalNode
func (*FilenameContext) EnterRule ¶
func (s *FilenameContext) EnterRule(listener antlr.ParseTreeListener)
func (*FilenameContext) ExitRule ¶
func (s *FilenameContext) ExitRule(listener antlr.ParseTreeListener)
func (*FilenameContext) GetParser ¶
func (s *FilenameContext) GetParser() antlr.Parser
func (*FilenameContext) GetRuleContext ¶
func (s *FilenameContext) GetRuleContext() antlr.RuleContext
func (*FilenameContext) IsFilenameContext ¶
func (*FilenameContext) IsFilenameContext()
func (*FilenameContext) ToStringTree ¶
func (s *FilenameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FilenumberContext ¶
type FilenumberContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFilenumberContext ¶
func NewEmptyFilenumberContext() *FilenumberContext
func NewFilenumberContext ¶
func NewFilenumberContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FilenumberContext
func (*FilenumberContext) EnterRule ¶
func (s *FilenumberContext) EnterRule(listener antlr.ParseTreeListener)
func (*FilenumberContext) ExitRule ¶
func (s *FilenumberContext) ExitRule(listener antlr.ParseTreeListener)
func (*FilenumberContext) GetParser ¶
func (s *FilenumberContext) GetParser() antlr.Parser
func (*FilenumberContext) GetRuleContext ¶
func (s *FilenumberContext) GetRuleContext() antlr.RuleContext
func (*FilenumberContext) IsFilenumberContext ¶
func (*FilenumberContext) IsFilenumberContext()
func (*FilenumberContext) ToStringTree ¶
func (s *FilenumberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*FilenumberContext) UNSIGNED_INTEGER ¶
func (s *FilenumberContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Flashback_archive_clauseContext ¶
type Flashback_archive_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFlashback_archive_clauseContext ¶
func NewEmptyFlashback_archive_clauseContext() *Flashback_archive_clauseContext
func NewFlashback_archive_clauseContext ¶
func NewFlashback_archive_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Flashback_archive_clauseContext
func (*Flashback_archive_clauseContext) ARCHIVE ¶
func (s *Flashback_archive_clauseContext) ARCHIVE() antlr.TerminalNode
func (*Flashback_archive_clauseContext) EnterRule ¶
func (s *Flashback_archive_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Flashback_archive_clauseContext) ExitRule ¶
func (s *Flashback_archive_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Flashback_archive_clauseContext) FLASHBACK ¶
func (s *Flashback_archive_clauseContext) FLASHBACK() antlr.TerminalNode
func (*Flashback_archive_clauseContext) GetFlashback_archive ¶
func (s *Flashback_archive_clauseContext) GetFlashback_archive() antlr.Token
func (*Flashback_archive_clauseContext) GetParser ¶
func (s *Flashback_archive_clauseContext) GetParser() antlr.Parser
func (*Flashback_archive_clauseContext) GetRuleContext ¶
func (s *Flashback_archive_clauseContext) GetRuleContext() antlr.RuleContext
func (*Flashback_archive_clauseContext) IsFlashback_archive_clauseContext ¶
func (*Flashback_archive_clauseContext) IsFlashback_archive_clauseContext()
func (*Flashback_archive_clauseContext) NO ¶
func (s *Flashback_archive_clauseContext) NO() antlr.TerminalNode
func (*Flashback_archive_clauseContext) REGULAR_ID ¶
func (s *Flashback_archive_clauseContext) REGULAR_ID() antlr.TerminalNode
func (*Flashback_archive_clauseContext) SetFlashback_archive ¶
func (s *Flashback_archive_clauseContext) SetFlashback_archive(v antlr.Token)
func (*Flashback_archive_clauseContext) ToStringTree ¶
func (s *Flashback_archive_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Flashback_mode_clauseContext ¶
type Flashback_mode_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFlashback_mode_clauseContext ¶
func NewEmptyFlashback_mode_clauseContext() *Flashback_mode_clauseContext
func NewFlashback_mode_clauseContext ¶
func NewFlashback_mode_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Flashback_mode_clauseContext
func (*Flashback_mode_clauseContext) EnterRule ¶
func (s *Flashback_mode_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Flashback_mode_clauseContext) ExitRule ¶
func (s *Flashback_mode_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Flashback_mode_clauseContext) FLASHBACK ¶
func (s *Flashback_mode_clauseContext) FLASHBACK() antlr.TerminalNode
func (*Flashback_mode_clauseContext) GetParser ¶
func (s *Flashback_mode_clauseContext) GetParser() antlr.Parser
func (*Flashback_mode_clauseContext) GetRuleContext ¶
func (s *Flashback_mode_clauseContext) GetRuleContext() antlr.RuleContext
func (*Flashback_mode_clauseContext) IsFlashback_mode_clauseContext ¶
func (*Flashback_mode_clauseContext) IsFlashback_mode_clauseContext()
func (*Flashback_mode_clauseContext) OFF ¶
func (s *Flashback_mode_clauseContext) OFF() antlr.TerminalNode
func (*Flashback_mode_clauseContext) ON ¶
func (s *Flashback_mode_clauseContext) ON() antlr.TerminalNode
func (*Flashback_mode_clauseContext) ToStringTree ¶
func (s *Flashback_mode_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Flashback_query_clauseContext ¶
type Flashback_query_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFlashback_query_clauseContext ¶
func NewEmptyFlashback_query_clauseContext() *Flashback_query_clauseContext
func NewFlashback_query_clauseContext ¶
func NewFlashback_query_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Flashback_query_clauseContext
func (*Flashback_query_clauseContext) AS ¶
func (s *Flashback_query_clauseContext) AS() antlr.TerminalNode
func (*Flashback_query_clauseContext) BETWEEN ¶
func (s *Flashback_query_clauseContext) BETWEEN() antlr.TerminalNode
func (*Flashback_query_clauseContext) EnterRule ¶
func (s *Flashback_query_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Flashback_query_clauseContext) ExitRule ¶
func (s *Flashback_query_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Flashback_query_clauseContext) Expression ¶
func (s *Flashback_query_clauseContext) Expression() IExpressionContext
func (*Flashback_query_clauseContext) GetParser ¶
func (s *Flashback_query_clauseContext) GetParser() antlr.Parser
func (*Flashback_query_clauseContext) GetRuleContext ¶
func (s *Flashback_query_clauseContext) GetRuleContext() antlr.RuleContext
func (*Flashback_query_clauseContext) IsFlashback_query_clauseContext ¶
func (*Flashback_query_clauseContext) IsFlashback_query_clauseContext()
func (*Flashback_query_clauseContext) OF ¶
func (s *Flashback_query_clauseContext) OF() antlr.TerminalNode
func (*Flashback_query_clauseContext) SCN ¶
func (s *Flashback_query_clauseContext) SCN() antlr.TerminalNode
func (*Flashback_query_clauseContext) SNAPSHOT ¶
func (s *Flashback_query_clauseContext) SNAPSHOT() antlr.TerminalNode
func (*Flashback_query_clauseContext) TIMESTAMP ¶
func (s *Flashback_query_clauseContext) TIMESTAMP() antlr.TerminalNode
func (*Flashback_query_clauseContext) ToStringTree ¶
func (s *Flashback_query_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Flashback_query_clauseContext) VERSIONS ¶
func (s *Flashback_query_clauseContext) VERSIONS() antlr.TerminalNode
type For_each_rowContext ¶
type For_each_rowContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFor_each_rowContext ¶
func NewEmptyFor_each_rowContext() *For_each_rowContext
func NewFor_each_rowContext ¶
func NewFor_each_rowContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *For_each_rowContext
func (*For_each_rowContext) EACH ¶
func (s *For_each_rowContext) EACH() antlr.TerminalNode
func (*For_each_rowContext) EnterRule ¶
func (s *For_each_rowContext) EnterRule(listener antlr.ParseTreeListener)
func (*For_each_rowContext) ExitRule ¶
func (s *For_each_rowContext) ExitRule(listener antlr.ParseTreeListener)
func (*For_each_rowContext) FOR ¶
func (s *For_each_rowContext) FOR() antlr.TerminalNode
func (*For_each_rowContext) GetParser ¶
func (s *For_each_rowContext) GetParser() antlr.Parser
func (*For_each_rowContext) GetRuleContext ¶
func (s *For_each_rowContext) GetRuleContext() antlr.RuleContext
func (*For_each_rowContext) IsFor_each_rowContext ¶
func (*For_each_rowContext) IsFor_each_rowContext()
func (*For_each_rowContext) ROW ¶
func (s *For_each_rowContext) ROW() antlr.TerminalNode
func (*For_each_rowContext) ToStringTree ¶
func (s *For_each_rowContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type For_update_clauseContext ¶
type For_update_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFor_update_clauseContext ¶
func NewEmptyFor_update_clauseContext() *For_update_clauseContext
func NewFor_update_clauseContext ¶
func NewFor_update_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *For_update_clauseContext
func (*For_update_clauseContext) EnterRule ¶
func (s *For_update_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*For_update_clauseContext) ExitRule ¶
func (s *For_update_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*For_update_clauseContext) FOR ¶
func (s *For_update_clauseContext) FOR() antlr.TerminalNode
func (*For_update_clauseContext) For_update_of_part ¶
func (s *For_update_clauseContext) For_update_of_part() IFor_update_of_partContext
func (*For_update_clauseContext) For_update_options ¶
func (s *For_update_clauseContext) For_update_options() IFor_update_optionsContext
func (*For_update_clauseContext) GetParser ¶
func (s *For_update_clauseContext) GetParser() antlr.Parser
func (*For_update_clauseContext) GetRuleContext ¶
func (s *For_update_clauseContext) GetRuleContext() antlr.RuleContext
func (*For_update_clauseContext) IsFor_update_clauseContext ¶
func (*For_update_clauseContext) IsFor_update_clauseContext()
func (*For_update_clauseContext) ToStringTree ¶
func (s *For_update_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*For_update_clauseContext) UPDATE ¶
func (s *For_update_clauseContext) UPDATE() antlr.TerminalNode
type For_update_of_partContext ¶
type For_update_of_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFor_update_of_partContext ¶
func NewEmptyFor_update_of_partContext() *For_update_of_partContext
func NewFor_update_of_partContext ¶
func NewFor_update_of_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *For_update_of_partContext
func (*For_update_of_partContext) Column_list ¶
func (s *For_update_of_partContext) Column_list() IColumn_listContext
func (*For_update_of_partContext) EnterRule ¶
func (s *For_update_of_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*For_update_of_partContext) ExitRule ¶
func (s *For_update_of_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*For_update_of_partContext) GetParser ¶
func (s *For_update_of_partContext) GetParser() antlr.Parser
func (*For_update_of_partContext) GetRuleContext ¶
func (s *For_update_of_partContext) GetRuleContext() antlr.RuleContext
func (*For_update_of_partContext) IsFor_update_of_partContext ¶
func (*For_update_of_partContext) IsFor_update_of_partContext()
func (*For_update_of_partContext) OF ¶
func (s *For_update_of_partContext) OF() antlr.TerminalNode
func (*For_update_of_partContext) ToStringTree ¶
func (s *For_update_of_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type For_update_optionsContext ¶
type For_update_optionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFor_update_optionsContext ¶
func NewEmptyFor_update_optionsContext() *For_update_optionsContext
func NewFor_update_optionsContext ¶
func NewFor_update_optionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *For_update_optionsContext
func (*For_update_optionsContext) EnterRule ¶
func (s *For_update_optionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*For_update_optionsContext) ExitRule ¶
func (s *For_update_optionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*For_update_optionsContext) Expression ¶
func (s *For_update_optionsContext) Expression() IExpressionContext
func (*For_update_optionsContext) GetParser ¶
func (s *For_update_optionsContext) GetParser() antlr.Parser
func (*For_update_optionsContext) GetRuleContext ¶
func (s *For_update_optionsContext) GetRuleContext() antlr.RuleContext
func (*For_update_optionsContext) IsFor_update_optionsContext ¶
func (*For_update_optionsContext) IsFor_update_optionsContext()
func (*For_update_optionsContext) LOCKED ¶
func (s *For_update_optionsContext) LOCKED() antlr.TerminalNode
func (*For_update_optionsContext) NOWAIT ¶
func (s *For_update_optionsContext) NOWAIT() antlr.TerminalNode
func (*For_update_optionsContext) SKIP_ ¶
func (s *For_update_optionsContext) SKIP_() antlr.TerminalNode
func (*For_update_optionsContext) ToStringTree ¶
func (s *For_update_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*For_update_optionsContext) WAIT ¶
func (s *For_update_optionsContext) WAIT() antlr.TerminalNode
type Forall_statementContext ¶
type Forall_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyForall_statementContext ¶
func NewEmptyForall_statementContext() *Forall_statementContext
func NewForall_statementContext ¶
func NewForall_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Forall_statementContext
func (*Forall_statementContext) Bounds_clause ¶
func (s *Forall_statementContext) Bounds_clause() IBounds_clauseContext
func (*Forall_statementContext) EXCEPTIONS ¶
func (s *Forall_statementContext) EXCEPTIONS() antlr.TerminalNode
func (*Forall_statementContext) EnterRule ¶
func (s *Forall_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Forall_statementContext) ExitRule ¶
func (s *Forall_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Forall_statementContext) FORALL ¶
func (s *Forall_statementContext) FORALL() antlr.TerminalNode
func (*Forall_statementContext) GetParser ¶
func (s *Forall_statementContext) GetParser() antlr.Parser
func (*Forall_statementContext) GetRuleContext ¶
func (s *Forall_statementContext) GetRuleContext() antlr.RuleContext
func (*Forall_statementContext) IN ¶
func (s *Forall_statementContext) IN() antlr.TerminalNode
func (*Forall_statementContext) Index_name ¶
func (s *Forall_statementContext) Index_name() IIndex_nameContext
func (*Forall_statementContext) IsForall_statementContext ¶
func (*Forall_statementContext) IsForall_statementContext()
func (*Forall_statementContext) SAVE ¶
func (s *Forall_statementContext) SAVE() antlr.TerminalNode
func (*Forall_statementContext) Sql_statement ¶
func (s *Forall_statementContext) Sql_statement() ISql_statementContext
func (*Forall_statementContext) ToStringTree ¶
func (s *Forall_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Foreign_key_clauseContext ¶
type Foreign_key_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyForeign_key_clauseContext ¶
func NewEmptyForeign_key_clauseContext() *Foreign_key_clauseContext
func NewForeign_key_clauseContext ¶
func NewForeign_key_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Foreign_key_clauseContext
func (*Foreign_key_clauseContext) EnterRule ¶
func (s *Foreign_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Foreign_key_clauseContext) ExitRule ¶
func (s *Foreign_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Foreign_key_clauseContext) FOREIGN ¶
func (s *Foreign_key_clauseContext) FOREIGN() antlr.TerminalNode
func (*Foreign_key_clauseContext) GetParser ¶
func (s *Foreign_key_clauseContext) GetParser() antlr.Parser
func (*Foreign_key_clauseContext) GetRuleContext ¶
func (s *Foreign_key_clauseContext) GetRuleContext() antlr.RuleContext
func (*Foreign_key_clauseContext) IsForeign_key_clauseContext ¶
func (*Foreign_key_clauseContext) IsForeign_key_clauseContext()
func (*Foreign_key_clauseContext) KEY ¶
func (s *Foreign_key_clauseContext) KEY() antlr.TerminalNode
func (*Foreign_key_clauseContext) On_delete_clause ¶
func (s *Foreign_key_clauseContext) On_delete_clause() IOn_delete_clauseContext
func (*Foreign_key_clauseContext) Paren_column_list ¶
func (s *Foreign_key_clauseContext) Paren_column_list() IParen_column_listContext
func (*Foreign_key_clauseContext) References_clause ¶
func (s *Foreign_key_clauseContext) References_clause() IReferences_clauseContext
func (*Foreign_key_clauseContext) ToStringTree ¶
func (s *Foreign_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type From_clauseContext ¶
type From_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFrom_clauseContext ¶
func NewEmptyFrom_clauseContext() *From_clauseContext
func NewFrom_clauseContext ¶
func NewFrom_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *From_clauseContext
func (*From_clauseContext) EnterRule ¶
func (s *From_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*From_clauseContext) ExitRule ¶
func (s *From_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*From_clauseContext) FROM ¶
func (s *From_clauseContext) FROM() antlr.TerminalNode
func (*From_clauseContext) GetParser ¶
func (s *From_clauseContext) GetParser() antlr.Parser
func (*From_clauseContext) GetRuleContext ¶
func (s *From_clauseContext) GetRuleContext() antlr.RuleContext
func (*From_clauseContext) IsFrom_clauseContext ¶
func (*From_clauseContext) IsFrom_clauseContext()
func (*From_clauseContext) Table_ref_list ¶
func (s *From_clauseContext) Table_ref_list() ITable_ref_listContext
func (*From_clauseContext) ToStringTree ¶
func (s *From_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Full_database_recoveryContext ¶
type Full_database_recoveryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFull_database_recoveryContext ¶
func NewEmptyFull_database_recoveryContext() *Full_database_recoveryContext
func NewFull_database_recoveryContext ¶
func NewFull_database_recoveryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Full_database_recoveryContext
func (*Full_database_recoveryContext) AllBACKUP ¶
func (s *Full_database_recoveryContext) AllBACKUP() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllCANCEL ¶
func (s *Full_database_recoveryContext) AllCANCEL() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllCHANGE ¶
func (s *Full_database_recoveryContext) AllCHANGE() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllCHAR_STRING ¶
func (s *Full_database_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllCONSISTENT ¶
func (s *Full_database_recoveryContext) AllCONSISTENT() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllCONTROLFILE ¶
func (s *Full_database_recoveryContext) AllCONTROLFILE() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllTIME ¶
func (s *Full_database_recoveryContext) AllTIME() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllUNSIGNED_INTEGER ¶
func (s *Full_database_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllUNTIL ¶
func (s *Full_database_recoveryContext) AllUNTIL() []antlr.TerminalNode
func (*Full_database_recoveryContext) AllUSING ¶
func (s *Full_database_recoveryContext) AllUSING() []antlr.TerminalNode
func (*Full_database_recoveryContext) BACKUP ¶
func (s *Full_database_recoveryContext) BACKUP(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) CANCEL ¶
func (s *Full_database_recoveryContext) CANCEL(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) CHANGE ¶
func (s *Full_database_recoveryContext) CHANGE(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) CHAR_STRING ¶
func (s *Full_database_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) CONSISTENT ¶
func (s *Full_database_recoveryContext) CONSISTENT(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) CONTROLFILE ¶
func (s *Full_database_recoveryContext) CONTROLFILE(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) DATABASE ¶
func (s *Full_database_recoveryContext) DATABASE() antlr.TerminalNode
func (*Full_database_recoveryContext) EnterRule ¶
func (s *Full_database_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
func (*Full_database_recoveryContext) ExitRule ¶
func (s *Full_database_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
func (*Full_database_recoveryContext) GetParser ¶
func (s *Full_database_recoveryContext) GetParser() antlr.Parser
func (*Full_database_recoveryContext) GetRuleContext ¶
func (s *Full_database_recoveryContext) GetRuleContext() antlr.RuleContext
func (*Full_database_recoveryContext) IsFull_database_recoveryContext ¶
func (*Full_database_recoveryContext) IsFull_database_recoveryContext()
func (*Full_database_recoveryContext) STANDBY ¶
func (s *Full_database_recoveryContext) STANDBY() antlr.TerminalNode
func (*Full_database_recoveryContext) TIME ¶
func (s *Full_database_recoveryContext) TIME(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) ToStringTree ¶
func (s *Full_database_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Full_database_recoveryContext) UNSIGNED_INTEGER ¶
func (s *Full_database_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) UNTIL ¶
func (s *Full_database_recoveryContext) UNTIL(i int) antlr.TerminalNode
func (*Full_database_recoveryContext) USING ¶
func (s *Full_database_recoveryContext) USING(i int) antlr.TerminalNode
type Func_decl_in_typeContext ¶
type Func_decl_in_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunc_decl_in_typeContext ¶
func NewEmptyFunc_decl_in_typeContext() *Func_decl_in_typeContext
func NewFunc_decl_in_typeContext ¶
func NewFunc_decl_in_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Func_decl_in_typeContext
func (*Func_decl_in_typeContext) AS ¶
func (s *Func_decl_in_typeContext) AS() antlr.TerminalNode
func (*Func_decl_in_typeContext) AllCOMMA ¶
func (s *Func_decl_in_typeContext) AllCOMMA() []antlr.TerminalNode
func (*Func_decl_in_typeContext) AllType_elements_parameter ¶
func (s *Func_decl_in_typeContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Func_decl_in_typeContext) Body ¶
func (s *Func_decl_in_typeContext) Body() IBodyContext
func (*Func_decl_in_typeContext) COMMA ¶
func (s *Func_decl_in_typeContext) COMMA(i int) antlr.TerminalNode
func (*Func_decl_in_typeContext) Call_spec ¶
func (s *Func_decl_in_typeContext) Call_spec() ICall_specContext
func (*Func_decl_in_typeContext) DECLARE ¶
func (s *Func_decl_in_typeContext) DECLARE() antlr.TerminalNode
func (*Func_decl_in_typeContext) EnterRule ¶
func (s *Func_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Func_decl_in_typeContext) ExitRule ¶
func (s *Func_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Func_decl_in_typeContext) FUNCTION ¶
func (s *Func_decl_in_typeContext) FUNCTION() antlr.TerminalNode
func (*Func_decl_in_typeContext) Function_name ¶
func (s *Func_decl_in_typeContext) Function_name() IFunction_nameContext
func (*Func_decl_in_typeContext) GetParser ¶
func (s *Func_decl_in_typeContext) GetParser() antlr.Parser
func (*Func_decl_in_typeContext) GetRuleContext ¶
func (s *Func_decl_in_typeContext) GetRuleContext() antlr.RuleContext
func (*Func_decl_in_typeContext) IS ¶
func (s *Func_decl_in_typeContext) IS() antlr.TerminalNode
func (*Func_decl_in_typeContext) IsFunc_decl_in_typeContext ¶
func (*Func_decl_in_typeContext) IsFunc_decl_in_typeContext()
func (*Func_decl_in_typeContext) LEFT_PAREN ¶
func (s *Func_decl_in_typeContext) LEFT_PAREN() antlr.TerminalNode
func (*Func_decl_in_typeContext) RETURN ¶
func (s *Func_decl_in_typeContext) RETURN() antlr.TerminalNode
func (*Func_decl_in_typeContext) RIGHT_PAREN ¶
func (s *Func_decl_in_typeContext) RIGHT_PAREN() antlr.TerminalNode
func (*Func_decl_in_typeContext) SEMICOLON ¶
func (s *Func_decl_in_typeContext) SEMICOLON() antlr.TerminalNode
func (*Func_decl_in_typeContext) Seq_of_declare_specs ¶
func (s *Func_decl_in_typeContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Func_decl_in_typeContext) ToStringTree ¶
func (s *Func_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Func_decl_in_typeContext) Type_elements_parameter ¶
func (s *Func_decl_in_typeContext) Type_elements_parameter(i int) IType_elements_parameterContext
func (*Func_decl_in_typeContext) Type_spec ¶
func (s *Func_decl_in_typeContext) Type_spec() IType_specContext
type Function_argumentContext ¶
type Function_argumentContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_argumentContext ¶
func NewEmptyFunction_argumentContext() *Function_argumentContext
func NewFunction_argumentContext ¶
func NewFunction_argumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_argumentContext
func (*Function_argumentContext) AllArgument ¶
func (s *Function_argumentContext) AllArgument() []IArgumentContext
func (*Function_argumentContext) AllCOMMA ¶
func (s *Function_argumentContext) AllCOMMA() []antlr.TerminalNode
func (*Function_argumentContext) Argument ¶
func (s *Function_argumentContext) Argument(i int) IArgumentContext
func (*Function_argumentContext) COMMA ¶
func (s *Function_argumentContext) COMMA(i int) antlr.TerminalNode
func (*Function_argumentContext) EnterRule ¶
func (s *Function_argumentContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_argumentContext) ExitRule ¶
func (s *Function_argumentContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_argumentContext) GetParser ¶
func (s *Function_argumentContext) GetParser() antlr.Parser
func (*Function_argumentContext) GetRuleContext ¶
func (s *Function_argumentContext) GetRuleContext() antlr.RuleContext
func (*Function_argumentContext) IsFunction_argumentContext ¶
func (*Function_argumentContext) IsFunction_argumentContext()
func (*Function_argumentContext) Keep_clause ¶
func (s *Function_argumentContext) Keep_clause() IKeep_clauseContext
func (*Function_argumentContext) LEFT_PAREN ¶
func (s *Function_argumentContext) LEFT_PAREN() antlr.TerminalNode
func (*Function_argumentContext) RIGHT_PAREN ¶
func (s *Function_argumentContext) RIGHT_PAREN() antlr.TerminalNode
func (*Function_argumentContext) ToStringTree ¶
func (s *Function_argumentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Function_argument_analyticContext ¶
type Function_argument_analyticContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_argument_analyticContext ¶
func NewEmptyFunction_argument_analyticContext() *Function_argument_analyticContext
func NewFunction_argument_analyticContext ¶
func NewFunction_argument_analyticContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_argument_analyticContext
func (*Function_argument_analyticContext) AllArgument ¶
func (s *Function_argument_analyticContext) AllArgument() []IArgumentContext
func (*Function_argument_analyticContext) AllCOMMA ¶
func (s *Function_argument_analyticContext) AllCOMMA() []antlr.TerminalNode
func (*Function_argument_analyticContext) AllRespect_or_ignore_nulls ¶
func (s *Function_argument_analyticContext) AllRespect_or_ignore_nulls() []IRespect_or_ignore_nullsContext
func (*Function_argument_analyticContext) Argument ¶
func (s *Function_argument_analyticContext) Argument(i int) IArgumentContext
func (*Function_argument_analyticContext) COMMA ¶
func (s *Function_argument_analyticContext) COMMA(i int) antlr.TerminalNode
func (*Function_argument_analyticContext) EnterRule ¶
func (s *Function_argument_analyticContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_argument_analyticContext) ExitRule ¶
func (s *Function_argument_analyticContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_argument_analyticContext) GetParser ¶
func (s *Function_argument_analyticContext) GetParser() antlr.Parser
func (*Function_argument_analyticContext) GetRuleContext ¶
func (s *Function_argument_analyticContext) GetRuleContext() antlr.RuleContext
func (*Function_argument_analyticContext) IsFunction_argument_analyticContext ¶
func (*Function_argument_analyticContext) IsFunction_argument_analyticContext()
func (*Function_argument_analyticContext) Keep_clause ¶
func (s *Function_argument_analyticContext) Keep_clause() IKeep_clauseContext
func (*Function_argument_analyticContext) LEFT_PAREN ¶
func (s *Function_argument_analyticContext) LEFT_PAREN() antlr.TerminalNode
func (*Function_argument_analyticContext) RIGHT_PAREN ¶
func (s *Function_argument_analyticContext) RIGHT_PAREN() antlr.TerminalNode
func (*Function_argument_analyticContext) Respect_or_ignore_nulls ¶
func (s *Function_argument_analyticContext) Respect_or_ignore_nulls(i int) IRespect_or_ignore_nullsContext
func (*Function_argument_analyticContext) ToStringTree ¶
func (s *Function_argument_analyticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Function_argument_modelingContext ¶
type Function_argument_modelingContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_argument_modelingContext ¶
func NewEmptyFunction_argument_modelingContext() *Function_argument_modelingContext
func NewFunction_argument_modelingContext ¶
func NewFunction_argument_modelingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_argument_modelingContext
func (*Function_argument_modelingContext) ASTERISK ¶
func (s *Function_argument_modelingContext) ASTERISK() antlr.TerminalNode
func (*Function_argument_modelingContext) AllCOMMA ¶
func (s *Function_argument_modelingContext) AllCOMMA() []antlr.TerminalNode
func (*Function_argument_modelingContext) AllColumn_alias ¶
func (s *Function_argument_modelingContext) AllColumn_alias() []IColumn_aliasContext
func (*Function_argument_modelingContext) AllExpression ¶
func (s *Function_argument_modelingContext) AllExpression() []IExpressionContext
func (*Function_argument_modelingContext) AllNULL_ ¶
func (s *Function_argument_modelingContext) AllNULL_() []antlr.TerminalNode
func (*Function_argument_modelingContext) AllNumeric ¶
func (s *Function_argument_modelingContext) AllNumeric() []INumericContext
func (*Function_argument_modelingContext) COMMA ¶
func (s *Function_argument_modelingContext) COMMA(i int) antlr.TerminalNode
func (*Function_argument_modelingContext) Column_alias ¶
func (s *Function_argument_modelingContext) Column_alias(i int) IColumn_aliasContext
func (*Function_argument_modelingContext) Column_name ¶
func (s *Function_argument_modelingContext) Column_name() IColumn_nameContext
func (*Function_argument_modelingContext) EnterRule ¶
func (s *Function_argument_modelingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_argument_modelingContext) ExitRule ¶
func (s *Function_argument_modelingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_argument_modelingContext) Expression ¶
func (s *Function_argument_modelingContext) Expression(i int) IExpressionContext
func (*Function_argument_modelingContext) GetParser ¶
func (s *Function_argument_modelingContext) GetParser() antlr.Parser
func (*Function_argument_modelingContext) GetRuleContext ¶
func (s *Function_argument_modelingContext) GetRuleContext() antlr.RuleContext
func (*Function_argument_modelingContext) IsFunction_argument_modelingContext ¶
func (*Function_argument_modelingContext) IsFunction_argument_modelingContext()
func (*Function_argument_modelingContext) Keep_clause ¶
func (s *Function_argument_modelingContext) Keep_clause() IKeep_clauseContext
func (*Function_argument_modelingContext) LEFT_PAREN ¶
func (s *Function_argument_modelingContext) LEFT_PAREN() antlr.TerminalNode
func (*Function_argument_modelingContext) NULL_ ¶
func (s *Function_argument_modelingContext) NULL_(i int) antlr.TerminalNode
func (*Function_argument_modelingContext) Numeric ¶
func (s *Function_argument_modelingContext) Numeric(i int) INumericContext
func (*Function_argument_modelingContext) PERIOD ¶
func (s *Function_argument_modelingContext) PERIOD() antlr.TerminalNode
func (*Function_argument_modelingContext) RIGHT_PAREN ¶
func (s *Function_argument_modelingContext) RIGHT_PAREN() antlr.TerminalNode
func (*Function_argument_modelingContext) Tableview_name ¶
func (s *Function_argument_modelingContext) Tableview_name() ITableview_nameContext
func (*Function_argument_modelingContext) ToStringTree ¶
func (s *Function_argument_modelingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Function_argument_modelingContext) USING ¶
func (s *Function_argument_modelingContext) USING() antlr.TerminalNode
type Function_associationContext ¶
type Function_associationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_associationContext ¶
func NewEmptyFunction_associationContext() *Function_associationContext
func NewFunction_associationContext ¶
func NewFunction_associationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_associationContext
func (*Function_associationContext) AllCOMMA ¶
func (s *Function_associationContext) AllCOMMA() []antlr.TerminalNode
func (*Function_associationContext) AllFunction_name ¶
func (s *Function_associationContext) AllFunction_name() []IFunction_nameContext
func (*Function_associationContext) AllIndex_name ¶
func (s *Function_associationContext) AllIndex_name() []IIndex_nameContext
func (*Function_associationContext) AllIndextype_name ¶
func (s *Function_associationContext) AllIndextype_name() []IIndextype_nameContext
func (*Function_associationContext) AllPackage_name ¶
func (s *Function_associationContext) AllPackage_name() []IPackage_nameContext
func (*Function_associationContext) AllType_name ¶
func (s *Function_associationContext) AllType_name() []IType_nameContext
func (*Function_associationContext) COMMA ¶
func (s *Function_associationContext) COMMA(i int) antlr.TerminalNode
func (*Function_associationContext) Default_cost_clause ¶
func (s *Function_associationContext) Default_cost_clause() IDefault_cost_clauseContext
func (*Function_associationContext) Default_selectivity_clause ¶
func (s *Function_associationContext) Default_selectivity_clause() IDefault_selectivity_clauseContext
func (*Function_associationContext) EnterRule ¶
func (s *Function_associationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_associationContext) ExitRule ¶
func (s *Function_associationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_associationContext) FUNCTIONS ¶
func (s *Function_associationContext) FUNCTIONS() antlr.TerminalNode
func (*Function_associationContext) Function_name ¶
func (s *Function_associationContext) Function_name(i int) IFunction_nameContext
func (*Function_associationContext) GetParser ¶
func (s *Function_associationContext) GetParser() antlr.Parser
func (*Function_associationContext) GetRuleContext ¶
func (s *Function_associationContext) GetRuleContext() antlr.RuleContext
func (*Function_associationContext) INDEXES ¶
func (s *Function_associationContext) INDEXES() antlr.TerminalNode
func (*Function_associationContext) INDEXTYPES ¶
func (s *Function_associationContext) INDEXTYPES() antlr.TerminalNode
func (*Function_associationContext) Index_name ¶
func (s *Function_associationContext) Index_name(i int) IIndex_nameContext
func (*Function_associationContext) Indextype_name ¶
func (s *Function_associationContext) Indextype_name(i int) IIndextype_nameContext
func (*Function_associationContext) IsFunction_associationContext ¶
func (*Function_associationContext) IsFunction_associationContext()
func (*Function_associationContext) PACKAGES ¶
func (s *Function_associationContext) PACKAGES() antlr.TerminalNode
func (*Function_associationContext) Package_name ¶
func (s *Function_associationContext) Package_name(i int) IPackage_nameContext
func (*Function_associationContext) TYPES ¶
func (s *Function_associationContext) TYPES() antlr.TerminalNode
func (*Function_associationContext) ToStringTree ¶
func (s *Function_associationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Function_associationContext) Type_name ¶
func (s *Function_associationContext) Type_name(i int) IType_nameContext
func (*Function_associationContext) Using_statistics_type ¶
func (s *Function_associationContext) Using_statistics_type() IUsing_statistics_typeContext
type Function_bodyContext ¶
type Function_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_bodyContext ¶
func NewEmptyFunction_bodyContext() *Function_bodyContext
func NewFunction_bodyContext ¶
func NewFunction_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_bodyContext
func (*Function_bodyContext) AGGREGATE ¶
func (s *Function_bodyContext) AGGREGATE() antlr.TerminalNode
func (*Function_bodyContext) AS ¶
func (s *Function_bodyContext) AS() antlr.TerminalNode
func (*Function_bodyContext) AllCOMMA ¶
func (s *Function_bodyContext) AllCOMMA() []antlr.TerminalNode
func (*Function_bodyContext) AllDETERMINISTIC ¶
func (s *Function_bodyContext) AllDETERMINISTIC() []antlr.TerminalNode
func (*Function_bodyContext) AllInvoker_rights_clause ¶
func (s *Function_bodyContext) AllInvoker_rights_clause() []IInvoker_rights_clauseContext
func (*Function_bodyContext) AllParallel_enable_clause ¶
func (s *Function_bodyContext) AllParallel_enable_clause() []IParallel_enable_clauseContext
func (*Function_bodyContext) AllParameter ¶
func (s *Function_bodyContext) AllParameter() []IParameterContext
func (*Function_bodyContext) AllResult_cache_clause ¶
func (s *Function_bodyContext) AllResult_cache_clause() []IResult_cache_clauseContext
func (*Function_bodyContext) Body ¶
func (s *Function_bodyContext) Body() IBodyContext
func (*Function_bodyContext) COMMA ¶
func (s *Function_bodyContext) COMMA(i int) antlr.TerminalNode
func (*Function_bodyContext) Call_spec ¶
func (s *Function_bodyContext) Call_spec() ICall_specContext
func (*Function_bodyContext) DECLARE ¶
func (s *Function_bodyContext) DECLARE() antlr.TerminalNode
func (*Function_bodyContext) DETERMINISTIC ¶
func (s *Function_bodyContext) DETERMINISTIC(i int) antlr.TerminalNode
func (*Function_bodyContext) EnterRule ¶
func (s *Function_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_bodyContext) ExitRule ¶
func (s *Function_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_bodyContext) FUNCTION ¶
func (s *Function_bodyContext) FUNCTION() antlr.TerminalNode
func (*Function_bodyContext) GetParser ¶
func (s *Function_bodyContext) GetParser() antlr.Parser
func (*Function_bodyContext) GetRuleContext ¶
func (s *Function_bodyContext) GetRuleContext() antlr.RuleContext
func (*Function_bodyContext) IS ¶
func (s *Function_bodyContext) IS() antlr.TerminalNode
func (*Function_bodyContext) Identifier ¶
func (s *Function_bodyContext) Identifier() IIdentifierContext
func (*Function_bodyContext) Implementation_type_name ¶
func (s *Function_bodyContext) Implementation_type_name() IImplementation_type_nameContext
func (*Function_bodyContext) Invoker_rights_clause ¶
func (s *Function_bodyContext) Invoker_rights_clause(i int) IInvoker_rights_clauseContext
func (*Function_bodyContext) IsFunction_bodyContext ¶
func (*Function_bodyContext) IsFunction_bodyContext()
func (*Function_bodyContext) LEFT_PAREN ¶
func (s *Function_bodyContext) LEFT_PAREN() antlr.TerminalNode
func (*Function_bodyContext) PIPELINED ¶
func (s *Function_bodyContext) PIPELINED() antlr.TerminalNode
func (*Function_bodyContext) Parallel_enable_clause ¶
func (s *Function_bodyContext) Parallel_enable_clause(i int) IParallel_enable_clauseContext
func (*Function_bodyContext) Parameter ¶
func (s *Function_bodyContext) Parameter(i int) IParameterContext
func (*Function_bodyContext) RETURN ¶
func (s *Function_bodyContext) RETURN() antlr.TerminalNode
func (*Function_bodyContext) RIGHT_PAREN ¶
func (s *Function_bodyContext) RIGHT_PAREN() antlr.TerminalNode
func (*Function_bodyContext) Result_cache_clause ¶
func (s *Function_bodyContext) Result_cache_clause(i int) IResult_cache_clauseContext
func (*Function_bodyContext) SEMICOLON ¶
func (s *Function_bodyContext) SEMICOLON() antlr.TerminalNode
func (*Function_bodyContext) Seq_of_declare_specs ¶
func (s *Function_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Function_bodyContext) ToStringTree ¶
func (s *Function_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Function_bodyContext) Type_spec ¶
func (s *Function_bodyContext) Type_spec() IType_specContext
func (*Function_bodyContext) USING ¶
func (s *Function_bodyContext) USING() antlr.TerminalNode
type Function_callContext ¶
type Function_callContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_callContext ¶
func NewEmptyFunction_callContext() *Function_callContext
func NewFunction_callContext ¶
func NewFunction_callContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_callContext
func (*Function_callContext) CALL ¶
func (s *Function_callContext) CALL() antlr.TerminalNode
func (*Function_callContext) EnterRule ¶
func (s *Function_callContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_callContext) ExitRule ¶
func (s *Function_callContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_callContext) Function_argument ¶
func (s *Function_callContext) Function_argument() IFunction_argumentContext
func (*Function_callContext) GetParser ¶
func (s *Function_callContext) GetParser() antlr.Parser
func (*Function_callContext) GetRuleContext ¶
func (s *Function_callContext) GetRuleContext() antlr.RuleContext
func (*Function_callContext) IsFunction_callContext ¶
func (*Function_callContext) IsFunction_callContext()
func (*Function_callContext) Routine_name ¶
func (s *Function_callContext) Routine_name() IRoutine_nameContext
func (*Function_callContext) ToStringTree ¶
func (s *Function_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Function_nameContext ¶
type Function_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_nameContext ¶
func NewEmptyFunction_nameContext() *Function_nameContext
func NewFunction_nameContext ¶
func NewFunction_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_nameContext
func (*Function_nameContext) EnterRule ¶
func (s *Function_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_nameContext) ExitRule ¶
func (s *Function_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_nameContext) GetParser ¶
func (s *Function_nameContext) GetParser() antlr.Parser
func (*Function_nameContext) GetRuleContext ¶
func (s *Function_nameContext) GetRuleContext() antlr.RuleContext
func (*Function_nameContext) Id_expression ¶
func (s *Function_nameContext) Id_expression() IId_expressionContext
func (*Function_nameContext) Identifier ¶
func (s *Function_nameContext) Identifier() IIdentifierContext
func (*Function_nameContext) IsFunction_nameContext ¶
func (*Function_nameContext) IsFunction_nameContext()
func (*Function_nameContext) PERIOD ¶
func (s *Function_nameContext) PERIOD() antlr.TerminalNode
func (*Function_nameContext) ToStringTree ¶
func (s *Function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Function_specContext ¶
type Function_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyFunction_specContext ¶
func NewEmptyFunction_specContext() *Function_specContext
func NewFunction_specContext ¶
func NewFunction_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Function_specContext
func (*Function_specContext) AllCOMMA ¶
func (s *Function_specContext) AllCOMMA() []antlr.TerminalNode
func (*Function_specContext) AllParameter ¶
func (s *Function_specContext) AllParameter() []IParameterContext
func (*Function_specContext) COMMA ¶
func (s *Function_specContext) COMMA(i int) antlr.TerminalNode
func (*Function_specContext) DETERMINISTIC ¶
func (s *Function_specContext) DETERMINISTIC() antlr.TerminalNode
func (*Function_specContext) EnterRule ¶
func (s *Function_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Function_specContext) ExitRule ¶
func (s *Function_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Function_specContext) FUNCTION ¶
func (s *Function_specContext) FUNCTION() antlr.TerminalNode
func (*Function_specContext) GetParser ¶
func (s *Function_specContext) GetParser() antlr.Parser
func (*Function_specContext) GetRuleContext ¶
func (s *Function_specContext) GetRuleContext() antlr.RuleContext
func (*Function_specContext) Identifier ¶
func (s *Function_specContext) Identifier() IIdentifierContext
func (*Function_specContext) IsFunction_specContext ¶
func (*Function_specContext) IsFunction_specContext()
func (*Function_specContext) LEFT_PAREN ¶
func (s *Function_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Function_specContext) PIPELINED ¶
func (s *Function_specContext) PIPELINED() antlr.TerminalNode
func (*Function_specContext) Parameter ¶
func (s *Function_specContext) Parameter(i int) IParameterContext
func (*Function_specContext) RESULT_CACHE ¶
func (s *Function_specContext) RESULT_CACHE() antlr.TerminalNode
func (*Function_specContext) RETURN ¶
func (s *Function_specContext) RETURN() antlr.TerminalNode
func (*Function_specContext) RIGHT_PAREN ¶
func (s *Function_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Function_specContext) SEMICOLON ¶
func (s *Function_specContext) SEMICOLON() antlr.TerminalNode
func (*Function_specContext) ToStringTree ¶
func (s *Function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Function_specContext) Type_spec ¶
func (s *Function_specContext) Type_spec() IType_specContext
type General_elementContext ¶
type General_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGeneral_elementContext ¶
func NewEmptyGeneral_elementContext() *General_elementContext
func NewGeneral_elementContext ¶
func NewGeneral_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_elementContext
func (*General_elementContext) AllGeneral_element_part ¶
func (s *General_elementContext) AllGeneral_element_part() []IGeneral_element_partContext
func (*General_elementContext) AllPERIOD ¶
func (s *General_elementContext) AllPERIOD() []antlr.TerminalNode
func (*General_elementContext) EnterRule ¶
func (s *General_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*General_elementContext) ExitRule ¶
func (s *General_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*General_elementContext) General_element_part ¶
func (s *General_elementContext) General_element_part(i int) IGeneral_element_partContext
func (*General_elementContext) GetParser ¶
func (s *General_elementContext) GetParser() antlr.Parser
func (*General_elementContext) GetRuleContext ¶
func (s *General_elementContext) GetRuleContext() antlr.RuleContext
func (*General_elementContext) IsGeneral_elementContext ¶
func (*General_elementContext) IsGeneral_elementContext()
func (*General_elementContext) PERIOD ¶
func (s *General_elementContext) PERIOD(i int) antlr.TerminalNode
func (*General_elementContext) ToStringTree ¶
func (s *General_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type General_element_partContext ¶
type General_element_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGeneral_element_partContext ¶
func NewEmptyGeneral_element_partContext() *General_element_partContext
func NewGeneral_element_partContext ¶
func NewGeneral_element_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_element_partContext
func (*General_element_partContext) AT_SIGN ¶
func (s *General_element_partContext) AT_SIGN() antlr.TerminalNode
func (*General_element_partContext) AllId_expression ¶
func (s *General_element_partContext) AllId_expression() []IId_expressionContext
func (*General_element_partContext) AllPERIOD ¶
func (s *General_element_partContext) AllPERIOD() []antlr.TerminalNode
func (*General_element_partContext) Char_set_name ¶
func (s *General_element_partContext) Char_set_name() IChar_set_nameContext
func (*General_element_partContext) EnterRule ¶
func (s *General_element_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*General_element_partContext) ExitRule ¶
func (s *General_element_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*General_element_partContext) Function_argument ¶
func (s *General_element_partContext) Function_argument() IFunction_argumentContext
func (*General_element_partContext) GetParser ¶
func (s *General_element_partContext) GetParser() antlr.Parser
func (*General_element_partContext) GetRuleContext ¶
func (s *General_element_partContext) GetRuleContext() antlr.RuleContext
func (*General_element_partContext) INTRODUCER ¶
func (s *General_element_partContext) INTRODUCER() antlr.TerminalNode
func (*General_element_partContext) Id_expression ¶
func (s *General_element_partContext) Id_expression(i int) IId_expressionContext
func (*General_element_partContext) IsGeneral_element_partContext ¶
func (*General_element_partContext) IsGeneral_element_partContext()
func (*General_element_partContext) Link_name ¶
func (s *General_element_partContext) Link_name() ILink_nameContext
func (*General_element_partContext) PERIOD ¶
func (s *General_element_partContext) PERIOD(i int) antlr.TerminalNode
func (*General_element_partContext) ToStringTree ¶
func (s *General_element_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type General_recoveryContext ¶
type General_recoveryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGeneral_recoveryContext ¶
func NewEmptyGeneral_recoveryContext() *General_recoveryContext
func NewGeneral_recoveryContext ¶
func NewGeneral_recoveryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_recoveryContext
func (*General_recoveryContext) ALLOW ¶
func (s *General_recoveryContext) ALLOW(i int) antlr.TerminalNode
func (*General_recoveryContext) AUTOMATIC ¶
func (s *General_recoveryContext) AUTOMATIC() antlr.TerminalNode
func (*General_recoveryContext) AllALLOW ¶
func (s *General_recoveryContext) AllALLOW() []antlr.TerminalNode
func (*General_recoveryContext) AllCHAR_STRING ¶
func (s *General_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
func (*General_recoveryContext) AllCORRUPTION ¶
func (s *General_recoveryContext) AllCORRUPTION() []antlr.TerminalNode
func (*General_recoveryContext) AllParallel_clause ¶
func (s *General_recoveryContext) AllParallel_clause() []IParallel_clauseContext
func (*General_recoveryContext) AllTEST ¶
func (s *General_recoveryContext) AllTEST() []antlr.TerminalNode
func (*General_recoveryContext) AllUNSIGNED_INTEGER ¶
func (s *General_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*General_recoveryContext) CANCEL ¶
func (s *General_recoveryContext) CANCEL() antlr.TerminalNode
func (*General_recoveryContext) CHAR_STRING ¶
func (s *General_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
func (*General_recoveryContext) CONTINUE ¶
func (s *General_recoveryContext) CONTINUE() antlr.TerminalNode
func (*General_recoveryContext) CORRUPTION ¶
func (s *General_recoveryContext) CORRUPTION(i int) antlr.TerminalNode
func (*General_recoveryContext) DEFAULT ¶
func (s *General_recoveryContext) DEFAULT() antlr.TerminalNode
func (*General_recoveryContext) EnterRule ¶
func (s *General_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
func (*General_recoveryContext) ExitRule ¶
func (s *General_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
func (*General_recoveryContext) FROM ¶
func (s *General_recoveryContext) FROM() antlr.TerminalNode
func (*General_recoveryContext) Full_database_recovery ¶
func (s *General_recoveryContext) Full_database_recovery() IFull_database_recoveryContext
func (*General_recoveryContext) GetParser ¶
func (s *General_recoveryContext) GetParser() antlr.Parser
func (*General_recoveryContext) GetRuleContext ¶
func (s *General_recoveryContext) GetRuleContext() antlr.RuleContext
func (*General_recoveryContext) IsGeneral_recoveryContext ¶
func (*General_recoveryContext) IsGeneral_recoveryContext()
func (*General_recoveryContext) LOGFILE ¶
func (s *General_recoveryContext) LOGFILE() antlr.TerminalNode
func (*General_recoveryContext) Parallel_clause ¶
func (s *General_recoveryContext) Parallel_clause(i int) IParallel_clauseContext
func (*General_recoveryContext) Partial_database_recovery ¶
func (s *General_recoveryContext) Partial_database_recovery() IPartial_database_recoveryContext
func (*General_recoveryContext) RECOVER ¶
func (s *General_recoveryContext) RECOVER() antlr.TerminalNode
func (*General_recoveryContext) TEST ¶
func (s *General_recoveryContext) TEST(i int) antlr.TerminalNode
func (*General_recoveryContext) ToStringTree ¶
func (s *General_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*General_recoveryContext) UNSIGNED_INTEGER ¶
func (s *General_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type General_table_refContext ¶
type General_table_refContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGeneral_table_refContext ¶
func NewEmptyGeneral_table_refContext() *General_table_refContext
func NewGeneral_table_refContext ¶
func NewGeneral_table_refContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *General_table_refContext
func (*General_table_refContext) Dml_table_expression_clause ¶
func (s *General_table_refContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
func (*General_table_refContext) EnterRule ¶
func (s *General_table_refContext) EnterRule(listener antlr.ParseTreeListener)
func (*General_table_refContext) ExitRule ¶
func (s *General_table_refContext) ExitRule(listener antlr.ParseTreeListener)
func (*General_table_refContext) GetParser ¶
func (s *General_table_refContext) GetParser() antlr.Parser
func (*General_table_refContext) GetRuleContext ¶
func (s *General_table_refContext) GetRuleContext() antlr.RuleContext
func (*General_table_refContext) IsGeneral_table_refContext ¶
func (*General_table_refContext) IsGeneral_table_refContext()
func (*General_table_refContext) LEFT_PAREN ¶
func (s *General_table_refContext) LEFT_PAREN() antlr.TerminalNode
func (*General_table_refContext) ONLY ¶
func (s *General_table_refContext) ONLY() antlr.TerminalNode
func (*General_table_refContext) RIGHT_PAREN ¶
func (s *General_table_refContext) RIGHT_PAREN() antlr.TerminalNode
func (*General_table_refContext) Table_alias ¶
func (s *General_table_refContext) Table_alias() ITable_aliasContext
func (*General_table_refContext) ToStringTree ¶
func (s *General_table_refContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Global_partitioned_indexContext ¶
type Global_partitioned_indexContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGlobal_partitioned_indexContext ¶
func NewEmptyGlobal_partitioned_indexContext() *Global_partitioned_indexContext
func NewGlobal_partitioned_indexContext ¶
func NewGlobal_partitioned_indexContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Global_partitioned_indexContext
func (*Global_partitioned_indexContext) AllCOMMA ¶
func (s *Global_partitioned_indexContext) AllCOMMA() []antlr.TerminalNode
func (*Global_partitioned_indexContext) AllColumn_name ¶
func (s *Global_partitioned_indexContext) AllColumn_name() []IColumn_nameContext
func (*Global_partitioned_indexContext) AllLEFT_PAREN ¶
func (s *Global_partitioned_indexContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Global_partitioned_indexContext) AllRIGHT_PAREN ¶
func (s *Global_partitioned_indexContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Global_partitioned_indexContext) BY ¶
func (s *Global_partitioned_indexContext) BY() antlr.TerminalNode
func (*Global_partitioned_indexContext) COMMA ¶
func (s *Global_partitioned_indexContext) COMMA(i int) antlr.TerminalNode
func (*Global_partitioned_indexContext) Column_name ¶
func (s *Global_partitioned_indexContext) Column_name(i int) IColumn_nameContext
func (*Global_partitioned_indexContext) EnterRule ¶
func (s *Global_partitioned_indexContext) EnterRule(listener antlr.ParseTreeListener)
func (*Global_partitioned_indexContext) ExitRule ¶
func (s *Global_partitioned_indexContext) ExitRule(listener antlr.ParseTreeListener)
func (*Global_partitioned_indexContext) GLOBAL ¶
func (s *Global_partitioned_indexContext) GLOBAL() antlr.TerminalNode
func (*Global_partitioned_indexContext) GetParser ¶
func (s *Global_partitioned_indexContext) GetParser() antlr.Parser
func (*Global_partitioned_indexContext) GetRuleContext ¶
func (s *Global_partitioned_indexContext) GetRuleContext() antlr.RuleContext
func (*Global_partitioned_indexContext) HASH ¶
func (s *Global_partitioned_indexContext) HASH() antlr.TerminalNode
func (*Global_partitioned_indexContext) Hash_partitions_by_quantity ¶
func (s *Global_partitioned_indexContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
func (*Global_partitioned_indexContext) Index_partitioning_clause ¶
func (s *Global_partitioned_indexContext) Index_partitioning_clause() IIndex_partitioning_clauseContext
func (*Global_partitioned_indexContext) Individual_hash_partitions ¶
func (s *Global_partitioned_indexContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
func (*Global_partitioned_indexContext) IsGlobal_partitioned_indexContext ¶
func (*Global_partitioned_indexContext) IsGlobal_partitioned_indexContext()
func (*Global_partitioned_indexContext) LEFT_PAREN ¶
func (s *Global_partitioned_indexContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Global_partitioned_indexContext) PARTITION ¶
func (s *Global_partitioned_indexContext) PARTITION() antlr.TerminalNode
func (*Global_partitioned_indexContext) RANGE ¶
func (s *Global_partitioned_indexContext) RANGE() antlr.TerminalNode
func (*Global_partitioned_indexContext) RIGHT_PAREN ¶
func (s *Global_partitioned_indexContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Global_partitioned_indexContext) ToStringTree ¶
func (s *Global_partitioned_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Goto_statementContext ¶
type Goto_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGoto_statementContext ¶
func NewEmptyGoto_statementContext() *Goto_statementContext
func NewGoto_statementContext ¶
func NewGoto_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Goto_statementContext
func (*Goto_statementContext) EnterRule ¶
func (s *Goto_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Goto_statementContext) ExitRule ¶
func (s *Goto_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Goto_statementContext) GOTO ¶
func (s *Goto_statementContext) GOTO() antlr.TerminalNode
func (*Goto_statementContext) GetParser ¶
func (s *Goto_statementContext) GetParser() antlr.Parser
func (*Goto_statementContext) GetRuleContext ¶
func (s *Goto_statementContext) GetRuleContext() antlr.RuleContext
func (*Goto_statementContext) IsGoto_statementContext ¶
func (*Goto_statementContext) IsGoto_statementContext()
func (*Goto_statementContext) Label_name ¶
func (s *Goto_statementContext) Label_name() ILabel_nameContext
func (*Goto_statementContext) ToStringTree ¶
func (s *Goto_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Grant_object_nameContext ¶
type Grant_object_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGrant_object_nameContext ¶
func NewEmptyGrant_object_nameContext() *Grant_object_nameContext
func NewGrant_object_nameContext ¶
func NewGrant_object_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Grant_object_nameContext
func (*Grant_object_nameContext) AllCOMMA ¶
func (s *Grant_object_nameContext) AllCOMMA() []antlr.TerminalNode
func (*Grant_object_nameContext) AllUser_object_name ¶
func (s *Grant_object_nameContext) AllUser_object_name() []IUser_object_nameContext
func (*Grant_object_nameContext) COMMA ¶
func (s *Grant_object_nameContext) COMMA(i int) antlr.TerminalNode
func (*Grant_object_nameContext) DIRECTORY ¶
func (s *Grant_object_nameContext) DIRECTORY() antlr.TerminalNode
func (*Grant_object_nameContext) Dir_object_name ¶
func (s *Grant_object_nameContext) Dir_object_name() IDir_object_nameContext
func (*Grant_object_nameContext) EDITION ¶
func (s *Grant_object_nameContext) EDITION() antlr.TerminalNode
func (*Grant_object_nameContext) EnterRule ¶
func (s *Grant_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Grant_object_nameContext) ExitRule ¶
func (s *Grant_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Grant_object_nameContext) GetParser ¶
func (s *Grant_object_nameContext) GetParser() antlr.Parser
func (*Grant_object_nameContext) GetRuleContext ¶
func (s *Grant_object_nameContext) GetRuleContext() antlr.RuleContext
func (*Grant_object_nameContext) IsGrant_object_nameContext ¶
func (*Grant_object_nameContext) IsGrant_object_nameContext()
func (*Grant_object_nameContext) JAVA ¶
func (s *Grant_object_nameContext) JAVA() antlr.TerminalNode
func (*Grant_object_nameContext) MINING ¶
func (s *Grant_object_nameContext) MINING() antlr.TerminalNode
func (*Grant_object_nameContext) MODEL ¶
func (s *Grant_object_nameContext) MODEL() antlr.TerminalNode
func (*Grant_object_nameContext) PROFILE ¶
func (s *Grant_object_nameContext) PROFILE() antlr.TerminalNode
func (*Grant_object_nameContext) RESOURCE ¶
func (s *Grant_object_nameContext) RESOURCE() antlr.TerminalNode
func (*Grant_object_nameContext) SOURCE ¶
func (s *Grant_object_nameContext) SOURCE() antlr.TerminalNode
func (*Grant_object_nameContext) SQL ¶
func (s *Grant_object_nameContext) SQL() antlr.TerminalNode
func (*Grant_object_nameContext) Schema_object_name ¶
func (s *Grant_object_nameContext) Schema_object_name() ISchema_object_nameContext
func (*Grant_object_nameContext) TRANSLATION ¶
func (s *Grant_object_nameContext) TRANSLATION() antlr.TerminalNode
func (*Grant_object_nameContext) Tableview_name ¶
func (s *Grant_object_nameContext) Tableview_name() ITableview_nameContext
func (*Grant_object_nameContext) ToStringTree ¶
func (s *Grant_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Grant_object_nameContext) USER ¶
func (s *Grant_object_nameContext) USER() antlr.TerminalNode
func (*Grant_object_nameContext) User_object_name ¶
func (s *Grant_object_nameContext) User_object_name(i int) IUser_object_nameContext
type Grant_statementContext ¶
type Grant_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGrant_statementContext ¶
func NewEmptyGrant_statementContext() *Grant_statementContext
func NewGrant_statementContext ¶
func NewGrant_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Grant_statementContext
func (*Grant_statementContext) ADMIN ¶
func (s *Grant_statementContext) ADMIN() antlr.TerminalNode
func (*Grant_statementContext) AllCOMMA ¶
func (s *Grant_statementContext) AllCOMMA() []antlr.TerminalNode
func (*Grant_statementContext) AllGRANT ¶
func (s *Grant_statementContext) AllGRANT() []antlr.TerminalNode
func (*Grant_statementContext) AllGrantee_name ¶
func (s *Grant_statementContext) AllGrantee_name() []IGrantee_nameContext
func (*Grant_statementContext) AllOPTION ¶
func (s *Grant_statementContext) AllOPTION() []antlr.TerminalNode
func (*Grant_statementContext) AllObject_privilege ¶
func (s *Grant_statementContext) AllObject_privilege() []IObject_privilegeContext
func (*Grant_statementContext) AllPUBLIC ¶
func (s *Grant_statementContext) AllPUBLIC() []antlr.TerminalNode
func (*Grant_statementContext) AllParen_column_list ¶
func (s *Grant_statementContext) AllParen_column_list() []IParen_column_listContext
func (*Grant_statementContext) AllRole_name ¶
func (s *Grant_statementContext) AllRole_name() []IRole_nameContext
func (*Grant_statementContext) AllSystem_privilege ¶
func (s *Grant_statementContext) AllSystem_privilege() []ISystem_privilegeContext
func (*Grant_statementContext) AllWITH ¶
func (s *Grant_statementContext) AllWITH() []antlr.TerminalNode
func (*Grant_statementContext) COMMA ¶
func (s *Grant_statementContext) COMMA(i int) antlr.TerminalNode
func (*Grant_statementContext) Container_clause ¶
func (s *Grant_statementContext) Container_clause() IContainer_clauseContext
func (*Grant_statementContext) DELEGATE ¶
func (s *Grant_statementContext) DELEGATE() antlr.TerminalNode
func (*Grant_statementContext) EnterRule ¶
func (s *Grant_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Grant_statementContext) ExitRule ¶
func (s *Grant_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Grant_statementContext) GRANT ¶
func (s *Grant_statementContext) GRANT(i int) antlr.TerminalNode
func (*Grant_statementContext) GetParser ¶
func (s *Grant_statementContext) GetParser() antlr.Parser
func (*Grant_statementContext) GetRuleContext ¶
func (s *Grant_statementContext) GetRuleContext() antlr.RuleContext
func (*Grant_statementContext) Grant_object_name ¶
func (s *Grant_statementContext) Grant_object_name() IGrant_object_nameContext
func (*Grant_statementContext) Grantee_name ¶
func (s *Grant_statementContext) Grantee_name(i int) IGrantee_nameContext
func (*Grant_statementContext) HIERARCHY ¶
func (s *Grant_statementContext) HIERARCHY() antlr.TerminalNode
func (*Grant_statementContext) IsGrant_statementContext ¶
func (*Grant_statementContext) IsGrant_statementContext()
func (*Grant_statementContext) ON ¶
func (s *Grant_statementContext) ON() antlr.TerminalNode
func (*Grant_statementContext) OPTION ¶
func (s *Grant_statementContext) OPTION(i int) antlr.TerminalNode
func (*Grant_statementContext) Object_privilege ¶
func (s *Grant_statementContext) Object_privilege(i int) IObject_privilegeContext
func (*Grant_statementContext) PUBLIC ¶
func (s *Grant_statementContext) PUBLIC(i int) antlr.TerminalNode
func (*Grant_statementContext) Paren_column_list ¶
func (s *Grant_statementContext) Paren_column_list(i int) IParen_column_listContext
func (*Grant_statementContext) Role_name ¶
func (s *Grant_statementContext) Role_name(i int) IRole_nameContext
func (*Grant_statementContext) SEMICOLON ¶
func (s *Grant_statementContext) SEMICOLON() antlr.TerminalNode
func (*Grant_statementContext) System_privilege ¶
func (s *Grant_statementContext) System_privilege(i int) ISystem_privilegeContext
func (*Grant_statementContext) TO ¶
func (s *Grant_statementContext) TO() antlr.TerminalNode
func (*Grant_statementContext) ToStringTree ¶
func (s *Grant_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Grant_statementContext) WITH ¶
func (s *Grant_statementContext) WITH(i int) antlr.TerminalNode
type Grantee_nameContext ¶
type Grantee_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGrantee_nameContext ¶
func NewEmptyGrantee_nameContext() *Grantee_nameContext
func NewGrantee_nameContext ¶
func NewGrantee_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Grantee_nameContext
func (*Grantee_nameContext) EnterRule ¶
func (s *Grantee_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Grantee_nameContext) ExitRule ¶
func (s *Grantee_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Grantee_nameContext) GetParser ¶
func (s *Grantee_nameContext) GetParser() antlr.Parser
func (*Grantee_nameContext) GetRuleContext ¶
func (s *Grantee_nameContext) GetRuleContext() antlr.RuleContext
func (*Grantee_nameContext) Id_expression ¶
func (s *Grantee_nameContext) Id_expression() IId_expressionContext
func (*Grantee_nameContext) Identified_by ¶
func (s *Grantee_nameContext) Identified_by() IIdentified_byContext
func (*Grantee_nameContext) IsGrantee_nameContext ¶
func (*Grantee_nameContext) IsGrantee_nameContext()
func (*Grantee_nameContext) ToStringTree ¶
func (s *Grantee_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Group_by_clauseContext ¶
type Group_by_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGroup_by_clauseContext ¶
func NewEmptyGroup_by_clauseContext() *Group_by_clauseContext
func NewGroup_by_clauseContext ¶
func NewGroup_by_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Group_by_clauseContext
func (*Group_by_clauseContext) AllCOMMA ¶
func (s *Group_by_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Group_by_clauseContext) AllGroup_by_elements ¶
func (s *Group_by_clauseContext) AllGroup_by_elements() []IGroup_by_elementsContext
func (*Group_by_clauseContext) BY ¶
func (s *Group_by_clauseContext) BY() antlr.TerminalNode
func (*Group_by_clauseContext) COMMA ¶
func (s *Group_by_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Group_by_clauseContext) EnterRule ¶
func (s *Group_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Group_by_clauseContext) ExitRule ¶
func (s *Group_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Group_by_clauseContext) GROUP ¶
func (s *Group_by_clauseContext) GROUP() antlr.TerminalNode
func (*Group_by_clauseContext) GetParser ¶
func (s *Group_by_clauseContext) GetParser() antlr.Parser
func (*Group_by_clauseContext) GetRuleContext ¶
func (s *Group_by_clauseContext) GetRuleContext() antlr.RuleContext
func (*Group_by_clauseContext) Group_by_elements ¶
func (s *Group_by_clauseContext) Group_by_elements(i int) IGroup_by_elementsContext
func (*Group_by_clauseContext) Having_clause ¶
func (s *Group_by_clauseContext) Having_clause() IHaving_clauseContext
func (*Group_by_clauseContext) IsGroup_by_clauseContext ¶
func (*Group_by_clauseContext) IsGroup_by_clauseContext()
func (*Group_by_clauseContext) ToStringTree ¶
func (s *Group_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Group_by_elementsContext ¶
type Group_by_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGroup_by_elementsContext ¶
func NewEmptyGroup_by_elementsContext() *Group_by_elementsContext
func NewGroup_by_elementsContext ¶
func NewGroup_by_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Group_by_elementsContext
func (*Group_by_elementsContext) EnterRule ¶
func (s *Group_by_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Group_by_elementsContext) ExitRule ¶
func (s *Group_by_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Group_by_elementsContext) Expression ¶
func (s *Group_by_elementsContext) Expression() IExpressionContext
func (*Group_by_elementsContext) GetParser ¶
func (s *Group_by_elementsContext) GetParser() antlr.Parser
func (*Group_by_elementsContext) GetRuleContext ¶
func (s *Group_by_elementsContext) GetRuleContext() antlr.RuleContext
func (*Group_by_elementsContext) Grouping_sets_clause ¶
func (s *Group_by_elementsContext) Grouping_sets_clause() IGrouping_sets_clauseContext
func (*Group_by_elementsContext) IsGroup_by_elementsContext ¶
func (*Group_by_elementsContext) IsGroup_by_elementsContext()
func (*Group_by_elementsContext) Rollup_cube_clause ¶
func (s *Group_by_elementsContext) Rollup_cube_clause() IRollup_cube_clauseContext
func (*Group_by_elementsContext) ToStringTree ¶
func (s *Group_by_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Grouping_sets_clauseContext ¶
type Grouping_sets_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGrouping_sets_clauseContext ¶
func NewEmptyGrouping_sets_clauseContext() *Grouping_sets_clauseContext
func NewGrouping_sets_clauseContext ¶
func NewGrouping_sets_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Grouping_sets_clauseContext
func (*Grouping_sets_clauseContext) AllCOMMA ¶
func (s *Grouping_sets_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Grouping_sets_clauseContext) AllGrouping_sets_elements ¶
func (s *Grouping_sets_clauseContext) AllGrouping_sets_elements() []IGrouping_sets_elementsContext
func (*Grouping_sets_clauseContext) COMMA ¶
func (s *Grouping_sets_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Grouping_sets_clauseContext) EnterRule ¶
func (s *Grouping_sets_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Grouping_sets_clauseContext) ExitRule ¶
func (s *Grouping_sets_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Grouping_sets_clauseContext) GROUPING ¶
func (s *Grouping_sets_clauseContext) GROUPING() antlr.TerminalNode
func (*Grouping_sets_clauseContext) GetParser ¶
func (s *Grouping_sets_clauseContext) GetParser() antlr.Parser
func (*Grouping_sets_clauseContext) GetRuleContext ¶
func (s *Grouping_sets_clauseContext) GetRuleContext() antlr.RuleContext
func (*Grouping_sets_clauseContext) Grouping_sets_elements ¶
func (s *Grouping_sets_clauseContext) Grouping_sets_elements(i int) IGrouping_sets_elementsContext
func (*Grouping_sets_clauseContext) IsGrouping_sets_clauseContext ¶
func (*Grouping_sets_clauseContext) IsGrouping_sets_clauseContext()
func (*Grouping_sets_clauseContext) LEFT_PAREN ¶
func (s *Grouping_sets_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Grouping_sets_clauseContext) RIGHT_PAREN ¶
func (s *Grouping_sets_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Grouping_sets_clauseContext) SETS ¶
func (s *Grouping_sets_clauseContext) SETS() antlr.TerminalNode
func (*Grouping_sets_clauseContext) ToStringTree ¶
func (s *Grouping_sets_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Grouping_sets_elementsContext ¶
type Grouping_sets_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyGrouping_sets_elementsContext ¶
func NewEmptyGrouping_sets_elementsContext() *Grouping_sets_elementsContext
func NewGrouping_sets_elementsContext ¶
func NewGrouping_sets_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Grouping_sets_elementsContext
func (*Grouping_sets_elementsContext) EnterRule ¶
func (s *Grouping_sets_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Grouping_sets_elementsContext) ExitRule ¶
func (s *Grouping_sets_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Grouping_sets_elementsContext) Expression ¶
func (s *Grouping_sets_elementsContext) Expression() IExpressionContext
func (*Grouping_sets_elementsContext) Expressions ¶
func (s *Grouping_sets_elementsContext) Expressions() IExpressionsContext
func (*Grouping_sets_elementsContext) GetParser ¶
func (s *Grouping_sets_elementsContext) GetParser() antlr.Parser
func (*Grouping_sets_elementsContext) GetRuleContext ¶
func (s *Grouping_sets_elementsContext) GetRuleContext() antlr.RuleContext
func (*Grouping_sets_elementsContext) IsGrouping_sets_elementsContext ¶
func (*Grouping_sets_elementsContext) IsGrouping_sets_elementsContext()
func (*Grouping_sets_elementsContext) LEFT_PAREN ¶
func (s *Grouping_sets_elementsContext) LEFT_PAREN() antlr.TerminalNode
func (*Grouping_sets_elementsContext) RIGHT_PAREN ¶
func (s *Grouping_sets_elementsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Grouping_sets_elementsContext) Rollup_cube_clause ¶
func (s *Grouping_sets_elementsContext) Rollup_cube_clause() IRollup_cube_clauseContext
func (*Grouping_sets_elementsContext) ToStringTree ¶
func (s *Grouping_sets_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Hash_partition_quantityContext ¶
type Hash_partition_quantityContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHash_partition_quantityContext ¶
func NewEmptyHash_partition_quantityContext() *Hash_partition_quantityContext
func NewHash_partition_quantityContext ¶
func NewHash_partition_quantityContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hash_partition_quantityContext
func (*Hash_partition_quantityContext) EnterRule ¶
func (s *Hash_partition_quantityContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hash_partition_quantityContext) ExitRule ¶
func (s *Hash_partition_quantityContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hash_partition_quantityContext) GetParser ¶
func (s *Hash_partition_quantityContext) GetParser() antlr.Parser
func (*Hash_partition_quantityContext) GetRuleContext ¶
func (s *Hash_partition_quantityContext) GetRuleContext() antlr.RuleContext
func (*Hash_partition_quantityContext) IsHash_partition_quantityContext ¶
func (*Hash_partition_quantityContext) IsHash_partition_quantityContext()
func (*Hash_partition_quantityContext) ToStringTree ¶
func (s *Hash_partition_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Hash_partition_quantityContext) UNSIGNED_INTEGER ¶
func (s *Hash_partition_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Hash_partitionsContext ¶
type Hash_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHash_partitionsContext ¶
func NewEmptyHash_partitionsContext() *Hash_partitionsContext
func NewHash_partitionsContext ¶
func NewHash_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hash_partitionsContext
func (*Hash_partitionsContext) AllCOMMA ¶
func (s *Hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Hash_partitionsContext) AllColumn_name ¶
func (s *Hash_partitionsContext) AllColumn_name() []IColumn_nameContext
func (*Hash_partitionsContext) BY ¶
func (s *Hash_partitionsContext) BY() antlr.TerminalNode
func (*Hash_partitionsContext) COMMA ¶
func (s *Hash_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Hash_partitionsContext) Column_name ¶
func (s *Hash_partitionsContext) Column_name(i int) IColumn_nameContext
func (*Hash_partitionsContext) EnterRule ¶
func (s *Hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hash_partitionsContext) ExitRule ¶
func (s *Hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hash_partitionsContext) GetParser ¶
func (s *Hash_partitionsContext) GetParser() antlr.Parser
func (*Hash_partitionsContext) GetRuleContext ¶
func (s *Hash_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Hash_partitionsContext) HASH ¶
func (s *Hash_partitionsContext) HASH() antlr.TerminalNode
func (*Hash_partitionsContext) Hash_partitions_by_quantity ¶
func (s *Hash_partitionsContext) Hash_partitions_by_quantity() IHash_partitions_by_quantityContext
func (*Hash_partitionsContext) Individual_hash_partitions ¶
func (s *Hash_partitionsContext) Individual_hash_partitions() IIndividual_hash_partitionsContext
func (*Hash_partitionsContext) IsHash_partitionsContext ¶
func (*Hash_partitionsContext) IsHash_partitionsContext()
func (*Hash_partitionsContext) LEFT_PAREN ¶
func (s *Hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
func (*Hash_partitionsContext) PARTITION ¶
func (s *Hash_partitionsContext) PARTITION() antlr.TerminalNode
func (*Hash_partitionsContext) RIGHT_PAREN ¶
func (s *Hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Hash_partitionsContext) ToStringTree ¶
func (s *Hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Hash_partitions_by_quantityContext ¶
type Hash_partitions_by_quantityContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHash_partitions_by_quantityContext ¶
func NewEmptyHash_partitions_by_quantityContext() *Hash_partitions_by_quantityContext
func NewHash_partitions_by_quantityContext ¶
func NewHash_partitions_by_quantityContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hash_partitions_by_quantityContext
func (*Hash_partitions_by_quantityContext) AllCOMMA ¶
func (s *Hash_partitions_by_quantityContext) AllCOMMA() []antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) AllIN ¶
func (s *Hash_partitions_by_quantityContext) AllIN() []antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) AllLEFT_PAREN ¶
func (s *Hash_partitions_by_quantityContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) AllRIGHT_PAREN ¶
func (s *Hash_partitions_by_quantityContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) AllSTORE ¶
func (s *Hash_partitions_by_quantityContext) AllSTORE() []antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) AllTablespace ¶
func (s *Hash_partitions_by_quantityContext) AllTablespace() []ITablespaceContext
func (*Hash_partitions_by_quantityContext) COMMA ¶
func (s *Hash_partitions_by_quantityContext) COMMA(i int) antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) EnterRule ¶
func (s *Hash_partitions_by_quantityContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hash_partitions_by_quantityContext) ExitRule ¶
func (s *Hash_partitions_by_quantityContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hash_partitions_by_quantityContext) GetParser ¶
func (s *Hash_partitions_by_quantityContext) GetParser() antlr.Parser
func (*Hash_partitions_by_quantityContext) GetRuleContext ¶
func (s *Hash_partitions_by_quantityContext) GetRuleContext() antlr.RuleContext
func (*Hash_partitions_by_quantityContext) Hash_partition_quantity ¶
func (s *Hash_partitions_by_quantityContext) Hash_partition_quantity() IHash_partition_quantityContext
func (*Hash_partitions_by_quantityContext) IN ¶
func (s *Hash_partitions_by_quantityContext) IN(i int) antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) IsHash_partitions_by_quantityContext ¶
func (*Hash_partitions_by_quantityContext) IsHash_partitions_by_quantityContext()
func (*Hash_partitions_by_quantityContext) Key_compression ¶
func (s *Hash_partitions_by_quantityContext) Key_compression() IKey_compressionContext
func (*Hash_partitions_by_quantityContext) LEFT_PAREN ¶
func (s *Hash_partitions_by_quantityContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) OVERFLOW ¶
func (s *Hash_partitions_by_quantityContext) OVERFLOW() antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) PARTITIONS ¶
func (s *Hash_partitions_by_quantityContext) PARTITIONS() antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) RIGHT_PAREN ¶
func (s *Hash_partitions_by_quantityContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) STORE ¶
func (s *Hash_partitions_by_quantityContext) STORE(i int) antlr.TerminalNode
func (*Hash_partitions_by_quantityContext) Table_compression ¶
func (s *Hash_partitions_by_quantityContext) Table_compression() ITable_compressionContext
func (*Hash_partitions_by_quantityContext) Tablespace ¶
func (s *Hash_partitions_by_quantityContext) Tablespace(i int) ITablespaceContext
func (*Hash_partitions_by_quantityContext) ToStringTree ¶
func (s *Hash_partitions_by_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Hash_subpartition_quantityContext ¶
type Hash_subpartition_quantityContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHash_subpartition_quantityContext ¶
func NewEmptyHash_subpartition_quantityContext() *Hash_subpartition_quantityContext
func NewHash_subpartition_quantityContext ¶
func NewHash_subpartition_quantityContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hash_subpartition_quantityContext
func (*Hash_subpartition_quantityContext) EnterRule ¶
func (s *Hash_subpartition_quantityContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hash_subpartition_quantityContext) ExitRule ¶
func (s *Hash_subpartition_quantityContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hash_subpartition_quantityContext) GetParser ¶
func (s *Hash_subpartition_quantityContext) GetParser() antlr.Parser
func (*Hash_subpartition_quantityContext) GetRuleContext ¶
func (s *Hash_subpartition_quantityContext) GetRuleContext() antlr.RuleContext
func (*Hash_subpartition_quantityContext) IsHash_subpartition_quantityContext ¶
func (*Hash_subpartition_quantityContext) IsHash_subpartition_quantityContext()
func (*Hash_subpartition_quantityContext) ToStringTree ¶
func (s *Hash_subpartition_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Hash_subpartition_quantityContext) UNSIGNED_INTEGER ¶
func (s *Hash_subpartition_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Hash_subparts_by_quantityContext ¶
type Hash_subparts_by_quantityContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHash_subparts_by_quantityContext ¶
func NewEmptyHash_subparts_by_quantityContext() *Hash_subparts_by_quantityContext
func NewHash_subparts_by_quantityContext ¶
func NewHash_subparts_by_quantityContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hash_subparts_by_quantityContext
func (*Hash_subparts_by_quantityContext) AllCOMMA ¶
func (s *Hash_subparts_by_quantityContext) AllCOMMA() []antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) AllTablespace ¶
func (s *Hash_subparts_by_quantityContext) AllTablespace() []ITablespaceContext
func (*Hash_subparts_by_quantityContext) COMMA ¶
func (s *Hash_subparts_by_quantityContext) COMMA(i int) antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) EnterRule ¶
func (s *Hash_subparts_by_quantityContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hash_subparts_by_quantityContext) ExitRule ¶
func (s *Hash_subparts_by_quantityContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hash_subparts_by_quantityContext) GetParser ¶
func (s *Hash_subparts_by_quantityContext) GetParser() antlr.Parser
func (*Hash_subparts_by_quantityContext) GetRuleContext ¶
func (s *Hash_subparts_by_quantityContext) GetRuleContext() antlr.RuleContext
func (*Hash_subparts_by_quantityContext) IN ¶
func (s *Hash_subparts_by_quantityContext) IN() antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) IsHash_subparts_by_quantityContext ¶
func (*Hash_subparts_by_quantityContext) IsHash_subparts_by_quantityContext()
func (*Hash_subparts_by_quantityContext) LEFT_PAREN ¶
func (s *Hash_subparts_by_quantityContext) LEFT_PAREN() antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) RIGHT_PAREN ¶
func (s *Hash_subparts_by_quantityContext) RIGHT_PAREN() antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) STORE ¶
func (s *Hash_subparts_by_quantityContext) STORE() antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) SUBPARTITIONS ¶
func (s *Hash_subparts_by_quantityContext) SUBPARTITIONS() antlr.TerminalNode
func (*Hash_subparts_by_quantityContext) Tablespace ¶
func (s *Hash_subparts_by_quantityContext) Tablespace(i int) ITablespaceContext
func (*Hash_subparts_by_quantityContext) ToStringTree ¶
func (s *Hash_subparts_by_quantityContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Hash_subparts_by_quantityContext) UNSIGNED_INTEGER ¶
func (s *Hash_subparts_by_quantityContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Having_clauseContext ¶
type Having_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHaving_clauseContext ¶
func NewEmptyHaving_clauseContext() *Having_clauseContext
func NewHaving_clauseContext ¶
func NewHaving_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Having_clauseContext
func (*Having_clauseContext) Condition ¶
func (s *Having_clauseContext) Condition() IConditionContext
func (*Having_clauseContext) EnterRule ¶
func (s *Having_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Having_clauseContext) ExitRule ¶
func (s *Having_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Having_clauseContext) GetParser ¶
func (s *Having_clauseContext) GetParser() antlr.Parser
func (*Having_clauseContext) GetRuleContext ¶
func (s *Having_clauseContext) GetRuleContext() antlr.RuleContext
func (*Having_clauseContext) HAVING ¶
func (s *Having_clauseContext) HAVING() antlr.TerminalNode
func (*Having_clauseContext) IsHaving_clauseContext ¶
func (*Having_clauseContext) IsHaving_clauseContext()
func (*Having_clauseContext) ToStringTree ¶
func (s *Having_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Hierarchical_query_clauseContext ¶
type Hierarchical_query_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyHierarchical_query_clauseContext ¶
func NewEmptyHierarchical_query_clauseContext() *Hierarchical_query_clauseContext
func NewHierarchical_query_clauseContext ¶
func NewHierarchical_query_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Hierarchical_query_clauseContext
func (*Hierarchical_query_clauseContext) BY ¶
func (s *Hierarchical_query_clauseContext) BY() antlr.TerminalNode
func (*Hierarchical_query_clauseContext) CONNECT ¶
func (s *Hierarchical_query_clauseContext) CONNECT() antlr.TerminalNode
func (*Hierarchical_query_clauseContext) Condition ¶
func (s *Hierarchical_query_clauseContext) Condition() IConditionContext
func (*Hierarchical_query_clauseContext) EnterRule ¶
func (s *Hierarchical_query_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Hierarchical_query_clauseContext) ExitRule ¶
func (s *Hierarchical_query_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Hierarchical_query_clauseContext) GetParser ¶
func (s *Hierarchical_query_clauseContext) GetParser() antlr.Parser
func (*Hierarchical_query_clauseContext) GetRuleContext ¶
func (s *Hierarchical_query_clauseContext) GetRuleContext() antlr.RuleContext
func (*Hierarchical_query_clauseContext) IsHierarchical_query_clauseContext ¶
func (*Hierarchical_query_clauseContext) IsHierarchical_query_clauseContext()
func (*Hierarchical_query_clauseContext) NOCYCLE ¶
func (s *Hierarchical_query_clauseContext) NOCYCLE() antlr.TerminalNode
func (*Hierarchical_query_clauseContext) Start_part ¶
func (s *Hierarchical_query_clauseContext) Start_part() IStart_partContext
func (*Hierarchical_query_clauseContext) ToStringTree ¶
func (s *Hierarchical_query_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IActivate_standby_db_clauseContext ¶
type IActivate_standby_db_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsActivate_standby_db_clauseContext differentiates from other interfaces. IsActivate_standby_db_clauseContext() }
IActivate_standby_db_clauseContext is an interface to support dynamic dispatch.
type IAdd_column_clauseContext ¶
type IAdd_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_column_clauseContext differentiates from other interfaces. IsAdd_column_clauseContext() }
IAdd_column_clauseContext is an interface to support dynamic dispatch.
type IAdd_constraintContext ¶
type IAdd_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_constraintContext differentiates from other interfaces. IsAdd_constraintContext() }
IAdd_constraintContext is an interface to support dynamic dispatch.
type IAdd_constraint_clauseContext ¶
type IAdd_constraint_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_constraint_clauseContext differentiates from other interfaces. IsAdd_constraint_clauseContext() }
IAdd_constraint_clauseContext is an interface to support dynamic dispatch.
type IAdd_hash_index_partitionContext ¶
type IAdd_hash_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_hash_index_partitionContext differentiates from other interfaces. IsAdd_hash_index_partitionContext() }
IAdd_hash_index_partitionContext is an interface to support dynamic dispatch.
type IAdd_logfile_clausesContext ¶
type IAdd_logfile_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_logfile_clausesContext differentiates from other interfaces. IsAdd_logfile_clausesContext() }
IAdd_logfile_clausesContext is an interface to support dynamic dispatch.
type IAdd_modify_drop_column_clausesContext ¶
type IAdd_modify_drop_column_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_modify_drop_column_clausesContext differentiates from other interfaces. IsAdd_modify_drop_column_clausesContext() }
IAdd_modify_drop_column_clausesContext is an interface to support dynamic dispatch.
type IAdd_mv_log_column_clauseContext ¶
type IAdd_mv_log_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_mv_log_column_clauseContext differentiates from other interfaces. IsAdd_mv_log_column_clauseContext() }
IAdd_mv_log_column_clauseContext is an interface to support dynamic dispatch.
type IAdd_or_dropContext ¶
type IAdd_or_dropContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_or_dropContext differentiates from other interfaces. IsAdd_or_dropContext() }
IAdd_or_dropContext is an interface to support dynamic dispatch.
type IAdd_overflow_clauseContext ¶
type IAdd_overflow_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_overflow_clauseContext differentiates from other interfaces. IsAdd_overflow_clauseContext() }
IAdd_overflow_clauseContext is an interface to support dynamic dispatch.
type IAdd_rem_container_dataContext ¶
type IAdd_rem_container_dataContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAdd_rem_container_dataContext differentiates from other interfaces. IsAdd_rem_container_dataContext() }
IAdd_rem_container_dataContext is an interface to support dynamic dispatch.
type IAggregate_function_nameContext ¶
type IAggregate_function_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAggregate_function_nameContext differentiates from other interfaces. IsAggregate_function_nameContext() }
IAggregate_function_nameContext is an interface to support dynamic dispatch.
type IAllocate_extent_clauseContext ¶
type IAllocate_extent_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetDatafile returns the datafile token. GetDatafile() antlr.Token // GetInst_num returns the inst_num token. GetInst_num() antlr.Token // SetDatafile sets the datafile token. SetDatafile(antlr.Token) // SetInst_num sets the inst_num token. SetInst_num(antlr.Token) // IsAllocate_extent_clauseContext differentiates from other interfaces. IsAllocate_extent_clauseContext() }
IAllocate_extent_clauseContext is an interface to support dynamic dispatch.
type IAllow_or_disallowContext ¶
type IAllow_or_disallowContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAllow_or_disallowContext differentiates from other interfaces. IsAllow_or_disallowContext() }
IAllow_or_disallowContext is an interface to support dynamic dispatch.
type IAlter_attribute_definitionContext ¶
type IAlter_attribute_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_attribute_definitionContext differentiates from other interfaces. IsAlter_attribute_definitionContext() }
IAlter_attribute_definitionContext is an interface to support dynamic dispatch.
type IAlter_clusterContext ¶
type IAlter_clusterContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_clusterContext differentiates from other interfaces. IsAlter_clusterContext() }
IAlter_clusterContext is an interface to support dynamic dispatch.
type IAlter_collection_clausesContext ¶
type IAlter_collection_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_collection_clausesContext differentiates from other interfaces. IsAlter_collection_clausesContext() }
IAlter_collection_clausesContext is an interface to support dynamic dispatch.
type IAlter_databaseContext ¶
type IAlter_databaseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_databaseContext differentiates from other interfaces. IsAlter_databaseContext() }
IAlter_databaseContext is an interface to support dynamic dispatch.
type IAlter_datafile_clauseContext ¶
type IAlter_datafile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_datafile_clauseContext differentiates from other interfaces. IsAlter_datafile_clauseContext() }
IAlter_datafile_clauseContext is an interface to support dynamic dispatch.
type IAlter_functionContext ¶
type IAlter_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_functionContext differentiates from other interfaces. IsAlter_functionContext() }
IAlter_functionContext is an interface to support dynamic dispatch.
type IAlter_identified_byContext ¶
type IAlter_identified_byContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_identified_byContext differentiates from other interfaces. IsAlter_identified_byContext() }
IAlter_identified_byContext is an interface to support dynamic dispatch.
type IAlter_indexContext ¶
type IAlter_indexContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_indexContext differentiates from other interfaces. IsAlter_indexContext() }
IAlter_indexContext is an interface to support dynamic dispatch.
type IAlter_index_ops_set1Context ¶
type IAlter_index_ops_set1Context interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_index_ops_set1Context differentiates from other interfaces. IsAlter_index_ops_set1Context() }
IAlter_index_ops_set1Context is an interface to support dynamic dispatch.
type IAlter_index_ops_set2Context ¶
type IAlter_index_ops_set2Context interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_index_ops_set2Context differentiates from other interfaces. IsAlter_index_ops_set2Context() }
IAlter_index_ops_set2Context is an interface to support dynamic dispatch.
type IAlter_index_partitioningContext ¶
type IAlter_index_partitioningContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_index_partitioningContext differentiates from other interfaces. IsAlter_index_partitioningContext() }
IAlter_index_partitioningContext is an interface to support dynamic dispatch.
type IAlter_iot_clausesContext ¶
type IAlter_iot_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_iot_clausesContext differentiates from other interfaces. IsAlter_iot_clausesContext() }
IAlter_iot_clausesContext is an interface to support dynamic dispatch.
type IAlter_libraryContext ¶
type IAlter_libraryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_libraryContext differentiates from other interfaces. IsAlter_libraryContext() }
IAlter_libraryContext is an interface to support dynamic dispatch.
type IAlter_mapping_table_clauseContext ¶
type IAlter_mapping_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_mapping_table_clauseContext differentiates from other interfaces. IsAlter_mapping_table_clauseContext() }
IAlter_mapping_table_clauseContext is an interface to support dynamic dispatch.
type IAlter_materialized_viewContext ¶
type IAlter_materialized_viewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_materialized_viewContext differentiates from other interfaces. IsAlter_materialized_viewContext() }
IAlter_materialized_viewContext is an interface to support dynamic dispatch.
type IAlter_materialized_view_logContext ¶
type IAlter_materialized_view_logContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_materialized_view_logContext differentiates from other interfaces. IsAlter_materialized_view_logContext() }
IAlter_materialized_view_logContext is an interface to support dynamic dispatch.
type IAlter_method_elementContext ¶
type IAlter_method_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_method_elementContext differentiates from other interfaces. IsAlter_method_elementContext() }
IAlter_method_elementContext is an interface to support dynamic dispatch.
type IAlter_method_specContext ¶
type IAlter_method_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_method_specContext differentiates from other interfaces. IsAlter_method_specContext() }
IAlter_method_specContext is an interface to support dynamic dispatch.
type IAlter_mv_option1Context ¶
type IAlter_mv_option1Context interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_mv_option1Context differentiates from other interfaces. IsAlter_mv_option1Context() }
IAlter_mv_option1Context is an interface to support dynamic dispatch.
type IAlter_mv_refreshContext ¶
type IAlter_mv_refreshContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_mv_refreshContext differentiates from other interfaces. IsAlter_mv_refreshContext() }
IAlter_mv_refreshContext is an interface to support dynamic dispatch.
type IAlter_overflow_clauseContext ¶
type IAlter_overflow_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_overflow_clauseContext differentiates from other interfaces. IsAlter_overflow_clauseContext() }
IAlter_overflow_clauseContext is an interface to support dynamic dispatch.
type IAlter_packageContext ¶
type IAlter_packageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_packageContext differentiates from other interfaces. IsAlter_packageContext() }
IAlter_packageContext is an interface to support dynamic dispatch.
type IAlter_procedureContext ¶
type IAlter_procedureContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_procedureContext differentiates from other interfaces. IsAlter_procedureContext() }
IAlter_procedureContext is an interface to support dynamic dispatch.
type IAlter_sequenceContext ¶
type IAlter_sequenceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_sequenceContext differentiates from other interfaces. IsAlter_sequenceContext() }
IAlter_sequenceContext is an interface to support dynamic dispatch.
type IAlter_sessionContext ¶
type IAlter_sessionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_sessionContext differentiates from other interfaces. IsAlter_sessionContext() }
IAlter_sessionContext is an interface to support dynamic dispatch.
type IAlter_session_set_clauseContext ¶
type IAlter_session_set_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_session_set_clauseContext differentiates from other interfaces. IsAlter_session_set_clauseContext() }
IAlter_session_set_clauseContext is an interface to support dynamic dispatch.
type IAlter_tableContext ¶
type IAlter_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_tableContext differentiates from other interfaces. IsAlter_tableContext() }
IAlter_tableContext is an interface to support dynamic dispatch.
type IAlter_table_propertiesContext ¶
type IAlter_table_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_table_propertiesContext differentiates from other interfaces. IsAlter_table_propertiesContext() }
IAlter_table_propertiesContext is an interface to support dynamic dispatch.
type IAlter_table_properties_1Context ¶
type IAlter_table_properties_1Context interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_table_properties_1Context differentiates from other interfaces. IsAlter_table_properties_1Context() }
IAlter_table_properties_1Context is an interface to support dynamic dispatch.
type IAlter_tablespaceContext ¶
type IAlter_tablespaceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_tablespaceContext differentiates from other interfaces. IsAlter_tablespaceContext() }
IAlter_tablespaceContext is an interface to support dynamic dispatch.
type IAlter_tempfile_clauseContext ¶
type IAlter_tempfile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_tempfile_clauseContext differentiates from other interfaces. IsAlter_tempfile_clauseContext() }
IAlter_tempfile_clauseContext is an interface to support dynamic dispatch.
type IAlter_triggerContext ¶
type IAlter_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetAlter_trigger_name returns the alter_trigger_name rule contexts. GetAlter_trigger_name() ITrigger_nameContext // GetRename_trigger_name returns the rename_trigger_name rule contexts. GetRename_trigger_name() ITrigger_nameContext // SetAlter_trigger_name sets the alter_trigger_name rule contexts. SetAlter_trigger_name(ITrigger_nameContext) // SetRename_trigger_name sets the rename_trigger_name rule contexts. SetRename_trigger_name(ITrigger_nameContext) // IsAlter_triggerContext differentiates from other interfaces. IsAlter_triggerContext() }
IAlter_triggerContext is an interface to support dynamic dispatch.
type IAlter_typeContext ¶
type IAlter_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_typeContext differentiates from other interfaces. IsAlter_typeContext() }
IAlter_typeContext is an interface to support dynamic dispatch.
type IAlter_userContext ¶
type IAlter_userContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_userContext differentiates from other interfaces. IsAlter_userContext() }
IAlter_userContext is an interface to support dynamic dispatch.
type IAlter_user_editions_clauseContext ¶
type IAlter_user_editions_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_user_editions_clauseContext differentiates from other interfaces. IsAlter_user_editions_clauseContext() }
IAlter_user_editions_clauseContext is an interface to support dynamic dispatch.
type IAlter_varray_col_propertiesContext ¶
type IAlter_varray_col_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_varray_col_propertiesContext differentiates from other interfaces. IsAlter_varray_col_propertiesContext() }
IAlter_varray_col_propertiesContext is an interface to support dynamic dispatch.
type IAlter_viewContext ¶
type IAlter_viewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_viewContext differentiates from other interfaces. IsAlter_viewContext() }
IAlter_viewContext is an interface to support dynamic dispatch.
type IAlter_view_editionableContext ¶
type IAlter_view_editionableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAlter_view_editionableContext differentiates from other interfaces. IsAlter_view_editionableContext() }
IAlter_view_editionableContext is an interface to support dynamic dispatch.
type IAnalyzeContext ¶
type IAnalyzeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAnalyzeContext differentiates from other interfaces. IsAnalyzeContext() }
IAnalyzeContext is an interface to support dynamic dispatch.
type IAnonymous_blockContext ¶
type IAnonymous_blockContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAnonymous_blockContext differentiates from other interfaces. IsAnonymous_blockContext() }
IAnonymous_blockContext is an interface to support dynamic dispatch.
type IArgumentContext ¶
type IArgumentContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsArgumentContext differentiates from other interfaces. IsArgumentContext() }
IArgumentContext is an interface to support dynamic dispatch.
type IAssignment_statementContext ¶
type IAssignment_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAssignment_statementContext differentiates from other interfaces. IsAssignment_statementContext() }
IAssignment_statementContext is an interface to support dynamic dispatch.
type IAssociate_statisticsContext ¶
type IAssociate_statisticsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAssociate_statisticsContext differentiates from other interfaces. IsAssociate_statisticsContext() }
IAssociate_statisticsContext is an interface to support dynamic dispatch.
type IAtomContext ¶
type IAtomContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAtomContext differentiates from other interfaces. IsAtomContext() }
IAtomContext is an interface to support dynamic dispatch.
type IAttribute_definitionContext ¶
type IAttribute_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAttribute_definitionContext differentiates from other interfaces. IsAttribute_definitionContext() }
IAttribute_definitionContext is an interface to support dynamic dispatch.
type IAttribute_nameContext ¶
type IAttribute_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAttribute_nameContext differentiates from other interfaces. IsAttribute_nameContext() }
IAttribute_nameContext is an interface to support dynamic dispatch.
type IAudit_container_clauseContext ¶
type IAudit_container_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_container_clauseContext differentiates from other interfaces. IsAudit_container_clauseContext() }
IAudit_container_clauseContext is an interface to support dynamic dispatch.
type IAudit_direct_pathContext ¶
type IAudit_direct_pathContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_direct_pathContext differentiates from other interfaces. IsAudit_direct_pathContext() }
IAudit_direct_pathContext is an interface to support dynamic dispatch.
type IAudit_operation_clauseContext ¶
type IAudit_operation_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_operation_clauseContext differentiates from other interfaces. IsAudit_operation_clauseContext() }
IAudit_operation_clauseContext is an interface to support dynamic dispatch.
type IAudit_schema_object_clauseContext ¶
type IAudit_schema_object_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_schema_object_clauseContext differentiates from other interfaces. IsAudit_schema_object_clauseContext() }
IAudit_schema_object_clauseContext is an interface to support dynamic dispatch.
type IAudit_traditionalContext ¶
type IAudit_traditionalContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_traditionalContext differentiates from other interfaces. IsAudit_traditionalContext() }
IAudit_traditionalContext is an interface to support dynamic dispatch.
type IAudit_userContext ¶
type IAudit_userContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAudit_userContext differentiates from other interfaces. IsAudit_userContext() }
IAudit_userContext is an interface to support dynamic dispatch.
type IAuditing_by_clauseContext ¶
type IAuditing_by_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAuditing_by_clauseContext differentiates from other interfaces. IsAuditing_by_clauseContext() }
IAuditing_by_clauseContext is an interface to support dynamic dispatch.
type IAuditing_on_clauseContext ¶
type IAuditing_on_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAuditing_on_clauseContext differentiates from other interfaces. IsAuditing_on_clauseContext() }
IAuditing_on_clauseContext is an interface to support dynamic dispatch.
type IAutoextend_clauseContext ¶
type IAutoextend_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAutoextend_clauseContext differentiates from other interfaces. IsAutoextend_clauseContext() }
IAutoextend_clauseContext is an interface to support dynamic dispatch.
type IAutogenerated_sequence_definitionContext ¶
type IAutogenerated_sequence_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsAutogenerated_sequence_definitionContext differentiates from other interfaces. IsAutogenerated_sequence_definitionContext() }
IAutogenerated_sequence_definitionContext is an interface to support dynamic dispatch.
type IBegin_or_endContext ¶
type IBegin_or_endContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBegin_or_endContext differentiates from other interfaces. IsBegin_or_endContext() }
IBegin_or_endContext is an interface to support dynamic dispatch.
type IBetween_boundContext ¶
type IBetween_boundContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBetween_boundContext differentiates from other interfaces. IsBetween_boundContext() }
IBetween_boundContext is an interface to support dynamic dispatch.
type IBetween_elementsContext ¶
type IBetween_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBetween_elementsContext differentiates from other interfaces. IsBetween_elementsContext() }
IBetween_elementsContext is an interface to support dynamic dispatch.
type IBind_variableContext ¶
type IBind_variableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBind_variableContext differentiates from other interfaces. IsBind_variableContext() }
IBind_variableContext is an interface to support dynamic dispatch.
type IBitmap_join_index_clauseContext ¶
type IBitmap_join_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBitmap_join_index_clauseContext differentiates from other interfaces. IsBitmap_join_index_clauseContext() }
IBitmap_join_index_clauseContext is an interface to support dynamic dispatch.
type IBlockContext ¶
type IBlockContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBlockContext differentiates from other interfaces. IsBlockContext() }
IBlockContext is an interface to support dynamic dispatch.
type IBodyContext ¶
type IBodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBodyContext differentiates from other interfaces. IsBodyContext() }
IBodyContext is an interface to support dynamic dispatch.
type IBounds_clauseContext ¶
type IBounds_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBounds_clauseContext differentiates from other interfaces. IsBounds_clauseContext() }
IBounds_clauseContext is an interface to support dynamic dispatch.
type IBuild_clauseContext ¶
type IBuild_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsBuild_clauseContext differentiates from other interfaces. IsBuild_clauseContext() }
IBuild_clauseContext is an interface to support dynamic dispatch.
type IC_agent_in_clauseContext ¶
type IC_agent_in_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsC_agent_in_clauseContext differentiates from other interfaces. IsC_agent_in_clauseContext() }
IC_agent_in_clauseContext is an interface to support dynamic dispatch.
type IC_parameters_clauseContext ¶
type IC_parameters_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsC_parameters_clauseContext differentiates from other interfaces. IsC_parameters_clauseContext() }
IC_parameters_clauseContext is an interface to support dynamic dispatch.
type IC_specContext ¶
type IC_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsC_specContext differentiates from other interfaces. IsC_specContext() }
IC_specContext is an interface to support dynamic dispatch.
type ICache_or_nocacheContext ¶
type ICache_or_nocacheContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCache_or_nocacheContext differentiates from other interfaces. IsCache_or_nocacheContext() }
ICache_or_nocacheContext is an interface to support dynamic dispatch.
type ICall_specContext ¶
type ICall_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCall_specContext differentiates from other interfaces. IsCall_specContext() }
ICall_specContext is an interface to support dynamic dispatch.
type ICase_else_partContext ¶
type ICase_else_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCase_else_partContext differentiates from other interfaces. IsCase_else_partContext() }
ICase_else_partContext is an interface to support dynamic dispatch.
type ICase_statementContext ¶
type ICase_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCase_statementContext differentiates from other interfaces. IsCase_statementContext() }
ICase_statementContext is an interface to support dynamic dispatch.
type ICell_assignmentContext ¶
type ICell_assignmentContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCell_assignmentContext differentiates from other interfaces. IsCell_assignmentContext() }
ICell_assignmentContext is an interface to support dynamic dispatch.
type ICell_reference_optionsContext ¶
type ICell_reference_optionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCell_reference_optionsContext differentiates from other interfaces. IsCell_reference_optionsContext() }
ICell_reference_optionsContext is an interface to support dynamic dispatch.
type IChar_set_nameContext ¶
type IChar_set_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsChar_set_nameContext differentiates from other interfaces. IsChar_set_nameContext() }
IChar_set_nameContext is an interface to support dynamic dispatch.
type ICheck_constraintContext ¶
type ICheck_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCheck_constraintContext differentiates from other interfaces. IsCheck_constraintContext() }
ICheck_constraintContext is an interface to support dynamic dispatch.
type IClose_statementContext ¶
type IClose_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsClose_statementContext differentiates from other interfaces. IsClose_statementContext() }
IClose_statementContext is an interface to support dynamic dispatch.
type ICluster_index_clauseContext ¶
type ICluster_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCluster_index_clauseContext differentiates from other interfaces. IsCluster_index_clauseContext() }
ICluster_index_clauseContext is an interface to support dynamic dispatch.
type ICluster_nameContext ¶
type ICluster_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCluster_nameContext differentiates from other interfaces. IsCluster_nameContext() }
ICluster_nameContext is an interface to support dynamic dispatch.
type ICoalesce_index_partitionContext ¶
type ICoalesce_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCoalesce_index_partitionContext differentiates from other interfaces. IsCoalesce_index_partitionContext() }
ICoalesce_index_partitionContext is an interface to support dynamic dispatch.
type ICollect_order_by_partContext ¶
type ICollect_order_by_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCollect_order_by_partContext differentiates from other interfaces. IsCollect_order_by_partContext() }
ICollect_order_by_partContext is an interface to support dynamic dispatch.
type ICollection_itemContext ¶
type ICollection_itemContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCollection_itemContext differentiates from other interfaces. IsCollection_itemContext() }
ICollection_itemContext is an interface to support dynamic dispatch.
type ICollection_nameContext ¶
type ICollection_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCollection_nameContext differentiates from other interfaces. IsCollection_nameContext() }
ICollection_nameContext is an interface to support dynamic dispatch.
type IColumn_aliasContext ¶
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_associationContext ¶
type IColumn_associationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_associationContext differentiates from other interfaces. IsColumn_associationContext() }
IColumn_associationContext is an interface to support dynamic dispatch.
type IColumn_based_update_set_clauseContext ¶
type IColumn_based_update_set_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_based_update_set_clauseContext differentiates from other interfaces. IsColumn_based_update_set_clauseContext() }
IColumn_based_update_set_clauseContext is an interface to support dynamic dispatch.
type IColumn_clausesContext ¶
type IColumn_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_clausesContext differentiates from other interfaces. IsColumn_clausesContext() }
IColumn_clausesContext is an interface to support dynamic dispatch.
type IColumn_definitionContext ¶
type IColumn_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_definitionContext differentiates from other interfaces. IsColumn_definitionContext() }
IColumn_definitionContext is an interface to support dynamic dispatch.
type IColumn_listContext ¶
type IColumn_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_listContext differentiates from other interfaces. IsColumn_listContext() }
IColumn_listContext is an interface to support dynamic dispatch.
type IColumn_nameContext ¶
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_or_attributeContext ¶
type IColumn_or_attributeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_or_attributeContext differentiates from other interfaces. IsColumn_or_attributeContext() }
IColumn_or_attributeContext is an interface to support dynamic dispatch.
type IColumn_propertiesContext ¶
type IColumn_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsColumn_propertiesContext differentiates from other interfaces. IsColumn_propertiesContext() }
IColumn_propertiesContext is an interface to support dynamic dispatch.
type IComment_on_columnContext ¶
type IComment_on_columnContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsComment_on_columnContext differentiates from other interfaces. IsComment_on_columnContext() }
IComment_on_columnContext is an interface to support dynamic dispatch.
type IComment_on_tableContext ¶
type IComment_on_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsComment_on_tableContext differentiates from other interfaces. IsComment_on_tableContext() }
IComment_on_tableContext is an interface to support dynamic dispatch.
type ICommit_statementContext ¶
type ICommit_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCommit_statementContext differentiates from other interfaces. IsCommit_statementContext() }
ICommit_statementContext is an interface to support dynamic dispatch.
type ICommit_switchover_clauseContext ¶
type ICommit_switchover_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCommit_switchover_clauseContext differentiates from other interfaces. IsCommit_switchover_clauseContext() }
ICommit_switchover_clauseContext is an interface to support dynamic dispatch.
type ICompile_type_clauseContext ¶
type ICompile_type_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCompile_type_clauseContext differentiates from other interfaces. IsCompile_type_clauseContext() }
ICompile_type_clauseContext is an interface to support dynamic dispatch.
type ICompiler_parameters_clauseContext ¶
type ICompiler_parameters_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCompiler_parameters_clauseContext differentiates from other interfaces. IsCompiler_parameters_clauseContext() }
ICompiler_parameters_clauseContext is an interface to support dynamic dispatch.
type IComposite_hash_partitionsContext ¶
type IComposite_hash_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsComposite_hash_partitionsContext differentiates from other interfaces. IsComposite_hash_partitionsContext() }
IComposite_hash_partitionsContext is an interface to support dynamic dispatch.
type IComposite_list_partitionsContext ¶
type IComposite_list_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsComposite_list_partitionsContext differentiates from other interfaces. IsComposite_list_partitionsContext() }
IComposite_list_partitionsContext is an interface to support dynamic dispatch.
type IComposite_range_partitionsContext ¶
type IComposite_range_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsComposite_range_partitionsContext differentiates from other interfaces. IsComposite_range_partitionsContext() }
IComposite_range_partitionsContext is an interface to support dynamic dispatch.
type ICompound_dml_triggerContext ¶
type ICompound_dml_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCompound_dml_triggerContext differentiates from other interfaces. IsCompound_dml_triggerContext() }
ICompound_dml_triggerContext is an interface to support dynamic dispatch.
type ICompound_expressionContext ¶
type ICompound_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetLike_type returns the like_type token. GetLike_type() antlr.Token // SetLike_type sets the like_type token. SetLike_type(antlr.Token) // IsCompound_expressionContext differentiates from other interfaces. IsCompound_expressionContext() }
ICompound_expressionContext is an interface to support dynamic dispatch.
type ICompound_trigger_blockContext ¶
type ICompound_trigger_blockContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCompound_trigger_blockContext differentiates from other interfaces. IsCompound_trigger_blockContext() }
ICompound_trigger_blockContext is an interface to support dynamic dispatch.
type IConcatenationContext ¶
type IConcatenationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetOp returns the op token. GetOp() antlr.Token // SetOp sets the op token. SetOp(antlr.Token) // IsConcatenationContext differentiates from other interfaces. IsConcatenationContext() }
IConcatenationContext is an interface to support dynamic dispatch.
type IConditionContext ¶
type IConditionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConditionContext differentiates from other interfaces. IsConditionContext() }
IConditionContext is an interface to support dynamic dispatch.
type IConditional_insert_clauseContext ¶
type IConditional_insert_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConditional_insert_clauseContext differentiates from other interfaces. IsConditional_insert_clauseContext() }
IConditional_insert_clauseContext is an interface to support dynamic dispatch.
type IConditional_insert_else_partContext ¶
type IConditional_insert_else_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConditional_insert_else_partContext differentiates from other interfaces. IsConditional_insert_else_partContext() }
IConditional_insert_else_partContext is an interface to support dynamic dispatch.
type IConditional_insert_when_partContext ¶
type IConditional_insert_when_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConditional_insert_when_partContext differentiates from other interfaces. IsConditional_insert_when_partContext() }
IConditional_insert_when_partContext is an interface to support dynamic dispatch.
type IConstantContext ¶
type IConstantContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstantContext differentiates from other interfaces. IsConstantContext() }
IConstantContext is an interface to support dynamic dispatch.
type IConstraint_clausesContext ¶
type IConstraint_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstraint_clausesContext differentiates from other interfaces. IsConstraint_clausesContext() }
IConstraint_clausesContext is an interface to support dynamic dispatch.
type IConstraint_nameContext ¶
type IConstraint_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstraint_nameContext differentiates from other interfaces. IsConstraint_nameContext() }
IConstraint_nameContext is an interface to support dynamic dispatch.
type IConstraint_stateContext ¶
type IConstraint_stateContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstraint_stateContext differentiates from other interfaces. IsConstraint_stateContext() }
IConstraint_stateContext is an interface to support dynamic dispatch.
type IConstructor_declarationContext ¶
type IConstructor_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstructor_declarationContext differentiates from other interfaces. IsConstructor_declarationContext() }
IConstructor_declarationContext is an interface to support dynamic dispatch.
type IConstructor_specContext ¶
type IConstructor_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConstructor_specContext differentiates from other interfaces. IsConstructor_specContext() }
IConstructor_specContext is an interface to support dynamic dispatch.
type IContainer_clauseContext ¶
type IContainer_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsContainer_clauseContext differentiates from other interfaces. IsContainer_clauseContext() }
IContainer_clauseContext is an interface to support dynamic dispatch.
type IContainer_data_clauseContext ¶
type IContainer_data_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsContainer_data_clauseContext differentiates from other interfaces. IsContainer_data_clauseContext() }
IContainer_data_clauseContext is an interface to support dynamic dispatch.
type IContainer_namesContext ¶
type IContainer_namesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsContainer_namesContext differentiates from other interfaces. IsContainer_namesContext() }
IContainer_namesContext is an interface to support dynamic dispatch.
type IContainer_tableview_nameContext ¶
type IContainer_tableview_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsContainer_tableview_nameContext differentiates from other interfaces. IsContainer_tableview_nameContext() }
IContainer_tableview_nameContext is an interface to support dynamic dispatch.
type IContinue_statementContext ¶
type IContinue_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsContinue_statementContext differentiates from other interfaces. IsContinue_statementContext() }
IContinue_statementContext is an interface to support dynamic dispatch.
type IControlfile_clausesContext ¶
type IControlfile_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsControlfile_clausesContext differentiates from other interfaces. IsControlfile_clausesContext() }
IControlfile_clausesContext is an interface to support dynamic dispatch.
type IConvert_database_clauseContext ¶
type IConvert_database_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsConvert_database_clauseContext differentiates from other interfaces. IsConvert_database_clauseContext() }
IConvert_database_clauseContext is an interface to support dynamic dispatch.
type ICost_class_nameContext ¶
type ICost_class_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCost_class_nameContext differentiates from other interfaces. IsCost_class_nameContext() }
ICost_class_nameContext is an interface to support dynamic dispatch.
type ICost_matrix_clauseContext ¶
type ICost_matrix_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCost_matrix_clauseContext differentiates from other interfaces. IsCost_matrix_clauseContext() }
ICost_matrix_clauseContext is an interface to support dynamic dispatch.
type ICpu_costContext ¶
type ICpu_costContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCpu_costContext differentiates from other interfaces. IsCpu_costContext() }
ICpu_costContext is an interface to support dynamic dispatch.
type ICreate_clusterContext ¶
type ICreate_clusterContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_clusterContext differentiates from other interfaces. IsCreate_clusterContext() }
ICreate_clusterContext is an interface to support dynamic dispatch.
type ICreate_contextContext ¶
type ICreate_contextContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_contextContext differentiates from other interfaces. IsCreate_contextContext() }
ICreate_contextContext is an interface to support dynamic dispatch.
type ICreate_datafile_clauseContext ¶
type ICreate_datafile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_datafile_clauseContext differentiates from other interfaces. IsCreate_datafile_clauseContext() }
ICreate_datafile_clauseContext is an interface to support dynamic dispatch.
type ICreate_directoryContext ¶
type ICreate_directoryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_directoryContext differentiates from other interfaces. IsCreate_directoryContext() }
ICreate_directoryContext is an interface to support dynamic dispatch.
type ICreate_function_bodyContext ¶
type ICreate_function_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_function_bodyContext differentiates from other interfaces. IsCreate_function_bodyContext() }
ICreate_function_bodyContext is an interface to support dynamic dispatch.
type ICreate_indexContext ¶
type ICreate_indexContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_indexContext differentiates from other interfaces. IsCreate_indexContext() }
ICreate_indexContext is an interface to support dynamic dispatch.
type ICreate_materialized_viewContext ¶
type ICreate_materialized_viewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetMv_tablespace returns the mv_tablespace rule contexts. GetMv_tablespace() IId_expressionContext // SetMv_tablespace sets the mv_tablespace rule contexts. SetMv_tablespace(IId_expressionContext) // IsCreate_materialized_viewContext differentiates from other interfaces. IsCreate_materialized_viewContext() }
ICreate_materialized_viewContext is an interface to support dynamic dispatch.
type ICreate_materialized_view_logContext ¶
type ICreate_materialized_view_logContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetTablespace_name returns the tablespace_name rule contexts. GetTablespace_name() IId_expressionContext // SetTablespace_name sets the tablespace_name rule contexts. SetTablespace_name(IId_expressionContext) // IsCreate_materialized_view_logContext differentiates from other interfaces. IsCreate_materialized_view_logContext() }
ICreate_materialized_view_logContext is an interface to support dynamic dispatch.
type ICreate_mv_refreshContext ¶
type ICreate_mv_refreshContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetRb_segment returns the rb_segment token. GetRb_segment() antlr.Token // SetRb_segment sets the rb_segment token. SetRb_segment(antlr.Token) // IsCreate_mv_refreshContext differentiates from other interfaces. IsCreate_mv_refreshContext() }
ICreate_mv_refreshContext is an interface to support dynamic dispatch.
type ICreate_packageContext ¶
type ICreate_packageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_packageContext differentiates from other interfaces. IsCreate_packageContext() }
ICreate_packageContext is an interface to support dynamic dispatch.
type ICreate_package_bodyContext ¶
type ICreate_package_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_package_bodyContext differentiates from other interfaces. IsCreate_package_bodyContext() }
ICreate_package_bodyContext is an interface to support dynamic dispatch.
type ICreate_procedure_bodyContext ¶
type ICreate_procedure_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_procedure_bodyContext differentiates from other interfaces. IsCreate_procedure_bodyContext() }
ICreate_procedure_bodyContext is an interface to support dynamic dispatch.
type ICreate_sequenceContext ¶
type ICreate_sequenceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_sequenceContext differentiates from other interfaces. IsCreate_sequenceContext() }
ICreate_sequenceContext is an interface to support dynamic dispatch.
type ICreate_synonymContext ¶
type ICreate_synonymContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_synonymContext differentiates from other interfaces. IsCreate_synonymContext() }
ICreate_synonymContext is an interface to support dynamic dispatch.
type ICreate_tableContext ¶
type ICreate_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_tableContext differentiates from other interfaces. IsCreate_tableContext() }
ICreate_tableContext is an interface to support dynamic dispatch.
type ICreate_tablespaceContext ¶
type ICreate_tablespaceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_tablespaceContext differentiates from other interfaces. IsCreate_tablespaceContext() }
ICreate_tablespaceContext is an interface to support dynamic dispatch.
type ICreate_triggerContext ¶
type ICreate_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_triggerContext differentiates from other interfaces. IsCreate_triggerContext() }
ICreate_triggerContext is an interface to support dynamic dispatch.
type ICreate_typeContext ¶
type ICreate_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_typeContext differentiates from other interfaces. IsCreate_typeContext() }
ICreate_typeContext is an interface to support dynamic dispatch.
type ICreate_userContext ¶
type ICreate_userContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_userContext differentiates from other interfaces. IsCreate_userContext() }
ICreate_userContext is an interface to support dynamic dispatch.
type ICreate_viewContext ¶
type ICreate_viewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCreate_viewContext differentiates from other interfaces. IsCreate_viewContext() }
ICreate_viewContext is an interface to support dynamic dispatch.
type ICursor_declarationContext ¶
type ICursor_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCursor_declarationContext differentiates from other interfaces. IsCursor_declarationContext() }
ICursor_declarationContext is an interface to support dynamic dispatch.
type ICursor_expressionContext ¶
type ICursor_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCursor_expressionContext differentiates from other interfaces. IsCursor_expressionContext() }
ICursor_expressionContext is an interface to support dynamic dispatch.
type ICursor_loop_paramContext ¶
type ICursor_loop_paramContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetRange_separator returns the range_separator token. GetRange_separator() antlr.Token // SetRange_separator sets the range_separator token. SetRange_separator(antlr.Token) // IsCursor_loop_paramContext differentiates from other interfaces. IsCursor_loop_paramContext() }
ICursor_loop_paramContext is an interface to support dynamic dispatch.
type ICursor_manipulation_statementsContext ¶
type ICursor_manipulation_statementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCursor_manipulation_statementsContext differentiates from other interfaces. IsCursor_manipulation_statementsContext() }
ICursor_manipulation_statementsContext is an interface to support dynamic dispatch.
type ICursor_nameContext ¶
type ICursor_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCursor_nameContext differentiates from other interfaces. IsCursor_nameContext() }
ICursor_nameContext is an interface to support dynamic dispatch.
type ICycle_clauseContext ¶
type ICycle_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsCycle_clauseContext differentiates from other interfaces. IsCycle_clauseContext() }
ICycle_clauseContext is an interface to support dynamic dispatch.
type IData_manipulation_language_statementsContext ¶
type IData_manipulation_language_statementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsData_manipulation_language_statementsContext differentiates from other interfaces. IsData_manipulation_language_statementsContext() }
IData_manipulation_language_statementsContext is an interface to support dynamic dispatch.
type IDatabaseContext ¶
type IDatabaseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatabaseContext differentiates from other interfaces. IsDatabaseContext() }
IDatabaseContext is an interface to support dynamic dispatch.
type IDatabase_file_clausesContext ¶
type IDatabase_file_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatabase_file_clausesContext differentiates from other interfaces. IsDatabase_file_clausesContext() }
IDatabase_file_clausesContext is an interface to support dynamic dispatch.
type IDatabase_nameContext ¶
type IDatabase_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatabase_nameContext differentiates from other interfaces. IsDatabase_nameContext() }
IDatabase_nameContext is an interface to support dynamic dispatch.
type IDatafile_specificationContext ¶
type IDatafile_specificationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatafile_specificationContext differentiates from other interfaces. IsDatafile_specificationContext() }
IDatafile_specificationContext is an interface to support dynamic dispatch.
type IDatafile_tempfile_clausesContext ¶
type IDatafile_tempfile_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatafile_tempfile_clausesContext differentiates from other interfaces. IsDatafile_tempfile_clausesContext() }
IDatafile_tempfile_clausesContext is an interface to support dynamic dispatch.
type IDatafile_tempfile_specContext ¶
type IDatafile_tempfile_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatafile_tempfile_specContext differentiates from other interfaces. IsDatafile_tempfile_specContext() }
IDatafile_tempfile_specContext is an interface to support dynamic dispatch.
type IDatatypeContext ¶
type IDatatypeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatatypeContext differentiates from other interfaces. IsDatatypeContext() }
IDatatypeContext is an interface to support dynamic dispatch.
type IDatatype_null_enableContext ¶
type IDatatype_null_enableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatatype_null_enableContext differentiates from other interfaces. IsDatatype_null_enableContext() }
IDatatype_null_enableContext is an interface to support dynamic dispatch.
type IDatetime_exprContext ¶
type IDatetime_exprContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDatetime_exprContext differentiates from other interfaces. IsDatetime_exprContext() }
IDatetime_exprContext is an interface to support dynamic dispatch.
type IDb_nameContext ¶
type IDb_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDb_nameContext differentiates from other interfaces. IsDb_nameContext() }
IDb_nameContext is an interface to support dynamic dispatch.
type IDeallocate_unused_clauseContext ¶
type IDeallocate_unused_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDeallocate_unused_clauseContext differentiates from other interfaces. IsDeallocate_unused_clauseContext() }
IDeallocate_unused_clauseContext is an interface to support dynamic dispatch.
type IDeclare_specContext ¶
type IDeclare_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDeclare_specContext differentiates from other interfaces. IsDeclare_specContext() }
IDeclare_specContext is an interface to support dynamic dispatch.
type IDefault_cost_clauseContext ¶
type IDefault_cost_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDefault_cost_clauseContext differentiates from other interfaces. IsDefault_cost_clauseContext() }
IDefault_cost_clauseContext is an interface to support dynamic dispatch.
type IDefault_selectivityContext ¶
type IDefault_selectivityContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDefault_selectivityContext differentiates from other interfaces. IsDefault_selectivityContext() }
IDefault_selectivityContext is an interface to support dynamic dispatch.
type IDefault_selectivity_clauseContext ¶
type IDefault_selectivity_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDefault_selectivity_clauseContext differentiates from other interfaces. IsDefault_selectivity_clauseContext() }
IDefault_selectivity_clauseContext is an interface to support dynamic dispatch.
type IDefault_settings_clauseContext ¶
type IDefault_settings_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDefault_settings_clauseContext differentiates from other interfaces. IsDefault_settings_clauseContext() }
IDefault_settings_clauseContext is an interface to support dynamic dispatch.
type IDefault_value_partContext ¶
type IDefault_value_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDefault_value_partContext differentiates from other interfaces. IsDefault_value_partContext() }
IDefault_value_partContext is an interface to support dynamic dispatch.
type IDeferred_segment_creationContext ¶
type IDeferred_segment_creationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDeferred_segment_creationContext differentiates from other interfaces. IsDeferred_segment_creationContext() }
IDeferred_segment_creationContext is an interface to support dynamic dispatch.
type IDelete_statementContext ¶
type IDelete_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDelete_statementContext differentiates from other interfaces. IsDelete_statementContext() }
IDelete_statementContext is an interface to support dynamic dispatch.
type IDependent_exceptions_partContext ¶
type IDependent_exceptions_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDependent_exceptions_partContext differentiates from other interfaces. IsDependent_exceptions_partContext() }
IDependent_exceptions_partContext is an interface to support dynamic dispatch.
type IDependent_handling_clauseContext ¶
type IDependent_handling_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDependent_handling_clauseContext differentiates from other interfaces. IsDependent_handling_clauseContext() }
IDependent_handling_clauseContext is an interface to support dynamic dispatch.
type IDir_object_nameContext ¶
type IDir_object_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDir_object_nameContext differentiates from other interfaces. IsDir_object_nameContext() }
IDir_object_nameContext is an interface to support dynamic dispatch.
type IDirectory_nameContext ¶
type IDirectory_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDirectory_nameContext differentiates from other interfaces. IsDirectory_nameContext() }
IDirectory_nameContext is an interface to support dynamic dispatch.
type IDirectory_pathContext ¶
type IDirectory_pathContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDirectory_pathContext differentiates from other interfaces. IsDirectory_pathContext() }
IDirectory_pathContext is an interface to support dynamic dispatch.
type IDisable_constraintContext ¶
type IDisable_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDisable_constraintContext differentiates from other interfaces. IsDisable_constraintContext() }
IDisable_constraintContext is an interface to support dynamic dispatch.
type IDml_event_clauseContext ¶
type IDml_event_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDml_event_clauseContext differentiates from other interfaces. IsDml_event_clauseContext() }
IDml_event_clauseContext is an interface to support dynamic dispatch.
type IDml_event_elementContext ¶
type IDml_event_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDml_event_elementContext differentiates from other interfaces. IsDml_event_elementContext() }
IDml_event_elementContext is an interface to support dynamic dispatch.
type IDml_event_nested_clauseContext ¶
type IDml_event_nested_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDml_event_nested_clauseContext differentiates from other interfaces. IsDml_event_nested_clauseContext() }
IDml_event_nested_clauseContext is an interface to support dynamic dispatch.
type IDml_table_expression_clauseContext ¶
type IDml_table_expression_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDml_table_expression_clauseContext differentiates from other interfaces. IsDml_table_expression_clauseContext() }
IDml_table_expression_clauseContext is an interface to support dynamic dispatch.
type IDomainContext ¶
type IDomainContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDomainContext differentiates from other interfaces. IsDomainContext() }
IDomainContext is an interface to support dynamic dispatch.
type IDomain_index_clauseContext ¶
type IDomain_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDomain_index_clauseContext differentiates from other interfaces. IsDomain_index_clauseContext() }
IDomain_index_clauseContext is an interface to support dynamic dispatch.
type IDrop_column_clauseContext ¶
type IDrop_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_column_clauseContext differentiates from other interfaces. IsDrop_column_clauseContext() }
IDrop_column_clauseContext is an interface to support dynamic dispatch.
type IDrop_constraintContext ¶
type IDrop_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_constraintContext differentiates from other interfaces. IsDrop_constraintContext() }
IDrop_constraintContext is an interface to support dynamic dispatch.
type IDrop_constraint_clauseContext ¶
type IDrop_constraint_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_constraint_clauseContext differentiates from other interfaces. IsDrop_constraint_clauseContext() }
IDrop_constraint_clauseContext is an interface to support dynamic dispatch.
type IDrop_functionContext ¶
type IDrop_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_functionContext differentiates from other interfaces. IsDrop_functionContext() }
IDrop_functionContext is an interface to support dynamic dispatch.
type IDrop_indexContext ¶
type IDrop_indexContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_indexContext differentiates from other interfaces. IsDrop_indexContext() }
IDrop_indexContext is an interface to support dynamic dispatch.
type IDrop_index_partitionContext ¶
type IDrop_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_index_partitionContext differentiates from other interfaces. IsDrop_index_partitionContext() }
IDrop_index_partitionContext is an interface to support dynamic dispatch.
type IDrop_logfile_clausesContext ¶
type IDrop_logfile_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_logfile_clausesContext differentiates from other interfaces. IsDrop_logfile_clausesContext() }
IDrop_logfile_clausesContext is an interface to support dynamic dispatch.
type IDrop_packageContext ¶
type IDrop_packageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_packageContext differentiates from other interfaces. IsDrop_packageContext() }
IDrop_packageContext is an interface to support dynamic dispatch.
type IDrop_primary_key_or_unique_or_generic_clauseContext ¶
type IDrop_primary_key_or_unique_or_generic_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_primary_key_or_unique_or_generic_clauseContext differentiates from other interfaces. IsDrop_primary_key_or_unique_or_generic_clauseContext() }
IDrop_primary_key_or_unique_or_generic_clauseContext is an interface to support dynamic dispatch.
type IDrop_procedureContext ¶
type IDrop_procedureContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_procedureContext differentiates from other interfaces. IsDrop_procedureContext() }
IDrop_procedureContext is an interface to support dynamic dispatch.
type IDrop_sequenceContext ¶
type IDrop_sequenceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_sequenceContext differentiates from other interfaces. IsDrop_sequenceContext() }
IDrop_sequenceContext is an interface to support dynamic dispatch.
type IDrop_tableContext ¶
type IDrop_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_tableContext differentiates from other interfaces. IsDrop_tableContext() }
IDrop_tableContext is an interface to support dynamic dispatch.
type IDrop_triggerContext ¶
type IDrop_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_triggerContext differentiates from other interfaces. IsDrop_triggerContext() }
IDrop_triggerContext is an interface to support dynamic dispatch.
type IDrop_typeContext ¶
type IDrop_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_typeContext differentiates from other interfaces. IsDrop_typeContext() }
IDrop_typeContext is an interface to support dynamic dispatch.
type IDrop_viewContext ¶
type IDrop_viewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDrop_viewContext differentiates from other interfaces. IsDrop_viewContext() }
IDrop_viewContext is an interface to support dynamic dispatch.
type IDynamic_returning_clauseContext ¶
type IDynamic_returning_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsDynamic_returning_clauseContext differentiates from other interfaces. IsDynamic_returning_clauseContext() }
IDynamic_returning_clauseContext is an interface to support dynamic dispatch.
type IEdition_nameContext ¶
type IEdition_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEdition_nameContext differentiates from other interfaces. IsEdition_nameContext() }
IEdition_nameContext is an interface to support dynamic dispatch.
type IElement_specContext ¶
type IElement_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsElement_specContext differentiates from other interfaces. IsElement_specContext() }
IElement_specContext is an interface to support dynamic dispatch.
type IElement_spec_optionsContext ¶
type IElement_spec_optionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsElement_spec_optionsContext differentiates from other interfaces. IsElement_spec_optionsContext() }
IElement_spec_optionsContext is an interface to support dynamic dispatch.
type IElse_partContext ¶
type IElse_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsElse_partContext differentiates from other interfaces. IsElse_partContext() }
IElse_partContext is an interface to support dynamic dispatch.
type IElsif_partContext ¶
type IElsif_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsElsif_partContext differentiates from other interfaces. IsElsif_partContext() }
IElsif_partContext is an interface to support dynamic dispatch.
type IEnable_constraintContext ¶
type IEnable_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEnable_constraintContext differentiates from other interfaces. IsEnable_constraintContext() }
IEnable_constraintContext is an interface to support dynamic dispatch.
type IEnable_disable_clauseContext ¶
type IEnable_disable_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEnable_disable_clauseContext differentiates from other interfaces. IsEnable_disable_clauseContext() }
IEnable_disable_clauseContext is an interface to support dynamic dispatch.
type IEnable_or_disableContext ¶
type IEnable_or_disableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEnable_or_disableContext differentiates from other interfaces. IsEnable_or_disableContext() }
IEnable_or_disableContext is an interface to support dynamic dispatch.
type IEncryption_specContext ¶
type IEncryption_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEncryption_specContext differentiates from other interfaces. IsEncryption_specContext() }
IEncryption_specContext is an interface to support dynamic dispatch.
type IEnd_time_columnContext ¶
type IEnd_time_columnContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsEnd_time_columnContext differentiates from other interfaces. IsEnd_time_columnContext() }
IEnd_time_columnContext is an interface to support dynamic dispatch.
type IError_logging_clauseContext ¶
type IError_logging_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsError_logging_clauseContext differentiates from other interfaces. IsError_logging_clauseContext() }
IError_logging_clauseContext is an interface to support dynamic dispatch.
type IError_logging_into_partContext ¶
type IError_logging_into_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsError_logging_into_partContext differentiates from other interfaces. IsError_logging_into_partContext() }
IError_logging_into_partContext is an interface to support dynamic dispatch.
type IError_logging_reject_partContext ¶
type IError_logging_reject_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsError_logging_reject_partContext differentiates from other interfaces. IsError_logging_reject_partContext() }
IError_logging_reject_partContext is an interface to support dynamic dispatch.
type IException_declarationContext ¶
type IException_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsException_declarationContext differentiates from other interfaces. IsException_declarationContext() }
IException_declarationContext is an interface to support dynamic dispatch.
type IException_handlerContext ¶
type IException_handlerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsException_handlerContext differentiates from other interfaces. IsException_handlerContext() }
IException_handlerContext is an interface to support dynamic dispatch.
type IException_nameContext ¶
type IException_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsException_nameContext differentiates from other interfaces. IsException_nameContext() }
IException_nameContext is an interface to support dynamic dispatch.
type IExceptions_clauseContext ¶
type IExceptions_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExceptions_clauseContext differentiates from other interfaces. IsExceptions_clauseContext() }
IExceptions_clauseContext is an interface to support dynamic dispatch.
type IExecute_immediateContext ¶
type IExecute_immediateContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExecute_immediateContext differentiates from other interfaces. IsExecute_immediateContext() }
IExecute_immediateContext is an interface to support dynamic dispatch.
type IExit_statementContext ¶
type IExit_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExit_statementContext differentiates from other interfaces. IsExit_statementContext() }
IExit_statementContext is an interface to support dynamic dispatch.
type IExplain_statementContext ¶
type IExplain_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExplain_statementContext differentiates from other interfaces. IsExplain_statementContext() }
IExplain_statementContext is an interface to support dynamic dispatch.
type IExpressionContext ¶
type IExpressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExpressionContext differentiates from other interfaces. IsExpressionContext() }
IExpressionContext is an interface to support dynamic dispatch.
type IExpressionsContext ¶
type IExpressionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExpressionsContext differentiates from other interfaces. IsExpressionsContext() }
IExpressionsContext is an interface to support dynamic dispatch.
type IExtent_management_clauseContext ¶
type IExtent_management_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsExtent_management_clauseContext differentiates from other interfaces. IsExtent_management_clauseContext() }
IExtent_management_clauseContext is an interface to support dynamic dispatch.
type IFactoring_elementContext ¶
type IFactoring_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFactoring_elementContext differentiates from other interfaces. IsFactoring_elementContext() }
IFactoring_elementContext is an interface to support dynamic dispatch.
type IFetch_clauseContext ¶
type IFetch_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFetch_clauseContext differentiates from other interfaces. IsFetch_clauseContext() }
IFetch_clauseContext is an interface to support dynamic dispatch.
type IFetch_statementContext ¶
type IFetch_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetIt1 returns the it1 token. GetIt1() antlr.Token // SetIt1 sets the it1 token. SetIt1(antlr.Token) // IsFetch_statementContext differentiates from other interfaces. IsFetch_statementContext() }
IFetch_statementContext is an interface to support dynamic dispatch.
type IField_specContext ¶
type IField_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsField_specContext differentiates from other interfaces. IsField_specContext() }
IField_specContext is an interface to support dynamic dispatch.
type IFilenameContext ¶
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 IFilenumberContext ¶
type IFilenumberContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFilenumberContext differentiates from other interfaces. IsFilenumberContext() }
IFilenumberContext is an interface to support dynamic dispatch.
type IFlashback_archive_clauseContext ¶
type IFlashback_archive_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetFlashback_archive returns the flashback_archive token. GetFlashback_archive() antlr.Token // SetFlashback_archive sets the flashback_archive token. SetFlashback_archive(antlr.Token) // IsFlashback_archive_clauseContext differentiates from other interfaces. IsFlashback_archive_clauseContext() }
IFlashback_archive_clauseContext is an interface to support dynamic dispatch.
type IFlashback_mode_clauseContext ¶
type IFlashback_mode_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFlashback_mode_clauseContext differentiates from other interfaces. IsFlashback_mode_clauseContext() }
IFlashback_mode_clauseContext is an interface to support dynamic dispatch.
type IFlashback_query_clauseContext ¶
type IFlashback_query_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFlashback_query_clauseContext differentiates from other interfaces. IsFlashback_query_clauseContext() }
IFlashback_query_clauseContext is an interface to support dynamic dispatch.
type IFor_each_rowContext ¶
type IFor_each_rowContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFor_each_rowContext differentiates from other interfaces. IsFor_each_rowContext() }
IFor_each_rowContext is an interface to support dynamic dispatch.
type IFor_update_clauseContext ¶
type IFor_update_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFor_update_clauseContext differentiates from other interfaces. IsFor_update_clauseContext() }
IFor_update_clauseContext is an interface to support dynamic dispatch.
type IFor_update_of_partContext ¶
type IFor_update_of_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFor_update_of_partContext differentiates from other interfaces. IsFor_update_of_partContext() }
IFor_update_of_partContext is an interface to support dynamic dispatch.
type IFor_update_optionsContext ¶
type IFor_update_optionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFor_update_optionsContext differentiates from other interfaces. IsFor_update_optionsContext() }
IFor_update_optionsContext is an interface to support dynamic dispatch.
type IForall_statementContext ¶
type IForall_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsForall_statementContext differentiates from other interfaces. IsForall_statementContext() }
IForall_statementContext is an interface to support dynamic dispatch.
type IForeign_key_clauseContext ¶
type IForeign_key_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsForeign_key_clauseContext differentiates from other interfaces. IsForeign_key_clauseContext() }
IForeign_key_clauseContext is an interface to support dynamic dispatch.
type IFrom_clauseContext ¶
type IFrom_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFrom_clauseContext differentiates from other interfaces. IsFrom_clauseContext() }
IFrom_clauseContext is an interface to support dynamic dispatch.
type IFull_database_recoveryContext ¶
type IFull_database_recoveryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFull_database_recoveryContext differentiates from other interfaces. IsFull_database_recoveryContext() }
IFull_database_recoveryContext is an interface to support dynamic dispatch.
type IFunc_decl_in_typeContext ¶
type IFunc_decl_in_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunc_decl_in_typeContext differentiates from other interfaces. IsFunc_decl_in_typeContext() }
IFunc_decl_in_typeContext is an interface to support dynamic dispatch.
type IFunction_argumentContext ¶
type IFunction_argumentContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_argumentContext differentiates from other interfaces. IsFunction_argumentContext() }
IFunction_argumentContext is an interface to support dynamic dispatch.
type IFunction_argument_analyticContext ¶
type IFunction_argument_analyticContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_argument_analyticContext differentiates from other interfaces. IsFunction_argument_analyticContext() }
IFunction_argument_analyticContext is an interface to support dynamic dispatch.
type IFunction_argument_modelingContext ¶
type IFunction_argument_modelingContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_argument_modelingContext differentiates from other interfaces. IsFunction_argument_modelingContext() }
IFunction_argument_modelingContext is an interface to support dynamic dispatch.
type IFunction_associationContext ¶
type IFunction_associationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_associationContext differentiates from other interfaces. IsFunction_associationContext() }
IFunction_associationContext is an interface to support dynamic dispatch.
type IFunction_bodyContext ¶
type IFunction_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_bodyContext differentiates from other interfaces. IsFunction_bodyContext() }
IFunction_bodyContext is an interface to support dynamic dispatch.
type IFunction_callContext ¶
type IFunction_callContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_callContext differentiates from other interfaces. IsFunction_callContext() }
IFunction_callContext is an interface to support dynamic dispatch.
type IFunction_nameContext ¶
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 IFunction_specContext ¶
type IFunction_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsFunction_specContext differentiates from other interfaces. IsFunction_specContext() }
IFunction_specContext is an interface to support dynamic dispatch.
type IGeneral_elementContext ¶
type IGeneral_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGeneral_elementContext differentiates from other interfaces. IsGeneral_elementContext() }
IGeneral_elementContext is an interface to support dynamic dispatch.
type IGeneral_element_partContext ¶
type IGeneral_element_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGeneral_element_partContext differentiates from other interfaces. IsGeneral_element_partContext() }
IGeneral_element_partContext is an interface to support dynamic dispatch.
type IGeneral_recoveryContext ¶
type IGeneral_recoveryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGeneral_recoveryContext differentiates from other interfaces. IsGeneral_recoveryContext() }
IGeneral_recoveryContext is an interface to support dynamic dispatch.
type IGeneral_table_refContext ¶
type IGeneral_table_refContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGeneral_table_refContext differentiates from other interfaces. IsGeneral_table_refContext() }
IGeneral_table_refContext is an interface to support dynamic dispatch.
type IGlobal_partitioned_indexContext ¶
type IGlobal_partitioned_indexContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGlobal_partitioned_indexContext differentiates from other interfaces. IsGlobal_partitioned_indexContext() }
IGlobal_partitioned_indexContext is an interface to support dynamic dispatch.
type IGoto_statementContext ¶
type IGoto_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGoto_statementContext differentiates from other interfaces. IsGoto_statementContext() }
IGoto_statementContext is an interface to support dynamic dispatch.
type IGrant_object_nameContext ¶
type IGrant_object_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGrant_object_nameContext differentiates from other interfaces. IsGrant_object_nameContext() }
IGrant_object_nameContext is an interface to support dynamic dispatch.
type IGrant_statementContext ¶
type IGrant_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGrant_statementContext differentiates from other interfaces. IsGrant_statementContext() }
IGrant_statementContext is an interface to support dynamic dispatch.
type IGrantee_nameContext ¶
type IGrantee_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGrantee_nameContext differentiates from other interfaces. IsGrantee_nameContext() }
IGrantee_nameContext is an interface to support dynamic dispatch.
type IGroup_by_clauseContext ¶
type IGroup_by_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGroup_by_clauseContext differentiates from other interfaces. IsGroup_by_clauseContext() }
IGroup_by_clauseContext is an interface to support dynamic dispatch.
type IGroup_by_elementsContext ¶
type IGroup_by_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGroup_by_elementsContext differentiates from other interfaces. IsGroup_by_elementsContext() }
IGroup_by_elementsContext is an interface to support dynamic dispatch.
type IGrouping_sets_clauseContext ¶
type IGrouping_sets_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGrouping_sets_clauseContext differentiates from other interfaces. IsGrouping_sets_clauseContext() }
IGrouping_sets_clauseContext is an interface to support dynamic dispatch.
type IGrouping_sets_elementsContext ¶
type IGrouping_sets_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsGrouping_sets_elementsContext differentiates from other interfaces. IsGrouping_sets_elementsContext() }
IGrouping_sets_elementsContext is an interface to support dynamic dispatch.
type IHash_partition_quantityContext ¶
type IHash_partition_quantityContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHash_partition_quantityContext differentiates from other interfaces. IsHash_partition_quantityContext() }
IHash_partition_quantityContext is an interface to support dynamic dispatch.
type IHash_partitionsContext ¶
type IHash_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHash_partitionsContext differentiates from other interfaces. IsHash_partitionsContext() }
IHash_partitionsContext is an interface to support dynamic dispatch.
type IHash_partitions_by_quantityContext ¶
type IHash_partitions_by_quantityContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHash_partitions_by_quantityContext differentiates from other interfaces. IsHash_partitions_by_quantityContext() }
IHash_partitions_by_quantityContext is an interface to support dynamic dispatch.
type IHash_subpartition_quantityContext ¶
type IHash_subpartition_quantityContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHash_subpartition_quantityContext differentiates from other interfaces. IsHash_subpartition_quantityContext() }
IHash_subpartition_quantityContext is an interface to support dynamic dispatch.
type IHash_subparts_by_quantityContext ¶
type IHash_subparts_by_quantityContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHash_subparts_by_quantityContext differentiates from other interfaces. IsHash_subparts_by_quantityContext() }
IHash_subparts_by_quantityContext is an interface to support dynamic dispatch.
type IHaving_clauseContext ¶
type IHaving_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHaving_clauseContext differentiates from other interfaces. IsHaving_clauseContext() }
IHaving_clauseContext is an interface to support dynamic dispatch.
type IHierarchical_query_clauseContext ¶
type IHierarchical_query_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsHierarchical_query_clauseContext differentiates from other interfaces. IsHierarchical_query_clauseContext() }
IHierarchical_query_clauseContext is an interface to support dynamic dispatch.
type IId_expressionContext ¶
type IId_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsId_expressionContext differentiates from other interfaces. IsId_expressionContext() }
IId_expressionContext is an interface to support dynamic dispatch.
type IIdentified_byContext ¶
type IIdentified_byContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIdentified_byContext differentiates from other interfaces. IsIdentified_byContext() }
IIdentified_byContext is an interface to support dynamic dispatch.
type IIdentified_other_clauseContext ¶
type IIdentified_other_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIdentified_other_clauseContext differentiates from other interfaces. IsIdentified_other_clauseContext() }
IIdentified_other_clauseContext is an interface to support dynamic dispatch.
type IIdentifierContext ¶
type IIdentifierContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIdentifierContext differentiates from other interfaces. IsIdentifierContext() }
IIdentifierContext is an interface to support dynamic dispatch.
type IIf_statementContext ¶
type IIf_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIf_statementContext differentiates from other interfaces. IsIf_statementContext() }
IIf_statementContext is an interface to support dynamic dispatch.
type IImplementation_type_nameContext ¶
type IImplementation_type_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsImplementation_type_nameContext differentiates from other interfaces. IsImplementation_type_nameContext() }
IImplementation_type_nameContext is an interface to support dynamic dispatch.
type IIn_elementsContext ¶
type IIn_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIn_elementsContext differentiates from other interfaces. IsIn_elementsContext() }
IIn_elementsContext is an interface to support dynamic dispatch.
type IIncluding_or_excludingContext ¶
type IIncluding_or_excludingContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIncluding_or_excludingContext differentiates from other interfaces. IsIncluding_or_excludingContext() }
IIncluding_or_excludingContext is an interface to support dynamic dispatch.
type IIndex_attributesContext ¶
type IIndex_attributesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_attributesContext differentiates from other interfaces. IsIndex_attributesContext() }
IIndex_attributesContext is an interface to support dynamic dispatch.
type IIndex_exprContext ¶
type IIndex_exprContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_exprContext differentiates from other interfaces. IsIndex_exprContext() }
IIndex_exprContext is an interface to support dynamic dispatch.
type IIndex_nameContext ¶
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 IIndex_org_overflow_clauseContext ¶
type IIndex_org_overflow_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_org_overflow_clauseContext differentiates from other interfaces. IsIndex_org_overflow_clauseContext() }
IIndex_org_overflow_clauseContext is an interface to support dynamic dispatch.
type IIndex_org_table_clauseContext ¶
type IIndex_org_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_org_table_clauseContext differentiates from other interfaces. IsIndex_org_table_clauseContext() }
IIndex_org_table_clauseContext is an interface to support dynamic dispatch.
type IIndex_partition_descriptionContext ¶
type IIndex_partition_descriptionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_partition_descriptionContext differentiates from other interfaces. IsIndex_partition_descriptionContext() }
IIndex_partition_descriptionContext is an interface to support dynamic dispatch.
type IIndex_partitioning_clauseContext ¶
type IIndex_partitioning_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_partitioning_clauseContext differentiates from other interfaces. IsIndex_partitioning_clauseContext() }
IIndex_partitioning_clauseContext is an interface to support dynamic dispatch.
type IIndex_propertiesContext ¶
type IIndex_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_propertiesContext differentiates from other interfaces. IsIndex_propertiesContext() }
IIndex_propertiesContext is an interface to support dynamic dispatch.
type IIndex_subpartition_clauseContext ¶
type IIndex_subpartition_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_subpartition_clauseContext differentiates from other interfaces. IsIndex_subpartition_clauseContext() }
IIndex_subpartition_clauseContext is an interface to support dynamic dispatch.
type IIndex_subpartition_subclauseContext ¶
type IIndex_subpartition_subclauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndex_subpartition_subclauseContext differentiates from other interfaces. IsIndex_subpartition_subclauseContext() }
IIndex_subpartition_subclauseContext is an interface to support dynamic dispatch.
type IIndextypeContext ¶
type IIndextypeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndextypeContext differentiates from other interfaces. IsIndextypeContext() }
IIndextypeContext is an interface to support dynamic dispatch.
type IIndextype_nameContext ¶
type IIndextype_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndextype_nameContext differentiates from other interfaces. IsIndextype_nameContext() }
IIndextype_nameContext is an interface to support dynamic dispatch.
type IIndividual_hash_partitionsContext ¶
type IIndividual_hash_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndividual_hash_partitionsContext differentiates from other interfaces. IsIndividual_hash_partitionsContext() }
IIndividual_hash_partitionsContext is an interface to support dynamic dispatch.
type IIndividual_hash_subpartsContext ¶
type IIndividual_hash_subpartsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIndividual_hash_subpartsContext differentiates from other interfaces. IsIndividual_hash_subpartsContext() }
IIndividual_hash_subpartsContext is an interface to support dynamic dispatch.
type IInline_constraintContext ¶
type IInline_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInline_constraintContext differentiates from other interfaces. IsInline_constraintContext() }
IInline_constraintContext is an interface to support dynamic dispatch.
type IInline_ref_constraintContext ¶
type IInline_ref_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInline_ref_constraintContext differentiates from other interfaces. IsInline_ref_constraintContext() }
IInline_ref_constraintContext is an interface to support dynamic dispatch.
type IInsert_into_clauseContext ¶
type IInsert_into_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInsert_into_clauseContext differentiates from other interfaces. IsInsert_into_clauseContext() }
IInsert_into_clauseContext is an interface to support dynamic dispatch.
type IInsert_statementContext ¶
type IInsert_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInsert_statementContext differentiates from other interfaces. IsInsert_statementContext() }
IInsert_statementContext is an interface to support dynamic dispatch.
type IInstance_clausesContext ¶
type IInstance_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInstance_clausesContext differentiates from other interfaces. IsInstance_clausesContext() }
IInstance_clausesContext is an interface to support dynamic dispatch.
type IInterval_exprContext ¶
type IInterval_exprContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInterval_exprContext differentiates from other interfaces. IsInterval_exprContext() }
IInterval_exprContext is an interface to support dynamic dispatch.
type IInterval_expressionContext ¶
type IInterval_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInterval_expressionContext differentiates from other interfaces. IsInterval_expressionContext() }
IInterval_expressionContext is an interface to support dynamic dispatch.
type IInto_clause1Context ¶
type IInto_clause1Context interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInto_clause1Context differentiates from other interfaces. IsInto_clause1Context() }
IInto_clause1Context is an interface to support dynamic dispatch.
type IInto_clauseContext ¶
type IInto_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInto_clauseContext differentiates from other interfaces. IsInto_clauseContext() }
IInto_clauseContext is an interface to support dynamic dispatch.
type IInvoker_rights_clauseContext ¶
type IInvoker_rights_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsInvoker_rights_clauseContext differentiates from other interfaces. IsInvoker_rights_clauseContext() }
IInvoker_rights_clauseContext is an interface to support dynamic dispatch.
type IIo_costContext ¶
type IIo_costContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsIo_costContext differentiates from other interfaces. IsIo_costContext() }
IIo_costContext is an interface to support dynamic dispatch.
type IJava_specContext ¶
type IJava_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsJava_specContext differentiates from other interfaces. IsJava_specContext() }
IJava_specContext is an interface to support dynamic dispatch.
type IJoin_clauseContext ¶
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_on_partContext ¶
type IJoin_on_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsJoin_on_partContext differentiates from other interfaces. IsJoin_on_partContext() }
IJoin_on_partContext is an interface to support dynamic dispatch.
type IJoin_using_partContext ¶
type IJoin_using_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsJoin_using_partContext differentiates from other interfaces. IsJoin_using_partContext() }
IJoin_using_partContext is an interface to support dynamic dispatch.
type IKeep_clauseContext ¶
type IKeep_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsKeep_clauseContext differentiates from other interfaces. IsKeep_clauseContext() }
IKeep_clauseContext is an interface to support dynamic dispatch.
type IKey_compressionContext ¶
type IKey_compressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsKey_compressionContext differentiates from other interfaces. IsKey_compressionContext() }
IKey_compressionContext is an interface to support dynamic dispatch.
type ILabel_declarationContext ¶
type ILabel_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetLtp1 returns the ltp1 token. GetLtp1() antlr.Token // SetLtp1 sets the ltp1 token. SetLtp1(antlr.Token) // IsLabel_declarationContext differentiates from other interfaces. IsLabel_declarationContext() }
ILabel_declarationContext is an interface to support dynamic dispatch.
type ILabel_nameContext ¶
type ILabel_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLabel_nameContext differentiates from other interfaces. IsLabel_nameContext() }
ILabel_nameContext is an interface to support dynamic dispatch.
type ILibrary_debugContext ¶
type ILibrary_debugContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLibrary_debugContext differentiates from other interfaces. IsLibrary_debugContext() }
ILibrary_debugContext is an interface to support dynamic dispatch.
type ILibrary_editionableContext ¶
type ILibrary_editionableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLibrary_editionableContext differentiates from other interfaces. IsLibrary_editionableContext() }
ILibrary_editionableContext is an interface to support dynamic dispatch.
type ILibrary_nameContext ¶
type ILibrary_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLibrary_nameContext differentiates from other interfaces. IsLibrary_nameContext() }
ILibrary_nameContext is an interface to support dynamic dispatch.
type ILink_nameContext ¶
type ILink_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLink_nameContext differentiates from other interfaces. IsLink_nameContext() }
ILink_nameContext is an interface to support dynamic dispatch.
type IList_partition_descContext ¶
type IList_partition_descContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsList_partition_descContext differentiates from other interfaces. IsList_partition_descContext() }
IList_partition_descContext is an interface to support dynamic dispatch.
type IList_partitionsContext ¶
type IList_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsList_partitionsContext differentiates from other interfaces. IsList_partitionsContext() }
IList_partitionsContext is an interface to support dynamic dispatch.
type IList_subpartition_descContext ¶
type IList_subpartition_descContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsList_subpartition_descContext differentiates from other interfaces. IsList_subpartition_descContext() }
IList_subpartition_descContext is an interface to support dynamic dispatch.
type IList_values_clauseContext ¶
type IList_values_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsList_values_clauseContext differentiates from other interfaces. IsList_values_clauseContext() }
IList_values_clauseContext is an interface to support dynamic dispatch.
type ILiteralContext ¶
type ILiteralContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLiteralContext differentiates from other interfaces. IsLiteralContext() }
ILiteralContext is an interface to support dynamic dispatch.
type ILob_compression_clauseContext ¶
type ILob_compression_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_compression_clauseContext differentiates from other interfaces. IsLob_compression_clauseContext() }
ILob_compression_clauseContext is an interface to support dynamic dispatch.
type ILob_deduplicate_clauseContext ¶
type ILob_deduplicate_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_deduplicate_clauseContext differentiates from other interfaces. IsLob_deduplicate_clauseContext() }
ILob_deduplicate_clauseContext is an interface to support dynamic dispatch.
type ILob_itemContext ¶
type ILob_itemContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_itemContext differentiates from other interfaces. IsLob_itemContext() }
ILob_itemContext is an interface to support dynamic dispatch.
type ILob_parametersContext ¶
type ILob_parametersContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_parametersContext differentiates from other interfaces. IsLob_parametersContext() }
ILob_parametersContext is an interface to support dynamic dispatch.
type ILob_partitioning_storageContext ¶
type ILob_partitioning_storageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_partitioning_storageContext differentiates from other interfaces. IsLob_partitioning_storageContext() }
ILob_partitioning_storageContext is an interface to support dynamic dispatch.
type ILob_retention_clauseContext ¶
type ILob_retention_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_retention_clauseContext differentiates from other interfaces. IsLob_retention_clauseContext() }
ILob_retention_clauseContext is an interface to support dynamic dispatch.
type ILob_segnameContext ¶
type ILob_segnameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_segnameContext differentiates from other interfaces. IsLob_segnameContext() }
ILob_segnameContext is an interface to support dynamic dispatch.
type ILob_storage_clauseContext ¶
type ILob_storage_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_storage_clauseContext differentiates from other interfaces. IsLob_storage_clauseContext() }
ILob_storage_clauseContext is an interface to support dynamic dispatch.
type ILob_storage_parametersContext ¶
type ILob_storage_parametersContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLob_storage_parametersContext differentiates from other interfaces. IsLob_storage_parametersContext() }
ILob_storage_parametersContext is an interface to support dynamic dispatch.
type ILocal_domain_index_clauseContext ¶
type ILocal_domain_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLocal_domain_index_clauseContext differentiates from other interfaces. IsLocal_domain_index_clauseContext() }
ILocal_domain_index_clauseContext is an interface to support dynamic dispatch.
type ILocal_partitioned_indexContext ¶
type ILocal_partitioned_indexContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLocal_partitioned_indexContext differentiates from other interfaces. IsLocal_partitioned_indexContext() }
ILocal_partitioned_indexContext is an interface to support dynamic dispatch.
type ILocal_xmlindex_clauseContext ¶
type ILocal_xmlindex_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLocal_xmlindex_clauseContext differentiates from other interfaces. IsLocal_xmlindex_clauseContext() }
ILocal_xmlindex_clauseContext is an interface to support dynamic dispatch.
type ILock_modeContext ¶
type ILock_modeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLock_modeContext differentiates from other interfaces. IsLock_modeContext() }
ILock_modeContext is an interface to support dynamic dispatch.
type ILock_table_elementContext ¶
type ILock_table_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLock_table_elementContext differentiates from other interfaces. IsLock_table_elementContext() }
ILock_table_elementContext is an interface to support dynamic dispatch.
type ILock_table_statementContext ¶
type ILock_table_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLock_table_statementContext differentiates from other interfaces. IsLock_table_statementContext() }
ILock_table_statementContext is an interface to support dynamic dispatch.
type ILog_file_groupContext ¶
type ILog_file_groupContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLog_file_groupContext differentiates from other interfaces. IsLog_file_groupContext() }
ILog_file_groupContext is an interface to support dynamic dispatch.
type ILog_grpContext ¶
type ILog_grpContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLog_grpContext differentiates from other interfaces. IsLog_grpContext() }
ILog_grpContext is an interface to support dynamic dispatch.
type ILogfile_clausesContext ¶
type ILogfile_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLogfile_clausesContext differentiates from other interfaces. IsLogfile_clausesContext() }
ILogfile_clausesContext is an interface to support dynamic dispatch.
type ILogfile_descriptorContext ¶
type ILogfile_descriptorContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLogfile_descriptorContext differentiates from other interfaces. IsLogfile_descriptorContext() }
ILogfile_descriptorContext is an interface to support dynamic dispatch.
type ILogging_clauseContext ¶
type ILogging_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLogging_clauseContext differentiates from other interfaces. IsLogging_clauseContext() }
ILogging_clauseContext is an interface to support dynamic dispatch.
type ILogical_expressionContext ¶
type ILogical_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLogical_expressionContext differentiates from other interfaces. IsLogical_expressionContext() }
ILogical_expressionContext is an interface to support dynamic dispatch.
type ILogical_operationContext ¶
type ILogical_operationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLogical_operationContext differentiates from other interfaces. IsLogical_operationContext() }
ILogical_operationContext is an interface to support dynamic dispatch.
type ILoop_statementContext ¶
type ILoop_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLoop_statementContext differentiates from other interfaces. IsLoop_statementContext() }
ILoop_statementContext is an interface to support dynamic dispatch.
type ILower_boundContext ¶
type ILower_boundContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsLower_boundContext differentiates from other interfaces. IsLower_boundContext() }
ILower_boundContext is an interface to support dynamic dispatch.
type IMain_modelContext ¶
type IMain_modelContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMain_modelContext differentiates from other interfaces. IsMain_modelContext() }
IMain_modelContext is an interface to support dynamic dispatch.
type IMain_model_nameContext ¶
type IMain_model_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMain_model_nameContext differentiates from other interfaces. IsMain_model_nameContext() }
IMain_model_nameContext is an interface to support dynamic dispatch.
type IManaged_standby_recoveryContext ¶
type IManaged_standby_recoveryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsManaged_standby_recoveryContext differentiates from other interfaces. IsManaged_standby_recoveryContext() }
IManaged_standby_recoveryContext is an interface to support dynamic dispatch.
type IMap_order_func_declarationContext ¶
type IMap_order_func_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMap_order_func_declarationContext differentiates from other interfaces. IsMap_order_func_declarationContext() }
IMap_order_func_declarationContext is an interface to support dynamic dispatch.
type IMap_order_function_specContext ¶
type IMap_order_function_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMap_order_function_specContext differentiates from other interfaces. IsMap_order_function_specContext() }
IMap_order_function_specContext is an interface to support dynamic dispatch.
type IMapping_table_clauseContext ¶
type IMapping_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMapping_table_clauseContext differentiates from other interfaces. IsMapping_table_clauseContext() }
IMapping_table_clauseContext is an interface to support dynamic dispatch.
type IMaximize_standby_db_clauseContext ¶
type IMaximize_standby_db_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMaximize_standby_db_clauseContext differentiates from other interfaces. IsMaximize_standby_db_clauseContext() }
IMaximize_standby_db_clauseContext is an interface to support dynamic dispatch.
type IMaxsize_clauseContext ¶
type IMaxsize_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMaxsize_clauseContext differentiates from other interfaces. IsMaxsize_clauseContext() }
IMaxsize_clauseContext is an interface to support dynamic dispatch.
type IMerge_elementContext ¶
type IMerge_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMerge_elementContext differentiates from other interfaces. IsMerge_elementContext() }
IMerge_elementContext is an interface to support dynamic dispatch.
type IMerge_insert_clauseContext ¶
type IMerge_insert_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMerge_insert_clauseContext differentiates from other interfaces. IsMerge_insert_clauseContext() }
IMerge_insert_clauseContext is an interface to support dynamic dispatch.
type IMerge_statementContext ¶
type IMerge_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMerge_statementContext differentiates from other interfaces. IsMerge_statementContext() }
IMerge_statementContext is an interface to support dynamic dispatch.
type IMerge_update_clauseContext ¶
type IMerge_update_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMerge_update_clauseContext differentiates from other interfaces. IsMerge_update_clauseContext() }
IMerge_update_clauseContext is an interface to support dynamic dispatch.
type IMerge_update_delete_partContext ¶
type IMerge_update_delete_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMerge_update_delete_partContext differentiates from other interfaces. IsMerge_update_delete_partContext() }
IMerge_update_delete_partContext is an interface to support dynamic dispatch.
type IModel_clauseContext ¶
type IModel_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_clauseContext differentiates from other interfaces. IsModel_clauseContext() }
IModel_clauseContext is an interface to support dynamic dispatch.
type IModel_columnContext ¶
type IModel_columnContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_columnContext differentiates from other interfaces. IsModel_columnContext() }
IModel_columnContext is an interface to support dynamic dispatch.
type IModel_column_clausesContext ¶
type IModel_column_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_column_clausesContext differentiates from other interfaces. IsModel_column_clausesContext() }
IModel_column_clausesContext is an interface to support dynamic dispatch.
type IModel_column_listContext ¶
type IModel_column_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_column_listContext differentiates from other interfaces. IsModel_column_listContext() }
IModel_column_listContext is an interface to support dynamic dispatch.
type IModel_column_partition_partContext ¶
type IModel_column_partition_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_column_partition_partContext differentiates from other interfaces. IsModel_column_partition_partContext() }
IModel_column_partition_partContext is an interface to support dynamic dispatch.
type IModel_expressionContext ¶
type IModel_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_expressionContext differentiates from other interfaces. IsModel_expressionContext() }
IModel_expressionContext is an interface to support dynamic dispatch.
type IModel_expression_elementContext ¶
type IModel_expression_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_expression_elementContext differentiates from other interfaces. IsModel_expression_elementContext() }
IModel_expression_elementContext is an interface to support dynamic dispatch.
type IModel_iterate_clauseContext ¶
type IModel_iterate_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_iterate_clauseContext differentiates from other interfaces. IsModel_iterate_clauseContext() }
IModel_iterate_clauseContext is an interface to support dynamic dispatch.
type IModel_nameContext ¶
type IModel_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_nameContext differentiates from other interfaces. IsModel_nameContext() }
IModel_nameContext is an interface to support dynamic dispatch.
type IModel_rules_clauseContext ¶
type IModel_rules_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_rules_clauseContext differentiates from other interfaces. IsModel_rules_clauseContext() }
IModel_rules_clauseContext is an interface to support dynamic dispatch.
type IModel_rules_elementContext ¶
type IModel_rules_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_rules_elementContext differentiates from other interfaces. IsModel_rules_elementContext() }
IModel_rules_elementContext is an interface to support dynamic dispatch.
type IModel_rules_partContext ¶
type IModel_rules_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModel_rules_partContext differentiates from other interfaces. IsModel_rules_partContext() }
IModel_rules_partContext is an interface to support dynamic dispatch.
type IModifier_clauseContext ¶
type IModifier_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModifier_clauseContext differentiates from other interfaces. IsModifier_clauseContext() }
IModifier_clauseContext is an interface to support dynamic dispatch.
type IModify_col_propertiesContext ¶
type IModify_col_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_col_propertiesContext differentiates from other interfaces. IsModify_col_propertiesContext() }
IModify_col_propertiesContext is an interface to support dynamic dispatch.
type IModify_col_substitutableContext ¶
type IModify_col_substitutableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_col_substitutableContext differentiates from other interfaces. IsModify_col_substitutableContext() }
IModify_col_substitutableContext is an interface to support dynamic dispatch.
type IModify_collection_retrievalContext ¶
type IModify_collection_retrievalContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_collection_retrievalContext differentiates from other interfaces. IsModify_collection_retrievalContext() }
IModify_collection_retrievalContext is an interface to support dynamic dispatch.
type IModify_column_clausesContext ¶
type IModify_column_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_column_clausesContext differentiates from other interfaces. IsModify_column_clausesContext() }
IModify_column_clausesContext is an interface to support dynamic dispatch.
type IModify_index_default_attrsContext ¶
type IModify_index_default_attrsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_index_default_attrsContext differentiates from other interfaces. IsModify_index_default_attrsContext() }
IModify_index_default_attrsContext is an interface to support dynamic dispatch.
type IModify_index_partitionContext ¶
type IModify_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_index_partitionContext differentiates from other interfaces. IsModify_index_partitionContext() }
IModify_index_partitionContext is an interface to support dynamic dispatch.
type IModify_index_partitions_opsContext ¶
type IModify_index_partitions_opsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_index_partitions_opsContext differentiates from other interfaces. IsModify_index_partitions_opsContext() }
IModify_index_partitions_opsContext is an interface to support dynamic dispatch.
type IModify_index_subpartitionContext ¶
type IModify_index_subpartitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_index_subpartitionContext differentiates from other interfaces. IsModify_index_subpartitionContext() }
IModify_index_subpartitionContext is an interface to support dynamic dispatch.
type IModify_lob_parametersContext ¶
type IModify_lob_parametersContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_lob_parametersContext differentiates from other interfaces. IsModify_lob_parametersContext() }
IModify_lob_parametersContext is an interface to support dynamic dispatch.
type IModify_lob_storage_clauseContext ¶
type IModify_lob_storage_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_lob_storage_clauseContext differentiates from other interfaces. IsModify_lob_storage_clauseContext() }
IModify_lob_storage_clauseContext is an interface to support dynamic dispatch.
type IModify_mv_column_clauseContext ¶
type IModify_mv_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsModify_mv_column_clauseContext differentiates from other interfaces. IsModify_mv_column_clauseContext() }
IModify_mv_column_clauseContext is an interface to support dynamic dispatch.
type IMonitoring_nomonitoringContext ¶
type IMonitoring_nomonitoringContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMonitoring_nomonitoringContext differentiates from other interfaces. IsMonitoring_nomonitoringContext() }
IMonitoring_nomonitoringContext is an interface to support dynamic dispatch.
type IMove_mv_log_clauseContext ¶
type IMove_mv_log_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMove_mv_log_clauseContext differentiates from other interfaces. IsMove_mv_log_clauseContext() }
IMove_mv_log_clauseContext is an interface to support dynamic dispatch.
type IMove_table_clauseContext ¶
type IMove_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMove_table_clauseContext differentiates from other interfaces. IsMove_table_clauseContext() }
IMove_table_clauseContext is an interface to support dynamic dispatch.
type IMulti_column_for_loopContext ¶
type IMulti_column_for_loopContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMulti_column_for_loopContext differentiates from other interfaces. IsMulti_column_for_loopContext() }
IMulti_column_for_loopContext is an interface to support dynamic dispatch.
type IMulti_table_elementContext ¶
type IMulti_table_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMulti_table_elementContext differentiates from other interfaces. IsMulti_table_elementContext() }
IMulti_table_elementContext is an interface to support dynamic dispatch.
type IMulti_table_insertContext ¶
type IMulti_table_insertContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMulti_table_insertContext differentiates from other interfaces. IsMulti_table_insertContext() }
IMulti_table_insertContext is an interface to support dynamic dispatch.
type IMultiset_expressionContext ¶
type IMultiset_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetMultiset_type returns the multiset_type token. GetMultiset_type() antlr.Token // SetMultiset_type sets the multiset_type token. SetMultiset_type(antlr.Token) // IsMultiset_expressionContext differentiates from other interfaces. IsMultiset_expressionContext() }
IMultiset_expressionContext is an interface to support dynamic dispatch.
type IMv_log_augmentationContext ¶
type IMv_log_augmentationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMv_log_augmentationContext differentiates from other interfaces. IsMv_log_augmentationContext() }
IMv_log_augmentationContext is an interface to support dynamic dispatch.
type IMv_log_purge_clauseContext ¶
type IMv_log_purge_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsMv_log_purge_clauseContext differentiates from other interfaces. IsMv_log_purge_clauseContext() }
IMv_log_purge_clauseContext is an interface to support dynamic dispatch.
type INative_datatype_elementContext ¶
type INative_datatype_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNative_datatype_elementContext differentiates from other interfaces. IsNative_datatype_elementContext() }
INative_datatype_elementContext is an interface to support dynamic dispatch.
type INested_itemContext ¶
type INested_itemContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNested_itemContext differentiates from other interfaces. IsNested_itemContext() }
INested_itemContext is an interface to support dynamic dispatch.
type INested_table_col_propertiesContext ¶
type INested_table_col_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNested_table_col_propertiesContext differentiates from other interfaces. IsNested_table_col_propertiesContext() }
INested_table_col_propertiesContext is an interface to support dynamic dispatch.
type INested_table_type_defContext ¶
type INested_table_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNested_table_type_defContext differentiates from other interfaces. IsNested_table_type_defContext() }
INested_table_type_defContext is an interface to support dynamic dispatch.
type INetwork_costContext ¶
type INetwork_costContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNetwork_costContext differentiates from other interfaces. IsNetwork_costContext() }
INetwork_costContext is an interface to support dynamic dispatch.
type INew_column_nameContext ¶
type INew_column_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_column_nameContext differentiates from other interfaces. IsNew_column_nameContext() }
INew_column_nameContext is an interface to support dynamic dispatch.
type INew_constraint_nameContext ¶
type INew_constraint_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_constraint_nameContext differentiates from other interfaces. IsNew_constraint_nameContext() }
INew_constraint_nameContext is an interface to support dynamic dispatch.
type INew_index_nameContext ¶
type INew_index_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_index_nameContext differentiates from other interfaces. IsNew_index_nameContext() }
INew_index_nameContext is an interface to support dynamic dispatch.
type INew_partition_nameContext ¶
type INew_partition_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_partition_nameContext differentiates from other interfaces. IsNew_partition_nameContext() }
INew_partition_nameContext is an interface to support dynamic dispatch.
type INew_tablespace_nameContext ¶
type INew_tablespace_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_tablespace_nameContext differentiates from other interfaces. IsNew_tablespace_nameContext() }
INew_tablespace_nameContext is an interface to support dynamic dispatch.
type INew_values_clauseContext ¶
type INew_values_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNew_values_clauseContext differentiates from other interfaces. IsNew_values_clauseContext() }
INew_values_clauseContext is an interface to support dynamic dispatch.
type INon_dml_eventContext ¶
type INon_dml_eventContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNon_dml_eventContext differentiates from other interfaces. IsNon_dml_eventContext() }
INon_dml_eventContext is an interface to support dynamic dispatch.
type INon_dml_triggerContext ¶
type INon_dml_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNon_dml_triggerContext differentiates from other interfaces. IsNon_dml_triggerContext() }
INon_dml_triggerContext is an interface to support dynamic dispatch.
type INon_reserved_keywords_in_12cContext ¶
type INon_reserved_keywords_in_12cContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNon_reserved_keywords_in_12cContext differentiates from other interfaces. IsNon_reserved_keywords_in_12cContext() }
INon_reserved_keywords_in_12cContext is an interface to support dynamic dispatch.
type INon_reserved_keywords_pre12cContext ¶
type INon_reserved_keywords_pre12cContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNon_reserved_keywords_pre12cContext differentiates from other interfaces. IsNon_reserved_keywords_pre12cContext() }
INon_reserved_keywords_pre12cContext is an interface to support dynamic dispatch.
type INull_statementContext ¶
type INull_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNull_statementContext differentiates from other interfaces. IsNull_statementContext() }
INull_statementContext is an interface to support dynamic dispatch.
type INumericContext ¶
type INumericContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNumericContext differentiates from other interfaces. IsNumericContext() }
INumericContext is an interface to support dynamic dispatch.
type INumeric_functionContext ¶
type INumeric_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNumeric_functionContext differentiates from other interfaces. IsNumeric_functionContext() }
INumeric_functionContext is an interface to support dynamic dispatch.
type INumeric_function_nameContext ¶
type INumeric_function_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNumeric_function_nameContext differentiates from other interfaces. IsNumeric_function_nameContext() }
INumeric_function_nameContext is an interface to support dynamic dispatch.
type INumeric_function_wrapperContext ¶
type INumeric_function_wrapperContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNumeric_function_wrapperContext differentiates from other interfaces. IsNumeric_function_wrapperContext() }
INumeric_function_wrapperContext is an interface to support dynamic dispatch.
type INumeric_negativeContext ¶
type INumeric_negativeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsNumeric_negativeContext differentiates from other interfaces. IsNumeric_negativeContext() }
INumeric_negativeContext is an interface to support dynamic dispatch.
type IObject_as_partContext ¶
type IObject_as_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_as_partContext differentiates from other interfaces. IsObject_as_partContext() }
IObject_as_partContext is an interface to support dynamic dispatch.
type IObject_member_specContext ¶
type IObject_member_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_member_specContext differentiates from other interfaces. IsObject_member_specContext() }
IObject_member_specContext is an interface to support dynamic dispatch.
type IObject_nameContext ¶
type IObject_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_nameContext differentiates from other interfaces. IsObject_nameContext() }
IObject_nameContext is an interface to support dynamic dispatch.
type IObject_privilegeContext ¶
type IObject_privilegeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_privilegeContext differentiates from other interfaces. IsObject_privilegeContext() }
IObject_privilegeContext is an interface to support dynamic dispatch.
type IObject_propertiesContext ¶
type IObject_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_propertiesContext differentiates from other interfaces. IsObject_propertiesContext() }
IObject_propertiesContext is an interface to support dynamic dispatch.
type IObject_tableContext ¶
type IObject_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_tableContext differentiates from other interfaces. IsObject_tableContext() }
IObject_tableContext is an interface to support dynamic dispatch.
type IObject_table_substitutionContext ¶
type IObject_table_substitutionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_table_substitutionContext differentiates from other interfaces. IsObject_table_substitutionContext() }
IObject_table_substitutionContext is an interface to support dynamic dispatch.
type IObject_type_col_propertiesContext ¶
type IObject_type_col_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetColumn returns the column rule contexts. GetColumn() IRegular_idContext // SetColumn sets the column rule contexts. SetColumn(IRegular_idContext) // IsObject_type_col_propertiesContext differentiates from other interfaces. IsObject_type_col_propertiesContext() }
IObject_type_col_propertiesContext is an interface to support dynamic dispatch.
type IObject_type_defContext ¶
type IObject_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_type_defContext differentiates from other interfaces. IsObject_type_defContext() }
IObject_type_defContext is an interface to support dynamic dispatch.
type IObject_under_partContext ¶
type IObject_under_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_under_partContext differentiates from other interfaces. IsObject_under_partContext() }
IObject_under_partContext is an interface to support dynamic dispatch.
type IObject_view_clauseContext ¶
type IObject_view_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsObject_view_clauseContext differentiates from other interfaces. IsObject_view_clauseContext() }
IObject_view_clauseContext is an interface to support dynamic dispatch.
type IOdci_parametersContext ¶
type IOdci_parametersContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOdci_parametersContext differentiates from other interfaces. IsOdci_parametersContext() }
IOdci_parametersContext is an interface to support dynamic dispatch.
type IOffset_clauseContext ¶
type IOffset_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOffset_clauseContext differentiates from other interfaces. IsOffset_clauseContext() }
IOffset_clauseContext is an interface to support dynamic dispatch.
type IOid_clauseContext ¶
type IOid_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOid_clauseContext differentiates from other interfaces. IsOid_clauseContext() }
IOid_clauseContext is an interface to support dynamic dispatch.
type IOid_index_clauseContext ¶
type IOid_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOid_index_clauseContext differentiates from other interfaces. IsOid_index_clauseContext() }
IOid_index_clauseContext is an interface to support dynamic dispatch.
type IOld_column_nameContext ¶
type IOld_column_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOld_column_nameContext differentiates from other interfaces. IsOld_column_nameContext() }
IOld_column_nameContext is an interface to support dynamic dispatch.
type IOld_constraint_nameContext ¶
type IOld_constraint_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOld_constraint_nameContext differentiates from other interfaces. IsOld_constraint_nameContext() }
IOld_constraint_nameContext is an interface to support dynamic dispatch.
type IOn_comp_partitioned_clauseContext ¶
type IOn_comp_partitioned_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_comp_partitioned_clauseContext differentiates from other interfaces. IsOn_comp_partitioned_clauseContext() }
IOn_comp_partitioned_clauseContext is an interface to support dynamic dispatch.
type IOn_comp_partitioned_tableContext ¶
type IOn_comp_partitioned_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_comp_partitioned_tableContext differentiates from other interfaces. IsOn_comp_partitioned_tableContext() }
IOn_comp_partitioned_tableContext is an interface to support dynamic dispatch.
type IOn_delete_clauseContext ¶
type IOn_delete_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_delete_clauseContext differentiates from other interfaces. IsOn_delete_clauseContext() }
IOn_delete_clauseContext is an interface to support dynamic dispatch.
type IOn_hash_partitioned_clauseContext ¶
type IOn_hash_partitioned_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_hash_partitioned_clauseContext differentiates from other interfaces. IsOn_hash_partitioned_clauseContext() }
IOn_hash_partitioned_clauseContext is an interface to support dynamic dispatch.
type IOn_hash_partitioned_tableContext ¶
type IOn_hash_partitioned_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_hash_partitioned_tableContext differentiates from other interfaces. IsOn_hash_partitioned_tableContext() }
IOn_hash_partitioned_tableContext is an interface to support dynamic dispatch.
type IOn_list_partitioned_tableContext ¶
type IOn_list_partitioned_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_list_partitioned_tableContext differentiates from other interfaces. IsOn_list_partitioned_tableContext() }
IOn_list_partitioned_tableContext is an interface to support dynamic dispatch.
type IOn_range_partitioned_tableContext ¶
type IOn_range_partitioned_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOn_range_partitioned_tableContext differentiates from other interfaces. IsOn_range_partitioned_tableContext() }
IOn_range_partitioned_tableContext is an interface to support dynamic dispatch.
type IOnline_or_offlineContext ¶
type IOnline_or_offlineContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOnline_or_offlineContext differentiates from other interfaces. IsOnline_or_offlineContext() }
IOnline_or_offlineContext is an interface to support dynamic dispatch.
type IOpen_for_statementContext ¶
type IOpen_for_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOpen_for_statementContext differentiates from other interfaces. IsOpen_for_statementContext() }
IOpen_for_statementContext is an interface to support dynamic dispatch.
type IOpen_statementContext ¶
type IOpen_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOpen_statementContext differentiates from other interfaces. IsOpen_statementContext() }
IOpen_statementContext is an interface to support dynamic dispatch.
type IOracle_namespaceContext ¶
type IOracle_namespaceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOracle_namespaceContext differentiates from other interfaces. IsOracle_namespaceContext() }
IOracle_namespaceContext is an interface to support dynamic dispatch.
type IOrder_by_clauseContext ¶
type IOrder_by_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOrder_by_clauseContext differentiates from other interfaces. IsOrder_by_clauseContext() }
IOrder_by_clauseContext is an interface to support dynamic dispatch.
type IOrder_by_elementsContext ¶
type IOrder_by_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOrder_by_elementsContext differentiates from other interfaces. IsOrder_by_elementsContext() }
IOrder_by_elementsContext is an interface to support dynamic dispatch.
type IOther_functionContext ¶
type IOther_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOther_functionContext differentiates from other interfaces. IsOther_functionContext() }
IOther_functionContext is an interface to support dynamic dispatch.
type IOut_of_line_constraintContext ¶
type IOut_of_line_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOut_of_line_constraintContext differentiates from other interfaces. IsOut_of_line_constraintContext() }
IOut_of_line_constraintContext is an interface to support dynamic dispatch.
type IOut_of_line_part_storageContext ¶
type IOut_of_line_part_storageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOut_of_line_part_storageContext differentiates from other interfaces. IsOut_of_line_part_storageContext() }
IOut_of_line_part_storageContext is an interface to support dynamic dispatch.
type IOut_of_line_ref_constraintContext ¶
type IOut_of_line_ref_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetRef_col_or_attr returns the ref_col_or_attr rule contexts. GetRef_col_or_attr() IRegular_idContext // SetRef_col_or_attr sets the ref_col_or_attr rule contexts. SetRef_col_or_attr(IRegular_idContext) // IsOut_of_line_ref_constraintContext differentiates from other interfaces. IsOut_of_line_ref_constraintContext() }
IOut_of_line_ref_constraintContext is an interface to support dynamic dispatch.
type IOuter_join_signContext ¶
type IOuter_join_signContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOuter_join_signContext differentiates from other interfaces. IsOuter_join_signContext() }
IOuter_join_signContext is an interface to support dynamic dispatch.
type IOuter_join_typeContext ¶
type IOuter_join_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOuter_join_typeContext differentiates from other interfaces. IsOuter_join_typeContext() }
IOuter_join_typeContext is an interface to support dynamic dispatch.
type IOver_clauseContext ¶
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 IOver_clause_keywordContext ¶
type IOver_clause_keywordContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOver_clause_keywordContext differentiates from other interfaces. IsOver_clause_keywordContext() }
IOver_clause_keywordContext is an interface to support dynamic dispatch.
type IOverriding_function_specContext ¶
type IOverriding_function_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOverriding_function_specContext differentiates from other interfaces. IsOverriding_function_specContext() }
IOverriding_function_specContext is an interface to support dynamic dispatch.
type IOverriding_subprogram_specContext ¶
type IOverriding_subprogram_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsOverriding_subprogram_specContext differentiates from other interfaces. IsOverriding_subprogram_specContext() }
IOverriding_subprogram_specContext is an interface to support dynamic dispatch.
type IPackage_nameContext ¶
type IPackage_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPackage_nameContext differentiates from other interfaces. IsPackage_nameContext() }
IPackage_nameContext is an interface to support dynamic dispatch.
type IPackage_obj_bodyContext ¶
type IPackage_obj_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPackage_obj_bodyContext differentiates from other interfaces. IsPackage_obj_bodyContext() }
IPackage_obj_bodyContext is an interface to support dynamic dispatch.
type IPackage_obj_specContext ¶
type IPackage_obj_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPackage_obj_specContext differentiates from other interfaces. IsPackage_obj_specContext() }
IPackage_obj_specContext is an interface to support dynamic dispatch.
type IParallel_clauseContext ¶
type IParallel_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetParallel_count returns the parallel_count token. GetParallel_count() antlr.Token // SetParallel_count sets the parallel_count token. SetParallel_count(antlr.Token) // IsParallel_clauseContext differentiates from other interfaces. IsParallel_clauseContext() }
IParallel_clauseContext is an interface to support dynamic dispatch.
type IParallel_enable_clauseContext ¶
type IParallel_enable_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParallel_enable_clauseContext differentiates from other interfaces. IsParallel_enable_clauseContext() }
IParallel_enable_clauseContext is an interface to support dynamic dispatch.
type IParameterContext ¶
type IParameterContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParameterContext differentiates from other interfaces. IsParameterContext() }
IParameterContext is an interface to support dynamic dispatch.
type IParameter_nameContext ¶
type IParameter_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParameter_nameContext differentiates from other interfaces. IsParameter_nameContext() }
IParameter_nameContext is an interface to support dynamic dispatch.
type IParameter_specContext ¶
type IParameter_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParameter_specContext differentiates from other interfaces. IsParameter_specContext() }
IParameter_specContext is an interface to support dynamic dispatch.
type IParameter_valueContext ¶
type IParameter_valueContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParameter_valueContext differentiates from other interfaces. IsParameter_valueContext() }
IParameter_valueContext is an interface to support dynamic dispatch.
type IParen_column_listContext ¶
type IParen_column_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsParen_column_listContext differentiates from other interfaces. IsParen_column_listContext() }
IParen_column_listContext is an interface to support dynamic dispatch.
type IPartial_database_recoveryContext ¶
type IPartial_database_recoveryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartial_database_recoveryContext differentiates from other interfaces. IsPartial_database_recoveryContext() }
IPartial_database_recoveryContext is an interface to support dynamic dispatch.
type IPartial_database_recovery_10gContext ¶
type IPartial_database_recovery_10gContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartial_database_recovery_10gContext differentiates from other interfaces. IsPartial_database_recovery_10gContext() }
IPartial_database_recovery_10gContext is an interface to support dynamic dispatch.
type IPartition_by_clauseContext ¶
type IPartition_by_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_by_clauseContext differentiates from other interfaces. IsPartition_by_clauseContext() }
IPartition_by_clauseContext is an interface to support dynamic dispatch.
type IPartition_extension_clauseContext ¶
type IPartition_extension_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_extension_clauseContext differentiates from other interfaces. IsPartition_extension_clauseContext() }
IPartition_extension_clauseContext is an interface to support dynamic dispatch.
type IPartition_extention_clauseContext ¶
type IPartition_extention_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_extention_clauseContext differentiates from other interfaces. IsPartition_extention_clauseContext() }
IPartition_extention_clauseContext is an interface to support dynamic dispatch.
type IPartition_key_valueContext ¶
type IPartition_key_valueContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_key_valueContext differentiates from other interfaces. IsPartition_key_valueContext() }
IPartition_key_valueContext is an interface to support dynamic dispatch.
type IPartition_nameContext ¶
type IPartition_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_nameContext differentiates from other interfaces. IsPartition_nameContext() }
IPartition_nameContext is an interface to support dynamic dispatch.
type IPartition_name_oldContext ¶
type IPartition_name_oldContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartition_name_oldContext differentiates from other interfaces. IsPartition_name_oldContext() }
IPartition_name_oldContext is an interface to support dynamic dispatch.
type IPartitioned_tableContext ¶
type IPartitioned_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartitioned_tableContext differentiates from other interfaces. IsPartitioned_tableContext() }
IPartitioned_tableContext is an interface to support dynamic dispatch.
type IPartitioning_storage_clauseContext ¶
type IPartitioning_storage_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPartitioning_storage_clauseContext differentiates from other interfaces. IsPartitioning_storage_clauseContext() }
IPartitioning_storage_clauseContext is an interface to support dynamic dispatch.
type IPassword_expire_clauseContext ¶
type IPassword_expire_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPassword_expire_clauseContext differentiates from other interfaces. IsPassword_expire_clauseContext() }
IPassword_expire_clauseContext is an interface to support dynamic dispatch.
type IPeriod_definitionContext ¶
type IPeriod_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPeriod_definitionContext differentiates from other interfaces. IsPeriod_definitionContext() }
IPeriod_definitionContext is an interface to support dynamic dispatch.
type IPermanent_tablespace_clauseContext ¶
type IPermanent_tablespace_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPermanent_tablespace_clauseContext differentiates from other interfaces. IsPermanent_tablespace_clauseContext() }
IPermanent_tablespace_clauseContext is an interface to support dynamic dispatch.
type IPhysical_attributes_clauseContext ¶
type IPhysical_attributes_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetPctfree returns the pctfree token. GetPctfree() antlr.Token // GetPctused returns the pctused token. GetPctused() antlr.Token // GetInittrans returns the inittrans token. GetInittrans() antlr.Token // SetPctfree sets the pctfree token. SetPctfree(antlr.Token) // SetPctused sets the pctused token. SetPctused(antlr.Token) // SetInittrans sets the inittrans token. SetInittrans(antlr.Token) // IsPhysical_attributes_clauseContext differentiates from other interfaces. IsPhysical_attributes_clauseContext() }
IPhysical_attributes_clauseContext is an interface to support dynamic dispatch.
type IPhysical_propertiesContext ¶
type IPhysical_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPhysical_propertiesContext differentiates from other interfaces. IsPhysical_propertiesContext() }
IPhysical_propertiesContext is an interface to support dynamic dispatch.
type IPipe_row_statementContext ¶
type IPipe_row_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPipe_row_statementContext differentiates from other interfaces. IsPipe_row_statementContext() }
IPipe_row_statementContext is an interface to support dynamic dispatch.
type IPivot_clauseContext ¶
type IPivot_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_clauseContext differentiates from other interfaces. IsPivot_clauseContext() }
IPivot_clauseContext is an interface to support dynamic dispatch.
type IPivot_elementContext ¶
type IPivot_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_elementContext differentiates from other interfaces. IsPivot_elementContext() }
IPivot_elementContext is an interface to support dynamic dispatch.
type IPivot_for_clauseContext ¶
type IPivot_for_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_for_clauseContext differentiates from other interfaces. IsPivot_for_clauseContext() }
IPivot_for_clauseContext is an interface to support dynamic dispatch.
type IPivot_in_clauseContext ¶
type IPivot_in_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_in_clauseContext differentiates from other interfaces. IsPivot_in_clauseContext() }
IPivot_in_clauseContext is an interface to support dynamic dispatch.
type IPivot_in_clause_elementContext ¶
type IPivot_in_clause_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_in_clause_elementContext differentiates from other interfaces. IsPivot_in_clause_elementContext() }
IPivot_in_clause_elementContext is an interface to support dynamic dispatch.
type IPivot_in_clause_elementsContext ¶
type IPivot_in_clause_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPivot_in_clause_elementsContext differentiates from other interfaces. IsPivot_in_clause_elementsContext() }
IPivot_in_clause_elementsContext is an interface to support dynamic dispatch.
type IPolicy_nameContext ¶
type IPolicy_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPolicy_nameContext differentiates from other interfaces. IsPolicy_nameContext() }
IPolicy_nameContext is an interface to support dynamic dispatch.
type IPragma_clauseContext ¶
type IPragma_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPragma_clauseContext differentiates from other interfaces. IsPragma_clauseContext() }
IPragma_clauseContext is an interface to support dynamic dispatch.
type IPragma_declarationContext ¶
type IPragma_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetId1 returns the id1 rule contexts. GetId1() IIdentifierContext // SetId1 sets the id1 rule contexts. SetId1(IIdentifierContext) // IsPragma_declarationContext differentiates from other interfaces. IsPragma_declarationContext() }
IPragma_declarationContext is an interface to support dynamic dispatch.
type IPragma_elementsContext ¶
type IPragma_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPragma_elementsContext differentiates from other interfaces. IsPragma_elementsContext() }
IPragma_elementsContext is an interface to support dynamic dispatch.
type IPrecision_partContext ¶
type IPrecision_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPrecision_partContext differentiates from other interfaces. IsPrecision_partContext() }
IPrecision_partContext is an interface to support dynamic dispatch.
type IPrimary_key_clauseContext ¶
type IPrimary_key_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsPrimary_key_clauseContext differentiates from other interfaces. IsPrimary_key_clauseContext() }
IPrimary_key_clauseContext is an interface to support dynamic dispatch.
type IProc_decl_in_typeContext ¶
type IProc_decl_in_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProc_decl_in_typeContext differentiates from other interfaces. IsProc_decl_in_typeContext() }
IProc_decl_in_typeContext is an interface to support dynamic dispatch.
type IProcedure_bodyContext ¶
type IProcedure_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProcedure_bodyContext differentiates from other interfaces. IsProcedure_bodyContext() }
IProcedure_bodyContext is an interface to support dynamic dispatch.
type IProcedure_callContext ¶
type IProcedure_callContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProcedure_callContext differentiates from other interfaces. IsProcedure_callContext() }
IProcedure_callContext is an interface to support dynamic dispatch.
type IProcedure_nameContext ¶
type IProcedure_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProcedure_nameContext differentiates from other interfaces. IsProcedure_nameContext() }
IProcedure_nameContext is an interface to support dynamic dispatch.
type IProcedure_specContext ¶
type IProcedure_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProcedure_specContext differentiates from other interfaces. IsProcedure_specContext() }
IProcedure_specContext is an interface to support dynamic dispatch.
type IProfile_clauseContext ¶
type IProfile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProfile_clauseContext differentiates from other interfaces. IsProfile_clauseContext() }
IProfile_clauseContext is an interface to support dynamic dispatch.
type IProfile_nameContext ¶
type IProfile_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProfile_nameContext differentiates from other interfaces. IsProfile_nameContext() }
IProfile_nameContext is an interface to support dynamic dispatch.
type IProxy_clauseContext ¶
type IProxy_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsProxy_clauseContext differentiates from other interfaces. IsProxy_clauseContext() }
IProxy_clauseContext is an interface to support dynamic dispatch.
type IQuantified_expressionContext ¶
type IQuantified_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuantified_expressionContext differentiates from other interfaces. IsQuantified_expressionContext() }
IQuantified_expressionContext is an interface to support dynamic dispatch.
type IQuery_blockContext ¶
type IQuery_blockContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuery_blockContext differentiates from other interfaces. IsQuery_blockContext() }
IQuery_blockContext is an interface to support dynamic dispatch.
type IQuery_nameContext ¶
type IQuery_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuery_nameContext differentiates from other interfaces. IsQuery_nameContext() }
IQuery_nameContext is an interface to support dynamic dispatch.
type IQuery_partition_clauseContext ¶
type IQuery_partition_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuery_partition_clauseContext differentiates from other interfaces. IsQuery_partition_clauseContext() }
IQuery_partition_clauseContext is an interface to support dynamic dispatch.
type IQuota_clauseContext ¶
type IQuota_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuota_clauseContext differentiates from other interfaces. IsQuota_clauseContext() }
IQuota_clauseContext is an interface to support dynamic dispatch.
type IQuoted_stringContext ¶
type IQuoted_stringContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsQuoted_stringContext differentiates from other interfaces. IsQuoted_stringContext() }
IQuoted_stringContext is an interface to support dynamic dispatch.
type IRaise_statementContext ¶
type IRaise_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRaise_statementContext differentiates from other interfaces. IsRaise_statementContext() }
IRaise_statementContext is an interface to support dynamic dispatch.
type IRange_partition_descContext ¶
type IRange_partition_descContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRange_partition_descContext differentiates from other interfaces. IsRange_partition_descContext() }
IRange_partition_descContext is an interface to support dynamic dispatch.
type IRange_partitionsContext ¶
type IRange_partitionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRange_partitionsContext differentiates from other interfaces. IsRange_partitionsContext() }
IRange_partitionsContext is an interface to support dynamic dispatch.
type IRange_subpartition_descContext ¶
type IRange_subpartition_descContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRange_subpartition_descContext differentiates from other interfaces. IsRange_subpartition_descContext() }
IRange_subpartition_descContext is an interface to support dynamic dispatch.
type IRange_values_clauseContext ¶
type IRange_values_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRange_values_clauseContext differentiates from other interfaces. IsRange_values_clauseContext() }
IRange_values_clauseContext is an interface to support dynamic dispatch.
type IRebuild_clauseContext ¶
type IRebuild_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRebuild_clauseContext differentiates from other interfaces. IsRebuild_clauseContext() }
IRebuild_clauseContext is an interface to support dynamic dispatch.
type IRecord_nameContext ¶
type IRecord_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRecord_nameContext differentiates from other interfaces. IsRecord_nameContext() }
IRecord_nameContext is an interface to support dynamic dispatch.
type IRecord_type_defContext ¶
type IRecord_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRecord_type_defContext differentiates from other interfaces. IsRecord_type_defContext() }
IRecord_type_defContext is an interface to support dynamic dispatch.
type IRecords_per_block_clauseContext ¶
type IRecords_per_block_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRecords_per_block_clauseContext differentiates from other interfaces. IsRecords_per_block_clauseContext() }
IRecords_per_block_clauseContext is an interface to support dynamic dispatch.
type IRecovery_clausesContext ¶
type IRecovery_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRecovery_clausesContext differentiates from other interfaces. IsRecovery_clausesContext() }
IRecovery_clausesContext is an interface to support dynamic dispatch.
type IRedo_log_file_specContext ¶
type IRedo_log_file_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRedo_log_file_specContext differentiates from other interfaces. IsRedo_log_file_specContext() }
IRedo_log_file_specContext is an interface to support dynamic dispatch.
type IRef_cursor_type_defContext ¶
type IRef_cursor_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRef_cursor_type_defContext differentiates from other interfaces. IsRef_cursor_type_defContext() }
IRef_cursor_type_defContext is an interface to support dynamic dispatch.
type IReference_modelContext ¶
type IReference_modelContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReference_modelContext differentiates from other interfaces. IsReference_modelContext() }
IReference_modelContext is an interface to support dynamic dispatch.
type IReference_model_nameContext ¶
type IReference_model_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReference_model_nameContext differentiates from other interfaces. IsReference_model_nameContext() }
IReference_model_nameContext is an interface to support dynamic dispatch.
type IReference_partition_descContext ¶
type IReference_partition_descContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReference_partition_descContext differentiates from other interfaces. IsReference_partition_descContext() }
IReference_partition_descContext is an interface to support dynamic dispatch.
type IReference_partitioningContext ¶
type IReference_partitioningContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReference_partitioningContext differentiates from other interfaces. IsReference_partitioningContext() }
IReference_partitioningContext is an interface to support dynamic dispatch.
type IReferences_clauseContext ¶
type IReferences_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReferences_clauseContext differentiates from other interfaces. IsReferences_clauseContext() }
IReferences_clauseContext is an interface to support dynamic dispatch.
type IReferencing_clauseContext ¶
type IReferencing_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReferencing_clauseContext differentiates from other interfaces. IsReferencing_clauseContext() }
IReferencing_clauseContext is an interface to support dynamic dispatch.
type IReferencing_elementContext ¶
type IReferencing_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReferencing_elementContext differentiates from other interfaces. IsReferencing_elementContext() }
IReferencing_elementContext is an interface to support dynamic dispatch.
type IRegister_logfile_clauseContext ¶
type IRegister_logfile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRegister_logfile_clauseContext differentiates from other interfaces. IsRegister_logfile_clauseContext() }
IRegister_logfile_clauseContext is an interface to support dynamic dispatch.
type IRegular_idContext ¶
type IRegular_idContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRegular_idContext differentiates from other interfaces. IsRegular_idContext() }
IRegular_idContext is an interface to support dynamic dispatch.
type IRelational_expressionContext ¶
type IRelational_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRelational_expressionContext differentiates from other interfaces. IsRelational_expressionContext() }
IRelational_expressionContext is an interface to support dynamic dispatch.
type IRelational_operatorContext ¶
type IRelational_operatorContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRelational_operatorContext differentiates from other interfaces. IsRelational_operatorContext() }
IRelational_operatorContext is an interface to support dynamic dispatch.
type IRelational_propertyContext ¶
type IRelational_propertyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRelational_propertyContext differentiates from other interfaces. IsRelational_propertyContext() }
IRelational_propertyContext is an interface to support dynamic dispatch.
type IRelational_tableContext ¶
type IRelational_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRelational_tableContext differentiates from other interfaces. IsRelational_tableContext() }
IRelational_tableContext is an interface to support dynamic dispatch.
type IRelies_on_partContext ¶
type IRelies_on_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRelies_on_partContext differentiates from other interfaces. IsRelies_on_partContext() }
IRelies_on_partContext is an interface to support dynamic dispatch.
type IRename_column_clauseContext ¶
type IRename_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRename_column_clauseContext differentiates from other interfaces. IsRename_column_clauseContext() }
IRename_column_clauseContext is an interface to support dynamic dispatch.
type IRename_index_partitionContext ¶
type IRename_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRename_index_partitionContext differentiates from other interfaces. IsRename_index_partitionContext() }
IRename_index_partitionContext is an interface to support dynamic dispatch.
type IRename_objectContext ¶
type IRename_objectContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRename_objectContext differentiates from other interfaces. IsRename_objectContext() }
IRename_objectContext is an interface to support dynamic dispatch.
type IReplace_type_clauseContext ¶
type IReplace_type_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReplace_type_clauseContext differentiates from other interfaces. IsReplace_type_clauseContext() }
IReplace_type_clauseContext is an interface to support dynamic dispatch.
type IResetlogs_or_noresetlogsContext ¶
type IResetlogs_or_noresetlogsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsResetlogs_or_noresetlogsContext differentiates from other interfaces. IsResetlogs_or_noresetlogsContext() }
IResetlogs_or_noresetlogsContext is an interface to support dynamic dispatch.
type IRespect_or_ignore_nullsContext ¶
type IRespect_or_ignore_nullsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRespect_or_ignore_nullsContext differentiates from other interfaces. IsRespect_or_ignore_nullsContext() }
IRespect_or_ignore_nullsContext is an interface to support dynamic dispatch.
type IResult_cache_clauseContext ¶
type IResult_cache_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsResult_cache_clauseContext differentiates from other interfaces. IsResult_cache_clauseContext() }
IResult_cache_clauseContext is an interface to support dynamic dispatch.
type IReturn_rows_clauseContext ¶
type IReturn_rows_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReturn_rows_clauseContext differentiates from other interfaces. IsReturn_rows_clauseContext() }
IReturn_rows_clauseContext is an interface to support dynamic dispatch.
type IReturn_statementContext ¶
type IReturn_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsReturn_statementContext differentiates from other interfaces. IsReturn_statementContext() }
IReturn_statementContext is an interface to support dynamic dispatch.
type IRole_clauseContext ¶
type IRole_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRole_clauseContext differentiates from other interfaces. IsRole_clauseContext() }
IRole_clauseContext is an interface to support dynamic dispatch.
type IRole_nameContext ¶
type IRole_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRole_nameContext differentiates from other interfaces. IsRole_nameContext() }
IRole_nameContext is an interface to support dynamic dispatch.
type IRollback_segmentContext ¶
type IRollback_segmentContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRollback_segmentContext differentiates from other interfaces. IsRollback_segmentContext() }
IRollback_segmentContext is an interface to support dynamic dispatch.
type IRollback_segment_nameContext ¶
type IRollback_segment_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRollback_segment_nameContext differentiates from other interfaces. IsRollback_segment_nameContext() }
IRollback_segment_nameContext is an interface to support dynamic dispatch.
type IRollback_statementContext ¶
type IRollback_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRollback_statementContext differentiates from other interfaces. IsRollback_statementContext() }
IRollback_statementContext is an interface to support dynamic dispatch.
type IRollup_cube_clauseContext ¶
type IRollup_cube_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRollup_cube_clauseContext differentiates from other interfaces. IsRollup_cube_clauseContext() }
IRollup_cube_clauseContext is an interface to support dynamic dispatch.
type IRoutine_clauseContext ¶
type IRoutine_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRoutine_clauseContext differentiates from other interfaces. IsRoutine_clauseContext() }
IRoutine_clauseContext is an interface to support dynamic dispatch.
type IRoutine_nameContext ¶
type IRoutine_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRoutine_nameContext differentiates from other interfaces. IsRoutine_nameContext() }
IRoutine_nameContext is an interface to support dynamic dispatch.
type IRow_movement_clauseContext ¶
type IRow_movement_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsRow_movement_clauseContext differentiates from other interfaces. IsRow_movement_clauseContext() }
IRow_movement_clauseContext is an interface to support dynamic dispatch.
type ISample_clauseContext ¶
type ISample_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSample_clauseContext differentiates from other interfaces. IsSample_clauseContext() }
ISample_clauseContext is an interface to support dynamic dispatch.
type ISavepoint_nameContext ¶
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 ISavepoint_statementContext ¶
type ISavepoint_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSavepoint_statementContext differentiates from other interfaces. IsSavepoint_statementContext() }
ISavepoint_statementContext is an interface to support dynamic dispatch.
type ISchema_nameContext ¶
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 ISchema_object_nameContext ¶
type ISchema_object_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSchema_object_nameContext differentiates from other interfaces. IsSchema_object_nameContext() }
ISchema_object_nameContext is an interface to support dynamic dispatch.
type ISearch_clauseContext ¶
type ISearch_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSearch_clauseContext differentiates from other interfaces. IsSearch_clauseContext() }
ISearch_clauseContext is an interface to support dynamic dispatch.
type ISearched_case_statementContext ¶
type ISearched_case_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetCk1 returns the ck1 token. GetCk1() antlr.Token // SetCk1 sets the ck1 token. SetCk1(antlr.Token) // IsSearched_case_statementContext differentiates from other interfaces. IsSearched_case_statementContext() }
ISearched_case_statementContext is an interface to support dynamic dispatch.
type ISearched_case_when_partContext ¶
type ISearched_case_when_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSearched_case_when_partContext differentiates from other interfaces. IsSearched_case_when_partContext() }
ISearched_case_when_partContext is an interface to support dynamic dispatch.
type ISecurity_clauseContext ¶
type ISecurity_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSecurity_clauseContext differentiates from other interfaces. IsSecurity_clauseContext() }
ISecurity_clauseContext is an interface to support dynamic dispatch.
type ISeed_partContext ¶
type ISeed_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSeed_partContext differentiates from other interfaces. IsSeed_partContext() }
ISeed_partContext is an interface to support dynamic dispatch.
type ISegment_attributes_clauseContext ¶
type ISegment_attributes_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetTablespace_name returns the tablespace_name rule contexts. GetTablespace_name() IId_expressionContext // SetTablespace_name sets the tablespace_name rule contexts. SetTablespace_name(IId_expressionContext) // IsSegment_attributes_clauseContext differentiates from other interfaces. IsSegment_attributes_clauseContext() }
ISegment_attributes_clauseContext is an interface to support dynamic dispatch.
type ISegment_management_clauseContext ¶
type ISegment_management_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSegment_management_clauseContext differentiates from other interfaces. IsSegment_management_clauseContext() }
ISegment_management_clauseContext is an interface to support dynamic dispatch.
type ISelect_list_elementsContext ¶
type ISelect_list_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSelect_list_elementsContext differentiates from other interfaces. IsSelect_list_elementsContext() }
ISelect_list_elementsContext is an interface to support dynamic dispatch.
type ISelect_only_statementContext ¶
type ISelect_only_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSelect_only_statementContext differentiates from other interfaces. IsSelect_only_statementContext() }
ISelect_only_statementContext is an interface to support dynamic dispatch.
type ISelect_statementContext ¶
type ISelect_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSelect_statementContext differentiates from other interfaces. IsSelect_statementContext() }
ISelect_statementContext is an interface to support dynamic dispatch.
type ISelected_listContext ¶
type ISelected_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSelected_listContext differentiates from other interfaces. IsSelected_listContext() }
ISelected_listContext is an interface to support dynamic dispatch.
type ISelected_tableviewContext ¶
type ISelected_tableviewContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSelected_tableviewContext differentiates from other interfaces. IsSelected_tableviewContext() }
ISelected_tableviewContext is an interface to support dynamic dispatch.
type ISeq_of_declare_specsContext ¶
type ISeq_of_declare_specsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSeq_of_declare_specsContext differentiates from other interfaces. IsSeq_of_declare_specsContext() }
ISeq_of_declare_specsContext is an interface to support dynamic dispatch.
type ISeq_of_statementsContext ¶
type ISeq_of_statementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSeq_of_statementsContext differentiates from other interfaces. IsSeq_of_statementsContext() }
ISeq_of_statementsContext is an interface to support dynamic dispatch.
type ISequence_nameContext ¶
type ISequence_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSequence_nameContext differentiates from other interfaces. IsSequence_nameContext() }
ISequence_nameContext is an interface to support dynamic dispatch.
type ISequence_specContext ¶
type ISequence_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSequence_specContext differentiates from other interfaces. IsSequence_specContext() }
ISequence_specContext is an interface to support dynamic dispatch.
type ISequence_start_clauseContext ¶
type ISequence_start_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSequence_start_clauseContext differentiates from other interfaces. IsSequence_start_clauseContext() }
ISequence_start_clauseContext is an interface to support dynamic dispatch.
type ISet_commandContext ¶
type ISet_commandContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSet_commandContext differentiates from other interfaces. IsSet_commandContext() }
ISet_commandContext is an interface to support dynamic dispatch.
type ISet_constraint_commandContext ¶
type ISet_constraint_commandContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSet_constraint_commandContext differentiates from other interfaces. IsSet_constraint_commandContext() }
ISet_constraint_commandContext is an interface to support dynamic dispatch.
type ISet_container_dataContext ¶
type ISet_container_dataContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSet_container_dataContext differentiates from other interfaces. IsSet_container_dataContext() }
ISet_container_dataContext is an interface to support dynamic dispatch.
type ISet_time_zone_clauseContext ¶
type ISet_time_zone_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSet_time_zone_clauseContext differentiates from other interfaces. IsSet_time_zone_clauseContext() }
ISet_time_zone_clauseContext is an interface to support dynamic dispatch.
type ISet_transaction_commandContext ¶
type ISet_transaction_commandContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSet_transaction_commandContext differentiates from other interfaces. IsSet_transaction_commandContext() }
ISet_transaction_commandContext is an interface to support dynamic dispatch.
type IShrink_clauseContext ¶
type IShrink_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsShrink_clauseContext differentiates from other interfaces. IsShrink_clauseContext() }
IShrink_clauseContext is an interface to support dynamic dispatch.
type ISimple_case_statementContext ¶
type ISimple_case_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetCk1 returns the ck1 token. GetCk1() antlr.Token // SetCk1 sets the ck1 token. SetCk1(antlr.Token) // IsSimple_case_statementContext differentiates from other interfaces. IsSimple_case_statementContext() }
ISimple_case_statementContext is an interface to support dynamic dispatch.
type ISimple_case_when_partContext ¶
type ISimple_case_when_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSimple_case_when_partContext differentiates from other interfaces. IsSimple_case_when_partContext() }
ISimple_case_when_partContext is an interface to support dynamic dispatch.
type ISimple_dml_triggerContext ¶
type ISimple_dml_triggerContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSimple_dml_triggerContext differentiates from other interfaces. IsSimple_dml_triggerContext() }
ISimple_dml_triggerContext is an interface to support dynamic dispatch.
type ISingle_column_for_loopContext ¶
type ISingle_column_for_loopContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetAction_type returns the action_type token. GetAction_type() antlr.Token // SetAction_type sets the action_type token. SetAction_type(antlr.Token) // GetFromExpr returns the fromExpr rule contexts. GetFromExpr() IExpressionContext // GetToExpr returns the toExpr rule contexts. GetToExpr() IExpressionContext // GetAction_expr returns the action_expr rule contexts. GetAction_expr() IExpressionContext // SetFromExpr sets the fromExpr rule contexts. SetFromExpr(IExpressionContext) // SetToExpr sets the toExpr rule contexts. SetToExpr(IExpressionContext) // SetAction_expr sets the action_expr rule contexts. SetAction_expr(IExpressionContext) // IsSingle_column_for_loopContext differentiates from other interfaces. IsSingle_column_for_loopContext() }
ISingle_column_for_loopContext is an interface to support dynamic dispatch.
type ISingle_table_insertContext ¶
type ISingle_table_insertContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSingle_table_insertContext differentiates from other interfaces. IsSingle_table_insertContext() }
ISingle_table_insertContext is an interface to support dynamic dispatch.
type ISize_clauseContext ¶
type ISize_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSize_clauseContext differentiates from other interfaces. IsSize_clauseContext() }
ISize_clauseContext is an interface to support dynamic dispatch.
type ISort_or_nosortContext ¶
type ISort_or_nosortContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSort_or_nosortContext differentiates from other interfaces. IsSort_or_nosortContext() }
ISort_or_nosortContext is an interface to support dynamic dispatch.
type ISplit_index_partitionContext ¶
type ISplit_index_partitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSplit_index_partitionContext differentiates from other interfaces. IsSplit_index_partitionContext() }
ISplit_index_partitionContext is an interface to support dynamic dispatch.
type ISql_operationContext ¶
type ISql_operationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSql_operationContext differentiates from other interfaces. IsSql_operationContext() }
ISql_operationContext is an interface to support dynamic dispatch.
type ISql_plus_commandContext ¶
type ISql_plus_commandContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSql_plus_commandContext differentiates from other interfaces. IsSql_plus_commandContext() }
ISql_plus_commandContext is an interface to support dynamic dispatch.
type ISql_scriptContext ¶
type ISql_scriptContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSql_scriptContext differentiates from other interfaces. IsSql_scriptContext() }
ISql_scriptContext is an interface to support dynamic dispatch.
type ISql_statementContext ¶
type ISql_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSql_statementContext differentiates from other interfaces. IsSql_statementContext() }
ISql_statementContext is an interface to support dynamic dispatch.
type ISql_statement_shortcutContext ¶
type ISql_statement_shortcutContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSql_statement_shortcutContext differentiates from other interfaces. IsSql_statement_shortcutContext() }
ISql_statement_shortcutContext is an interface to support dynamic dispatch.
type ISqlj_object_typeContext ¶
type ISqlj_object_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSqlj_object_typeContext differentiates from other interfaces. IsSqlj_object_typeContext() }
ISqlj_object_typeContext is an interface to support dynamic dispatch.
type ISqlj_object_type_attrContext ¶
type ISqlj_object_type_attrContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSqlj_object_type_attrContext differentiates from other interfaces. IsSqlj_object_type_attrContext() }
ISqlj_object_type_attrContext is an interface to support dynamic dispatch.
type IStandard_functionContext ¶
type IStandard_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStandard_functionContext differentiates from other interfaces. IsStandard_functionContext() }
IStandard_functionContext is an interface to support dynamic dispatch.
type IStandard_prediction_function_keywordContext ¶
type IStandard_prediction_function_keywordContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStandard_prediction_function_keywordContext differentiates from other interfaces. IsStandard_prediction_function_keywordContext() }
IStandard_prediction_function_keywordContext is an interface to support dynamic dispatch.
type IStandby_database_clausesContext ¶
type IStandby_database_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStandby_database_clausesContext differentiates from other interfaces. IsStandby_database_clausesContext() }
IStandby_database_clausesContext is an interface to support dynamic dispatch.
type IStart_partContext ¶
type IStart_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStart_partContext differentiates from other interfaces. IsStart_partContext() }
IStart_partContext is an interface to support dynamic dispatch.
type IStart_standby_clauseContext ¶
type IStart_standby_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetScn_value returns the scn_value token. GetScn_value() antlr.Token // SetScn_value sets the scn_value token. SetScn_value(antlr.Token) // IsStart_standby_clauseContext differentiates from other interfaces. IsStart_standby_clauseContext() }
IStart_standby_clauseContext is an interface to support dynamic dispatch.
type IStart_time_columnContext ¶
type IStart_time_columnContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStart_time_columnContext differentiates from other interfaces. IsStart_time_columnContext() }
IStart_time_columnContext is an interface to support dynamic dispatch.
type IStartup_clausesContext ¶
type IStartup_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStartup_clausesContext differentiates from other interfaces. IsStartup_clausesContext() }
IStartup_clausesContext is an interface to support dynamic dispatch.
type IStatementContext ¶
type IStatementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStatementContext differentiates from other interfaces. IsStatementContext() }
IStatementContext is an interface to support dynamic dispatch.
type IStatic_returning_clauseContext ¶
type IStatic_returning_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStatic_returning_clauseContext differentiates from other interfaces. IsStatic_returning_clauseContext() }
IStatic_returning_clauseContext is an interface to support dynamic dispatch.
type IStatistics_type_nameContext ¶
type IStatistics_type_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStatistics_type_nameContext differentiates from other interfaces. IsStatistics_type_nameContext() }
IStatistics_type_nameContext is an interface to support dynamic dispatch.
type IStop_standby_clauseContext ¶
type IStop_standby_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStop_standby_clauseContext differentiates from other interfaces. IsStop_standby_clauseContext() }
IStop_standby_clauseContext is an interface to support dynamic dispatch.
type IStorage_clauseContext ¶
type IStorage_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetMinextents returns the minextents token. GetMinextents() antlr.Token // GetPctincrease returns the pctincrease token. GetPctincrease() antlr.Token // GetFreelists returns the freelists token. GetFreelists() antlr.Token // GetFreelist_groups returns the freelist_groups token. GetFreelist_groups() antlr.Token // SetMinextents sets the minextents token. SetMinextents(antlr.Token) // SetPctincrease sets the pctincrease token. SetPctincrease(antlr.Token) // SetFreelists sets the freelists token. SetFreelists(antlr.Token) // SetFreelist_groups sets the freelist_groups token. SetFreelist_groups(antlr.Token) // GetInitial_size returns the initial_size rule contexts. GetInitial_size() ISize_clauseContext // GetNext_size returns the next_size rule contexts. GetNext_size() ISize_clauseContext // SetInitial_size sets the initial_size rule contexts. SetInitial_size(ISize_clauseContext) // SetNext_size sets the next_size rule contexts. SetNext_size(ISize_clauseContext) // IsStorage_clauseContext differentiates from other interfaces. IsStorage_clauseContext() }
IStorage_clauseContext is an interface to support dynamic dispatch.
type IStorage_table_clauseContext ¶
type IStorage_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStorage_table_clauseContext differentiates from other interfaces. IsStorage_table_clauseContext() }
IStorage_table_clauseContext is an interface to support dynamic dispatch.
type IStreaming_clauseContext ¶
type IStreaming_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsStreaming_clauseContext differentiates from other interfaces. IsStreaming_clauseContext() }
IStreaming_clauseContext is an interface to support dynamic dispatch.
type IString_functionContext ¶
type IString_functionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsString_functionContext differentiates from other interfaces. IsString_functionContext() }
IString_functionContext is an interface to support dynamic dispatch.
type IString_function_nameContext ¶
type IString_function_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsString_function_nameContext differentiates from other interfaces. IsString_function_nameContext() }
IString_function_nameContext is an interface to support dynamic dispatch.
type ISubpartition_by_hashContext ¶
type ISubpartition_by_hashContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_by_hashContext differentiates from other interfaces. IsSubpartition_by_hashContext() }
ISubpartition_by_hashContext is an interface to support dynamic dispatch.
type ISubpartition_by_listContext ¶
type ISubpartition_by_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_by_listContext differentiates from other interfaces. IsSubpartition_by_listContext() }
ISubpartition_by_listContext is an interface to support dynamic dispatch.
type ISubpartition_by_rangeContext ¶
type ISubpartition_by_rangeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_by_rangeContext differentiates from other interfaces. IsSubpartition_by_rangeContext() }
ISubpartition_by_rangeContext is an interface to support dynamic dispatch.
type ISubpartition_key_valueContext ¶
type ISubpartition_key_valueContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_key_valueContext differentiates from other interfaces. IsSubpartition_key_valueContext() }
ISubpartition_key_valueContext is an interface to support dynamic dispatch.
type ISubpartition_nameContext ¶
type ISubpartition_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_nameContext differentiates from other interfaces. IsSubpartition_nameContext() }
ISubpartition_nameContext is an interface to support dynamic dispatch.
type ISubpartition_templateContext ¶
type ISubpartition_templateContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubpartition_templateContext differentiates from other interfaces. IsSubpartition_templateContext() }
ISubpartition_templateContext is an interface to support dynamic dispatch.
type ISubprog_decl_in_typeContext ¶
type ISubprog_decl_in_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubprog_decl_in_typeContext differentiates from other interfaces. IsSubprog_decl_in_typeContext() }
ISubprog_decl_in_typeContext is an interface to support dynamic dispatch.
type ISubprogram_specContext ¶
type ISubprogram_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubprogram_specContext differentiates from other interfaces. IsSubprogram_specContext() }
ISubprogram_specContext is an interface to support dynamic dispatch.
type ISubqueryContext ¶
type ISubqueryContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubqueryContext differentiates from other interfaces. IsSubqueryContext() }
ISubqueryContext is an interface to support dynamic dispatch.
type ISubquery_basic_elementsContext ¶
type ISubquery_basic_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubquery_basic_elementsContext differentiates from other interfaces. IsSubquery_basic_elementsContext() }
ISubquery_basic_elementsContext is an interface to support dynamic dispatch.
type ISubquery_factoring_clauseContext ¶
type ISubquery_factoring_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubquery_factoring_clauseContext differentiates from other interfaces. IsSubquery_factoring_clauseContext() }
ISubquery_factoring_clauseContext is an interface to support dynamic dispatch.
type ISubquery_operation_partContext ¶
type ISubquery_operation_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubquery_operation_partContext differentiates from other interfaces. IsSubquery_operation_partContext() }
ISubquery_operation_partContext is an interface to support dynamic dispatch.
type ISubquery_restriction_clauseContext ¶
type ISubquery_restriction_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubquery_restriction_clauseContext differentiates from other interfaces. IsSubquery_restriction_clauseContext() }
ISubquery_restriction_clauseContext is an interface to support dynamic dispatch.
type ISubstitutable_column_clauseContext ¶
type ISubstitutable_column_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubstitutable_column_clauseContext differentiates from other interfaces. IsSubstitutable_column_clauseContext() }
ISubstitutable_column_clauseContext is an interface to support dynamic dispatch.
type ISubtype_declarationContext ¶
type ISubtype_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSubtype_declarationContext differentiates from other interfaces. IsSubtype_declarationContext() }
ISubtype_declarationContext is an interface to support dynamic dispatch.
type ISupplemental_db_loggingContext ¶
type ISupplemental_db_loggingContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_db_loggingContext differentiates from other interfaces. IsSupplemental_db_loggingContext() }
ISupplemental_db_loggingContext is an interface to support dynamic dispatch.
type ISupplemental_id_key_clauseContext ¶
type ISupplemental_id_key_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_id_key_clauseContext differentiates from other interfaces. IsSupplemental_id_key_clauseContext() }
ISupplemental_id_key_clauseContext is an interface to support dynamic dispatch.
type ISupplemental_log_grp_clauseContext ¶
type ISupplemental_log_grp_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_log_grp_clauseContext differentiates from other interfaces. IsSupplemental_log_grp_clauseContext() }
ISupplemental_log_grp_clauseContext is an interface to support dynamic dispatch.
type ISupplemental_logging_propsContext ¶
type ISupplemental_logging_propsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_logging_propsContext differentiates from other interfaces. IsSupplemental_logging_propsContext() }
ISupplemental_logging_propsContext is an interface to support dynamic dispatch.
type ISupplemental_plsql_clauseContext ¶
type ISupplemental_plsql_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_plsql_clauseContext differentiates from other interfaces. IsSupplemental_plsql_clauseContext() }
ISupplemental_plsql_clauseContext is an interface to support dynamic dispatch.
type ISupplemental_table_loggingContext ¶
type ISupplemental_table_loggingContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSupplemental_table_loggingContext differentiates from other interfaces. IsSupplemental_table_loggingContext() }
ISupplemental_table_loggingContext is an interface to support dynamic dispatch.
type ISwallow_to_semiContext ¶
type ISwallow_to_semiContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSwallow_to_semiContext differentiates from other interfaces. IsSwallow_to_semiContext() }
ISwallow_to_semiContext is an interface to support dynamic dispatch.
type ISwitch_logfile_clauseContext ¶
type ISwitch_logfile_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSwitch_logfile_clauseContext differentiates from other interfaces. IsSwitch_logfile_clauseContext() }
ISwitch_logfile_clauseContext is an interface to support dynamic dispatch.
type ISynchronous_or_asynchronousContext ¶
type ISynchronous_or_asynchronousContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSynchronous_or_asynchronousContext differentiates from other interfaces. IsSynchronous_or_asynchronousContext() }
ISynchronous_or_asynchronousContext is an interface to support dynamic dispatch.
type ISynonym_nameContext ¶
type ISynonym_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSynonym_nameContext differentiates from other interfaces. IsSynonym_nameContext() }
ISynonym_nameContext is an interface to support dynamic dispatch.
type ISystem_partitioningContext ¶
type ISystem_partitioningContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSystem_partitioningContext differentiates from other interfaces. IsSystem_partitioningContext() }
ISystem_partitioningContext is an interface to support dynamic dispatch.
type ISystem_privilegeContext ¶
type ISystem_privilegeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsSystem_privilegeContext differentiates from other interfaces. IsSystem_privilegeContext() }
ISystem_privilegeContext is an interface to support dynamic dispatch.
type ITable_aliasContext ¶
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_collection_expressionContext ¶
type ITable_collection_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_collection_expressionContext differentiates from other interfaces. IsTable_collection_expressionContext() }
ITable_collection_expressionContext is an interface to support dynamic dispatch.
type ITable_compressionContext ¶
type ITable_compressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_compressionContext differentiates from other interfaces. IsTable_compressionContext() }
ITable_compressionContext is an interface to support dynamic dispatch.
type ITable_elementContext ¶
type ITable_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_elementContext differentiates from other interfaces. IsTable_elementContext() }
ITable_elementContext is an interface to support dynamic dispatch.
type ITable_index_clauseContext ¶
type ITable_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_index_clauseContext differentiates from other interfaces. IsTable_index_clauseContext() }
ITable_index_clauseContext is an interface to support dynamic dispatch.
type ITable_indexed_by_partContext ¶
type ITable_indexed_by_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetIdx1 returns the idx1 token. GetIdx1() antlr.Token // GetIdx2 returns the idx2 token. GetIdx2() antlr.Token // SetIdx1 sets the idx1 token. SetIdx1(antlr.Token) // SetIdx2 sets the idx2 token. SetIdx2(antlr.Token) // IsTable_indexed_by_partContext differentiates from other interfaces. IsTable_indexed_by_partContext() }
ITable_indexed_by_partContext is an interface to support dynamic dispatch.
type ITable_partition_descriptionContext ¶
type ITable_partition_descriptionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_partition_descriptionContext differentiates from other interfaces. IsTable_partition_descriptionContext() }
ITable_partition_descriptionContext is an interface to support dynamic dispatch.
type ITable_partitioning_clausesContext ¶
type ITable_partitioning_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_partitioning_clausesContext differentiates from other interfaces. IsTable_partitioning_clausesContext() }
ITable_partitioning_clausesContext is an interface to support dynamic dispatch.
type ITable_refContext ¶
type ITable_refContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_refContext differentiates from other interfaces. IsTable_refContext() }
ITable_refContext is an interface to support dynamic dispatch.
type ITable_ref_auxContext ¶
type ITable_ref_auxContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_ref_auxContext differentiates from other interfaces. IsTable_ref_auxContext() }
ITable_ref_auxContext is an interface to support dynamic dispatch.
type ITable_ref_aux_internalContext ¶
type ITable_ref_aux_internalContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_ref_aux_internalContext differentiates from other interfaces. IsTable_ref_aux_internalContext() }
ITable_ref_aux_internalContext is an interface to support dynamic dispatch.
type ITable_ref_listContext ¶
type ITable_ref_listContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_ref_listContext differentiates from other interfaces. IsTable_ref_listContext() }
ITable_ref_listContext is an interface to support dynamic dispatch.
type ITable_type_defContext ¶
type ITable_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_type_defContext differentiates from other interfaces. IsTable_type_defContext() }
ITable_type_defContext is an interface to support dynamic dispatch.
type ITable_var_nameContext ¶
type ITable_var_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTable_var_nameContext differentiates from other interfaces. IsTable_var_nameContext() }
ITable_var_nameContext is an interface to support dynamic dispatch.
type ITablespaceContext ¶
type ITablespaceContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespaceContext differentiates from other interfaces. IsTablespaceContext() }
ITablespaceContext is an interface to support dynamic dispatch.
type ITablespace_encryption_specContext ¶
type ITablespace_encryption_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetEncrypt_algorithm returns the encrypt_algorithm token. GetEncrypt_algorithm() antlr.Token // SetEncrypt_algorithm sets the encrypt_algorithm token. SetEncrypt_algorithm(antlr.Token) // IsTablespace_encryption_specContext differentiates from other interfaces. IsTablespace_encryption_specContext() }
ITablespace_encryption_specContext is an interface to support dynamic dispatch.
type ITablespace_group_clauseContext ¶
type ITablespace_group_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespace_group_clauseContext differentiates from other interfaces. IsTablespace_group_clauseContext() }
ITablespace_group_clauseContext is an interface to support dynamic dispatch.
type ITablespace_group_nameContext ¶
type ITablespace_group_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespace_group_nameContext differentiates from other interfaces. IsTablespace_group_nameContext() }
ITablespace_group_nameContext is an interface to support dynamic dispatch.
type ITablespace_logging_clausesContext ¶
type ITablespace_logging_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespace_logging_clausesContext differentiates from other interfaces. IsTablespace_logging_clausesContext() }
ITablespace_logging_clausesContext is an interface to support dynamic dispatch.
type ITablespace_retention_clauseContext ¶
type ITablespace_retention_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespace_retention_clauseContext differentiates from other interfaces. IsTablespace_retention_clauseContext() }
ITablespace_retention_clauseContext is an interface to support dynamic dispatch.
type ITablespace_state_clausesContext ¶
type ITablespace_state_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTablespace_state_clausesContext differentiates from other interfaces. IsTablespace_state_clausesContext() }
ITablespace_state_clausesContext is an interface to support dynamic dispatch.
type ITableview_nameContext ¶
type ITableview_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTableview_nameContext differentiates from other interfaces. IsTableview_nameContext() }
ITableview_nameContext is an interface to support dynamic dispatch.
type ITempfile_specificationContext ¶
type ITempfile_specificationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTempfile_specificationContext differentiates from other interfaces. IsTempfile_specificationContext() }
ITempfile_specificationContext is an interface to support dynamic dispatch.
type ITemporary_tablespace_clauseContext ¶
type ITemporary_tablespace_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetTablespace_name returns the tablespace_name rule contexts. GetTablespace_name() IId_expressionContext // SetTablespace_name sets the tablespace_name rule contexts. SetTablespace_name(IId_expressionContext) // IsTemporary_tablespace_clauseContext differentiates from other interfaces. IsTemporary_tablespace_clauseContext() }
ITemporary_tablespace_clauseContext is an interface to support dynamic dispatch.
type ITiming_point_sectionContext ¶
type ITiming_point_sectionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetBk returns the bk token. GetBk() antlr.Token // GetAk returns the ak token. GetAk() antlr.Token // SetBk sets the bk token. SetBk(antlr.Token) // SetAk sets the ak token. SetAk(antlr.Token) // IsTiming_point_sectionContext differentiates from other interfaces. IsTiming_point_sectionContext() }
ITiming_point_sectionContext is an interface to support dynamic dispatch.
type ITrace_file_clauseContext ¶
type ITrace_file_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrace_file_clauseContext differentiates from other interfaces. IsTrace_file_clauseContext() }
ITrace_file_clauseContext is an interface to support dynamic dispatch.
type ITransaction_control_statementsContext ¶
type ITransaction_control_statementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTransaction_control_statementsContext differentiates from other interfaces. IsTransaction_control_statementsContext() }
ITransaction_control_statementsContext is an interface to support dynamic dispatch.
type ITrigger_blockContext ¶
type ITrigger_blockContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrigger_blockContext differentiates from other interfaces. IsTrigger_blockContext() }
ITrigger_blockContext is an interface to support dynamic dispatch.
type ITrigger_bodyContext ¶
type ITrigger_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrigger_bodyContext differentiates from other interfaces. IsTrigger_bodyContext() }
ITrigger_bodyContext is an interface to support dynamic dispatch.
type ITrigger_follows_clauseContext ¶
type ITrigger_follows_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrigger_follows_clauseContext differentiates from other interfaces. IsTrigger_follows_clauseContext() }
ITrigger_follows_clauseContext is an interface to support dynamic dispatch.
type ITrigger_nameContext ¶
type ITrigger_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrigger_nameContext differentiates from other interfaces. IsTrigger_nameContext() }
ITrigger_nameContext is an interface to support dynamic dispatch.
type ITrigger_when_clauseContext ¶
type ITrigger_when_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTrigger_when_clauseContext differentiates from other interfaces. IsTrigger_when_clauseContext() }
ITrigger_when_clauseContext is an interface to support dynamic dispatch.
type ITruncate_tableContext ¶
type ITruncate_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsTruncate_tableContext differentiates from other interfaces. IsTruncate_tableContext() }
ITruncate_tableContext is an interface to support dynamic dispatch.
type IType_bodyContext ¶
type IType_bodyContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_bodyContext differentiates from other interfaces. IsType_bodyContext() }
IType_bodyContext is an interface to support dynamic dispatch.
type IType_body_elementsContext ¶
type IType_body_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_body_elementsContext differentiates from other interfaces. IsType_body_elementsContext() }
IType_body_elementsContext is an interface to support dynamic dispatch.
type IType_declarationContext ¶
type IType_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_declarationContext differentiates from other interfaces. IsType_declarationContext() }
IType_declarationContext is an interface to support dynamic dispatch.
type IType_definitionContext ¶
type IType_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_definitionContext differentiates from other interfaces. IsType_definitionContext() }
IType_definitionContext is an interface to support dynamic dispatch.
type IType_elements_parameterContext ¶
type IType_elements_parameterContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_elements_parameterContext differentiates from other interfaces. IsType_elements_parameterContext() }
IType_elements_parameterContext is an interface to support dynamic dispatch.
type IType_function_specContext ¶
type IType_function_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_function_specContext differentiates from other interfaces. IsType_function_specContext() }
IType_function_specContext is an interface to support dynamic dispatch.
type IType_nameContext ¶
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 IType_procedure_specContext ¶
type IType_procedure_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_procedure_specContext differentiates from other interfaces. IsType_procedure_specContext() }
IType_procedure_specContext is an interface to support dynamic dispatch.
type IType_specContext ¶
type IType_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsType_specContext differentiates from other interfaces. IsType_specContext() }
IType_specContext is an interface to support dynamic dispatch.
type IUnary_expressionContext ¶
type IUnary_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnary_expressionContext differentiates from other interfaces. IsUnary_expressionContext() }
IUnary_expressionContext is an interface to support dynamic dispatch.
type IUnary_logical_expressionContext ¶
type IUnary_logical_expressionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnary_logical_expressionContext differentiates from other interfaces. IsUnary_logical_expressionContext() }
IUnary_logical_expressionContext is an interface to support dynamic dispatch.
type IUndo_tablespace_clauseContext ¶
type IUndo_tablespace_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // GetTablespace_name returns the tablespace_name rule contexts. GetTablespace_name() IId_expressionContext // SetTablespace_name sets the tablespace_name rule contexts. SetTablespace_name(IId_expressionContext) // IsUndo_tablespace_clauseContext differentiates from other interfaces. IsUndo_tablespace_clauseContext() }
IUndo_tablespace_clauseContext is an interface to support dynamic dispatch.
type IUnified_auditingContext ¶
type IUnified_auditingContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnified_auditingContext differentiates from other interfaces. IsUnified_auditingContext() }
IUnified_auditingContext is an interface to support dynamic dispatch.
type IUnique_key_clauseContext ¶
type IUnique_key_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnique_key_clauseContext differentiates from other interfaces. IsUnique_key_clauseContext() }
IUnique_key_clauseContext is an interface to support dynamic dispatch.
type IUnit_statementContext ¶
type IUnit_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnit_statementContext differentiates from other interfaces. IsUnit_statementContext() }
IUnit_statementContext is an interface to support dynamic dispatch.
type IUnpivot_clauseContext ¶
type IUnpivot_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnpivot_clauseContext differentiates from other interfaces. IsUnpivot_clauseContext() }
IUnpivot_clauseContext is an interface to support dynamic dispatch.
type IUnpivot_in_clauseContext ¶
type IUnpivot_in_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnpivot_in_clauseContext differentiates from other interfaces. IsUnpivot_in_clauseContext() }
IUnpivot_in_clauseContext is an interface to support dynamic dispatch.
type IUnpivot_in_elementsContext ¶
type IUnpivot_in_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUnpivot_in_elementsContext differentiates from other interfaces. IsUnpivot_in_elementsContext() }
IUnpivot_in_elementsContext is an interface to support dynamic dispatch.
type IUntil_partContext ¶
type IUntil_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUntil_partContext differentiates from other interfaces. IsUntil_partContext() }
IUntil_partContext is an interface to support dynamic dispatch.
type IUpdate_set_clauseContext ¶
type IUpdate_set_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUpdate_set_clauseContext differentiates from other interfaces. IsUpdate_set_clauseContext() }
IUpdate_set_clauseContext is an interface to support dynamic dispatch.
type IUpdate_statementContext ¶
type IUpdate_statementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUpdate_statementContext differentiates from other interfaces. IsUpdate_statementContext() }
IUpdate_statementContext is an interface to support dynamic dispatch.
type IUpgrade_or_downgradeContext ¶
type IUpgrade_or_downgradeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUpgrade_or_downgradeContext differentiates from other interfaces. IsUpgrade_or_downgradeContext() }
IUpgrade_or_downgradeContext is an interface to support dynamic dispatch.
type IUpgrade_table_clauseContext ¶
type IUpgrade_table_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUpgrade_table_clauseContext differentiates from other interfaces. IsUpgrade_table_clauseContext() }
IUpgrade_table_clauseContext is an interface to support dynamic dispatch.
type IUpper_boundContext ¶
type IUpper_boundContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUpper_boundContext differentiates from other interfaces. IsUpper_boundContext() }
IUpper_boundContext is an interface to support dynamic dispatch.
type IUser_default_role_clauseContext ¶
type IUser_default_role_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUser_default_role_clauseContext differentiates from other interfaces. IsUser_default_role_clauseContext() }
IUser_default_role_clauseContext is an interface to support dynamic dispatch.
type IUser_editions_clauseContext ¶
type IUser_editions_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUser_editions_clauseContext differentiates from other interfaces. IsUser_editions_clauseContext() }
IUser_editions_clauseContext is an interface to support dynamic dispatch.
type IUser_lock_clauseContext ¶
type IUser_lock_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUser_lock_clauseContext differentiates from other interfaces. IsUser_lock_clauseContext() }
IUser_lock_clauseContext is an interface to support dynamic dispatch.
type IUser_object_nameContext ¶
type IUser_object_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUser_object_nameContext differentiates from other interfaces. IsUser_object_nameContext() }
IUser_object_nameContext is an interface to support dynamic dispatch.
type IUser_tablespace_clauseContext ¶
type IUser_tablespace_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUser_tablespace_clauseContext differentiates from other interfaces. IsUser_tablespace_clauseContext() }
IUser_tablespace_clauseContext is an interface to support dynamic dispatch.
type IUsing_clauseContext ¶
type IUsing_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUsing_clauseContext differentiates from other interfaces. IsUsing_clauseContext() }
IUsing_clauseContext is an interface to support dynamic dispatch.
type IUsing_elementContext ¶
type IUsing_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUsing_elementContext differentiates from other interfaces. IsUsing_elementContext() }
IUsing_elementContext is an interface to support dynamic dispatch.
type IUsing_index_clauseContext ¶
type IUsing_index_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUsing_index_clauseContext differentiates from other interfaces. IsUsing_index_clauseContext() }
IUsing_index_clauseContext is an interface to support dynamic dispatch.
type IUsing_statistics_typeContext ¶
type IUsing_statistics_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsUsing_statistics_typeContext differentiates from other interfaces. IsUsing_statistics_typeContext() }
IUsing_statistics_typeContext is an interface to support dynamic dispatch.
type IValidation_clausesContext ¶
type IValidation_clausesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsValidation_clausesContext differentiates from other interfaces. IsValidation_clausesContext() }
IValidation_clausesContext is an interface to support dynamic dispatch.
type IValues_clauseContext ¶
type IValues_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsValues_clauseContext differentiates from other interfaces. IsValues_clauseContext() }
IValues_clauseContext is an interface to support dynamic dispatch.
type IVariable_declarationContext ¶
type IVariable_declarationContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVariable_declarationContext differentiates from other interfaces. IsVariable_declarationContext() }
IVariable_declarationContext is an interface to support dynamic dispatch.
type IVariable_nameContext ¶
type IVariable_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVariable_nameContext differentiates from other interfaces. IsVariable_nameContext() }
IVariable_nameContext is an interface to support dynamic dispatch.
type IVarray_col_propertiesContext ¶
type IVarray_col_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVarray_col_propertiesContext differentiates from other interfaces. IsVarray_col_propertiesContext() }
IVarray_col_propertiesContext is an interface to support dynamic dispatch.
type IVarray_itemContext ¶
type IVarray_itemContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVarray_itemContext differentiates from other interfaces. IsVarray_itemContext() }
IVarray_itemContext is an interface to support dynamic dispatch.
type IVarray_storage_clauseContext ¶
type IVarray_storage_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVarray_storage_clauseContext differentiates from other interfaces. IsVarray_storage_clauseContext() }
IVarray_storage_clauseContext is an interface to support dynamic dispatch.
type IVarray_type_defContext ¶
type IVarray_type_defContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVarray_type_defContext differentiates from other interfaces. IsVarray_type_defContext() }
IVarray_type_defContext is an interface to support dynamic dispatch.
type IView_alias_constraintContext ¶
type IView_alias_constraintContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsView_alias_constraintContext differentiates from other interfaces. IsView_alias_constraintContext() }
IView_alias_constraintContext is an interface to support dynamic dispatch.
type IView_optionsContext ¶
type IView_optionsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsView_optionsContext differentiates from other interfaces. IsView_optionsContext() }
IView_optionsContext is an interface to support dynamic dispatch.
type IVirtual_column_definitionContext ¶
type IVirtual_column_definitionContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVirtual_column_definitionContext differentiates from other interfaces. IsVirtual_column_definitionContext() }
IVirtual_column_definitionContext is an interface to support dynamic dispatch.
type IVisible_or_invisibleContext ¶
type IVisible_or_invisibleContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsVisible_or_invisibleContext differentiates from other interfaces. IsVisible_or_invisibleContext() }
IVisible_or_invisibleContext is an interface to support dynamic dispatch.
type IWait_nowait_partContext ¶
type IWait_nowait_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWait_nowait_partContext differentiates from other interfaces. IsWait_nowait_partContext() }
IWait_nowait_partContext is an interface to support dynamic dispatch.
type IWhenever_commandContext ¶
type IWhenever_commandContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWhenever_commandContext differentiates from other interfaces. IsWhenever_commandContext() }
IWhenever_commandContext is an interface to support dynamic dispatch.
type IWhere_clauseContext ¶
type IWhere_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWhere_clauseContext differentiates from other interfaces. IsWhere_clauseContext() }
IWhere_clauseContext is an interface to support dynamic dispatch.
type IWindowing_clauseContext ¶
type IWindowing_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWindowing_clauseContext differentiates from other interfaces. IsWindowing_clauseContext() }
IWindowing_clauseContext is an interface to support dynamic dispatch.
type IWindowing_elementsContext ¶
type IWindowing_elementsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWindowing_elementsContext differentiates from other interfaces. IsWindowing_elementsContext() }
IWindowing_elementsContext is an interface to support dynamic dispatch.
type IWindowing_typeContext ¶
type IWindowing_typeContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWindowing_typeContext differentiates from other interfaces. IsWindowing_typeContext() }
IWindowing_typeContext is an interface to support dynamic dispatch.
type IWithin_or_over_clause_keywordContext ¶
type IWithin_or_over_clause_keywordContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWithin_or_over_clause_keywordContext differentiates from other interfaces. IsWithin_or_over_clause_keywordContext() }
IWithin_or_over_clause_keywordContext is an interface to support dynamic dispatch.
type IWithin_or_over_partContext ¶
type IWithin_or_over_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWithin_or_over_partContext differentiates from other interfaces. IsWithin_or_over_partContext() }
IWithin_or_over_partContext is an interface to support dynamic dispatch.
type IWrite_clauseContext ¶
type IWrite_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsWrite_clauseContext differentiates from other interfaces. IsWrite_clauseContext() }
IWrite_clauseContext is an interface to support dynamic dispatch.
type IXml_attributes_clauseContext ¶
type IXml_attributes_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_attributes_clauseContext differentiates from other interfaces. IsXml_attributes_clauseContext() }
IXml_attributes_clauseContext is an interface to support dynamic dispatch.
type IXml_column_nameContext ¶
type IXml_column_nameContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_column_nameContext differentiates from other interfaces. IsXml_column_nameContext() }
IXml_column_nameContext is an interface to support dynamic dispatch.
type IXml_general_default_partContext ¶
type IXml_general_default_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_general_default_partContext differentiates from other interfaces. IsXml_general_default_partContext() }
IXml_general_default_partContext is an interface to support dynamic dispatch.
type IXml_multiuse_expression_elementContext ¶
type IXml_multiuse_expression_elementContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_multiuse_expression_elementContext differentiates from other interfaces. IsXml_multiuse_expression_elementContext() }
IXml_multiuse_expression_elementContext is an interface to support dynamic dispatch.
type IXml_namespaces_clauseContext ¶
type IXml_namespaces_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_namespaces_clauseContext differentiates from other interfaces. IsXml_namespaces_clauseContext() }
IXml_namespaces_clauseContext is an interface to support dynamic dispatch.
type IXml_passing_clauseContext ¶
type IXml_passing_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_passing_clauseContext differentiates from other interfaces. IsXml_passing_clauseContext() }
IXml_passing_clauseContext is an interface to support dynamic dispatch.
type IXml_table_columnContext ¶
type IXml_table_columnContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXml_table_columnContext differentiates from other interfaces. IsXml_table_columnContext() }
IXml_table_columnContext is an interface to support dynamic dispatch.
type IXmlindex_clauseContext ¶
type IXmlindex_clauseContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlindex_clauseContext differentiates from other interfaces. IsXmlindex_clauseContext() }
IXmlindex_clauseContext is an interface to support dynamic dispatch.
type IXmlroot_param_standalone_partContext ¶
type IXmlroot_param_standalone_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlroot_param_standalone_partContext differentiates from other interfaces. IsXmlroot_param_standalone_partContext() }
IXmlroot_param_standalone_partContext is an interface to support dynamic dispatch.
type IXmlroot_param_version_partContext ¶
type IXmlroot_param_version_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlroot_param_version_partContext differentiates from other interfaces. IsXmlroot_param_version_partContext() }
IXmlroot_param_version_partContext is an interface to support dynamic dispatch.
type IXmlschema_specContext ¶
type IXmlschema_specContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlschema_specContext differentiates from other interfaces. IsXmlschema_specContext() }
IXmlschema_specContext is an interface to support dynamic dispatch.
type IXmlserialize_param_enconding_partContext ¶
type IXmlserialize_param_enconding_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlserialize_param_enconding_partContext differentiates from other interfaces. IsXmlserialize_param_enconding_partContext() }
IXmlserialize_param_enconding_partContext is an interface to support dynamic dispatch.
type IXmlserialize_param_ident_partContext ¶
type IXmlserialize_param_ident_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlserialize_param_ident_partContext differentiates from other interfaces. IsXmlserialize_param_ident_partContext() }
IXmlserialize_param_ident_partContext is an interface to support dynamic dispatch.
type IXmlserialize_param_version_partContext ¶
type IXmlserialize_param_version_partContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmlserialize_param_version_partContext differentiates from other interfaces. IsXmlserialize_param_version_partContext() }
IXmlserialize_param_version_partContext is an interface to support dynamic dispatch.
type IXmltableContext ¶
type IXmltableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmltableContext differentiates from other interfaces. IsXmltableContext() }
IXmltableContext is an interface to support dynamic dispatch.
type IXmltype_column_propertiesContext ¶
type IXmltype_column_propertiesContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmltype_column_propertiesContext differentiates from other interfaces. IsXmltype_column_propertiesContext() }
IXmltype_column_propertiesContext is an interface to support dynamic dispatch.
type IXmltype_storageContext ¶
type IXmltype_storageContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmltype_storageContext differentiates from other interfaces. IsXmltype_storageContext() }
IXmltype_storageContext is an interface to support dynamic dispatch.
type IXmltype_tableContext ¶
type IXmltype_tableContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmltype_tableContext differentiates from other interfaces. IsXmltype_tableContext() }
IXmltype_tableContext is an interface to support dynamic dispatch.
type IXmltype_virtual_columnsContext ¶
type IXmltype_virtual_columnsContext interface { antlr.ParserRuleContext // GetParser returns the parser. GetParser() antlr.Parser // IsXmltype_virtual_columnsContext differentiates from other interfaces. IsXmltype_virtual_columnsContext() }
IXmltype_virtual_columnsContext is an interface to support dynamic dispatch.
type Id_expressionContext ¶
type Id_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyId_expressionContext ¶
func NewEmptyId_expressionContext() *Id_expressionContext
func NewId_expressionContext ¶
func NewId_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Id_expressionContext
func (*Id_expressionContext) DELIMITED_ID ¶
func (s *Id_expressionContext) DELIMITED_ID() antlr.TerminalNode
func (*Id_expressionContext) EnterRule ¶
func (s *Id_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Id_expressionContext) ExitRule ¶
func (s *Id_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Id_expressionContext) GetParser ¶
func (s *Id_expressionContext) GetParser() antlr.Parser
func (*Id_expressionContext) GetRuleContext ¶
func (s *Id_expressionContext) GetRuleContext() antlr.RuleContext
func (*Id_expressionContext) IsId_expressionContext ¶
func (*Id_expressionContext) IsId_expressionContext()
func (*Id_expressionContext) Regular_id ¶
func (s *Id_expressionContext) Regular_id() IRegular_idContext
func (*Id_expressionContext) ToStringTree ¶
func (s *Id_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Identified_byContext ¶
type Identified_byContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIdentified_byContext ¶
func NewEmptyIdentified_byContext() *Identified_byContext
func NewIdentified_byContext ¶
func NewIdentified_byContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Identified_byContext
func (*Identified_byContext) BY ¶
func (s *Identified_byContext) BY() antlr.TerminalNode
func (*Identified_byContext) EnterRule ¶
func (s *Identified_byContext) EnterRule(listener antlr.ParseTreeListener)
func (*Identified_byContext) ExitRule ¶
func (s *Identified_byContext) ExitRule(listener antlr.ParseTreeListener)
func (*Identified_byContext) GetParser ¶
func (s *Identified_byContext) GetParser() antlr.Parser
func (*Identified_byContext) GetRuleContext ¶
func (s *Identified_byContext) GetRuleContext() antlr.RuleContext
func (*Identified_byContext) IDENTIFIED ¶
func (s *Identified_byContext) IDENTIFIED() antlr.TerminalNode
func (*Identified_byContext) Id_expression ¶
func (s *Identified_byContext) Id_expression() IId_expressionContext
func (*Identified_byContext) IsIdentified_byContext ¶
func (*Identified_byContext) IsIdentified_byContext()
func (*Identified_byContext) ToStringTree ¶
func (s *Identified_byContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Identified_other_clauseContext ¶
type Identified_other_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIdentified_other_clauseContext ¶
func NewEmptyIdentified_other_clauseContext() *Identified_other_clauseContext
func NewIdentified_other_clauseContext ¶
func NewIdentified_other_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Identified_other_clauseContext
func (*Identified_other_clauseContext) AS ¶
func (s *Identified_other_clauseContext) AS() antlr.TerminalNode
func (*Identified_other_clauseContext) EXTERNALLY ¶
func (s *Identified_other_clauseContext) EXTERNALLY() antlr.TerminalNode
func (*Identified_other_clauseContext) EnterRule ¶
func (s *Identified_other_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Identified_other_clauseContext) ExitRule ¶
func (s *Identified_other_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Identified_other_clauseContext) GLOBALLY ¶
func (s *Identified_other_clauseContext) GLOBALLY() antlr.TerminalNode
func (*Identified_other_clauseContext) GetParser ¶
func (s *Identified_other_clauseContext) GetParser() antlr.Parser
func (*Identified_other_clauseContext) GetRuleContext ¶
func (s *Identified_other_clauseContext) GetRuleContext() antlr.RuleContext
func (*Identified_other_clauseContext) IDENTIFIED ¶
func (s *Identified_other_clauseContext) IDENTIFIED() antlr.TerminalNode
func (*Identified_other_clauseContext) IsIdentified_other_clauseContext ¶
func (*Identified_other_clauseContext) IsIdentified_other_clauseContext()
func (*Identified_other_clauseContext) Quoted_string ¶
func (s *Identified_other_clauseContext) Quoted_string() IQuoted_stringContext
func (*Identified_other_clauseContext) ToStringTree ¶
func (s *Identified_other_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IdentifierContext ¶
type IdentifierContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIdentifierContext ¶
func NewEmptyIdentifierContext() *IdentifierContext
func NewIdentifierContext ¶
func NewIdentifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IdentifierContext
func (*IdentifierContext) Char_set_name ¶
func (s *IdentifierContext) Char_set_name() IChar_set_nameContext
func (*IdentifierContext) EnterRule ¶
func (s *IdentifierContext) EnterRule(listener antlr.ParseTreeListener)
func (*IdentifierContext) ExitRule ¶
func (s *IdentifierContext) ExitRule(listener antlr.ParseTreeListener)
func (*IdentifierContext) GetParser ¶
func (s *IdentifierContext) GetParser() antlr.Parser
func (*IdentifierContext) GetRuleContext ¶
func (s *IdentifierContext) GetRuleContext() antlr.RuleContext
func (*IdentifierContext) INTRODUCER ¶
func (s *IdentifierContext) INTRODUCER() antlr.TerminalNode
func (*IdentifierContext) Id_expression ¶
func (s *IdentifierContext) Id_expression() IId_expressionContext
func (*IdentifierContext) IsIdentifierContext ¶
func (*IdentifierContext) IsIdentifierContext()
func (*IdentifierContext) ToStringTree ¶
func (s *IdentifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type If_statementContext ¶
type If_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIf_statementContext ¶
func NewEmptyIf_statementContext() *If_statementContext
func NewIf_statementContext ¶
func NewIf_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_statementContext
func (*If_statementContext) AllElsif_part ¶
func (s *If_statementContext) AllElsif_part() []IElsif_partContext
func (*If_statementContext) AllIF ¶
func (s *If_statementContext) AllIF() []antlr.TerminalNode
func (*If_statementContext) Condition ¶
func (s *If_statementContext) Condition() IConditionContext
func (*If_statementContext) END ¶
func (s *If_statementContext) END() antlr.TerminalNode
func (*If_statementContext) Else_part ¶
func (s *If_statementContext) Else_part() IElse_partContext
func (*If_statementContext) Elsif_part ¶
func (s *If_statementContext) Elsif_part(i int) IElsif_partContext
func (*If_statementContext) EnterRule ¶
func (s *If_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_statementContext) ExitRule ¶
func (s *If_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_statementContext) GetParser ¶
func (s *If_statementContext) GetParser() antlr.Parser
func (*If_statementContext) GetRuleContext ¶
func (s *If_statementContext) GetRuleContext() antlr.RuleContext
func (*If_statementContext) IF ¶
func (s *If_statementContext) IF(i int) antlr.TerminalNode
func (*If_statementContext) IsIf_statementContext ¶
func (*If_statementContext) IsIf_statementContext()
func (*If_statementContext) Seq_of_statements ¶
func (s *If_statementContext) Seq_of_statements() ISeq_of_statementsContext
func (*If_statementContext) THEN ¶
func (s *If_statementContext) THEN() antlr.TerminalNode
func (*If_statementContext) ToStringTree ¶
func (s *If_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Implementation_type_nameContext ¶
type Implementation_type_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyImplementation_type_nameContext ¶
func NewEmptyImplementation_type_nameContext() *Implementation_type_nameContext
func NewImplementation_type_nameContext ¶
func NewImplementation_type_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Implementation_type_nameContext
func (*Implementation_type_nameContext) EnterRule ¶
func (s *Implementation_type_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Implementation_type_nameContext) ExitRule ¶
func (s *Implementation_type_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Implementation_type_nameContext) GetParser ¶
func (s *Implementation_type_nameContext) GetParser() antlr.Parser
func (*Implementation_type_nameContext) GetRuleContext ¶
func (s *Implementation_type_nameContext) GetRuleContext() antlr.RuleContext
func (*Implementation_type_nameContext) Id_expression ¶
func (s *Implementation_type_nameContext) Id_expression() IId_expressionContext
func (*Implementation_type_nameContext) Identifier ¶
func (s *Implementation_type_nameContext) Identifier() IIdentifierContext
func (*Implementation_type_nameContext) IsImplementation_type_nameContext ¶
func (*Implementation_type_nameContext) IsImplementation_type_nameContext()
func (*Implementation_type_nameContext) PERIOD ¶
func (s *Implementation_type_nameContext) PERIOD() antlr.TerminalNode
func (*Implementation_type_nameContext) ToStringTree ¶
func (s *Implementation_type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type In_elementsContext ¶
type In_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIn_elementsContext ¶
func NewEmptyIn_elementsContext() *In_elementsContext
func NewIn_elementsContext ¶
func NewIn_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *In_elementsContext
func (*In_elementsContext) AllCOMMA ¶
func (s *In_elementsContext) AllCOMMA() []antlr.TerminalNode
func (*In_elementsContext) AllConcatenation ¶
func (s *In_elementsContext) AllConcatenation() []IConcatenationContext
func (*In_elementsContext) Bind_variable ¶
func (s *In_elementsContext) Bind_variable() IBind_variableContext
func (*In_elementsContext) COMMA ¶
func (s *In_elementsContext) COMMA(i int) antlr.TerminalNode
func (*In_elementsContext) Concatenation ¶
func (s *In_elementsContext) Concatenation(i int) IConcatenationContext
func (*In_elementsContext) Constant ¶
func (s *In_elementsContext) Constant() IConstantContext
func (*In_elementsContext) EnterRule ¶
func (s *In_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*In_elementsContext) ExitRule ¶
func (s *In_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*In_elementsContext) General_element ¶
func (s *In_elementsContext) General_element() IGeneral_elementContext
func (*In_elementsContext) GetParser ¶
func (s *In_elementsContext) GetParser() antlr.Parser
func (*In_elementsContext) GetRuleContext ¶
func (s *In_elementsContext) GetRuleContext() antlr.RuleContext
func (*In_elementsContext) IsIn_elementsContext ¶
func (*In_elementsContext) IsIn_elementsContext()
func (*In_elementsContext) LEFT_PAREN ¶
func (s *In_elementsContext) LEFT_PAREN() antlr.TerminalNode
func (*In_elementsContext) RIGHT_PAREN ¶
func (s *In_elementsContext) RIGHT_PAREN() antlr.TerminalNode
func (*In_elementsContext) Subquery ¶
func (s *In_elementsContext) Subquery() ISubqueryContext
func (*In_elementsContext) ToStringTree ¶
func (s *In_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Including_or_excludingContext ¶
type Including_or_excludingContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIncluding_or_excludingContext ¶
func NewEmptyIncluding_or_excludingContext() *Including_or_excludingContext
func NewIncluding_or_excludingContext ¶
func NewIncluding_or_excludingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Including_or_excludingContext
func (*Including_or_excludingContext) EXCLUDING ¶
func (s *Including_or_excludingContext) EXCLUDING() antlr.TerminalNode
func (*Including_or_excludingContext) EnterRule ¶
func (s *Including_or_excludingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Including_or_excludingContext) ExitRule ¶
func (s *Including_or_excludingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Including_or_excludingContext) GetParser ¶
func (s *Including_or_excludingContext) GetParser() antlr.Parser
func (*Including_or_excludingContext) GetRuleContext ¶
func (s *Including_or_excludingContext) GetRuleContext() antlr.RuleContext
func (*Including_or_excludingContext) INCLUDING ¶
func (s *Including_or_excludingContext) INCLUDING() antlr.TerminalNode
func (*Including_or_excludingContext) IsIncluding_or_excludingContext ¶
func (*Including_or_excludingContext) IsIncluding_or_excludingContext()
func (*Including_or_excludingContext) ToStringTree ¶
func (s *Including_or_excludingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Index_attributesContext ¶
type Index_attributesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_attributesContext ¶
func NewEmptyIndex_attributesContext() *Index_attributesContext
func NewIndex_attributesContext ¶
func NewIndex_attributesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_attributesContext
func (*Index_attributesContext) AllDEFAULT ¶
func (s *Index_attributesContext) AllDEFAULT() []antlr.TerminalNode
func (*Index_attributesContext) AllKey_compression ¶
func (s *Index_attributesContext) AllKey_compression() []IKey_compressionContext
func (*Index_attributesContext) AllLogging_clause ¶
func (s *Index_attributesContext) AllLogging_clause() []ILogging_clauseContext
func (*Index_attributesContext) AllParallel_clause ¶
func (s *Index_attributesContext) AllParallel_clause() []IParallel_clauseContext
func (*Index_attributesContext) AllPhysical_attributes_clause ¶
func (s *Index_attributesContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Index_attributesContext) AllREVERSE ¶
func (s *Index_attributesContext) AllREVERSE() []antlr.TerminalNode
func (*Index_attributesContext) AllSort_or_nosort ¶
func (s *Index_attributesContext) AllSort_or_nosort() []ISort_or_nosortContext
func (*Index_attributesContext) AllTABLESPACE ¶
func (s *Index_attributesContext) AllTABLESPACE() []antlr.TerminalNode
func (*Index_attributesContext) AllTablespace ¶
func (s *Index_attributesContext) AllTablespace() []ITablespaceContext
func (*Index_attributesContext) AllVisible_or_invisible ¶
func (s *Index_attributesContext) AllVisible_or_invisible() []IVisible_or_invisibleContext
func (*Index_attributesContext) DEFAULT ¶
func (s *Index_attributesContext) DEFAULT(i int) antlr.TerminalNode
func (*Index_attributesContext) EnterRule ¶
func (s *Index_attributesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_attributesContext) ExitRule ¶
func (s *Index_attributesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_attributesContext) GetParser ¶
func (s *Index_attributesContext) GetParser() antlr.Parser
func (*Index_attributesContext) GetRuleContext ¶
func (s *Index_attributesContext) GetRuleContext() antlr.RuleContext
func (*Index_attributesContext) IsIndex_attributesContext ¶
func (*Index_attributesContext) IsIndex_attributesContext()
func (*Index_attributesContext) Key_compression ¶
func (s *Index_attributesContext) Key_compression(i int) IKey_compressionContext
func (*Index_attributesContext) Logging_clause ¶
func (s *Index_attributesContext) Logging_clause(i int) ILogging_clauseContext
func (*Index_attributesContext) Parallel_clause ¶
func (s *Index_attributesContext) Parallel_clause(i int) IParallel_clauseContext
func (*Index_attributesContext) Physical_attributes_clause ¶
func (s *Index_attributesContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Index_attributesContext) REVERSE ¶
func (s *Index_attributesContext) REVERSE(i int) antlr.TerminalNode
func (*Index_attributesContext) Sort_or_nosort ¶
func (s *Index_attributesContext) Sort_or_nosort(i int) ISort_or_nosortContext
func (*Index_attributesContext) TABLESPACE ¶
func (s *Index_attributesContext) TABLESPACE(i int) antlr.TerminalNode
func (*Index_attributesContext) Tablespace ¶
func (s *Index_attributesContext) Tablespace(i int) ITablespaceContext
func (*Index_attributesContext) ToStringTree ¶
func (s *Index_attributesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_attributesContext) Visible_or_invisible ¶
func (s *Index_attributesContext) Visible_or_invisible(i int) IVisible_or_invisibleContext
type Index_exprContext ¶
type Index_exprContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_exprContext ¶
func NewEmptyIndex_exprContext() *Index_exprContext
func NewIndex_exprContext ¶
func NewIndex_exprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_exprContext
func (*Index_exprContext) Column_name ¶
func (s *Index_exprContext) Column_name() IColumn_nameContext
func (*Index_exprContext) EnterRule ¶
func (s *Index_exprContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_exprContext) ExitRule ¶
func (s *Index_exprContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_exprContext) Expression ¶
func (s *Index_exprContext) Expression() IExpressionContext
func (*Index_exprContext) GetParser ¶
func (s *Index_exprContext) GetParser() antlr.Parser
func (*Index_exprContext) GetRuleContext ¶
func (s *Index_exprContext) GetRuleContext() antlr.RuleContext
func (*Index_exprContext) IsIndex_exprContext ¶
func (*Index_exprContext) IsIndex_exprContext()
func (*Index_exprContext) ToStringTree ¶
func (s *Index_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Index_nameContext ¶
type Index_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_nameContext ¶
func NewEmptyIndex_nameContext() *Index_nameContext
func NewIndex_nameContext ¶
func NewIndex_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_nameContext
func (*Index_nameContext) EnterRule ¶
func (s *Index_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_nameContext) ExitRule ¶
func (s *Index_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_nameContext) GetParser ¶
func (s *Index_nameContext) GetParser() antlr.Parser
func (*Index_nameContext) GetRuleContext ¶
func (s *Index_nameContext) GetRuleContext() antlr.RuleContext
func (*Index_nameContext) Id_expression ¶
func (s *Index_nameContext) Id_expression() IId_expressionContext
func (*Index_nameContext) Identifier ¶
func (s *Index_nameContext) Identifier() IIdentifierContext
func (*Index_nameContext) IsIndex_nameContext ¶
func (*Index_nameContext) IsIndex_nameContext()
func (*Index_nameContext) PERIOD ¶
func (s *Index_nameContext) PERIOD() antlr.TerminalNode
func (*Index_nameContext) ToStringTree ¶
func (s *Index_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Index_org_overflow_clauseContext ¶
type Index_org_overflow_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_org_overflow_clauseContext ¶
func NewEmptyIndex_org_overflow_clauseContext() *Index_org_overflow_clauseContext
func NewIndex_org_overflow_clauseContext ¶
func NewIndex_org_overflow_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_org_overflow_clauseContext
func (*Index_org_overflow_clauseContext) Column_name ¶
func (s *Index_org_overflow_clauseContext) Column_name() IColumn_nameContext
func (*Index_org_overflow_clauseContext) EnterRule ¶
func (s *Index_org_overflow_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_org_overflow_clauseContext) ExitRule ¶
func (s *Index_org_overflow_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_org_overflow_clauseContext) GetParser ¶
func (s *Index_org_overflow_clauseContext) GetParser() antlr.Parser
func (*Index_org_overflow_clauseContext) GetRuleContext ¶
func (s *Index_org_overflow_clauseContext) GetRuleContext() antlr.RuleContext
func (*Index_org_overflow_clauseContext) INCLUDING ¶
func (s *Index_org_overflow_clauseContext) INCLUDING() antlr.TerminalNode
func (*Index_org_overflow_clauseContext) IsIndex_org_overflow_clauseContext ¶
func (*Index_org_overflow_clauseContext) IsIndex_org_overflow_clauseContext()
func (*Index_org_overflow_clauseContext) OVERFLOW ¶
func (s *Index_org_overflow_clauseContext) OVERFLOW() antlr.TerminalNode
func (*Index_org_overflow_clauseContext) Segment_attributes_clause ¶
func (s *Index_org_overflow_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
func (*Index_org_overflow_clauseContext) ToStringTree ¶
func (s *Index_org_overflow_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Index_org_table_clauseContext ¶
type Index_org_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_org_table_clauseContext ¶
func NewEmptyIndex_org_table_clauseContext() *Index_org_table_clauseContext
func NewIndex_org_table_clauseContext ¶
func NewIndex_org_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_org_table_clauseContext
func (*Index_org_table_clauseContext) EnterRule ¶
func (s *Index_org_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_org_table_clauseContext) ExitRule ¶
func (s *Index_org_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_org_table_clauseContext) GetParser ¶
func (s *Index_org_table_clauseContext) GetParser() antlr.Parser
func (*Index_org_table_clauseContext) GetRuleContext ¶
func (s *Index_org_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Index_org_table_clauseContext) Index_org_overflow_clause ¶
func (s *Index_org_table_clauseContext) Index_org_overflow_clause() IIndex_org_overflow_clauseContext
func (*Index_org_table_clauseContext) IsIndex_org_table_clauseContext ¶
func (*Index_org_table_clauseContext) IsIndex_org_table_clauseContext()
func (*Index_org_table_clauseContext) Key_compression ¶
func (s *Index_org_table_clauseContext) Key_compression() IKey_compressionContext
func (*Index_org_table_clauseContext) Mapping_table_clause ¶
func (s *Index_org_table_clauseContext) Mapping_table_clause() IMapping_table_clauseContext
func (*Index_org_table_clauseContext) PCTTHRESHOLD ¶
func (s *Index_org_table_clauseContext) PCTTHRESHOLD() antlr.TerminalNode
func (*Index_org_table_clauseContext) ToStringTree ¶
func (s *Index_org_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_org_table_clauseContext) UNSIGNED_INTEGER ¶
func (s *Index_org_table_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Index_partition_descriptionContext ¶
type Index_partition_descriptionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_partition_descriptionContext ¶
func NewEmptyIndex_partition_descriptionContext() *Index_partition_descriptionContext
func NewIndex_partition_descriptionContext ¶
func NewIndex_partition_descriptionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_partition_descriptionContext
func (*Index_partition_descriptionContext) AllKey_compression ¶
func (s *Index_partition_descriptionContext) AllKey_compression() []IKey_compressionContext
func (*Index_partition_descriptionContext) AllSegment_attributes_clause ¶
func (s *Index_partition_descriptionContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*Index_partition_descriptionContext) EnterRule ¶
func (s *Index_partition_descriptionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_partition_descriptionContext) ExitRule ¶
func (s *Index_partition_descriptionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_partition_descriptionContext) GetParser ¶
func (s *Index_partition_descriptionContext) GetParser() antlr.Parser
func (*Index_partition_descriptionContext) GetRuleContext ¶
func (s *Index_partition_descriptionContext) GetRuleContext() antlr.RuleContext
func (*Index_partition_descriptionContext) IsIndex_partition_descriptionContext ¶
func (*Index_partition_descriptionContext) IsIndex_partition_descriptionContext()
func (*Index_partition_descriptionContext) Key_compression ¶
func (s *Index_partition_descriptionContext) Key_compression(i int) IKey_compressionContext
func (*Index_partition_descriptionContext) LEFT_PAREN ¶
func (s *Index_partition_descriptionContext) LEFT_PAREN() antlr.TerminalNode
func (*Index_partition_descriptionContext) Odci_parameters ¶
func (s *Index_partition_descriptionContext) Odci_parameters() IOdci_parametersContext
func (*Index_partition_descriptionContext) PARAMETERS ¶
func (s *Index_partition_descriptionContext) PARAMETERS() antlr.TerminalNode
func (*Index_partition_descriptionContext) PARTITION ¶
func (s *Index_partition_descriptionContext) PARTITION() antlr.TerminalNode
func (*Index_partition_descriptionContext) Partition_name ¶
func (s *Index_partition_descriptionContext) Partition_name() IPartition_nameContext
func (*Index_partition_descriptionContext) RIGHT_PAREN ¶
func (s *Index_partition_descriptionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Index_partition_descriptionContext) Segment_attributes_clause ¶
func (s *Index_partition_descriptionContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*Index_partition_descriptionContext) ToStringTree ¶
func (s *Index_partition_descriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_partition_descriptionContext) UNUSABLE ¶
func (s *Index_partition_descriptionContext) UNUSABLE() antlr.TerminalNode
type Index_partitioning_clauseContext ¶
type Index_partitioning_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_partitioning_clauseContext ¶
func NewEmptyIndex_partitioning_clauseContext() *Index_partitioning_clauseContext
func NewIndex_partitioning_clauseContext ¶
func NewIndex_partitioning_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_partitioning_clauseContext
func (*Index_partitioning_clauseContext) AllCOMMA ¶
func (s *Index_partitioning_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Index_partitioning_clauseContext) AllLiteral ¶
func (s *Index_partitioning_clauseContext) AllLiteral() []ILiteralContext
func (*Index_partitioning_clauseContext) COMMA ¶
func (s *Index_partitioning_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Index_partitioning_clauseContext) EnterRule ¶
func (s *Index_partitioning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_partitioning_clauseContext) ExitRule ¶
func (s *Index_partitioning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_partitioning_clauseContext) GetParser ¶
func (s *Index_partitioning_clauseContext) GetParser() antlr.Parser
func (*Index_partitioning_clauseContext) GetRuleContext ¶
func (s *Index_partitioning_clauseContext) GetRuleContext() antlr.RuleContext
func (*Index_partitioning_clauseContext) IsIndex_partitioning_clauseContext ¶
func (*Index_partitioning_clauseContext) IsIndex_partitioning_clauseContext()
func (*Index_partitioning_clauseContext) LEFT_PAREN ¶
func (s *Index_partitioning_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Index_partitioning_clauseContext) LESS ¶
func (s *Index_partitioning_clauseContext) LESS() antlr.TerminalNode
func (*Index_partitioning_clauseContext) Literal ¶
func (s *Index_partitioning_clauseContext) Literal(i int) ILiteralContext
func (*Index_partitioning_clauseContext) PARTITION ¶
func (s *Index_partitioning_clauseContext) PARTITION() antlr.TerminalNode
func (*Index_partitioning_clauseContext) Partition_name ¶
func (s *Index_partitioning_clauseContext) Partition_name() IPartition_nameContext
func (*Index_partitioning_clauseContext) RIGHT_PAREN ¶
func (s *Index_partitioning_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Index_partitioning_clauseContext) Segment_attributes_clause ¶
func (s *Index_partitioning_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
func (*Index_partitioning_clauseContext) THAN ¶
func (s *Index_partitioning_clauseContext) THAN() antlr.TerminalNode
func (*Index_partitioning_clauseContext) ToStringTree ¶
func (s *Index_partitioning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_partitioning_clauseContext) VALUES ¶
func (s *Index_partitioning_clauseContext) VALUES() antlr.TerminalNode
type Index_propertiesContext ¶
type Index_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_propertiesContext ¶
func NewEmptyIndex_propertiesContext() *Index_propertiesContext
func NewIndex_propertiesContext ¶
func NewIndex_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_propertiesContext
func (*Index_propertiesContext) AllGlobal_partitioned_index ¶
func (s *Index_propertiesContext) AllGlobal_partitioned_index() []IGlobal_partitioned_indexContext
func (*Index_propertiesContext) AllIndex_attributes ¶
func (s *Index_propertiesContext) AllIndex_attributes() []IIndex_attributesContext
func (*Index_propertiesContext) AllLocal_partitioned_index ¶
func (s *Index_propertiesContext) AllLocal_partitioned_index() []ILocal_partitioned_indexContext
func (*Index_propertiesContext) Domain_index_clause ¶
func (s *Index_propertiesContext) Domain_index_clause() IDomain_index_clauseContext
func (*Index_propertiesContext) EnterRule ¶
func (s *Index_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_propertiesContext) ExitRule ¶
func (s *Index_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_propertiesContext) GetParser ¶
func (s *Index_propertiesContext) GetParser() antlr.Parser
func (*Index_propertiesContext) GetRuleContext ¶
func (s *Index_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Index_propertiesContext) Global_partitioned_index ¶
func (s *Index_propertiesContext) Global_partitioned_index(i int) IGlobal_partitioned_indexContext
func (*Index_propertiesContext) INDEXTYPE ¶
func (s *Index_propertiesContext) INDEXTYPE() antlr.TerminalNode
func (*Index_propertiesContext) IS ¶
func (s *Index_propertiesContext) IS() antlr.TerminalNode
func (*Index_propertiesContext) Index_attributes ¶
func (s *Index_propertiesContext) Index_attributes(i int) IIndex_attributesContext
func (*Index_propertiesContext) IsIndex_propertiesContext ¶
func (*Index_propertiesContext) IsIndex_propertiesContext()
func (*Index_propertiesContext) Local_partitioned_index ¶
func (s *Index_propertiesContext) Local_partitioned_index(i int) ILocal_partitioned_indexContext
func (*Index_propertiesContext) ToStringTree ¶
func (s *Index_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_propertiesContext) Xmlindex_clause ¶
func (s *Index_propertiesContext) Xmlindex_clause() IXmlindex_clauseContext
type Index_subpartition_clauseContext ¶
type Index_subpartition_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_subpartition_clauseContext ¶
func NewEmptyIndex_subpartition_clauseContext() *Index_subpartition_clauseContext
func NewIndex_subpartition_clauseContext ¶
func NewIndex_subpartition_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_subpartition_clauseContext
func (*Index_subpartition_clauseContext) AllCOMMA ¶
func (s *Index_subpartition_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Index_subpartition_clauseContext) AllIndex_subpartition_subclause ¶
func (s *Index_subpartition_clauseContext) AllIndex_subpartition_subclause() []IIndex_subpartition_subclauseContext
func (*Index_subpartition_clauseContext) AllTablespace ¶
func (s *Index_subpartition_clauseContext) AllTablespace() []ITablespaceContext
func (*Index_subpartition_clauseContext) COMMA ¶
func (s *Index_subpartition_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Index_subpartition_clauseContext) EnterRule ¶
func (s *Index_subpartition_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_subpartition_clauseContext) ExitRule ¶
func (s *Index_subpartition_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_subpartition_clauseContext) GetParser ¶
func (s *Index_subpartition_clauseContext) GetParser() antlr.Parser
func (*Index_subpartition_clauseContext) GetRuleContext ¶
func (s *Index_subpartition_clauseContext) GetRuleContext() antlr.RuleContext
func (*Index_subpartition_clauseContext) IN ¶
func (s *Index_subpartition_clauseContext) IN() antlr.TerminalNode
func (*Index_subpartition_clauseContext) Index_subpartition_subclause ¶
func (s *Index_subpartition_clauseContext) Index_subpartition_subclause(i int) IIndex_subpartition_subclauseContext
func (*Index_subpartition_clauseContext) IsIndex_subpartition_clauseContext ¶
func (*Index_subpartition_clauseContext) IsIndex_subpartition_clauseContext()
func (*Index_subpartition_clauseContext) LEFT_PAREN ¶
func (s *Index_subpartition_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Index_subpartition_clauseContext) RIGHT_PAREN ¶
func (s *Index_subpartition_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Index_subpartition_clauseContext) STORE ¶
func (s *Index_subpartition_clauseContext) STORE() antlr.TerminalNode
func (*Index_subpartition_clauseContext) Tablespace ¶
func (s *Index_subpartition_clauseContext) Tablespace(i int) ITablespaceContext
func (*Index_subpartition_clauseContext) ToStringTree ¶
func (s *Index_subpartition_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Index_subpartition_subclauseContext ¶
type Index_subpartition_subclauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndex_subpartition_subclauseContext ¶
func NewEmptyIndex_subpartition_subclauseContext() *Index_subpartition_subclauseContext
func NewIndex_subpartition_subclauseContext ¶
func NewIndex_subpartition_subclauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Index_subpartition_subclauseContext
func (*Index_subpartition_subclauseContext) EnterRule ¶
func (s *Index_subpartition_subclauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Index_subpartition_subclauseContext) ExitRule ¶
func (s *Index_subpartition_subclauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Index_subpartition_subclauseContext) GetParser ¶
func (s *Index_subpartition_subclauseContext) GetParser() antlr.Parser
func (*Index_subpartition_subclauseContext) GetRuleContext ¶
func (s *Index_subpartition_subclauseContext) GetRuleContext() antlr.RuleContext
func (*Index_subpartition_subclauseContext) IsIndex_subpartition_subclauseContext ¶
func (*Index_subpartition_subclauseContext) IsIndex_subpartition_subclauseContext()
func (*Index_subpartition_subclauseContext) Key_compression ¶
func (s *Index_subpartition_subclauseContext) Key_compression() IKey_compressionContext
func (*Index_subpartition_subclauseContext) SUBPARTITION ¶
func (s *Index_subpartition_subclauseContext) SUBPARTITION() antlr.TerminalNode
func (*Index_subpartition_subclauseContext) Subpartition_name ¶
func (s *Index_subpartition_subclauseContext) Subpartition_name() ISubpartition_nameContext
func (*Index_subpartition_subclauseContext) TABLESPACE ¶
func (s *Index_subpartition_subclauseContext) TABLESPACE() antlr.TerminalNode
func (*Index_subpartition_subclauseContext) Tablespace ¶
func (s *Index_subpartition_subclauseContext) Tablespace() ITablespaceContext
func (*Index_subpartition_subclauseContext) ToStringTree ¶
func (s *Index_subpartition_subclauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Index_subpartition_subclauseContext) UNUSABLE ¶
func (s *Index_subpartition_subclauseContext) UNUSABLE() antlr.TerminalNode
type IndextypeContext ¶
type IndextypeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndextypeContext ¶
func NewEmptyIndextypeContext() *IndextypeContext
func NewIndextypeContext ¶
func NewIndextypeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IndextypeContext
func (*IndextypeContext) AllId_expression ¶
func (s *IndextypeContext) AllId_expression() []IId_expressionContext
func (*IndextypeContext) EnterRule ¶
func (s *IndextypeContext) EnterRule(listener antlr.ParseTreeListener)
func (*IndextypeContext) ExitRule ¶
func (s *IndextypeContext) ExitRule(listener antlr.ParseTreeListener)
func (*IndextypeContext) GetParser ¶
func (s *IndextypeContext) GetParser() antlr.Parser
func (*IndextypeContext) GetRuleContext ¶
func (s *IndextypeContext) GetRuleContext() antlr.RuleContext
func (*IndextypeContext) Id_expression ¶
func (s *IndextypeContext) Id_expression(i int) IId_expressionContext
func (*IndextypeContext) IsIndextypeContext ¶
func (*IndextypeContext) IsIndextypeContext()
func (*IndextypeContext) PERIOD ¶
func (s *IndextypeContext) PERIOD() antlr.TerminalNode
func (*IndextypeContext) ToStringTree ¶
func (s *IndextypeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Indextype_nameContext ¶
type Indextype_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndextype_nameContext ¶
func NewEmptyIndextype_nameContext() *Indextype_nameContext
func NewIndextype_nameContext ¶
func NewIndextype_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Indextype_nameContext
func (*Indextype_nameContext) EnterRule ¶
func (s *Indextype_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Indextype_nameContext) ExitRule ¶
func (s *Indextype_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Indextype_nameContext) GetParser ¶
func (s *Indextype_nameContext) GetParser() antlr.Parser
func (*Indextype_nameContext) GetRuleContext ¶
func (s *Indextype_nameContext) GetRuleContext() antlr.RuleContext
func (*Indextype_nameContext) Id_expression ¶
func (s *Indextype_nameContext) Id_expression() IId_expressionContext
func (*Indextype_nameContext) IsIndextype_nameContext ¶
func (*Indextype_nameContext) IsIndextype_nameContext()
func (*Indextype_nameContext) ToStringTree ¶
func (s *Indextype_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Individual_hash_partitionsContext ¶
type Individual_hash_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndividual_hash_partitionsContext ¶
func NewEmptyIndividual_hash_partitionsContext() *Individual_hash_partitionsContext
func NewIndividual_hash_partitionsContext ¶
func NewIndividual_hash_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Individual_hash_partitionsContext
func (*Individual_hash_partitionsContext) AllCOMMA ¶
func (s *Individual_hash_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Individual_hash_partitionsContext) AllPARTITION ¶
func (s *Individual_hash_partitionsContext) AllPARTITION() []antlr.TerminalNode
func (*Individual_hash_partitionsContext) AllPartition_name ¶
func (s *Individual_hash_partitionsContext) AllPartition_name() []IPartition_nameContext
func (*Individual_hash_partitionsContext) AllPartitioning_storage_clause ¶
func (s *Individual_hash_partitionsContext) AllPartitioning_storage_clause() []IPartitioning_storage_clauseContext
func (*Individual_hash_partitionsContext) COMMA ¶
func (s *Individual_hash_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Individual_hash_partitionsContext) EnterRule ¶
func (s *Individual_hash_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Individual_hash_partitionsContext) ExitRule ¶
func (s *Individual_hash_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Individual_hash_partitionsContext) GetParser ¶
func (s *Individual_hash_partitionsContext) GetParser() antlr.Parser
func (*Individual_hash_partitionsContext) GetRuleContext ¶
func (s *Individual_hash_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Individual_hash_partitionsContext) IsIndividual_hash_partitionsContext ¶
func (*Individual_hash_partitionsContext) IsIndividual_hash_partitionsContext()
func (*Individual_hash_partitionsContext) LEFT_PAREN ¶
func (s *Individual_hash_partitionsContext) LEFT_PAREN() antlr.TerminalNode
func (*Individual_hash_partitionsContext) PARTITION ¶
func (s *Individual_hash_partitionsContext) PARTITION(i int) antlr.TerminalNode
func (*Individual_hash_partitionsContext) Partition_name ¶
func (s *Individual_hash_partitionsContext) Partition_name(i int) IPartition_nameContext
func (*Individual_hash_partitionsContext) Partitioning_storage_clause ¶
func (s *Individual_hash_partitionsContext) Partitioning_storage_clause(i int) IPartitioning_storage_clauseContext
func (*Individual_hash_partitionsContext) RIGHT_PAREN ¶
func (s *Individual_hash_partitionsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Individual_hash_partitionsContext) ToStringTree ¶
func (s *Individual_hash_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Individual_hash_subpartsContext ¶
type Individual_hash_subpartsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIndividual_hash_subpartsContext ¶
func NewEmptyIndividual_hash_subpartsContext() *Individual_hash_subpartsContext
func NewIndividual_hash_subpartsContext ¶
func NewIndividual_hash_subpartsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Individual_hash_subpartsContext
func (*Individual_hash_subpartsContext) EnterRule ¶
func (s *Individual_hash_subpartsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Individual_hash_subpartsContext) ExitRule ¶
func (s *Individual_hash_subpartsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Individual_hash_subpartsContext) GetParser ¶
func (s *Individual_hash_subpartsContext) GetParser() antlr.Parser
func (*Individual_hash_subpartsContext) GetRuleContext ¶
func (s *Individual_hash_subpartsContext) GetRuleContext() antlr.RuleContext
func (*Individual_hash_subpartsContext) IsIndividual_hash_subpartsContext ¶
func (*Individual_hash_subpartsContext) IsIndividual_hash_subpartsContext()
func (*Individual_hash_subpartsContext) Partitioning_storage_clause ¶
func (s *Individual_hash_subpartsContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
func (*Individual_hash_subpartsContext) SUBPARTITION ¶
func (s *Individual_hash_subpartsContext) SUBPARTITION() antlr.TerminalNode
func (*Individual_hash_subpartsContext) Subpartition_name ¶
func (s *Individual_hash_subpartsContext) Subpartition_name() ISubpartition_nameContext
func (*Individual_hash_subpartsContext) ToStringTree ¶
func (s *Individual_hash_subpartsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Inline_constraintContext ¶
type Inline_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInline_constraintContext ¶
func NewEmptyInline_constraintContext() *Inline_constraintContext
func NewInline_constraintContext ¶
func NewInline_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inline_constraintContext
func (*Inline_constraintContext) CONSTRAINT ¶
func (s *Inline_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Inline_constraintContext) Check_constraint ¶
func (s *Inline_constraintContext) Check_constraint() ICheck_constraintContext
func (*Inline_constraintContext) Constraint_name ¶
func (s *Inline_constraintContext) Constraint_name() IConstraint_nameContext
func (*Inline_constraintContext) Constraint_state ¶
func (s *Inline_constraintContext) Constraint_state() IConstraint_stateContext
func (*Inline_constraintContext) EnterRule ¶
func (s *Inline_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Inline_constraintContext) ExitRule ¶
func (s *Inline_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Inline_constraintContext) GetParser ¶
func (s *Inline_constraintContext) GetParser() antlr.Parser
func (*Inline_constraintContext) GetRuleContext ¶
func (s *Inline_constraintContext) GetRuleContext() antlr.RuleContext
func (*Inline_constraintContext) IsInline_constraintContext ¶
func (*Inline_constraintContext) IsInline_constraintContext()
func (*Inline_constraintContext) KEY ¶
func (s *Inline_constraintContext) KEY() antlr.TerminalNode
func (*Inline_constraintContext) NOT ¶
func (s *Inline_constraintContext) NOT() antlr.TerminalNode
func (*Inline_constraintContext) NULL_ ¶
func (s *Inline_constraintContext) NULL_() antlr.TerminalNode
func (*Inline_constraintContext) PRIMARY ¶
func (s *Inline_constraintContext) PRIMARY() antlr.TerminalNode
func (*Inline_constraintContext) References_clause ¶
func (s *Inline_constraintContext) References_clause() IReferences_clauseContext
func (*Inline_constraintContext) ToStringTree ¶
func (s *Inline_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Inline_constraintContext) UNIQUE ¶
func (s *Inline_constraintContext) UNIQUE() antlr.TerminalNode
type Inline_ref_constraintContext ¶
type Inline_ref_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInline_ref_constraintContext ¶
func NewEmptyInline_ref_constraintContext() *Inline_ref_constraintContext
func NewInline_ref_constraintContext ¶
func NewInline_ref_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inline_ref_constraintContext
func (*Inline_ref_constraintContext) CONSTRAINT ¶
func (s *Inline_ref_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Inline_ref_constraintContext) Constraint_name ¶
func (s *Inline_ref_constraintContext) Constraint_name() IConstraint_nameContext
func (*Inline_ref_constraintContext) Constraint_state ¶
func (s *Inline_ref_constraintContext) Constraint_state() IConstraint_stateContext
func (*Inline_ref_constraintContext) EnterRule ¶
func (s *Inline_ref_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Inline_ref_constraintContext) ExitRule ¶
func (s *Inline_ref_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Inline_ref_constraintContext) GetParser ¶
func (s *Inline_ref_constraintContext) GetParser() antlr.Parser
func (*Inline_ref_constraintContext) GetRuleContext ¶
func (s *Inline_ref_constraintContext) GetRuleContext() antlr.RuleContext
func (*Inline_ref_constraintContext) IS ¶
func (s *Inline_ref_constraintContext) IS() antlr.TerminalNode
func (*Inline_ref_constraintContext) IsInline_ref_constraintContext ¶
func (*Inline_ref_constraintContext) IsInline_ref_constraintContext()
func (*Inline_ref_constraintContext) ROWID ¶
func (s *Inline_ref_constraintContext) ROWID() antlr.TerminalNode
func (*Inline_ref_constraintContext) References_clause ¶
func (s *Inline_ref_constraintContext) References_clause() IReferences_clauseContext
func (*Inline_ref_constraintContext) SCOPE ¶
func (s *Inline_ref_constraintContext) SCOPE() antlr.TerminalNode
func (*Inline_ref_constraintContext) Tableview_name ¶
func (s *Inline_ref_constraintContext) Tableview_name() ITableview_nameContext
func (*Inline_ref_constraintContext) ToStringTree ¶
func (s *Inline_ref_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Inline_ref_constraintContext) WITH ¶
func (s *Inline_ref_constraintContext) WITH() antlr.TerminalNode
type Insert_into_clauseContext ¶
type Insert_into_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInsert_into_clauseContext ¶
func NewEmptyInsert_into_clauseContext() *Insert_into_clauseContext
func NewInsert_into_clauseContext ¶
func NewInsert_into_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Insert_into_clauseContext
func (*Insert_into_clauseContext) EnterRule ¶
func (s *Insert_into_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Insert_into_clauseContext) ExitRule ¶
func (s *Insert_into_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Insert_into_clauseContext) General_table_ref ¶
func (s *Insert_into_clauseContext) General_table_ref() IGeneral_table_refContext
func (*Insert_into_clauseContext) GetParser ¶
func (s *Insert_into_clauseContext) GetParser() antlr.Parser
func (*Insert_into_clauseContext) GetRuleContext ¶
func (s *Insert_into_clauseContext) GetRuleContext() antlr.RuleContext
func (*Insert_into_clauseContext) INTO ¶
func (s *Insert_into_clauseContext) INTO() antlr.TerminalNode
func (*Insert_into_clauseContext) IsInsert_into_clauseContext ¶
func (*Insert_into_clauseContext) IsInsert_into_clauseContext()
func (*Insert_into_clauseContext) Paren_column_list ¶
func (s *Insert_into_clauseContext) Paren_column_list() IParen_column_listContext
func (*Insert_into_clauseContext) ToStringTree ¶
func (s *Insert_into_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Insert_statementContext ¶
type Insert_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInsert_statementContext ¶
func NewEmptyInsert_statementContext() *Insert_statementContext
func NewInsert_statementContext ¶
func NewInsert_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Insert_statementContext
func (*Insert_statementContext) EnterRule ¶
func (s *Insert_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Insert_statementContext) ExitRule ¶
func (s *Insert_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Insert_statementContext) GetParser ¶
func (s *Insert_statementContext) GetParser() antlr.Parser
func (*Insert_statementContext) GetRuleContext ¶
func (s *Insert_statementContext) GetRuleContext() antlr.RuleContext
func (*Insert_statementContext) INSERT ¶
func (s *Insert_statementContext) INSERT() antlr.TerminalNode
func (*Insert_statementContext) IsInsert_statementContext ¶
func (*Insert_statementContext) IsInsert_statementContext()
func (*Insert_statementContext) Multi_table_insert ¶
func (s *Insert_statementContext) Multi_table_insert() IMulti_table_insertContext
func (*Insert_statementContext) Single_table_insert ¶
func (s *Insert_statementContext) Single_table_insert() ISingle_table_insertContext
func (*Insert_statementContext) ToStringTree ¶
func (s *Insert_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Instance_clausesContext ¶
type Instance_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInstance_clausesContext ¶
func NewEmptyInstance_clausesContext() *Instance_clausesContext
func NewInstance_clausesContext ¶
func NewInstance_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Instance_clausesContext
func (*Instance_clausesContext) CHAR_STRING ¶
func (s *Instance_clausesContext) CHAR_STRING() antlr.TerminalNode
func (*Instance_clausesContext) Enable_or_disable ¶
func (s *Instance_clausesContext) Enable_or_disable() IEnable_or_disableContext
func (*Instance_clausesContext) EnterRule ¶
func (s *Instance_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Instance_clausesContext) ExitRule ¶
func (s *Instance_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Instance_clausesContext) GetParser ¶
func (s *Instance_clausesContext) GetParser() antlr.Parser
func (*Instance_clausesContext) GetRuleContext ¶
func (s *Instance_clausesContext) GetRuleContext() antlr.RuleContext
func (*Instance_clausesContext) INSTANCE ¶
func (s *Instance_clausesContext) INSTANCE() antlr.TerminalNode
func (*Instance_clausesContext) IsInstance_clausesContext ¶
func (*Instance_clausesContext) IsInstance_clausesContext()
func (*Instance_clausesContext) ToStringTree ¶
func (s *Instance_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Interval_exprContext ¶
type Interval_exprContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInterval_exprContext ¶
func NewEmptyInterval_exprContext() *Interval_exprContext
func NewInterval_exprContext ¶
func NewInterval_exprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Interval_exprContext
func (*Interval_exprContext) EnterRule ¶
func (s *Interval_exprContext) EnterRule(listener antlr.ParseTreeListener)
func (*Interval_exprContext) ExitRule ¶
func (s *Interval_exprContext) ExitRule(listener antlr.ParseTreeListener)
func (*Interval_exprContext) Expression ¶
func (s *Interval_exprContext) Expression() IExpressionContext
func (*Interval_exprContext) GetParser ¶
func (s *Interval_exprContext) GetParser() antlr.Parser
func (*Interval_exprContext) GetRuleContext ¶
func (s *Interval_exprContext) GetRuleContext() antlr.RuleContext
func (*Interval_exprContext) IsInterval_exprContext ¶
func (*Interval_exprContext) IsInterval_exprContext()
func (*Interval_exprContext) ToStringTree ¶
func (s *Interval_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Interval_expressionContext ¶
type Interval_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInterval_expressionContext ¶
func NewEmptyInterval_expressionContext() *Interval_expressionContext
func NewInterval_expressionContext ¶
func NewInterval_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Interval_expressionContext
func (*Interval_expressionContext) AllConcatenation ¶
func (s *Interval_expressionContext) AllConcatenation() []IConcatenationContext
func (*Interval_expressionContext) AllLEFT_PAREN ¶
func (s *Interval_expressionContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Interval_expressionContext) AllRIGHT_PAREN ¶
func (s *Interval_expressionContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Interval_expressionContext) Concatenation ¶
func (s *Interval_expressionContext) Concatenation(i int) IConcatenationContext
func (*Interval_expressionContext) DAY ¶
func (s *Interval_expressionContext) DAY() antlr.TerminalNode
func (*Interval_expressionContext) EnterRule ¶
func (s *Interval_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Interval_expressionContext) ExitRule ¶
func (s *Interval_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Interval_expressionContext) GetParser ¶
func (s *Interval_expressionContext) GetParser() antlr.Parser
func (*Interval_expressionContext) GetRuleContext ¶
func (s *Interval_expressionContext) GetRuleContext() antlr.RuleContext
func (*Interval_expressionContext) IsInterval_expressionContext ¶
func (*Interval_expressionContext) IsInterval_expressionContext()
func (*Interval_expressionContext) LEFT_PAREN ¶
func (s *Interval_expressionContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Interval_expressionContext) MONTH ¶
func (s *Interval_expressionContext) MONTH() antlr.TerminalNode
func (*Interval_expressionContext) RIGHT_PAREN ¶
func (s *Interval_expressionContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Interval_expressionContext) SECOND ¶
func (s *Interval_expressionContext) SECOND() antlr.TerminalNode
func (*Interval_expressionContext) TO ¶
func (s *Interval_expressionContext) TO() antlr.TerminalNode
func (*Interval_expressionContext) ToStringTree ¶
func (s *Interval_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Interval_expressionContext) YEAR ¶
func (s *Interval_expressionContext) YEAR() antlr.TerminalNode
type Into_clause1Context ¶
type Into_clause1Context struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInto_clause1Context ¶
func NewEmptyInto_clause1Context() *Into_clause1Context
func NewInto_clause1Context ¶
func NewInto_clause1Context(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Into_clause1Context
func (*Into_clause1Context) EnterRule ¶
func (s *Into_clause1Context) EnterRule(listener antlr.ParseTreeListener)
func (*Into_clause1Context) ExitRule ¶
func (s *Into_clause1Context) ExitRule(listener antlr.ParseTreeListener)
func (*Into_clause1Context) GetParser ¶
func (s *Into_clause1Context) GetParser() antlr.Parser
func (*Into_clause1Context) GetRuleContext ¶
func (s *Into_clause1Context) GetRuleContext() antlr.RuleContext
func (*Into_clause1Context) INTO ¶
func (s *Into_clause1Context) INTO() antlr.TerminalNode
func (*Into_clause1Context) IsInto_clause1Context ¶
func (*Into_clause1Context) IsInto_clause1Context()
func (*Into_clause1Context) Tableview_name ¶
func (s *Into_clause1Context) Tableview_name() ITableview_nameContext
func (*Into_clause1Context) ToStringTree ¶
func (s *Into_clause1Context) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Into_clauseContext ¶
type Into_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInto_clauseContext ¶
func NewEmptyInto_clauseContext() *Into_clauseContext
func NewInto_clauseContext ¶
func NewInto_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Into_clauseContext
func (*Into_clauseContext) AllBind_variable ¶
func (s *Into_clauseContext) AllBind_variable() []IBind_variableContext
func (*Into_clauseContext) AllCOMMA ¶
func (s *Into_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Into_clauseContext) AllGeneral_element ¶
func (s *Into_clauseContext) AllGeneral_element() []IGeneral_elementContext
func (*Into_clauseContext) BULK ¶
func (s *Into_clauseContext) BULK() antlr.TerminalNode
func (*Into_clauseContext) Bind_variable ¶
func (s *Into_clauseContext) Bind_variable(i int) IBind_variableContext
func (*Into_clauseContext) COLLECT ¶
func (s *Into_clauseContext) COLLECT() antlr.TerminalNode
func (*Into_clauseContext) COMMA ¶
func (s *Into_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Into_clauseContext) EnterRule ¶
func (s *Into_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Into_clauseContext) ExitRule ¶
func (s *Into_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Into_clauseContext) General_element ¶
func (s *Into_clauseContext) General_element(i int) IGeneral_elementContext
func (*Into_clauseContext) GetParser ¶
func (s *Into_clauseContext) GetParser() antlr.Parser
func (*Into_clauseContext) GetRuleContext ¶
func (s *Into_clauseContext) GetRuleContext() antlr.RuleContext
func (*Into_clauseContext) INTO ¶
func (s *Into_clauseContext) INTO() antlr.TerminalNode
func (*Into_clauseContext) IsInto_clauseContext ¶
func (*Into_clauseContext) IsInto_clauseContext()
func (*Into_clauseContext) ToStringTree ¶
func (s *Into_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Invoker_rights_clauseContext ¶
type Invoker_rights_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyInvoker_rights_clauseContext ¶
func NewEmptyInvoker_rights_clauseContext() *Invoker_rights_clauseContext
func NewInvoker_rights_clauseContext ¶
func NewInvoker_rights_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Invoker_rights_clauseContext
func (*Invoker_rights_clauseContext) AUTHID ¶
func (s *Invoker_rights_clauseContext) AUTHID() antlr.TerminalNode
func (*Invoker_rights_clauseContext) CURRENT_USER ¶
func (s *Invoker_rights_clauseContext) CURRENT_USER() antlr.TerminalNode
func (*Invoker_rights_clauseContext) DEFINER ¶
func (s *Invoker_rights_clauseContext) DEFINER() antlr.TerminalNode
func (*Invoker_rights_clauseContext) EnterRule ¶
func (s *Invoker_rights_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Invoker_rights_clauseContext) ExitRule ¶
func (s *Invoker_rights_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Invoker_rights_clauseContext) GetParser ¶
func (s *Invoker_rights_clauseContext) GetParser() antlr.Parser
func (*Invoker_rights_clauseContext) GetRuleContext ¶
func (s *Invoker_rights_clauseContext) GetRuleContext() antlr.RuleContext
func (*Invoker_rights_clauseContext) IsInvoker_rights_clauseContext ¶
func (*Invoker_rights_clauseContext) IsInvoker_rights_clauseContext()
func (*Invoker_rights_clauseContext) ToStringTree ¶
func (s *Invoker_rights_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Io_costContext ¶
type Io_costContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyIo_costContext ¶
func NewEmptyIo_costContext() *Io_costContext
func NewIo_costContext ¶
func NewIo_costContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Io_costContext
func (*Io_costContext) EnterRule ¶
func (s *Io_costContext) EnterRule(listener antlr.ParseTreeListener)
func (*Io_costContext) ExitRule ¶
func (s *Io_costContext) ExitRule(listener antlr.ParseTreeListener)
func (*Io_costContext) GetParser ¶
func (s *Io_costContext) GetParser() antlr.Parser
func (*Io_costContext) GetRuleContext ¶
func (s *Io_costContext) GetRuleContext() antlr.RuleContext
func (*Io_costContext) IsIo_costContext ¶
func (*Io_costContext) IsIo_costContext()
func (*Io_costContext) ToStringTree ¶
func (s *Io_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Io_costContext) UNSIGNED_INTEGER ¶
func (s *Io_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Java_specContext ¶
type Java_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyJava_specContext ¶
func NewEmptyJava_specContext() *Java_specContext
func NewJava_specContext ¶
func NewJava_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Java_specContext
func (*Java_specContext) CHAR_STRING ¶
func (s *Java_specContext) CHAR_STRING() antlr.TerminalNode
func (*Java_specContext) EnterRule ¶
func (s *Java_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Java_specContext) ExitRule ¶
func (s *Java_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Java_specContext) GetParser ¶
func (s *Java_specContext) GetParser() antlr.Parser
func (*Java_specContext) GetRuleContext ¶
func (s *Java_specContext) GetRuleContext() antlr.RuleContext
func (*Java_specContext) IsJava_specContext ¶
func (*Java_specContext) IsJava_specContext()
func (*Java_specContext) JAVA ¶
func (s *Java_specContext) JAVA() antlr.TerminalNode
func (*Java_specContext) NAME ¶
func (s *Java_specContext) NAME() antlr.TerminalNode
func (*Java_specContext) ToStringTree ¶
func (s *Java_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Join_clauseContext ¶
type Join_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyJoin_clauseContext ¶
func NewEmptyJoin_clauseContext() *Join_clauseContext
func NewJoin_clauseContext ¶
func NewJoin_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_clauseContext
func (*Join_clauseContext) AllJoin_on_part ¶
func (s *Join_clauseContext) AllJoin_on_part() []IJoin_on_partContext
func (*Join_clauseContext) AllJoin_using_part ¶
func (s *Join_clauseContext) AllJoin_using_part() []IJoin_using_partContext
func (*Join_clauseContext) AllQuery_partition_clause ¶
func (s *Join_clauseContext) AllQuery_partition_clause() []IQuery_partition_clauseContext
func (*Join_clauseContext) CROSS ¶
func (s *Join_clauseContext) CROSS() antlr.TerminalNode
func (*Join_clauseContext) EnterRule ¶
func (s *Join_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Join_clauseContext) ExitRule ¶
func (s *Join_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Join_clauseContext) GetParser ¶
func (s *Join_clauseContext) GetParser() antlr.Parser
func (*Join_clauseContext) GetRuleContext ¶
func (s *Join_clauseContext) GetRuleContext() antlr.RuleContext
func (*Join_clauseContext) INNER ¶
func (s *Join_clauseContext) INNER() antlr.TerminalNode
func (*Join_clauseContext) IsJoin_clauseContext ¶
func (*Join_clauseContext) IsJoin_clauseContext()
func (*Join_clauseContext) JOIN ¶
func (s *Join_clauseContext) JOIN() antlr.TerminalNode
func (*Join_clauseContext) Join_on_part ¶
func (s *Join_clauseContext) Join_on_part(i int) IJoin_on_partContext
func (*Join_clauseContext) Join_using_part ¶
func (s *Join_clauseContext) Join_using_part(i int) IJoin_using_partContext
func (*Join_clauseContext) NATURAL ¶
func (s *Join_clauseContext) NATURAL() antlr.TerminalNode
func (*Join_clauseContext) Outer_join_type ¶
func (s *Join_clauseContext) Outer_join_type() IOuter_join_typeContext
func (*Join_clauseContext) Query_partition_clause ¶
func (s *Join_clauseContext) Query_partition_clause(i int) IQuery_partition_clauseContext
func (*Join_clauseContext) Table_ref_aux ¶
func (s *Join_clauseContext) Table_ref_aux() ITable_ref_auxContext
func (*Join_clauseContext) ToStringTree ¶
func (s *Join_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Join_on_partContext ¶
type Join_on_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyJoin_on_partContext ¶
func NewEmptyJoin_on_partContext() *Join_on_partContext
func NewJoin_on_partContext ¶
func NewJoin_on_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_on_partContext
func (*Join_on_partContext) Condition ¶
func (s *Join_on_partContext) Condition() IConditionContext
func (*Join_on_partContext) EnterRule ¶
func (s *Join_on_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Join_on_partContext) ExitRule ¶
func (s *Join_on_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Join_on_partContext) GetParser ¶
func (s *Join_on_partContext) GetParser() antlr.Parser
func (*Join_on_partContext) GetRuleContext ¶
func (s *Join_on_partContext) GetRuleContext() antlr.RuleContext
func (*Join_on_partContext) IsJoin_on_partContext ¶
func (*Join_on_partContext) IsJoin_on_partContext()
func (*Join_on_partContext) ON ¶
func (s *Join_on_partContext) ON() antlr.TerminalNode
func (*Join_on_partContext) ToStringTree ¶
func (s *Join_on_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Join_using_partContext ¶
type Join_using_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyJoin_using_partContext ¶
func NewEmptyJoin_using_partContext() *Join_using_partContext
func NewJoin_using_partContext ¶
func NewJoin_using_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Join_using_partContext
func (*Join_using_partContext) EnterRule ¶
func (s *Join_using_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Join_using_partContext) ExitRule ¶
func (s *Join_using_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Join_using_partContext) GetParser ¶
func (s *Join_using_partContext) GetParser() antlr.Parser
func (*Join_using_partContext) GetRuleContext ¶
func (s *Join_using_partContext) GetRuleContext() antlr.RuleContext
func (*Join_using_partContext) IsJoin_using_partContext ¶
func (*Join_using_partContext) IsJoin_using_partContext()
func (*Join_using_partContext) Paren_column_list ¶
func (s *Join_using_partContext) Paren_column_list() IParen_column_listContext
func (*Join_using_partContext) ToStringTree ¶
func (s *Join_using_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Join_using_partContext) USING ¶
func (s *Join_using_partContext) USING() antlr.TerminalNode
type Keep_clauseContext ¶
type Keep_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyKeep_clauseContext ¶
func NewEmptyKeep_clauseContext() *Keep_clauseContext
func NewKeep_clauseContext ¶
func NewKeep_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Keep_clauseContext
func (*Keep_clauseContext) DENSE_RANK ¶
func (s *Keep_clauseContext) DENSE_RANK() antlr.TerminalNode
func (*Keep_clauseContext) EnterRule ¶
func (s *Keep_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Keep_clauseContext) ExitRule ¶
func (s *Keep_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Keep_clauseContext) FIRST ¶
func (s *Keep_clauseContext) FIRST() antlr.TerminalNode
func (*Keep_clauseContext) GetParser ¶
func (s *Keep_clauseContext) GetParser() antlr.Parser
func (*Keep_clauseContext) GetRuleContext ¶
func (s *Keep_clauseContext) GetRuleContext() antlr.RuleContext
func (*Keep_clauseContext) IsKeep_clauseContext ¶
func (*Keep_clauseContext) IsKeep_clauseContext()
func (*Keep_clauseContext) KEEP ¶
func (s *Keep_clauseContext) KEEP() antlr.TerminalNode
func (*Keep_clauseContext) LAST ¶
func (s *Keep_clauseContext) LAST() antlr.TerminalNode
func (*Keep_clauseContext) LEFT_PAREN ¶
func (s *Keep_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Keep_clauseContext) Order_by_clause ¶
func (s *Keep_clauseContext) Order_by_clause() IOrder_by_clauseContext
func (*Keep_clauseContext) Over_clause ¶
func (s *Keep_clauseContext) Over_clause() IOver_clauseContext
func (*Keep_clauseContext) RIGHT_PAREN ¶
func (s *Keep_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Keep_clauseContext) ToStringTree ¶
func (s *Keep_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Key_compressionContext ¶
type Key_compressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyKey_compressionContext ¶
func NewEmptyKey_compressionContext() *Key_compressionContext
func NewKey_compressionContext ¶
func NewKey_compressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Key_compressionContext
func (*Key_compressionContext) COMPRESS ¶
func (s *Key_compressionContext) COMPRESS() antlr.TerminalNode
func (*Key_compressionContext) EnterRule ¶
func (s *Key_compressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Key_compressionContext) ExitRule ¶
func (s *Key_compressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Key_compressionContext) GetParser ¶
func (s *Key_compressionContext) GetParser() antlr.Parser
func (*Key_compressionContext) GetRuleContext ¶
func (s *Key_compressionContext) GetRuleContext() antlr.RuleContext
func (*Key_compressionContext) IsKey_compressionContext ¶
func (*Key_compressionContext) IsKey_compressionContext()
func (*Key_compressionContext) NOCOMPRESS ¶
func (s *Key_compressionContext) NOCOMPRESS() antlr.TerminalNode
func (*Key_compressionContext) ToStringTree ¶
func (s *Key_compressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Key_compressionContext) UNSIGNED_INTEGER ¶
func (s *Key_compressionContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Label_declarationContext ¶
type Label_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLabel_declarationContext ¶
func NewEmptyLabel_declarationContext() *Label_declarationContext
func NewLabel_declarationContext ¶
func NewLabel_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Label_declarationContext
func (*Label_declarationContext) AllGREATER_THAN_OP ¶
func (s *Label_declarationContext) AllGREATER_THAN_OP() []antlr.TerminalNode
func (*Label_declarationContext) AllLESS_THAN_OP ¶
func (s *Label_declarationContext) AllLESS_THAN_OP() []antlr.TerminalNode
func (*Label_declarationContext) EnterRule ¶
func (s *Label_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Label_declarationContext) ExitRule ¶
func (s *Label_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Label_declarationContext) GREATER_THAN_OP ¶
func (s *Label_declarationContext) GREATER_THAN_OP(i int) antlr.TerminalNode
func (*Label_declarationContext) GetLtp1 ¶
func (s *Label_declarationContext) GetLtp1() antlr.Token
func (*Label_declarationContext) GetParser ¶
func (s *Label_declarationContext) GetParser() antlr.Parser
func (*Label_declarationContext) GetRuleContext ¶
func (s *Label_declarationContext) GetRuleContext() antlr.RuleContext
func (*Label_declarationContext) IsLabel_declarationContext ¶
func (*Label_declarationContext) IsLabel_declarationContext()
func (*Label_declarationContext) LESS_THAN_OP ¶
func (s *Label_declarationContext) LESS_THAN_OP(i int) antlr.TerminalNode
func (*Label_declarationContext) Label_name ¶
func (s *Label_declarationContext) Label_name() ILabel_nameContext
func (*Label_declarationContext) SetLtp1 ¶
func (s *Label_declarationContext) SetLtp1(v antlr.Token)
func (*Label_declarationContext) ToStringTree ¶
func (s *Label_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Label_nameContext ¶
type Label_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLabel_nameContext ¶
func NewEmptyLabel_nameContext() *Label_nameContext
func NewLabel_nameContext ¶
func NewLabel_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Label_nameContext
func (*Label_nameContext) EnterRule ¶
func (s *Label_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Label_nameContext) ExitRule ¶
func (s *Label_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Label_nameContext) GetParser ¶
func (s *Label_nameContext) GetParser() antlr.Parser
func (*Label_nameContext) GetRuleContext ¶
func (s *Label_nameContext) GetRuleContext() antlr.RuleContext
func (*Label_nameContext) Id_expression ¶
func (s *Label_nameContext) Id_expression() IId_expressionContext
func (*Label_nameContext) IsLabel_nameContext ¶
func (*Label_nameContext) IsLabel_nameContext()
func (*Label_nameContext) ToStringTree ¶
func (s *Label_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Library_debugContext ¶
type Library_debugContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLibrary_debugContext ¶
func NewEmptyLibrary_debugContext() *Library_debugContext
func NewLibrary_debugContext ¶
func NewLibrary_debugContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Library_debugContext
func (*Library_debugContext) DEBUG ¶
func (s *Library_debugContext) DEBUG() antlr.TerminalNode
func (*Library_debugContext) EnterRule ¶
func (s *Library_debugContext) EnterRule(listener antlr.ParseTreeListener)
func (*Library_debugContext) ExitRule ¶
func (s *Library_debugContext) ExitRule(listener antlr.ParseTreeListener)
func (*Library_debugContext) GetParser ¶
func (s *Library_debugContext) GetParser() antlr.Parser
func (*Library_debugContext) GetRuleContext ¶
func (s *Library_debugContext) GetRuleContext() antlr.RuleContext
func (*Library_debugContext) IsLibrary_debugContext ¶
func (*Library_debugContext) IsLibrary_debugContext()
func (*Library_debugContext) ToStringTree ¶
func (s *Library_debugContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Library_editionableContext ¶
type Library_editionableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLibrary_editionableContext ¶
func NewEmptyLibrary_editionableContext() *Library_editionableContext
func NewLibrary_editionableContext ¶
func NewLibrary_editionableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Library_editionableContext
func (*Library_editionableContext) EDITIONABLE ¶
func (s *Library_editionableContext) EDITIONABLE() antlr.TerminalNode
func (*Library_editionableContext) EnterRule ¶
func (s *Library_editionableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Library_editionableContext) ExitRule ¶
func (s *Library_editionableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Library_editionableContext) GetParser ¶
func (s *Library_editionableContext) GetParser() antlr.Parser
func (*Library_editionableContext) GetRuleContext ¶
func (s *Library_editionableContext) GetRuleContext() antlr.RuleContext
func (*Library_editionableContext) IsLibrary_editionableContext ¶
func (*Library_editionableContext) IsLibrary_editionableContext()
func (*Library_editionableContext) NONEDITIONABLE ¶
func (s *Library_editionableContext) NONEDITIONABLE() antlr.TerminalNode
func (*Library_editionableContext) ToStringTree ¶
func (s *Library_editionableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Library_nameContext ¶
type Library_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLibrary_nameContext ¶
func NewEmptyLibrary_nameContext() *Library_nameContext
func NewLibrary_nameContext ¶
func NewLibrary_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Library_nameContext
func (*Library_nameContext) AllRegular_id ¶
func (s *Library_nameContext) AllRegular_id() []IRegular_idContext
func (*Library_nameContext) EnterRule ¶
func (s *Library_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Library_nameContext) ExitRule ¶
func (s *Library_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Library_nameContext) GetParser ¶
func (s *Library_nameContext) GetParser() antlr.Parser
func (*Library_nameContext) GetRuleContext ¶
func (s *Library_nameContext) GetRuleContext() antlr.RuleContext
func (*Library_nameContext) IsLibrary_nameContext ¶
func (*Library_nameContext) IsLibrary_nameContext()
func (*Library_nameContext) PERIOD ¶
func (s *Library_nameContext) PERIOD() antlr.TerminalNode
func (*Library_nameContext) Regular_id ¶
func (s *Library_nameContext) Regular_id(i int) IRegular_idContext
func (*Library_nameContext) ToStringTree ¶
func (s *Library_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Link_nameContext ¶
type Link_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLink_nameContext ¶
func NewEmptyLink_nameContext() *Link_nameContext
func NewLink_nameContext ¶
func NewLink_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Link_nameContext
func (*Link_nameContext) EnterRule ¶
func (s *Link_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Link_nameContext) ExitRule ¶
func (s *Link_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Link_nameContext) GetParser ¶
func (s *Link_nameContext) GetParser() antlr.Parser
func (*Link_nameContext) GetRuleContext ¶
func (s *Link_nameContext) GetRuleContext() antlr.RuleContext
func (*Link_nameContext) Identifier ¶
func (s *Link_nameContext) Identifier() IIdentifierContext
func (*Link_nameContext) IsLink_nameContext ¶
func (*Link_nameContext) IsLink_nameContext()
func (*Link_nameContext) ToStringTree ¶
func (s *Link_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type List_partition_descContext ¶
type List_partition_descContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyList_partition_descContext ¶
func NewEmptyList_partition_descContext() *List_partition_descContext
func NewList_partition_descContext ¶
func NewList_partition_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *List_partition_descContext
func (*List_partition_descContext) AllCOMMA ¶
func (s *List_partition_descContext) AllCOMMA() []antlr.TerminalNode
func (*List_partition_descContext) AllIndividual_hash_subparts ¶
func (s *List_partition_descContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
func (*List_partition_descContext) AllList_subpartition_desc ¶
func (s *List_partition_descContext) AllList_subpartition_desc() []IList_subpartition_descContext
func (*List_partition_descContext) AllRange_subpartition_desc ¶
func (s *List_partition_descContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
func (*List_partition_descContext) COMMA ¶
func (s *List_partition_descContext) COMMA(i int) antlr.TerminalNode
func (*List_partition_descContext) EnterRule ¶
func (s *List_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
func (*List_partition_descContext) ExitRule ¶
func (s *List_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
func (*List_partition_descContext) GetParser ¶
func (s *List_partition_descContext) GetParser() antlr.Parser
func (*List_partition_descContext) GetRuleContext ¶
func (s *List_partition_descContext) GetRuleContext() antlr.RuleContext
func (*List_partition_descContext) Hash_subparts_by_quantity ¶
func (s *List_partition_descContext) Hash_subparts_by_quantity() IHash_subparts_by_quantityContext
func (*List_partition_descContext) Individual_hash_subparts ¶
func (s *List_partition_descContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
func (*List_partition_descContext) IsList_partition_descContext ¶
func (*List_partition_descContext) IsList_partition_descContext()
func (*List_partition_descContext) LEFT_PAREN ¶
func (s *List_partition_descContext) LEFT_PAREN() antlr.TerminalNode
func (*List_partition_descContext) List_subpartition_desc ¶
func (s *List_partition_descContext) List_subpartition_desc(i int) IList_subpartition_descContext
func (*List_partition_descContext) List_values_clause ¶
func (s *List_partition_descContext) List_values_clause() IList_values_clauseContext
func (*List_partition_descContext) PARTITION ¶
func (s *List_partition_descContext) PARTITION() antlr.TerminalNode
func (*List_partition_descContext) Partition_name ¶
func (s *List_partition_descContext) Partition_name() IPartition_nameContext
func (*List_partition_descContext) RIGHT_PAREN ¶
func (s *List_partition_descContext) RIGHT_PAREN() antlr.TerminalNode
func (*List_partition_descContext) Range_subpartition_desc ¶
func (s *List_partition_descContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
func (*List_partition_descContext) Table_partition_description ¶
func (s *List_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
func (*List_partition_descContext) ToStringTree ¶
func (s *List_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type List_partitionsContext ¶
type List_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyList_partitionsContext ¶
func NewEmptyList_partitionsContext() *List_partitionsContext
func NewList_partitionsContext ¶
func NewList_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *List_partitionsContext
func (*List_partitionsContext) AllCOMMA ¶
func (s *List_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*List_partitionsContext) AllLEFT_PAREN ¶
func (s *List_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*List_partitionsContext) AllList_values_clause ¶
func (s *List_partitionsContext) AllList_values_clause() []IList_values_clauseContext
func (*List_partitionsContext) AllPARTITION ¶
func (s *List_partitionsContext) AllPARTITION() []antlr.TerminalNode
func (*List_partitionsContext) AllPartition_name ¶
func (s *List_partitionsContext) AllPartition_name() []IPartition_nameContext
func (*List_partitionsContext) AllRIGHT_PAREN ¶
func (s *List_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*List_partitionsContext) AllTable_partition_description ¶
func (s *List_partitionsContext) AllTable_partition_description() []ITable_partition_descriptionContext
func (*List_partitionsContext) BY ¶
func (s *List_partitionsContext) BY() antlr.TerminalNode
func (*List_partitionsContext) COMMA ¶
func (s *List_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*List_partitionsContext) Column_name ¶
func (s *List_partitionsContext) Column_name() IColumn_nameContext
func (*List_partitionsContext) EnterRule ¶
func (s *List_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*List_partitionsContext) ExitRule ¶
func (s *List_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*List_partitionsContext) GetParser ¶
func (s *List_partitionsContext) GetParser() antlr.Parser
func (*List_partitionsContext) GetRuleContext ¶
func (s *List_partitionsContext) GetRuleContext() antlr.RuleContext
func (*List_partitionsContext) IsList_partitionsContext ¶
func (*List_partitionsContext) IsList_partitionsContext()
func (*List_partitionsContext) LEFT_PAREN ¶
func (s *List_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*List_partitionsContext) LIST ¶
func (s *List_partitionsContext) LIST() antlr.TerminalNode
func (*List_partitionsContext) List_values_clause ¶
func (s *List_partitionsContext) List_values_clause(i int) IList_values_clauseContext
func (*List_partitionsContext) PARTITION ¶
func (s *List_partitionsContext) PARTITION(i int) antlr.TerminalNode
func (*List_partitionsContext) Partition_name ¶
func (s *List_partitionsContext) Partition_name(i int) IPartition_nameContext
func (*List_partitionsContext) RIGHT_PAREN ¶
func (s *List_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*List_partitionsContext) Table_partition_description ¶
func (s *List_partitionsContext) Table_partition_description(i int) ITable_partition_descriptionContext
func (*List_partitionsContext) ToStringTree ¶
func (s *List_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type List_subpartition_descContext ¶
type List_subpartition_descContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyList_subpartition_descContext ¶
func NewEmptyList_subpartition_descContext() *List_subpartition_descContext
func NewList_subpartition_descContext ¶
func NewList_subpartition_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *List_subpartition_descContext
func (*List_subpartition_descContext) EnterRule ¶
func (s *List_subpartition_descContext) EnterRule(listener antlr.ParseTreeListener)
func (*List_subpartition_descContext) ExitRule ¶
func (s *List_subpartition_descContext) ExitRule(listener antlr.ParseTreeListener)
func (*List_subpartition_descContext) GetParser ¶
func (s *List_subpartition_descContext) GetParser() antlr.Parser
func (*List_subpartition_descContext) GetRuleContext ¶
func (s *List_subpartition_descContext) GetRuleContext() antlr.RuleContext
func (*List_subpartition_descContext) IsList_subpartition_descContext ¶
func (*List_subpartition_descContext) IsList_subpartition_descContext()
func (*List_subpartition_descContext) List_values_clause ¶
func (s *List_subpartition_descContext) List_values_clause() IList_values_clauseContext
func (*List_subpartition_descContext) Partitioning_storage_clause ¶
func (s *List_subpartition_descContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
func (*List_subpartition_descContext) SUBPARTITION ¶
func (s *List_subpartition_descContext) SUBPARTITION() antlr.TerminalNode
func (*List_subpartition_descContext) Subpartition_name ¶
func (s *List_subpartition_descContext) Subpartition_name() ISubpartition_nameContext
func (*List_subpartition_descContext) ToStringTree ¶
func (s *List_subpartition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type List_values_clauseContext ¶
type List_values_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyList_values_clauseContext ¶
func NewEmptyList_values_clauseContext() *List_values_clauseContext
func NewList_values_clauseContext ¶
func NewList_values_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *List_values_clauseContext
func (*List_values_clauseContext) AllCOMMA ¶
func (s *List_values_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*List_values_clauseContext) AllLiteral ¶
func (s *List_values_clauseContext) AllLiteral() []ILiteralContext
func (*List_values_clauseContext) COMMA ¶
func (s *List_values_clauseContext) COMMA(i int) antlr.TerminalNode
func (*List_values_clauseContext) DEFAULT ¶
func (s *List_values_clauseContext) DEFAULT() antlr.TerminalNode
func (*List_values_clauseContext) EnterRule ¶
func (s *List_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*List_values_clauseContext) ExitRule ¶
func (s *List_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*List_values_clauseContext) GetParser ¶
func (s *List_values_clauseContext) GetParser() antlr.Parser
func (*List_values_clauseContext) GetRuleContext ¶
func (s *List_values_clauseContext) GetRuleContext() antlr.RuleContext
func (*List_values_clauseContext) IsList_values_clauseContext ¶
func (*List_values_clauseContext) IsList_values_clauseContext()
func (*List_values_clauseContext) LEFT_PAREN ¶
func (s *List_values_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*List_values_clauseContext) Literal ¶
func (s *List_values_clauseContext) Literal(i int) ILiteralContext
func (*List_values_clauseContext) RIGHT_PAREN ¶
func (s *List_values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*List_values_clauseContext) ToStringTree ¶
func (s *List_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*List_values_clauseContext) VALUES ¶
func (s *List_values_clauseContext) VALUES() antlr.TerminalNode
type LiteralContext ¶
type LiteralContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLiteralContext ¶
func NewEmptyLiteralContext() *LiteralContext
func NewLiteralContext ¶
func NewLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralContext
func (*LiteralContext) CHAR_STRING ¶
func (s *LiteralContext) CHAR_STRING() antlr.TerminalNode
func (*LiteralContext) EnterRule ¶
func (s *LiteralContext) EnterRule(listener antlr.ParseTreeListener)
func (*LiteralContext) ExitRule ¶
func (s *LiteralContext) ExitRule(listener antlr.ParseTreeListener)
func (*LiteralContext) GetParser ¶
func (s *LiteralContext) GetParser() antlr.Parser
func (*LiteralContext) GetRuleContext ¶
func (s *LiteralContext) GetRuleContext() antlr.RuleContext
func (*LiteralContext) IsLiteralContext ¶
func (*LiteralContext) IsLiteralContext()
func (*LiteralContext) MAXVALUE ¶
func (s *LiteralContext) MAXVALUE() antlr.TerminalNode
func (*LiteralContext) Numeric ¶
func (s *LiteralContext) Numeric() INumericContext
func (*LiteralContext) String_function ¶
func (s *LiteralContext) String_function() IString_functionContext
func (*LiteralContext) ToStringTree ¶
func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_compression_clauseContext ¶
type Lob_compression_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_compression_clauseContext ¶
func NewEmptyLob_compression_clauseContext() *Lob_compression_clauseContext
func NewLob_compression_clauseContext ¶
func NewLob_compression_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_compression_clauseContext
func (*Lob_compression_clauseContext) COMPRESS ¶
func (s *Lob_compression_clauseContext) COMPRESS() antlr.TerminalNode
func (*Lob_compression_clauseContext) EnterRule ¶
func (s *Lob_compression_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_compression_clauseContext) ExitRule ¶
func (s *Lob_compression_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_compression_clauseContext) GetParser ¶
func (s *Lob_compression_clauseContext) GetParser() antlr.Parser
func (*Lob_compression_clauseContext) GetRuleContext ¶
func (s *Lob_compression_clauseContext) GetRuleContext() antlr.RuleContext
func (*Lob_compression_clauseContext) HIGH ¶
func (s *Lob_compression_clauseContext) HIGH() antlr.TerminalNode
func (*Lob_compression_clauseContext) IsLob_compression_clauseContext ¶
func (*Lob_compression_clauseContext) IsLob_compression_clauseContext()
func (*Lob_compression_clauseContext) LOW ¶
func (s *Lob_compression_clauseContext) LOW() antlr.TerminalNode
func (*Lob_compression_clauseContext) MEDIUM ¶
func (s *Lob_compression_clauseContext) MEDIUM() antlr.TerminalNode
func (*Lob_compression_clauseContext) NOCOMPRESS ¶
func (s *Lob_compression_clauseContext) NOCOMPRESS() antlr.TerminalNode
func (*Lob_compression_clauseContext) ToStringTree ¶
func (s *Lob_compression_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_deduplicate_clauseContext ¶
type Lob_deduplicate_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_deduplicate_clauseContext ¶
func NewEmptyLob_deduplicate_clauseContext() *Lob_deduplicate_clauseContext
func NewLob_deduplicate_clauseContext ¶
func NewLob_deduplicate_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_deduplicate_clauseContext
func (*Lob_deduplicate_clauseContext) DEDUPLICATE ¶
func (s *Lob_deduplicate_clauseContext) DEDUPLICATE() antlr.TerminalNode
func (*Lob_deduplicate_clauseContext) EnterRule ¶
func (s *Lob_deduplicate_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_deduplicate_clauseContext) ExitRule ¶
func (s *Lob_deduplicate_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_deduplicate_clauseContext) GetParser ¶
func (s *Lob_deduplicate_clauseContext) GetParser() antlr.Parser
func (*Lob_deduplicate_clauseContext) GetRuleContext ¶
func (s *Lob_deduplicate_clauseContext) GetRuleContext() antlr.RuleContext
func (*Lob_deduplicate_clauseContext) IsLob_deduplicate_clauseContext ¶
func (*Lob_deduplicate_clauseContext) IsLob_deduplicate_clauseContext()
func (*Lob_deduplicate_clauseContext) KEEP_DUPLICATES ¶
func (s *Lob_deduplicate_clauseContext) KEEP_DUPLICATES() antlr.TerminalNode
func (*Lob_deduplicate_clauseContext) ToStringTree ¶
func (s *Lob_deduplicate_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_itemContext ¶
type Lob_itemContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_itemContext ¶
func NewEmptyLob_itemContext() *Lob_itemContext
func NewLob_itemContext ¶
func NewLob_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_itemContext
func (*Lob_itemContext) EnterRule ¶
func (s *Lob_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_itemContext) ExitRule ¶
func (s *Lob_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_itemContext) GetParser ¶
func (s *Lob_itemContext) GetParser() antlr.Parser
func (*Lob_itemContext) GetRuleContext ¶
func (s *Lob_itemContext) GetRuleContext() antlr.RuleContext
func (*Lob_itemContext) IsLob_itemContext ¶
func (*Lob_itemContext) IsLob_itemContext()
func (*Lob_itemContext) Regular_id ¶
func (s *Lob_itemContext) Regular_id() IRegular_idContext
func (*Lob_itemContext) ToStringTree ¶
func (s *Lob_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_parametersContext ¶
type Lob_parametersContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_parametersContext ¶
func NewEmptyLob_parametersContext() *Lob_parametersContext
func NewLob_parametersContext ¶
func NewLob_parametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_parametersContext
func (*Lob_parametersContext) AllCACHE ¶
func (s *Lob_parametersContext) AllCACHE() []antlr.TerminalNode
func (*Lob_parametersContext) AllCHUNK ¶
func (s *Lob_parametersContext) AllCHUNK() []antlr.TerminalNode
func (*Lob_parametersContext) AllDECRYPT ¶
func (s *Lob_parametersContext) AllDECRYPT() []antlr.TerminalNode
func (*Lob_parametersContext) AllDISABLE ¶
func (s *Lob_parametersContext) AllDISABLE() []antlr.TerminalNode
func (*Lob_parametersContext) AllENABLE ¶
func (s *Lob_parametersContext) AllENABLE() []antlr.TerminalNode
func (*Lob_parametersContext) AllENCRYPT ¶
func (s *Lob_parametersContext) AllENCRYPT() []antlr.TerminalNode
func (*Lob_parametersContext) AllEncryption_spec ¶
func (s *Lob_parametersContext) AllEncryption_spec() []IEncryption_specContext
func (*Lob_parametersContext) AllFREEPOOLS ¶
func (s *Lob_parametersContext) AllFREEPOOLS() []antlr.TerminalNode
func (*Lob_parametersContext) AllIN ¶
func (s *Lob_parametersContext) AllIN() []antlr.TerminalNode
func (*Lob_parametersContext) AllLob_compression_clause ¶
func (s *Lob_parametersContext) AllLob_compression_clause() []ILob_compression_clauseContext
func (*Lob_parametersContext) AllLob_deduplicate_clause ¶
func (s *Lob_parametersContext) AllLob_deduplicate_clause() []ILob_deduplicate_clauseContext
func (*Lob_parametersContext) AllLob_retention_clause ¶
func (s *Lob_parametersContext) AllLob_retention_clause() []ILob_retention_clauseContext
func (*Lob_parametersContext) AllLogging_clause ¶
func (s *Lob_parametersContext) AllLogging_clause() []ILogging_clauseContext
func (*Lob_parametersContext) AllNOCACHE ¶
func (s *Lob_parametersContext) AllNOCACHE() []antlr.TerminalNode
func (*Lob_parametersContext) AllPCTVERSION ¶
func (s *Lob_parametersContext) AllPCTVERSION() []antlr.TerminalNode
func (*Lob_parametersContext) AllREADS ¶
func (s *Lob_parametersContext) AllREADS() []antlr.TerminalNode
func (*Lob_parametersContext) AllROW ¶
func (s *Lob_parametersContext) AllROW() []antlr.TerminalNode
func (*Lob_parametersContext) AllSTORAGE ¶
func (s *Lob_parametersContext) AllSTORAGE() []antlr.TerminalNode
func (*Lob_parametersContext) AllUNSIGNED_INTEGER ¶
func (s *Lob_parametersContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Lob_parametersContext) CACHE ¶
func (s *Lob_parametersContext) CACHE(i int) antlr.TerminalNode
func (*Lob_parametersContext) CHUNK ¶
func (s *Lob_parametersContext) CHUNK(i int) antlr.TerminalNode
func (*Lob_parametersContext) DECRYPT ¶
func (s *Lob_parametersContext) DECRYPT(i int) antlr.TerminalNode
func (*Lob_parametersContext) DISABLE ¶
func (s *Lob_parametersContext) DISABLE(i int) antlr.TerminalNode
func (*Lob_parametersContext) ENABLE ¶
func (s *Lob_parametersContext) ENABLE(i int) antlr.TerminalNode
func (*Lob_parametersContext) ENCRYPT ¶
func (s *Lob_parametersContext) ENCRYPT(i int) antlr.TerminalNode
func (*Lob_parametersContext) Encryption_spec ¶
func (s *Lob_parametersContext) Encryption_spec(i int) IEncryption_specContext
func (*Lob_parametersContext) EnterRule ¶
func (s *Lob_parametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_parametersContext) ExitRule ¶
func (s *Lob_parametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_parametersContext) FREEPOOLS ¶
func (s *Lob_parametersContext) FREEPOOLS(i int) antlr.TerminalNode
func (*Lob_parametersContext) GetParser ¶
func (s *Lob_parametersContext) GetParser() antlr.Parser
func (*Lob_parametersContext) GetRuleContext ¶
func (s *Lob_parametersContext) GetRuleContext() antlr.RuleContext
func (*Lob_parametersContext) IN ¶
func (s *Lob_parametersContext) IN(i int) antlr.TerminalNode
func (*Lob_parametersContext) IsLob_parametersContext ¶
func (*Lob_parametersContext) IsLob_parametersContext()
func (*Lob_parametersContext) Lob_compression_clause ¶
func (s *Lob_parametersContext) Lob_compression_clause(i int) ILob_compression_clauseContext
func (*Lob_parametersContext) Lob_deduplicate_clause ¶
func (s *Lob_parametersContext) Lob_deduplicate_clause(i int) ILob_deduplicate_clauseContext
func (*Lob_parametersContext) Lob_retention_clause ¶
func (s *Lob_parametersContext) Lob_retention_clause(i int) ILob_retention_clauseContext
func (*Lob_parametersContext) Logging_clause ¶
func (s *Lob_parametersContext) Logging_clause(i int) ILogging_clauseContext
func (*Lob_parametersContext) NOCACHE ¶
func (s *Lob_parametersContext) NOCACHE(i int) antlr.TerminalNode
func (*Lob_parametersContext) PCTVERSION ¶
func (s *Lob_parametersContext) PCTVERSION(i int) antlr.TerminalNode
func (*Lob_parametersContext) READS ¶
func (s *Lob_parametersContext) READS(i int) antlr.TerminalNode
func (*Lob_parametersContext) ROW ¶
func (s *Lob_parametersContext) ROW(i int) antlr.TerminalNode
func (*Lob_parametersContext) STORAGE ¶
func (s *Lob_parametersContext) STORAGE(i int) antlr.TerminalNode
func (*Lob_parametersContext) ToStringTree ¶
func (s *Lob_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Lob_parametersContext) UNSIGNED_INTEGER ¶
func (s *Lob_parametersContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Lob_partitioning_storageContext ¶
type Lob_partitioning_storageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_partitioning_storageContext ¶
func NewEmptyLob_partitioning_storageContext() *Lob_partitioning_storageContext
func NewLob_partitioning_storageContext ¶
func NewLob_partitioning_storageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_partitioning_storageContext
func (*Lob_partitioning_storageContext) AS ¶
func (s *Lob_partitioning_storageContext) AS() antlr.TerminalNode
func (*Lob_partitioning_storageContext) AllLEFT_PAREN ¶
func (s *Lob_partitioning_storageContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Lob_partitioning_storageContext) AllRIGHT_PAREN ¶
func (s *Lob_partitioning_storageContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Lob_partitioning_storageContext) BASICFILE ¶
func (s *Lob_partitioning_storageContext) BASICFILE() antlr.TerminalNode
func (*Lob_partitioning_storageContext) EnterRule ¶
func (s *Lob_partitioning_storageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_partitioning_storageContext) ExitRule ¶
func (s *Lob_partitioning_storageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_partitioning_storageContext) GetParser ¶
func (s *Lob_partitioning_storageContext) GetParser() antlr.Parser
func (*Lob_partitioning_storageContext) GetRuleContext ¶
func (s *Lob_partitioning_storageContext) GetRuleContext() antlr.RuleContext
func (*Lob_partitioning_storageContext) IsLob_partitioning_storageContext ¶
func (*Lob_partitioning_storageContext) IsLob_partitioning_storageContext()
func (*Lob_partitioning_storageContext) LEFT_PAREN ¶
func (s *Lob_partitioning_storageContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Lob_partitioning_storageContext) LOB ¶
func (s *Lob_partitioning_storageContext) LOB() antlr.TerminalNode
func (*Lob_partitioning_storageContext) Lob_item ¶
func (s *Lob_partitioning_storageContext) Lob_item() ILob_itemContext
func (*Lob_partitioning_storageContext) Lob_segname ¶
func (s *Lob_partitioning_storageContext) Lob_segname() ILob_segnameContext
func (*Lob_partitioning_storageContext) RIGHT_PAREN ¶
func (s *Lob_partitioning_storageContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Lob_partitioning_storageContext) SECUREFILE ¶
func (s *Lob_partitioning_storageContext) SECUREFILE() antlr.TerminalNode
func (*Lob_partitioning_storageContext) STORE ¶
func (s *Lob_partitioning_storageContext) STORE() antlr.TerminalNode
func (*Lob_partitioning_storageContext) TABLESPACE ¶
func (s *Lob_partitioning_storageContext) TABLESPACE() antlr.TerminalNode
func (*Lob_partitioning_storageContext) Tablespace ¶
func (s *Lob_partitioning_storageContext) Tablespace() ITablespaceContext
func (*Lob_partitioning_storageContext) ToStringTree ¶
func (s *Lob_partitioning_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_retention_clauseContext ¶
type Lob_retention_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_retention_clauseContext ¶
func NewEmptyLob_retention_clauseContext() *Lob_retention_clauseContext
func NewLob_retention_clauseContext ¶
func NewLob_retention_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_retention_clauseContext
func (*Lob_retention_clauseContext) AUTO ¶
func (s *Lob_retention_clauseContext) AUTO() antlr.TerminalNode
func (*Lob_retention_clauseContext) EnterRule ¶
func (s *Lob_retention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_retention_clauseContext) ExitRule ¶
func (s *Lob_retention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_retention_clauseContext) GetParser ¶
func (s *Lob_retention_clauseContext) GetParser() antlr.Parser
func (*Lob_retention_clauseContext) GetRuleContext ¶
func (s *Lob_retention_clauseContext) GetRuleContext() antlr.RuleContext
func (*Lob_retention_clauseContext) IsLob_retention_clauseContext ¶
func (*Lob_retention_clauseContext) IsLob_retention_clauseContext()
func (*Lob_retention_clauseContext) MAX ¶
func (s *Lob_retention_clauseContext) MAX() antlr.TerminalNode
func (*Lob_retention_clauseContext) MIN ¶
func (s *Lob_retention_clauseContext) MIN() antlr.TerminalNode
func (*Lob_retention_clauseContext) NONE ¶
func (s *Lob_retention_clauseContext) NONE() antlr.TerminalNode
func (*Lob_retention_clauseContext) RETENTION ¶
func (s *Lob_retention_clauseContext) RETENTION() antlr.TerminalNode
func (*Lob_retention_clauseContext) ToStringTree ¶
func (s *Lob_retention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Lob_retention_clauseContext) UNSIGNED_INTEGER ¶
func (s *Lob_retention_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Lob_segnameContext ¶
type Lob_segnameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_segnameContext ¶
func NewEmptyLob_segnameContext() *Lob_segnameContext
func NewLob_segnameContext ¶
func NewLob_segnameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_segnameContext
func (*Lob_segnameContext) EnterRule ¶
func (s *Lob_segnameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_segnameContext) ExitRule ¶
func (s *Lob_segnameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_segnameContext) GetParser ¶
func (s *Lob_segnameContext) GetParser() antlr.Parser
func (*Lob_segnameContext) GetRuleContext ¶
func (s *Lob_segnameContext) GetRuleContext() antlr.RuleContext
func (*Lob_segnameContext) IsLob_segnameContext ¶
func (*Lob_segnameContext) IsLob_segnameContext()
func (*Lob_segnameContext) Regular_id ¶
func (s *Lob_segnameContext) Regular_id() IRegular_idContext
func (*Lob_segnameContext) ToStringTree ¶
func (s *Lob_segnameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_storage_clauseContext ¶
type Lob_storage_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_storage_clauseContext ¶
func NewEmptyLob_storage_clauseContext() *Lob_storage_clauseContext
func NewLob_storage_clauseContext ¶
func NewLob_storage_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_storage_clauseContext
func (*Lob_storage_clauseContext) AS ¶
func (s *Lob_storage_clauseContext) AS() antlr.TerminalNode
func (*Lob_storage_clauseContext) AllBASICFILE ¶
func (s *Lob_storage_clauseContext) AllBASICFILE() []antlr.TerminalNode
func (*Lob_storage_clauseContext) AllCOMMA ¶
func (s *Lob_storage_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Lob_storage_clauseContext) AllLEFT_PAREN ¶
func (s *Lob_storage_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Lob_storage_clauseContext) AllLob_item ¶
func (s *Lob_storage_clauseContext) AllLob_item() []ILob_itemContext
func (*Lob_storage_clauseContext) AllLob_segname ¶
func (s *Lob_storage_clauseContext) AllLob_segname() []ILob_segnameContext
func (*Lob_storage_clauseContext) AllLob_storage_parameters ¶
func (s *Lob_storage_clauseContext) AllLob_storage_parameters() []ILob_storage_parametersContext
func (*Lob_storage_clauseContext) AllRIGHT_PAREN ¶
func (s *Lob_storage_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Lob_storage_clauseContext) AllSECUREFILE ¶
func (s *Lob_storage_clauseContext) AllSECUREFILE() []antlr.TerminalNode
func (*Lob_storage_clauseContext) BASICFILE ¶
func (s *Lob_storage_clauseContext) BASICFILE(i int) antlr.TerminalNode
func (*Lob_storage_clauseContext) COMMA ¶
func (s *Lob_storage_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Lob_storage_clauseContext) EnterRule ¶
func (s *Lob_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_storage_clauseContext) ExitRule ¶
func (s *Lob_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_storage_clauseContext) GetParser ¶
func (s *Lob_storage_clauseContext) GetParser() antlr.Parser
func (*Lob_storage_clauseContext) GetRuleContext ¶
func (s *Lob_storage_clauseContext) GetRuleContext() antlr.RuleContext
func (*Lob_storage_clauseContext) IsLob_storage_clauseContext ¶
func (*Lob_storage_clauseContext) IsLob_storage_clauseContext()
func (*Lob_storage_clauseContext) LEFT_PAREN ¶
func (s *Lob_storage_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Lob_storage_clauseContext) LOB ¶
func (s *Lob_storage_clauseContext) LOB() antlr.TerminalNode
func (*Lob_storage_clauseContext) Lob_item ¶
func (s *Lob_storage_clauseContext) Lob_item(i int) ILob_itemContext
func (*Lob_storage_clauseContext) Lob_segname ¶
func (s *Lob_storage_clauseContext) Lob_segname(i int) ILob_segnameContext
func (*Lob_storage_clauseContext) Lob_storage_parameters ¶
func (s *Lob_storage_clauseContext) Lob_storage_parameters(i int) ILob_storage_parametersContext
func (*Lob_storage_clauseContext) RIGHT_PAREN ¶
func (s *Lob_storage_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Lob_storage_clauseContext) SECUREFILE ¶
func (s *Lob_storage_clauseContext) SECUREFILE(i int) antlr.TerminalNode
func (*Lob_storage_clauseContext) STORE ¶
func (s *Lob_storage_clauseContext) STORE() antlr.TerminalNode
func (*Lob_storage_clauseContext) ToStringTree ¶
func (s *Lob_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lob_storage_parametersContext ¶
type Lob_storage_parametersContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLob_storage_parametersContext ¶
func NewEmptyLob_storage_parametersContext() *Lob_storage_parametersContext
func NewLob_storage_parametersContext ¶
func NewLob_storage_parametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lob_storage_parametersContext
func (*Lob_storage_parametersContext) EnterRule ¶
func (s *Lob_storage_parametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lob_storage_parametersContext) ExitRule ¶
func (s *Lob_storage_parametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lob_storage_parametersContext) GetParser ¶
func (s *Lob_storage_parametersContext) GetParser() antlr.Parser
func (*Lob_storage_parametersContext) GetRuleContext ¶
func (s *Lob_storage_parametersContext) GetRuleContext() antlr.RuleContext
func (*Lob_storage_parametersContext) IsLob_storage_parametersContext ¶
func (*Lob_storage_parametersContext) IsLob_storage_parametersContext()
func (*Lob_storage_parametersContext) Lob_parameters ¶
func (s *Lob_storage_parametersContext) Lob_parameters() ILob_parametersContext
func (*Lob_storage_parametersContext) Storage_clause ¶
func (s *Lob_storage_parametersContext) Storage_clause() IStorage_clauseContext
func (*Lob_storage_parametersContext) TABLESPACE ¶
func (s *Lob_storage_parametersContext) TABLESPACE() antlr.TerminalNode
func (*Lob_storage_parametersContext) Tablespace ¶
func (s *Lob_storage_parametersContext) Tablespace() ITablespaceContext
func (*Lob_storage_parametersContext) ToStringTree ¶
func (s *Lob_storage_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Local_domain_index_clauseContext ¶
type Local_domain_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLocal_domain_index_clauseContext ¶
func NewEmptyLocal_domain_index_clauseContext() *Local_domain_index_clauseContext
func NewLocal_domain_index_clauseContext ¶
func NewLocal_domain_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Local_domain_index_clauseContext
func (*Local_domain_index_clauseContext) AllCOMMA ¶
func (s *Local_domain_index_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Local_domain_index_clauseContext) AllLEFT_PAREN ¶
func (s *Local_domain_index_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Local_domain_index_clauseContext) AllOdci_parameters ¶
func (s *Local_domain_index_clauseContext) AllOdci_parameters() []IOdci_parametersContext
func (*Local_domain_index_clauseContext) AllPARAMETERS ¶
func (s *Local_domain_index_clauseContext) AllPARAMETERS() []antlr.TerminalNode
func (*Local_domain_index_clauseContext) AllPARTITION ¶
func (s *Local_domain_index_clauseContext) AllPARTITION() []antlr.TerminalNode
func (*Local_domain_index_clauseContext) AllPartition_name ¶
func (s *Local_domain_index_clauseContext) AllPartition_name() []IPartition_nameContext
func (*Local_domain_index_clauseContext) AllRIGHT_PAREN ¶
func (s *Local_domain_index_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Local_domain_index_clauseContext) COMMA ¶
func (s *Local_domain_index_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Local_domain_index_clauseContext) EnterRule ¶
func (s *Local_domain_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Local_domain_index_clauseContext) ExitRule ¶
func (s *Local_domain_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Local_domain_index_clauseContext) GetParser ¶
func (s *Local_domain_index_clauseContext) GetParser() antlr.Parser
func (*Local_domain_index_clauseContext) GetRuleContext ¶
func (s *Local_domain_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Local_domain_index_clauseContext) IsLocal_domain_index_clauseContext ¶
func (*Local_domain_index_clauseContext) IsLocal_domain_index_clauseContext()
func (*Local_domain_index_clauseContext) LEFT_PAREN ¶
func (s *Local_domain_index_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Local_domain_index_clauseContext) LOCAL ¶
func (s *Local_domain_index_clauseContext) LOCAL() antlr.TerminalNode
func (*Local_domain_index_clauseContext) Odci_parameters ¶
func (s *Local_domain_index_clauseContext) Odci_parameters(i int) IOdci_parametersContext
func (*Local_domain_index_clauseContext) PARAMETERS ¶
func (s *Local_domain_index_clauseContext) PARAMETERS(i int) antlr.TerminalNode
func (*Local_domain_index_clauseContext) PARTITION ¶
func (s *Local_domain_index_clauseContext) PARTITION(i int) antlr.TerminalNode
func (*Local_domain_index_clauseContext) Partition_name ¶
func (s *Local_domain_index_clauseContext) Partition_name(i int) IPartition_nameContext
func (*Local_domain_index_clauseContext) RIGHT_PAREN ¶
func (s *Local_domain_index_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Local_domain_index_clauseContext) ToStringTree ¶
func (s *Local_domain_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Local_partitioned_indexContext ¶
type Local_partitioned_indexContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLocal_partitioned_indexContext ¶
func NewEmptyLocal_partitioned_indexContext() *Local_partitioned_indexContext
func NewLocal_partitioned_indexContext ¶
func NewLocal_partitioned_indexContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Local_partitioned_indexContext
func (*Local_partitioned_indexContext) EnterRule ¶
func (s *Local_partitioned_indexContext) EnterRule(listener antlr.ParseTreeListener)
func (*Local_partitioned_indexContext) ExitRule ¶
func (s *Local_partitioned_indexContext) ExitRule(listener antlr.ParseTreeListener)
func (*Local_partitioned_indexContext) GetParser ¶
func (s *Local_partitioned_indexContext) GetParser() antlr.Parser
func (*Local_partitioned_indexContext) GetRuleContext ¶
func (s *Local_partitioned_indexContext) GetRuleContext() antlr.RuleContext
func (*Local_partitioned_indexContext) IsLocal_partitioned_indexContext ¶
func (*Local_partitioned_indexContext) IsLocal_partitioned_indexContext()
func (*Local_partitioned_indexContext) LOCAL ¶
func (s *Local_partitioned_indexContext) LOCAL() antlr.TerminalNode
func (*Local_partitioned_indexContext) On_comp_partitioned_table ¶
func (s *Local_partitioned_indexContext) On_comp_partitioned_table() IOn_comp_partitioned_tableContext
func (*Local_partitioned_indexContext) On_hash_partitioned_table ¶
func (s *Local_partitioned_indexContext) On_hash_partitioned_table() IOn_hash_partitioned_tableContext
func (*Local_partitioned_indexContext) On_list_partitioned_table ¶
func (s *Local_partitioned_indexContext) On_list_partitioned_table() IOn_list_partitioned_tableContext
func (*Local_partitioned_indexContext) On_range_partitioned_table ¶
func (s *Local_partitioned_indexContext) On_range_partitioned_table() IOn_range_partitioned_tableContext
func (*Local_partitioned_indexContext) ToStringTree ¶
func (s *Local_partitioned_indexContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Local_xmlindex_clauseContext ¶
type Local_xmlindex_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLocal_xmlindex_clauseContext ¶
func NewEmptyLocal_xmlindex_clauseContext() *Local_xmlindex_clauseContext
func NewLocal_xmlindex_clauseContext ¶
func NewLocal_xmlindex_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Local_xmlindex_clauseContext
func (*Local_xmlindex_clauseContext) AllCOMMA ¶
func (s *Local_xmlindex_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Local_xmlindex_clauseContext) AllPARTITION ¶
func (s *Local_xmlindex_clauseContext) AllPARTITION() []antlr.TerminalNode
func (*Local_xmlindex_clauseContext) AllPartition_name ¶
func (s *Local_xmlindex_clauseContext) AllPartition_name() []IPartition_nameContext
func (*Local_xmlindex_clauseContext) COMMA ¶
func (s *Local_xmlindex_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Local_xmlindex_clauseContext) EnterRule ¶
func (s *Local_xmlindex_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Local_xmlindex_clauseContext) ExitRule ¶
func (s *Local_xmlindex_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Local_xmlindex_clauseContext) GetParser ¶
func (s *Local_xmlindex_clauseContext) GetParser() antlr.Parser
func (*Local_xmlindex_clauseContext) GetRuleContext ¶
func (s *Local_xmlindex_clauseContext) GetRuleContext() antlr.RuleContext
func (*Local_xmlindex_clauseContext) IsLocal_xmlindex_clauseContext ¶
func (*Local_xmlindex_clauseContext) IsLocal_xmlindex_clauseContext()
func (*Local_xmlindex_clauseContext) LEFT_PAREN ¶
func (s *Local_xmlindex_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Local_xmlindex_clauseContext) LOCAL ¶
func (s *Local_xmlindex_clauseContext) LOCAL() antlr.TerminalNode
func (*Local_xmlindex_clauseContext) PARTITION ¶
func (s *Local_xmlindex_clauseContext) PARTITION(i int) antlr.TerminalNode
func (*Local_xmlindex_clauseContext) Partition_name ¶
func (s *Local_xmlindex_clauseContext) Partition_name(i int) IPartition_nameContext
func (*Local_xmlindex_clauseContext) RIGHT_PAREN ¶
func (s *Local_xmlindex_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Local_xmlindex_clauseContext) ToStringTree ¶
func (s *Local_xmlindex_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lock_modeContext ¶
type Lock_modeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLock_modeContext ¶
func NewEmptyLock_modeContext() *Lock_modeContext
func NewLock_modeContext ¶
func NewLock_modeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lock_modeContext
func (*Lock_modeContext) EXCLUSIVE ¶
func (s *Lock_modeContext) EXCLUSIVE() antlr.TerminalNode
func (*Lock_modeContext) EnterRule ¶
func (s *Lock_modeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lock_modeContext) ExitRule ¶
func (s *Lock_modeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lock_modeContext) GetParser ¶
func (s *Lock_modeContext) GetParser() antlr.Parser
func (*Lock_modeContext) GetRuleContext ¶
func (s *Lock_modeContext) GetRuleContext() antlr.RuleContext
func (*Lock_modeContext) IsLock_modeContext ¶
func (*Lock_modeContext) IsLock_modeContext()
func (*Lock_modeContext) ROW ¶
func (s *Lock_modeContext) ROW() antlr.TerminalNode
func (*Lock_modeContext) SHARE ¶
func (s *Lock_modeContext) SHARE() antlr.TerminalNode
func (*Lock_modeContext) ToStringTree ¶
func (s *Lock_modeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Lock_modeContext) UPDATE ¶
func (s *Lock_modeContext) UPDATE() antlr.TerminalNode
type Lock_table_elementContext ¶
type Lock_table_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLock_table_elementContext ¶
func NewEmptyLock_table_elementContext() *Lock_table_elementContext
func NewLock_table_elementContext ¶
func NewLock_table_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lock_table_elementContext
func (*Lock_table_elementContext) EnterRule ¶
func (s *Lock_table_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lock_table_elementContext) ExitRule ¶
func (s *Lock_table_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lock_table_elementContext) GetParser ¶
func (s *Lock_table_elementContext) GetParser() antlr.Parser
func (*Lock_table_elementContext) GetRuleContext ¶
func (s *Lock_table_elementContext) GetRuleContext() antlr.RuleContext
func (*Lock_table_elementContext) IsLock_table_elementContext ¶
func (*Lock_table_elementContext) IsLock_table_elementContext()
func (*Lock_table_elementContext) Partition_extension_clause ¶
func (s *Lock_table_elementContext) Partition_extension_clause() IPartition_extension_clauseContext
func (*Lock_table_elementContext) Tableview_name ¶
func (s *Lock_table_elementContext) Tableview_name() ITableview_nameContext
func (*Lock_table_elementContext) ToStringTree ¶
func (s *Lock_table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Lock_table_statementContext ¶
type Lock_table_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLock_table_statementContext ¶
func NewEmptyLock_table_statementContext() *Lock_table_statementContext
func NewLock_table_statementContext ¶
func NewLock_table_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lock_table_statementContext
func (*Lock_table_statementContext) AllCOMMA ¶
func (s *Lock_table_statementContext) AllCOMMA() []antlr.TerminalNode
func (*Lock_table_statementContext) AllLock_table_element ¶
func (s *Lock_table_statementContext) AllLock_table_element() []ILock_table_elementContext
func (*Lock_table_statementContext) COMMA ¶
func (s *Lock_table_statementContext) COMMA(i int) antlr.TerminalNode
func (*Lock_table_statementContext) EnterRule ¶
func (s *Lock_table_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lock_table_statementContext) ExitRule ¶
func (s *Lock_table_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lock_table_statementContext) GetParser ¶
func (s *Lock_table_statementContext) GetParser() antlr.Parser
func (*Lock_table_statementContext) GetRuleContext ¶
func (s *Lock_table_statementContext) GetRuleContext() antlr.RuleContext
func (*Lock_table_statementContext) IN ¶
func (s *Lock_table_statementContext) IN() antlr.TerminalNode
func (*Lock_table_statementContext) IsLock_table_statementContext ¶
func (*Lock_table_statementContext) IsLock_table_statementContext()
func (*Lock_table_statementContext) LOCK ¶
func (s *Lock_table_statementContext) LOCK() antlr.TerminalNode
func (*Lock_table_statementContext) Lock_mode ¶
func (s *Lock_table_statementContext) Lock_mode() ILock_modeContext
func (*Lock_table_statementContext) Lock_table_element ¶
func (s *Lock_table_statementContext) Lock_table_element(i int) ILock_table_elementContext
func (*Lock_table_statementContext) MODE ¶
func (s *Lock_table_statementContext) MODE() antlr.TerminalNode
func (*Lock_table_statementContext) TABLE ¶
func (s *Lock_table_statementContext) TABLE() antlr.TerminalNode
func (*Lock_table_statementContext) ToStringTree ¶
func (s *Lock_table_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Lock_table_statementContext) Wait_nowait_part ¶
func (s *Lock_table_statementContext) Wait_nowait_part() IWait_nowait_partContext
type Log_file_groupContext ¶
type Log_file_groupContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLog_file_groupContext ¶
func NewEmptyLog_file_groupContext() *Log_file_groupContext
func NewLog_file_groupContext ¶
func NewLog_file_groupContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Log_file_groupContext
func (*Log_file_groupContext) AllUNSIGNED_INTEGER ¶
func (s *Log_file_groupContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Log_file_groupContext) COMMA ¶
func (s *Log_file_groupContext) COMMA() antlr.TerminalNode
func (*Log_file_groupContext) EnterRule ¶
func (s *Log_file_groupContext) EnterRule(listener antlr.ParseTreeListener)
func (*Log_file_groupContext) ExitRule ¶
func (s *Log_file_groupContext) ExitRule(listener antlr.ParseTreeListener)
func (*Log_file_groupContext) GROUP ¶
func (s *Log_file_groupContext) GROUP() antlr.TerminalNode
func (*Log_file_groupContext) GetParser ¶
func (s *Log_file_groupContext) GetParser() antlr.Parser
func (*Log_file_groupContext) GetRuleContext ¶
func (s *Log_file_groupContext) GetRuleContext() antlr.RuleContext
func (*Log_file_groupContext) IsLog_file_groupContext ¶
func (*Log_file_groupContext) IsLog_file_groupContext()
func (*Log_file_groupContext) THREAD ¶
func (s *Log_file_groupContext) THREAD() antlr.TerminalNode
func (*Log_file_groupContext) ToStringTree ¶
func (s *Log_file_groupContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Log_file_groupContext) UNSIGNED_INTEGER ¶
func (s *Log_file_groupContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Log_grpContext ¶
type Log_grpContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLog_grpContext ¶
func NewEmptyLog_grpContext() *Log_grpContext
func NewLog_grpContext ¶
func NewLog_grpContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Log_grpContext
func (*Log_grpContext) EnterRule ¶
func (s *Log_grpContext) EnterRule(listener antlr.ParseTreeListener)
func (*Log_grpContext) ExitRule ¶
func (s *Log_grpContext) ExitRule(listener antlr.ParseTreeListener)
func (*Log_grpContext) GetParser ¶
func (s *Log_grpContext) GetParser() antlr.Parser
func (*Log_grpContext) GetRuleContext ¶
func (s *Log_grpContext) GetRuleContext() antlr.RuleContext
func (*Log_grpContext) IsLog_grpContext ¶
func (*Log_grpContext) IsLog_grpContext()
func (*Log_grpContext) ToStringTree ¶
func (s *Log_grpContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Log_grpContext) UNSIGNED_INTEGER ¶
func (s *Log_grpContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Logfile_clausesContext ¶
type Logfile_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLogfile_clausesContext ¶
func NewEmptyLogfile_clausesContext() *Logfile_clausesContext
func NewLogfile_clausesContext ¶
func NewLogfile_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Logfile_clausesContext
func (*Logfile_clausesContext) ARCHIVELOG ¶
func (s *Logfile_clausesContext) ARCHIVELOG() antlr.TerminalNode
func (*Logfile_clausesContext) Add_logfile_clauses ¶
func (s *Logfile_clausesContext) Add_logfile_clauses() IAdd_logfile_clausesContext
func (*Logfile_clausesContext) AllCOMMA ¶
func (s *Logfile_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Logfile_clausesContext) AllFilename ¶
func (s *Logfile_clausesContext) AllFilename() []IFilenameContext
func (*Logfile_clausesContext) AllLogfile_descriptor ¶
func (s *Logfile_clausesContext) AllLogfile_descriptor() []ILogfile_descriptorContext
func (*Logfile_clausesContext) CLEAR ¶
func (s *Logfile_clausesContext) CLEAR() antlr.TerminalNode
func (*Logfile_clausesContext) COMMA ¶
func (s *Logfile_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Logfile_clausesContext) DATAFILE ¶
func (s *Logfile_clausesContext) DATAFILE() antlr.TerminalNode
func (*Logfile_clausesContext) Drop_logfile_clauses ¶
func (s *Logfile_clausesContext) Drop_logfile_clauses() IDrop_logfile_clausesContext
func (*Logfile_clausesContext) EnterRule ¶
func (s *Logfile_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Logfile_clausesContext) ExitRule ¶
func (s *Logfile_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Logfile_clausesContext) FILE ¶
func (s *Logfile_clausesContext) FILE() antlr.TerminalNode
func (*Logfile_clausesContext) FORCE ¶
func (s *Logfile_clausesContext) FORCE() antlr.TerminalNode
func (*Logfile_clausesContext) Filename ¶
func (s *Logfile_clausesContext) Filename(i int) IFilenameContext
func (*Logfile_clausesContext) GetParser ¶
func (s *Logfile_clausesContext) GetParser() antlr.Parser
func (*Logfile_clausesContext) GetRuleContext ¶
func (s *Logfile_clausesContext) GetRuleContext() antlr.RuleContext
func (*Logfile_clausesContext) IsLogfile_clausesContext ¶
func (*Logfile_clausesContext) IsLogfile_clausesContext()
func (*Logfile_clausesContext) LOGFILE ¶
func (s *Logfile_clausesContext) LOGFILE() antlr.TerminalNode
func (*Logfile_clausesContext) LOGGING ¶
func (s *Logfile_clausesContext) LOGGING() antlr.TerminalNode
func (*Logfile_clausesContext) Logfile_descriptor ¶
func (s *Logfile_clausesContext) Logfile_descriptor(i int) ILogfile_descriptorContext
func (*Logfile_clausesContext) MANUAL ¶
func (s *Logfile_clausesContext) MANUAL() antlr.TerminalNode
func (*Logfile_clausesContext) NO ¶
func (s *Logfile_clausesContext) NO() antlr.TerminalNode
func (*Logfile_clausesContext) NOARCHIVELOG ¶
func (s *Logfile_clausesContext) NOARCHIVELOG() antlr.TerminalNode
func (*Logfile_clausesContext) RENAME ¶
func (s *Logfile_clausesContext) RENAME() antlr.TerminalNode
func (*Logfile_clausesContext) Supplemental_db_logging ¶
func (s *Logfile_clausesContext) Supplemental_db_logging() ISupplemental_db_loggingContext
func (*Logfile_clausesContext) Switch_logfile_clause ¶
func (s *Logfile_clausesContext) Switch_logfile_clause() ISwitch_logfile_clauseContext
func (*Logfile_clausesContext) TO ¶
func (s *Logfile_clausesContext) TO() antlr.TerminalNode
func (*Logfile_clausesContext) ToStringTree ¶
func (s *Logfile_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Logfile_clausesContext) UNARCHIVED ¶
func (s *Logfile_clausesContext) UNARCHIVED() antlr.TerminalNode
func (*Logfile_clausesContext) UNRECOVERABLE ¶
func (s *Logfile_clausesContext) UNRECOVERABLE() antlr.TerminalNode
type Logfile_descriptorContext ¶
type Logfile_descriptorContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLogfile_descriptorContext ¶
func NewEmptyLogfile_descriptorContext() *Logfile_descriptorContext
func NewLogfile_descriptorContext ¶
func NewLogfile_descriptorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Logfile_descriptorContext
func (*Logfile_descriptorContext) AllCOMMA ¶
func (s *Logfile_descriptorContext) AllCOMMA() []antlr.TerminalNode
func (*Logfile_descriptorContext) AllFilename ¶
func (s *Logfile_descriptorContext) AllFilename() []IFilenameContext
func (*Logfile_descriptorContext) COMMA ¶
func (s *Logfile_descriptorContext) COMMA(i int) antlr.TerminalNode
func (*Logfile_descriptorContext) EnterRule ¶
func (s *Logfile_descriptorContext) EnterRule(listener antlr.ParseTreeListener)
func (*Logfile_descriptorContext) ExitRule ¶
func (s *Logfile_descriptorContext) ExitRule(listener antlr.ParseTreeListener)
func (*Logfile_descriptorContext) Filename ¶
func (s *Logfile_descriptorContext) Filename(i int) IFilenameContext
func (*Logfile_descriptorContext) GROUP ¶
func (s *Logfile_descriptorContext) GROUP() antlr.TerminalNode
func (*Logfile_descriptorContext) GetParser ¶
func (s *Logfile_descriptorContext) GetParser() antlr.Parser
func (*Logfile_descriptorContext) GetRuleContext ¶
func (s *Logfile_descriptorContext) GetRuleContext() antlr.RuleContext
func (*Logfile_descriptorContext) IsLogfile_descriptorContext ¶
func (*Logfile_descriptorContext) IsLogfile_descriptorContext()
func (*Logfile_descriptorContext) LEFT_PAREN ¶
func (s *Logfile_descriptorContext) LEFT_PAREN() antlr.TerminalNode
func (*Logfile_descriptorContext) RIGHT_PAREN ¶
func (s *Logfile_descriptorContext) RIGHT_PAREN() antlr.TerminalNode
func (*Logfile_descriptorContext) ToStringTree ¶
func (s *Logfile_descriptorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Logfile_descriptorContext) UNSIGNED_INTEGER ¶
func (s *Logfile_descriptorContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Logging_clauseContext ¶
type Logging_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLogging_clauseContext ¶
func NewEmptyLogging_clauseContext() *Logging_clauseContext
func NewLogging_clauseContext ¶
func NewLogging_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Logging_clauseContext
func (*Logging_clauseContext) EnterRule ¶
func (s *Logging_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Logging_clauseContext) ExitRule ¶
func (s *Logging_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Logging_clauseContext) FILESYSTEM_LIKE_LOGGING ¶
func (s *Logging_clauseContext) FILESYSTEM_LIKE_LOGGING() antlr.TerminalNode
func (*Logging_clauseContext) GetParser ¶
func (s *Logging_clauseContext) GetParser() antlr.Parser
func (*Logging_clauseContext) GetRuleContext ¶
func (s *Logging_clauseContext) GetRuleContext() antlr.RuleContext
func (*Logging_clauseContext) IsLogging_clauseContext ¶
func (*Logging_clauseContext) IsLogging_clauseContext()
func (*Logging_clauseContext) LOGGING ¶
func (s *Logging_clauseContext) LOGGING() antlr.TerminalNode
func (*Logging_clauseContext) NOLOGGING ¶
func (s *Logging_clauseContext) NOLOGGING() antlr.TerminalNode
func (*Logging_clauseContext) ToStringTree ¶
func (s *Logging_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Logical_expressionContext ¶
type Logical_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLogical_expressionContext ¶
func NewEmptyLogical_expressionContext() *Logical_expressionContext
func NewLogical_expressionContext ¶
func NewLogical_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Logical_expressionContext
func (*Logical_expressionContext) AND ¶
func (s *Logical_expressionContext) AND() antlr.TerminalNode
func (*Logical_expressionContext) AllLogical_expression ¶
func (s *Logical_expressionContext) AllLogical_expression() []ILogical_expressionContext
func (*Logical_expressionContext) EnterRule ¶
func (s *Logical_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Logical_expressionContext) ExitRule ¶
func (s *Logical_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Logical_expressionContext) GetParser ¶
func (s *Logical_expressionContext) GetParser() antlr.Parser
func (*Logical_expressionContext) GetRuleContext ¶
func (s *Logical_expressionContext) GetRuleContext() antlr.RuleContext
func (*Logical_expressionContext) IsLogical_expressionContext ¶
func (*Logical_expressionContext) IsLogical_expressionContext()
func (*Logical_expressionContext) Logical_expression ¶
func (s *Logical_expressionContext) Logical_expression(i int) ILogical_expressionContext
func (*Logical_expressionContext) OR ¶
func (s *Logical_expressionContext) OR() antlr.TerminalNode
func (*Logical_expressionContext) ToStringTree ¶
func (s *Logical_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Logical_expressionContext) Unary_logical_expression ¶
func (s *Logical_expressionContext) Unary_logical_expression() IUnary_logical_expressionContext
type Logical_operationContext ¶
type Logical_operationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLogical_operationContext ¶
func NewEmptyLogical_operationContext() *Logical_operationContext
func NewLogical_operationContext ¶
func NewLogical_operationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Logical_operationContext
func (*Logical_operationContext) A_LETTER ¶
func (s *Logical_operationContext) A_LETTER() antlr.TerminalNode
func (*Logical_operationContext) AllCOMMA ¶
func (s *Logical_operationContext) AllCOMMA() []antlr.TerminalNode
func (*Logical_operationContext) AllType_spec ¶
func (s *Logical_operationContext) AllType_spec() []IType_specContext
func (*Logical_operationContext) COMMA ¶
func (s *Logical_operationContext) COMMA(i int) antlr.TerminalNode
func (*Logical_operationContext) EMPTY ¶
func (s *Logical_operationContext) EMPTY() antlr.TerminalNode
func (*Logical_operationContext) EnterRule ¶
func (s *Logical_operationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Logical_operationContext) ExitRule ¶
func (s *Logical_operationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Logical_operationContext) GetParser ¶
func (s *Logical_operationContext) GetParser() antlr.Parser
func (*Logical_operationContext) GetRuleContext ¶
func (s *Logical_operationContext) GetRuleContext() antlr.RuleContext
func (*Logical_operationContext) INFINITE ¶
func (s *Logical_operationContext) INFINITE() antlr.TerminalNode
func (*Logical_operationContext) IsLogical_operationContext ¶
func (*Logical_operationContext) IsLogical_operationContext()
func (*Logical_operationContext) LEFT_PAREN ¶
func (s *Logical_operationContext) LEFT_PAREN() antlr.TerminalNode
func (*Logical_operationContext) NAN ¶
func (s *Logical_operationContext) NAN() antlr.TerminalNode
func (*Logical_operationContext) NULL_ ¶
func (s *Logical_operationContext) NULL_() antlr.TerminalNode
func (*Logical_operationContext) OF ¶
func (s *Logical_operationContext) OF() antlr.TerminalNode
func (*Logical_operationContext) ONLY ¶
func (s *Logical_operationContext) ONLY() antlr.TerminalNode
func (*Logical_operationContext) PRESENT ¶
func (s *Logical_operationContext) PRESENT() antlr.TerminalNode
func (*Logical_operationContext) RIGHT_PAREN ¶
func (s *Logical_operationContext) RIGHT_PAREN() antlr.TerminalNode
func (*Logical_operationContext) SET ¶
func (s *Logical_operationContext) SET() antlr.TerminalNode
func (*Logical_operationContext) TYPE ¶
func (s *Logical_operationContext) TYPE() antlr.TerminalNode
func (*Logical_operationContext) ToStringTree ¶
func (s *Logical_operationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Logical_operationContext) Type_spec ¶
func (s *Logical_operationContext) Type_spec(i int) IType_specContext
type Loop_statementContext ¶
type Loop_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLoop_statementContext ¶
func NewEmptyLoop_statementContext() *Loop_statementContext
func NewLoop_statementContext ¶
func NewLoop_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Loop_statementContext
func (*Loop_statementContext) AllLOOP ¶
func (s *Loop_statementContext) AllLOOP() []antlr.TerminalNode
func (*Loop_statementContext) Condition ¶
func (s *Loop_statementContext) Condition() IConditionContext
func (*Loop_statementContext) Cursor_loop_param ¶
func (s *Loop_statementContext) Cursor_loop_param() ICursor_loop_paramContext
func (*Loop_statementContext) END ¶
func (s *Loop_statementContext) END() antlr.TerminalNode
func (*Loop_statementContext) EnterRule ¶
func (s *Loop_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Loop_statementContext) ExitRule ¶
func (s *Loop_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Loop_statementContext) FOR ¶
func (s *Loop_statementContext) FOR() antlr.TerminalNode
func (*Loop_statementContext) GetParser ¶
func (s *Loop_statementContext) GetParser() antlr.Parser
func (*Loop_statementContext) GetRuleContext ¶
func (s *Loop_statementContext) GetRuleContext() antlr.RuleContext
func (*Loop_statementContext) IsLoop_statementContext ¶
func (*Loop_statementContext) IsLoop_statementContext()
func (*Loop_statementContext) LOOP ¶
func (s *Loop_statementContext) LOOP(i int) antlr.TerminalNode
func (*Loop_statementContext) Label_declaration ¶
func (s *Loop_statementContext) Label_declaration() ILabel_declarationContext
func (*Loop_statementContext) Label_name ¶
func (s *Loop_statementContext) Label_name() ILabel_nameContext
func (*Loop_statementContext) Seq_of_statements ¶
func (s *Loop_statementContext) Seq_of_statements() ISeq_of_statementsContext
func (*Loop_statementContext) ToStringTree ¶
func (s *Loop_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Loop_statementContext) WHILE ¶
func (s *Loop_statementContext) WHILE() antlr.TerminalNode
type Lower_boundContext ¶
type Lower_boundContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyLower_boundContext ¶
func NewEmptyLower_boundContext() *Lower_boundContext
func NewLower_boundContext ¶
func NewLower_boundContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Lower_boundContext
func (*Lower_boundContext) Concatenation ¶
func (s *Lower_boundContext) Concatenation() IConcatenationContext
func (*Lower_boundContext) EnterRule ¶
func (s *Lower_boundContext) EnterRule(listener antlr.ParseTreeListener)
func (*Lower_boundContext) ExitRule ¶
func (s *Lower_boundContext) ExitRule(listener antlr.ParseTreeListener)
func (*Lower_boundContext) GetParser ¶
func (s *Lower_boundContext) GetParser() antlr.Parser
func (*Lower_boundContext) GetRuleContext ¶
func (s *Lower_boundContext) GetRuleContext() antlr.RuleContext
func (*Lower_boundContext) IsLower_boundContext ¶
func (*Lower_boundContext) IsLower_boundContext()
func (*Lower_boundContext) ToStringTree ¶
func (s *Lower_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Main_modelContext ¶
type Main_modelContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMain_modelContext ¶
func NewEmptyMain_modelContext() *Main_modelContext
func NewMain_modelContext ¶
func NewMain_modelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Main_modelContext
func (*Main_modelContext) AllCell_reference_options ¶
func (s *Main_modelContext) AllCell_reference_options() []ICell_reference_optionsContext
func (*Main_modelContext) Cell_reference_options ¶
func (s *Main_modelContext) Cell_reference_options(i int) ICell_reference_optionsContext
func (*Main_modelContext) EnterRule ¶
func (s *Main_modelContext) EnterRule(listener antlr.ParseTreeListener)
func (*Main_modelContext) ExitRule ¶
func (s *Main_modelContext) ExitRule(listener antlr.ParseTreeListener)
func (*Main_modelContext) GetParser ¶
func (s *Main_modelContext) GetParser() antlr.Parser
func (*Main_modelContext) GetRuleContext ¶
func (s *Main_modelContext) GetRuleContext() antlr.RuleContext
func (*Main_modelContext) IsMain_modelContext ¶
func (*Main_modelContext) IsMain_modelContext()
func (*Main_modelContext) MAIN ¶
func (s *Main_modelContext) MAIN() antlr.TerminalNode
func (*Main_modelContext) Main_model_name ¶
func (s *Main_modelContext) Main_model_name() IMain_model_nameContext
func (*Main_modelContext) Model_column_clauses ¶
func (s *Main_modelContext) Model_column_clauses() IModel_column_clausesContext
func (*Main_modelContext) Model_rules_clause ¶
func (s *Main_modelContext) Model_rules_clause() IModel_rules_clauseContext
func (*Main_modelContext) ToStringTree ¶
func (s *Main_modelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Main_model_nameContext ¶
type Main_model_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMain_model_nameContext ¶
func NewEmptyMain_model_nameContext() *Main_model_nameContext
func NewMain_model_nameContext ¶
func NewMain_model_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Main_model_nameContext
func (*Main_model_nameContext) EnterRule ¶
func (s *Main_model_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Main_model_nameContext) ExitRule ¶
func (s *Main_model_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Main_model_nameContext) GetParser ¶
func (s *Main_model_nameContext) GetParser() antlr.Parser
func (*Main_model_nameContext) GetRuleContext ¶
func (s *Main_model_nameContext) GetRuleContext() antlr.RuleContext
func (*Main_model_nameContext) Identifier ¶
func (s *Main_model_nameContext) Identifier() IIdentifierContext
func (*Main_model_nameContext) IsMain_model_nameContext ¶
func (*Main_model_nameContext) IsMain_model_nameContext()
func (*Main_model_nameContext) ToStringTree ¶
func (s *Main_model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Managed_standby_recoveryContext ¶
type Managed_standby_recoveryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyManaged_standby_recoveryContext ¶
func NewEmptyManaged_standby_recoveryContext() *Managed_standby_recoveryContext
func NewManaged_standby_recoveryContext ¶
func NewManaged_standby_recoveryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Managed_standby_recoveryContext
func (*Managed_standby_recoveryContext) AllCHANGE ¶
func (s *Managed_standby_recoveryContext) AllCHANGE() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllCONSISTENT ¶
func (s *Managed_standby_recoveryContext) AllCONSISTENT() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllCURRENT ¶
func (s *Managed_standby_recoveryContext) AllCURRENT() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllDISCONNECT ¶
func (s *Managed_standby_recoveryContext) AllDISCONNECT() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllFROM ¶
func (s *Managed_standby_recoveryContext) AllFROM() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllLOGFILE ¶
func (s *Managed_standby_recoveryContext) AllLOGFILE() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllNODELAY ¶
func (s *Managed_standby_recoveryContext) AllNODELAY() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllParallel_clause ¶
func (s *Managed_standby_recoveryContext) AllParallel_clause() []IParallel_clauseContext
func (*Managed_standby_recoveryContext) AllSESSION ¶
func (s *Managed_standby_recoveryContext) AllSESSION() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllUNSIGNED_INTEGER ¶
func (s *Managed_standby_recoveryContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllUNTIL ¶
func (s *Managed_standby_recoveryContext) AllUNTIL() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) AllUSING ¶
func (s *Managed_standby_recoveryContext) AllUSING() []antlr.TerminalNode
func (*Managed_standby_recoveryContext) CANCEL ¶
func (s *Managed_standby_recoveryContext) CANCEL() antlr.TerminalNode
func (*Managed_standby_recoveryContext) CHANGE ¶
func (s *Managed_standby_recoveryContext) CHANGE(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) CONSISTENT ¶
func (s *Managed_standby_recoveryContext) CONSISTENT(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) CURRENT ¶
func (s *Managed_standby_recoveryContext) CURRENT(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) DATABASE ¶
func (s *Managed_standby_recoveryContext) DATABASE() antlr.TerminalNode
func (*Managed_standby_recoveryContext) DISCONNECT ¶
func (s *Managed_standby_recoveryContext) DISCONNECT(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) Db_name ¶
func (s *Managed_standby_recoveryContext) Db_name() IDb_nameContext
func (*Managed_standby_recoveryContext) EnterRule ¶
func (s *Managed_standby_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
func (*Managed_standby_recoveryContext) ExitRule ¶
func (s *Managed_standby_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
func (*Managed_standby_recoveryContext) FINISH ¶
func (s *Managed_standby_recoveryContext) FINISH() antlr.TerminalNode
func (*Managed_standby_recoveryContext) FROM ¶
func (s *Managed_standby_recoveryContext) FROM(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) GetParser ¶
func (s *Managed_standby_recoveryContext) GetParser() antlr.Parser
func (*Managed_standby_recoveryContext) GetRuleContext ¶
func (s *Managed_standby_recoveryContext) GetRuleContext() antlr.RuleContext
func (*Managed_standby_recoveryContext) IDENTITY ¶
func (s *Managed_standby_recoveryContext) IDENTITY() antlr.TerminalNode
func (*Managed_standby_recoveryContext) IsManaged_standby_recoveryContext ¶
func (*Managed_standby_recoveryContext) IsManaged_standby_recoveryContext()
func (*Managed_standby_recoveryContext) KEEP ¶
func (s *Managed_standby_recoveryContext) KEEP() antlr.TerminalNode
func (*Managed_standby_recoveryContext) LOGFILE ¶
func (s *Managed_standby_recoveryContext) LOGFILE(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) LOGICAL ¶
func (s *Managed_standby_recoveryContext) LOGICAL() antlr.TerminalNode
func (*Managed_standby_recoveryContext) MANAGED ¶
func (s *Managed_standby_recoveryContext) MANAGED() antlr.TerminalNode
func (*Managed_standby_recoveryContext) NODELAY ¶
func (s *Managed_standby_recoveryContext) NODELAY(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) Parallel_clause ¶
func (s *Managed_standby_recoveryContext) Parallel_clause(i int) IParallel_clauseContext
func (*Managed_standby_recoveryContext) RECOVER ¶
func (s *Managed_standby_recoveryContext) RECOVER() antlr.TerminalNode
func (*Managed_standby_recoveryContext) SESSION ¶
func (s *Managed_standby_recoveryContext) SESSION(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) STANDBY ¶
func (s *Managed_standby_recoveryContext) STANDBY() antlr.TerminalNode
func (*Managed_standby_recoveryContext) TO ¶
func (s *Managed_standby_recoveryContext) TO() antlr.TerminalNode
func (*Managed_standby_recoveryContext) ToStringTree ¶
func (s *Managed_standby_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Managed_standby_recoveryContext) UNSIGNED_INTEGER ¶
func (s *Managed_standby_recoveryContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) UNTIL ¶
func (s *Managed_standby_recoveryContext) UNTIL(i int) antlr.TerminalNode
func (*Managed_standby_recoveryContext) USING ¶
func (s *Managed_standby_recoveryContext) USING(i int) antlr.TerminalNode
type Map_order_func_declarationContext ¶
type Map_order_func_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMap_order_func_declarationContext ¶
func NewEmptyMap_order_func_declarationContext() *Map_order_func_declarationContext
func NewMap_order_func_declarationContext ¶
func NewMap_order_func_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Map_order_func_declarationContext
func (*Map_order_func_declarationContext) EnterRule ¶
func (s *Map_order_func_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Map_order_func_declarationContext) ExitRule ¶
func (s *Map_order_func_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Map_order_func_declarationContext) Func_decl_in_type ¶
func (s *Map_order_func_declarationContext) Func_decl_in_type() IFunc_decl_in_typeContext
func (*Map_order_func_declarationContext) GetParser ¶
func (s *Map_order_func_declarationContext) GetParser() antlr.Parser
func (*Map_order_func_declarationContext) GetRuleContext ¶
func (s *Map_order_func_declarationContext) GetRuleContext() antlr.RuleContext
func (*Map_order_func_declarationContext) IsMap_order_func_declarationContext ¶
func (*Map_order_func_declarationContext) IsMap_order_func_declarationContext()
func (*Map_order_func_declarationContext) MAP ¶
func (s *Map_order_func_declarationContext) MAP() antlr.TerminalNode
func (*Map_order_func_declarationContext) MEMBER ¶
func (s *Map_order_func_declarationContext) MEMBER() antlr.TerminalNode
func (*Map_order_func_declarationContext) ORDER ¶
func (s *Map_order_func_declarationContext) ORDER() antlr.TerminalNode
func (*Map_order_func_declarationContext) ToStringTree ¶
func (s *Map_order_func_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Map_order_function_specContext ¶
type Map_order_function_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMap_order_function_specContext ¶
func NewEmptyMap_order_function_specContext() *Map_order_function_specContext
func NewMap_order_function_specContext ¶
func NewMap_order_function_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Map_order_function_specContext
func (*Map_order_function_specContext) EnterRule ¶
func (s *Map_order_function_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Map_order_function_specContext) ExitRule ¶
func (s *Map_order_function_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Map_order_function_specContext) GetParser ¶
func (s *Map_order_function_specContext) GetParser() antlr.Parser
func (*Map_order_function_specContext) GetRuleContext ¶
func (s *Map_order_function_specContext) GetRuleContext() antlr.RuleContext
func (*Map_order_function_specContext) IsMap_order_function_specContext ¶
func (*Map_order_function_specContext) IsMap_order_function_specContext()
func (*Map_order_function_specContext) MAP ¶
func (s *Map_order_function_specContext) MAP() antlr.TerminalNode
func (*Map_order_function_specContext) MEMBER ¶
func (s *Map_order_function_specContext) MEMBER() antlr.TerminalNode
func (*Map_order_function_specContext) ORDER ¶
func (s *Map_order_function_specContext) ORDER() antlr.TerminalNode
func (*Map_order_function_specContext) ToStringTree ¶
func (s *Map_order_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Map_order_function_specContext) Type_function_spec ¶
func (s *Map_order_function_specContext) Type_function_spec() IType_function_specContext
type Mapping_table_clauseContext ¶
type Mapping_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMapping_table_clauseContext ¶
func NewEmptyMapping_table_clauseContext() *Mapping_table_clauseContext
func NewMapping_table_clauseContext ¶
func NewMapping_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Mapping_table_clauseContext
func (*Mapping_table_clauseContext) EnterRule ¶
func (s *Mapping_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Mapping_table_clauseContext) ExitRule ¶
func (s *Mapping_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Mapping_table_clauseContext) GetParser ¶
func (s *Mapping_table_clauseContext) GetParser() antlr.Parser
func (*Mapping_table_clauseContext) GetRuleContext ¶
func (s *Mapping_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Mapping_table_clauseContext) IsMapping_table_clauseContext ¶
func (*Mapping_table_clauseContext) IsMapping_table_clauseContext()
func (*Mapping_table_clauseContext) MAPPING ¶
func (s *Mapping_table_clauseContext) MAPPING() antlr.TerminalNode
func (*Mapping_table_clauseContext) NOMAPPING ¶
func (s *Mapping_table_clauseContext) NOMAPPING() antlr.TerminalNode
func (*Mapping_table_clauseContext) TABLE ¶
func (s *Mapping_table_clauseContext) TABLE() antlr.TerminalNode
func (*Mapping_table_clauseContext) ToStringTree ¶
func (s *Mapping_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Maximize_standby_db_clauseContext ¶
type Maximize_standby_db_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMaximize_standby_db_clauseContext ¶
func NewEmptyMaximize_standby_db_clauseContext() *Maximize_standby_db_clauseContext
func NewMaximize_standby_db_clauseContext ¶
func NewMaximize_standby_db_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Maximize_standby_db_clauseContext
func (*Maximize_standby_db_clauseContext) AVAILABILITY ¶
func (s *Maximize_standby_db_clauseContext) AVAILABILITY() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) DATABASE ¶
func (s *Maximize_standby_db_clauseContext) DATABASE() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) EnterRule ¶
func (s *Maximize_standby_db_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Maximize_standby_db_clauseContext) ExitRule ¶
func (s *Maximize_standby_db_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Maximize_standby_db_clauseContext) GetParser ¶
func (s *Maximize_standby_db_clauseContext) GetParser() antlr.Parser
func (*Maximize_standby_db_clauseContext) GetRuleContext ¶
func (s *Maximize_standby_db_clauseContext) GetRuleContext() antlr.RuleContext
func (*Maximize_standby_db_clauseContext) IsMaximize_standby_db_clauseContext ¶
func (*Maximize_standby_db_clauseContext) IsMaximize_standby_db_clauseContext()
func (*Maximize_standby_db_clauseContext) MAXIMIZE ¶
func (s *Maximize_standby_db_clauseContext) MAXIMIZE() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) PERFORMANCE ¶
func (s *Maximize_standby_db_clauseContext) PERFORMANCE() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) PROTECTION ¶
func (s *Maximize_standby_db_clauseContext) PROTECTION() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) SET ¶
func (s *Maximize_standby_db_clauseContext) SET() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) STANDBY ¶
func (s *Maximize_standby_db_clauseContext) STANDBY() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) TO ¶
func (s *Maximize_standby_db_clauseContext) TO() antlr.TerminalNode
func (*Maximize_standby_db_clauseContext) ToStringTree ¶
func (s *Maximize_standby_db_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Maxsize_clauseContext ¶
type Maxsize_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMaxsize_clauseContext ¶
func NewEmptyMaxsize_clauseContext() *Maxsize_clauseContext
func NewMaxsize_clauseContext ¶
func NewMaxsize_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Maxsize_clauseContext
func (*Maxsize_clauseContext) EnterRule ¶
func (s *Maxsize_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Maxsize_clauseContext) ExitRule ¶
func (s *Maxsize_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Maxsize_clauseContext) GetParser ¶
func (s *Maxsize_clauseContext) GetParser() antlr.Parser
func (*Maxsize_clauseContext) GetRuleContext ¶
func (s *Maxsize_clauseContext) GetRuleContext() antlr.RuleContext
func (*Maxsize_clauseContext) IsMaxsize_clauseContext ¶
func (*Maxsize_clauseContext) IsMaxsize_clauseContext()
func (*Maxsize_clauseContext) MAXSIZE ¶
func (s *Maxsize_clauseContext) MAXSIZE() antlr.TerminalNode
func (*Maxsize_clauseContext) Size_clause ¶
func (s *Maxsize_clauseContext) Size_clause() ISize_clauseContext
func (*Maxsize_clauseContext) ToStringTree ¶
func (s *Maxsize_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Maxsize_clauseContext) UNLIMITED ¶
func (s *Maxsize_clauseContext) UNLIMITED() antlr.TerminalNode
type Merge_elementContext ¶
type Merge_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMerge_elementContext ¶
func NewEmptyMerge_elementContext() *Merge_elementContext
func NewMerge_elementContext ¶
func NewMerge_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Merge_elementContext
func (*Merge_elementContext) Column_name ¶
func (s *Merge_elementContext) Column_name() IColumn_nameContext
func (*Merge_elementContext) EQUALS_OP ¶
func (s *Merge_elementContext) EQUALS_OP() antlr.TerminalNode
func (*Merge_elementContext) EnterRule ¶
func (s *Merge_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Merge_elementContext) ExitRule ¶
func (s *Merge_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Merge_elementContext) Expression ¶
func (s *Merge_elementContext) Expression() IExpressionContext
func (*Merge_elementContext) GetParser ¶
func (s *Merge_elementContext) GetParser() antlr.Parser
func (*Merge_elementContext) GetRuleContext ¶
func (s *Merge_elementContext) GetRuleContext() antlr.RuleContext
func (*Merge_elementContext) IsMerge_elementContext ¶
func (*Merge_elementContext) IsMerge_elementContext()
func (*Merge_elementContext) ToStringTree ¶
func (s *Merge_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Merge_insert_clauseContext ¶
type Merge_insert_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMerge_insert_clauseContext ¶
func NewEmptyMerge_insert_clauseContext() *Merge_insert_clauseContext
func NewMerge_insert_clauseContext ¶
func NewMerge_insert_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Merge_insert_clauseContext
func (*Merge_insert_clauseContext) EnterRule ¶
func (s *Merge_insert_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Merge_insert_clauseContext) ExitRule ¶
func (s *Merge_insert_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Merge_insert_clauseContext) GetParser ¶
func (s *Merge_insert_clauseContext) GetParser() antlr.Parser
func (*Merge_insert_clauseContext) GetRuleContext ¶
func (s *Merge_insert_clauseContext) GetRuleContext() antlr.RuleContext
func (*Merge_insert_clauseContext) INSERT ¶
func (s *Merge_insert_clauseContext) INSERT() antlr.TerminalNode
func (*Merge_insert_clauseContext) IsMerge_insert_clauseContext ¶
func (*Merge_insert_clauseContext) IsMerge_insert_clauseContext()
func (*Merge_insert_clauseContext) MATCHED ¶
func (s *Merge_insert_clauseContext) MATCHED() antlr.TerminalNode
func (*Merge_insert_clauseContext) NOT ¶
func (s *Merge_insert_clauseContext) NOT() antlr.TerminalNode
func (*Merge_insert_clauseContext) Paren_column_list ¶
func (s *Merge_insert_clauseContext) Paren_column_list() IParen_column_listContext
func (*Merge_insert_clauseContext) THEN ¶
func (s *Merge_insert_clauseContext) THEN() antlr.TerminalNode
func (*Merge_insert_clauseContext) ToStringTree ¶
func (s *Merge_insert_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Merge_insert_clauseContext) Values_clause ¶
func (s *Merge_insert_clauseContext) Values_clause() IValues_clauseContext
func (*Merge_insert_clauseContext) WHEN ¶
func (s *Merge_insert_clauseContext) WHEN() antlr.TerminalNode
func (*Merge_insert_clauseContext) Where_clause ¶
func (s *Merge_insert_clauseContext) Where_clause() IWhere_clauseContext
type Merge_statementContext ¶
type Merge_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMerge_statementContext ¶
func NewEmptyMerge_statementContext() *Merge_statementContext
func NewMerge_statementContext ¶
func NewMerge_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Merge_statementContext
func (*Merge_statementContext) Condition ¶
func (s *Merge_statementContext) Condition() IConditionContext
func (*Merge_statementContext) EnterRule ¶
func (s *Merge_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Merge_statementContext) Error_logging_clause ¶
func (s *Merge_statementContext) Error_logging_clause() IError_logging_clauseContext
func (*Merge_statementContext) ExitRule ¶
func (s *Merge_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Merge_statementContext) GetParser ¶
func (s *Merge_statementContext) GetParser() antlr.Parser
func (*Merge_statementContext) GetRuleContext ¶
func (s *Merge_statementContext) GetRuleContext() antlr.RuleContext
func (*Merge_statementContext) INTO ¶
func (s *Merge_statementContext) INTO() antlr.TerminalNode
func (*Merge_statementContext) IsMerge_statementContext ¶
func (*Merge_statementContext) IsMerge_statementContext()
func (*Merge_statementContext) LEFT_PAREN ¶
func (s *Merge_statementContext) LEFT_PAREN() antlr.TerminalNode
func (*Merge_statementContext) MERGE ¶
func (s *Merge_statementContext) MERGE() antlr.TerminalNode
func (*Merge_statementContext) Merge_insert_clause ¶
func (s *Merge_statementContext) Merge_insert_clause() IMerge_insert_clauseContext
func (*Merge_statementContext) Merge_update_clause ¶
func (s *Merge_statementContext) Merge_update_clause() IMerge_update_clauseContext
func (*Merge_statementContext) ON ¶
func (s *Merge_statementContext) ON() antlr.TerminalNode
func (*Merge_statementContext) RIGHT_PAREN ¶
func (s *Merge_statementContext) RIGHT_PAREN() antlr.TerminalNode
func (*Merge_statementContext) Selected_tableview ¶
func (s *Merge_statementContext) Selected_tableview() ISelected_tableviewContext
func (*Merge_statementContext) Table_alias ¶
func (s *Merge_statementContext) Table_alias() ITable_aliasContext
func (*Merge_statementContext) Tableview_name ¶
func (s *Merge_statementContext) Tableview_name() ITableview_nameContext
func (*Merge_statementContext) ToStringTree ¶
func (s *Merge_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Merge_statementContext) USING ¶
func (s *Merge_statementContext) USING() antlr.TerminalNode
type Merge_update_clauseContext ¶
type Merge_update_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMerge_update_clauseContext ¶
func NewEmptyMerge_update_clauseContext() *Merge_update_clauseContext
func NewMerge_update_clauseContext ¶
func NewMerge_update_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Merge_update_clauseContext
func (*Merge_update_clauseContext) AllCOMMA ¶
func (s *Merge_update_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Merge_update_clauseContext) AllMerge_element ¶
func (s *Merge_update_clauseContext) AllMerge_element() []IMerge_elementContext
func (*Merge_update_clauseContext) COMMA ¶
func (s *Merge_update_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Merge_update_clauseContext) EnterRule ¶
func (s *Merge_update_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Merge_update_clauseContext) ExitRule ¶
func (s *Merge_update_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Merge_update_clauseContext) GetParser ¶
func (s *Merge_update_clauseContext) GetParser() antlr.Parser
func (*Merge_update_clauseContext) GetRuleContext ¶
func (s *Merge_update_clauseContext) GetRuleContext() antlr.RuleContext
func (*Merge_update_clauseContext) IsMerge_update_clauseContext ¶
func (*Merge_update_clauseContext) IsMerge_update_clauseContext()
func (*Merge_update_clauseContext) MATCHED ¶
func (s *Merge_update_clauseContext) MATCHED() antlr.TerminalNode
func (*Merge_update_clauseContext) Merge_element ¶
func (s *Merge_update_clauseContext) Merge_element(i int) IMerge_elementContext
func (*Merge_update_clauseContext) Merge_update_delete_part ¶
func (s *Merge_update_clauseContext) Merge_update_delete_part() IMerge_update_delete_partContext
func (*Merge_update_clauseContext) SET ¶
func (s *Merge_update_clauseContext) SET() antlr.TerminalNode
func (*Merge_update_clauseContext) THEN ¶
func (s *Merge_update_clauseContext) THEN() antlr.TerminalNode
func (*Merge_update_clauseContext) ToStringTree ¶
func (s *Merge_update_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Merge_update_clauseContext) UPDATE ¶
func (s *Merge_update_clauseContext) UPDATE() antlr.TerminalNode
func (*Merge_update_clauseContext) WHEN ¶
func (s *Merge_update_clauseContext) WHEN() antlr.TerminalNode
func (*Merge_update_clauseContext) Where_clause ¶
func (s *Merge_update_clauseContext) Where_clause() IWhere_clauseContext
type Merge_update_delete_partContext ¶
type Merge_update_delete_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMerge_update_delete_partContext ¶
func NewEmptyMerge_update_delete_partContext() *Merge_update_delete_partContext
func NewMerge_update_delete_partContext ¶
func NewMerge_update_delete_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Merge_update_delete_partContext
func (*Merge_update_delete_partContext) DELETE ¶
func (s *Merge_update_delete_partContext) DELETE() antlr.TerminalNode
func (*Merge_update_delete_partContext) EnterRule ¶
func (s *Merge_update_delete_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Merge_update_delete_partContext) ExitRule ¶
func (s *Merge_update_delete_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Merge_update_delete_partContext) GetParser ¶
func (s *Merge_update_delete_partContext) GetParser() antlr.Parser
func (*Merge_update_delete_partContext) GetRuleContext ¶
func (s *Merge_update_delete_partContext) GetRuleContext() antlr.RuleContext
func (*Merge_update_delete_partContext) IsMerge_update_delete_partContext ¶
func (*Merge_update_delete_partContext) IsMerge_update_delete_partContext()
func (*Merge_update_delete_partContext) ToStringTree ¶
func (s *Merge_update_delete_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Merge_update_delete_partContext) Where_clause ¶
func (s *Merge_update_delete_partContext) Where_clause() IWhere_clauseContext
type Model_clauseContext ¶
type Model_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_clauseContext ¶
func NewEmptyModel_clauseContext() *Model_clauseContext
func NewModel_clauseContext ¶
func NewModel_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_clauseContext
func (*Model_clauseContext) AllCell_reference_options ¶
func (s *Model_clauseContext) AllCell_reference_options() []ICell_reference_optionsContext
func (*Model_clauseContext) AllReference_model ¶
func (s *Model_clauseContext) AllReference_model() []IReference_modelContext
func (*Model_clauseContext) Cell_reference_options ¶
func (s *Model_clauseContext) Cell_reference_options(i int) ICell_reference_optionsContext
func (*Model_clauseContext) EnterRule ¶
func (s *Model_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_clauseContext) ExitRule ¶
func (s *Model_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_clauseContext) GetParser ¶
func (s *Model_clauseContext) GetParser() antlr.Parser
func (*Model_clauseContext) GetRuleContext ¶
func (s *Model_clauseContext) GetRuleContext() antlr.RuleContext
func (*Model_clauseContext) IsModel_clauseContext ¶
func (*Model_clauseContext) IsModel_clauseContext()
func (*Model_clauseContext) MODEL ¶
func (s *Model_clauseContext) MODEL() antlr.TerminalNode
func (*Model_clauseContext) Main_model ¶
func (s *Model_clauseContext) Main_model() IMain_modelContext
func (*Model_clauseContext) Reference_model ¶
func (s *Model_clauseContext) Reference_model(i int) IReference_modelContext
func (*Model_clauseContext) Return_rows_clause ¶
func (s *Model_clauseContext) Return_rows_clause() IReturn_rows_clauseContext
func (*Model_clauseContext) ToStringTree ¶
func (s *Model_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_columnContext ¶
type Model_columnContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_columnContext ¶
func NewEmptyModel_columnContext() *Model_columnContext
func NewModel_columnContext ¶
func NewModel_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_columnContext
func (*Model_columnContext) Column_alias ¶
func (s *Model_columnContext) Column_alias() IColumn_aliasContext
func (*Model_columnContext) EnterRule ¶
func (s *Model_columnContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_columnContext) ExitRule ¶
func (s *Model_columnContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_columnContext) Expression ¶
func (s *Model_columnContext) Expression() IExpressionContext
func (*Model_columnContext) GetParser ¶
func (s *Model_columnContext) GetParser() antlr.Parser
func (*Model_columnContext) GetRuleContext ¶
func (s *Model_columnContext) GetRuleContext() antlr.RuleContext
func (*Model_columnContext) IsModel_columnContext ¶
func (*Model_columnContext) IsModel_columnContext()
func (*Model_columnContext) Query_block ¶
func (s *Model_columnContext) Query_block() IQuery_blockContext
func (*Model_columnContext) ToStringTree ¶
func (s *Model_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_column_clausesContext ¶
type Model_column_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_column_clausesContext ¶
func NewEmptyModel_column_clausesContext() *Model_column_clausesContext
func NewModel_column_clausesContext ¶
func NewModel_column_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_column_clausesContext
func (*Model_column_clausesContext) AllModel_column_list ¶
func (s *Model_column_clausesContext) AllModel_column_list() []IModel_column_listContext
func (*Model_column_clausesContext) BY ¶
func (s *Model_column_clausesContext) BY() antlr.TerminalNode
func (*Model_column_clausesContext) DIMENSION ¶
func (s *Model_column_clausesContext) DIMENSION() antlr.TerminalNode
func (*Model_column_clausesContext) EnterRule ¶
func (s *Model_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_column_clausesContext) ExitRule ¶
func (s *Model_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_column_clausesContext) GetParser ¶
func (s *Model_column_clausesContext) GetParser() antlr.Parser
func (*Model_column_clausesContext) GetRuleContext ¶
func (s *Model_column_clausesContext) GetRuleContext() antlr.RuleContext
func (*Model_column_clausesContext) IsModel_column_clausesContext ¶
func (*Model_column_clausesContext) IsModel_column_clausesContext()
func (*Model_column_clausesContext) MEASURES ¶
func (s *Model_column_clausesContext) MEASURES() antlr.TerminalNode
func (*Model_column_clausesContext) Model_column_list ¶
func (s *Model_column_clausesContext) Model_column_list(i int) IModel_column_listContext
func (*Model_column_clausesContext) Model_column_partition_part ¶
func (s *Model_column_clausesContext) Model_column_partition_part() IModel_column_partition_partContext
func (*Model_column_clausesContext) ToStringTree ¶
func (s *Model_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_column_listContext ¶
type Model_column_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_column_listContext ¶
func NewEmptyModel_column_listContext() *Model_column_listContext
func NewModel_column_listContext ¶
func NewModel_column_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_column_listContext
func (*Model_column_listContext) AllCOMMA ¶
func (s *Model_column_listContext) AllCOMMA() []antlr.TerminalNode
func (*Model_column_listContext) AllModel_column ¶
func (s *Model_column_listContext) AllModel_column() []IModel_columnContext
func (*Model_column_listContext) COMMA ¶
func (s *Model_column_listContext) COMMA(i int) antlr.TerminalNode
func (*Model_column_listContext) EnterRule ¶
func (s *Model_column_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_column_listContext) ExitRule ¶
func (s *Model_column_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_column_listContext) GetParser ¶
func (s *Model_column_listContext) GetParser() antlr.Parser
func (*Model_column_listContext) GetRuleContext ¶
func (s *Model_column_listContext) GetRuleContext() antlr.RuleContext
func (*Model_column_listContext) IsModel_column_listContext ¶
func (*Model_column_listContext) IsModel_column_listContext()
func (*Model_column_listContext) LEFT_PAREN ¶
func (s *Model_column_listContext) LEFT_PAREN() antlr.TerminalNode
func (*Model_column_listContext) Model_column ¶
func (s *Model_column_listContext) Model_column(i int) IModel_columnContext
func (*Model_column_listContext) RIGHT_PAREN ¶
func (s *Model_column_listContext) RIGHT_PAREN() antlr.TerminalNode
func (*Model_column_listContext) ToStringTree ¶
func (s *Model_column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_column_partition_partContext ¶
type Model_column_partition_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_column_partition_partContext ¶
func NewEmptyModel_column_partition_partContext() *Model_column_partition_partContext
func NewModel_column_partition_partContext ¶
func NewModel_column_partition_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_column_partition_partContext
func (*Model_column_partition_partContext) BY ¶
func (s *Model_column_partition_partContext) BY() antlr.TerminalNode
func (*Model_column_partition_partContext) EnterRule ¶
func (s *Model_column_partition_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_column_partition_partContext) ExitRule ¶
func (s *Model_column_partition_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_column_partition_partContext) GetParser ¶
func (s *Model_column_partition_partContext) GetParser() antlr.Parser
func (*Model_column_partition_partContext) GetRuleContext ¶
func (s *Model_column_partition_partContext) GetRuleContext() antlr.RuleContext
func (*Model_column_partition_partContext) IsModel_column_partition_partContext ¶
func (*Model_column_partition_partContext) IsModel_column_partition_partContext()
func (*Model_column_partition_partContext) Model_column_list ¶
func (s *Model_column_partition_partContext) Model_column_list() IModel_column_listContext
func (*Model_column_partition_partContext) PARTITION ¶
func (s *Model_column_partition_partContext) PARTITION() antlr.TerminalNode
func (*Model_column_partition_partContext) ToStringTree ¶
func (s *Model_column_partition_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_expressionContext ¶
type Model_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_expressionContext ¶
func NewEmptyModel_expressionContext() *Model_expressionContext
func NewModel_expressionContext ¶
func NewModel_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_expressionContext
func (*Model_expressionContext) EnterRule ¶
func (s *Model_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_expressionContext) ExitRule ¶
func (s *Model_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_expressionContext) GetParser ¶
func (s *Model_expressionContext) GetParser() antlr.Parser
func (*Model_expressionContext) GetRuleContext ¶
func (s *Model_expressionContext) GetRuleContext() antlr.RuleContext
func (*Model_expressionContext) IsModel_expressionContext ¶
func (*Model_expressionContext) IsModel_expressionContext()
func (*Model_expressionContext) LEFT_BRACKET ¶
func (s *Model_expressionContext) LEFT_BRACKET() antlr.TerminalNode
func (*Model_expressionContext) Model_expression_element ¶
func (s *Model_expressionContext) Model_expression_element() IModel_expression_elementContext
func (*Model_expressionContext) RIGHT_BRACKET ¶
func (s *Model_expressionContext) RIGHT_BRACKET() antlr.TerminalNode
func (*Model_expressionContext) ToStringTree ¶
func (s *Model_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Model_expressionContext) Unary_expression ¶
func (s *Model_expressionContext) Unary_expression() IUnary_expressionContext
type Model_expression_elementContext ¶
type Model_expression_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_expression_elementContext ¶
func NewEmptyModel_expression_elementContext() *Model_expression_elementContext
func NewModel_expression_elementContext ¶
func NewModel_expression_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_expression_elementContext
func (*Model_expression_elementContext) ANY ¶
func (s *Model_expression_elementContext) ANY(i int) antlr.TerminalNode
func (*Model_expression_elementContext) AllANY ¶
func (s *Model_expression_elementContext) AllANY() []antlr.TerminalNode
func (*Model_expression_elementContext) AllCOMMA ¶
func (s *Model_expression_elementContext) AllCOMMA() []antlr.TerminalNode
func (*Model_expression_elementContext) AllExpression ¶
func (s *Model_expression_elementContext) AllExpression() []IExpressionContext
func (*Model_expression_elementContext) AllSingle_column_for_loop ¶
func (s *Model_expression_elementContext) AllSingle_column_for_loop() []ISingle_column_for_loopContext
func (*Model_expression_elementContext) COMMA ¶
func (s *Model_expression_elementContext) COMMA(i int) antlr.TerminalNode
func (*Model_expression_elementContext) EnterRule ¶
func (s *Model_expression_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_expression_elementContext) ExitRule ¶
func (s *Model_expression_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_expression_elementContext) Expression ¶
func (s *Model_expression_elementContext) Expression(i int) IExpressionContext
func (*Model_expression_elementContext) GetParser ¶
func (s *Model_expression_elementContext) GetParser() antlr.Parser
func (*Model_expression_elementContext) GetRuleContext ¶
func (s *Model_expression_elementContext) GetRuleContext() antlr.RuleContext
func (*Model_expression_elementContext) IsModel_expression_elementContext ¶
func (*Model_expression_elementContext) IsModel_expression_elementContext()
func (*Model_expression_elementContext) Multi_column_for_loop ¶
func (s *Model_expression_elementContext) Multi_column_for_loop() IMulti_column_for_loopContext
func (*Model_expression_elementContext) Single_column_for_loop ¶
func (s *Model_expression_elementContext) Single_column_for_loop(i int) ISingle_column_for_loopContext
func (*Model_expression_elementContext) ToStringTree ¶
func (s *Model_expression_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_iterate_clauseContext ¶
type Model_iterate_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_iterate_clauseContext ¶
func NewEmptyModel_iterate_clauseContext() *Model_iterate_clauseContext
func NewModel_iterate_clauseContext ¶
func NewModel_iterate_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_iterate_clauseContext
func (*Model_iterate_clauseContext) EnterRule ¶
func (s *Model_iterate_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_iterate_clauseContext) ExitRule ¶
func (s *Model_iterate_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_iterate_clauseContext) Expression ¶
func (s *Model_iterate_clauseContext) Expression() IExpressionContext
func (*Model_iterate_clauseContext) GetParser ¶
func (s *Model_iterate_clauseContext) GetParser() antlr.Parser
func (*Model_iterate_clauseContext) GetRuleContext ¶
func (s *Model_iterate_clauseContext) GetRuleContext() antlr.RuleContext
func (*Model_iterate_clauseContext) ITERATE ¶
func (s *Model_iterate_clauseContext) ITERATE() antlr.TerminalNode
func (*Model_iterate_clauseContext) IsModel_iterate_clauseContext ¶
func (*Model_iterate_clauseContext) IsModel_iterate_clauseContext()
func (*Model_iterate_clauseContext) LEFT_PAREN ¶
func (s *Model_iterate_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Model_iterate_clauseContext) RIGHT_PAREN ¶
func (s *Model_iterate_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Model_iterate_clauseContext) ToStringTree ¶
func (s *Model_iterate_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Model_iterate_clauseContext) Until_part ¶
func (s *Model_iterate_clauseContext) Until_part() IUntil_partContext
type Model_nameContext ¶
type Model_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_nameContext ¶
func NewEmptyModel_nameContext() *Model_nameContext
func NewModel_nameContext ¶
func NewModel_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_nameContext
func (*Model_nameContext) AllId_expression ¶
func (s *Model_nameContext) AllId_expression() []IId_expressionContext
func (*Model_nameContext) EnterRule ¶
func (s *Model_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_nameContext) ExitRule ¶
func (s *Model_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_nameContext) GetParser ¶
func (s *Model_nameContext) GetParser() antlr.Parser
func (*Model_nameContext) GetRuleContext ¶
func (s *Model_nameContext) GetRuleContext() antlr.RuleContext
func (*Model_nameContext) Id_expression ¶
func (s *Model_nameContext) Id_expression(i int) IId_expressionContext
func (*Model_nameContext) IsModel_nameContext ¶
func (*Model_nameContext) IsModel_nameContext()
func (*Model_nameContext) PERIOD ¶
func (s *Model_nameContext) PERIOD() antlr.TerminalNode
func (*Model_nameContext) ToStringTree ¶
func (s *Model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_rules_clauseContext ¶
type Model_rules_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_rules_clauseContext ¶
func NewEmptyModel_rules_clauseContext() *Model_rules_clauseContext
func NewModel_rules_clauseContext ¶
func NewModel_rules_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_rules_clauseContext
func (*Model_rules_clauseContext) AllCOMMA ¶
func (s *Model_rules_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Model_rules_clauseContext) AllModel_rules_element ¶
func (s *Model_rules_clauseContext) AllModel_rules_element() []IModel_rules_elementContext
func (*Model_rules_clauseContext) COMMA ¶
func (s *Model_rules_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Model_rules_clauseContext) EnterRule ¶
func (s *Model_rules_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_rules_clauseContext) ExitRule ¶
func (s *Model_rules_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_rules_clauseContext) GetParser ¶
func (s *Model_rules_clauseContext) GetParser() antlr.Parser
func (*Model_rules_clauseContext) GetRuleContext ¶
func (s *Model_rules_clauseContext) GetRuleContext() antlr.RuleContext
func (*Model_rules_clauseContext) IsModel_rules_clauseContext ¶
func (*Model_rules_clauseContext) IsModel_rules_clauseContext()
func (*Model_rules_clauseContext) LEFT_PAREN ¶
func (s *Model_rules_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Model_rules_clauseContext) Model_rules_element ¶
func (s *Model_rules_clauseContext) Model_rules_element(i int) IModel_rules_elementContext
func (*Model_rules_clauseContext) Model_rules_part ¶
func (s *Model_rules_clauseContext) Model_rules_part() IModel_rules_partContext
func (*Model_rules_clauseContext) RIGHT_PAREN ¶
func (s *Model_rules_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Model_rules_clauseContext) ToStringTree ¶
func (s *Model_rules_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_rules_elementContext ¶
type Model_rules_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_rules_elementContext ¶
func NewEmptyModel_rules_elementContext() *Model_rules_elementContext
func NewModel_rules_elementContext ¶
func NewModel_rules_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_rules_elementContext
func (*Model_rules_elementContext) ALL ¶
func (s *Model_rules_elementContext) ALL() antlr.TerminalNode
func (*Model_rules_elementContext) Cell_assignment ¶
func (s *Model_rules_elementContext) Cell_assignment() ICell_assignmentContext
func (*Model_rules_elementContext) EQUALS_OP ¶
func (s *Model_rules_elementContext) EQUALS_OP() antlr.TerminalNode
func (*Model_rules_elementContext) EnterRule ¶
func (s *Model_rules_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_rules_elementContext) ExitRule ¶
func (s *Model_rules_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_rules_elementContext) Expression ¶
func (s *Model_rules_elementContext) Expression() IExpressionContext
func (*Model_rules_elementContext) GetParser ¶
func (s *Model_rules_elementContext) GetParser() antlr.Parser
func (*Model_rules_elementContext) GetRuleContext ¶
func (s *Model_rules_elementContext) GetRuleContext() antlr.RuleContext
func (*Model_rules_elementContext) IsModel_rules_elementContext ¶
func (*Model_rules_elementContext) IsModel_rules_elementContext()
func (*Model_rules_elementContext) Order_by_clause ¶
func (s *Model_rules_elementContext) Order_by_clause() IOrder_by_clauseContext
func (*Model_rules_elementContext) ToStringTree ¶
func (s *Model_rules_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Model_rules_elementContext) UPDATE ¶
func (s *Model_rules_elementContext) UPDATE() antlr.TerminalNode
func (*Model_rules_elementContext) UPSERT ¶
func (s *Model_rules_elementContext) UPSERT() antlr.TerminalNode
type Model_rules_partContext ¶
type Model_rules_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModel_rules_partContext ¶
func NewEmptyModel_rules_partContext() *Model_rules_partContext
func NewModel_rules_partContext ¶
func NewModel_rules_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_rules_partContext
func (*Model_rules_partContext) ALL ¶
func (s *Model_rules_partContext) ALL() antlr.TerminalNode
func (*Model_rules_partContext) AUTOMATIC ¶
func (s *Model_rules_partContext) AUTOMATIC() antlr.TerminalNode
func (*Model_rules_partContext) EnterRule ¶
func (s *Model_rules_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_rules_partContext) ExitRule ¶
func (s *Model_rules_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_rules_partContext) GetParser ¶
func (s *Model_rules_partContext) GetParser() antlr.Parser
func (*Model_rules_partContext) GetRuleContext ¶
func (s *Model_rules_partContext) GetRuleContext() antlr.RuleContext
func (*Model_rules_partContext) IsModel_rules_partContext ¶
func (*Model_rules_partContext) IsModel_rules_partContext()
func (*Model_rules_partContext) Model_iterate_clause ¶
func (s *Model_rules_partContext) Model_iterate_clause() IModel_iterate_clauseContext
func (*Model_rules_partContext) ORDER ¶
func (s *Model_rules_partContext) ORDER() antlr.TerminalNode
func (*Model_rules_partContext) RULES ¶
func (s *Model_rules_partContext) RULES() antlr.TerminalNode
func (*Model_rules_partContext) SEQUENTIAL ¶
func (s *Model_rules_partContext) SEQUENTIAL() antlr.TerminalNode
func (*Model_rules_partContext) ToStringTree ¶
func (s *Model_rules_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Model_rules_partContext) UPDATE ¶
func (s *Model_rules_partContext) UPDATE() antlr.TerminalNode
func (*Model_rules_partContext) UPSERT ¶
func (s *Model_rules_partContext) UPSERT() antlr.TerminalNode
type Modifier_clauseContext ¶
type Modifier_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModifier_clauseContext ¶
func NewEmptyModifier_clauseContext() *Modifier_clauseContext
func NewModifier_clauseContext ¶
func NewModifier_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modifier_clauseContext
func (*Modifier_clauseContext) EnterRule ¶
func (s *Modifier_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modifier_clauseContext) ExitRule ¶
func (s *Modifier_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modifier_clauseContext) FINAL ¶
func (s *Modifier_clauseContext) FINAL() antlr.TerminalNode
func (*Modifier_clauseContext) GetParser ¶
func (s *Modifier_clauseContext) GetParser() antlr.Parser
func (*Modifier_clauseContext) GetRuleContext ¶
func (s *Modifier_clauseContext) GetRuleContext() antlr.RuleContext
func (*Modifier_clauseContext) INSTANTIABLE ¶
func (s *Modifier_clauseContext) INSTANTIABLE() antlr.TerminalNode
func (*Modifier_clauseContext) IsModifier_clauseContext ¶
func (*Modifier_clauseContext) IsModifier_clauseContext()
func (*Modifier_clauseContext) NOT ¶
func (s *Modifier_clauseContext) NOT() antlr.TerminalNode
func (*Modifier_clauseContext) OVERRIDING ¶
func (s *Modifier_clauseContext) OVERRIDING() antlr.TerminalNode
func (*Modifier_clauseContext) ToStringTree ¶
func (s *Modifier_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_col_propertiesContext ¶
type Modify_col_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_col_propertiesContext ¶
func NewEmptyModify_col_propertiesContext() *Modify_col_propertiesContext
func NewModify_col_propertiesContext ¶
func NewModify_col_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_col_propertiesContext
func (*Modify_col_propertiesContext) AllInline_constraint ¶
func (s *Modify_col_propertiesContext) AllInline_constraint() []IInline_constraintContext
func (*Modify_col_propertiesContext) Column_name ¶
func (s *Modify_col_propertiesContext) Column_name() IColumn_nameContext
func (*Modify_col_propertiesContext) DECRYPT ¶
func (s *Modify_col_propertiesContext) DECRYPT() antlr.TerminalNode
func (*Modify_col_propertiesContext) DEFAULT ¶
func (s *Modify_col_propertiesContext) DEFAULT() antlr.TerminalNode
func (*Modify_col_propertiesContext) Datatype ¶
func (s *Modify_col_propertiesContext) Datatype() IDatatypeContext
func (*Modify_col_propertiesContext) ENCRYPT ¶
func (s *Modify_col_propertiesContext) ENCRYPT() antlr.TerminalNode
func (*Modify_col_propertiesContext) Encryption_spec ¶
func (s *Modify_col_propertiesContext) Encryption_spec() IEncryption_specContext
func (*Modify_col_propertiesContext) EnterRule ¶
func (s *Modify_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_col_propertiesContext) ExitRule ¶
func (s *Modify_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_col_propertiesContext) Expression ¶
func (s *Modify_col_propertiesContext) Expression() IExpressionContext
func (*Modify_col_propertiesContext) GetParser ¶
func (s *Modify_col_propertiesContext) GetParser() antlr.Parser
func (*Modify_col_propertiesContext) GetRuleContext ¶
func (s *Modify_col_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Modify_col_propertiesContext) Inline_constraint ¶
func (s *Modify_col_propertiesContext) Inline_constraint(i int) IInline_constraintContext
func (*Modify_col_propertiesContext) IsModify_col_propertiesContext ¶
func (*Modify_col_propertiesContext) IsModify_col_propertiesContext()
func (*Modify_col_propertiesContext) Lob_storage_clause ¶
func (s *Modify_col_propertiesContext) Lob_storage_clause() ILob_storage_clauseContext
func (*Modify_col_propertiesContext) ToStringTree ¶
func (s *Modify_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_col_substitutableContext ¶
type Modify_col_substitutableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_col_substitutableContext ¶
func NewEmptyModify_col_substitutableContext() *Modify_col_substitutableContext
func NewModify_col_substitutableContext ¶
func NewModify_col_substitutableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_col_substitutableContext
func (*Modify_col_substitutableContext) ALL ¶
func (s *Modify_col_substitutableContext) ALL() antlr.TerminalNode
func (*Modify_col_substitutableContext) AT ¶
func (s *Modify_col_substitutableContext) AT() antlr.TerminalNode
func (*Modify_col_substitutableContext) COLUMN ¶
func (s *Modify_col_substitutableContext) COLUMN() antlr.TerminalNode
func (*Modify_col_substitutableContext) Column_name ¶
func (s *Modify_col_substitutableContext) Column_name() IColumn_nameContext
func (*Modify_col_substitutableContext) EnterRule ¶
func (s *Modify_col_substitutableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_col_substitutableContext) ExitRule ¶
func (s *Modify_col_substitutableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_col_substitutableContext) FORCE ¶
func (s *Modify_col_substitutableContext) FORCE() antlr.TerminalNode
func (*Modify_col_substitutableContext) GetParser ¶
func (s *Modify_col_substitutableContext) GetParser() antlr.Parser
func (*Modify_col_substitutableContext) GetRuleContext ¶
func (s *Modify_col_substitutableContext) GetRuleContext() antlr.RuleContext
func (*Modify_col_substitutableContext) IsModify_col_substitutableContext ¶
func (*Modify_col_substitutableContext) IsModify_col_substitutableContext()
func (*Modify_col_substitutableContext) LEVELS ¶
func (s *Modify_col_substitutableContext) LEVELS() antlr.TerminalNode
func (*Modify_col_substitutableContext) NOT ¶
func (s *Modify_col_substitutableContext) NOT() antlr.TerminalNode
func (*Modify_col_substitutableContext) SUBSTITUTABLE ¶
func (s *Modify_col_substitutableContext) SUBSTITUTABLE() antlr.TerminalNode
func (*Modify_col_substitutableContext) ToStringTree ¶
func (s *Modify_col_substitutableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_collection_retrievalContext ¶
type Modify_collection_retrievalContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_collection_retrievalContext ¶
func NewEmptyModify_collection_retrievalContext() *Modify_collection_retrievalContext
func NewModify_collection_retrievalContext ¶
func NewModify_collection_retrievalContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_collection_retrievalContext
func (*Modify_collection_retrievalContext) AS ¶
func (s *Modify_collection_retrievalContext) AS() antlr.TerminalNode
func (*Modify_collection_retrievalContext) Collection_item ¶
func (s *Modify_collection_retrievalContext) Collection_item() ICollection_itemContext
func (*Modify_collection_retrievalContext) EnterRule ¶
func (s *Modify_collection_retrievalContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_collection_retrievalContext) ExitRule ¶
func (s *Modify_collection_retrievalContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_collection_retrievalContext) GetParser ¶
func (s *Modify_collection_retrievalContext) GetParser() antlr.Parser
func (*Modify_collection_retrievalContext) GetRuleContext ¶
func (s *Modify_collection_retrievalContext) GetRuleContext() antlr.RuleContext
func (*Modify_collection_retrievalContext) IsModify_collection_retrievalContext ¶
func (*Modify_collection_retrievalContext) IsModify_collection_retrievalContext()
func (*Modify_collection_retrievalContext) LOCATOR ¶
func (s *Modify_collection_retrievalContext) LOCATOR() antlr.TerminalNode
func (*Modify_collection_retrievalContext) MODIFY ¶
func (s *Modify_collection_retrievalContext) MODIFY() antlr.TerminalNode
func (*Modify_collection_retrievalContext) NESTED ¶
func (s *Modify_collection_retrievalContext) NESTED() antlr.TerminalNode
func (*Modify_collection_retrievalContext) RETURN ¶
func (s *Modify_collection_retrievalContext) RETURN() antlr.TerminalNode
func (*Modify_collection_retrievalContext) TABLE ¶
func (s *Modify_collection_retrievalContext) TABLE() antlr.TerminalNode
func (*Modify_collection_retrievalContext) ToStringTree ¶
func (s *Modify_collection_retrievalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Modify_collection_retrievalContext) VALUE ¶
func (s *Modify_collection_retrievalContext) VALUE() antlr.TerminalNode
type Modify_column_clausesContext ¶
type Modify_column_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_column_clausesContext ¶
func NewEmptyModify_column_clausesContext() *Modify_column_clausesContext
func NewModify_column_clausesContext ¶
func NewModify_column_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_column_clausesContext
func (*Modify_column_clausesContext) AllCOMMA ¶
func (s *Modify_column_clausesContext) AllCOMMA() []antlr.TerminalNode
func (*Modify_column_clausesContext) AllModify_col_properties ¶
func (s *Modify_column_clausesContext) AllModify_col_properties() []IModify_col_propertiesContext
func (*Modify_column_clausesContext) COMMA ¶
func (s *Modify_column_clausesContext) COMMA(i int) antlr.TerminalNode
func (*Modify_column_clausesContext) EnterRule ¶
func (s *Modify_column_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_column_clausesContext) ExitRule ¶
func (s *Modify_column_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_column_clausesContext) GetParser ¶
func (s *Modify_column_clausesContext) GetParser() antlr.Parser
func (*Modify_column_clausesContext) GetRuleContext ¶
func (s *Modify_column_clausesContext) GetRuleContext() antlr.RuleContext
func (*Modify_column_clausesContext) IsModify_column_clausesContext ¶
func (*Modify_column_clausesContext) IsModify_column_clausesContext()
func (*Modify_column_clausesContext) LEFT_PAREN ¶
func (s *Modify_column_clausesContext) LEFT_PAREN() antlr.TerminalNode
func (*Modify_column_clausesContext) MODIFY ¶
func (s *Modify_column_clausesContext) MODIFY() antlr.TerminalNode
func (*Modify_column_clausesContext) Modify_col_properties ¶
func (s *Modify_column_clausesContext) Modify_col_properties(i int) IModify_col_propertiesContext
func (*Modify_column_clausesContext) Modify_col_substitutable ¶
func (s *Modify_column_clausesContext) Modify_col_substitutable() IModify_col_substitutableContext
func (*Modify_column_clausesContext) RIGHT_PAREN ¶
func (s *Modify_column_clausesContext) RIGHT_PAREN() antlr.TerminalNode
func (*Modify_column_clausesContext) ToStringTree ¶
func (s *Modify_column_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_index_default_attrsContext ¶
type Modify_index_default_attrsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_index_default_attrsContext ¶
func NewEmptyModify_index_default_attrsContext() *Modify_index_default_attrsContext
func NewModify_index_default_attrsContext ¶
func NewModify_index_default_attrsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_index_default_attrsContext
func (*Modify_index_default_attrsContext) ATTRIBUTES ¶
func (s *Modify_index_default_attrsContext) ATTRIBUTES() antlr.TerminalNode
func (*Modify_index_default_attrsContext) AllDEFAULT ¶
func (s *Modify_index_default_attrsContext) AllDEFAULT() []antlr.TerminalNode
func (*Modify_index_default_attrsContext) DEFAULT ¶
func (s *Modify_index_default_attrsContext) DEFAULT(i int) antlr.TerminalNode
func (*Modify_index_default_attrsContext) EnterRule ¶
func (s *Modify_index_default_attrsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_index_default_attrsContext) ExitRule ¶
func (s *Modify_index_default_attrsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_index_default_attrsContext) FOR ¶
func (s *Modify_index_default_attrsContext) FOR() antlr.TerminalNode
func (*Modify_index_default_attrsContext) GetParser ¶
func (s *Modify_index_default_attrsContext) GetParser() antlr.Parser
func (*Modify_index_default_attrsContext) GetRuleContext ¶
func (s *Modify_index_default_attrsContext) GetRuleContext() antlr.RuleContext
func (*Modify_index_default_attrsContext) IsModify_index_default_attrsContext ¶
func (*Modify_index_default_attrsContext) IsModify_index_default_attrsContext()
func (*Modify_index_default_attrsContext) Logging_clause ¶
func (s *Modify_index_default_attrsContext) Logging_clause() ILogging_clauseContext
func (*Modify_index_default_attrsContext) MODIFY ¶
func (s *Modify_index_default_attrsContext) MODIFY() antlr.TerminalNode
func (*Modify_index_default_attrsContext) PARTITION ¶
func (s *Modify_index_default_attrsContext) PARTITION() antlr.TerminalNode
func (*Modify_index_default_attrsContext) Partition_name ¶
func (s *Modify_index_default_attrsContext) Partition_name() IPartition_nameContext
func (*Modify_index_default_attrsContext) Physical_attributes_clause ¶
func (s *Modify_index_default_attrsContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
func (*Modify_index_default_attrsContext) TABLESPACE ¶
func (s *Modify_index_default_attrsContext) TABLESPACE() antlr.TerminalNode
func (*Modify_index_default_attrsContext) Tablespace ¶
func (s *Modify_index_default_attrsContext) Tablespace() ITablespaceContext
func (*Modify_index_default_attrsContext) ToStringTree ¶
func (s *Modify_index_default_attrsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_index_partitionContext ¶
type Modify_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_index_partitionContext ¶
func NewEmptyModify_index_partitionContext() *Modify_index_partitionContext
func NewModify_index_partitionContext ¶
func NewModify_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_index_partitionContext
func (*Modify_index_partitionContext) AllModify_index_partitions_ops ¶
func (s *Modify_index_partitionContext) AllModify_index_partitions_ops() []IModify_index_partitions_opsContext
func (*Modify_index_partitionContext) BLOCK ¶
func (s *Modify_index_partitionContext) BLOCK() antlr.TerminalNode
func (*Modify_index_partitionContext) COALESCE ¶
func (s *Modify_index_partitionContext) COALESCE() antlr.TerminalNode
func (*Modify_index_partitionContext) EnterRule ¶
func (s *Modify_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_index_partitionContext) ExitRule ¶
func (s *Modify_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_index_partitionContext) GetParser ¶
func (s *Modify_index_partitionContext) GetParser() antlr.Parser
func (*Modify_index_partitionContext) GetRuleContext ¶
func (s *Modify_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Modify_index_partitionContext) IsModify_index_partitionContext ¶
func (*Modify_index_partitionContext) IsModify_index_partitionContext()
func (*Modify_index_partitionContext) LEFT_PAREN ¶
func (s *Modify_index_partitionContext) LEFT_PAREN() antlr.TerminalNode
func (*Modify_index_partitionContext) MODIFY ¶
func (s *Modify_index_partitionContext) MODIFY() antlr.TerminalNode
func (*Modify_index_partitionContext) Modify_index_partitions_ops ¶
func (s *Modify_index_partitionContext) Modify_index_partitions_ops(i int) IModify_index_partitions_opsContext
func (*Modify_index_partitionContext) Odci_parameters ¶
func (s *Modify_index_partitionContext) Odci_parameters() IOdci_parametersContext
func (*Modify_index_partitionContext) PARAMETERS ¶
func (s *Modify_index_partitionContext) PARAMETERS() antlr.TerminalNode
func (*Modify_index_partitionContext) PARTITION ¶
func (s *Modify_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Modify_index_partitionContext) Partition_name ¶
func (s *Modify_index_partitionContext) Partition_name() IPartition_nameContext
func (*Modify_index_partitionContext) REFERENCES ¶
func (s *Modify_index_partitionContext) REFERENCES() antlr.TerminalNode
func (*Modify_index_partitionContext) RIGHT_PAREN ¶
func (s *Modify_index_partitionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Modify_index_partitionContext) ToStringTree ¶
func (s *Modify_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Modify_index_partitionContext) UNUSABLE ¶
func (s *Modify_index_partitionContext) UNUSABLE() antlr.TerminalNode
func (*Modify_index_partitionContext) UPDATE ¶
func (s *Modify_index_partitionContext) UPDATE() antlr.TerminalNode
type Modify_index_partitions_opsContext ¶
type Modify_index_partitions_opsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_index_partitions_opsContext ¶
func NewEmptyModify_index_partitions_opsContext() *Modify_index_partitions_opsContext
func NewModify_index_partitions_opsContext ¶
func NewModify_index_partitions_opsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_index_partitions_opsContext
func (*Modify_index_partitions_opsContext) Allocate_extent_clause ¶
func (s *Modify_index_partitions_opsContext) Allocate_extent_clause() IAllocate_extent_clauseContext
func (*Modify_index_partitions_opsContext) Deallocate_unused_clause ¶
func (s *Modify_index_partitions_opsContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
func (*Modify_index_partitions_opsContext) EnterRule ¶
func (s *Modify_index_partitions_opsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_index_partitions_opsContext) ExitRule ¶
func (s *Modify_index_partitions_opsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_index_partitions_opsContext) GetParser ¶
func (s *Modify_index_partitions_opsContext) GetParser() antlr.Parser
func (*Modify_index_partitions_opsContext) GetRuleContext ¶
func (s *Modify_index_partitions_opsContext) GetRuleContext() antlr.RuleContext
func (*Modify_index_partitions_opsContext) IsModify_index_partitions_opsContext ¶
func (*Modify_index_partitions_opsContext) IsModify_index_partitions_opsContext()
func (*Modify_index_partitions_opsContext) Key_compression ¶
func (s *Modify_index_partitions_opsContext) Key_compression() IKey_compressionContext
func (*Modify_index_partitions_opsContext) Logging_clause ¶
func (s *Modify_index_partitions_opsContext) Logging_clause() ILogging_clauseContext
func (*Modify_index_partitions_opsContext) Physical_attributes_clause ¶
func (s *Modify_index_partitions_opsContext) Physical_attributes_clause() IPhysical_attributes_clauseContext
func (*Modify_index_partitions_opsContext) ToStringTree ¶
func (s *Modify_index_partitions_opsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_index_subpartitionContext ¶
type Modify_index_subpartitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_index_subpartitionContext ¶
func NewEmptyModify_index_subpartitionContext() *Modify_index_subpartitionContext
func NewModify_index_subpartitionContext ¶
func NewModify_index_subpartitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_index_subpartitionContext
func (*Modify_index_subpartitionContext) Allocate_extent_clause ¶
func (s *Modify_index_subpartitionContext) Allocate_extent_clause() IAllocate_extent_clauseContext
func (*Modify_index_subpartitionContext) Deallocate_unused_clause ¶
func (s *Modify_index_subpartitionContext) Deallocate_unused_clause() IDeallocate_unused_clauseContext
func (*Modify_index_subpartitionContext) EnterRule ¶
func (s *Modify_index_subpartitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_index_subpartitionContext) ExitRule ¶
func (s *Modify_index_subpartitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_index_subpartitionContext) GetParser ¶
func (s *Modify_index_subpartitionContext) GetParser() antlr.Parser
func (*Modify_index_subpartitionContext) GetRuleContext ¶
func (s *Modify_index_subpartitionContext) GetRuleContext() antlr.RuleContext
func (*Modify_index_subpartitionContext) IsModify_index_subpartitionContext ¶
func (*Modify_index_subpartitionContext) IsModify_index_subpartitionContext()
func (*Modify_index_subpartitionContext) MODIFY ¶
func (s *Modify_index_subpartitionContext) MODIFY() antlr.TerminalNode
func (*Modify_index_subpartitionContext) SUBPARTITION ¶
func (s *Modify_index_subpartitionContext) SUBPARTITION() antlr.TerminalNode
func (*Modify_index_subpartitionContext) Subpartition_name ¶
func (s *Modify_index_subpartitionContext) Subpartition_name() ISubpartition_nameContext
func (*Modify_index_subpartitionContext) ToStringTree ¶
func (s *Modify_index_subpartitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Modify_index_subpartitionContext) UNUSABLE ¶
func (s *Modify_index_subpartitionContext) UNUSABLE() antlr.TerminalNode
type Modify_lob_parametersContext ¶
type Modify_lob_parametersContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_lob_parametersContext ¶
func NewEmptyModify_lob_parametersContext() *Modify_lob_parametersContext
func NewModify_lob_parametersContext ¶
func NewModify_lob_parametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_lob_parametersContext
func (*Modify_lob_parametersContext) AllAllocate_extent_clause ¶
func (s *Modify_lob_parametersContext) AllAllocate_extent_clause() []IAllocate_extent_clauseContext
func (*Modify_lob_parametersContext) AllCACHE ¶
func (s *Modify_lob_parametersContext) AllCACHE() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllDECRYPT ¶
func (s *Modify_lob_parametersContext) AllDECRYPT() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllDeallocate_unused_clause ¶
func (s *Modify_lob_parametersContext) AllDeallocate_unused_clause() []IDeallocate_unused_clauseContext
func (*Modify_lob_parametersContext) AllENCRYPT ¶
func (s *Modify_lob_parametersContext) AllENCRYPT() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllEncryption_spec ¶
func (s *Modify_lob_parametersContext) AllEncryption_spec() []IEncryption_specContext
func (*Modify_lob_parametersContext) AllFREEPOOLS ¶
func (s *Modify_lob_parametersContext) AllFREEPOOLS() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllLob_compression_clause ¶
func (s *Modify_lob_parametersContext) AllLob_compression_clause() []ILob_compression_clauseContext
func (*Modify_lob_parametersContext) AllLob_deduplicate_clause ¶
func (s *Modify_lob_parametersContext) AllLob_deduplicate_clause() []ILob_deduplicate_clauseContext
func (*Modify_lob_parametersContext) AllLob_retention_clause ¶
func (s *Modify_lob_parametersContext) AllLob_retention_clause() []ILob_retention_clauseContext
func (*Modify_lob_parametersContext) AllLogging_clause ¶
func (s *Modify_lob_parametersContext) AllLogging_clause() []ILogging_clauseContext
func (*Modify_lob_parametersContext) AllNOCACHE ¶
func (s *Modify_lob_parametersContext) AllNOCACHE() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllPCTVERSION ¶
func (s *Modify_lob_parametersContext) AllPCTVERSION() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllREADS ¶
func (s *Modify_lob_parametersContext) AllREADS() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllREBUILD ¶
func (s *Modify_lob_parametersContext) AllREBUILD() []antlr.TerminalNode
func (*Modify_lob_parametersContext) AllShrink_clause ¶
func (s *Modify_lob_parametersContext) AllShrink_clause() []IShrink_clauseContext
func (*Modify_lob_parametersContext) AllStorage_clause ¶
func (s *Modify_lob_parametersContext) AllStorage_clause() []IStorage_clauseContext
func (*Modify_lob_parametersContext) AllUNSIGNED_INTEGER ¶
func (s *Modify_lob_parametersContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Modify_lob_parametersContext) Allocate_extent_clause ¶
func (s *Modify_lob_parametersContext) Allocate_extent_clause(i int) IAllocate_extent_clauseContext
func (*Modify_lob_parametersContext) CACHE ¶
func (s *Modify_lob_parametersContext) CACHE(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) DECRYPT ¶
func (s *Modify_lob_parametersContext) DECRYPT(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) Deallocate_unused_clause ¶
func (s *Modify_lob_parametersContext) Deallocate_unused_clause(i int) IDeallocate_unused_clauseContext
func (*Modify_lob_parametersContext) ENCRYPT ¶
func (s *Modify_lob_parametersContext) ENCRYPT(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) Encryption_spec ¶
func (s *Modify_lob_parametersContext) Encryption_spec(i int) IEncryption_specContext
func (*Modify_lob_parametersContext) EnterRule ¶
func (s *Modify_lob_parametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_lob_parametersContext) ExitRule ¶
func (s *Modify_lob_parametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_lob_parametersContext) FREEPOOLS ¶
func (s *Modify_lob_parametersContext) FREEPOOLS(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) GetParser ¶
func (s *Modify_lob_parametersContext) GetParser() antlr.Parser
func (*Modify_lob_parametersContext) GetRuleContext ¶
func (s *Modify_lob_parametersContext) GetRuleContext() antlr.RuleContext
func (*Modify_lob_parametersContext) IsModify_lob_parametersContext ¶
func (*Modify_lob_parametersContext) IsModify_lob_parametersContext()
func (*Modify_lob_parametersContext) Lob_compression_clause ¶
func (s *Modify_lob_parametersContext) Lob_compression_clause(i int) ILob_compression_clauseContext
func (*Modify_lob_parametersContext) Lob_deduplicate_clause ¶
func (s *Modify_lob_parametersContext) Lob_deduplicate_clause(i int) ILob_deduplicate_clauseContext
func (*Modify_lob_parametersContext) Lob_retention_clause ¶
func (s *Modify_lob_parametersContext) Lob_retention_clause(i int) ILob_retention_clauseContext
func (*Modify_lob_parametersContext) Logging_clause ¶
func (s *Modify_lob_parametersContext) Logging_clause(i int) ILogging_clauseContext
func (*Modify_lob_parametersContext) NOCACHE ¶
func (s *Modify_lob_parametersContext) NOCACHE(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) PCTVERSION ¶
func (s *Modify_lob_parametersContext) PCTVERSION(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) READS ¶
func (s *Modify_lob_parametersContext) READS(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) REBUILD ¶
func (s *Modify_lob_parametersContext) REBUILD(i int) antlr.TerminalNode
func (*Modify_lob_parametersContext) Shrink_clause ¶
func (s *Modify_lob_parametersContext) Shrink_clause(i int) IShrink_clauseContext
func (*Modify_lob_parametersContext) Storage_clause ¶
func (s *Modify_lob_parametersContext) Storage_clause(i int) IStorage_clauseContext
func (*Modify_lob_parametersContext) ToStringTree ¶
func (s *Modify_lob_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Modify_lob_parametersContext) UNSIGNED_INTEGER ¶
func (s *Modify_lob_parametersContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Modify_lob_storage_clauseContext ¶
type Modify_lob_storage_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_lob_storage_clauseContext ¶
func NewEmptyModify_lob_storage_clauseContext() *Modify_lob_storage_clauseContext
func NewModify_lob_storage_clauseContext ¶
func NewModify_lob_storage_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_lob_storage_clauseContext
func (*Modify_lob_storage_clauseContext) AllLEFT_PAREN ¶
func (s *Modify_lob_storage_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) AllRIGHT_PAREN ¶
func (s *Modify_lob_storage_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) EnterRule ¶
func (s *Modify_lob_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_lob_storage_clauseContext) ExitRule ¶
func (s *Modify_lob_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_lob_storage_clauseContext) GetParser ¶
func (s *Modify_lob_storage_clauseContext) GetParser() antlr.Parser
func (*Modify_lob_storage_clauseContext) GetRuleContext ¶
func (s *Modify_lob_storage_clauseContext) GetRuleContext() antlr.RuleContext
func (*Modify_lob_storage_clauseContext) IsModify_lob_storage_clauseContext ¶
func (*Modify_lob_storage_clauseContext) IsModify_lob_storage_clauseContext()
func (*Modify_lob_storage_clauseContext) LEFT_PAREN ¶
func (s *Modify_lob_storage_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) LOB ¶
func (s *Modify_lob_storage_clauseContext) LOB() antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) Lob_item ¶
func (s *Modify_lob_storage_clauseContext) Lob_item() ILob_itemContext
func (*Modify_lob_storage_clauseContext) MODIFY ¶
func (s *Modify_lob_storage_clauseContext) MODIFY() antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) Modify_lob_parameters ¶
func (s *Modify_lob_storage_clauseContext) Modify_lob_parameters() IModify_lob_parametersContext
func (*Modify_lob_storage_clauseContext) RIGHT_PAREN ¶
func (s *Modify_lob_storage_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Modify_lob_storage_clauseContext) ToStringTree ¶
func (s *Modify_lob_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Modify_mv_column_clauseContext ¶
type Modify_mv_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyModify_mv_column_clauseContext ¶
func NewEmptyModify_mv_column_clauseContext() *Modify_mv_column_clauseContext
func NewModify_mv_column_clauseContext ¶
func NewModify_mv_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Modify_mv_column_clauseContext
func (*Modify_mv_column_clauseContext) Column_name ¶
func (s *Modify_mv_column_clauseContext) Column_name() IColumn_nameContext
func (*Modify_mv_column_clauseContext) DECRYPT ¶
func (s *Modify_mv_column_clauseContext) DECRYPT() antlr.TerminalNode
func (*Modify_mv_column_clauseContext) ENCRYPT ¶
func (s *Modify_mv_column_clauseContext) ENCRYPT() antlr.TerminalNode
func (*Modify_mv_column_clauseContext) Encryption_spec ¶
func (s *Modify_mv_column_clauseContext) Encryption_spec() IEncryption_specContext
func (*Modify_mv_column_clauseContext) EnterRule ¶
func (s *Modify_mv_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Modify_mv_column_clauseContext) ExitRule ¶
func (s *Modify_mv_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Modify_mv_column_clauseContext) GetParser ¶
func (s *Modify_mv_column_clauseContext) GetParser() antlr.Parser
func (*Modify_mv_column_clauseContext) GetRuleContext ¶
func (s *Modify_mv_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Modify_mv_column_clauseContext) IsModify_mv_column_clauseContext ¶
func (*Modify_mv_column_clauseContext) IsModify_mv_column_clauseContext()
func (*Modify_mv_column_clauseContext) LEFT_PAREN ¶
func (s *Modify_mv_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Modify_mv_column_clauseContext) MODIFY ¶
func (s *Modify_mv_column_clauseContext) MODIFY() antlr.TerminalNode
func (*Modify_mv_column_clauseContext) RIGHT_PAREN ¶
func (s *Modify_mv_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Modify_mv_column_clauseContext) ToStringTree ¶
func (s *Modify_mv_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Monitoring_nomonitoringContext ¶
type Monitoring_nomonitoringContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMonitoring_nomonitoringContext ¶
func NewEmptyMonitoring_nomonitoringContext() *Monitoring_nomonitoringContext
func NewMonitoring_nomonitoringContext ¶
func NewMonitoring_nomonitoringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Monitoring_nomonitoringContext
func (*Monitoring_nomonitoringContext) EnterRule ¶
func (s *Monitoring_nomonitoringContext) EnterRule(listener antlr.ParseTreeListener)
func (*Monitoring_nomonitoringContext) ExitRule ¶
func (s *Monitoring_nomonitoringContext) ExitRule(listener antlr.ParseTreeListener)
func (*Monitoring_nomonitoringContext) GetParser ¶
func (s *Monitoring_nomonitoringContext) GetParser() antlr.Parser
func (*Monitoring_nomonitoringContext) GetRuleContext ¶
func (s *Monitoring_nomonitoringContext) GetRuleContext() antlr.RuleContext
func (*Monitoring_nomonitoringContext) IsMonitoring_nomonitoringContext ¶
func (*Monitoring_nomonitoringContext) IsMonitoring_nomonitoringContext()
func (*Monitoring_nomonitoringContext) MONITORING ¶
func (s *Monitoring_nomonitoringContext) MONITORING() antlr.TerminalNode
func (*Monitoring_nomonitoringContext) NOMONITORING ¶
func (s *Monitoring_nomonitoringContext) NOMONITORING() antlr.TerminalNode
func (*Monitoring_nomonitoringContext) ToStringTree ¶
func (s *Monitoring_nomonitoringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Move_mv_log_clauseContext ¶
type Move_mv_log_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMove_mv_log_clauseContext ¶
func NewEmptyMove_mv_log_clauseContext() *Move_mv_log_clauseContext
func NewMove_mv_log_clauseContext ¶
func NewMove_mv_log_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Move_mv_log_clauseContext
func (*Move_mv_log_clauseContext) EnterRule ¶
func (s *Move_mv_log_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Move_mv_log_clauseContext) ExitRule ¶
func (s *Move_mv_log_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Move_mv_log_clauseContext) GetParser ¶
func (s *Move_mv_log_clauseContext) GetParser() antlr.Parser
func (*Move_mv_log_clauseContext) GetRuleContext ¶
func (s *Move_mv_log_clauseContext) GetRuleContext() antlr.RuleContext
func (*Move_mv_log_clauseContext) IsMove_mv_log_clauseContext ¶
func (*Move_mv_log_clauseContext) IsMove_mv_log_clauseContext()
func (*Move_mv_log_clauseContext) MOVE ¶
func (s *Move_mv_log_clauseContext) MOVE() antlr.TerminalNode
func (*Move_mv_log_clauseContext) Parallel_clause ¶
func (s *Move_mv_log_clauseContext) Parallel_clause() IParallel_clauseContext
func (*Move_mv_log_clauseContext) Segment_attributes_clause ¶
func (s *Move_mv_log_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
func (*Move_mv_log_clauseContext) ToStringTree ¶
func (s *Move_mv_log_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Move_table_clauseContext ¶
type Move_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMove_table_clauseContext ¶
func NewEmptyMove_table_clauseContext() *Move_table_clauseContext
func NewMove_table_clauseContext ¶
func NewMove_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Move_table_clauseContext
func (*Move_table_clauseContext) AllLob_storage_clause ¶
func (s *Move_table_clauseContext) AllLob_storage_clause() []ILob_storage_clauseContext
func (*Move_table_clauseContext) AllVarray_col_properties ¶
func (s *Move_table_clauseContext) AllVarray_col_properties() []IVarray_col_propertiesContext
func (*Move_table_clauseContext) EnterRule ¶
func (s *Move_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Move_table_clauseContext) ExitRule ¶
func (s *Move_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Move_table_clauseContext) GetParser ¶
func (s *Move_table_clauseContext) GetParser() antlr.Parser
func (*Move_table_clauseContext) GetRuleContext ¶
func (s *Move_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Move_table_clauseContext) Index_org_table_clause ¶
func (s *Move_table_clauseContext) Index_org_table_clause() IIndex_org_table_clauseContext
func (*Move_table_clauseContext) IsMove_table_clauseContext ¶
func (*Move_table_clauseContext) IsMove_table_clauseContext()
func (*Move_table_clauseContext) Lob_storage_clause ¶
func (s *Move_table_clauseContext) Lob_storage_clause(i int) ILob_storage_clauseContext
func (*Move_table_clauseContext) MOVE ¶
func (s *Move_table_clauseContext) MOVE() antlr.TerminalNode
func (*Move_table_clauseContext) ONLINE ¶
func (s *Move_table_clauseContext) ONLINE() antlr.TerminalNode
func (*Move_table_clauseContext) Parallel_clause ¶
func (s *Move_table_clauseContext) Parallel_clause() IParallel_clauseContext
func (*Move_table_clauseContext) Segment_attributes_clause ¶
func (s *Move_table_clauseContext) Segment_attributes_clause() ISegment_attributes_clauseContext
func (*Move_table_clauseContext) Table_compression ¶
func (s *Move_table_clauseContext) Table_compression() ITable_compressionContext
func (*Move_table_clauseContext) ToStringTree ¶
func (s *Move_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Move_table_clauseContext) Varray_col_properties ¶
func (s *Move_table_clauseContext) Varray_col_properties(i int) IVarray_col_propertiesContext
type Multi_column_for_loopContext ¶
type Multi_column_for_loopContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMulti_column_for_loopContext ¶
func NewEmptyMulti_column_for_loopContext() *Multi_column_for_loopContext
func NewMulti_column_for_loopContext ¶
func NewMulti_column_for_loopContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Multi_column_for_loopContext
func (*Multi_column_for_loopContext) AllLEFT_PAREN ¶
func (s *Multi_column_for_loopContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Multi_column_for_loopContext) AllRIGHT_PAREN ¶
func (s *Multi_column_for_loopContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Multi_column_for_loopContext) EnterRule ¶
func (s *Multi_column_for_loopContext) EnterRule(listener antlr.ParseTreeListener)
func (*Multi_column_for_loopContext) ExitRule ¶
func (s *Multi_column_for_loopContext) ExitRule(listener antlr.ParseTreeListener)
func (*Multi_column_for_loopContext) Expressions ¶
func (s *Multi_column_for_loopContext) Expressions() IExpressionsContext
func (*Multi_column_for_loopContext) FOR ¶
func (s *Multi_column_for_loopContext) FOR() antlr.TerminalNode
func (*Multi_column_for_loopContext) GetParser ¶
func (s *Multi_column_for_loopContext) GetParser() antlr.Parser
func (*Multi_column_for_loopContext) GetRuleContext ¶
func (s *Multi_column_for_loopContext) GetRuleContext() antlr.RuleContext
func (*Multi_column_for_loopContext) IN ¶
func (s *Multi_column_for_loopContext) IN() antlr.TerminalNode
func (*Multi_column_for_loopContext) IsMulti_column_for_loopContext ¶
func (*Multi_column_for_loopContext) IsMulti_column_for_loopContext()
func (*Multi_column_for_loopContext) LEFT_PAREN ¶
func (s *Multi_column_for_loopContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Multi_column_for_loopContext) Paren_column_list ¶
func (s *Multi_column_for_loopContext) Paren_column_list() IParen_column_listContext
func (*Multi_column_for_loopContext) RIGHT_PAREN ¶
func (s *Multi_column_for_loopContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Multi_column_for_loopContext) Subquery ¶
func (s *Multi_column_for_loopContext) Subquery() ISubqueryContext
func (*Multi_column_for_loopContext) ToStringTree ¶
func (s *Multi_column_for_loopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Multi_table_elementContext ¶
type Multi_table_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMulti_table_elementContext ¶
func NewEmptyMulti_table_elementContext() *Multi_table_elementContext
func NewMulti_table_elementContext ¶
func NewMulti_table_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Multi_table_elementContext
func (*Multi_table_elementContext) EnterRule ¶
func (s *Multi_table_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Multi_table_elementContext) Error_logging_clause ¶
func (s *Multi_table_elementContext) Error_logging_clause() IError_logging_clauseContext
func (*Multi_table_elementContext) ExitRule ¶
func (s *Multi_table_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Multi_table_elementContext) GetParser ¶
func (s *Multi_table_elementContext) GetParser() antlr.Parser
func (*Multi_table_elementContext) GetRuleContext ¶
func (s *Multi_table_elementContext) GetRuleContext() antlr.RuleContext
func (*Multi_table_elementContext) Insert_into_clause ¶
func (s *Multi_table_elementContext) Insert_into_clause() IInsert_into_clauseContext
func (*Multi_table_elementContext) IsMulti_table_elementContext ¶
func (*Multi_table_elementContext) IsMulti_table_elementContext()
func (*Multi_table_elementContext) ToStringTree ¶
func (s *Multi_table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Multi_table_elementContext) Values_clause ¶
func (s *Multi_table_elementContext) Values_clause() IValues_clauseContext
type Multi_table_insertContext ¶
type Multi_table_insertContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMulti_table_insertContext ¶
func NewEmptyMulti_table_insertContext() *Multi_table_insertContext
func NewMulti_table_insertContext ¶
func NewMulti_table_insertContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Multi_table_insertContext
func (*Multi_table_insertContext) ALL ¶
func (s *Multi_table_insertContext) ALL() antlr.TerminalNode
func (*Multi_table_insertContext) AllMulti_table_element ¶
func (s *Multi_table_insertContext) AllMulti_table_element() []IMulti_table_elementContext
func (*Multi_table_insertContext) Conditional_insert_clause ¶
func (s *Multi_table_insertContext) Conditional_insert_clause() IConditional_insert_clauseContext
func (*Multi_table_insertContext) EnterRule ¶
func (s *Multi_table_insertContext) EnterRule(listener antlr.ParseTreeListener)
func (*Multi_table_insertContext) ExitRule ¶
func (s *Multi_table_insertContext) ExitRule(listener antlr.ParseTreeListener)
func (*Multi_table_insertContext) GetParser ¶
func (s *Multi_table_insertContext) GetParser() antlr.Parser
func (*Multi_table_insertContext) GetRuleContext ¶
func (s *Multi_table_insertContext) GetRuleContext() antlr.RuleContext
func (*Multi_table_insertContext) IsMulti_table_insertContext ¶
func (*Multi_table_insertContext) IsMulti_table_insertContext()
func (*Multi_table_insertContext) Multi_table_element ¶
func (s *Multi_table_insertContext) Multi_table_element(i int) IMulti_table_elementContext
func (*Multi_table_insertContext) Select_statement ¶
func (s *Multi_table_insertContext) Select_statement() ISelect_statementContext
func (*Multi_table_insertContext) ToStringTree ¶
func (s *Multi_table_insertContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Multiset_expressionContext ¶
type Multiset_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMultiset_expressionContext ¶
func NewEmptyMultiset_expressionContext() *Multiset_expressionContext
func NewMultiset_expressionContext ¶
func NewMultiset_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Multiset_expressionContext
func (*Multiset_expressionContext) Concatenation ¶
func (s *Multiset_expressionContext) Concatenation() IConcatenationContext
func (*Multiset_expressionContext) EnterRule ¶
func (s *Multiset_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Multiset_expressionContext) ExitRule ¶
func (s *Multiset_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Multiset_expressionContext) GetMultiset_type ¶
func (s *Multiset_expressionContext) GetMultiset_type() antlr.Token
func (*Multiset_expressionContext) GetParser ¶
func (s *Multiset_expressionContext) GetParser() antlr.Parser
func (*Multiset_expressionContext) GetRuleContext ¶
func (s *Multiset_expressionContext) GetRuleContext() antlr.RuleContext
func (*Multiset_expressionContext) IsMultiset_expressionContext ¶
func (*Multiset_expressionContext) IsMultiset_expressionContext()
func (*Multiset_expressionContext) MEMBER ¶
func (s *Multiset_expressionContext) MEMBER() antlr.TerminalNode
func (*Multiset_expressionContext) OF ¶
func (s *Multiset_expressionContext) OF() antlr.TerminalNode
func (*Multiset_expressionContext) Relational_expression ¶
func (s *Multiset_expressionContext) Relational_expression() IRelational_expressionContext
func (*Multiset_expressionContext) SUBMULTISET ¶
func (s *Multiset_expressionContext) SUBMULTISET() antlr.TerminalNode
func (*Multiset_expressionContext) SetMultiset_type ¶
func (s *Multiset_expressionContext) SetMultiset_type(v antlr.Token)
func (*Multiset_expressionContext) ToStringTree ¶
func (s *Multiset_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Mv_log_augmentationContext ¶
type Mv_log_augmentationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMv_log_augmentationContext ¶
func NewEmptyMv_log_augmentationContext() *Mv_log_augmentationContext
func NewMv_log_augmentationContext ¶
func NewMv_log_augmentationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Mv_log_augmentationContext
func (*Mv_log_augmentationContext) ADD ¶
func (s *Mv_log_augmentationContext) ADD() antlr.TerminalNode
func (*Mv_log_augmentationContext) AllCOMMA ¶
func (s *Mv_log_augmentationContext) AllCOMMA() []antlr.TerminalNode
func (*Mv_log_augmentationContext) AllColumn_name ¶
func (s *Mv_log_augmentationContext) AllColumn_name() []IColumn_nameContext
func (*Mv_log_augmentationContext) COMMA ¶
func (s *Mv_log_augmentationContext) COMMA(i int) antlr.TerminalNode
func (*Mv_log_augmentationContext) Column_name ¶
func (s *Mv_log_augmentationContext) Column_name(i int) IColumn_nameContext
func (*Mv_log_augmentationContext) EnterRule ¶
func (s *Mv_log_augmentationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Mv_log_augmentationContext) ExitRule ¶
func (s *Mv_log_augmentationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Mv_log_augmentationContext) GetParser ¶
func (s *Mv_log_augmentationContext) GetParser() antlr.Parser
func (*Mv_log_augmentationContext) GetRuleContext ¶
func (s *Mv_log_augmentationContext) GetRuleContext() antlr.RuleContext
func (*Mv_log_augmentationContext) ID ¶
func (s *Mv_log_augmentationContext) ID() antlr.TerminalNode
func (*Mv_log_augmentationContext) IsMv_log_augmentationContext ¶
func (*Mv_log_augmentationContext) IsMv_log_augmentationContext()
func (*Mv_log_augmentationContext) KEY ¶
func (s *Mv_log_augmentationContext) KEY() antlr.TerminalNode
func (*Mv_log_augmentationContext) LEFT_PAREN ¶
func (s *Mv_log_augmentationContext) LEFT_PAREN() antlr.TerminalNode
func (*Mv_log_augmentationContext) New_values_clause ¶
func (s *Mv_log_augmentationContext) New_values_clause() INew_values_clauseContext
func (*Mv_log_augmentationContext) OBJECT ¶
func (s *Mv_log_augmentationContext) OBJECT() antlr.TerminalNode
func (*Mv_log_augmentationContext) PRIMARY ¶
func (s *Mv_log_augmentationContext) PRIMARY() antlr.TerminalNode
func (*Mv_log_augmentationContext) RIGHT_PAREN ¶
func (s *Mv_log_augmentationContext) RIGHT_PAREN() antlr.TerminalNode
func (*Mv_log_augmentationContext) ROWID ¶
func (s *Mv_log_augmentationContext) ROWID() antlr.TerminalNode
func (*Mv_log_augmentationContext) SEQUENCE ¶
func (s *Mv_log_augmentationContext) SEQUENCE() antlr.TerminalNode
func (*Mv_log_augmentationContext) ToStringTree ¶
func (s *Mv_log_augmentationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Mv_log_purge_clauseContext ¶
type Mv_log_purge_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyMv_log_purge_clauseContext ¶
func NewEmptyMv_log_purge_clauseContext() *Mv_log_purge_clauseContext
func NewMv_log_purge_clauseContext ¶
func NewMv_log_purge_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Mv_log_purge_clauseContext
func (*Mv_log_purge_clauseContext) ASYNCHRONOUS ¶
func (s *Mv_log_purge_clauseContext) ASYNCHRONOUS() antlr.TerminalNode
func (*Mv_log_purge_clauseContext) EnterRule ¶
func (s *Mv_log_purge_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Mv_log_purge_clauseContext) ExitRule ¶
func (s *Mv_log_purge_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Mv_log_purge_clauseContext) GetParser ¶
func (s *Mv_log_purge_clauseContext) GetParser() antlr.Parser
func (*Mv_log_purge_clauseContext) GetRuleContext ¶
func (s *Mv_log_purge_clauseContext) GetRuleContext() antlr.RuleContext
func (*Mv_log_purge_clauseContext) IMMEDIATE ¶
func (s *Mv_log_purge_clauseContext) IMMEDIATE() antlr.TerminalNode
func (*Mv_log_purge_clauseContext) IsMv_log_purge_clauseContext ¶
func (*Mv_log_purge_clauseContext) IsMv_log_purge_clauseContext()
func (*Mv_log_purge_clauseContext) PURGE ¶
func (s *Mv_log_purge_clauseContext) PURGE() antlr.TerminalNode
func (*Mv_log_purge_clauseContext) SYNCHRONOUS ¶
func (s *Mv_log_purge_clauseContext) SYNCHRONOUS() antlr.TerminalNode
func (*Mv_log_purge_clauseContext) ToStringTree ¶
func (s *Mv_log_purge_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Native_datatype_elementContext ¶
type Native_datatype_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNative_datatype_elementContext ¶
func NewEmptyNative_datatype_elementContext() *Native_datatype_elementContext
func NewNative_datatype_elementContext ¶
func NewNative_datatype_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Native_datatype_elementContext
func (*Native_datatype_elementContext) BFILE ¶
func (s *Native_datatype_elementContext) BFILE() antlr.TerminalNode
func (*Native_datatype_elementContext) BINARY_DOUBLE ¶
func (s *Native_datatype_elementContext) BINARY_DOUBLE() antlr.TerminalNode
func (*Native_datatype_elementContext) BINARY_FLOAT ¶
func (s *Native_datatype_elementContext) BINARY_FLOAT() antlr.TerminalNode
func (*Native_datatype_elementContext) BINARY_INTEGER ¶
func (s *Native_datatype_elementContext) BINARY_INTEGER() antlr.TerminalNode
func (*Native_datatype_elementContext) BLOB ¶
func (s *Native_datatype_elementContext) BLOB() antlr.TerminalNode
func (*Native_datatype_elementContext) BOOLEAN ¶
func (s *Native_datatype_elementContext) BOOLEAN() antlr.TerminalNode
func (*Native_datatype_elementContext) CHAR ¶
func (s *Native_datatype_elementContext) CHAR() antlr.TerminalNode
func (*Native_datatype_elementContext) CHARACTER ¶
func (s *Native_datatype_elementContext) CHARACTER() antlr.TerminalNode
func (*Native_datatype_elementContext) CLOB ¶
func (s *Native_datatype_elementContext) CLOB() antlr.TerminalNode
func (*Native_datatype_elementContext) DATE ¶
func (s *Native_datatype_elementContext) DATE() antlr.TerminalNode
func (*Native_datatype_elementContext) DAY ¶
func (s *Native_datatype_elementContext) DAY() antlr.TerminalNode
func (*Native_datatype_elementContext) DEC ¶
func (s *Native_datatype_elementContext) DEC() antlr.TerminalNode
func (*Native_datatype_elementContext) DECIMAL ¶
func (s *Native_datatype_elementContext) DECIMAL() antlr.TerminalNode
func (*Native_datatype_elementContext) DOUBLE ¶
func (s *Native_datatype_elementContext) DOUBLE() antlr.TerminalNode
func (*Native_datatype_elementContext) DSINTERVAL_UNCONSTRAINED ¶
func (s *Native_datatype_elementContext) DSINTERVAL_UNCONSTRAINED() antlr.TerminalNode
func (*Native_datatype_elementContext) EnterRule ¶
func (s *Native_datatype_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Native_datatype_elementContext) ExitRule ¶
func (s *Native_datatype_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Native_datatype_elementContext) FLOAT ¶
func (s *Native_datatype_elementContext) FLOAT() antlr.TerminalNode
func (*Native_datatype_elementContext) GetParser ¶
func (s *Native_datatype_elementContext) GetParser() antlr.Parser
func (*Native_datatype_elementContext) GetRuleContext ¶
func (s *Native_datatype_elementContext) GetRuleContext() antlr.RuleContext
func (*Native_datatype_elementContext) HOUR ¶
func (s *Native_datatype_elementContext) HOUR() antlr.TerminalNode
func (*Native_datatype_elementContext) INT ¶
func (s *Native_datatype_elementContext) INT() antlr.TerminalNode
func (*Native_datatype_elementContext) INTEGER ¶
func (s *Native_datatype_elementContext) INTEGER() antlr.TerminalNode
func (*Native_datatype_elementContext) IsNative_datatype_elementContext ¶
func (*Native_datatype_elementContext) IsNative_datatype_elementContext()
func (*Native_datatype_elementContext) LONG ¶
func (s *Native_datatype_elementContext) LONG() antlr.TerminalNode
func (*Native_datatype_elementContext) MINUTE ¶
func (s *Native_datatype_elementContext) MINUTE() antlr.TerminalNode
func (*Native_datatype_elementContext) MLSLABEL ¶
func (s *Native_datatype_elementContext) MLSLABEL() antlr.TerminalNode
func (*Native_datatype_elementContext) MONTH ¶
func (s *Native_datatype_elementContext) MONTH() antlr.TerminalNode
func (*Native_datatype_elementContext) NATURAL ¶
func (s *Native_datatype_elementContext) NATURAL() antlr.TerminalNode
func (*Native_datatype_elementContext) NATURALN ¶
func (s *Native_datatype_elementContext) NATURALN() antlr.TerminalNode
func (*Native_datatype_elementContext) NCHAR ¶
func (s *Native_datatype_elementContext) NCHAR() antlr.TerminalNode
func (*Native_datatype_elementContext) NCLOB ¶
func (s *Native_datatype_elementContext) NCLOB() antlr.TerminalNode
func (*Native_datatype_elementContext) NUMBER ¶
func (s *Native_datatype_elementContext) NUMBER() antlr.TerminalNode
func (*Native_datatype_elementContext) NUMERIC ¶
func (s *Native_datatype_elementContext) NUMERIC() antlr.TerminalNode
func (*Native_datatype_elementContext) NVARCHAR2 ¶
func (s *Native_datatype_elementContext) NVARCHAR2() antlr.TerminalNode
func (*Native_datatype_elementContext) PLS_INTEGER ¶
func (s *Native_datatype_elementContext) PLS_INTEGER() antlr.TerminalNode
func (*Native_datatype_elementContext) POSITIVE ¶
func (s *Native_datatype_elementContext) POSITIVE() antlr.TerminalNode
func (*Native_datatype_elementContext) POSITIVEN ¶
func (s *Native_datatype_elementContext) POSITIVEN() antlr.TerminalNode
func (*Native_datatype_elementContext) PRECISION ¶
func (s *Native_datatype_elementContext) PRECISION() antlr.TerminalNode
func (*Native_datatype_elementContext) RAW ¶
func (s *Native_datatype_elementContext) RAW() antlr.TerminalNode
func (*Native_datatype_elementContext) REAL ¶
func (s *Native_datatype_elementContext) REAL() antlr.TerminalNode
func (*Native_datatype_elementContext) ROWID ¶
func (s *Native_datatype_elementContext) ROWID() antlr.TerminalNode
func (*Native_datatype_elementContext) SECOND ¶
func (s *Native_datatype_elementContext) SECOND() antlr.TerminalNode
func (*Native_datatype_elementContext) SIGNTYPE ¶
func (s *Native_datatype_elementContext) SIGNTYPE() antlr.TerminalNode
func (*Native_datatype_elementContext) SIMPLE_INTEGER ¶
func (s *Native_datatype_elementContext) SIMPLE_INTEGER() antlr.TerminalNode
func (*Native_datatype_elementContext) SMALLINT ¶
func (s *Native_datatype_elementContext) SMALLINT() antlr.TerminalNode
func (*Native_datatype_elementContext) STRING ¶
func (s *Native_datatype_elementContext) STRING() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMESTAMP ¶
func (s *Native_datatype_elementContext) TIMESTAMP() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMESTAMP_LTZ_UNCONSTRAINED ¶
func (s *Native_datatype_elementContext) TIMESTAMP_LTZ_UNCONSTRAINED() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMESTAMP_TZ_UNCONSTRAINED ¶
func (s *Native_datatype_elementContext) TIMESTAMP_TZ_UNCONSTRAINED() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMESTAMP_UNCONSTRAINED ¶
func (s *Native_datatype_elementContext) TIMESTAMP_UNCONSTRAINED() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMEZONE_ABBR ¶
func (s *Native_datatype_elementContext) TIMEZONE_ABBR() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMEZONE_HOUR ¶
func (s *Native_datatype_elementContext) TIMEZONE_HOUR() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMEZONE_MINUTE ¶
func (s *Native_datatype_elementContext) TIMEZONE_MINUTE() antlr.TerminalNode
func (*Native_datatype_elementContext) TIMEZONE_REGION ¶
func (s *Native_datatype_elementContext) TIMEZONE_REGION() antlr.TerminalNode
func (*Native_datatype_elementContext) ToStringTree ¶
func (s *Native_datatype_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Native_datatype_elementContext) UROWID ¶
func (s *Native_datatype_elementContext) UROWID() antlr.TerminalNode
func (*Native_datatype_elementContext) VARCHAR ¶
func (s *Native_datatype_elementContext) VARCHAR() antlr.TerminalNode
func (*Native_datatype_elementContext) VARCHAR2 ¶
func (s *Native_datatype_elementContext) VARCHAR2() antlr.TerminalNode
func (*Native_datatype_elementContext) YEAR ¶
func (s *Native_datatype_elementContext) YEAR() antlr.TerminalNode
func (*Native_datatype_elementContext) YMINTERVAL_UNCONSTRAINED ¶
func (s *Native_datatype_elementContext) YMINTERVAL_UNCONSTRAINED() antlr.TerminalNode
type Nested_itemContext ¶
type Nested_itemContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNested_itemContext ¶
func NewEmptyNested_itemContext() *Nested_itemContext
func NewNested_itemContext ¶
func NewNested_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Nested_itemContext
func (*Nested_itemContext) EnterRule ¶
func (s *Nested_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*Nested_itemContext) ExitRule ¶
func (s *Nested_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*Nested_itemContext) GetParser ¶
func (s *Nested_itemContext) GetParser() antlr.Parser
func (*Nested_itemContext) GetRuleContext ¶
func (s *Nested_itemContext) GetRuleContext() antlr.RuleContext
func (*Nested_itemContext) IsNested_itemContext ¶
func (*Nested_itemContext) IsNested_itemContext()
func (*Nested_itemContext) Regular_id ¶
func (s *Nested_itemContext) Regular_id() IRegular_idContext
func (*Nested_itemContext) ToStringTree ¶
func (s *Nested_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Nested_table_col_propertiesContext ¶
type Nested_table_col_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNested_table_col_propertiesContext ¶
func NewEmptyNested_table_col_propertiesContext() *Nested_table_col_propertiesContext
func NewNested_table_col_propertiesContext ¶
func NewNested_table_col_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Nested_table_col_propertiesContext
func (*Nested_table_col_propertiesContext) AS ¶
func (s *Nested_table_col_propertiesContext) AS(i int) antlr.TerminalNode
func (*Nested_table_col_propertiesContext) AllAS ¶
func (s *Nested_table_col_propertiesContext) AllAS() []antlr.TerminalNode
func (*Nested_table_col_propertiesContext) AllColumn_properties ¶
func (s *Nested_table_col_propertiesContext) AllColumn_properties() []IColumn_propertiesContext
func (*Nested_table_col_propertiesContext) AllLEFT_PAREN ¶
func (s *Nested_table_col_propertiesContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Nested_table_col_propertiesContext) AllObject_properties ¶
func (s *Nested_table_col_propertiesContext) AllObject_properties() []IObject_propertiesContext
func (*Nested_table_col_propertiesContext) AllPhysical_properties ¶
func (s *Nested_table_col_propertiesContext) AllPhysical_properties() []IPhysical_propertiesContext
func (*Nested_table_col_propertiesContext) AllRIGHT_PAREN ¶
func (s *Nested_table_col_propertiesContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Nested_table_col_propertiesContext) COLUMN_VALUE ¶
func (s *Nested_table_col_propertiesContext) COLUMN_VALUE() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) Column_properties ¶
func (s *Nested_table_col_propertiesContext) Column_properties(i int) IColumn_propertiesContext
func (*Nested_table_col_propertiesContext) EnterRule ¶
func (s *Nested_table_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Nested_table_col_propertiesContext) ExitRule ¶
func (s *Nested_table_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Nested_table_col_propertiesContext) GLOBAL ¶
func (s *Nested_table_col_propertiesContext) GLOBAL() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) GetParser ¶
func (s *Nested_table_col_propertiesContext) GetParser() antlr.Parser
func (*Nested_table_col_propertiesContext) GetRuleContext ¶
func (s *Nested_table_col_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Nested_table_col_propertiesContext) IsNested_table_col_propertiesContext ¶
func (*Nested_table_col_propertiesContext) IsNested_table_col_propertiesContext()
func (*Nested_table_col_propertiesContext) LEFT_PAREN ¶
func (s *Nested_table_col_propertiesContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Nested_table_col_propertiesContext) LOCAL ¶
func (s *Nested_table_col_propertiesContext) LOCAL() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) LOCATOR ¶
func (s *Nested_table_col_propertiesContext) LOCATOR() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) NESTED ¶
func (s *Nested_table_col_propertiesContext) NESTED() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) Nested_item ¶
func (s *Nested_table_col_propertiesContext) Nested_item() INested_itemContext
func (*Nested_table_col_propertiesContext) Object_properties ¶
func (s *Nested_table_col_propertiesContext) Object_properties(i int) IObject_propertiesContext
func (*Nested_table_col_propertiesContext) Physical_properties ¶
func (s *Nested_table_col_propertiesContext) Physical_properties(i int) IPhysical_propertiesContext
func (*Nested_table_col_propertiesContext) RETURN ¶
func (s *Nested_table_col_propertiesContext) RETURN() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) RIGHT_PAREN ¶
func (s *Nested_table_col_propertiesContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Nested_table_col_propertiesContext) STORE ¶
func (s *Nested_table_col_propertiesContext) STORE() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) Substitutable_column_clause ¶
func (s *Nested_table_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
func (*Nested_table_col_propertiesContext) TABLE ¶
func (s *Nested_table_col_propertiesContext) TABLE() antlr.TerminalNode
func (*Nested_table_col_propertiesContext) Tableview_name ¶
func (s *Nested_table_col_propertiesContext) Tableview_name() ITableview_nameContext
func (*Nested_table_col_propertiesContext) ToStringTree ¶
func (s *Nested_table_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Nested_table_col_propertiesContext) VALUE ¶
func (s *Nested_table_col_propertiesContext) VALUE() antlr.TerminalNode
type Nested_table_type_defContext ¶
type Nested_table_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNested_table_type_defContext ¶
func NewEmptyNested_table_type_defContext() *Nested_table_type_defContext
func NewNested_table_type_defContext ¶
func NewNested_table_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Nested_table_type_defContext
func (*Nested_table_type_defContext) EnterRule ¶
func (s *Nested_table_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Nested_table_type_defContext) ExitRule ¶
func (s *Nested_table_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Nested_table_type_defContext) GetParser ¶
func (s *Nested_table_type_defContext) GetParser() antlr.Parser
func (*Nested_table_type_defContext) GetRuleContext ¶
func (s *Nested_table_type_defContext) GetRuleContext() antlr.RuleContext
func (*Nested_table_type_defContext) IsNested_table_type_defContext ¶
func (*Nested_table_type_defContext) IsNested_table_type_defContext()
func (*Nested_table_type_defContext) NOT ¶
func (s *Nested_table_type_defContext) NOT() antlr.TerminalNode
func (*Nested_table_type_defContext) NULL_ ¶
func (s *Nested_table_type_defContext) NULL_() antlr.TerminalNode
func (*Nested_table_type_defContext) OF ¶
func (s *Nested_table_type_defContext) OF() antlr.TerminalNode
func (*Nested_table_type_defContext) TABLE ¶
func (s *Nested_table_type_defContext) TABLE() antlr.TerminalNode
func (*Nested_table_type_defContext) ToStringTree ¶
func (s *Nested_table_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Nested_table_type_defContext) Type_spec ¶
func (s *Nested_table_type_defContext) Type_spec() IType_specContext
type Network_costContext ¶
type Network_costContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNetwork_costContext ¶
func NewEmptyNetwork_costContext() *Network_costContext
func NewNetwork_costContext ¶
func NewNetwork_costContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Network_costContext
func (*Network_costContext) EnterRule ¶
func (s *Network_costContext) EnterRule(listener antlr.ParseTreeListener)
func (*Network_costContext) ExitRule ¶
func (s *Network_costContext) ExitRule(listener antlr.ParseTreeListener)
func (*Network_costContext) GetParser ¶
func (s *Network_costContext) GetParser() antlr.Parser
func (*Network_costContext) GetRuleContext ¶
func (s *Network_costContext) GetRuleContext() antlr.RuleContext
func (*Network_costContext) IsNetwork_costContext ¶
func (*Network_costContext) IsNetwork_costContext()
func (*Network_costContext) ToStringTree ¶
func (s *Network_costContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Network_costContext) UNSIGNED_INTEGER ¶
func (s *Network_costContext) UNSIGNED_INTEGER() antlr.TerminalNode
type New_column_nameContext ¶
type New_column_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_column_nameContext ¶
func NewEmptyNew_column_nameContext() *New_column_nameContext
func NewNew_column_nameContext ¶
func NewNew_column_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_column_nameContext
func (*New_column_nameContext) Column_name ¶
func (s *New_column_nameContext) Column_name() IColumn_nameContext
func (*New_column_nameContext) EnterRule ¶
func (s *New_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_column_nameContext) ExitRule ¶
func (s *New_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_column_nameContext) GetParser ¶
func (s *New_column_nameContext) GetParser() antlr.Parser
func (*New_column_nameContext) GetRuleContext ¶
func (s *New_column_nameContext) GetRuleContext() antlr.RuleContext
func (*New_column_nameContext) IsNew_column_nameContext ¶
func (*New_column_nameContext) IsNew_column_nameContext()
func (*New_column_nameContext) ToStringTree ¶
func (s *New_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type New_constraint_nameContext ¶
type New_constraint_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_constraint_nameContext ¶
func NewEmptyNew_constraint_nameContext() *New_constraint_nameContext
func NewNew_constraint_nameContext ¶
func NewNew_constraint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_constraint_nameContext
func (*New_constraint_nameContext) Constraint_name ¶
func (s *New_constraint_nameContext) Constraint_name() IConstraint_nameContext
func (*New_constraint_nameContext) EnterRule ¶
func (s *New_constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_constraint_nameContext) ExitRule ¶
func (s *New_constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_constraint_nameContext) GetParser ¶
func (s *New_constraint_nameContext) GetParser() antlr.Parser
func (*New_constraint_nameContext) GetRuleContext ¶
func (s *New_constraint_nameContext) GetRuleContext() antlr.RuleContext
func (*New_constraint_nameContext) IsNew_constraint_nameContext ¶
func (*New_constraint_nameContext) IsNew_constraint_nameContext()
func (*New_constraint_nameContext) ToStringTree ¶
func (s *New_constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type New_index_nameContext ¶
type New_index_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_index_nameContext ¶
func NewEmptyNew_index_nameContext() *New_index_nameContext
func NewNew_index_nameContext ¶
func NewNew_index_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_index_nameContext
func (*New_index_nameContext) EnterRule ¶
func (s *New_index_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_index_nameContext) ExitRule ¶
func (s *New_index_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_index_nameContext) GetParser ¶
func (s *New_index_nameContext) GetParser() antlr.Parser
func (*New_index_nameContext) GetRuleContext ¶
func (s *New_index_nameContext) GetRuleContext() antlr.RuleContext
func (*New_index_nameContext) Index_name ¶
func (s *New_index_nameContext) Index_name() IIndex_nameContext
func (*New_index_nameContext) IsNew_index_nameContext ¶
func (*New_index_nameContext) IsNew_index_nameContext()
func (*New_index_nameContext) ToStringTree ¶
func (s *New_index_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type New_partition_nameContext ¶
type New_partition_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_partition_nameContext ¶
func NewEmptyNew_partition_nameContext() *New_partition_nameContext
func NewNew_partition_nameContext ¶
func NewNew_partition_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_partition_nameContext
func (*New_partition_nameContext) EnterRule ¶
func (s *New_partition_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_partition_nameContext) ExitRule ¶
func (s *New_partition_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_partition_nameContext) GetParser ¶
func (s *New_partition_nameContext) GetParser() antlr.Parser
func (*New_partition_nameContext) GetRuleContext ¶
func (s *New_partition_nameContext) GetRuleContext() antlr.RuleContext
func (*New_partition_nameContext) IsNew_partition_nameContext ¶
func (*New_partition_nameContext) IsNew_partition_nameContext()
func (*New_partition_nameContext) Partition_name ¶
func (s *New_partition_nameContext) Partition_name() IPartition_nameContext
func (*New_partition_nameContext) ToStringTree ¶
func (s *New_partition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type New_tablespace_nameContext ¶
type New_tablespace_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_tablespace_nameContext ¶
func NewEmptyNew_tablespace_nameContext() *New_tablespace_nameContext
func NewNew_tablespace_nameContext ¶
func NewNew_tablespace_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_tablespace_nameContext
func (*New_tablespace_nameContext) EnterRule ¶
func (s *New_tablespace_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_tablespace_nameContext) ExitRule ¶
func (s *New_tablespace_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_tablespace_nameContext) GetParser ¶
func (s *New_tablespace_nameContext) GetParser() antlr.Parser
func (*New_tablespace_nameContext) GetRuleContext ¶
func (s *New_tablespace_nameContext) GetRuleContext() antlr.RuleContext
func (*New_tablespace_nameContext) IsNew_tablespace_nameContext ¶
func (*New_tablespace_nameContext) IsNew_tablespace_nameContext()
func (*New_tablespace_nameContext) Tablespace ¶
func (s *New_tablespace_nameContext) Tablespace() ITablespaceContext
func (*New_tablespace_nameContext) ToStringTree ¶
func (s *New_tablespace_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type New_values_clauseContext ¶
type New_values_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNew_values_clauseContext ¶
func NewEmptyNew_values_clauseContext() *New_values_clauseContext
func NewNew_values_clauseContext ¶
func NewNew_values_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *New_values_clauseContext
func (*New_values_clauseContext) EXCLUDING ¶
func (s *New_values_clauseContext) EXCLUDING() antlr.TerminalNode
func (*New_values_clauseContext) EnterRule ¶
func (s *New_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*New_values_clauseContext) ExitRule ¶
func (s *New_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*New_values_clauseContext) GetParser ¶
func (s *New_values_clauseContext) GetParser() antlr.Parser
func (*New_values_clauseContext) GetRuleContext ¶
func (s *New_values_clauseContext) GetRuleContext() antlr.RuleContext
func (*New_values_clauseContext) INCLUDING ¶
func (s *New_values_clauseContext) INCLUDING() antlr.TerminalNode
func (*New_values_clauseContext) IsNew_values_clauseContext ¶
func (*New_values_clauseContext) IsNew_values_clauseContext()
func (*New_values_clauseContext) NEW ¶
func (s *New_values_clauseContext) NEW() antlr.TerminalNode
func (*New_values_clauseContext) ToStringTree ¶
func (s *New_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*New_values_clauseContext) VALUES ¶
func (s *New_values_clauseContext) VALUES() antlr.TerminalNode
type Non_dml_eventContext ¶
type Non_dml_eventContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNon_dml_eventContext ¶
func NewEmptyNon_dml_eventContext() *Non_dml_eventContext
func NewNon_dml_eventContext ¶
func NewNon_dml_eventContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Non_dml_eventContext
func (*Non_dml_eventContext) ALTER ¶
func (s *Non_dml_eventContext) ALTER() antlr.TerminalNode
func (*Non_dml_eventContext) ANALYZE ¶
func (s *Non_dml_eventContext) ANALYZE() antlr.TerminalNode
func (*Non_dml_eventContext) ASSOCIATE ¶
func (s *Non_dml_eventContext) ASSOCIATE() antlr.TerminalNode
func (*Non_dml_eventContext) AUDIT ¶
func (s *Non_dml_eventContext) AUDIT() antlr.TerminalNode
func (*Non_dml_eventContext) COMMENT ¶
func (s *Non_dml_eventContext) COMMENT() antlr.TerminalNode
func (*Non_dml_eventContext) CREATE ¶
func (s *Non_dml_eventContext) CREATE() antlr.TerminalNode
func (*Non_dml_eventContext) DATABASE ¶
func (s *Non_dml_eventContext) DATABASE() antlr.TerminalNode
func (*Non_dml_eventContext) DB_ROLE_CHANGE ¶
func (s *Non_dml_eventContext) DB_ROLE_CHANGE() antlr.TerminalNode
func (*Non_dml_eventContext) DDL ¶
func (s *Non_dml_eventContext) DDL() antlr.TerminalNode
func (*Non_dml_eventContext) DISASSOCIATE ¶
func (s *Non_dml_eventContext) DISASSOCIATE() antlr.TerminalNode
func (*Non_dml_eventContext) DROP ¶
func (s *Non_dml_eventContext) DROP() antlr.TerminalNode
func (*Non_dml_eventContext) EnterRule ¶
func (s *Non_dml_eventContext) EnterRule(listener antlr.ParseTreeListener)
func (*Non_dml_eventContext) ExitRule ¶
func (s *Non_dml_eventContext) ExitRule(listener antlr.ParseTreeListener)
func (*Non_dml_eventContext) FOLLOWS ¶
func (s *Non_dml_eventContext) FOLLOWS() antlr.TerminalNode
func (*Non_dml_eventContext) GRANT ¶
func (s *Non_dml_eventContext) GRANT() antlr.TerminalNode
func (*Non_dml_eventContext) GetParser ¶
func (s *Non_dml_eventContext) GetParser() antlr.Parser
func (*Non_dml_eventContext) GetRuleContext ¶
func (s *Non_dml_eventContext) GetRuleContext() antlr.RuleContext
func (*Non_dml_eventContext) IsNon_dml_eventContext ¶
func (*Non_dml_eventContext) IsNon_dml_eventContext()
func (*Non_dml_eventContext) LOGOFF ¶
func (s *Non_dml_eventContext) LOGOFF() antlr.TerminalNode
func (*Non_dml_eventContext) LOGON ¶
func (s *Non_dml_eventContext) LOGON() antlr.TerminalNode
func (*Non_dml_eventContext) NOAUDIT ¶
func (s *Non_dml_eventContext) NOAUDIT() antlr.TerminalNode
func (*Non_dml_eventContext) RENAME ¶
func (s *Non_dml_eventContext) RENAME() antlr.TerminalNode
func (*Non_dml_eventContext) REVOKE ¶
func (s *Non_dml_eventContext) REVOKE() antlr.TerminalNode
func (*Non_dml_eventContext) SCHEMA ¶
func (s *Non_dml_eventContext) SCHEMA() antlr.TerminalNode
func (*Non_dml_eventContext) SERVERERROR ¶
func (s *Non_dml_eventContext) SERVERERROR() antlr.TerminalNode
func (*Non_dml_eventContext) SHUTDOWN ¶
func (s *Non_dml_eventContext) SHUTDOWN() antlr.TerminalNode
func (*Non_dml_eventContext) STARTUP ¶
func (s *Non_dml_eventContext) STARTUP() antlr.TerminalNode
func (*Non_dml_eventContext) STATISTICS ¶
func (s *Non_dml_eventContext) STATISTICS() antlr.TerminalNode
func (*Non_dml_eventContext) SUSPEND ¶
func (s *Non_dml_eventContext) SUSPEND() antlr.TerminalNode
func (*Non_dml_eventContext) TRUNCATE ¶
func (s *Non_dml_eventContext) TRUNCATE() antlr.TerminalNode
func (*Non_dml_eventContext) ToStringTree ¶
func (s *Non_dml_eventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Non_dml_triggerContext ¶
type Non_dml_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNon_dml_triggerContext ¶
func NewEmptyNon_dml_triggerContext() *Non_dml_triggerContext
func NewNon_dml_triggerContext ¶
func NewNon_dml_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Non_dml_triggerContext
func (*Non_dml_triggerContext) AFTER ¶
func (s *Non_dml_triggerContext) AFTER() antlr.TerminalNode
func (*Non_dml_triggerContext) AllNon_dml_event ¶
func (s *Non_dml_triggerContext) AllNon_dml_event() []INon_dml_eventContext
func (*Non_dml_triggerContext) AllOR ¶
func (s *Non_dml_triggerContext) AllOR() []antlr.TerminalNode
func (*Non_dml_triggerContext) BEFORE ¶
func (s *Non_dml_triggerContext) BEFORE() antlr.TerminalNode
func (*Non_dml_triggerContext) DATABASE ¶
func (s *Non_dml_triggerContext) DATABASE() antlr.TerminalNode
func (*Non_dml_triggerContext) EnterRule ¶
func (s *Non_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Non_dml_triggerContext) ExitRule ¶
func (s *Non_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Non_dml_triggerContext) GetParser ¶
func (s *Non_dml_triggerContext) GetParser() antlr.Parser
func (*Non_dml_triggerContext) GetRuleContext ¶
func (s *Non_dml_triggerContext) GetRuleContext() antlr.RuleContext
func (*Non_dml_triggerContext) IsNon_dml_triggerContext ¶
func (*Non_dml_triggerContext) IsNon_dml_triggerContext()
func (*Non_dml_triggerContext) Non_dml_event ¶
func (s *Non_dml_triggerContext) Non_dml_event(i int) INon_dml_eventContext
func (*Non_dml_triggerContext) ON ¶
func (s *Non_dml_triggerContext) ON() antlr.TerminalNode
func (*Non_dml_triggerContext) OR ¶
func (s *Non_dml_triggerContext) OR(i int) antlr.TerminalNode
func (*Non_dml_triggerContext) PERIOD ¶
func (s *Non_dml_triggerContext) PERIOD() antlr.TerminalNode
func (*Non_dml_triggerContext) SCHEMA ¶
func (s *Non_dml_triggerContext) SCHEMA() antlr.TerminalNode
func (*Non_dml_triggerContext) Schema_name ¶
func (s *Non_dml_triggerContext) Schema_name() ISchema_nameContext
func (*Non_dml_triggerContext) ToStringTree ¶
func (s *Non_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Non_reserved_keywords_in_12cContext ¶
type Non_reserved_keywords_in_12cContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNon_reserved_keywords_in_12cContext ¶
func NewEmptyNon_reserved_keywords_in_12cContext() *Non_reserved_keywords_in_12cContext
func NewNon_reserved_keywords_in_12cContext ¶
func NewNon_reserved_keywords_in_12cContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Non_reserved_keywords_in_12cContext
func (*Non_reserved_keywords_in_12cContext) ACL ¶
func (s *Non_reserved_keywords_in_12cContext) ACL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ACTION ¶
func (s *Non_reserved_keywords_in_12cContext) ACTION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ACTIONS ¶
func (s *Non_reserved_keywords_in_12cContext) ACTIONS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ACTIVE ¶
func (s *Non_reserved_keywords_in_12cContext) ACTIVE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ACTIVE_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) ACTIVE_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ACTIVITY ¶
func (s *Non_reserved_keywords_in_12cContext) ACTIVITY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ADAPTIVE_PLAN ¶
func (s *Non_reserved_keywords_in_12cContext) ADAPTIVE_PLAN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ADVANCED ¶
func (s *Non_reserved_keywords_in_12cContext) ADVANCED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) AFD_DISKSTRING ¶
func (s *Non_reserved_keywords_in_12cContext) AFD_DISKSTRING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ANOMALY ¶
func (s *Non_reserved_keywords_in_12cContext) ANOMALY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ANSI_REARCH ¶
func (s *Non_reserved_keywords_in_12cContext) ANSI_REARCH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) APPLICATION ¶
func (s *Non_reserved_keywords_in_12cContext) APPLICATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) APPROX_COUNT_DISTINCT ¶
func (s *Non_reserved_keywords_in_12cContext) APPROX_COUNT_DISTINCT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ARCHIVAL ¶
func (s *Non_reserved_keywords_in_12cContext) ARCHIVAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ARCHIVED ¶
func (s *Non_reserved_keywords_in_12cContext) ARCHIVED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ASIS ¶
func (s *Non_reserved_keywords_in_12cContext) ASIS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ASSIGN ¶
func (s *Non_reserved_keywords_in_12cContext) ASSIGN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) AUTO_LOGIN ¶
func (s *Non_reserved_keywords_in_12cContext) AUTO_LOGIN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) AUTO_REOPTIMIZE ¶
func (s *Non_reserved_keywords_in_12cContext) AUTO_REOPTIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) AVRO ¶
func (s *Non_reserved_keywords_in_12cContext) AVRO() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BACKGROUND ¶
func (s *Non_reserved_keywords_in_12cContext) BACKGROUND() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BATCHSIZE ¶
func (s *Non_reserved_keywords_in_12cContext) BATCHSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BATCH_TABLE_ACCESS_BY_ROWID ¶
func (s *Non_reserved_keywords_in_12cContext) BATCH_TABLE_ACCESS_BY_ROWID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BEGINNING ¶
func (s *Non_reserved_keywords_in_12cContext) BEGINNING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BEQUEATH ¶
func (s *Non_reserved_keywords_in_12cContext) BEQUEATH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BITMAP_AND ¶
func (s *Non_reserved_keywords_in_12cContext) BITMAP_AND() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) BSON ¶
func (s *Non_reserved_keywords_in_12cContext) BSON() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CACHING ¶
func (s *Non_reserved_keywords_in_12cContext) CACHING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CALCULATED ¶
func (s *Non_reserved_keywords_in_12cContext) CALCULATED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CALLBACK ¶
func (s *Non_reserved_keywords_in_12cContext) CALLBACK() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CAPACITY ¶
func (s *Non_reserved_keywords_in_12cContext) CAPACITY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CDBDEFAULT ¶
func (s *Non_reserved_keywords_in_12cContext) CDBDEFAULT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLASSIFIER ¶
func (s *Non_reserved_keywords_in_12cContext) CLASSIFIER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLEANUP ¶
func (s *Non_reserved_keywords_in_12cContext) CLEANUP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLIENT ¶
func (s *Non_reserved_keywords_in_12cContext) CLIENT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLUSTERING ¶
func (s *Non_reserved_keywords_in_12cContext) CLUSTERING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLUSTER_DETAILS ¶
func (s *Non_reserved_keywords_in_12cContext) CLUSTER_DETAILS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CLUSTER_DISTANCE ¶
func (s *Non_reserved_keywords_in_12cContext) CLUSTER_DISTANCE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) COMMON_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) COMMON_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) COMPONENT ¶
func (s *Non_reserved_keywords_in_12cContext) COMPONENT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) COMPONENTS ¶
func (s *Non_reserved_keywords_in_12cContext) COMPONENTS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CONDITION ¶
func (s *Non_reserved_keywords_in_12cContext) CONDITION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CONDITIONAL ¶
func (s *Non_reserved_keywords_in_12cContext) CONDITIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CONTAINERS ¶
func (s *Non_reserved_keywords_in_12cContext) CONTAINERS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CONTAINER_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) CONTAINER_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CON_DBID_TO_ID ¶
func (s *Non_reserved_keywords_in_12cContext) CON_DBID_TO_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CON_GUID_TO_ID ¶
func (s *Non_reserved_keywords_in_12cContext) CON_GUID_TO_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CON_ID ¶
func (s *Non_reserved_keywords_in_12cContext) CON_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CON_NAME_TO_ID ¶
func (s *Non_reserved_keywords_in_12cContext) CON_NAME_TO_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CON_UID_TO_ID ¶
func (s *Non_reserved_keywords_in_12cContext) CON_UID_TO_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) COOKIE ¶
func (s *Non_reserved_keywords_in_12cContext) COOKIE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) COPY ¶
func (s *Non_reserved_keywords_in_12cContext) COPY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CREATE_FILE_DEST ¶
func (s *Non_reserved_keywords_in_12cContext) CREATE_FILE_DEST() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CREDENTIAL ¶
func (s *Non_reserved_keywords_in_12cContext) CREDENTIAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CRITICAL ¶
func (s *Non_reserved_keywords_in_12cContext) CRITICAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CUBE_AJ ¶
func (s *Non_reserved_keywords_in_12cContext) CUBE_AJ() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) CUBE_SJ ¶
func (s *Non_reserved_keywords_in_12cContext) CUBE_SJ() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DATAMOVEMENT ¶
func (s *Non_reserved_keywords_in_12cContext) DATAMOVEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DATAOBJ_TO_MAT_PARTITION ¶
func (s *Non_reserved_keywords_in_12cContext) DATAOBJ_TO_MAT_PARTITION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DATAPUMP ¶
func (s *Non_reserved_keywords_in_12cContext) DATAPUMP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DATA_SECURITY_REWRITE_LIMIT ¶
func (s *Non_reserved_keywords_in_12cContext) DATA_SECURITY_REWRITE_LIMIT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DAYS ¶
func (s *Non_reserved_keywords_in_12cContext) DAYS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DB_UNIQUE_NAME ¶
func (s *Non_reserved_keywords_in_12cContext) DB_UNIQUE_NAME() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DECORRELATE ¶
func (s *Non_reserved_keywords_in_12cContext) DECORRELATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DEFINE ¶
func (s *Non_reserved_keywords_in_12cContext) DEFINE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DELEGATE ¶
func (s *Non_reserved_keywords_in_12cContext) DELEGATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DELETE_ALL ¶
func (s *Non_reserved_keywords_in_12cContext) DELETE_ALL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DESTROY ¶
func (s *Non_reserved_keywords_in_12cContext) DESTROY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DIMENSIONS ¶
func (s *Non_reserved_keywords_in_12cContext) DIMENSIONS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DISABLE_ALL ¶
func (s *Non_reserved_keywords_in_12cContext) DISABLE_ALL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DISABLE_PARALLEL_DML ¶
func (s *Non_reserved_keywords_in_12cContext) DISABLE_PARALLEL_DML() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DISCARD ¶
func (s *Non_reserved_keywords_in_12cContext) DISCARD() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DISTRIBUTE ¶
func (s *Non_reserved_keywords_in_12cContext) DISTRIBUTE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DUPLICATE ¶
func (s *Non_reserved_keywords_in_12cContext) DUPLICATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) DV ¶
func (s *Non_reserved_keywords_in_12cContext) DV() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EDITIONABLE ¶
func (s *Non_reserved_keywords_in_12cContext) EDITIONABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ELIM_GROUPBY ¶
func (s *Non_reserved_keywords_in_12cContext) ELIM_GROUPBY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EM ¶
func (s *Non_reserved_keywords_in_12cContext) EM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ENABLE_ALL ¶
func (s *Non_reserved_keywords_in_12cContext) ENABLE_ALL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ENABLE_PARALLEL_DML ¶
func (s *Non_reserved_keywords_in_12cContext) ENABLE_PARALLEL_DML() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EQUIPART ¶
func (s *Non_reserved_keywords_in_12cContext) EQUIPART() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EVAL ¶
func (s *Non_reserved_keywords_in_12cContext) EVAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EVALUATE ¶
func (s *Non_reserved_keywords_in_12cContext) EVALUATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EXISTING ¶
func (s *Non_reserved_keywords_in_12cContext) EXISTING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EXPRESS ¶
func (s *Non_reserved_keywords_in_12cContext) EXPRESS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EXTRACTCLOBXML ¶
func (s *Non_reserved_keywords_in_12cContext) EXTRACTCLOBXML() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) EnterRule ¶
func (s *Non_reserved_keywords_in_12cContext) EnterRule(listener antlr.ParseTreeListener)
func (*Non_reserved_keywords_in_12cContext) ExitRule ¶
func (s *Non_reserved_keywords_in_12cContext) ExitRule(listener antlr.ParseTreeListener)
func (*Non_reserved_keywords_in_12cContext) FACTOR ¶
func (s *Non_reserved_keywords_in_12cContext) FACTOR() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FAILOVER ¶
func (s *Non_reserved_keywords_in_12cContext) FAILOVER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FAILURE ¶
func (s *Non_reserved_keywords_in_12cContext) FAILURE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FAMILY ¶
func (s *Non_reserved_keywords_in_12cContext) FAMILY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FAR ¶
func (s *Non_reserved_keywords_in_12cContext) FAR() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FASTSTART ¶
func (s *Non_reserved_keywords_in_12cContext) FASTSTART() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FEATURE_DETAILS ¶
func (s *Non_reserved_keywords_in_12cContext) FEATURE_DETAILS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FETCH ¶
func (s *Non_reserved_keywords_in_12cContext) FETCH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FILE_NAME_CONVERT ¶
func (s *Non_reserved_keywords_in_12cContext) FILE_NAME_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FIXED_VIEW_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) FIXED_VIEW_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) FORMAT ¶
func (s *Non_reserved_keywords_in_12cContext) FORMAT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) GATHER_OPTIMIZER_STATISTICS ¶
func (s *Non_reserved_keywords_in_12cContext) GATHER_OPTIMIZER_STATISTICS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) GET ¶
func (s *Non_reserved_keywords_in_12cContext) GET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) GetParser ¶
func (s *Non_reserved_keywords_in_12cContext) GetParser() antlr.Parser
func (*Non_reserved_keywords_in_12cContext) GetRuleContext ¶
func (s *Non_reserved_keywords_in_12cContext) GetRuleContext() antlr.RuleContext
func (*Non_reserved_keywords_in_12cContext) ILM ¶
func (s *Non_reserved_keywords_in_12cContext) ILM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INACTIVE ¶
func (s *Non_reserved_keywords_in_12cContext) INACTIVE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INDEXING ¶
func (s *Non_reserved_keywords_in_12cContext) INDEXING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INHERIT ¶
func (s *Non_reserved_keywords_in_12cContext) INHERIT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INMEMORY ¶
func (s *Non_reserved_keywords_in_12cContext) INMEMORY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INMEMORY_PRUNING ¶
func (s *Non_reserved_keywords_in_12cContext) INMEMORY_PRUNING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INPLACE ¶
func (s *Non_reserved_keywords_in_12cContext) INPLACE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) INTERLEAVED ¶
func (s *Non_reserved_keywords_in_12cContext) INTERLEAVED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) IsNon_reserved_keywords_in_12cContext ¶
func (*Non_reserved_keywords_in_12cContext) IsNon_reserved_keywords_in_12cContext()
func (*Non_reserved_keywords_in_12cContext) JSON ¶
func (s *Non_reserved_keywords_in_12cContext) JSON() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSONGET ¶
func (s *Non_reserved_keywords_in_12cContext) JSONGET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSONPARSE ¶
func (s *Non_reserved_keywords_in_12cContext) JSONPARSE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_ARRAY ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_ARRAY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_ARRAYAGG ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_ARRAYAGG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_EQUAL ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_EQUAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_EXISTS ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_EXISTS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_EXISTS2 ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_EXISTS2() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_OBJECT ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_OBJECT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_OBJECTAGG ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_OBJECTAGG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_QUERY ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_QUERY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_SERIALIZE ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_SERIALIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_TABLE ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS2 ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_TEXTCONTAINS2() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) JSON_VALUE ¶
func (s *Non_reserved_keywords_in_12cContext) JSON_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) KEYSTORE ¶
func (s *Non_reserved_keywords_in_12cContext) KEYSTORE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LABEL ¶
func (s *Non_reserved_keywords_in_12cContext) LABEL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LAX ¶
func (s *Non_reserved_keywords_in_12cContext) LAX() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LIFECYCLE ¶
func (s *Non_reserved_keywords_in_12cContext) LIFECYCLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LINEAR ¶
func (s *Non_reserved_keywords_in_12cContext) LINEAR() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LOCKING ¶
func (s *Non_reserved_keywords_in_12cContext) LOCKING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) LOGMINING ¶
func (s *Non_reserved_keywords_in_12cContext) LOGMINING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MAP ¶
func (s *Non_reserved_keywords_in_12cContext) MAP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MATCH ¶
func (s *Non_reserved_keywords_in_12cContext) MATCH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MATCHES ¶
func (s *Non_reserved_keywords_in_12cContext) MATCHES() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MATCH_NUMBER ¶
func (s *Non_reserved_keywords_in_12cContext) MATCH_NUMBER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MATCH_RECOGNIZE ¶
func (s *Non_reserved_keywords_in_12cContext) MATCH_RECOGNIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MAX_SHARED_TEMP_SIZE ¶
func (s *Non_reserved_keywords_in_12cContext) MAX_SHARED_TEMP_SIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MEMCOMPRESS ¶
func (s *Non_reserved_keywords_in_12cContext) MEMCOMPRESS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) METADATA ¶
func (s *Non_reserved_keywords_in_12cContext) METADATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MODEL_NB ¶
func (s *Non_reserved_keywords_in_12cContext) MODEL_NB() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MODEL_SV ¶
func (s *Non_reserved_keywords_in_12cContext) MODEL_SV() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MODIFICATION ¶
func (s *Non_reserved_keywords_in_12cContext) MODIFICATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MODULE ¶
func (s *Non_reserved_keywords_in_12cContext) MODULE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MONTHS ¶
func (s *Non_reserved_keywords_in_12cContext) MONTHS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) MULTIDIMENSIONAL ¶
func (s *Non_reserved_keywords_in_12cContext) MULTIDIMENSIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NEG ¶
func (s *Non_reserved_keywords_in_12cContext) NEG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NOCOPY ¶
func (s *Non_reserved_keywords_in_12cContext) NOCOPY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NOKEEP ¶
func (s *Non_reserved_keywords_in_12cContext) NOKEEP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NONEDITIONABLE ¶
func (s *Non_reserved_keywords_in_12cContext) NONEDITIONABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NOPARTITION ¶
func (s *Non_reserved_keywords_in_12cContext) NOPARTITION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NORELOCATE ¶
func (s *Non_reserved_keywords_in_12cContext) NORELOCATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NOREPLAY ¶
func (s *Non_reserved_keywords_in_12cContext) NOREPLAY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_ADAPTIVE_PLAN ¶
func (s *Non_reserved_keywords_in_12cContext) NO_ADAPTIVE_PLAN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_ANSI_REARCH ¶
func (s *Non_reserved_keywords_in_12cContext) NO_ANSI_REARCH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_AUTO_REOPTIMIZE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_AUTO_REOPTIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_BATCH_TABLE_ACCESS_BY_ROWID ¶
func (s *Non_reserved_keywords_in_12cContext) NO_BATCH_TABLE_ACCESS_BY_ROWID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_CLUSTERING ¶
func (s *Non_reserved_keywords_in_12cContext) NO_CLUSTERING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_COMMON_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) NO_COMMON_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_DATA_SECURITY_REWRITE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_DATA_SECURITY_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_DECORRELATE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_DECORRELATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_ELIM_GROUPBY ¶
func (s *Non_reserved_keywords_in_12cContext) NO_ELIM_GROUPBY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_GATHER_OPTIMIZER_STATISTICS ¶
func (s *Non_reserved_keywords_in_12cContext) NO_GATHER_OPTIMIZER_STATISTICS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_INMEMORY ¶
func (s *Non_reserved_keywords_in_12cContext) NO_INMEMORY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_INMEMORY_PRUNING ¶
func (s *Non_reserved_keywords_in_12cContext) NO_INMEMORY_PRUNING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_OBJECT_LINK ¶
func (s *Non_reserved_keywords_in_12cContext) NO_OBJECT_LINK() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PARTIAL_JOIN ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PARTIAL_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PARTIAL_ROLLUP_PUSHDOWN ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PARTIAL_ROLLUP_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PQ_CONCURRENT_UNION ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PQ_CONCURRENT_UNION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PQ_REPLICATE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PQ_REPLICATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PQ_SKEW ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PQ_SKEW() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_PX_FAULT_TOLERANCE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_PX_FAULT_TOLERANCE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_ROOT_SW_FOR_LOCAL ¶
func (s *Non_reserved_keywords_in_12cContext) NO_ROOT_SW_FOR_LOCAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_SQL_TRANSLATION ¶
func (s *Non_reserved_keywords_in_12cContext) NO_SQL_TRANSLATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_USE_CUBE ¶
func (s *Non_reserved_keywords_in_12cContext) NO_USE_CUBE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_USE_VECTOR_AGGREGATION ¶
func (s *Non_reserved_keywords_in_12cContext) NO_USE_VECTOR_AGGREGATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM ¶
func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_DIMS ¶
func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_DIMS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_FACT ¶
func (s *Non_reserved_keywords_in_12cContext) NO_VECTOR_TRANSFORM_FACT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) NO_ZONEMAP ¶
func (s *Non_reserved_keywords_in_12cContext) NO_ZONEMAP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) OBJ_ID ¶
func (s *Non_reserved_keywords_in_12cContext) OBJ_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) OFFSET ¶
func (s *Non_reserved_keywords_in_12cContext) OFFSET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) OLS ¶
func (s *Non_reserved_keywords_in_12cContext) OLS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) OMIT ¶
func (s *Non_reserved_keywords_in_12cContext) OMIT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ONE ¶
func (s *Non_reserved_keywords_in_12cContext) ONE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_CHECK_ACL ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_CHECK_ACL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_CHECK_PRIVILEGE ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_CHECK_PRIVILEGE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_CLUSTERING ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_CLUSTERING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_INVOKING_USER ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_USER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_INVOKING_USERID ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_USERID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER_GUID ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_INVOKING_XS_USER_GUID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_RAWCOMPARE ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_RAWCOMPARE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_RAWCONCAT ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_RAWCONCAT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ORA_WRITE_TIME ¶
func (s *Non_reserved_keywords_in_12cContext) ORA_WRITE_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PARTIAL ¶
func (s *Non_reserved_keywords_in_12cContext) PARTIAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PARTIAL_JOIN ¶
func (s *Non_reserved_keywords_in_12cContext) PARTIAL_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PARTIAL_ROLLUP_PUSHDOWN ¶
func (s *Non_reserved_keywords_in_12cContext) PARTIAL_ROLLUP_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PAST ¶
func (s *Non_reserved_keywords_in_12cContext) PAST() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PATCH ¶
func (s *Non_reserved_keywords_in_12cContext) PATCH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PATH_PREFIX ¶
func (s *Non_reserved_keywords_in_12cContext) PATH_PREFIX() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PATTERN ¶
func (s *Non_reserved_keywords_in_12cContext) PATTERN() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PER ¶
func (s *Non_reserved_keywords_in_12cContext) PER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PERIOD ¶
func (s *Non_reserved_keywords_in_12cContext) PERIOD() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PERIOD_KEYWORD ¶
func (s *Non_reserved_keywords_in_12cContext) PERIOD_KEYWORD() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PERMUTE ¶
func (s *Non_reserved_keywords_in_12cContext) PERMUTE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PLUGGABLE ¶
func (s *Non_reserved_keywords_in_12cContext) PLUGGABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) POOL_16K ¶
func (s *Non_reserved_keywords_in_12cContext) POOL_16K() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) POOL_2K ¶
func (s *Non_reserved_keywords_in_12cContext) POOL_2K() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) POOL_32K ¶
func (s *Non_reserved_keywords_in_12cContext) POOL_32K() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) POOL_4K ¶
func (s *Non_reserved_keywords_in_12cContext) POOL_4K() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) POOL_8K ¶
func (s *Non_reserved_keywords_in_12cContext) POOL_8K() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PQ_CONCURRENT_UNION ¶
func (s *Non_reserved_keywords_in_12cContext) PQ_CONCURRENT_UNION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PQ_DISTRIBUTE_WINDOW ¶
func (s *Non_reserved_keywords_in_12cContext) PQ_DISTRIBUTE_WINDOW() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PQ_FILTER ¶
func (s *Non_reserved_keywords_in_12cContext) PQ_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PQ_REPLICATE ¶
func (s *Non_reserved_keywords_in_12cContext) PQ_REPLICATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PQ_SKEW ¶
func (s *Non_reserved_keywords_in_12cContext) PQ_SKEW() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRELOAD ¶
func (s *Non_reserved_keywords_in_12cContext) PRELOAD() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRETTY ¶
func (s *Non_reserved_keywords_in_12cContext) PRETTY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PREV ¶
func (s *Non_reserved_keywords_in_12cContext) PREV() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRINTBLOBTOCLOB ¶
func (s *Non_reserved_keywords_in_12cContext) PRINTBLOBTOCLOB() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRIORITY ¶
func (s *Non_reserved_keywords_in_12cContext) PRIORITY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRIVILEGED ¶
func (s *Non_reserved_keywords_in_12cContext) PRIVILEGED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PROXY ¶
func (s *Non_reserved_keywords_in_12cContext) PROXY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PRUNING ¶
func (s *Non_reserved_keywords_in_12cContext) PRUNING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) PX_FAULT_TOLERANCE ¶
func (s *Non_reserved_keywords_in_12cContext) PX_FAULT_TOLERANCE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) REALM ¶
func (s *Non_reserved_keywords_in_12cContext) REALM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) REDEFINE ¶
func (s *Non_reserved_keywords_in_12cContext) REDEFINE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) RELOCATE ¶
func (s *Non_reserved_keywords_in_12cContext) RELOCATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) RESTART ¶
func (s *Non_reserved_keywords_in_12cContext) RESTART() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ROLESET ¶
func (s *Non_reserved_keywords_in_12cContext) ROLESET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ROWID_MAPPING_TABLE ¶
func (s *Non_reserved_keywords_in_12cContext) ROWID_MAPPING_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) RUNNING ¶
func (s *Non_reserved_keywords_in_12cContext) RUNNING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SAVE ¶
func (s *Non_reserved_keywords_in_12cContext) SAVE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SCRUB ¶
func (s *Non_reserved_keywords_in_12cContext) SCRUB() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SDO_GEOM_MBR ¶
func (s *Non_reserved_keywords_in_12cContext) SDO_GEOM_MBR() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SECRET ¶
func (s *Non_reserved_keywords_in_12cContext) SECRET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SERIAL ¶
func (s *Non_reserved_keywords_in_12cContext) SERIAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SERVICES ¶
func (s *Non_reserved_keywords_in_12cContext) SERVICES() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SERVICE_NAME_CONVERT ¶
func (s *Non_reserved_keywords_in_12cContext) SERVICE_NAME_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SHARING ¶
func (s *Non_reserved_keywords_in_12cContext) SHARING() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SHELFLIFE ¶
func (s *Non_reserved_keywords_in_12cContext) SHELFLIFE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SOURCE_FILE_DIRECTORY ¶
func (s *Non_reserved_keywords_in_12cContext) SOURCE_FILE_DIRECTORY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SOURCE_FILE_NAME_CONVERT ¶
func (s *Non_reserved_keywords_in_12cContext) SOURCE_FILE_NAME_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SQL_TRANSLATION_PROFILE ¶
func (s *Non_reserved_keywords_in_12cContext) SQL_TRANSLATION_PROFILE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) STANDARD_HASH ¶
func (s *Non_reserved_keywords_in_12cContext) STANDARD_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) STANDBYS ¶
func (s *Non_reserved_keywords_in_12cContext) STANDBYS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) STATE ¶
func (s *Non_reserved_keywords_in_12cContext) STATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) STATEMENT ¶
func (s *Non_reserved_keywords_in_12cContext) STATEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) STREAM ¶
func (s *Non_reserved_keywords_in_12cContext) STREAM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SUBSCRIBE ¶
func (s *Non_reserved_keywords_in_12cContext) SUBSCRIBE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SUBSET ¶
func (s *Non_reserved_keywords_in_12cContext) SUBSET() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SUCCESS ¶
func (s *Non_reserved_keywords_in_12cContext) SUCCESS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYSBACKUP ¶
func (s *Non_reserved_keywords_in_12cContext) SYSBACKUP() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYSDG ¶
func (s *Non_reserved_keywords_in_12cContext) SYSDG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYSGUID ¶
func (s *Non_reserved_keywords_in_12cContext) SYSGUID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYSKM ¶
func (s *Non_reserved_keywords_in_12cContext) SYSKM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYSOBJ ¶
func (s *Non_reserved_keywords_in_12cContext) SYSOBJ() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_CHECK_PRIVILEGE ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_CHECK_PRIVILEGE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_GET_COL_ACLIDS ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_GET_COL_ACLIDS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_MKXTI ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_MKXTI() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_CYCLED_SEQ ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_CYCLED_SEQ() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_HASH ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_CREATE ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_CREATE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER_LIST ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_FILTER_LIST() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_SUCCEEDED ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_SUCCEEDED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_USE ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_KEY_VECTOR_USE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_PART_ID ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_PART_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_OP_ZONE_ID ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_OP_ZONE_ID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_RAW_TO_XSID ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_RAW_TO_XSID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_XSID_TO_RAW ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_XSID_TO_RAW() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_ZMAP_FILTER ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_ZMAP_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) SYS_ZMAP_REFRESH ¶
func (s *Non_reserved_keywords_in_12cContext) SYS_ZMAP_REFRESH() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TAG ¶
func (s *Non_reserved_keywords_in_12cContext) TAG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TEXT ¶
func (s *Non_reserved_keywords_in_12cContext) TEXT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TIER ¶
func (s *Non_reserved_keywords_in_12cContext) TIER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TIES ¶
func (s *Non_reserved_keywords_in_12cContext) TIES() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TO_ACLID ¶
func (s *Non_reserved_keywords_in_12cContext) TO_ACLID() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TRANSLATION ¶
func (s *Non_reserved_keywords_in_12cContext) TRANSLATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) TRUST ¶
func (s *Non_reserved_keywords_in_12cContext) TRUST() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ToStringTree ¶
func (s *Non_reserved_keywords_in_12cContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Non_reserved_keywords_in_12cContext) UCS2 ¶
func (s *Non_reserved_keywords_in_12cContext) UCS2() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UNCONDITIONAL ¶
func (s *Non_reserved_keywords_in_12cContext) UNCONDITIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UNMATCHED ¶
func (s *Non_reserved_keywords_in_12cContext) UNMATCHED() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UNPLUG ¶
func (s *Non_reserved_keywords_in_12cContext) UNPLUG() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UNSUBSCRIBE ¶
func (s *Non_reserved_keywords_in_12cContext) UNSUBSCRIBE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USABLE ¶
func (s *Non_reserved_keywords_in_12cContext) USABLE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USER_DATA ¶
func (s *Non_reserved_keywords_in_12cContext) USER_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USER_TABLESPACES ¶
func (s *Non_reserved_keywords_in_12cContext) USER_TABLESPACES() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USE_CUBE ¶
func (s *Non_reserved_keywords_in_12cContext) USE_CUBE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USE_HIDDEN_PARTITIONS ¶
func (s *Non_reserved_keywords_in_12cContext) USE_HIDDEN_PARTITIONS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USE_VECTOR_AGGREGATION ¶
func (s *Non_reserved_keywords_in_12cContext) USE_VECTOR_AGGREGATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) USING_NO_EXPAND ¶
func (s *Non_reserved_keywords_in_12cContext) USING_NO_EXPAND() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UTF16BE ¶
func (s *Non_reserved_keywords_in_12cContext) UTF16BE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UTF16LE ¶
func (s *Non_reserved_keywords_in_12cContext) UTF16LE() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UTF32 ¶
func (s *Non_reserved_keywords_in_12cContext) UTF32() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) UTF8 ¶
func (s *Non_reserved_keywords_in_12cContext) UTF8() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) V1 ¶
func (s *Non_reserved_keywords_in_12cContext) V1() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) V2 ¶
func (s *Non_reserved_keywords_in_12cContext) V2() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VALID_TIME_END ¶
func (s *Non_reserved_keywords_in_12cContext) VALID_TIME_END() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM ¶
func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_DIMS ¶
func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_DIMS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_FACT ¶
func (s *Non_reserved_keywords_in_12cContext) VECTOR_TRANSFORM_FACT() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VERIFIER ¶
func (s *Non_reserved_keywords_in_12cContext) VERIFIER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VIOLATION ¶
func (s *Non_reserved_keywords_in_12cContext) VIOLATION() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) VISIBILITY ¶
func (s *Non_reserved_keywords_in_12cContext) VISIBILITY() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) WEEK ¶
func (s *Non_reserved_keywords_in_12cContext) WEEK() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) WEEKS ¶
func (s *Non_reserved_keywords_in_12cContext) WEEKS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) WITH_PLSQL ¶
func (s *Non_reserved_keywords_in_12cContext) WITH_PLSQL() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) WRAPPER ¶
func (s *Non_reserved_keywords_in_12cContext) WRAPPER() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) XS ¶
func (s *Non_reserved_keywords_in_12cContext) XS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) YEARS ¶
func (s *Non_reserved_keywords_in_12cContext) YEARS() antlr.TerminalNode
func (*Non_reserved_keywords_in_12cContext) ZONEMAP ¶
func (s *Non_reserved_keywords_in_12cContext) ZONEMAP() antlr.TerminalNode
type Non_reserved_keywords_pre12cContext ¶
type Non_reserved_keywords_pre12cContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNon_reserved_keywords_pre12cContext ¶
func NewEmptyNon_reserved_keywords_pre12cContext() *Non_reserved_keywords_pre12cContext
func NewNon_reserved_keywords_pre12cContext ¶
func NewNon_reserved_keywords_pre12cContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Non_reserved_keywords_pre12cContext
func (*Non_reserved_keywords_pre12cContext) ABORT ¶
func (s *Non_reserved_keywords_pre12cContext) ABORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ABS ¶
func (s *Non_reserved_keywords_pre12cContext) ABS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACCESS ¶
func (s *Non_reserved_keywords_pre12cContext) ACCESS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACCESSED ¶
func (s *Non_reserved_keywords_pre12cContext) ACCESSED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACCOUNT ¶
func (s *Non_reserved_keywords_pre12cContext) ACCOUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACOS ¶
func (s *Non_reserved_keywords_pre12cContext) ACOS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACTIVATE ¶
func (s *Non_reserved_keywords_pre12cContext) ACTIVATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACTIVE_COMPONENT ¶
func (s *Non_reserved_keywords_pre12cContext) ACTIVE_COMPONENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACTIVE_FUNCTION ¶
func (s *Non_reserved_keywords_pre12cContext) ACTIVE_FUNCTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ACTIVE_TAG ¶
func (s *Non_reserved_keywords_pre12cContext) ACTIVE_TAG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADD ¶
func (s *Non_reserved_keywords_pre12cContext) ADD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADD_COLUMN ¶
func (s *Non_reserved_keywords_pre12cContext) ADD_COLUMN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADD_GROUP ¶
func (s *Non_reserved_keywords_pre12cContext) ADD_GROUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADD_MONTHS ¶
func (s *Non_reserved_keywords_pre12cContext) ADD_MONTHS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADJ_DATE ¶
func (s *Non_reserved_keywords_pre12cContext) ADJ_DATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADMIN ¶
func (s *Non_reserved_keywords_pre12cContext) ADMIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADMINISTER ¶
func (s *Non_reserved_keywords_pre12cContext) ADMINISTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADMINISTRATOR ¶
func (s *Non_reserved_keywords_pre12cContext) ADMINISTRATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADVISE ¶
func (s *Non_reserved_keywords_pre12cContext) ADVISE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ADVISOR ¶
func (s *Non_reserved_keywords_pre12cContext) ADVISOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AFTER ¶
func (s *Non_reserved_keywords_pre12cContext) AFTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ALIAS ¶
func (s *Non_reserved_keywords_pre12cContext) ALIAS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ALLOCATE ¶
func (s *Non_reserved_keywords_pre12cContext) ALLOCATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ALLOW ¶
func (s *Non_reserved_keywords_pre12cContext) ALLOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ALL_ROWS ¶
func (s *Non_reserved_keywords_pre12cContext) ALL_ROWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ALWAYS ¶
func (s *Non_reserved_keywords_pre12cContext) ALWAYS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ANALYZE ¶
func (s *Non_reserved_keywords_pre12cContext) ANALYZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ANCILLARY ¶
func (s *Non_reserved_keywords_pre12cContext) ANCILLARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AND_EQUAL ¶
func (s *Non_reserved_keywords_pre12cContext) AND_EQUAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ANTIJOIN ¶
func (s *Non_reserved_keywords_pre12cContext) ANTIJOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ANYSCHEMA ¶
func (s *Non_reserved_keywords_pre12cContext) ANYSCHEMA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) APPEND ¶
func (s *Non_reserved_keywords_pre12cContext) APPEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) APPENDCHILDXML ¶
func (s *Non_reserved_keywords_pre12cContext) APPENDCHILDXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) APPEND_VALUES ¶
func (s *Non_reserved_keywords_pre12cContext) APPEND_VALUES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) APPLY ¶
func (s *Non_reserved_keywords_pre12cContext) APPLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ARCHIVE ¶
func (s *Non_reserved_keywords_pre12cContext) ARCHIVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ARCHIVELOG ¶
func (s *Non_reserved_keywords_pre12cContext) ARCHIVELOG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ARRAY ¶
func (s *Non_reserved_keywords_pre12cContext) ARRAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASCII ¶
func (s *Non_reserved_keywords_pre12cContext) ASCII() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASCIISTR ¶
func (s *Non_reserved_keywords_pre12cContext) ASCIISTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASIN ¶
func (s *Non_reserved_keywords_pre12cContext) ASIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASSEMBLY ¶
func (s *Non_reserved_keywords_pre12cContext) ASSEMBLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASSOCIATE ¶
func (s *Non_reserved_keywords_pre12cContext) ASSOCIATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASYNC ¶
func (s *Non_reserved_keywords_pre12cContext) ASYNC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ASYNCHRONOUS ¶
func (s *Non_reserved_keywords_pre12cContext) ASYNCHRONOUS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AT ¶
func (s *Non_reserved_keywords_pre12cContext) AT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ATAN ¶
func (s *Non_reserved_keywords_pre12cContext) ATAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ATAN2 ¶
func (s *Non_reserved_keywords_pre12cContext) ATAN2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ATTRIBUTE ¶
func (s *Non_reserved_keywords_pre12cContext) ATTRIBUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ATTRIBUTES ¶
func (s *Non_reserved_keywords_pre12cContext) ATTRIBUTES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTHENTICATED ¶
func (s *Non_reserved_keywords_pre12cContext) AUTHENTICATED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTHENTICATION ¶
func (s *Non_reserved_keywords_pre12cContext) AUTHENTICATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTHID ¶
func (s *Non_reserved_keywords_pre12cContext) AUTHID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTHORIZATION ¶
func (s *Non_reserved_keywords_pre12cContext) AUTHORIZATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTO ¶
func (s *Non_reserved_keywords_pre12cContext) AUTO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTOALLOCATE ¶
func (s *Non_reserved_keywords_pre12cContext) AUTOALLOCATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTOEXTEND ¶
func (s *Non_reserved_keywords_pre12cContext) AUTOEXTEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AUTOMATIC ¶
func (s *Non_reserved_keywords_pre12cContext) AUTOMATIC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AVAILABILITY ¶
func (s *Non_reserved_keywords_pre12cContext) AVAILABILITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) AVG ¶
func (s *Non_reserved_keywords_pre12cContext) AVG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BACKUP ¶
func (s *Non_reserved_keywords_pre12cContext) BACKUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BASIC ¶
func (s *Non_reserved_keywords_pre12cContext) BASIC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BASICFILE ¶
func (s *Non_reserved_keywords_pre12cContext) BASICFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BATCH ¶
func (s *Non_reserved_keywords_pre12cContext) BATCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BECOME ¶
func (s *Non_reserved_keywords_pre12cContext) BECOME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BEFORE ¶
func (s *Non_reserved_keywords_pre12cContext) BEFORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BEGIN ¶
func (s *Non_reserved_keywords_pre12cContext) BEGIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BEGIN_OUTLINE_DATA ¶
func (s *Non_reserved_keywords_pre12cContext) BEGIN_OUTLINE_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BEHALF ¶
func (s *Non_reserved_keywords_pre12cContext) BEHALF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BFILE ¶
func (s *Non_reserved_keywords_pre12cContext) BFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BFILENAME ¶
func (s *Non_reserved_keywords_pre12cContext) BFILENAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BIGFILE ¶
func (s *Non_reserved_keywords_pre12cContext) BIGFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_DOUBLE ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_INFINITY ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_INFINITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_NAN ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_DOUBLE_NAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_FLOAT ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_FLOAT_INFINITY ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT_INFINITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINARY_FLOAT_NAN ¶
func (s *Non_reserved_keywords_pre12cContext) BINARY_FLOAT_NAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BINDING ¶
func (s *Non_reserved_keywords_pre12cContext) BINDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BIND_AWARE ¶
func (s *Non_reserved_keywords_pre12cContext) BIND_AWARE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BIN_TO_NUM ¶
func (s *Non_reserved_keywords_pre12cContext) BIN_TO_NUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BITAND ¶
func (s *Non_reserved_keywords_pre12cContext) BITAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BITMAP ¶
func (s *Non_reserved_keywords_pre12cContext) BITMAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BITMAPS ¶
func (s *Non_reserved_keywords_pre12cContext) BITMAPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BITMAP_TREE ¶
func (s *Non_reserved_keywords_pre12cContext) BITMAP_TREE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BITS ¶
func (s *Non_reserved_keywords_pre12cContext) BITS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BLOB ¶
func (s *Non_reserved_keywords_pre12cContext) BLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BLOCK ¶
func (s *Non_reserved_keywords_pre12cContext) BLOCK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BLOCKS ¶
func (s *Non_reserved_keywords_pre12cContext) BLOCKS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BLOCKSIZE ¶
func (s *Non_reserved_keywords_pre12cContext) BLOCKSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BLOCK_RANGE ¶
func (s *Non_reserved_keywords_pre12cContext) BLOCK_RANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BODY ¶
func (s *Non_reserved_keywords_pre12cContext) BODY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BOTH ¶
func (s *Non_reserved_keywords_pre12cContext) BOTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BOUND ¶
func (s *Non_reserved_keywords_pre12cContext) BOUND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BRANCH ¶
func (s *Non_reserved_keywords_pre12cContext) BRANCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BREADTH ¶
func (s *Non_reserved_keywords_pre12cContext) BREADTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BROADCAST ¶
func (s *Non_reserved_keywords_pre12cContext) BROADCAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BUFFER ¶
func (s *Non_reserved_keywords_pre12cContext) BUFFER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BUFFER_CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) BUFFER_CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BUFFER_POOL ¶
func (s *Non_reserved_keywords_pre12cContext) BUFFER_POOL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BUILD ¶
func (s *Non_reserved_keywords_pre12cContext) BUILD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BULK ¶
func (s *Non_reserved_keywords_pre12cContext) BULK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BYPASS_RECURSIVE_CHECK ¶
func (s *Non_reserved_keywords_pre12cContext) BYPASS_RECURSIVE_CHECK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BYPASS_UJVC ¶
func (s *Non_reserved_keywords_pre12cContext) BYPASS_UJVC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) BYTE ¶
func (s *Non_reserved_keywords_pre12cContext) BYTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CACHE_CB ¶
func (s *Non_reserved_keywords_pre12cContext) CACHE_CB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CACHE_INSTANCES ¶
func (s *Non_reserved_keywords_pre12cContext) CACHE_INSTANCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CACHE_TEMP_TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) CACHE_TEMP_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CALL ¶
func (s *Non_reserved_keywords_pre12cContext) CALL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CANCEL ¶
func (s *Non_reserved_keywords_pre12cContext) CANCEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CARDINALITY ¶
func (s *Non_reserved_keywords_pre12cContext) CARDINALITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CASCADE ¶
func (s *Non_reserved_keywords_pre12cContext) CASCADE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CASE ¶
func (s *Non_reserved_keywords_pre12cContext) CASE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CAST ¶
func (s *Non_reserved_keywords_pre12cContext) CAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CATEGORY ¶
func (s *Non_reserved_keywords_pre12cContext) CATEGORY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CEIL ¶
func (s *Non_reserved_keywords_pre12cContext) CEIL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CELL_FLASH_CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) CELL_FLASH_CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CERTIFICATE ¶
func (s *Non_reserved_keywords_pre12cContext) CERTIFICATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CFILE ¶
func (s *Non_reserved_keywords_pre12cContext) CFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHAINED ¶
func (s *Non_reserved_keywords_pre12cContext) CHAINED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHANGE ¶
func (s *Non_reserved_keywords_pre12cContext) CHANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHANGE_DUPKEY_ERROR_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) CHANGE_DUPKEY_ERROR_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHARACTER ¶
func (s *Non_reserved_keywords_pre12cContext) CHARACTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHARTOROWID ¶
func (s *Non_reserved_keywords_pre12cContext) CHARTOROWID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHAR_CS ¶
func (s *Non_reserved_keywords_pre12cContext) CHAR_CS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHECKPOINT ¶
func (s *Non_reserved_keywords_pre12cContext) CHECKPOINT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHECK_ACL_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) CHECK_ACL_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHILD ¶
func (s *Non_reserved_keywords_pre12cContext) CHILD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHOOSE ¶
func (s *Non_reserved_keywords_pre12cContext) CHOOSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHR ¶
func (s *Non_reserved_keywords_pre12cContext) CHR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CHUNK ¶
func (s *Non_reserved_keywords_pre12cContext) CHUNK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLASS ¶
func (s *Non_reserved_keywords_pre12cContext) CLASS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLEAR ¶
func (s *Non_reserved_keywords_pre12cContext) CLEAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLOB ¶
func (s *Non_reserved_keywords_pre12cContext) CLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLONE ¶
func (s *Non_reserved_keywords_pre12cContext) CLONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLOSE ¶
func (s *Non_reserved_keywords_pre12cContext) CLOSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLOSE_CACHED_OPEN_CURSORS ¶
func (s *Non_reserved_keywords_pre12cContext) CLOSE_CACHED_OPEN_CURSORS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLUSTERING_FACTOR ¶
func (s *Non_reserved_keywords_pre12cContext) CLUSTERING_FACTOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLUSTER_BY_ROWID ¶
func (s *Non_reserved_keywords_pre12cContext) CLUSTER_BY_ROWID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLUSTER_ID ¶
func (s *Non_reserved_keywords_pre12cContext) CLUSTER_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLUSTER_PROBABILITY ¶
func (s *Non_reserved_keywords_pre12cContext) CLUSTER_PROBABILITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CLUSTER_SET ¶
func (s *Non_reserved_keywords_pre12cContext) CLUSTER_SET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COALESCE ¶
func (s *Non_reserved_keywords_pre12cContext) COALESCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COALESCE_SQ ¶
func (s *Non_reserved_keywords_pre12cContext) COALESCE_SQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COARSE ¶
func (s *Non_reserved_keywords_pre12cContext) COARSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLD ¶
func (s *Non_reserved_keywords_pre12cContext) COLD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLLECT ¶
func (s *Non_reserved_keywords_pre12cContext) COLLECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMN ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMNAR ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMNAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMNS ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMNS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMN_AUTH_INDICATOR ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMN_AUTH_INDICATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMN_STATS ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMN_STATS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COLUMN_VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) COLUMN_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMMENT ¶
func (s *Non_reserved_keywords_pre12cContext) COMMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMMIT ¶
func (s *Non_reserved_keywords_pre12cContext) COMMIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMMITTED ¶
func (s *Non_reserved_keywords_pre12cContext) COMMITTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPACT ¶
func (s *Non_reserved_keywords_pre12cContext) COMPACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPATIBILITY ¶
func (s *Non_reserved_keywords_pre12cContext) COMPATIBILITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPILE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPLETE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPLETE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPLIANCE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPLIANCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPOSE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPOSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPOSITE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPOSITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPOSITE_LIMIT ¶
func (s *Non_reserved_keywords_pre12cContext) COMPOSITE_LIMIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPOUND ¶
func (s *Non_reserved_keywords_pre12cContext) COMPOUND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COMPUTE ¶
func (s *Non_reserved_keywords_pre12cContext) COMPUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONCAT ¶
func (s *Non_reserved_keywords_pre12cContext) CONCAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONFIRM ¶
func (s *Non_reserved_keywords_pre12cContext) CONFIRM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONFORMING ¶
func (s *Non_reserved_keywords_pre12cContext) CONFORMING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_CB_WHR_ONLY ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_CB_WHR_ONLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_COMBINE_SW ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_COMBINE_SW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_COST_BASED ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_COST_BASED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_ELIM_DUPS ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ELIM_DUPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_FILTERING ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_FILTERING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_ISCYCLE ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ISCYCLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_ISLEAF ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ISLEAF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_BY_ROOT ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_BY_ROOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONNECT_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) CONNECT_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONSIDER ¶
func (s *Non_reserved_keywords_pre12cContext) CONSIDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONSISTENT ¶
func (s *Non_reserved_keywords_pre12cContext) CONSISTENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONST ¶
func (s *Non_reserved_keywords_pre12cContext) CONST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONSTANT ¶
func (s *Non_reserved_keywords_pre12cContext) CONSTANT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONSTRAINT ¶
func (s *Non_reserved_keywords_pre12cContext) CONSTRAINT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONSTRAINTS ¶
func (s *Non_reserved_keywords_pre12cContext) CONSTRAINTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTAINER ¶
func (s *Non_reserved_keywords_pre12cContext) CONTAINER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTENT ¶
func (s *Non_reserved_keywords_pre12cContext) CONTENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTENTS ¶
func (s *Non_reserved_keywords_pre12cContext) CONTENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTEXT ¶
func (s *Non_reserved_keywords_pre12cContext) CONTEXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTINUE ¶
func (s *Non_reserved_keywords_pre12cContext) CONTINUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONTROLFILE ¶
func (s *Non_reserved_keywords_pre12cContext) CONTROLFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CONVERT ¶
func (s *Non_reserved_keywords_pre12cContext) CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORR ¶
func (s *Non_reserved_keywords_pre12cContext) CORR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORRUPTION ¶
func (s *Non_reserved_keywords_pre12cContext) CORRUPTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORRUPT_XID ¶
func (s *Non_reserved_keywords_pre12cContext) CORRUPT_XID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORRUPT_XID_ALL ¶
func (s *Non_reserved_keywords_pre12cContext) CORRUPT_XID_ALL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORR_K ¶
func (s *Non_reserved_keywords_pre12cContext) CORR_K() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CORR_S ¶
func (s *Non_reserved_keywords_pre12cContext) CORR_S() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COS ¶
func (s *Non_reserved_keywords_pre12cContext) COS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COSH ¶
func (s *Non_reserved_keywords_pre12cContext) COSH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COST ¶
func (s *Non_reserved_keywords_pre12cContext) COST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COST_XML_QUERY_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) COST_XML_QUERY_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COUNT ¶
func (s *Non_reserved_keywords_pre12cContext) COUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COVAR_POP ¶
func (s *Non_reserved_keywords_pre12cContext) COVAR_POP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) COVAR_SAMP ¶
func (s *Non_reserved_keywords_pre12cContext) COVAR_SAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CO_AUTH_IND ¶
func (s *Non_reserved_keywords_pre12cContext) CO_AUTH_IND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CPU_COSTING ¶
func (s *Non_reserved_keywords_pre12cContext) CPU_COSTING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CPU_PER_CALL ¶
func (s *Non_reserved_keywords_pre12cContext) CPU_PER_CALL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CPU_PER_SESSION ¶
func (s *Non_reserved_keywords_pre12cContext) CPU_PER_SESSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CRASH ¶
func (s *Non_reserved_keywords_pre12cContext) CRASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CREATE_STORED_OUTLINES ¶
func (s *Non_reserved_keywords_pre12cContext) CREATE_STORED_OUTLINES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CREATION ¶
func (s *Non_reserved_keywords_pre12cContext) CREATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CROSS ¶
func (s *Non_reserved_keywords_pre12cContext) CROSS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CROSSEDITION ¶
func (s *Non_reserved_keywords_pre12cContext) CROSSEDITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CSCONVERT ¶
func (s *Non_reserved_keywords_pre12cContext) CSCONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CUBE ¶
func (s *Non_reserved_keywords_pre12cContext) CUBE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CUBE_GB ¶
func (s *Non_reserved_keywords_pre12cContext) CUBE_GB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CUME_DIST ¶
func (s *Non_reserved_keywords_pre12cContext) CUME_DIST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CUME_DISTM ¶
func (s *Non_reserved_keywords_pre12cContext) CUME_DISTM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENTV ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENTV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT_DATE ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT_DATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT_SCHEMA ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT_SCHEMA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT_TIMESTAMP ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT_TIMESTAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURRENT_USER ¶
func (s *Non_reserved_keywords_pre12cContext) CURRENT_USER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURSOR ¶
func (s *Non_reserved_keywords_pre12cContext) CURSOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURSOR_SHARING_EXACT ¶
func (s *Non_reserved_keywords_pre12cContext) CURSOR_SHARING_EXACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CURSOR_SPECIFIC_SEGMENT ¶
func (s *Non_reserved_keywords_pre12cContext) CURSOR_SPECIFIC_SEGMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CV ¶
func (s *Non_reserved_keywords_pre12cContext) CV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) CYCLE ¶
func (s *Non_reserved_keywords_pre12cContext) CYCLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DANGLING ¶
func (s *Non_reserved_keywords_pre12cContext) DANGLING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATA ¶
func (s *Non_reserved_keywords_pre12cContext) DATA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATABASE ¶
func (s *Non_reserved_keywords_pre12cContext) DATABASE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATAFILE ¶
func (s *Non_reserved_keywords_pre12cContext) DATAFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATAFILES ¶
func (s *Non_reserved_keywords_pre12cContext) DATAFILES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATAOBJNO ¶
func (s *Non_reserved_keywords_pre12cContext) DATAOBJNO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATAOBJ_TO_PARTITION ¶
func (s *Non_reserved_keywords_pre12cContext) DATAOBJ_TO_PARTITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DATE_MODE ¶
func (s *Non_reserved_keywords_pre12cContext) DATE_MODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DAY ¶
func (s *Non_reserved_keywords_pre12cContext) DAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DBA ¶
func (s *Non_reserved_keywords_pre12cContext) DBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DBA_RECYCLEBIN ¶
func (s *Non_reserved_keywords_pre12cContext) DBA_RECYCLEBIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DBMS_STATS ¶
func (s *Non_reserved_keywords_pre12cContext) DBMS_STATS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DBTIMEZONE ¶
func (s *Non_reserved_keywords_pre12cContext) DBTIMEZONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DB_ROLE_CHANGE ¶
func (s *Non_reserved_keywords_pre12cContext) DB_ROLE_CHANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DB_VERSION ¶
func (s *Non_reserved_keywords_pre12cContext) DB_VERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DDL ¶
func (s *Non_reserved_keywords_pre12cContext) DDL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEALLOCATE ¶
func (s *Non_reserved_keywords_pre12cContext) DEALLOCATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEBUG ¶
func (s *Non_reserved_keywords_pre12cContext) DEBUG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEBUGGER ¶
func (s *Non_reserved_keywords_pre12cContext) DEBUGGER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEC ¶
func (s *Non_reserved_keywords_pre12cContext) DEC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DECLARE ¶
func (s *Non_reserved_keywords_pre12cContext) DECLARE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DECOMPOSE ¶
func (s *Non_reserved_keywords_pre12cContext) DECOMPOSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DECR ¶
func (s *Non_reserved_keywords_pre12cContext) DECR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DECREMENT ¶
func (s *Non_reserved_keywords_pre12cContext) DECREMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DECRYPT ¶
func (s *Non_reserved_keywords_pre12cContext) DECRYPT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEDUPLICATE ¶
func (s *Non_reserved_keywords_pre12cContext) DEDUPLICATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEFAULTS ¶
func (s *Non_reserved_keywords_pre12cContext) DEFAULTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEFERRABLE ¶
func (s *Non_reserved_keywords_pre12cContext) DEFERRABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEFERRED ¶
func (s *Non_reserved_keywords_pre12cContext) DEFERRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEFINED ¶
func (s *Non_reserved_keywords_pre12cContext) DEFINED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEFINER ¶
func (s *Non_reserved_keywords_pre12cContext) DEFINER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEGREE ¶
func (s *Non_reserved_keywords_pre12cContext) DEGREE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DELAY ¶
func (s *Non_reserved_keywords_pre12cContext) DELAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DELETEXML ¶
func (s *Non_reserved_keywords_pre12cContext) DELETEXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEMAND ¶
func (s *Non_reserved_keywords_pre12cContext) DEMAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DENSE_RANK ¶
func (s *Non_reserved_keywords_pre12cContext) DENSE_RANK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DENSE_RANKM ¶
func (s *Non_reserved_keywords_pre12cContext) DENSE_RANKM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEPENDENT ¶
func (s *Non_reserved_keywords_pre12cContext) DEPENDENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEPTH ¶
func (s *Non_reserved_keywords_pre12cContext) DEPTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEQUEUE ¶
func (s *Non_reserved_keywords_pre12cContext) DEQUEUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEREF ¶
func (s *Non_reserved_keywords_pre12cContext) DEREF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DEREF_NO_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) DEREF_NO_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DETACHED ¶
func (s *Non_reserved_keywords_pre12cContext) DETACHED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DETERMINES ¶
func (s *Non_reserved_keywords_pre12cContext) DETERMINES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DICTIONARY ¶
func (s *Non_reserved_keywords_pre12cContext) DICTIONARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DIMENSION ¶
func (s *Non_reserved_keywords_pre12cContext) DIMENSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DIRECTORY ¶
func (s *Non_reserved_keywords_pre12cContext) DIRECTORY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DIRECT_LOAD ¶
func (s *Non_reserved_keywords_pre12cContext) DIRECT_LOAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DIRECT_PATH ¶
func (s *Non_reserved_keywords_pre12cContext) DIRECT_PATH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISABLE ¶
func (s *Non_reserved_keywords_pre12cContext) DISABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISABLE_PRESET ¶
func (s *Non_reserved_keywords_pre12cContext) DISABLE_PRESET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISABLE_RPKE ¶
func (s *Non_reserved_keywords_pre12cContext) DISABLE_RPKE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISALLOW ¶
func (s *Non_reserved_keywords_pre12cContext) DISALLOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISASSOCIATE ¶
func (s *Non_reserved_keywords_pre12cContext) DISASSOCIATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISCONNECT ¶
func (s *Non_reserved_keywords_pre12cContext) DISCONNECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISK ¶
func (s *Non_reserved_keywords_pre12cContext) DISK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISKGROUP ¶
func (s *Non_reserved_keywords_pre12cContext) DISKGROUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISKS ¶
func (s *Non_reserved_keywords_pre12cContext) DISKS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISMOUNT ¶
func (s *Non_reserved_keywords_pre12cContext) DISMOUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISTINGUISHED ¶
func (s *Non_reserved_keywords_pre12cContext) DISTINGUISHED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DISTRIBUTED ¶
func (s *Non_reserved_keywords_pre12cContext) DISTRIBUTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DML ¶
func (s *Non_reserved_keywords_pre12cContext) DML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DML_UPDATE ¶
func (s *Non_reserved_keywords_pre12cContext) DML_UPDATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOCFIDELITY ¶
func (s *Non_reserved_keywords_pre12cContext) DOCFIDELITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOCUMENT ¶
func (s *Non_reserved_keywords_pre12cContext) DOCUMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_NO_SORT ¶
func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_NO_SORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_SORT ¶
func (s *Non_reserved_keywords_pre12cContext) DOMAIN_INDEX_SORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOUBLE ¶
func (s *Non_reserved_keywords_pre12cContext) DOUBLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DOWNGRADE ¶
func (s *Non_reserved_keywords_pre12cContext) DOWNGRADE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DRIVING_SITE ¶
func (s *Non_reserved_keywords_pre12cContext) DRIVING_SITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DROP_COLUMN ¶
func (s *Non_reserved_keywords_pre12cContext) DROP_COLUMN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DROP_GROUP ¶
func (s *Non_reserved_keywords_pre12cContext) DROP_GROUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DST_UPGRADE_INSERT_CONV ¶
func (s *Non_reserved_keywords_pre12cContext) DST_UPGRADE_INSERT_CONV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DUMP ¶
func (s *Non_reserved_keywords_pre12cContext) DUMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DYNAMIC ¶
func (s *Non_reserved_keywords_pre12cContext) DYNAMIC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING ¶
func (s *Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING_EST_CDN ¶
func (s *Non_reserved_keywords_pre12cContext) DYNAMIC_SAMPLING_EST_CDN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EACH ¶
func (s *Non_reserved_keywords_pre12cContext) EACH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EDITION ¶
func (s *Non_reserved_keywords_pre12cContext) EDITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EDITIONING ¶
func (s *Non_reserved_keywords_pre12cContext) EDITIONING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EDITIONS ¶
func (s *Non_reserved_keywords_pre12cContext) EDITIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ELEMENT ¶
func (s *Non_reserved_keywords_pre12cContext) ELEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ELIMINATE_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ELIMINATE_OBY ¶
func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_OBY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ELIMINATE_OUTER_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) ELIMINATE_OUTER_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EMPTY ¶
func (s *Non_reserved_keywords_pre12cContext) EMPTY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EMPTY_BLOB ¶
func (s *Non_reserved_keywords_pre12cContext) EMPTY_BLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EMPTY_CLOB ¶
func (s *Non_reserved_keywords_pre12cContext) EMPTY_CLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENABLE ¶
func (s *Non_reserved_keywords_pre12cContext) ENABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENABLE_PRESET ¶
func (s *Non_reserved_keywords_pre12cContext) ENABLE_PRESET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENCODING ¶
func (s *Non_reserved_keywords_pre12cContext) ENCODING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENCRYPT ¶
func (s *Non_reserved_keywords_pre12cContext) ENCRYPT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENCRYPTION ¶
func (s *Non_reserved_keywords_pre12cContext) ENCRYPTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) END_OUTLINE_DATA ¶
func (s *Non_reserved_keywords_pre12cContext) END_OUTLINE_DATA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENFORCE ¶
func (s *Non_reserved_keywords_pre12cContext) ENFORCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENFORCED ¶
func (s *Non_reserved_keywords_pre12cContext) ENFORCED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENQUEUE ¶
func (s *Non_reserved_keywords_pre12cContext) ENQUEUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENTERPRISE ¶
func (s *Non_reserved_keywords_pre12cContext) ENTERPRISE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENTITYESCAPING ¶
func (s *Non_reserved_keywords_pre12cContext) ENTITYESCAPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ENTRY ¶
func (s *Non_reserved_keywords_pre12cContext) ENTRY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ERROR ¶
func (s *Non_reserved_keywords_pre12cContext) ERROR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ERRORS ¶
func (s *Non_reserved_keywords_pre12cContext) ERRORS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ERROR_ARGUMENT ¶
func (s *Non_reserved_keywords_pre12cContext) ERROR_ARGUMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ERROR_ON_OVERLAP_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) ERROR_ON_OVERLAP_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ESCAPE ¶
func (s *Non_reserved_keywords_pre12cContext) ESCAPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ESTIMATE ¶
func (s *Non_reserved_keywords_pre12cContext) ESTIMATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EVALNAME ¶
func (s *Non_reserved_keywords_pre12cContext) EVALNAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EVALUATION ¶
func (s *Non_reserved_keywords_pre12cContext) EVALUATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EVENTS ¶
func (s *Non_reserved_keywords_pre12cContext) EVENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EVERY ¶
func (s *Non_reserved_keywords_pre12cContext) EVERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXCEPT ¶
func (s *Non_reserved_keywords_pre12cContext) EXCEPT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXCEPTIONS ¶
func (s *Non_reserved_keywords_pre12cContext) EXCEPTIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXCHANGE ¶
func (s *Non_reserved_keywords_pre12cContext) EXCHANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXCLUDE ¶
func (s *Non_reserved_keywords_pre12cContext) EXCLUDE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXCLUDING ¶
func (s *Non_reserved_keywords_pre12cContext) EXCLUDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXECUTE ¶
func (s *Non_reserved_keywords_pre12cContext) EXECUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXEMPT ¶
func (s *Non_reserved_keywords_pre12cContext) EXEMPT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXISTSNODE ¶
func (s *Non_reserved_keywords_pre12cContext) EXISTSNODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXP ¶
func (s *Non_reserved_keywords_pre12cContext) EXP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPAND_GSET_TO_UNION ¶
func (s *Non_reserved_keywords_pre12cContext) EXPAND_GSET_TO_UNION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPAND_TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) EXPAND_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPIRE ¶
func (s *Non_reserved_keywords_pre12cContext) EXPIRE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPLAIN ¶
func (s *Non_reserved_keywords_pre12cContext) EXPLAIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPLOSION ¶
func (s *Non_reserved_keywords_pre12cContext) EXPLOSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPORT ¶
func (s *Non_reserved_keywords_pre12cContext) EXPORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXPR_CORR_CHECK ¶
func (s *Non_reserved_keywords_pre12cContext) EXPR_CORR_CHECK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTENDS ¶
func (s *Non_reserved_keywords_pre12cContext) EXTENDS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTENT ¶
func (s *Non_reserved_keywords_pre12cContext) EXTENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTENTS ¶
func (s *Non_reserved_keywords_pre12cContext) EXTENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTERNAL ¶
func (s *Non_reserved_keywords_pre12cContext) EXTERNAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTERNALLY ¶
func (s *Non_reserved_keywords_pre12cContext) EXTERNALLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTRA ¶
func (s *Non_reserved_keywords_pre12cContext) EXTRA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTRACT ¶
func (s *Non_reserved_keywords_pre12cContext) EXTRACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EXTRACTVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) EXTRACTVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) EnterRule ¶
func (s *Non_reserved_keywords_pre12cContext) EnterRule(listener antlr.ParseTreeListener)
func (*Non_reserved_keywords_pre12cContext) ExitRule ¶
func (s *Non_reserved_keywords_pre12cContext) ExitRule(listener antlr.ParseTreeListener)
func (*Non_reserved_keywords_pre12cContext) FACILITY ¶
func (s *Non_reserved_keywords_pre12cContext) FACILITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FACT ¶
func (s *Non_reserved_keywords_pre12cContext) FACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FACTORIZE_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) FACTORIZE_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FAILED ¶
func (s *Non_reserved_keywords_pre12cContext) FAILED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FAILED_LOGIN_ATTEMPTS ¶
func (s *Non_reserved_keywords_pre12cContext) FAILED_LOGIN_ATTEMPTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FAILGROUP ¶
func (s *Non_reserved_keywords_pre12cContext) FAILGROUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FALSE ¶
func (s *Non_reserved_keywords_pre12cContext) FALSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FAST ¶
func (s *Non_reserved_keywords_pre12cContext) FAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FBTSCAN ¶
func (s *Non_reserved_keywords_pre12cContext) FBTSCAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FEATURE_ID ¶
func (s *Non_reserved_keywords_pre12cContext) FEATURE_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FEATURE_SET ¶
func (s *Non_reserved_keywords_pre12cContext) FEATURE_SET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FEATURE_VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) FEATURE_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FILE ¶
func (s *Non_reserved_keywords_pre12cContext) FILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FILESYSTEM_LIKE_LOGGING ¶
func (s *Non_reserved_keywords_pre12cContext) FILESYSTEM_LIKE_LOGGING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FINAL ¶
func (s *Non_reserved_keywords_pre12cContext) FINAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FINE ¶
func (s *Non_reserved_keywords_pre12cContext) FINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FINISH ¶
func (s *Non_reserved_keywords_pre12cContext) FINISH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FIRST ¶
func (s *Non_reserved_keywords_pre12cContext) FIRST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FIRSTM ¶
func (s *Non_reserved_keywords_pre12cContext) FIRSTM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FIRST_ROWS ¶
func (s *Non_reserved_keywords_pre12cContext) FIRST_ROWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FIRST_VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) FIRST_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLAGGER ¶
func (s *Non_reserved_keywords_pre12cContext) FLAGGER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLASHBACK ¶
func (s *Non_reserved_keywords_pre12cContext) FLASHBACK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLASH_CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) FLASH_CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLOB ¶
func (s *Non_reserved_keywords_pre12cContext) FLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLOOR ¶
func (s *Non_reserved_keywords_pre12cContext) FLOOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FLUSH ¶
func (s *Non_reserved_keywords_pre12cContext) FLUSH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FOLDER ¶
func (s *Non_reserved_keywords_pre12cContext) FOLDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FOLLOWING ¶
func (s *Non_reserved_keywords_pre12cContext) FOLLOWING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FOLLOWS ¶
func (s *Non_reserved_keywords_pre12cContext) FOLLOWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FORCE ¶
func (s *Non_reserved_keywords_pre12cContext) FORCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FORCE_XML_QUERY_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) FORCE_XML_QUERY_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FOREIGN ¶
func (s *Non_reserved_keywords_pre12cContext) FOREIGN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FOREVER ¶
func (s *Non_reserved_keywords_pre12cContext) FOREVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FORWARD ¶
func (s *Non_reserved_keywords_pre12cContext) FORWARD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FRAGMENT_NUMBER ¶
func (s *Non_reserved_keywords_pre12cContext) FRAGMENT_NUMBER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FREELIST ¶
func (s *Non_reserved_keywords_pre12cContext) FREELIST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FREELISTS ¶
func (s *Non_reserved_keywords_pre12cContext) FREELISTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FREEPOOLS ¶
func (s *Non_reserved_keywords_pre12cContext) FREEPOOLS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FRESH ¶
func (s *Non_reserved_keywords_pre12cContext) FRESH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FROM_TZ ¶
func (s *Non_reserved_keywords_pre12cContext) FROM_TZ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FULL ¶
func (s *Non_reserved_keywords_pre12cContext) FULL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FULL_OUTER_JOIN_TO_OUTER ¶
func (s *Non_reserved_keywords_pre12cContext) FULL_OUTER_JOIN_TO_OUTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FUNCTION ¶
func (s *Non_reserved_keywords_pre12cContext) FUNCTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) FUNCTIONS ¶
func (s *Non_reserved_keywords_pre12cContext) FUNCTIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GATHER_PLAN_STATISTICS ¶
func (s *Non_reserved_keywords_pre12cContext) GATHER_PLAN_STATISTICS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GBY_CONC_ROLLUP ¶
func (s *Non_reserved_keywords_pre12cContext) GBY_CONC_ROLLUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GBY_PUSHDOWN ¶
func (s *Non_reserved_keywords_pre12cContext) GBY_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GENERATED ¶
func (s *Non_reserved_keywords_pre12cContext) GENERATED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GLOBAL ¶
func (s *Non_reserved_keywords_pre12cContext) GLOBAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GLOBALLY ¶
func (s *Non_reserved_keywords_pre12cContext) GLOBALLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GLOBAL_NAME ¶
func (s *Non_reserved_keywords_pre12cContext) GLOBAL_NAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GLOBAL_TOPIC_ENABLED ¶
func (s *Non_reserved_keywords_pre12cContext) GLOBAL_TOPIC_ENABLED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GREATEST ¶
func (s *Non_reserved_keywords_pre12cContext) GREATEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GROUPING ¶
func (s *Non_reserved_keywords_pre12cContext) GROUPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GROUPING_ID ¶
func (s *Non_reserved_keywords_pre12cContext) GROUPING_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GROUPS ¶
func (s *Non_reserved_keywords_pre12cContext) GROUPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GROUP_BY ¶
func (s *Non_reserved_keywords_pre12cContext) GROUP_BY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GROUP_ID ¶
func (s *Non_reserved_keywords_pre12cContext) GROUP_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GUARANTEE ¶
func (s *Non_reserved_keywords_pre12cContext) GUARANTEE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GUARANTEED ¶
func (s *Non_reserved_keywords_pre12cContext) GUARANTEED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GUARD ¶
func (s *Non_reserved_keywords_pre12cContext) GUARD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) GetParser ¶
func (s *Non_reserved_keywords_pre12cContext) GetParser() antlr.Parser
func (*Non_reserved_keywords_pre12cContext) GetRuleContext ¶
func (s *Non_reserved_keywords_pre12cContext) GetRuleContext() antlr.RuleContext
func (*Non_reserved_keywords_pre12cContext) HASH ¶
func (s *Non_reserved_keywords_pre12cContext) HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HASHKEYS ¶
func (s *Non_reserved_keywords_pre12cContext) HASHKEYS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HASH_AJ ¶
func (s *Non_reserved_keywords_pre12cContext) HASH_AJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HASH_SJ ¶
func (s *Non_reserved_keywords_pre12cContext) HASH_SJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HEADER ¶
func (s *Non_reserved_keywords_pre12cContext) HEADER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HEAP ¶
func (s *Non_reserved_keywords_pre12cContext) HEAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HELP ¶
func (s *Non_reserved_keywords_pre12cContext) HELP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HEXTORAW ¶
func (s *Non_reserved_keywords_pre12cContext) HEXTORAW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HEXTOREF ¶
func (s *Non_reserved_keywords_pre12cContext) HEXTOREF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HIDDEN_KEYWORD ¶
func (s *Non_reserved_keywords_pre12cContext) HIDDEN_KEYWORD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HIDE ¶
func (s *Non_reserved_keywords_pre12cContext) HIDE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HIERARCHY ¶
func (s *Non_reserved_keywords_pre12cContext) HIERARCHY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HIGH ¶
func (s *Non_reserved_keywords_pre12cContext) HIGH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HINTSET_BEGIN ¶
func (s *Non_reserved_keywords_pre12cContext) HINTSET_BEGIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HINTSET_END ¶
func (s *Non_reserved_keywords_pre12cContext) HINTSET_END() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HOT ¶
func (s *Non_reserved_keywords_pre12cContext) HOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HOUR ¶
func (s *Non_reserved_keywords_pre12cContext) HOUR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HWM_BROKERED ¶
func (s *Non_reserved_keywords_pre12cContext) HWM_BROKERED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) HYBRID ¶
func (s *Non_reserved_keywords_pre12cContext) HYBRID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ID ¶
func (s *Non_reserved_keywords_pre12cContext) ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IDENTIFIER ¶
func (s *Non_reserved_keywords_pre12cContext) IDENTIFIER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IDENTITY ¶
func (s *Non_reserved_keywords_pre12cContext) IDENTITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IDGENERATORS ¶
func (s *Non_reserved_keywords_pre12cContext) IDGENERATORS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IDLE_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) IDLE_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IF ¶
func (s *Non_reserved_keywords_pre12cContext) IF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IGNORE ¶
func (s *Non_reserved_keywords_pre12cContext) IGNORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IGNORE_OPTIM_EMBEDDED_HINTS ¶
func (s *Non_reserved_keywords_pre12cContext) IGNORE_OPTIM_EMBEDDED_HINTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IGNORE_ROW_ON_DUPKEY_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) IGNORE_ROW_ON_DUPKEY_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IGNORE_WHERE_CLAUSE ¶
func (s *Non_reserved_keywords_pre12cContext) IGNORE_WHERE_CLAUSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IMMEDIATE ¶
func (s *Non_reserved_keywords_pre12cContext) IMMEDIATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IMPACT ¶
func (s *Non_reserved_keywords_pre12cContext) IMPACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IMPORT ¶
func (s *Non_reserved_keywords_pre12cContext) IMPORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCLUDE ¶
func (s *Non_reserved_keywords_pre12cContext) INCLUDE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCLUDE_VERSION ¶
func (s *Non_reserved_keywords_pre12cContext) INCLUDE_VERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCLUDING ¶
func (s *Non_reserved_keywords_pre12cContext) INCLUDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCR ¶
func (s *Non_reserved_keywords_pre12cContext) INCR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCREMENT ¶
func (s *Non_reserved_keywords_pre12cContext) INCREMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INCREMENTAL ¶
func (s *Non_reserved_keywords_pre12cContext) INCREMENTAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDENT ¶
func (s *Non_reserved_keywords_pre12cContext) INDENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEXED ¶
func (s *Non_reserved_keywords_pre12cContext) INDEXED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEXTYPE ¶
func (s *Non_reserved_keywords_pre12cContext) INDEXTYPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEXTYPES ¶
func (s *Non_reserved_keywords_pre12cContext) INDEXTYPES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_ASC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_ASC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_COMBINE ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_COMBINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_DESC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_DESC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_FFS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_FFS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_ROWS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_ROWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_RRS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_RRS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_RS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_RS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_RS_ASC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_RS_ASC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_RS_DESC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_RS_DESC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_SCAN ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_SCAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_SKIP_SCAN ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_SKIP_SCAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_SS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_SS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_SS_ASC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_SS_ASC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_SS_DESC ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_SS_DESC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDEX_STATS ¶
func (s *Non_reserved_keywords_pre12cContext) INDEX_STATS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INDICATOR ¶
func (s *Non_reserved_keywords_pre12cContext) INDICATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INFINITE ¶
func (s *Non_reserved_keywords_pre12cContext) INFINITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INFORMATIONAL ¶
func (s *Non_reserved_keywords_pre12cContext) INFORMATIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INITCAP ¶
func (s *Non_reserved_keywords_pre12cContext) INITCAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INITIAL ¶
func (s *Non_reserved_keywords_pre12cContext) INITIAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INITIALIZED ¶
func (s *Non_reserved_keywords_pre12cContext) INITIALIZED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INITIALLY ¶
func (s *Non_reserved_keywords_pre12cContext) INITIALLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INITRANS ¶
func (s *Non_reserved_keywords_pre12cContext) INITRANS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INLINE ¶
func (s *Non_reserved_keywords_pre12cContext) INLINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INLINE_XMLTYPE_NT ¶
func (s *Non_reserved_keywords_pre12cContext) INLINE_XMLTYPE_NT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INNER ¶
func (s *Non_reserved_keywords_pre12cContext) INNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSERTCHILDXML ¶
func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSERTCHILDXMLAFTER ¶
func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXMLAFTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSERTCHILDXMLBEFORE ¶
func (s *Non_reserved_keywords_pre12cContext) INSERTCHILDXMLBEFORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSERTXMLAFTER ¶
func (s *Non_reserved_keywords_pre12cContext) INSERTXMLAFTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSERTXMLBEFORE ¶
func (s *Non_reserved_keywords_pre12cContext) INSERTXMLBEFORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTANCE ¶
func (s *Non_reserved_keywords_pre12cContext) INSTANCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTANCES ¶
func (s *Non_reserved_keywords_pre12cContext) INSTANCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTANTIABLE ¶
func (s *Non_reserved_keywords_pre12cContext) INSTANTIABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTANTLY ¶
func (s *Non_reserved_keywords_pre12cContext) INSTANTLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTEAD ¶
func (s *Non_reserved_keywords_pre12cContext) INSTEAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTR ¶
func (s *Non_reserved_keywords_pre12cContext) INSTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTR2 ¶
func (s *Non_reserved_keywords_pre12cContext) INSTR2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTR4 ¶
func (s *Non_reserved_keywords_pre12cContext) INSTR4() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTRB ¶
func (s *Non_reserved_keywords_pre12cContext) INSTRB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INSTRC ¶
func (s *Non_reserved_keywords_pre12cContext) INSTRC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INT ¶
func (s *Non_reserved_keywords_pre12cContext) INT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INTERMEDIATE ¶
func (s *Non_reserved_keywords_pre12cContext) INTERMEDIATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INTERNAL_CONVERT ¶
func (s *Non_reserved_keywords_pre12cContext) INTERNAL_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INTERNAL_USE ¶
func (s *Non_reserved_keywords_pre12cContext) INTERNAL_USE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INTERPRETED ¶
func (s *Non_reserved_keywords_pre12cContext) INTERPRETED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) INTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INVALIDATE ¶
func (s *Non_reserved_keywords_pre12cContext) INVALIDATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) INVISIBLE ¶
func (s *Non_reserved_keywords_pre12cContext) INVISIBLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IN_MEMORY_METADATA ¶
func (s *Non_reserved_keywords_pre12cContext) IN_MEMORY_METADATA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IN_XQUERY ¶
func (s *Non_reserved_keywords_pre12cContext) IN_XQUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ISOLATION ¶
func (s *Non_reserved_keywords_pre12cContext) ISOLATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ISOLATION_LEVEL ¶
func (s *Non_reserved_keywords_pre12cContext) ISOLATION_LEVEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ITERATE ¶
func (s *Non_reserved_keywords_pre12cContext) ITERATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ITERATION_NUMBER ¶
func (s *Non_reserved_keywords_pre12cContext) ITERATION_NUMBER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) IsNon_reserved_keywords_pre12cContext ¶
func (*Non_reserved_keywords_pre12cContext) IsNon_reserved_keywords_pre12cContext()
func (*Non_reserved_keywords_pre12cContext) JAVA ¶
func (s *Non_reserved_keywords_pre12cContext) JAVA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) JOB ¶
func (s *Non_reserved_keywords_pre12cContext) JOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEEP ¶
func (s *Non_reserved_keywords_pre12cContext) KEEP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEEP_DUPLICATES ¶
func (s *Non_reserved_keywords_pre12cContext) KEEP_DUPLICATES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KERBEROS ¶
func (s *Non_reserved_keywords_pre12cContext) KERBEROS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEY ¶
func (s *Non_reserved_keywords_pre12cContext) KEY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEYS ¶
func (s *Non_reserved_keywords_pre12cContext) KEYS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEYSIZE ¶
func (s *Non_reserved_keywords_pre12cContext) KEYSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KEY_LENGTH ¶
func (s *Non_reserved_keywords_pre12cContext) KEY_LENGTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) KILL ¶
func (s *Non_reserved_keywords_pre12cContext) KILL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LAG ¶
func (s *Non_reserved_keywords_pre12cContext) LAG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LAST ¶
func (s *Non_reserved_keywords_pre12cContext) LAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LAST_DAY ¶
func (s *Non_reserved_keywords_pre12cContext) LAST_DAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LAST_VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) LAST_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LATERAL ¶
func (s *Non_reserved_keywords_pre12cContext) LATERAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LAYER ¶
func (s *Non_reserved_keywords_pre12cContext) LAYER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION ¶
func (s *Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION_ENABLED ¶
func (s *Non_reserved_keywords_pre12cContext) LDAP_REGISTRATION_ENABLED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LDAP_REG_SYNC_INTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) LDAP_REG_SYNC_INTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEAD ¶
func (s *Non_reserved_keywords_pre12cContext) LEAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEADING ¶
func (s *Non_reserved_keywords_pre12cContext) LEADING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEAST ¶
func (s *Non_reserved_keywords_pre12cContext) LEAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEFT ¶
func (s *Non_reserved_keywords_pre12cContext) LEFT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LENGTH ¶
func (s *Non_reserved_keywords_pre12cContext) LENGTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LENGTH2 ¶
func (s *Non_reserved_keywords_pre12cContext) LENGTH2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LENGTH4 ¶
func (s *Non_reserved_keywords_pre12cContext) LENGTH4() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LENGTHB ¶
func (s *Non_reserved_keywords_pre12cContext) LENGTHB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LENGTHC ¶
func (s *Non_reserved_keywords_pre12cContext) LENGTHC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LESS ¶
func (s *Non_reserved_keywords_pre12cContext) LESS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEVEL ¶
func (s *Non_reserved_keywords_pre12cContext) LEVEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LEVELS ¶
func (s *Non_reserved_keywords_pre12cContext) LEVELS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIBRARY ¶
func (s *Non_reserved_keywords_pre12cContext) LIBRARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIFE ¶
func (s *Non_reserved_keywords_pre12cContext) LIFE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIFETIME ¶
func (s *Non_reserved_keywords_pre12cContext) LIFETIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIKE2 ¶
func (s *Non_reserved_keywords_pre12cContext) LIKE2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIKE4 ¶
func (s *Non_reserved_keywords_pre12cContext) LIKE4() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIKEC ¶
func (s *Non_reserved_keywords_pre12cContext) LIKEC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIKE_EXPAND ¶
func (s *Non_reserved_keywords_pre12cContext) LIKE_EXPAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIMIT ¶
func (s *Non_reserved_keywords_pre12cContext) LIMIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LINK ¶
func (s *Non_reserved_keywords_pre12cContext) LINK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LIST ¶
func (s *Non_reserved_keywords_pre12cContext) LIST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LISTAGG ¶
func (s *Non_reserved_keywords_pre12cContext) LISTAGG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LN ¶
func (s *Non_reserved_keywords_pre12cContext) LN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LNNVL ¶
func (s *Non_reserved_keywords_pre12cContext) LNNVL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOAD ¶
func (s *Non_reserved_keywords_pre12cContext) LOAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOB ¶
func (s *Non_reserved_keywords_pre12cContext) LOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOBNVL ¶
func (s *Non_reserved_keywords_pre12cContext) LOBNVL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOBS ¶
func (s *Non_reserved_keywords_pre12cContext) LOBS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCAL ¶
func (s *Non_reserved_keywords_pre12cContext) LOCAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCALTIME ¶
func (s *Non_reserved_keywords_pre12cContext) LOCALTIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCALTIMESTAMP ¶
func (s *Non_reserved_keywords_pre12cContext) LOCALTIMESTAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCAL_INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) LOCAL_INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCATION ¶
func (s *Non_reserved_keywords_pre12cContext) LOCATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCATOR ¶
func (s *Non_reserved_keywords_pre12cContext) LOCATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOCKED ¶
func (s *Non_reserved_keywords_pre12cContext) LOCKED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOG ¶
func (s *Non_reserved_keywords_pre12cContext) LOG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGFILE ¶
func (s *Non_reserved_keywords_pre12cContext) LOGFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGFILES ¶
func (s *Non_reserved_keywords_pre12cContext) LOGFILES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGGING ¶
func (s *Non_reserved_keywords_pre12cContext) LOGGING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGICAL ¶
func (s *Non_reserved_keywords_pre12cContext) LOGICAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_CALL ¶
func (s *Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_CALL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_SESSION ¶
func (s *Non_reserved_keywords_pre12cContext) LOGICAL_READS_PER_SESSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGOFF ¶
func (s *Non_reserved_keywords_pre12cContext) LOGOFF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOGON ¶
func (s *Non_reserved_keywords_pre12cContext) LOGON() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOG_READ_ONLY_VIOLATIONS ¶
func (s *Non_reserved_keywords_pre12cContext) LOG_READ_ONLY_VIOLATIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOW ¶
func (s *Non_reserved_keywords_pre12cContext) LOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LOWER ¶
func (s *Non_reserved_keywords_pre12cContext) LOWER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LPAD ¶
func (s *Non_reserved_keywords_pre12cContext) LPAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) LTRIM ¶
func (s *Non_reserved_keywords_pre12cContext) LTRIM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAIN ¶
func (s *Non_reserved_keywords_pre12cContext) MAIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAKE_REF ¶
func (s *Non_reserved_keywords_pre12cContext) MAKE_REF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MANAGE ¶
func (s *Non_reserved_keywords_pre12cContext) MANAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MANAGED ¶
func (s *Non_reserved_keywords_pre12cContext) MANAGED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MANAGEMENT ¶
func (s *Non_reserved_keywords_pre12cContext) MANAGEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MANAGER ¶
func (s *Non_reserved_keywords_pre12cContext) MANAGER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MANUAL ¶
func (s *Non_reserved_keywords_pre12cContext) MANUAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAPPING ¶
func (s *Non_reserved_keywords_pre12cContext) MAPPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MASTER ¶
func (s *Non_reserved_keywords_pre12cContext) MASTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MATCHED ¶
func (s *Non_reserved_keywords_pre12cContext) MATCHED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MATERIALIZE ¶
func (s *Non_reserved_keywords_pre12cContext) MATERIALIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MATERIALIZED ¶
func (s *Non_reserved_keywords_pre12cContext) MATERIALIZED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAX ¶
func (s *Non_reserved_keywords_pre12cContext) MAX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXARCHLOGS ¶
func (s *Non_reserved_keywords_pre12cContext) MAXARCHLOGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXDATAFILES ¶
func (s *Non_reserved_keywords_pre12cContext) MAXDATAFILES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXEXTENTS ¶
func (s *Non_reserved_keywords_pre12cContext) MAXEXTENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXIMIZE ¶
func (s *Non_reserved_keywords_pre12cContext) MAXIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXINSTANCES ¶
func (s *Non_reserved_keywords_pre12cContext) MAXINSTANCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXLOGFILES ¶
func (s *Non_reserved_keywords_pre12cContext) MAXLOGFILES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXLOGHISTORY ¶
func (s *Non_reserved_keywords_pre12cContext) MAXLOGHISTORY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXLOGMEMBERS ¶
func (s *Non_reserved_keywords_pre12cContext) MAXLOGMEMBERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXSIZE ¶
func (s *Non_reserved_keywords_pre12cContext) MAXSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXTRANS ¶
func (s *Non_reserved_keywords_pre12cContext) MAXTRANS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MAXVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) MAXVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEASURE ¶
func (s *Non_reserved_keywords_pre12cContext) MEASURE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEASURES ¶
func (s *Non_reserved_keywords_pre12cContext) MEASURES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEDIAN ¶
func (s *Non_reserved_keywords_pre12cContext) MEDIAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEDIUM ¶
func (s *Non_reserved_keywords_pre12cContext) MEDIUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEMBER ¶
func (s *Non_reserved_keywords_pre12cContext) MEMBER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MEMORY ¶
func (s *Non_reserved_keywords_pre12cContext) MEMORY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MERGE ¶
func (s *Non_reserved_keywords_pre12cContext) MERGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MERGEACTIONS ¶
func (s *Non_reserved_keywords_pre12cContext) MERGEACTIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MERGE_AJ ¶
func (s *Non_reserved_keywords_pre12cContext) MERGE_AJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MERGE_CONST_ON ¶
func (s *Non_reserved_keywords_pre12cContext) MERGE_CONST_ON() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MERGE_SJ ¶
func (s *Non_reserved_keywords_pre12cContext) MERGE_SJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) METHOD ¶
func (s *Non_reserved_keywords_pre12cContext) METHOD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIGRATE ¶
func (s *Non_reserved_keywords_pre12cContext) MIGRATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIGRATION ¶
func (s *Non_reserved_keywords_pre12cContext) MIGRATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIN ¶
func (s *Non_reserved_keywords_pre12cContext) MIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINEXTENTS ¶
func (s *Non_reserved_keywords_pre12cContext) MINEXTENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINIMIZE ¶
func (s *Non_reserved_keywords_pre12cContext) MINIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINIMUM ¶
func (s *Non_reserved_keywords_pre12cContext) MINIMUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINING ¶
func (s *Non_reserved_keywords_pre12cContext) MINING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINUS_NULL ¶
func (s *Non_reserved_keywords_pre12cContext) MINUS_NULL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINUTE ¶
func (s *Non_reserved_keywords_pre12cContext) MINUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MINVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) MINVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIRROR ¶
func (s *Non_reserved_keywords_pre12cContext) MIRROR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIRRORCOLD ¶
func (s *Non_reserved_keywords_pre12cContext) MIRRORCOLD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MIRRORHOT ¶
func (s *Non_reserved_keywords_pre12cContext) MIRRORHOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MLSLABEL ¶
func (s *Non_reserved_keywords_pre12cContext) MLSLABEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MOD ¶
func (s *Non_reserved_keywords_pre12cContext) MOD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_COMPILE_SUBQUERY ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_COMPILE_SUBQUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_DONTVERIFY_UNIQUENESS ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_DONTVERIFY_UNIQUENESS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_DYNAMIC_SUBQUERY ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_DYNAMIC_SUBQUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_MIN_ANALYSIS ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_MIN_ANALYSIS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_NO_ANALYSIS ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_NO_ANALYSIS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_PBY ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_PBY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODEL_PUSH_REF ¶
func (s *Non_reserved_keywords_pre12cContext) MODEL_PUSH_REF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODIFY ¶
func (s *Non_reserved_keywords_pre12cContext) MODIFY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MODIFY_COLUMN_TYPE ¶
func (s *Non_reserved_keywords_pre12cContext) MODIFY_COLUMN_TYPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MONITOR ¶
func (s *Non_reserved_keywords_pre12cContext) MONITOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MONITORING ¶
func (s *Non_reserved_keywords_pre12cContext) MONITORING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MONTH ¶
func (s *Non_reserved_keywords_pre12cContext) MONTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MONTHS_BETWEEN ¶
func (s *Non_reserved_keywords_pre12cContext) MONTHS_BETWEEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MOUNT ¶
func (s *Non_reserved_keywords_pre12cContext) MOUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MOUNTPATH ¶
func (s *Non_reserved_keywords_pre12cContext) MOUNTPATH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MOVE ¶
func (s *Non_reserved_keywords_pre12cContext) MOVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MOVEMENT ¶
func (s *Non_reserved_keywords_pre12cContext) MOVEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MULTISET ¶
func (s *Non_reserved_keywords_pre12cContext) MULTISET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) MV_MERGE ¶
func (s *Non_reserved_keywords_pre12cContext) MV_MERGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NAME ¶
func (s *Non_reserved_keywords_pre12cContext) NAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NAMED ¶
func (s *Non_reserved_keywords_pre12cContext) NAMED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NAMESPACE ¶
func (s *Non_reserved_keywords_pre12cContext) NAMESPACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NAN ¶
func (s *Non_reserved_keywords_pre12cContext) NAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NANVL ¶
func (s *Non_reserved_keywords_pre12cContext) NANVL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NATIONAL ¶
func (s *Non_reserved_keywords_pre12cContext) NATIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NATIVE ¶
func (s *Non_reserved_keywords_pre12cContext) NATIVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NATIVE_FULL_OUTER_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NATIVE_FULL_OUTER_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NATURAL ¶
func (s *Non_reserved_keywords_pre12cContext) NATURAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NAV ¶
func (s *Non_reserved_keywords_pre12cContext) NAV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NCHAR ¶
func (s *Non_reserved_keywords_pre12cContext) NCHAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NCHAR_CS ¶
func (s *Non_reserved_keywords_pre12cContext) NCHAR_CS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NCHR ¶
func (s *Non_reserved_keywords_pre12cContext) NCHR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NCLOB ¶
func (s *Non_reserved_keywords_pre12cContext) NCLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEEDED ¶
func (s *Non_reserved_keywords_pre12cContext) NEEDED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED_TABLE_FAST_INSERT ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_FAST_INSERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED_TABLE_GET_REFS ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_GET_REFS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED_TABLE_ID ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_REFS ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_REFS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_SETID ¶
func (s *Non_reserved_keywords_pre12cContext) NESTED_TABLE_SET_SETID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NETWORK ¶
func (s *Non_reserved_keywords_pre12cContext) NETWORK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEVER ¶
func (s *Non_reserved_keywords_pre12cContext) NEVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEW ¶
func (s *Non_reserved_keywords_pre12cContext) NEW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEW_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) NEW_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEXT ¶
func (s *Non_reserved_keywords_pre12cContext) NEXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NEXT_DAY ¶
func (s *Non_reserved_keywords_pre12cContext) NEXT_DAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLJ_BATCHING ¶
func (s *Non_reserved_keywords_pre12cContext) NLJ_BATCHING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLJ_INDEX_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) NLJ_INDEX_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLJ_INDEX_SCAN ¶
func (s *Non_reserved_keywords_pre12cContext) NLJ_INDEX_SCAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLJ_PREFETCH ¶
func (s *Non_reserved_keywords_pre12cContext) NLJ_PREFETCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLSSORT ¶
func (s *Non_reserved_keywords_pre12cContext) NLSSORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CALENDAR ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CALENDAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CHARACTERSET ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CHARACTERSET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CHARSET_DECL_LEN ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_DECL_LEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CHARSET_ID ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CHARSET_NAME ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CHARSET_NAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_COMP ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_COMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_CURRENCY ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_CURRENCY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_DATE_FORMAT ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_DATE_FORMAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_DATE_LANGUAGE ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_DATE_LANGUAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_INITCAP ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_INITCAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_ISO_CURRENCY ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_ISO_CURRENCY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_LANG ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_LANG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_LANGUAGE ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_LANGUAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_LENGTH_SEMANTICS ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_LENGTH_SEMANTICS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_LOWER ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_LOWER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_NCHAR_CONV_EXCP ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_NCHAR_CONV_EXCP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_NUMERIC_CHARACTERS ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_NUMERIC_CHARACTERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_SORT ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_SORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_SPECIAL_CHARS ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_SPECIAL_CHARS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_TERRITORY ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_TERRITORY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NLS_UPPER ¶
func (s *Non_reserved_keywords_pre12cContext) NLS_UPPER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NL_AJ ¶
func (s *Non_reserved_keywords_pre12cContext) NL_AJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NL_SJ ¶
func (s *Non_reserved_keywords_pre12cContext) NL_SJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO ¶
func (s *Non_reserved_keywords_pre12cContext) NO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOAPPEND ¶
func (s *Non_reserved_keywords_pre12cContext) NOAPPEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOARCHIVELOG ¶
func (s *Non_reserved_keywords_pre12cContext) NOARCHIVELOG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOAUDIT ¶
func (s *Non_reserved_keywords_pre12cContext) NOAUDIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOCACHE ¶
func (s *Non_reserved_keywords_pre12cContext) NOCACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOCPU_COSTING ¶
func (s *Non_reserved_keywords_pre12cContext) NOCPU_COSTING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOCYCLE ¶
func (s *Non_reserved_keywords_pre12cContext) NOCYCLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NODELAY ¶
func (s *Non_reserved_keywords_pre12cContext) NODELAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOENTITYESCAPING ¶
func (s *Non_reserved_keywords_pre12cContext) NOENTITYESCAPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOFORCE ¶
func (s *Non_reserved_keywords_pre12cContext) NOFORCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOGUARANTEE ¶
func (s *Non_reserved_keywords_pre12cContext) NOGUARANTEE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOLOCAL ¶
func (s *Non_reserved_keywords_pre12cContext) NOLOCAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOLOGGING ¶
func (s *Non_reserved_keywords_pre12cContext) NOLOGGING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOMAPPING ¶
func (s *Non_reserved_keywords_pre12cContext) NOMAPPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOMAXVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) NOMAXVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOMINIMIZE ¶
func (s *Non_reserved_keywords_pre12cContext) NOMINIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOMINVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) NOMINVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOMONITORING ¶
func (s *Non_reserved_keywords_pre12cContext) NOMONITORING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NONBLOCKING ¶
func (s *Non_reserved_keywords_pre12cContext) NONBLOCKING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NONE ¶
func (s *Non_reserved_keywords_pre12cContext) NONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NONSCHEMA ¶
func (s *Non_reserved_keywords_pre12cContext) NONSCHEMA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOORDER ¶
func (s *Non_reserved_keywords_pre12cContext) NOORDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOOVERRIDE ¶
func (s *Non_reserved_keywords_pre12cContext) NOOVERRIDE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOPARALLEL ¶
func (s *Non_reserved_keywords_pre12cContext) NOPARALLEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOPARALLEL_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) NOPARALLEL_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NORELY ¶
func (s *Non_reserved_keywords_pre12cContext) NORELY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOREPAIR ¶
func (s *Non_reserved_keywords_pre12cContext) NOREPAIR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NORESETLOGS ¶
func (s *Non_reserved_keywords_pre12cContext) NORESETLOGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOREVERSE ¶
func (s *Non_reserved_keywords_pre12cContext) NOREVERSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOREWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NOREWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NORMAL ¶
func (s *Non_reserved_keywords_pre12cContext) NORMAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOROWDEPENDENCIES ¶
func (s *Non_reserved_keywords_pre12cContext) NOROWDEPENDENCIES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOSCHEMACHECK ¶
func (s *Non_reserved_keywords_pre12cContext) NOSCHEMACHECK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOSEGMENT ¶
func (s *Non_reserved_keywords_pre12cContext) NOSEGMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOSORT ¶
func (s *Non_reserved_keywords_pre12cContext) NOSORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOSTRICT ¶
func (s *Non_reserved_keywords_pre12cContext) NOSTRICT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOSWITCH ¶
func (s *Non_reserved_keywords_pre12cContext) NOSWITCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOTHING ¶
func (s *Non_reserved_keywords_pre12cContext) NOTHING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOTIFICATION ¶
func (s *Non_reserved_keywords_pre12cContext) NOTIFICATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NOVALIDATE ¶
func (s *Non_reserved_keywords_pre12cContext) NOVALIDATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_ACCESS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_ACCESS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_BASETABLE_MULTIMV_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_BASETABLE_MULTIMV_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_BIND_AWARE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_BIND_AWARE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_BUFFER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_BUFFER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CARTESIAN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CARTESIAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CHECK_ACL_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CHECK_ACL_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CLUSTER_BY_ROWID ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CLUSTER_BY_ROWID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_COALESCE_SQ ¶
func (s *Non_reserved_keywords_pre12cContext) NO_COALESCE_SQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_CB_WHR_ONLY ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_CB_WHR_ONLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COMBINE_SW ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COMBINE_SW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COST_BASED ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_COST_BASED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_ELIM_DUPS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_ELIM_DUPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_FILTERING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CONNECT_BY_FILTERING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_COST_XML_QUERY_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_COST_XML_QUERY_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_CPU_COSTING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_CPU_COSTING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_DOMAIN_INDEX_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_DOMAIN_INDEX_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_DST_UPGRADE_INSERT_CONV ¶
func (s *Non_reserved_keywords_pre12cContext) NO_DST_UPGRADE_INSERT_CONV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_ELIMINATE_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OBY ¶
func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OBY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OUTER_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_ELIMINATE_OUTER_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_EXPAND ¶
func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_EXPAND_GSET_TO_UNION ¶
func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND_GSET_TO_UNION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_EXPAND_TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_EXPAND_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_FACT ¶
func (s *Non_reserved_keywords_pre12cContext) NO_FACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_FACTORIZE_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_FACTORIZE_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_FILTERING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_FILTERING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_FULL_OUTER_JOIN_TO_OUTER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_FULL_OUTER_JOIN_TO_OUTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_GBY_PUSHDOWN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_GBY_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) NO_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_INDEX_FFS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_INDEX_FFS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_INDEX_SS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_INDEX_SS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_LOAD ¶
func (s *Non_reserved_keywords_pre12cContext) NO_LOAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_MERGE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_MERGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_MODEL_PUSH_REF ¶
func (s *Non_reserved_keywords_pre12cContext) NO_MODEL_PUSH_REF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_MONITOR ¶
func (s *Non_reserved_keywords_pre12cContext) NO_MONITOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_MONITORING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_MONITORING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_MULTIMV_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_MULTIMV_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_NATIVE_FULL_OUTER_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_NATIVE_FULL_OUTER_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_NLJ_BATCHING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_NLJ_BATCHING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_NLJ_PREFETCH ¶
func (s *Non_reserved_keywords_pre12cContext) NO_NLJ_PREFETCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_ORDER_ROLLUPS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_ORDER_ROLLUPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_ANTI ¶
func (s *Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_ANTI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_INNER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_OUTER_JOIN_TO_INNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PARALLEL ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PARALLEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PARALLEL_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PARALLEL_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PARTIAL_COMMIT ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PARTIAL_COMMIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PLACE_DISTINCT ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PLACE_DISTINCT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PLACE_GROUP_BY ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PLACE_GROUP_BY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PQ_MAP ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PQ_MAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PRUNE_GSETS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PRUNE_GSETS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PULL_PRED ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PULL_PRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PUSH_PRED ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PUSH_PRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PUSH_SUBQ ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PUSH_SUBQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_PX_JOIN_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_PX_JOIN_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_QKN_BUFF ¶
func (s *Non_reserved_keywords_pre12cContext) NO_QKN_BUFF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_QUERY_TRANSFORMATION ¶
func (s *Non_reserved_keywords_pre12cContext) NO_QUERY_TRANSFORMATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_REF_CASCADE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_REF_CASCADE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_RESULT_CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_RESULT_CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SEMIJOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SEMIJOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SEMI_TO_INNER ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SEMI_TO_INNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SET_TO_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SET_TO_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SQL_TUNE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SQL_TUNE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_STAR_TRANSFORMATION ¶
func (s *Non_reserved_keywords_pre12cContext) NO_STAR_TRANSFORMATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_STATEMENT_QUEUING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_STATEMENT_QUEUING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_STATS_GSETS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_STATS_GSETS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SUBQUERY_PRUNING ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SUBQUERY_PRUNING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SUBSTRB_PAD ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SUBSTRB_PAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_SWAP_JOIN_INPUTS ¶
func (s *Non_reserved_keywords_pre12cContext) NO_SWAP_JOIN_INPUTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_TABLE_LOOKUP_BY_NL ¶
func (s *Non_reserved_keywords_pre12cContext) NO_TABLE_LOOKUP_BY_NL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_TEMP_TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_TEMP_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_TRANSFORM_DISTINCT_AGG ¶
func (s *Non_reserved_keywords_pre12cContext) NO_TRANSFORM_DISTINCT_AGG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_UNNEST ¶
func (s *Non_reserved_keywords_pre12cContext) NO_UNNEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_HASH ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_HASH_AGGREGATION ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH_AGGREGATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_HASH_GBY_FOR_PUSHDOWN ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_HASH_GBY_FOR_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_INVISIBLE_INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_INVISIBLE_INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_MERGE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_MERGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_USE_NL ¶
func (s *Non_reserved_keywords_pre12cContext) NO_USE_NL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_XDB_FASTPATH_INSERT ¶
func (s *Non_reserved_keywords_pre12cContext) NO_XDB_FASTPATH_INSERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE_IN_SELECT ¶
func (s *Non_reserved_keywords_pre12cContext) NO_XMLINDEX_REWRITE_IN_SELECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_XML_DML_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_XML_DML_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NO_XML_QUERY_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) NO_XML_QUERY_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NTH_VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) NTH_VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NTILE ¶
func (s *Non_reserved_keywords_pre12cContext) NTILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NULLIF ¶
func (s *Non_reserved_keywords_pre12cContext) NULLIF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NULLS ¶
func (s *Non_reserved_keywords_pre12cContext) NULLS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NUMERIC ¶
func (s *Non_reserved_keywords_pre12cContext) NUMERIC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NUMTODSINTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) NUMTODSINTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NUMTOYMINTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) NUMTOYMINTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NUM_INDEX_KEYS ¶
func (s *Non_reserved_keywords_pre12cContext) NUM_INDEX_KEYS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NVARCHAR2 ¶
func (s *Non_reserved_keywords_pre12cContext) NVARCHAR2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NVL ¶
func (s *Non_reserved_keywords_pre12cContext) NVL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) NVL2 ¶
func (s *Non_reserved_keywords_pre12cContext) NVL2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OBJECT ¶
func (s *Non_reserved_keywords_pre12cContext) OBJECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OBJECT2XML ¶
func (s *Non_reserved_keywords_pre12cContext) OBJECT2XML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OBJNO ¶
func (s *Non_reserved_keywords_pre12cContext) OBJNO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OBJNO_REUSE ¶
func (s *Non_reserved_keywords_pre12cContext) OBJNO_REUSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OCCURENCES ¶
func (s *Non_reserved_keywords_pre12cContext) OCCURENCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OFF ¶
func (s *Non_reserved_keywords_pre12cContext) OFF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OFFLINE ¶
func (s *Non_reserved_keywords_pre12cContext) OFFLINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OID ¶
func (s *Non_reserved_keywords_pre12cContext) OID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OIDINDEX ¶
func (s *Non_reserved_keywords_pre12cContext) OIDINDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OLAP ¶
func (s *Non_reserved_keywords_pre12cContext) OLAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OLD ¶
func (s *Non_reserved_keywords_pre12cContext) OLD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OLD_PUSH_PRED ¶
func (s *Non_reserved_keywords_pre12cContext) OLD_PUSH_PRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OLTP ¶
func (s *Non_reserved_keywords_pre12cContext) OLTP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ONLINE ¶
func (s *Non_reserved_keywords_pre12cContext) ONLINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ONLY ¶
func (s *Non_reserved_keywords_pre12cContext) ONLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPAQUE ¶
func (s *Non_reserved_keywords_pre12cContext) OPAQUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPAQUE_TRANSFORM ¶
func (s *Non_reserved_keywords_pre12cContext) OPAQUE_TRANSFORM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPAQUE_XCANONICAL ¶
func (s *Non_reserved_keywords_pre12cContext) OPAQUE_XCANONICAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPCODE ¶
func (s *Non_reserved_keywords_pre12cContext) OPCODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPEN ¶
func (s *Non_reserved_keywords_pre12cContext) OPEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPERATIONS ¶
func (s *Non_reserved_keywords_pre12cContext) OPERATIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPERATOR ¶
func (s *Non_reserved_keywords_pre12cContext) OPERATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPTIMAL ¶
func (s *Non_reserved_keywords_pre12cContext) OPTIMAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPTIMIZE ¶
func (s *Non_reserved_keywords_pre12cContext) OPTIMIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPTIMIZER_FEATURES_ENABLE ¶
func (s *Non_reserved_keywords_pre12cContext) OPTIMIZER_FEATURES_ENABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPTIMIZER_GOAL ¶
func (s *Non_reserved_keywords_pre12cContext) OPTIMIZER_GOAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPT_ESTIMATE ¶
func (s *Non_reserved_keywords_pre12cContext) OPT_ESTIMATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OPT_PARAM ¶
func (s *Non_reserved_keywords_pre12cContext) OPT_PARAM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORADEBUG ¶
func (s *Non_reserved_keywords_pre12cContext) ORADEBUG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_BRANCH ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_BRANCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_DST_AFFECTED ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_DST_AFFECTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_DST_CONVERT ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_DST_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_DST_ERROR ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_DST_ERROR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_GET_ACLIDS ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_GET_ACLIDS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_GET_PRIVILEGES ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_GET_PRIVILEGES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_HASH ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_ROWSCN ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_ROWSCN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_ROWSCN_RAW ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_ROWSCN_RAW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_ROWVERSION ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_ROWVERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORA_TABVERSION ¶
func (s *Non_reserved_keywords_pre12cContext) ORA_TABVERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORDERED ¶
func (s *Non_reserved_keywords_pre12cContext) ORDERED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORDERED_PREDICATES ¶
func (s *Non_reserved_keywords_pre12cContext) ORDERED_PREDICATES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORDINALITY ¶
func (s *Non_reserved_keywords_pre12cContext) ORDINALITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ORGANIZATION ¶
func (s *Non_reserved_keywords_pre12cContext) ORGANIZATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OR_EXPAND ¶
func (s *Non_reserved_keywords_pre12cContext) OR_EXPAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OR_PREDICATES ¶
func (s *Non_reserved_keywords_pre12cContext) OR_PREDICATES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OTHER ¶
func (s *Non_reserved_keywords_pre12cContext) OTHER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUTER ¶
func (s *Non_reserved_keywords_pre12cContext) OUTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_ANTI ¶
func (s *Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_ANTI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_INNER ¶
func (s *Non_reserved_keywords_pre12cContext) OUTER_JOIN_TO_INNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUTLINE ¶
func (s *Non_reserved_keywords_pre12cContext) OUTLINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUTLINE_LEAF ¶
func (s *Non_reserved_keywords_pre12cContext) OUTLINE_LEAF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OUT_OF_LINE ¶
func (s *Non_reserved_keywords_pre12cContext) OUT_OF_LINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OVER ¶
func (s *Non_reserved_keywords_pre12cContext) OVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OVERFLOW ¶
func (s *Non_reserved_keywords_pre12cContext) OVERFLOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OVERFLOW_NOMOVE ¶
func (s *Non_reserved_keywords_pre12cContext) OVERFLOW_NOMOVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OVERLAPS ¶
func (s *Non_reserved_keywords_pre12cContext) OVERLAPS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OWN ¶
func (s *Non_reserved_keywords_pre12cContext) OWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OWNER ¶
func (s *Non_reserved_keywords_pre12cContext) OWNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) OWNERSHIP ¶
func (s *Non_reserved_keywords_pre12cContext) OWNERSHIP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PACKAGE ¶
func (s *Non_reserved_keywords_pre12cContext) PACKAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PACKAGES ¶
func (s *Non_reserved_keywords_pre12cContext) PACKAGES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARALLEL ¶
func (s *Non_reserved_keywords_pre12cContext) PARALLEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARALLEL_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) PARALLEL_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARAM ¶
func (s *Non_reserved_keywords_pre12cContext) PARAM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARAMETERS ¶
func (s *Non_reserved_keywords_pre12cContext) PARAMETERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARENT ¶
func (s *Non_reserved_keywords_pre12cContext) PARENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARITY ¶
func (s *Non_reserved_keywords_pre12cContext) PARITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTIALLY ¶
func (s *Non_reserved_keywords_pre12cContext) PARTIALLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTITION ¶
func (s *Non_reserved_keywords_pre12cContext) PARTITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTITIONS ¶
func (s *Non_reserved_keywords_pre12cContext) PARTITIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTITION_HASH ¶
func (s *Non_reserved_keywords_pre12cContext) PARTITION_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTITION_LIST ¶
func (s *Non_reserved_keywords_pre12cContext) PARTITION_LIST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTITION_RANGE ¶
func (s *Non_reserved_keywords_pre12cContext) PARTITION_RANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PARTNUMINST ¶
func (s *Non_reserved_keywords_pre12cContext) PARTNUMINST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSING ¶
func (s *Non_reserved_keywords_pre12cContext) PASSING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_GRACE_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_GRACE_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_LIFE_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_LIFE_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_LOCK_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_LOCK_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_MAX ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_MAX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_REUSE_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PASSWORD_VERIFY_FUNCTION ¶
func (s *Non_reserved_keywords_pre12cContext) PASSWORD_VERIFY_FUNCTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PATH ¶
func (s *Non_reserved_keywords_pre12cContext) PATH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PATHS ¶
func (s *Non_reserved_keywords_pre12cContext) PATHS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PBL_HS_BEGIN ¶
func (s *Non_reserved_keywords_pre12cContext) PBL_HS_BEGIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PBL_HS_END ¶
func (s *Non_reserved_keywords_pre12cContext) PBL_HS_END() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PCTINCREASE ¶
func (s *Non_reserved_keywords_pre12cContext) PCTINCREASE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PCTTHRESHOLD ¶
func (s *Non_reserved_keywords_pre12cContext) PCTTHRESHOLD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PCTUSED ¶
func (s *Non_reserved_keywords_pre12cContext) PCTUSED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PCTVERSION ¶
func (s *Non_reserved_keywords_pre12cContext) PCTVERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PENDING ¶
func (s *Non_reserved_keywords_pre12cContext) PENDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERCENTILE_CONT ¶
func (s *Non_reserved_keywords_pre12cContext) PERCENTILE_CONT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERCENTILE_DISC ¶
func (s *Non_reserved_keywords_pre12cContext) PERCENTILE_DISC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERCENT_KEYWORD ¶
func (s *Non_reserved_keywords_pre12cContext) PERCENT_KEYWORD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERCENT_RANK ¶
func (s *Non_reserved_keywords_pre12cContext) PERCENT_RANK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERCENT_RANKM ¶
func (s *Non_reserved_keywords_pre12cContext) PERCENT_RANKM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERFORMANCE ¶
func (s *Non_reserved_keywords_pre12cContext) PERFORMANCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERMANENT ¶
func (s *Non_reserved_keywords_pre12cContext) PERMANENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PERMISSION ¶
func (s *Non_reserved_keywords_pre12cContext) PERMISSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PFILE ¶
func (s *Non_reserved_keywords_pre12cContext) PFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PHYSICAL ¶
func (s *Non_reserved_keywords_pre12cContext) PHYSICAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PIKEY ¶
func (s *Non_reserved_keywords_pre12cContext) PIKEY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PIVOT ¶
func (s *Non_reserved_keywords_pre12cContext) PIVOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PIV_GB ¶
func (s *Non_reserved_keywords_pre12cContext) PIV_GB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PIV_SSF ¶
func (s *Non_reserved_keywords_pre12cContext) PIV_SSF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLACE_DISTINCT ¶
func (s *Non_reserved_keywords_pre12cContext) PLACE_DISTINCT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLACE_GROUP_BY ¶
func (s *Non_reserved_keywords_pre12cContext) PLACE_GROUP_BY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLAN ¶
func (s *Non_reserved_keywords_pre12cContext) PLAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSCOPE_SETTINGS ¶
func (s *Non_reserved_keywords_pre12cContext) PLSCOPE_SETTINGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSQL_CCFLAGS ¶
func (s *Non_reserved_keywords_pre12cContext) PLSQL_CCFLAGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSQL_CODE_TYPE ¶
func (s *Non_reserved_keywords_pre12cContext) PLSQL_CODE_TYPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSQL_DEBUG ¶
func (s *Non_reserved_keywords_pre12cContext) PLSQL_DEBUG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSQL_OPTIMIZE_LEVEL ¶
func (s *Non_reserved_keywords_pre12cContext) PLSQL_OPTIMIZE_LEVEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PLSQL_WARNINGS ¶
func (s *Non_reserved_keywords_pre12cContext) PLSQL_WARNINGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POINT ¶
func (s *Non_reserved_keywords_pre12cContext) POINT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POLICY ¶
func (s *Non_reserved_keywords_pre12cContext) POLICY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POST_TRANSACTION ¶
func (s *Non_reserved_keywords_pre12cContext) POST_TRANSACTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POWER ¶
func (s *Non_reserved_keywords_pre12cContext) POWER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POWERMULTISET ¶
func (s *Non_reserved_keywords_pre12cContext) POWERMULTISET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) POWERMULTISET_BY_CARDINALITY ¶
func (s *Non_reserved_keywords_pre12cContext) POWERMULTISET_BY_CARDINALITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PQ_DISTRIBUTE ¶
func (s *Non_reserved_keywords_pre12cContext) PQ_DISTRIBUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PQ_MAP ¶
func (s *Non_reserved_keywords_pre12cContext) PQ_MAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PQ_NOMAP ¶
func (s *Non_reserved_keywords_pre12cContext) PQ_NOMAP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREBUILT ¶
func (s *Non_reserved_keywords_pre12cContext) PREBUILT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRECEDES ¶
func (s *Non_reserved_keywords_pre12cContext) PRECEDES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRECEDING ¶
func (s *Non_reserved_keywords_pre12cContext) PRECEDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRECISION ¶
func (s *Non_reserved_keywords_pre12cContext) PRECISION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRECOMPUTE_SUBQUERY ¶
func (s *Non_reserved_keywords_pre12cContext) PRECOMPUTE_SUBQUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICATE_REORDERS ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICATE_REORDERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION_BOUNDS ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION_BOUNDS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION_COST ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION_COST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION_DETAILS ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION_DETAILS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION_PROBABILITY ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION_PROBABILITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREDICTION_SET ¶
func (s *Non_reserved_keywords_pre12cContext) PREDICTION_SET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREPARE ¶
func (s *Non_reserved_keywords_pre12cContext) PREPARE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRESENT ¶
func (s *Non_reserved_keywords_pre12cContext) PRESENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRESENTNNV ¶
func (s *Non_reserved_keywords_pre12cContext) PRESENTNNV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRESENTV ¶
func (s *Non_reserved_keywords_pre12cContext) PRESENTV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRESERVE ¶
func (s *Non_reserved_keywords_pre12cContext) PRESERVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRESERVE_OID ¶
func (s *Non_reserved_keywords_pre12cContext) PRESERVE_OID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PREVIOUS ¶
func (s *Non_reserved_keywords_pre12cContext) PREVIOUS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRIMARY ¶
func (s *Non_reserved_keywords_pre12cContext) PRIMARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRIVATE ¶
func (s *Non_reserved_keywords_pre12cContext) PRIVATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRIVATE_SGA ¶
func (s *Non_reserved_keywords_pre12cContext) PRIVATE_SGA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRIVILEGE ¶
func (s *Non_reserved_keywords_pre12cContext) PRIVILEGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PRIVILEGES ¶
func (s *Non_reserved_keywords_pre12cContext) PRIVILEGES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROCEDURAL ¶
func (s *Non_reserved_keywords_pre12cContext) PROCEDURAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROCEDURE ¶
func (s *Non_reserved_keywords_pre12cContext) PROCEDURE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROCESS ¶
func (s *Non_reserved_keywords_pre12cContext) PROCESS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROFILE ¶
func (s *Non_reserved_keywords_pre12cContext) PROFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROGRAM ¶
func (s *Non_reserved_keywords_pre12cContext) PROGRAM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROJECT ¶
func (s *Non_reserved_keywords_pre12cContext) PROJECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROPAGATE ¶
func (s *Non_reserved_keywords_pre12cContext) PROPAGATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROTECTED ¶
func (s *Non_reserved_keywords_pre12cContext) PROTECTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PROTECTION ¶
func (s *Non_reserved_keywords_pre12cContext) PROTECTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PULL_PRED ¶
func (s *Non_reserved_keywords_pre12cContext) PULL_PRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PURGE ¶
func (s *Non_reserved_keywords_pre12cContext) PURGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PUSH_PRED ¶
func (s *Non_reserved_keywords_pre12cContext) PUSH_PRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PUSH_SUBQ ¶
func (s *Non_reserved_keywords_pre12cContext) PUSH_SUBQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PX_GRANULE ¶
func (s *Non_reserved_keywords_pre12cContext) PX_GRANULE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) PX_JOIN_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) PX_JOIN_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QB_NAME ¶
func (s *Non_reserved_keywords_pre12cContext) QB_NAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUERY ¶
func (s *Non_reserved_keywords_pre12cContext) QUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUERY_BLOCK ¶
func (s *Non_reserved_keywords_pre12cContext) QUERY_BLOCK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUEUE ¶
func (s *Non_reserved_keywords_pre12cContext) QUEUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUEUE_CURR ¶
func (s *Non_reserved_keywords_pre12cContext) QUEUE_CURR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUEUE_ROWP ¶
func (s *Non_reserved_keywords_pre12cContext) QUEUE_ROWP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUIESCE ¶
func (s *Non_reserved_keywords_pre12cContext) QUIESCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUORUM ¶
func (s *Non_reserved_keywords_pre12cContext) QUORUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) QUOTA ¶
func (s *Non_reserved_keywords_pre12cContext) QUOTA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RANDOM ¶
func (s *Non_reserved_keywords_pre12cContext) RANDOM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RANDOM_LOCAL ¶
func (s *Non_reserved_keywords_pre12cContext) RANDOM_LOCAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RANGE ¶
func (s *Non_reserved_keywords_pre12cContext) RANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RANK ¶
func (s *Non_reserved_keywords_pre12cContext) RANK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RANKM ¶
func (s *Non_reserved_keywords_pre12cContext) RANKM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RAPIDLY ¶
func (s *Non_reserved_keywords_pre12cContext) RAPIDLY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RATIO_TO_REPORT ¶
func (s *Non_reserved_keywords_pre12cContext) RATIO_TO_REPORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RAWTOHEX ¶
func (s *Non_reserved_keywords_pre12cContext) RAWTOHEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RAWTONHEX ¶
func (s *Non_reserved_keywords_pre12cContext) RAWTONHEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RBA ¶
func (s *Non_reserved_keywords_pre12cContext) RBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RBO_OUTLINE ¶
func (s *Non_reserved_keywords_pre12cContext) RBO_OUTLINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RDBA ¶
func (s *Non_reserved_keywords_pre12cContext) RDBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) READ ¶
func (s *Non_reserved_keywords_pre12cContext) READ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) READS ¶
func (s *Non_reserved_keywords_pre12cContext) READS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REAL ¶
func (s *Non_reserved_keywords_pre12cContext) REAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REBALANCE ¶
func (s *Non_reserved_keywords_pre12cContext) REBALANCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REBUILD ¶
func (s *Non_reserved_keywords_pre12cContext) REBUILD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECORDS_PER_BLOCK ¶
func (s *Non_reserved_keywords_pre12cContext) RECORDS_PER_BLOCK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECOVER ¶
func (s *Non_reserved_keywords_pre12cContext) RECOVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECOVERABLE ¶
func (s *Non_reserved_keywords_pre12cContext) RECOVERABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECOVERY ¶
func (s *Non_reserved_keywords_pre12cContext) RECOVERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECYCLE ¶
func (s *Non_reserved_keywords_pre12cContext) RECYCLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RECYCLEBIN ¶
func (s *Non_reserved_keywords_pre12cContext) RECYCLEBIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REDACTION ¶
func (s *Non_reserved_keywords_pre12cContext) REDACTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REDO ¶
func (s *Non_reserved_keywords_pre12cContext) REDO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REDUCED ¶
func (s *Non_reserved_keywords_pre12cContext) REDUCED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REDUNDANCY ¶
func (s *Non_reserved_keywords_pre12cContext) REDUNDANCY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REF ¶
func (s *Non_reserved_keywords_pre12cContext) REF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFERENCE ¶
func (s *Non_reserved_keywords_pre12cContext) REFERENCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFERENCED ¶
func (s *Non_reserved_keywords_pre12cContext) REFERENCED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFERENCES ¶
func (s *Non_reserved_keywords_pre12cContext) REFERENCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFERENCING ¶
func (s *Non_reserved_keywords_pre12cContext) REFERENCING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFRESH ¶
func (s *Non_reserved_keywords_pre12cContext) REFRESH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REFTOHEX ¶
func (s *Non_reserved_keywords_pre12cContext) REFTOHEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REF_CASCADE_CURSOR ¶
func (s *Non_reserved_keywords_pre12cContext) REF_CASCADE_CURSOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGEXP_COUNT ¶
func (s *Non_reserved_keywords_pre12cContext) REGEXP_COUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGEXP_INSTR ¶
func (s *Non_reserved_keywords_pre12cContext) REGEXP_INSTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGEXP_LIKE ¶
func (s *Non_reserved_keywords_pre12cContext) REGEXP_LIKE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGEXP_REPLACE ¶
func (s *Non_reserved_keywords_pre12cContext) REGEXP_REPLACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGEXP_SUBSTR ¶
func (s *Non_reserved_keywords_pre12cContext) REGEXP_SUBSTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGISTER ¶
func (s *Non_reserved_keywords_pre12cContext) REGISTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_AVGX ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_AVGX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_AVGY ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_AVGY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_COUNT ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_COUNT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_INTERCEPT ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_INTERCEPT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_R2 ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_R2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_SLOPE ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_SLOPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_SXX ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_SXX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_SXY ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_SXY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGR_SYY ¶
func (s *Non_reserved_keywords_pre12cContext) REGR_SYY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REGULAR ¶
func (s *Non_reserved_keywords_pre12cContext) REGULAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REJECT ¶
func (s *Non_reserved_keywords_pre12cContext) REJECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REKEY ¶
func (s *Non_reserved_keywords_pre12cContext) REKEY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RELATIONAL ¶
func (s *Non_reserved_keywords_pre12cContext) RELATIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RELY ¶
func (s *Non_reserved_keywords_pre12cContext) RELY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REMAINDER ¶
func (s *Non_reserved_keywords_pre12cContext) REMAINDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REMOTE_MAPPED ¶
func (s *Non_reserved_keywords_pre12cContext) REMOTE_MAPPED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REMOVE ¶
func (s *Non_reserved_keywords_pre12cContext) REMOVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REPAIR ¶
func (s *Non_reserved_keywords_pre12cContext) REPAIR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REPEAT ¶
func (s *Non_reserved_keywords_pre12cContext) REPEAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REPLACE ¶
func (s *Non_reserved_keywords_pre12cContext) REPLACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REPLICATION ¶
func (s *Non_reserved_keywords_pre12cContext) REPLICATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REQUIRED ¶
func (s *Non_reserved_keywords_pre12cContext) REQUIRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESET ¶
func (s *Non_reserved_keywords_pre12cContext) RESET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESETLOGS ¶
func (s *Non_reserved_keywords_pre12cContext) RESETLOGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESIZE ¶
func (s *Non_reserved_keywords_pre12cContext) RESIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESOLVE ¶
func (s *Non_reserved_keywords_pre12cContext) RESOLVE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESOLVER ¶
func (s *Non_reserved_keywords_pre12cContext) RESOLVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESPECT ¶
func (s *Non_reserved_keywords_pre12cContext) RESPECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESTORE ¶
func (s *Non_reserved_keywords_pre12cContext) RESTORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESTORE_AS_INTERVALS ¶
func (s *Non_reserved_keywords_pre12cContext) RESTORE_AS_INTERVALS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESTRICT ¶
func (s *Non_reserved_keywords_pre12cContext) RESTRICT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESTRICTED ¶
func (s *Non_reserved_keywords_pre12cContext) RESTRICTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESTRICT_ALL_REF_CONS ¶
func (s *Non_reserved_keywords_pre12cContext) RESTRICT_ALL_REF_CONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESULT_CACHE ¶
func (s *Non_reserved_keywords_pre12cContext) RESULT_CACHE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESUMABLE ¶
func (s *Non_reserved_keywords_pre12cContext) RESUMABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RESUME ¶
func (s *Non_reserved_keywords_pre12cContext) RESUME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RETENTION ¶
func (s *Non_reserved_keywords_pre12cContext) RETENTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RETRY_ON_ROW_CHANGE ¶
func (s *Non_reserved_keywords_pre12cContext) RETRY_ON_ROW_CHANGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RETURN ¶
func (s *Non_reserved_keywords_pre12cContext) RETURN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RETURNING ¶
func (s *Non_reserved_keywords_pre12cContext) RETURNING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REUSE ¶
func (s *Non_reserved_keywords_pre12cContext) REUSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REVERSE ¶
func (s *Non_reserved_keywords_pre12cContext) REVERSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) REWRITE_OR_ERROR ¶
func (s *Non_reserved_keywords_pre12cContext) REWRITE_OR_ERROR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RIGHT ¶
func (s *Non_reserved_keywords_pre12cContext) RIGHT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROLE ¶
func (s *Non_reserved_keywords_pre12cContext) ROLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROLES ¶
func (s *Non_reserved_keywords_pre12cContext) ROLES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROLLBACK ¶
func (s *Non_reserved_keywords_pre12cContext) ROLLBACK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROLLING ¶
func (s *Non_reserved_keywords_pre12cContext) ROLLING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROLLUP ¶
func (s *Non_reserved_keywords_pre12cContext) ROLLUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROUND ¶
func (s *Non_reserved_keywords_pre12cContext) ROUND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROW ¶
func (s *Non_reserved_keywords_pre12cContext) ROW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWDEPENDENCIES ¶
func (s *Non_reserved_keywords_pre12cContext) ROWDEPENDENCIES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWID ¶
func (s *Non_reserved_keywords_pre12cContext) ROWID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWIDTOCHAR ¶
func (s *Non_reserved_keywords_pre12cContext) ROWIDTOCHAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWIDTONCHAR ¶
func (s *Non_reserved_keywords_pre12cContext) ROWIDTONCHAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWNUM ¶
func (s *Non_reserved_keywords_pre12cContext) ROWNUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROWS ¶
func (s *Non_reserved_keywords_pre12cContext) ROWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROW_LENGTH ¶
func (s *Non_reserved_keywords_pre12cContext) ROW_LENGTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ROW_NUMBER ¶
func (s *Non_reserved_keywords_pre12cContext) ROW_NUMBER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RPAD ¶
func (s *Non_reserved_keywords_pre12cContext) RPAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RTRIM ¶
func (s *Non_reserved_keywords_pre12cContext) RTRIM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RULE ¶
func (s *Non_reserved_keywords_pre12cContext) RULE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) RULES ¶
func (s *Non_reserved_keywords_pre12cContext) RULES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SALT ¶
func (s *Non_reserved_keywords_pre12cContext) SALT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SAMPLE ¶
func (s *Non_reserved_keywords_pre12cContext) SAMPLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SAVEPOINT ¶
func (s *Non_reserved_keywords_pre12cContext) SAVEPOINT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SAVE_AS_INTERVALS ¶
func (s *Non_reserved_keywords_pre12cContext) SAVE_AS_INTERVALS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SB4 ¶
func (s *Non_reserved_keywords_pre12cContext) SB4() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCALE ¶
func (s *Non_reserved_keywords_pre12cContext) SCALE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCALE_ROWS ¶
func (s *Non_reserved_keywords_pre12cContext) SCALE_ROWS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCAN ¶
func (s *Non_reserved_keywords_pre12cContext) SCAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCAN_INSTANCES ¶
func (s *Non_reserved_keywords_pre12cContext) SCAN_INSTANCES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCHEDULER ¶
func (s *Non_reserved_keywords_pre12cContext) SCHEDULER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCHEMA ¶
func (s *Non_reserved_keywords_pre12cContext) SCHEMA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCHEMACHECK ¶
func (s *Non_reserved_keywords_pre12cContext) SCHEMACHECK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCN ¶
func (s *Non_reserved_keywords_pre12cContext) SCN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCN_ASCENDING ¶
func (s *Non_reserved_keywords_pre12cContext) SCN_ASCENDING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SCOPE ¶
func (s *Non_reserved_keywords_pre12cContext) SCOPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SD_ALL ¶
func (s *Non_reserved_keywords_pre12cContext) SD_ALL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SD_INHIBIT ¶
func (s *Non_reserved_keywords_pre12cContext) SD_INHIBIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SD_SHOW ¶
func (s *Non_reserved_keywords_pre12cContext) SD_SHOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEARCH ¶
func (s *Non_reserved_keywords_pre12cContext) SEARCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SECOND ¶
func (s *Non_reserved_keywords_pre12cContext) SECOND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SECUREFILE ¶
func (s *Non_reserved_keywords_pre12cContext) SECUREFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SECUREFILE_DBA ¶
func (s *Non_reserved_keywords_pre12cContext) SECUREFILE_DBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SECURITY ¶
func (s *Non_reserved_keywords_pre12cContext) SECURITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEED ¶
func (s *Non_reserved_keywords_pre12cContext) SEED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEGMENT ¶
func (s *Non_reserved_keywords_pre12cContext) SEGMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEG_BLOCK ¶
func (s *Non_reserved_keywords_pre12cContext) SEG_BLOCK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEG_FILE ¶
func (s *Non_reserved_keywords_pre12cContext) SEG_FILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SELECTIVITY ¶
func (s *Non_reserved_keywords_pre12cContext) SELECTIVITY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEMIJOIN ¶
func (s *Non_reserved_keywords_pre12cContext) SEMIJOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEMIJOIN_DRIVER ¶
func (s *Non_reserved_keywords_pre12cContext) SEMIJOIN_DRIVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEMI_TO_INNER ¶
func (s *Non_reserved_keywords_pre12cContext) SEMI_TO_INNER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEQUENCE ¶
func (s *Non_reserved_keywords_pre12cContext) SEQUENCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEQUENCED ¶
func (s *Non_reserved_keywords_pre12cContext) SEQUENCED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEQUENTIAL ¶
func (s *Non_reserved_keywords_pre12cContext) SEQUENTIAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SERIALIZABLE ¶
func (s *Non_reserved_keywords_pre12cContext) SERIALIZABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SERVERERROR ¶
func (s *Non_reserved_keywords_pre12cContext) SERVERERROR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SESSION ¶
func (s *Non_reserved_keywords_pre12cContext) SESSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SESSIONS_PER_USER ¶
func (s *Non_reserved_keywords_pre12cContext) SESSIONS_PER_USER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SESSIONTIMEZONE ¶
func (s *Non_reserved_keywords_pre12cContext) SESSIONTIMEZONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SESSIONTZNAME ¶
func (s *Non_reserved_keywords_pre12cContext) SESSIONTZNAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SESSION_CACHED_CURSORS ¶
func (s *Non_reserved_keywords_pre12cContext) SESSION_CACHED_CURSORS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SETS ¶
func (s *Non_reserved_keywords_pre12cContext) SETS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SETTINGS ¶
func (s *Non_reserved_keywords_pre12cContext) SETTINGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SET_TO_JOIN ¶
func (s *Non_reserved_keywords_pre12cContext) SET_TO_JOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SEVERE ¶
func (s *Non_reserved_keywords_pre12cContext) SEVERE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SHARED ¶
func (s *Non_reserved_keywords_pre12cContext) SHARED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SHARED_POOL ¶
func (s *Non_reserved_keywords_pre12cContext) SHARED_POOL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SHOW ¶
func (s *Non_reserved_keywords_pre12cContext) SHOW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SHRINK ¶
func (s *Non_reserved_keywords_pre12cContext) SHRINK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SHUTDOWN ¶
func (s *Non_reserved_keywords_pre12cContext) SHUTDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIBLINGS ¶
func (s *Non_reserved_keywords_pre12cContext) SIBLINGS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SID ¶
func (s *Non_reserved_keywords_pre12cContext) SID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIGN ¶
func (s *Non_reserved_keywords_pre12cContext) SIGN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIGNAL_COMPONENT ¶
func (s *Non_reserved_keywords_pre12cContext) SIGNAL_COMPONENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIGNAL_FUNCTION ¶
func (s *Non_reserved_keywords_pre12cContext) SIGNAL_FUNCTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIMPLE ¶
func (s *Non_reserved_keywords_pre12cContext) SIMPLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SIN ¶
func (s *Non_reserved_keywords_pre12cContext) SIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SINGLE ¶
func (s *Non_reserved_keywords_pre12cContext) SINGLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SINGLETASK ¶
func (s *Non_reserved_keywords_pre12cContext) SINGLETASK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SINH ¶
func (s *Non_reserved_keywords_pre12cContext) SINH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SKIP_ ¶
func (s *Non_reserved_keywords_pre12cContext) SKIP_() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SKIP_EXT_OPTIMIZER ¶
func (s *Non_reserved_keywords_pre12cContext) SKIP_EXT_OPTIMIZER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SKIP_UNQ_UNUSABLE_IDX ¶
func (s *Non_reserved_keywords_pre12cContext) SKIP_UNQ_UNUSABLE_IDX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SKIP_UNUSABLE_INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) SKIP_UNUSABLE_INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SMALLFILE ¶
func (s *Non_reserved_keywords_pre12cContext) SMALLFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SNAPSHOT ¶
func (s *Non_reserved_keywords_pre12cContext) SNAPSHOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SOME ¶
func (s *Non_reserved_keywords_pre12cContext) SOME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SORT ¶
func (s *Non_reserved_keywords_pre12cContext) SORT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SOUNDEX ¶
func (s *Non_reserved_keywords_pre12cContext) SOUNDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SOURCE ¶
func (s *Non_reserved_keywords_pre12cContext) SOURCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SPACE_KEYWORD ¶
func (s *Non_reserved_keywords_pre12cContext) SPACE_KEYWORD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SPECIFICATION ¶
func (s *Non_reserved_keywords_pre12cContext) SPECIFICATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SPFILE ¶
func (s *Non_reserved_keywords_pre12cContext) SPFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SPLIT ¶
func (s *Non_reserved_keywords_pre12cContext) SPLIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SPREADSHEET ¶
func (s *Non_reserved_keywords_pre12cContext) SPREADSHEET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SQL ¶
func (s *Non_reserved_keywords_pre12cContext) SQL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SQLLDR ¶
func (s *Non_reserved_keywords_pre12cContext) SQLLDR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SQL_TRACE ¶
func (s *Non_reserved_keywords_pre12cContext) SQL_TRACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SQRT ¶
func (s *Non_reserved_keywords_pre12cContext) SQRT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STALE ¶
func (s *Non_reserved_keywords_pre12cContext) STALE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STANDALONE ¶
func (s *Non_reserved_keywords_pre12cContext) STANDALONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STANDBY ¶
func (s *Non_reserved_keywords_pre12cContext) STANDBY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STANDBY_MAX_DATA_DELAY ¶
func (s *Non_reserved_keywords_pre12cContext) STANDBY_MAX_DATA_DELAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STAR ¶
func (s *Non_reserved_keywords_pre12cContext) STAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STARTUP ¶
func (s *Non_reserved_keywords_pre12cContext) STARTUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STAR_TRANSFORMATION ¶
func (s *Non_reserved_keywords_pre12cContext) STAR_TRANSFORMATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATEMENTS ¶
func (s *Non_reserved_keywords_pre12cContext) STATEMENTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATEMENT_ID ¶
func (s *Non_reserved_keywords_pre12cContext) STATEMENT_ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATEMENT_QUEUING ¶
func (s *Non_reserved_keywords_pre12cContext) STATEMENT_QUEUING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATIC ¶
func (s *Non_reserved_keywords_pre12cContext) STATIC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATISTICS ¶
func (s *Non_reserved_keywords_pre12cContext) STATISTICS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_BINOMIAL_TEST ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_BINOMIAL_TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_CROSSTAB ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_CROSSTAB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_F_TEST ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_F_TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_KS_TEST ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_KS_TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_MODE ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_MODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_MW_TEST ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_MW_TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_ONE_WAY_ANOVA ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_ONE_WAY_ANOVA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEP ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEPU ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_INDEPU() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_T_TEST_ONE ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_ONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_T_TEST_PAIRED ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_T_TEST_PAIRED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STATS_WSR_TEST ¶
func (s *Non_reserved_keywords_pre12cContext) STATS_WSR_TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STDDEV ¶
func (s *Non_reserved_keywords_pre12cContext) STDDEV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STDDEV_POP ¶
func (s *Non_reserved_keywords_pre12cContext) STDDEV_POP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STDDEV_SAMP ¶
func (s *Non_reserved_keywords_pre12cContext) STDDEV_SAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STOP ¶
func (s *Non_reserved_keywords_pre12cContext) STOP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STORAGE ¶
func (s *Non_reserved_keywords_pre12cContext) STORAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STORE ¶
func (s *Non_reserved_keywords_pre12cContext) STORE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STREAMS ¶
func (s *Non_reserved_keywords_pre12cContext) STREAMS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRICT ¶
func (s *Non_reserved_keywords_pre12cContext) STRICT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRING ¶
func (s *Non_reserved_keywords_pre12cContext) STRING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRIP ¶
func (s *Non_reserved_keywords_pre12cContext) STRIP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRIPE_COLUMNS ¶
func (s *Non_reserved_keywords_pre12cContext) STRIPE_COLUMNS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRIPE_WIDTH ¶
func (s *Non_reserved_keywords_pre12cContext) STRIPE_WIDTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) STRUCTURE ¶
func (s *Non_reserved_keywords_pre12cContext) STRUCTURE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBMULTISET ¶
func (s *Non_reserved_keywords_pre12cContext) SUBMULTISET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBPARTITION ¶
func (s *Non_reserved_keywords_pre12cContext) SUBPARTITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBPARTITIONS ¶
func (s *Non_reserved_keywords_pre12cContext) SUBPARTITIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBPARTITION_REL ¶
func (s *Non_reserved_keywords_pre12cContext) SUBPARTITION_REL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBQUERIES ¶
func (s *Non_reserved_keywords_pre12cContext) SUBQUERIES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBQUERY_PRUNING ¶
func (s *Non_reserved_keywords_pre12cContext) SUBQUERY_PRUNING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTITUTABLE ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTITUTABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTR ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTR2 ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTR2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTR4 ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTR4() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTRB ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTRB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUBSTRC ¶
func (s *Non_reserved_keywords_pre12cContext) SUBSTRC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUCCESSFUL ¶
func (s *Non_reserved_keywords_pre12cContext) SUCCESSFUL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUM ¶
func (s *Non_reserved_keywords_pre12cContext) SUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUMMARY ¶
func (s *Non_reserved_keywords_pre12cContext) SUMMARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUPPLEMENTAL ¶
func (s *Non_reserved_keywords_pre12cContext) SUPPLEMENTAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SUSPEND ¶
func (s *Non_reserved_keywords_pre12cContext) SUSPEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SWAP_JOIN_INPUTS ¶
func (s *Non_reserved_keywords_pre12cContext) SWAP_JOIN_INPUTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SWITCH ¶
func (s *Non_reserved_keywords_pre12cContext) SWITCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SWITCHOVER ¶
func (s *Non_reserved_keywords_pre12cContext) SWITCHOVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYNC ¶
func (s *Non_reserved_keywords_pre12cContext) SYNC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYNCHRONOUS ¶
func (s *Non_reserved_keywords_pre12cContext) SYNCHRONOUS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSASM ¶
func (s *Non_reserved_keywords_pre12cContext) SYSASM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSAUX ¶
func (s *Non_reserved_keywords_pre12cContext) SYSAUX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSDATE ¶
func (s *Non_reserved_keywords_pre12cContext) SYSDATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSDBA ¶
func (s *Non_reserved_keywords_pre12cContext) SYSDBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSOPER ¶
func (s *Non_reserved_keywords_pre12cContext) SYSOPER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSTEM ¶
func (s *Non_reserved_keywords_pre12cContext) SYSTEM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSTEM_DEFINED ¶
func (s *Non_reserved_keywords_pre12cContext) SYSTEM_DEFINED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYSTIMESTAMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYSTIMESTAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_AUDIT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_AUDIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_CHECKACL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_CHECKACL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_CONNECT_BY_PATH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_CONNECT_BY_PATH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_CONTEXT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_CONTEXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DBURIGEN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DBURIGEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DL_CURSOR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DL_CURSOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_CHR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_CHR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_NUM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DM_RXFORM_NUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DOM_COMPARE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DOM_COMPARE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DST_PRIM2SEC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DST_PRIM2SEC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_DST_SEC2PRIM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_DST_SEC2PRIM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ET_BFILE_TO_RAW ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ET_BFILE_TO_RAW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ET_BLOB_TO_IMAGE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ET_BLOB_TO_IMAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ET_IMAGE_TO_BLOB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ET_IMAGE_TO_BLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ET_RAW_TO_BFILE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ET_RAW_TO_BFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_EXTPDTXT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_EXTPDTXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_EXTRACT_UTC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_EXTRACT_UTC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_FBT_INSDEL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_FBT_INSDEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_FILTER_ACLS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_FILTER_ACLS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_FNMATCHES ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_FNMATCHES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_FNREPLACE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_FNREPLACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_GETTOKENID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_GETTOKENID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_GETXTIVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_GETXTIVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_GET_ACLIDS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_GET_ACLIDS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_GET_PRIVILEGES ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_GET_PRIVILEGES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_GUID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_GUID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_MAKEXML ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_MAKEXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_MAKE_XMLNODEID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_MAKE_XMLNODEID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_MKXMLATTR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_MKXMLATTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OPTLOBPRBSC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OPTLOBPRBSC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OPTXICMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OPTXICMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OPTXQCASTASNQ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OPTXQCASTASNQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ADT2BIN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ADT2BIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ADTCONS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ADTCONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ALSCRVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ALSCRVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ATG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ATG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_BIN2ADT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BIN2ADT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_BITVEC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BITVEC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_BL2R ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BL2R() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER_LIST ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_BLOOM_FILTER_LIST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_C2C ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_C2C() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CAST ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CEG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CEG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CL2C ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CL2C() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_COMBINED_HASH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COMBINED_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_COMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CONVERT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CONVERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_COUNTCHG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_COUNTCHG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CSCONV ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSCONV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CSCONVTEST ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSCONVTEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CSR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_CSX_PATCH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_CSX_PATCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DECOMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DECOMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DESCEND ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DESCEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DISTINCT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DISTINCT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DRA ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DRA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DUMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DUMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_DV_CHECK ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_DV_CHECK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ENFORCE_NOT_NULL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ENFORCE_NOT_NULL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_EXTRACT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_EXTRACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_GROUPING ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_GROUPING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_GUID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_GUID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_IIX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_IIX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ITR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ITR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LBID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LBID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2BLOB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2BLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2CLOB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2CLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2ID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2ID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2NCLOB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2NCLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2TYP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LOBLOC2TYP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LSVI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LSVI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_LVL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_LVL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_MAKEOID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MAKEOID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_MAP_NONNULL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MAP_NONNULL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_MSR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_MSR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NICOMBINE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NICOMBINE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NIEXTRACT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NIEXTRACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NII ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NII() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NIX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NIX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NOEXPAND ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NOEXPAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NTCIMG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NTCIMG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_NUMTORAW ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_NUMTORAW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_OIDVALUE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_OIDVALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_OPNSIZE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_OPNSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_PAR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_PARGID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PARGID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_PARGID_1 ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PARGID_1() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_PAR_1 ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PAR_1() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_PIVOT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_PIVOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_R2O ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_R2O() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_RAWTONUM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RAWTONUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_RDTM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RDTM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_REF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_REF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_RMTD ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RMTD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_ROWIDTOOBJ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_ROWIDTOOBJ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_RPB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_RPB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_TOSETID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TOSETID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_TPR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TPR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_TRTB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_TRTB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_UNDESCEND ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_UNDESCEND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VECAND ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECAND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VECBIT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECBIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VECOR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VECXOR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VECXOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VERSION ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VREF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VREF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_VVD ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_VVD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_XMLCONS_FOR_CSX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XMLCONS_FOR_CSX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_XPTHATG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHATG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_XPTHIDX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHIDX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_XPTHOP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XPTHOP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_OP_XTXT2SQLT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_OP_XTXT2SQLT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_DEPTH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_DEPTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_MAXCHILD ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_MAXCHILD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_PARENT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ORDERKEY_PARENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PARALLEL_TXN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PARALLEL_TXN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_ATTR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_ATTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_NMSPC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_IS_NMSPC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNAME ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNMSPC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PATHID_LASTNMSPC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PATH_REVERSE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PATH_REVERSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_PXQEXTRACT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_PXQEXTRACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_RID_ORDER ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_RID_ORDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_ROW_DELTA ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_ROW_DELTA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_SC_2_XMLT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_SC_2_XMLT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_SYNRCIREDO ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_SYNRCIREDO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_TYPEID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_TYPEID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_UMAKEXML ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_UMAKEXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLANALYZE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLANALYZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLCONTAINS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLCONTAINS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLCONV ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLCONV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLEXNSURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLEXNSURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLGEN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLGEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLINSTR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLINSTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISNODE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISNODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISTEXT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLI_LOC_ISTEXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLLOCATOR_GETSVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLLOCATOR_GETSVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETCID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETCID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETLOCATOR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETLOCATOR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETOKEY ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETOKEY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPATHID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPATHID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPTRID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETPTRID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETRID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETRID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETSVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETSVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETTID ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLNODEID_GETTID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLTRANSLATE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLTRANSLATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLTYPE2SQL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLTYPE2SQL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XMLT_2_SC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XMLT_2_SC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQBASEURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQBASEURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQCASTABLEERRH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQCASTABLEERRH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQCODEP2STR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQCODEP2STR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQCODEPEQ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQCODEPEQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQCON2SEQ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQCON2SEQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQCONCAT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQCONCAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQDELETE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQDELETE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQDFLTCOLATION ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQDFLTCOLATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQDOC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQDOC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQDOCURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQDOCURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQDURDIV ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQDURDIV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQED4URI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQED4URI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQENDSWITH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQENDSWITH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQERR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQERR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQERRH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQERRH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQESHTMLURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQESHTMLURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQEXLOBVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXLOBVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQEXSTWRP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXSTWRP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQEXTRACT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXTRACT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQEXTRREF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXTRREF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQEXVAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQEXVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFB2STR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFB2STR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNBOOL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNBOOL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNCMP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNCMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNDATIM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNDATIM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNLNAME ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNLNAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNNSURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNNSURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNPREDTRUTH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNPREDTRUTH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNQNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNQNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFNROOT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFNROOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFORMATNUM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFORMATNUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFTCONTAIN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFTCONTAIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQFUNCR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQFUNCR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQGETCONTENT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQGETCONTENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQINDXOF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQINDXOF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQINSERT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQINSERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQINSPFX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQINSPFX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQIRI2URI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQIRI2URI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQLANG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQLANG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQLLNMFRMQNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQLLNMFRMQNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQMKNODEREF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQMKNODEREF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNILLED ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNILLED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNODENAME ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNODENAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNORMSPACE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNORMSPACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNORMUCODE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNORMUCODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNSP4PFX ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNSP4PFX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQNSPFRMQNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQNSPFRMQNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPFXFRMQNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPFXFRMQNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYABS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYABS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYADD ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYADD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYCEL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYCST ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYCSTBL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYCSTBL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYDIV ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYDIV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYFLR ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYFLR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYMOD ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYMOD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYMUL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYMUL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYRND ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYRND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYSQRT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYSQRT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYSUB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYSUB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYUMUS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYUMUS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYUPLS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYUPLS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVEQ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVEQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVGT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVLT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQPOLYVNE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQPOLYVNE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQREF2VAL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQREF2VAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRENAME ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRENAME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQREPLACE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQREPLACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRESVURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRESVURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRNDHALF2EVN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRNDHALF2EVN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRSLVQNM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRSLVQNM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRYENVPGET ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYENVPGET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRYVARGET ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYVARGET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQRYWRP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQRYWRP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON4XC ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQ2CON4XC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQDEEPEQ ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQDEEPEQ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQINSB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQINSB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQRM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQRM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQRVS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQRVS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQSUB ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQSUB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSEQTYPMATCH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSEQTYPMATCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSTARTSWITH ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTARTSWITH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSTATBURI ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTATBURI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSTR2CODEP ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTR2CODEP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSTRJOIN ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSTRJOIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRAFT ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRAFT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRBEF ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQSUBSTRBEF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQTOKENIZE ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQTOKENIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQTREATAS ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQTREATAS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQXFORM ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQXFORM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQ_ASQLCNV ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_ASQLCNV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQ_ATOMCNVCHK ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_ATOMCNVCHK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQ_NRNG ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_NRNG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQ_PKSQL2XML ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_PKSQL2XML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) SYS_XQ_UPKXML2SQL ¶
func (s *Non_reserved_keywords_pre12cContext) SYS_XQ_UPKXML2SQL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLES ¶
func (s *Non_reserved_keywords_pre12cContext) TABLES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLESPACE ¶
func (s *Non_reserved_keywords_pre12cContext) TABLESPACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLESPACE_NO ¶
func (s *Non_reserved_keywords_pre12cContext) TABLESPACE_NO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLE_LOOKUP_BY_NL ¶
func (s *Non_reserved_keywords_pre12cContext) TABLE_LOOKUP_BY_NL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABLE_STATS ¶
func (s *Non_reserved_keywords_pre12cContext) TABLE_STATS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TABNO ¶
func (s *Non_reserved_keywords_pre12cContext) TABNO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TAN ¶
func (s *Non_reserved_keywords_pre12cContext) TAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TANH ¶
func (s *Non_reserved_keywords_pre12cContext) TANH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TBLORIDXPARTNUM ¶
func (s *Non_reserved_keywords_pre12cContext) TBLORIDXPARTNUM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TEMPFILE ¶
func (s *Non_reserved_keywords_pre12cContext) TEMPFILE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TEMPLATE ¶
func (s *Non_reserved_keywords_pre12cContext) TEMPLATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TEMPORARY ¶
func (s *Non_reserved_keywords_pre12cContext) TEMPORARY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TEMP_TABLE ¶
func (s *Non_reserved_keywords_pre12cContext) TEMP_TABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TEST ¶
func (s *Non_reserved_keywords_pre12cContext) TEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) THAN ¶
func (s *Non_reserved_keywords_pre12cContext) THAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) THE ¶
func (s *Non_reserved_keywords_pre12cContext) THE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) THEN ¶
func (s *Non_reserved_keywords_pre12cContext) THEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) THREAD ¶
func (s *Non_reserved_keywords_pre12cContext) THREAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) THROUGH ¶
func (s *Non_reserved_keywords_pre12cContext) THROUGH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIME ¶
func (s *Non_reserved_keywords_pre12cContext) TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEOUT ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEOUT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMES ¶
func (s *Non_reserved_keywords_pre12cContext) TIMES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMESTAMP ¶
func (s *Non_reserved_keywords_pre12cContext) TIMESTAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEZONE_ABBR ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_ABBR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEZONE_HOUR ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_HOUR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEZONE_MINUTE ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_MINUTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEZONE_OFFSET ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_OFFSET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIMEZONE_REGION ¶
func (s *Non_reserved_keywords_pre12cContext) TIMEZONE_REGION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIME_ZONE ¶
func (s *Non_reserved_keywords_pre12cContext) TIME_ZONE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIV_GB ¶
func (s *Non_reserved_keywords_pre12cContext) TIV_GB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TIV_SSF ¶
func (s *Non_reserved_keywords_pre12cContext) TIV_SSF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TOPLEVEL ¶
func (s *Non_reserved_keywords_pre12cContext) TOPLEVEL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_BINARY_DOUBLE ¶
func (s *Non_reserved_keywords_pre12cContext) TO_BINARY_DOUBLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_BINARY_FLOAT ¶
func (s *Non_reserved_keywords_pre12cContext) TO_BINARY_FLOAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_BLOB ¶
func (s *Non_reserved_keywords_pre12cContext) TO_BLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_CHAR ¶
func (s *Non_reserved_keywords_pre12cContext) TO_CHAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_CLOB ¶
func (s *Non_reserved_keywords_pre12cContext) TO_CLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_DATE ¶
func (s *Non_reserved_keywords_pre12cContext) TO_DATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_DSINTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) TO_DSINTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_LOB ¶
func (s *Non_reserved_keywords_pre12cContext) TO_LOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_MULTI_BYTE ¶
func (s *Non_reserved_keywords_pre12cContext) TO_MULTI_BYTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_NCHAR ¶
func (s *Non_reserved_keywords_pre12cContext) TO_NCHAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_NCLOB ¶
func (s *Non_reserved_keywords_pre12cContext) TO_NCLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_NUMBER ¶
func (s *Non_reserved_keywords_pre12cContext) TO_NUMBER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_SINGLE_BYTE ¶
func (s *Non_reserved_keywords_pre12cContext) TO_SINGLE_BYTE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_TIME ¶
func (s *Non_reserved_keywords_pre12cContext) TO_TIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_TIMESTAMP ¶
func (s *Non_reserved_keywords_pre12cContext) TO_TIMESTAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_TIMESTAMP_TZ ¶
func (s *Non_reserved_keywords_pre12cContext) TO_TIMESTAMP_TZ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_TIME_TZ ¶
func (s *Non_reserved_keywords_pre12cContext) TO_TIME_TZ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TO_YMINTERVAL ¶
func (s *Non_reserved_keywords_pre12cContext) TO_YMINTERVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRACE ¶
func (s *Non_reserved_keywords_pre12cContext) TRACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRACING ¶
func (s *Non_reserved_keywords_pre12cContext) TRACING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRACKING ¶
func (s *Non_reserved_keywords_pre12cContext) TRACKING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRAILING ¶
func (s *Non_reserved_keywords_pre12cContext) TRAILING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRANSACTION ¶
func (s *Non_reserved_keywords_pre12cContext) TRANSACTION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRANSFORM_DISTINCT_AGG ¶
func (s *Non_reserved_keywords_pre12cContext) TRANSFORM_DISTINCT_AGG() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRANSITION ¶
func (s *Non_reserved_keywords_pre12cContext) TRANSITION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRANSITIONAL ¶
func (s *Non_reserved_keywords_pre12cContext) TRANSITIONAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRANSLATE ¶
func (s *Non_reserved_keywords_pre12cContext) TRANSLATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TREAT ¶
func (s *Non_reserved_keywords_pre12cContext) TREAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRIGGERS ¶
func (s *Non_reserved_keywords_pre12cContext) TRIGGERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRIM ¶
func (s *Non_reserved_keywords_pre12cContext) TRIM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRUE ¶
func (s *Non_reserved_keywords_pre12cContext) TRUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRUNC ¶
func (s *Non_reserved_keywords_pre12cContext) TRUNC() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRUNCATE ¶
func (s *Non_reserved_keywords_pre12cContext) TRUNCATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TRUSTED ¶
func (s *Non_reserved_keywords_pre12cContext) TRUSTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TUNING ¶
func (s *Non_reserved_keywords_pre12cContext) TUNING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TX ¶
func (s *Non_reserved_keywords_pre12cContext) TX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TYPE ¶
func (s *Non_reserved_keywords_pre12cContext) TYPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TYPES ¶
func (s *Non_reserved_keywords_pre12cContext) TYPES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) TZ_OFFSET ¶
func (s *Non_reserved_keywords_pre12cContext) TZ_OFFSET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ToStringTree ¶
func (s *Non_reserved_keywords_pre12cContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Non_reserved_keywords_pre12cContext) UB2 ¶
func (s *Non_reserved_keywords_pre12cContext) UB2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UBA ¶
func (s *Non_reserved_keywords_pre12cContext) UBA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UID ¶
func (s *Non_reserved_keywords_pre12cContext) UID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNARCHIVED ¶
func (s *Non_reserved_keywords_pre12cContext) UNARCHIVED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNBOUND ¶
func (s *Non_reserved_keywords_pre12cContext) UNBOUND() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNBOUNDED ¶
func (s *Non_reserved_keywords_pre12cContext) UNBOUNDED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNDER ¶
func (s *Non_reserved_keywords_pre12cContext) UNDER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNDO ¶
func (s *Non_reserved_keywords_pre12cContext) UNDO() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNDROP ¶
func (s *Non_reserved_keywords_pre12cContext) UNDROP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNIFORM ¶
func (s *Non_reserved_keywords_pre12cContext) UNIFORM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNISTR ¶
func (s *Non_reserved_keywords_pre12cContext) UNISTR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNLIMITED ¶
func (s *Non_reserved_keywords_pre12cContext) UNLIMITED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNLOAD ¶
func (s *Non_reserved_keywords_pre12cContext) UNLOAD() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNLOCK ¶
func (s *Non_reserved_keywords_pre12cContext) UNLOCK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNNEST ¶
func (s *Non_reserved_keywords_pre12cContext) UNNEST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNNEST_INNERJ_DISTINCT_VIEW ¶
func (s *Non_reserved_keywords_pre12cContext) UNNEST_INNERJ_DISTINCT_VIEW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNNEST_NOSEMIJ_NODISTINCTVIEW ¶
func (s *Non_reserved_keywords_pre12cContext) UNNEST_NOSEMIJ_NODISTINCTVIEW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNNEST_SEMIJ_VIEW ¶
func (s *Non_reserved_keywords_pre12cContext) UNNEST_SEMIJ_VIEW() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNPACKED ¶
func (s *Non_reserved_keywords_pre12cContext) UNPACKED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNPIVOT ¶
func (s *Non_reserved_keywords_pre12cContext) UNPIVOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNPROTECTED ¶
func (s *Non_reserved_keywords_pre12cContext) UNPROTECTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNQUIESCE ¶
func (s *Non_reserved_keywords_pre12cContext) UNQUIESCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNRECOVERABLE ¶
func (s *Non_reserved_keywords_pre12cContext) UNRECOVERABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNRESTRICTED ¶
func (s *Non_reserved_keywords_pre12cContext) UNRESTRICTED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNTIL ¶
func (s *Non_reserved_keywords_pre12cContext) UNTIL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNUSABLE ¶
func (s *Non_reserved_keywords_pre12cContext) UNUSABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UNUSED ¶
func (s *Non_reserved_keywords_pre12cContext) UNUSED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPDATABLE ¶
func (s *Non_reserved_keywords_pre12cContext) UPDATABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPDATED ¶
func (s *Non_reserved_keywords_pre12cContext) UPDATED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPDATEXML ¶
func (s *Non_reserved_keywords_pre12cContext) UPDATEXML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPD_INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) UPD_INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPD_JOININDEX ¶
func (s *Non_reserved_keywords_pre12cContext) UPD_JOININDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPGRADE ¶
func (s *Non_reserved_keywords_pre12cContext) UPGRADE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPPER ¶
func (s *Non_reserved_keywords_pre12cContext) UPPER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UPSERT ¶
func (s *Non_reserved_keywords_pre12cContext) UPSERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) UROWID ¶
func (s *Non_reserved_keywords_pre12cContext) UROWID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USAGE ¶
func (s *Non_reserved_keywords_pre12cContext) USAGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE ¶
func (s *Non_reserved_keywords_pre12cContext) USE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USER ¶
func (s *Non_reserved_keywords_pre12cContext) USER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USERENV ¶
func (s *Non_reserved_keywords_pre12cContext) USERENV() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USERGROUP ¶
func (s *Non_reserved_keywords_pre12cContext) USERGROUP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USERS ¶
func (s *Non_reserved_keywords_pre12cContext) USERS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USER_DEFINED ¶
func (s *Non_reserved_keywords_pre12cContext) USER_DEFINED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USER_RECYCLEBIN ¶
func (s *Non_reserved_keywords_pre12cContext) USER_RECYCLEBIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_ANTI ¶
func (s *Non_reserved_keywords_pre12cContext) USE_ANTI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_CONCAT ¶
func (s *Non_reserved_keywords_pre12cContext) USE_CONCAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_HASH ¶
func (s *Non_reserved_keywords_pre12cContext) USE_HASH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_HASH_AGGREGATION ¶
func (s *Non_reserved_keywords_pre12cContext) USE_HASH_AGGREGATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_HASH_GBY_FOR_PUSHDOWN ¶
func (s *Non_reserved_keywords_pre12cContext) USE_HASH_GBY_FOR_PUSHDOWN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_INVISIBLE_INDEXES ¶
func (s *Non_reserved_keywords_pre12cContext) USE_INVISIBLE_INDEXES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_MERGE ¶
func (s *Non_reserved_keywords_pre12cContext) USE_MERGE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_MERGE_CARTESIAN ¶
func (s *Non_reserved_keywords_pre12cContext) USE_MERGE_CARTESIAN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_NL ¶
func (s *Non_reserved_keywords_pre12cContext) USE_NL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_NL_WITH_INDEX ¶
func (s *Non_reserved_keywords_pre12cContext) USE_NL_WITH_INDEX() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_PRIVATE_OUTLINES ¶
func (s *Non_reserved_keywords_pre12cContext) USE_PRIVATE_OUTLINES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_SEMI ¶
func (s *Non_reserved_keywords_pre12cContext) USE_SEMI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_STORED_OUTLINES ¶
func (s *Non_reserved_keywords_pre12cContext) USE_STORED_OUTLINES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_TTT_FOR_GSETS ¶
func (s *Non_reserved_keywords_pre12cContext) USE_TTT_FOR_GSETS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USE_WEAK_NAME_RESL ¶
func (s *Non_reserved_keywords_pre12cContext) USE_WEAK_NAME_RESL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) USING ¶
func (s *Non_reserved_keywords_pre12cContext) USING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VALIDATE ¶
func (s *Non_reserved_keywords_pre12cContext) VALIDATE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VALIDATION ¶
func (s *Non_reserved_keywords_pre12cContext) VALIDATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VALUE ¶
func (s *Non_reserved_keywords_pre12cContext) VALUE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VARIANCE ¶
func (s *Non_reserved_keywords_pre12cContext) VARIANCE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VARRAY ¶
func (s *Non_reserved_keywords_pre12cContext) VARRAY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VARRAYS ¶
func (s *Non_reserved_keywords_pre12cContext) VARRAYS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VARYING ¶
func (s *Non_reserved_keywords_pre12cContext) VARYING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VAR_POP ¶
func (s *Non_reserved_keywords_pre12cContext) VAR_POP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VAR_SAMP ¶
func (s *Non_reserved_keywords_pre12cContext) VAR_SAMP() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VECTOR_READ ¶
func (s *Non_reserved_keywords_pre12cContext) VECTOR_READ() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VECTOR_READ_TRACE ¶
func (s *Non_reserved_keywords_pre12cContext) VECTOR_READ_TRACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERIFY ¶
func (s *Non_reserved_keywords_pre12cContext) VERIFY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSION ¶
func (s *Non_reserved_keywords_pre12cContext) VERSION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONING ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONING() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_ENDSCN ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_ENDSCN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_ENDTIME ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_ENDTIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_OPERATION ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_OPERATION() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_STARTSCN ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_STARTSCN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_STARTTIME ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_STARTTIME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VERSIONS_XID ¶
func (s *Non_reserved_keywords_pre12cContext) VERSIONS_XID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VIRTUAL ¶
func (s *Non_reserved_keywords_pre12cContext) VIRTUAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VISIBLE ¶
func (s *Non_reserved_keywords_pre12cContext) VISIBLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VOLUME ¶
func (s *Non_reserved_keywords_pre12cContext) VOLUME() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) VSIZE ¶
func (s *Non_reserved_keywords_pre12cContext) VSIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WAIT ¶
func (s *Non_reserved_keywords_pre12cContext) WAIT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WALLET ¶
func (s *Non_reserved_keywords_pre12cContext) WALLET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WELLFORMED ¶
func (s *Non_reserved_keywords_pre12cContext) WELLFORMED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WHEN ¶
func (s *Non_reserved_keywords_pre12cContext) WHEN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WHENEVER ¶
func (s *Non_reserved_keywords_pre12cContext) WHENEVER() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WHITESPACE ¶
func (s *Non_reserved_keywords_pre12cContext) WHITESPACE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WIDTH_BUCKET ¶
func (s *Non_reserved_keywords_pre12cContext) WIDTH_BUCKET() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WITHIN ¶
func (s *Non_reserved_keywords_pre12cContext) WITHIN() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WITHOUT ¶
func (s *Non_reserved_keywords_pre12cContext) WITHOUT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WORK ¶
func (s *Non_reserved_keywords_pre12cContext) WORK() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WRAPPED ¶
func (s *Non_reserved_keywords_pre12cContext) WRAPPED() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) WRITE ¶
func (s *Non_reserved_keywords_pre12cContext) WRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XDB_FASTPATH_INSERT ¶
func (s *Non_reserved_keywords_pre12cContext) XDB_FASTPATH_INSERT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XID ¶
func (s *Non_reserved_keywords_pre12cContext) XID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XML ¶
func (s *Non_reserved_keywords_pre12cContext) XML() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XML2OBJECT ¶
func (s *Non_reserved_keywords_pre12cContext) XML2OBJECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLATTRIBUTES ¶
func (s *Non_reserved_keywords_pre12cContext) XMLATTRIBUTES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLCAST ¶
func (s *Non_reserved_keywords_pre12cContext) XMLCAST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLCDATA ¶
func (s *Non_reserved_keywords_pre12cContext) XMLCDATA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLCOLATTVAL ¶
func (s *Non_reserved_keywords_pre12cContext) XMLCOLATTVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLCOMMENT ¶
func (s *Non_reserved_keywords_pre12cContext) XMLCOMMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLCONCAT ¶
func (s *Non_reserved_keywords_pre12cContext) XMLCONCAT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLDIFF ¶
func (s *Non_reserved_keywords_pre12cContext) XMLDIFF() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLELEMENT ¶
func (s *Non_reserved_keywords_pre12cContext) XMLELEMENT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLEXISTS ¶
func (s *Non_reserved_keywords_pre12cContext) XMLEXISTS() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLEXISTS2 ¶
func (s *Non_reserved_keywords_pre12cContext) XMLEXISTS2() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLFOREST ¶
func (s *Non_reserved_keywords_pre12cContext) XMLFOREST() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE_IN_SELECT ¶
func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_REWRITE_IN_SELECT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLINDEX_SEL_IDX_TBL ¶
func (s *Non_reserved_keywords_pre12cContext) XMLINDEX_SEL_IDX_TBL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLISNODE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLISNODE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLISVALID ¶
func (s *Non_reserved_keywords_pre12cContext) XMLISVALID() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLNAMESPACES ¶
func (s *Non_reserved_keywords_pre12cContext) XMLNAMESPACES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLPARSE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLPARSE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLPATCH ¶
func (s *Non_reserved_keywords_pre12cContext) XMLPATCH() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLPI ¶
func (s *Non_reserved_keywords_pre12cContext) XMLPI() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLQUERY ¶
func (s *Non_reserved_keywords_pre12cContext) XMLQUERY() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLQUERYVAL ¶
func (s *Non_reserved_keywords_pre12cContext) XMLQUERYVAL() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLROOT ¶
func (s *Non_reserved_keywords_pre12cContext) XMLROOT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLSCHEMA ¶
func (s *Non_reserved_keywords_pre12cContext) XMLSCHEMA() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLSERIALIZE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLSERIALIZE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLTABLE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLTABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLTRANSFORM ¶
func (s *Non_reserved_keywords_pre12cContext) XMLTRANSFORM() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLTRANSFORMBLOB ¶
func (s *Non_reserved_keywords_pre12cContext) XMLTRANSFORMBLOB() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XMLTYPE ¶
func (s *Non_reserved_keywords_pre12cContext) XMLTYPE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XML_DML_RWT_STMT ¶
func (s *Non_reserved_keywords_pre12cContext) XML_DML_RWT_STMT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XPATHTABLE ¶
func (s *Non_reserved_keywords_pre12cContext) XPATHTABLE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) XS_SYS_CONTEXT ¶
func (s *Non_reserved_keywords_pre12cContext) XS_SYS_CONTEXT() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) X_DYN_PRUNE ¶
func (s *Non_reserved_keywords_pre12cContext) X_DYN_PRUNE() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) YEAR ¶
func (s *Non_reserved_keywords_pre12cContext) YEAR() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) YES ¶
func (s *Non_reserved_keywords_pre12cContext) YES() antlr.TerminalNode
func (*Non_reserved_keywords_pre12cContext) ZONE ¶
func (s *Non_reserved_keywords_pre12cContext) ZONE() antlr.TerminalNode
type Null_statementContext ¶
type Null_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNull_statementContext ¶
func NewEmptyNull_statementContext() *Null_statementContext
func NewNull_statementContext ¶
func NewNull_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Null_statementContext
func (*Null_statementContext) EnterRule ¶
func (s *Null_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Null_statementContext) ExitRule ¶
func (s *Null_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Null_statementContext) GetParser ¶
func (s *Null_statementContext) GetParser() antlr.Parser
func (*Null_statementContext) GetRuleContext ¶
func (s *Null_statementContext) GetRuleContext() antlr.RuleContext
func (*Null_statementContext) IsNull_statementContext ¶
func (*Null_statementContext) IsNull_statementContext()
func (*Null_statementContext) NULL_ ¶
func (s *Null_statementContext) NULL_() antlr.TerminalNode
func (*Null_statementContext) ToStringTree ¶
func (s *Null_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type NumericContext ¶
type NumericContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNumericContext ¶
func NewEmptyNumericContext() *NumericContext
func NewNumericContext ¶
func NewNumericContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NumericContext
func (*NumericContext) APPROXIMATE_NUM_LIT ¶
func (s *NumericContext) APPROXIMATE_NUM_LIT() antlr.TerminalNode
func (*NumericContext) EnterRule ¶
func (s *NumericContext) EnterRule(listener antlr.ParseTreeListener)
func (*NumericContext) ExitRule ¶
func (s *NumericContext) ExitRule(listener antlr.ParseTreeListener)
func (*NumericContext) GetParser ¶
func (s *NumericContext) GetParser() antlr.Parser
func (*NumericContext) GetRuleContext ¶
func (s *NumericContext) GetRuleContext() antlr.RuleContext
func (*NumericContext) IsNumericContext ¶
func (*NumericContext) IsNumericContext()
func (*NumericContext) ToStringTree ¶
func (s *NumericContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*NumericContext) UNSIGNED_INTEGER ¶
func (s *NumericContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Numeric_functionContext ¶
type Numeric_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNumeric_functionContext ¶
func NewEmptyNumeric_functionContext() *Numeric_functionContext
func NewNumeric_functionContext ¶
func NewNumeric_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Numeric_functionContext
func (*Numeric_functionContext) ALL ¶
func (s *Numeric_functionContext) ALL() antlr.TerminalNode
func (*Numeric_functionContext) ASTERISK ¶
func (s *Numeric_functionContext) ASTERISK() antlr.TerminalNode
func (*Numeric_functionContext) AVG ¶
func (s *Numeric_functionContext) AVG() antlr.TerminalNode
func (*Numeric_functionContext) COMMA ¶
func (s *Numeric_functionContext) COMMA() antlr.TerminalNode
func (*Numeric_functionContext) COUNT ¶
func (s *Numeric_functionContext) COUNT() antlr.TerminalNode
func (*Numeric_functionContext) Concatenation ¶
func (s *Numeric_functionContext) Concatenation() IConcatenationContext
func (*Numeric_functionContext) DISTINCT ¶
func (s *Numeric_functionContext) DISTINCT() antlr.TerminalNode
func (*Numeric_functionContext) EnterRule ¶
func (s *Numeric_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Numeric_functionContext) ExitRule ¶
func (s *Numeric_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Numeric_functionContext) Expression ¶
func (s *Numeric_functionContext) Expression() IExpressionContext
func (*Numeric_functionContext) Expressions ¶
func (s *Numeric_functionContext) Expressions() IExpressionsContext
func (*Numeric_functionContext) GREATEST ¶
func (s *Numeric_functionContext) GREATEST() antlr.TerminalNode
func (*Numeric_functionContext) GetParser ¶
func (s *Numeric_functionContext) GetParser() antlr.Parser
func (*Numeric_functionContext) GetRuleContext ¶
func (s *Numeric_functionContext) GetRuleContext() antlr.RuleContext
func (*Numeric_functionContext) IsNumeric_functionContext ¶
func (*Numeric_functionContext) IsNumeric_functionContext()
func (*Numeric_functionContext) LEAST ¶
func (s *Numeric_functionContext) LEAST() antlr.TerminalNode
func (*Numeric_functionContext) LEFT_PAREN ¶
func (s *Numeric_functionContext) LEFT_PAREN() antlr.TerminalNode
func (*Numeric_functionContext) MAX ¶
func (s *Numeric_functionContext) MAX() antlr.TerminalNode
func (*Numeric_functionContext) Over_clause ¶
func (s *Numeric_functionContext) Over_clause() IOver_clauseContext
func (*Numeric_functionContext) RIGHT_PAREN ¶
func (s *Numeric_functionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Numeric_functionContext) ROUND ¶
func (s *Numeric_functionContext) ROUND() antlr.TerminalNode
func (*Numeric_functionContext) SUM ¶
func (s *Numeric_functionContext) SUM() antlr.TerminalNode
func (*Numeric_functionContext) ToStringTree ¶
func (s *Numeric_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Numeric_functionContext) UNIQUE ¶
func (s *Numeric_functionContext) UNIQUE() antlr.TerminalNode
func (*Numeric_functionContext) UNSIGNED_INTEGER ¶
func (s *Numeric_functionContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Numeric_function_nameContext ¶
type Numeric_function_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNumeric_function_nameContext ¶
func NewEmptyNumeric_function_nameContext() *Numeric_function_nameContext
func NewNumeric_function_nameContext ¶
func NewNumeric_function_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Numeric_function_nameContext
func (*Numeric_function_nameContext) AVG ¶
func (s *Numeric_function_nameContext) AVG() antlr.TerminalNode
func (*Numeric_function_nameContext) COUNT ¶
func (s *Numeric_function_nameContext) COUNT() antlr.TerminalNode
func (*Numeric_function_nameContext) EnterRule ¶
func (s *Numeric_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Numeric_function_nameContext) ExitRule ¶
func (s *Numeric_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Numeric_function_nameContext) GetParser ¶
func (s *Numeric_function_nameContext) GetParser() antlr.Parser
func (*Numeric_function_nameContext) GetRuleContext ¶
func (s *Numeric_function_nameContext) GetRuleContext() antlr.RuleContext
func (*Numeric_function_nameContext) IsNumeric_function_nameContext ¶
func (*Numeric_function_nameContext) IsNumeric_function_nameContext()
func (*Numeric_function_nameContext) NVL ¶
func (s *Numeric_function_nameContext) NVL() antlr.TerminalNode
func (*Numeric_function_nameContext) ROUND ¶
func (s *Numeric_function_nameContext) ROUND() antlr.TerminalNode
func (*Numeric_function_nameContext) SUM ¶
func (s *Numeric_function_nameContext) SUM() antlr.TerminalNode
func (*Numeric_function_nameContext) ToStringTree ¶
func (s *Numeric_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Numeric_function_wrapperContext ¶
type Numeric_function_wrapperContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNumeric_function_wrapperContext ¶
func NewEmptyNumeric_function_wrapperContext() *Numeric_function_wrapperContext
func NewNumeric_function_wrapperContext ¶
func NewNumeric_function_wrapperContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Numeric_function_wrapperContext
func (*Numeric_function_wrapperContext) EnterRule ¶
func (s *Numeric_function_wrapperContext) EnterRule(listener antlr.ParseTreeListener)
func (*Numeric_function_wrapperContext) ExitRule ¶
func (s *Numeric_function_wrapperContext) ExitRule(listener antlr.ParseTreeListener)
func (*Numeric_function_wrapperContext) GetParser ¶
func (s *Numeric_function_wrapperContext) GetParser() antlr.Parser
func (*Numeric_function_wrapperContext) GetRuleContext ¶
func (s *Numeric_function_wrapperContext) GetRuleContext() antlr.RuleContext
func (*Numeric_function_wrapperContext) IsNumeric_function_wrapperContext ¶
func (*Numeric_function_wrapperContext) IsNumeric_function_wrapperContext()
func (*Numeric_function_wrapperContext) Multi_column_for_loop ¶
func (s *Numeric_function_wrapperContext) Multi_column_for_loop() IMulti_column_for_loopContext
func (*Numeric_function_wrapperContext) Numeric_function ¶
func (s *Numeric_function_wrapperContext) Numeric_function() INumeric_functionContext
func (*Numeric_function_wrapperContext) Single_column_for_loop ¶
func (s *Numeric_function_wrapperContext) Single_column_for_loop() ISingle_column_for_loopContext
func (*Numeric_function_wrapperContext) ToStringTree ¶
func (s *Numeric_function_wrapperContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Numeric_negativeContext ¶
type Numeric_negativeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyNumeric_negativeContext ¶
func NewEmptyNumeric_negativeContext() *Numeric_negativeContext
func NewNumeric_negativeContext ¶
func NewNumeric_negativeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Numeric_negativeContext
func (*Numeric_negativeContext) EnterRule ¶
func (s *Numeric_negativeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Numeric_negativeContext) ExitRule ¶
func (s *Numeric_negativeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Numeric_negativeContext) GetParser ¶
func (s *Numeric_negativeContext) GetParser() antlr.Parser
func (*Numeric_negativeContext) GetRuleContext ¶
func (s *Numeric_negativeContext) GetRuleContext() antlr.RuleContext
func (*Numeric_negativeContext) IsNumeric_negativeContext ¶
func (*Numeric_negativeContext) IsNumeric_negativeContext()
func (*Numeric_negativeContext) MINUS_SIGN ¶
func (s *Numeric_negativeContext) MINUS_SIGN() antlr.TerminalNode
func (*Numeric_negativeContext) Numeric ¶
func (s *Numeric_negativeContext) Numeric() INumericContext
func (*Numeric_negativeContext) ToStringTree ¶
func (s *Numeric_negativeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_as_partContext ¶
type Object_as_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_as_partContext ¶
func NewEmptyObject_as_partContext() *Object_as_partContext
func NewObject_as_partContext ¶
func NewObject_as_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_as_partContext
func (*Object_as_partContext) AS ¶
func (s *Object_as_partContext) AS() antlr.TerminalNode
func (*Object_as_partContext) EnterRule ¶
func (s *Object_as_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_as_partContext) ExitRule ¶
func (s *Object_as_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_as_partContext) GetParser ¶
func (s *Object_as_partContext) GetParser() antlr.Parser
func (*Object_as_partContext) GetRuleContext ¶
func (s *Object_as_partContext) GetRuleContext() antlr.RuleContext
func (*Object_as_partContext) IS ¶
func (s *Object_as_partContext) IS() antlr.TerminalNode
func (*Object_as_partContext) IsObject_as_partContext ¶
func (*Object_as_partContext) IsObject_as_partContext()
func (*Object_as_partContext) Nested_table_type_def ¶
func (s *Object_as_partContext) Nested_table_type_def() INested_table_type_defContext
func (*Object_as_partContext) OBJECT ¶
func (s *Object_as_partContext) OBJECT() antlr.TerminalNode
func (*Object_as_partContext) ToStringTree ¶
func (s *Object_as_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_as_partContext) Varray_type_def ¶
func (s *Object_as_partContext) Varray_type_def() IVarray_type_defContext
type Object_member_specContext ¶
type Object_member_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_member_specContext ¶
func NewEmptyObject_member_specContext() *Object_member_specContext
func NewObject_member_specContext ¶
func NewObject_member_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_member_specContext
func (*Object_member_specContext) Element_spec ¶
func (s *Object_member_specContext) Element_spec() IElement_specContext
func (*Object_member_specContext) EnterRule ¶
func (s *Object_member_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_member_specContext) ExitRule ¶
func (s *Object_member_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_member_specContext) GetParser ¶
func (s *Object_member_specContext) GetParser() antlr.Parser
func (*Object_member_specContext) GetRuleContext ¶
func (s *Object_member_specContext) GetRuleContext() antlr.RuleContext
func (*Object_member_specContext) Identifier ¶
func (s *Object_member_specContext) Identifier() IIdentifierContext
func (*Object_member_specContext) IsObject_member_specContext ¶
func (*Object_member_specContext) IsObject_member_specContext()
func (*Object_member_specContext) Sqlj_object_type_attr ¶
func (s *Object_member_specContext) Sqlj_object_type_attr() ISqlj_object_type_attrContext
func (*Object_member_specContext) ToStringTree ¶
func (s *Object_member_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_member_specContext) Type_spec ¶
func (s *Object_member_specContext) Type_spec() IType_specContext
type Object_nameContext ¶
type Object_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_nameContext ¶
func NewEmptyObject_nameContext() *Object_nameContext
func NewObject_nameContext ¶
func NewObject_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_nameContext
func (*Object_nameContext) AllId_expression ¶
func (s *Object_nameContext) AllId_expression() []IId_expressionContext
func (*Object_nameContext) EnterRule ¶
func (s *Object_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_nameContext) ExitRule ¶
func (s *Object_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_nameContext) GetParser ¶
func (s *Object_nameContext) GetParser() antlr.Parser
func (*Object_nameContext) GetRuleContext ¶
func (s *Object_nameContext) GetRuleContext() antlr.RuleContext
func (*Object_nameContext) Id_expression ¶
func (s *Object_nameContext) Id_expression(i int) IId_expressionContext
func (*Object_nameContext) IsObject_nameContext ¶
func (*Object_nameContext) IsObject_nameContext()
func (*Object_nameContext) PERIOD ¶
func (s *Object_nameContext) PERIOD() antlr.TerminalNode
func (*Object_nameContext) ToStringTree ¶
func (s *Object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_privilegeContext ¶
type Object_privilegeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_privilegeContext ¶
func NewEmptyObject_privilegeContext() *Object_privilegeContext
func NewObject_privilegeContext ¶
func NewObject_privilegeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_privilegeContext
func (*Object_privilegeContext) ALL ¶
func (s *Object_privilegeContext) ALL() antlr.TerminalNode
func (*Object_privilegeContext) ALTER ¶
func (s *Object_privilegeContext) ALTER() antlr.TerminalNode
func (*Object_privilegeContext) ARCHIVE ¶
func (s *Object_privilegeContext) ARCHIVE() antlr.TerminalNode
func (*Object_privilegeContext) COMMIT ¶
func (s *Object_privilegeContext) COMMIT() antlr.TerminalNode
func (*Object_privilegeContext) DEBUG ¶
func (s *Object_privilegeContext) DEBUG() antlr.TerminalNode
func (*Object_privilegeContext) DELETE ¶
func (s *Object_privilegeContext) DELETE() antlr.TerminalNode
func (*Object_privilegeContext) EXECUTE ¶
func (s *Object_privilegeContext) EXECUTE() antlr.TerminalNode
func (*Object_privilegeContext) EnterRule ¶
func (s *Object_privilegeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_privilegeContext) ExitRule ¶
func (s *Object_privilegeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_privilegeContext) FLASHBACK ¶
func (s *Object_privilegeContext) FLASHBACK() antlr.TerminalNode
func (*Object_privilegeContext) GetParser ¶
func (s *Object_privilegeContext) GetParser() antlr.Parser
func (*Object_privilegeContext) GetRuleContext ¶
func (s *Object_privilegeContext) GetRuleContext() antlr.RuleContext
func (*Object_privilegeContext) INDEX ¶
func (s *Object_privilegeContext) INDEX() antlr.TerminalNode
func (*Object_privilegeContext) INHERIT ¶
func (s *Object_privilegeContext) INHERIT() antlr.TerminalNode
func (*Object_privilegeContext) INSERT ¶
func (s *Object_privilegeContext) INSERT() antlr.TerminalNode
func (*Object_privilegeContext) IsObject_privilegeContext ¶
func (*Object_privilegeContext) IsObject_privilegeContext()
func (*Object_privilegeContext) KEEP ¶
func (s *Object_privilegeContext) KEEP() antlr.TerminalNode
func (*Object_privilegeContext) MERGE ¶
func (s *Object_privilegeContext) MERGE() antlr.TerminalNode
func (*Object_privilegeContext) ON ¶
func (s *Object_privilegeContext) ON() antlr.TerminalNode
func (*Object_privilegeContext) PRIVILEGES ¶
func (s *Object_privilegeContext) PRIVILEGES() antlr.TerminalNode
func (*Object_privilegeContext) QUERY ¶
func (s *Object_privilegeContext) QUERY() antlr.TerminalNode
func (*Object_privilegeContext) READ ¶
func (s *Object_privilegeContext) READ() antlr.TerminalNode
func (*Object_privilegeContext) REFERENCES ¶
func (s *Object_privilegeContext) REFERENCES() antlr.TerminalNode
func (*Object_privilegeContext) REFRESH ¶
func (s *Object_privilegeContext) REFRESH() antlr.TerminalNode
func (*Object_privilegeContext) REWRITE ¶
func (s *Object_privilegeContext) REWRITE() antlr.TerminalNode
func (*Object_privilegeContext) SELECT ¶
func (s *Object_privilegeContext) SELECT() antlr.TerminalNode
func (*Object_privilegeContext) SEQUENCE ¶
func (s *Object_privilegeContext) SEQUENCE() antlr.TerminalNode
func (*Object_privilegeContext) SQL ¶
func (s *Object_privilegeContext) SQL() antlr.TerminalNode
func (*Object_privilegeContext) TRANSLATE ¶
func (s *Object_privilegeContext) TRANSLATE() antlr.TerminalNode
func (*Object_privilegeContext) ToStringTree ¶
func (s *Object_privilegeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_privilegeContext) UNDER ¶
func (s *Object_privilegeContext) UNDER() antlr.TerminalNode
func (*Object_privilegeContext) UPDATE ¶
func (s *Object_privilegeContext) UPDATE() antlr.TerminalNode
func (*Object_privilegeContext) USE ¶
func (s *Object_privilegeContext) USE() antlr.TerminalNode
func (*Object_privilegeContext) VIEW ¶
func (s *Object_privilegeContext) VIEW() antlr.TerminalNode
func (*Object_privilegeContext) WRITE ¶
func (s *Object_privilegeContext) WRITE() antlr.TerminalNode
type Object_propertiesContext ¶
type Object_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_propertiesContext ¶
func NewEmptyObject_propertiesContext() *Object_propertiesContext
func NewObject_propertiesContext ¶
func NewObject_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_propertiesContext
func (*Object_propertiesContext) AllCOMMA ¶
func (s *Object_propertiesContext) AllCOMMA() []antlr.TerminalNode
func (*Object_propertiesContext) AllInline_constraint ¶
func (s *Object_propertiesContext) AllInline_constraint() []IInline_constraintContext
func (*Object_propertiesContext) Attribute_name ¶
func (s *Object_propertiesContext) Attribute_name() IAttribute_nameContext
func (*Object_propertiesContext) COMMA ¶
func (s *Object_propertiesContext) COMMA(i int) antlr.TerminalNode
func (*Object_propertiesContext) Column_name ¶
func (s *Object_propertiesContext) Column_name() IColumn_nameContext
func (*Object_propertiesContext) DEFAULT ¶
func (s *Object_propertiesContext) DEFAULT() antlr.TerminalNode
func (*Object_propertiesContext) EnterRule ¶
func (s *Object_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_propertiesContext) ExitRule ¶
func (s *Object_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_propertiesContext) Expression ¶
func (s *Object_propertiesContext) Expression() IExpressionContext
func (*Object_propertiesContext) GetParser ¶
func (s *Object_propertiesContext) GetParser() antlr.Parser
func (*Object_propertiesContext) GetRuleContext ¶
func (s *Object_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Object_propertiesContext) Inline_constraint ¶
func (s *Object_propertiesContext) Inline_constraint(i int) IInline_constraintContext
func (*Object_propertiesContext) Inline_ref_constraint ¶
func (s *Object_propertiesContext) Inline_ref_constraint() IInline_ref_constraintContext
func (*Object_propertiesContext) IsObject_propertiesContext ¶
func (*Object_propertiesContext) IsObject_propertiesContext()
func (*Object_propertiesContext) Out_of_line_constraint ¶
func (s *Object_propertiesContext) Out_of_line_constraint() IOut_of_line_constraintContext
func (*Object_propertiesContext) Out_of_line_ref_constraint ¶
func (s *Object_propertiesContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
func (*Object_propertiesContext) Supplemental_logging_props ¶
func (s *Object_propertiesContext) Supplemental_logging_props() ISupplemental_logging_propsContext
func (*Object_propertiesContext) ToStringTree ¶
func (s *Object_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_tableContext ¶
type Object_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_tableContext ¶
func NewEmptyObject_tableContext() *Object_tableContext
func NewObject_tableContext ¶
func NewObject_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_tableContext
func (*Object_tableContext) AllCOMMA ¶
func (s *Object_tableContext) AllCOMMA() []antlr.TerminalNode
func (*Object_tableContext) AllEnable_disable_clause ¶
func (s *Object_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
func (*Object_tableContext) AllLEFT_PAREN ¶
func (s *Object_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Object_tableContext) AllObject_properties ¶
func (s *Object_tableContext) AllObject_properties() []IObject_propertiesContext
func (*Object_tableContext) AllRIGHT_PAREN ¶
func (s *Object_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Object_tableContext) CACHE ¶
func (s *Object_tableContext) CACHE() antlr.TerminalNode
func (*Object_tableContext) COMMA ¶
func (s *Object_tableContext) COMMA(i int) antlr.TerminalNode
func (*Object_tableContext) COMMIT ¶
func (s *Object_tableContext) COMMIT() antlr.TerminalNode
func (*Object_tableContext) Column_properties ¶
func (s *Object_tableContext) Column_properties() IColumn_propertiesContext
func (*Object_tableContext) DEFAULT ¶
func (s *Object_tableContext) DEFAULT() antlr.TerminalNode
func (*Object_tableContext) DELETE ¶
func (s *Object_tableContext) DELETE() antlr.TerminalNode
func (*Object_tableContext) Enable_disable_clause ¶
func (s *Object_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
func (*Object_tableContext) EnterRule ¶
func (s *Object_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_tableContext) ExitRule ¶
func (s *Object_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_tableContext) FORCE ¶
func (s *Object_tableContext) FORCE() antlr.TerminalNode
func (*Object_tableContext) Flashback_archive_clause ¶
func (s *Object_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
func (*Object_tableContext) GetParser ¶
func (s *Object_tableContext) GetParser() antlr.Parser
func (*Object_tableContext) GetRuleContext ¶
func (s *Object_tableContext) GetRuleContext() antlr.RuleContext
func (*Object_tableContext) IsObject_tableContext ¶
func (*Object_tableContext) IsObject_tableContext()
func (*Object_tableContext) LEFT_PAREN ¶
func (s *Object_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Object_tableContext) MODE ¶
func (s *Object_tableContext) MODE() antlr.TerminalNode
func (*Object_tableContext) NOCACHE ¶
func (s *Object_tableContext) NOCACHE() antlr.TerminalNode
func (*Object_tableContext) NOROWDEPENDENCIES ¶
func (s *Object_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
func (*Object_tableContext) OF ¶
func (s *Object_tableContext) OF() antlr.TerminalNode
func (*Object_tableContext) ON ¶
func (s *Object_tableContext) ON() antlr.TerminalNode
func (*Object_tableContext) Object_properties ¶
func (s *Object_tableContext) Object_properties(i int) IObject_propertiesContext
func (*Object_tableContext) Object_table_substitution ¶
func (s *Object_tableContext) Object_table_substitution() IObject_table_substitutionContext
func (*Object_tableContext) Oid_clause ¶
func (s *Object_tableContext) Oid_clause() IOid_clauseContext
func (*Object_tableContext) Oid_index_clause ¶
func (s *Object_tableContext) Oid_index_clause() IOid_index_clauseContext
func (*Object_tableContext) PRESERVE ¶
func (s *Object_tableContext) PRESERVE() antlr.TerminalNode
func (*Object_tableContext) Parallel_clause ¶
func (s *Object_tableContext) Parallel_clause() IParallel_clauseContext
func (*Object_tableContext) Physical_properties ¶
func (s *Object_tableContext) Physical_properties() IPhysical_propertiesContext
func (*Object_tableContext) RESULT_CACHE ¶
func (s *Object_tableContext) RESULT_CACHE() antlr.TerminalNode
func (*Object_tableContext) RIGHT_PAREN ¶
func (s *Object_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Object_tableContext) ROWDEPENDENCIES ¶
func (s *Object_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
func (*Object_tableContext) ROWS ¶
func (s *Object_tableContext) ROWS() antlr.TerminalNode
func (*Object_tableContext) Row_movement_clause ¶
func (s *Object_tableContext) Row_movement_clause() IRow_movement_clauseContext
func (*Object_tableContext) Table_partitioning_clauses ¶
func (s *Object_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
func (*Object_tableContext) ToStringTree ¶
func (s *Object_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_tableContext) Type_name ¶
func (s *Object_tableContext) Type_name() IType_nameContext
type Object_table_substitutionContext ¶
type Object_table_substitutionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_table_substitutionContext ¶
func NewEmptyObject_table_substitutionContext() *Object_table_substitutionContext
func NewObject_table_substitutionContext ¶
func NewObject_table_substitutionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_table_substitutionContext
func (*Object_table_substitutionContext) ALL ¶
func (s *Object_table_substitutionContext) ALL() antlr.TerminalNode
func (*Object_table_substitutionContext) AT ¶
func (s *Object_table_substitutionContext) AT() antlr.TerminalNode
func (*Object_table_substitutionContext) EnterRule ¶
func (s *Object_table_substitutionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_table_substitutionContext) ExitRule ¶
func (s *Object_table_substitutionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_table_substitutionContext) GetParser ¶
func (s *Object_table_substitutionContext) GetParser() antlr.Parser
func (*Object_table_substitutionContext) GetRuleContext ¶
func (s *Object_table_substitutionContext) GetRuleContext() antlr.RuleContext
func (*Object_table_substitutionContext) IsObject_table_substitutionContext ¶
func (*Object_table_substitutionContext) IsObject_table_substitutionContext()
func (*Object_table_substitutionContext) LEVELS ¶
func (s *Object_table_substitutionContext) LEVELS() antlr.TerminalNode
func (*Object_table_substitutionContext) NOT ¶
func (s *Object_table_substitutionContext) NOT() antlr.TerminalNode
func (*Object_table_substitutionContext) SUBSTITUTABLE ¶
func (s *Object_table_substitutionContext) SUBSTITUTABLE() antlr.TerminalNode
func (*Object_table_substitutionContext) ToStringTree ¶
func (s *Object_table_substitutionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_type_col_propertiesContext ¶
type Object_type_col_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_type_col_propertiesContext ¶
func NewEmptyObject_type_col_propertiesContext() *Object_type_col_propertiesContext
func NewObject_type_col_propertiesContext ¶
func NewObject_type_col_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_type_col_propertiesContext
func (*Object_type_col_propertiesContext) COLUMN ¶
func (s *Object_type_col_propertiesContext) COLUMN() antlr.TerminalNode
func (*Object_type_col_propertiesContext) EnterRule ¶
func (s *Object_type_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_type_col_propertiesContext) ExitRule ¶
func (s *Object_type_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_type_col_propertiesContext) GetColumn ¶
func (s *Object_type_col_propertiesContext) GetColumn() IRegular_idContext
func (*Object_type_col_propertiesContext) GetParser ¶
func (s *Object_type_col_propertiesContext) GetParser() antlr.Parser
func (*Object_type_col_propertiesContext) GetRuleContext ¶
func (s *Object_type_col_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Object_type_col_propertiesContext) IsObject_type_col_propertiesContext ¶
func (*Object_type_col_propertiesContext) IsObject_type_col_propertiesContext()
func (*Object_type_col_propertiesContext) Regular_id ¶
func (s *Object_type_col_propertiesContext) Regular_id() IRegular_idContext
func (*Object_type_col_propertiesContext) SetColumn ¶
func (s *Object_type_col_propertiesContext) SetColumn(v IRegular_idContext)
func (*Object_type_col_propertiesContext) Substitutable_column_clause ¶
func (s *Object_type_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
func (*Object_type_col_propertiesContext) ToStringTree ¶
func (s *Object_type_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_type_defContext ¶
type Object_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_type_defContext ¶
func NewEmptyObject_type_defContext() *Object_type_defContext
func NewObject_type_defContext ¶
func NewObject_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_type_defContext
func (*Object_type_defContext) AllCOMMA ¶
func (s *Object_type_defContext) AllCOMMA() []antlr.TerminalNode
func (*Object_type_defContext) AllModifier_clause ¶
func (s *Object_type_defContext) AllModifier_clause() []IModifier_clauseContext
func (*Object_type_defContext) AllObject_member_spec ¶
func (s *Object_type_defContext) AllObject_member_spec() []IObject_member_specContext
func (*Object_type_defContext) COMMA ¶
func (s *Object_type_defContext) COMMA(i int) antlr.TerminalNode
func (*Object_type_defContext) EnterRule ¶
func (s *Object_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_type_defContext) ExitRule ¶
func (s *Object_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_type_defContext) GetParser ¶
func (s *Object_type_defContext) GetParser() antlr.Parser
func (*Object_type_defContext) GetRuleContext ¶
func (s *Object_type_defContext) GetRuleContext() antlr.RuleContext
func (*Object_type_defContext) Invoker_rights_clause ¶
func (s *Object_type_defContext) Invoker_rights_clause() IInvoker_rights_clauseContext
func (*Object_type_defContext) IsObject_type_defContext ¶
func (*Object_type_defContext) IsObject_type_defContext()
func (*Object_type_defContext) LEFT_PAREN ¶
func (s *Object_type_defContext) LEFT_PAREN() antlr.TerminalNode
func (*Object_type_defContext) Modifier_clause ¶
func (s *Object_type_defContext) Modifier_clause(i int) IModifier_clauseContext
func (*Object_type_defContext) Object_as_part ¶
func (s *Object_type_defContext) Object_as_part() IObject_as_partContext
func (*Object_type_defContext) Object_member_spec ¶
func (s *Object_type_defContext) Object_member_spec(i int) IObject_member_specContext
func (*Object_type_defContext) Object_under_part ¶
func (s *Object_type_defContext) Object_under_part() IObject_under_partContext
func (*Object_type_defContext) RIGHT_PAREN ¶
func (s *Object_type_defContext) RIGHT_PAREN() antlr.TerminalNode
func (*Object_type_defContext) Sqlj_object_type ¶
func (s *Object_type_defContext) Sqlj_object_type() ISqlj_object_typeContext
func (*Object_type_defContext) ToStringTree ¶
func (s *Object_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Object_under_partContext ¶
type Object_under_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_under_partContext ¶
func NewEmptyObject_under_partContext() *Object_under_partContext
func NewObject_under_partContext ¶
func NewObject_under_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_under_partContext
func (*Object_under_partContext) EnterRule ¶
func (s *Object_under_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_under_partContext) ExitRule ¶
func (s *Object_under_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_under_partContext) GetParser ¶
func (s *Object_under_partContext) GetParser() antlr.Parser
func (*Object_under_partContext) GetRuleContext ¶
func (s *Object_under_partContext) GetRuleContext() antlr.RuleContext
func (*Object_under_partContext) IsObject_under_partContext ¶
func (*Object_under_partContext) IsObject_under_partContext()
func (*Object_under_partContext) ToStringTree ¶
func (s *Object_under_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_under_partContext) Type_spec ¶
func (s *Object_under_partContext) Type_spec() IType_specContext
func (*Object_under_partContext) UNDER ¶
func (s *Object_under_partContext) UNDER() antlr.TerminalNode
type Object_view_clauseContext ¶
type Object_view_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyObject_view_clauseContext ¶
func NewEmptyObject_view_clauseContext() *Object_view_clauseContext
func NewObject_view_clauseContext ¶
func NewObject_view_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Object_view_clauseContext
func (*Object_view_clauseContext) AllCOMMA ¶
func (s *Object_view_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Object_view_clauseContext) AllInline_constraint ¶
func (s *Object_view_clauseContext) AllInline_constraint() []IInline_constraintContext
func (*Object_view_clauseContext) AllLEFT_PAREN ¶
func (s *Object_view_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Object_view_clauseContext) AllOut_of_line_constraint ¶
func (s *Object_view_clauseContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
func (*Object_view_clauseContext) AllREGULAR_ID ¶
func (s *Object_view_clauseContext) AllREGULAR_ID() []antlr.TerminalNode
func (*Object_view_clauseContext) AllRIGHT_PAREN ¶
func (s *Object_view_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Object_view_clauseContext) COMMA ¶
func (s *Object_view_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Object_view_clauseContext) DEFAULT ¶
func (s *Object_view_clauseContext) DEFAULT() antlr.TerminalNode
func (*Object_view_clauseContext) EnterRule ¶
func (s *Object_view_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Object_view_clauseContext) ExitRule ¶
func (s *Object_view_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Object_view_clauseContext) GetParser ¶
func (s *Object_view_clauseContext) GetParser() antlr.Parser
func (*Object_view_clauseContext) GetRuleContext ¶
func (s *Object_view_clauseContext) GetRuleContext() antlr.RuleContext
func (*Object_view_clauseContext) ID ¶
func (s *Object_view_clauseContext) ID() antlr.TerminalNode
func (*Object_view_clauseContext) IDENTIFIER ¶
func (s *Object_view_clauseContext) IDENTIFIER() antlr.TerminalNode
func (*Object_view_clauseContext) Inline_constraint ¶
func (s *Object_view_clauseContext) Inline_constraint(i int) IInline_constraintContext
func (*Object_view_clauseContext) IsObject_view_clauseContext ¶
func (*Object_view_clauseContext) IsObject_view_clauseContext()
func (*Object_view_clauseContext) LEFT_PAREN ¶
func (s *Object_view_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Object_view_clauseContext) OBJECT ¶
func (s *Object_view_clauseContext) OBJECT() antlr.TerminalNode
func (*Object_view_clauseContext) OF ¶
func (s *Object_view_clauseContext) OF() antlr.TerminalNode
func (*Object_view_clauseContext) OID ¶
func (s *Object_view_clauseContext) OID() antlr.TerminalNode
func (*Object_view_clauseContext) Out_of_line_constraint ¶
func (s *Object_view_clauseContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
func (*Object_view_clauseContext) REGULAR_ID ¶
func (s *Object_view_clauseContext) REGULAR_ID(i int) antlr.TerminalNode
func (*Object_view_clauseContext) RIGHT_PAREN ¶
func (s *Object_view_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Object_view_clauseContext) Tableview_name ¶
func (s *Object_view_clauseContext) Tableview_name() ITableview_nameContext
func (*Object_view_clauseContext) ToStringTree ¶
func (s *Object_view_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Object_view_clauseContext) Type_name ¶
func (s *Object_view_clauseContext) Type_name() IType_nameContext
func (*Object_view_clauseContext) UNDER ¶
func (s *Object_view_clauseContext) UNDER() antlr.TerminalNode
func (*Object_view_clauseContext) WITH ¶
func (s *Object_view_clauseContext) WITH() antlr.TerminalNode
type Odci_parametersContext ¶
type Odci_parametersContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOdci_parametersContext ¶
func NewEmptyOdci_parametersContext() *Odci_parametersContext
func NewOdci_parametersContext ¶
func NewOdci_parametersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Odci_parametersContext
func (*Odci_parametersContext) CHAR_STRING ¶
func (s *Odci_parametersContext) CHAR_STRING() antlr.TerminalNode
func (*Odci_parametersContext) EnterRule ¶
func (s *Odci_parametersContext) EnterRule(listener antlr.ParseTreeListener)
func (*Odci_parametersContext) ExitRule ¶
func (s *Odci_parametersContext) ExitRule(listener antlr.ParseTreeListener)
func (*Odci_parametersContext) GetParser ¶
func (s *Odci_parametersContext) GetParser() antlr.Parser
func (*Odci_parametersContext) GetRuleContext ¶
func (s *Odci_parametersContext) GetRuleContext() antlr.RuleContext
func (*Odci_parametersContext) IsOdci_parametersContext ¶
func (*Odci_parametersContext) IsOdci_parametersContext()
func (*Odci_parametersContext) ToStringTree ¶
func (s *Odci_parametersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Offset_clauseContext ¶
type Offset_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOffset_clauseContext ¶
func NewEmptyOffset_clauseContext() *Offset_clauseContext
func NewOffset_clauseContext ¶
func NewOffset_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Offset_clauseContext
func (*Offset_clauseContext) EnterRule ¶
func (s *Offset_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Offset_clauseContext) ExitRule ¶
func (s *Offset_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Offset_clauseContext) Expression ¶
func (s *Offset_clauseContext) Expression() IExpressionContext
func (*Offset_clauseContext) GetParser ¶
func (s *Offset_clauseContext) GetParser() antlr.Parser
func (*Offset_clauseContext) GetRuleContext ¶
func (s *Offset_clauseContext) GetRuleContext() antlr.RuleContext
func (*Offset_clauseContext) IsOffset_clauseContext ¶
func (*Offset_clauseContext) IsOffset_clauseContext()
func (*Offset_clauseContext) OFFSET ¶
func (s *Offset_clauseContext) OFFSET() antlr.TerminalNode
func (*Offset_clauseContext) ROW ¶
func (s *Offset_clauseContext) ROW() antlr.TerminalNode
func (*Offset_clauseContext) ROWS ¶
func (s *Offset_clauseContext) ROWS() antlr.TerminalNode
func (*Offset_clauseContext) ToStringTree ¶
func (s *Offset_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Oid_clauseContext ¶
type Oid_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOid_clauseContext ¶
func NewEmptyOid_clauseContext() *Oid_clauseContext
func NewOid_clauseContext ¶
func NewOid_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Oid_clauseContext
func (*Oid_clauseContext) EnterRule ¶
func (s *Oid_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Oid_clauseContext) ExitRule ¶
func (s *Oid_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Oid_clauseContext) GENERATED ¶
func (s *Oid_clauseContext) GENERATED() antlr.TerminalNode
func (*Oid_clauseContext) GetParser ¶
func (s *Oid_clauseContext) GetParser() antlr.Parser
func (*Oid_clauseContext) GetRuleContext ¶
func (s *Oid_clauseContext) GetRuleContext() antlr.RuleContext
func (*Oid_clauseContext) IDENTIFIER ¶
func (s *Oid_clauseContext) IDENTIFIER() antlr.TerminalNode
func (*Oid_clauseContext) IS ¶
func (s *Oid_clauseContext) IS() antlr.TerminalNode
func (*Oid_clauseContext) IsOid_clauseContext ¶
func (*Oid_clauseContext) IsOid_clauseContext()
func (*Oid_clauseContext) KEY ¶
func (s *Oid_clauseContext) KEY() antlr.TerminalNode
func (*Oid_clauseContext) OBJECT ¶
func (s *Oid_clauseContext) OBJECT() antlr.TerminalNode
func (*Oid_clauseContext) PRIMARY ¶
func (s *Oid_clauseContext) PRIMARY() antlr.TerminalNode
func (*Oid_clauseContext) SYSTEM ¶
func (s *Oid_clauseContext) SYSTEM() antlr.TerminalNode
func (*Oid_clauseContext) ToStringTree ¶
func (s *Oid_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Oid_index_clauseContext ¶
type Oid_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOid_index_clauseContext ¶
func NewEmptyOid_index_clauseContext() *Oid_index_clauseContext
func NewOid_index_clauseContext ¶
func NewOid_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Oid_index_clauseContext
func (*Oid_index_clauseContext) AllPhysical_attributes_clause ¶
func (s *Oid_index_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Oid_index_clauseContext) AllTABLESPACE ¶
func (s *Oid_index_clauseContext) AllTABLESPACE() []antlr.TerminalNode
func (*Oid_index_clauseContext) AllTablespace ¶
func (s *Oid_index_clauseContext) AllTablespace() []ITablespaceContext
func (*Oid_index_clauseContext) EnterRule ¶
func (s *Oid_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Oid_index_clauseContext) ExitRule ¶
func (s *Oid_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Oid_index_clauseContext) GetParser ¶
func (s *Oid_index_clauseContext) GetParser() antlr.Parser
func (*Oid_index_clauseContext) GetRuleContext ¶
func (s *Oid_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Oid_index_clauseContext) Index_name ¶
func (s *Oid_index_clauseContext) Index_name() IIndex_nameContext
func (*Oid_index_clauseContext) IsOid_index_clauseContext ¶
func (*Oid_index_clauseContext) IsOid_index_clauseContext()
func (*Oid_index_clauseContext) LEFT_PAREN ¶
func (s *Oid_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Oid_index_clauseContext) OIDINDEX ¶
func (s *Oid_index_clauseContext) OIDINDEX() antlr.TerminalNode
func (*Oid_index_clauseContext) Physical_attributes_clause ¶
func (s *Oid_index_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Oid_index_clauseContext) RIGHT_PAREN ¶
func (s *Oid_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Oid_index_clauseContext) TABLESPACE ¶
func (s *Oid_index_clauseContext) TABLESPACE(i int) antlr.TerminalNode
func (*Oid_index_clauseContext) Tablespace ¶
func (s *Oid_index_clauseContext) Tablespace(i int) ITablespaceContext
func (*Oid_index_clauseContext) ToStringTree ¶
func (s *Oid_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Old_column_nameContext ¶
type Old_column_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOld_column_nameContext ¶
func NewEmptyOld_column_nameContext() *Old_column_nameContext
func NewOld_column_nameContext ¶
func NewOld_column_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Old_column_nameContext
func (*Old_column_nameContext) Column_name ¶
func (s *Old_column_nameContext) Column_name() IColumn_nameContext
func (*Old_column_nameContext) EnterRule ¶
func (s *Old_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Old_column_nameContext) ExitRule ¶
func (s *Old_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Old_column_nameContext) GetParser ¶
func (s *Old_column_nameContext) GetParser() antlr.Parser
func (*Old_column_nameContext) GetRuleContext ¶
func (s *Old_column_nameContext) GetRuleContext() antlr.RuleContext
func (*Old_column_nameContext) IsOld_column_nameContext ¶
func (*Old_column_nameContext) IsOld_column_nameContext()
func (*Old_column_nameContext) ToStringTree ¶
func (s *Old_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Old_constraint_nameContext ¶
type Old_constraint_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOld_constraint_nameContext ¶
func NewEmptyOld_constraint_nameContext() *Old_constraint_nameContext
func NewOld_constraint_nameContext ¶
func NewOld_constraint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Old_constraint_nameContext
func (*Old_constraint_nameContext) Constraint_name ¶
func (s *Old_constraint_nameContext) Constraint_name() IConstraint_nameContext
func (*Old_constraint_nameContext) EnterRule ¶
func (s *Old_constraint_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Old_constraint_nameContext) ExitRule ¶
func (s *Old_constraint_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Old_constraint_nameContext) GetParser ¶
func (s *Old_constraint_nameContext) GetParser() antlr.Parser
func (*Old_constraint_nameContext) GetRuleContext ¶
func (s *Old_constraint_nameContext) GetRuleContext() antlr.RuleContext
func (*Old_constraint_nameContext) IsOld_constraint_nameContext ¶
func (*Old_constraint_nameContext) IsOld_constraint_nameContext()
func (*Old_constraint_nameContext) ToStringTree ¶
func (s *Old_constraint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type On_comp_partitioned_clauseContext ¶
type On_comp_partitioned_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_comp_partitioned_clauseContext ¶
func NewEmptyOn_comp_partitioned_clauseContext() *On_comp_partitioned_clauseContext
func NewOn_comp_partitioned_clauseContext ¶
func NewOn_comp_partitioned_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_comp_partitioned_clauseContext
func (*On_comp_partitioned_clauseContext) AllKey_compression ¶
func (s *On_comp_partitioned_clauseContext) AllKey_compression() []IKey_compressionContext
func (*On_comp_partitioned_clauseContext) AllSegment_attributes_clause ¶
func (s *On_comp_partitioned_clauseContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*On_comp_partitioned_clauseContext) EnterRule ¶
func (s *On_comp_partitioned_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_comp_partitioned_clauseContext) ExitRule ¶
func (s *On_comp_partitioned_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_comp_partitioned_clauseContext) GetParser ¶
func (s *On_comp_partitioned_clauseContext) GetParser() antlr.Parser
func (*On_comp_partitioned_clauseContext) GetRuleContext ¶
func (s *On_comp_partitioned_clauseContext) GetRuleContext() antlr.RuleContext
func (*On_comp_partitioned_clauseContext) Index_subpartition_clause ¶
func (s *On_comp_partitioned_clauseContext) Index_subpartition_clause() IIndex_subpartition_clauseContext
func (*On_comp_partitioned_clauseContext) IsOn_comp_partitioned_clauseContext ¶
func (*On_comp_partitioned_clauseContext) IsOn_comp_partitioned_clauseContext()
func (*On_comp_partitioned_clauseContext) Key_compression ¶
func (s *On_comp_partitioned_clauseContext) Key_compression(i int) IKey_compressionContext
func (*On_comp_partitioned_clauseContext) PARTITION ¶
func (s *On_comp_partitioned_clauseContext) PARTITION() antlr.TerminalNode
func (*On_comp_partitioned_clauseContext) Partition_name ¶
func (s *On_comp_partitioned_clauseContext) Partition_name() IPartition_nameContext
func (*On_comp_partitioned_clauseContext) Segment_attributes_clause ¶
func (s *On_comp_partitioned_clauseContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*On_comp_partitioned_clauseContext) ToStringTree ¶
func (s *On_comp_partitioned_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*On_comp_partitioned_clauseContext) UNUSABLE ¶
func (s *On_comp_partitioned_clauseContext) UNUSABLE() antlr.TerminalNode
type On_comp_partitioned_tableContext ¶
type On_comp_partitioned_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_comp_partitioned_tableContext ¶
func NewEmptyOn_comp_partitioned_tableContext() *On_comp_partitioned_tableContext
func NewOn_comp_partitioned_tableContext ¶
func NewOn_comp_partitioned_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_comp_partitioned_tableContext
func (*On_comp_partitioned_tableContext) AllCOMMA ¶
func (s *On_comp_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
func (*On_comp_partitioned_tableContext) AllLEFT_PAREN ¶
func (s *On_comp_partitioned_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*On_comp_partitioned_tableContext) AllOn_comp_partitioned_clause ¶
func (s *On_comp_partitioned_tableContext) AllOn_comp_partitioned_clause() []IOn_comp_partitioned_clauseContext
func (*On_comp_partitioned_tableContext) AllRIGHT_PAREN ¶
func (s *On_comp_partitioned_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*On_comp_partitioned_tableContext) AllTablespace ¶
func (s *On_comp_partitioned_tableContext) AllTablespace() []ITablespaceContext
func (*On_comp_partitioned_tableContext) COMMA ¶
func (s *On_comp_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
func (*On_comp_partitioned_tableContext) EnterRule ¶
func (s *On_comp_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_comp_partitioned_tableContext) ExitRule ¶
func (s *On_comp_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_comp_partitioned_tableContext) GetParser ¶
func (s *On_comp_partitioned_tableContext) GetParser() antlr.Parser
func (*On_comp_partitioned_tableContext) GetRuleContext ¶
func (s *On_comp_partitioned_tableContext) GetRuleContext() antlr.RuleContext
func (*On_comp_partitioned_tableContext) IN ¶
func (s *On_comp_partitioned_tableContext) IN() antlr.TerminalNode
func (*On_comp_partitioned_tableContext) IsOn_comp_partitioned_tableContext ¶
func (*On_comp_partitioned_tableContext) IsOn_comp_partitioned_tableContext()
func (*On_comp_partitioned_tableContext) LEFT_PAREN ¶
func (s *On_comp_partitioned_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*On_comp_partitioned_tableContext) On_comp_partitioned_clause ¶
func (s *On_comp_partitioned_tableContext) On_comp_partitioned_clause(i int) IOn_comp_partitioned_clauseContext
func (*On_comp_partitioned_tableContext) RIGHT_PAREN ¶
func (s *On_comp_partitioned_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*On_comp_partitioned_tableContext) STORE ¶
func (s *On_comp_partitioned_tableContext) STORE() antlr.TerminalNode
func (*On_comp_partitioned_tableContext) Tablespace ¶
func (s *On_comp_partitioned_tableContext) Tablespace(i int) ITablespaceContext
func (*On_comp_partitioned_tableContext) ToStringTree ¶
func (s *On_comp_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type On_delete_clauseContext ¶
type On_delete_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_delete_clauseContext ¶
func NewEmptyOn_delete_clauseContext() *On_delete_clauseContext
func NewOn_delete_clauseContext ¶
func NewOn_delete_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_delete_clauseContext
func (*On_delete_clauseContext) CASCADE ¶
func (s *On_delete_clauseContext) CASCADE() antlr.TerminalNode
func (*On_delete_clauseContext) DELETE ¶
func (s *On_delete_clauseContext) DELETE() antlr.TerminalNode
func (*On_delete_clauseContext) EnterRule ¶
func (s *On_delete_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_delete_clauseContext) ExitRule ¶
func (s *On_delete_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_delete_clauseContext) GetParser ¶
func (s *On_delete_clauseContext) GetParser() antlr.Parser
func (*On_delete_clauseContext) GetRuleContext ¶
func (s *On_delete_clauseContext) GetRuleContext() antlr.RuleContext
func (*On_delete_clauseContext) IsOn_delete_clauseContext ¶
func (*On_delete_clauseContext) IsOn_delete_clauseContext()
func (*On_delete_clauseContext) NULL_ ¶
func (s *On_delete_clauseContext) NULL_() antlr.TerminalNode
func (*On_delete_clauseContext) ON ¶
func (s *On_delete_clauseContext) ON() antlr.TerminalNode
func (*On_delete_clauseContext) SET ¶
func (s *On_delete_clauseContext) SET() antlr.TerminalNode
func (*On_delete_clauseContext) ToStringTree ¶
func (s *On_delete_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type On_hash_partitioned_clauseContext ¶
type On_hash_partitioned_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_hash_partitioned_clauseContext ¶
func NewEmptyOn_hash_partitioned_clauseContext() *On_hash_partitioned_clauseContext
func NewOn_hash_partitioned_clauseContext ¶
func NewOn_hash_partitioned_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_hash_partitioned_clauseContext
func (*On_hash_partitioned_clauseContext) EnterRule ¶
func (s *On_hash_partitioned_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_hash_partitioned_clauseContext) ExitRule ¶
func (s *On_hash_partitioned_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_hash_partitioned_clauseContext) GetParser ¶
func (s *On_hash_partitioned_clauseContext) GetParser() antlr.Parser
func (*On_hash_partitioned_clauseContext) GetRuleContext ¶
func (s *On_hash_partitioned_clauseContext) GetRuleContext() antlr.RuleContext
func (*On_hash_partitioned_clauseContext) IsOn_hash_partitioned_clauseContext ¶
func (*On_hash_partitioned_clauseContext) IsOn_hash_partitioned_clauseContext()
func (*On_hash_partitioned_clauseContext) Key_compression ¶
func (s *On_hash_partitioned_clauseContext) Key_compression() IKey_compressionContext
func (*On_hash_partitioned_clauseContext) PARTITION ¶
func (s *On_hash_partitioned_clauseContext) PARTITION() antlr.TerminalNode
func (*On_hash_partitioned_clauseContext) Partition_name ¶
func (s *On_hash_partitioned_clauseContext) Partition_name() IPartition_nameContext
func (*On_hash_partitioned_clauseContext) TABLESPACE ¶
func (s *On_hash_partitioned_clauseContext) TABLESPACE() antlr.TerminalNode
func (*On_hash_partitioned_clauseContext) Tablespace ¶
func (s *On_hash_partitioned_clauseContext) Tablespace() ITablespaceContext
func (*On_hash_partitioned_clauseContext) ToStringTree ¶
func (s *On_hash_partitioned_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*On_hash_partitioned_clauseContext) UNUSABLE ¶
func (s *On_hash_partitioned_clauseContext) UNUSABLE() antlr.TerminalNode
type On_hash_partitioned_tableContext ¶
type On_hash_partitioned_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_hash_partitioned_tableContext ¶
func NewEmptyOn_hash_partitioned_tableContext() *On_hash_partitioned_tableContext
func NewOn_hash_partitioned_tableContext ¶
func NewOn_hash_partitioned_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_hash_partitioned_tableContext
func (*On_hash_partitioned_tableContext) AllCOMMA ¶
func (s *On_hash_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
func (*On_hash_partitioned_tableContext) AllOn_hash_partitioned_clause ¶
func (s *On_hash_partitioned_tableContext) AllOn_hash_partitioned_clause() []IOn_hash_partitioned_clauseContext
func (*On_hash_partitioned_tableContext) AllTablespace ¶
func (s *On_hash_partitioned_tableContext) AllTablespace() []ITablespaceContext
func (*On_hash_partitioned_tableContext) COMMA ¶
func (s *On_hash_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
func (*On_hash_partitioned_tableContext) EnterRule ¶
func (s *On_hash_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_hash_partitioned_tableContext) ExitRule ¶
func (s *On_hash_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_hash_partitioned_tableContext) GetParser ¶
func (s *On_hash_partitioned_tableContext) GetParser() antlr.Parser
func (*On_hash_partitioned_tableContext) GetRuleContext ¶
func (s *On_hash_partitioned_tableContext) GetRuleContext() antlr.RuleContext
func (*On_hash_partitioned_tableContext) IN ¶
func (s *On_hash_partitioned_tableContext) IN() antlr.TerminalNode
func (*On_hash_partitioned_tableContext) IsOn_hash_partitioned_tableContext ¶
func (*On_hash_partitioned_tableContext) IsOn_hash_partitioned_tableContext()
func (*On_hash_partitioned_tableContext) LEFT_PAREN ¶
func (s *On_hash_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
func (*On_hash_partitioned_tableContext) On_hash_partitioned_clause ¶
func (s *On_hash_partitioned_tableContext) On_hash_partitioned_clause(i int) IOn_hash_partitioned_clauseContext
func (*On_hash_partitioned_tableContext) RIGHT_PAREN ¶
func (s *On_hash_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
func (*On_hash_partitioned_tableContext) STORE ¶
func (s *On_hash_partitioned_tableContext) STORE() antlr.TerminalNode
func (*On_hash_partitioned_tableContext) Tablespace ¶
func (s *On_hash_partitioned_tableContext) Tablespace(i int) ITablespaceContext
func (*On_hash_partitioned_tableContext) ToStringTree ¶
func (s *On_hash_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type On_list_partitioned_tableContext ¶
type On_list_partitioned_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_list_partitioned_tableContext ¶
func NewEmptyOn_list_partitioned_tableContext() *On_list_partitioned_tableContext
func NewOn_list_partitioned_tableContext ¶
func NewOn_list_partitioned_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_list_partitioned_tableContext
func (*On_list_partitioned_tableContext) AllCOMMA ¶
func (s *On_list_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
func (*On_list_partitioned_tableContext) AllPartitioned_table ¶
func (s *On_list_partitioned_tableContext) AllPartitioned_table() []IPartitioned_tableContext
func (*On_list_partitioned_tableContext) COMMA ¶
func (s *On_list_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
func (*On_list_partitioned_tableContext) EnterRule ¶
func (s *On_list_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_list_partitioned_tableContext) ExitRule ¶
func (s *On_list_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_list_partitioned_tableContext) GetParser ¶
func (s *On_list_partitioned_tableContext) GetParser() antlr.Parser
func (*On_list_partitioned_tableContext) GetRuleContext ¶
func (s *On_list_partitioned_tableContext) GetRuleContext() antlr.RuleContext
func (*On_list_partitioned_tableContext) IsOn_list_partitioned_tableContext ¶
func (*On_list_partitioned_tableContext) IsOn_list_partitioned_tableContext()
func (*On_list_partitioned_tableContext) LEFT_PAREN ¶
func (s *On_list_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
func (*On_list_partitioned_tableContext) Partitioned_table ¶
func (s *On_list_partitioned_tableContext) Partitioned_table(i int) IPartitioned_tableContext
func (*On_list_partitioned_tableContext) RIGHT_PAREN ¶
func (s *On_list_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
func (*On_list_partitioned_tableContext) ToStringTree ¶
func (s *On_list_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type On_range_partitioned_tableContext ¶
type On_range_partitioned_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOn_range_partitioned_tableContext ¶
func NewEmptyOn_range_partitioned_tableContext() *On_range_partitioned_tableContext
func NewOn_range_partitioned_tableContext ¶
func NewOn_range_partitioned_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *On_range_partitioned_tableContext
func (*On_range_partitioned_tableContext) AllCOMMA ¶
func (s *On_range_partitioned_tableContext) AllCOMMA() []antlr.TerminalNode
func (*On_range_partitioned_tableContext) AllPartitioned_table ¶
func (s *On_range_partitioned_tableContext) AllPartitioned_table() []IPartitioned_tableContext
func (*On_range_partitioned_tableContext) COMMA ¶
func (s *On_range_partitioned_tableContext) COMMA(i int) antlr.TerminalNode
func (*On_range_partitioned_tableContext) EnterRule ¶
func (s *On_range_partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*On_range_partitioned_tableContext) ExitRule ¶
func (s *On_range_partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*On_range_partitioned_tableContext) GetParser ¶
func (s *On_range_partitioned_tableContext) GetParser() antlr.Parser
func (*On_range_partitioned_tableContext) GetRuleContext ¶
func (s *On_range_partitioned_tableContext) GetRuleContext() antlr.RuleContext
func (*On_range_partitioned_tableContext) IsOn_range_partitioned_tableContext ¶
func (*On_range_partitioned_tableContext) IsOn_range_partitioned_tableContext()
func (*On_range_partitioned_tableContext) LEFT_PAREN ¶
func (s *On_range_partitioned_tableContext) LEFT_PAREN() antlr.TerminalNode
func (*On_range_partitioned_tableContext) Partitioned_table ¶
func (s *On_range_partitioned_tableContext) Partitioned_table(i int) IPartitioned_tableContext
func (*On_range_partitioned_tableContext) RIGHT_PAREN ¶
func (s *On_range_partitioned_tableContext) RIGHT_PAREN() antlr.TerminalNode
func (*On_range_partitioned_tableContext) ToStringTree ¶
func (s *On_range_partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Online_or_offlineContext ¶
type Online_or_offlineContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOnline_or_offlineContext ¶
func NewEmptyOnline_or_offlineContext() *Online_or_offlineContext
func NewOnline_or_offlineContext ¶
func NewOnline_or_offlineContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Online_or_offlineContext
func (*Online_or_offlineContext) EnterRule ¶
func (s *Online_or_offlineContext) EnterRule(listener antlr.ParseTreeListener)
func (*Online_or_offlineContext) ExitRule ¶
func (s *Online_or_offlineContext) ExitRule(listener antlr.ParseTreeListener)
func (*Online_or_offlineContext) GetParser ¶
func (s *Online_or_offlineContext) GetParser() antlr.Parser
func (*Online_or_offlineContext) GetRuleContext ¶
func (s *Online_or_offlineContext) GetRuleContext() antlr.RuleContext
func (*Online_or_offlineContext) IsOnline_or_offlineContext ¶
func (*Online_or_offlineContext) IsOnline_or_offlineContext()
func (*Online_or_offlineContext) OFFLINE ¶
func (s *Online_or_offlineContext) OFFLINE() antlr.TerminalNode
func (*Online_or_offlineContext) ONLINE ¶
func (s *Online_or_offlineContext) ONLINE() antlr.TerminalNode
func (*Online_or_offlineContext) ToStringTree ¶
func (s *Online_or_offlineContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Open_for_statementContext ¶
type Open_for_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOpen_for_statementContext ¶
func NewEmptyOpen_for_statementContext() *Open_for_statementContext
func NewOpen_for_statementContext ¶
func NewOpen_for_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Open_for_statementContext
func (*Open_for_statementContext) EnterRule ¶
func (s *Open_for_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Open_for_statementContext) ExitRule ¶
func (s *Open_for_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Open_for_statementContext) Expression ¶
func (s *Open_for_statementContext) Expression() IExpressionContext
func (*Open_for_statementContext) FOR ¶
func (s *Open_for_statementContext) FOR() antlr.TerminalNode
func (*Open_for_statementContext) GetParser ¶
func (s *Open_for_statementContext) GetParser() antlr.Parser
func (*Open_for_statementContext) GetRuleContext ¶
func (s *Open_for_statementContext) GetRuleContext() antlr.RuleContext
func (*Open_for_statementContext) IsOpen_for_statementContext ¶
func (*Open_for_statementContext) IsOpen_for_statementContext()
func (*Open_for_statementContext) OPEN ¶
func (s *Open_for_statementContext) OPEN() antlr.TerminalNode
func (*Open_for_statementContext) Select_statement ¶
func (s *Open_for_statementContext) Select_statement() ISelect_statementContext
func (*Open_for_statementContext) ToStringTree ¶
func (s *Open_for_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Open_for_statementContext) Using_clause ¶
func (s *Open_for_statementContext) Using_clause() IUsing_clauseContext
func (*Open_for_statementContext) Variable_name ¶
func (s *Open_for_statementContext) Variable_name() IVariable_nameContext
type Open_statementContext ¶
type Open_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOpen_statementContext ¶
func NewEmptyOpen_statementContext() *Open_statementContext
func NewOpen_statementContext ¶
func NewOpen_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Open_statementContext
func (*Open_statementContext) Cursor_name ¶
func (s *Open_statementContext) Cursor_name() ICursor_nameContext
func (*Open_statementContext) EnterRule ¶
func (s *Open_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Open_statementContext) ExitRule ¶
func (s *Open_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Open_statementContext) Expressions ¶
func (s *Open_statementContext) Expressions() IExpressionsContext
func (*Open_statementContext) GetParser ¶
func (s *Open_statementContext) GetParser() antlr.Parser
func (*Open_statementContext) GetRuleContext ¶
func (s *Open_statementContext) GetRuleContext() antlr.RuleContext
func (*Open_statementContext) IsOpen_statementContext ¶
func (*Open_statementContext) IsOpen_statementContext()
func (*Open_statementContext) LEFT_PAREN ¶
func (s *Open_statementContext) LEFT_PAREN() antlr.TerminalNode
func (*Open_statementContext) OPEN ¶
func (s *Open_statementContext) OPEN() antlr.TerminalNode
func (*Open_statementContext) RIGHT_PAREN ¶
func (s *Open_statementContext) RIGHT_PAREN() antlr.TerminalNode
func (*Open_statementContext) ToStringTree ¶
func (s *Open_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Oracle_namespaceContext ¶
type Oracle_namespaceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOracle_namespaceContext ¶
func NewEmptyOracle_namespaceContext() *Oracle_namespaceContext
func NewOracle_namespaceContext ¶
func NewOracle_namespaceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Oracle_namespaceContext
func (*Oracle_namespaceContext) EnterRule ¶
func (s *Oracle_namespaceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Oracle_namespaceContext) ExitRule ¶
func (s *Oracle_namespaceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Oracle_namespaceContext) GetParser ¶
func (s *Oracle_namespaceContext) GetParser() antlr.Parser
func (*Oracle_namespaceContext) GetRuleContext ¶
func (s *Oracle_namespaceContext) GetRuleContext() antlr.RuleContext
func (*Oracle_namespaceContext) Id_expression ¶
func (s *Oracle_namespaceContext) Id_expression() IId_expressionContext
func (*Oracle_namespaceContext) IsOracle_namespaceContext ¶
func (*Oracle_namespaceContext) IsOracle_namespaceContext()
func (*Oracle_namespaceContext) ToStringTree ¶
func (s *Oracle_namespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Order_by_clauseContext ¶
type Order_by_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOrder_by_clauseContext ¶
func NewEmptyOrder_by_clauseContext() *Order_by_clauseContext
func NewOrder_by_clauseContext ¶
func NewOrder_by_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_clauseContext
func (*Order_by_clauseContext) AllCOMMA ¶
func (s *Order_by_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Order_by_clauseContext) AllOrder_by_elements ¶
func (s *Order_by_clauseContext) AllOrder_by_elements() []IOrder_by_elementsContext
func (*Order_by_clauseContext) BY ¶
func (s *Order_by_clauseContext) BY() antlr.TerminalNode
func (*Order_by_clauseContext) COMMA ¶
func (s *Order_by_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Order_by_clauseContext) EnterRule ¶
func (s *Order_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Order_by_clauseContext) ExitRule ¶
func (s *Order_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Order_by_clauseContext) GetParser ¶
func (s *Order_by_clauseContext) GetParser() antlr.Parser
func (*Order_by_clauseContext) GetRuleContext ¶
func (s *Order_by_clauseContext) GetRuleContext() antlr.RuleContext
func (*Order_by_clauseContext) IsOrder_by_clauseContext ¶
func (*Order_by_clauseContext) IsOrder_by_clauseContext()
func (*Order_by_clauseContext) ORDER ¶
func (s *Order_by_clauseContext) ORDER() antlr.TerminalNode
func (*Order_by_clauseContext) Order_by_elements ¶
func (s *Order_by_clauseContext) Order_by_elements(i int) IOrder_by_elementsContext
func (*Order_by_clauseContext) SIBLINGS ¶
func (s *Order_by_clauseContext) SIBLINGS() antlr.TerminalNode
func (*Order_by_clauseContext) ToStringTree ¶
func (s *Order_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Order_by_elementsContext ¶
type Order_by_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOrder_by_elementsContext ¶
func NewEmptyOrder_by_elementsContext() *Order_by_elementsContext
func NewOrder_by_elementsContext ¶
func NewOrder_by_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Order_by_elementsContext
func (*Order_by_elementsContext) ASC ¶
func (s *Order_by_elementsContext) ASC() antlr.TerminalNode
func (*Order_by_elementsContext) DESC ¶
func (s *Order_by_elementsContext) DESC() antlr.TerminalNode
func (*Order_by_elementsContext) EnterRule ¶
func (s *Order_by_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Order_by_elementsContext) ExitRule ¶
func (s *Order_by_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Order_by_elementsContext) Expression ¶
func (s *Order_by_elementsContext) Expression() IExpressionContext
func (*Order_by_elementsContext) FIRST ¶
func (s *Order_by_elementsContext) FIRST() antlr.TerminalNode
func (*Order_by_elementsContext) GetParser ¶
func (s *Order_by_elementsContext) GetParser() antlr.Parser
func (*Order_by_elementsContext) GetRuleContext ¶
func (s *Order_by_elementsContext) GetRuleContext() antlr.RuleContext
func (*Order_by_elementsContext) IsOrder_by_elementsContext ¶
func (*Order_by_elementsContext) IsOrder_by_elementsContext()
func (*Order_by_elementsContext) LAST ¶
func (s *Order_by_elementsContext) LAST() antlr.TerminalNode
func (*Order_by_elementsContext) NULLS ¶
func (s *Order_by_elementsContext) NULLS() antlr.TerminalNode
func (*Order_by_elementsContext) ToStringTree ¶
func (s *Order_by_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Other_functionContext ¶
type Other_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOther_functionContext ¶
func NewEmptyOther_functionContext() *Other_functionContext
func NewOther_functionContext ¶
func NewOther_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Other_functionContext
func (*Other_functionContext) ALL ¶
func (s *Other_functionContext) ALL() antlr.TerminalNode
func (*Other_functionContext) AS ¶
func (s *Other_functionContext) AS() antlr.TerminalNode
func (*Other_functionContext) ASTERISK ¶
func (s *Other_functionContext) ASTERISK() antlr.TerminalNode
func (*Other_functionContext) AllCOMMA ¶
func (s *Other_functionContext) AllCOMMA() []antlr.TerminalNode
func (*Other_functionContext) AllColumn_alias ¶
func (s *Other_functionContext) AllColumn_alias() []IColumn_aliasContext
func (*Other_functionContext) AllConcatenation ¶
func (s *Other_functionContext) AllConcatenation() []IConcatenationContext
func (*Other_functionContext) AllExpression ¶
func (s *Other_functionContext) AllExpression() []IExpressionContext
func (*Other_functionContext) AllLEFT_PAREN ¶
func (s *Other_functionContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Other_functionContext) AllRIGHT_PAREN ¶
func (s *Other_functionContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Other_functionContext) AllWithin_or_over_part ¶
func (s *Other_functionContext) AllWithin_or_over_part() []IWithin_or_over_partContext
func (*Other_functionContext) AllXml_multiuse_expression_element ¶
func (s *Other_functionContext) AllXml_multiuse_expression_element() []IXml_multiuse_expression_elementContext
func (*Other_functionContext) BOTH ¶
func (s *Other_functionContext) BOTH() antlr.TerminalNode
func (*Other_functionContext) CANONICAL ¶
func (s *Other_functionContext) CANONICAL() antlr.TerminalNode
func (*Other_functionContext) CAST ¶
func (s *Other_functionContext) CAST() antlr.TerminalNode
func (*Other_functionContext) CHAR_CS ¶
func (s *Other_functionContext) CHAR_CS() antlr.TerminalNode
func (*Other_functionContext) COALESCE ¶
func (s *Other_functionContext) COALESCE() antlr.TerminalNode
func (*Other_functionContext) COLLECT ¶
func (s *Other_functionContext) COLLECT() antlr.TerminalNode
func (*Other_functionContext) COMMA ¶
func (s *Other_functionContext) COMMA(i int) antlr.TerminalNode
func (*Other_functionContext) COMPATIBILITY ¶
func (s *Other_functionContext) COMPATIBILITY() antlr.TerminalNode
func (*Other_functionContext) CONTENT ¶
func (s *Other_functionContext) CONTENT() antlr.TerminalNode
func (*Other_functionContext) COUNT ¶
func (s *Other_functionContext) COUNT() antlr.TerminalNode
func (*Other_functionContext) Collect_order_by_part ¶
func (s *Other_functionContext) Collect_order_by_part() ICollect_order_by_partContext
func (*Other_functionContext) Column_alias ¶
func (s *Other_functionContext) Column_alias(i int) IColumn_aliasContext
func (*Other_functionContext) Concatenation ¶
func (s *Other_functionContext) Concatenation(i int) IConcatenationContext
func (*Other_functionContext) Cost_matrix_clause ¶
func (s *Other_functionContext) Cost_matrix_clause() ICost_matrix_clauseContext
func (*Other_functionContext) Cursor_name ¶
func (s *Other_functionContext) Cursor_name() ICursor_nameContext
func (*Other_functionContext) DECOMPOSE ¶
func (s *Other_functionContext) DECOMPOSE() antlr.TerminalNode
func (*Other_functionContext) DEFAULTS ¶
func (s *Other_functionContext) DEFAULTS() antlr.TerminalNode
func (*Other_functionContext) DISTINCT ¶
func (s *Other_functionContext) DISTINCT() antlr.TerminalNode
func (*Other_functionContext) DOCUMENT ¶
func (s *Other_functionContext) DOCUMENT() antlr.TerminalNode
func (*Other_functionContext) EMPTY ¶
func (s *Other_functionContext) EMPTY() antlr.TerminalNode
func (*Other_functionContext) ENTITYESCAPING ¶
func (s *Other_functionContext) ENTITYESCAPING() antlr.TerminalNode
func (*Other_functionContext) EVALNAME ¶
func (s *Other_functionContext) EVALNAME() antlr.TerminalNode
func (*Other_functionContext) EXTRACT ¶
func (s *Other_functionContext) EXTRACT() antlr.TerminalNode
func (*Other_functionContext) EnterRule ¶
func (s *Other_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Other_functionContext) ExitRule ¶
func (s *Other_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Other_functionContext) Expression ¶
func (s *Other_functionContext) Expression(i int) IExpressionContext
func (*Other_functionContext) Expressions ¶
func (s *Other_functionContext) Expressions() IExpressionsContext
func (*Other_functionContext) FIRST_VALUE ¶
func (s *Other_functionContext) FIRST_VALUE() antlr.TerminalNode
func (*Other_functionContext) FROM ¶
func (s *Other_functionContext) FROM() antlr.TerminalNode
func (*Other_functionContext) Function_argument ¶
func (s *Other_functionContext) Function_argument() IFunction_argumentContext
func (*Other_functionContext) Function_argument_analytic ¶
func (s *Other_functionContext) Function_argument_analytic() IFunction_argument_analyticContext
func (*Other_functionContext) Function_argument_modeling ¶
func (s *Other_functionContext) Function_argument_modeling() IFunction_argument_modelingContext
func (*Other_functionContext) General_element_part ¶
func (s *Other_functionContext) General_element_part() IGeneral_element_partContext
func (*Other_functionContext) GetParser ¶
func (s *Other_functionContext) GetParser() antlr.Parser
func (*Other_functionContext) GetRuleContext ¶
func (s *Other_functionContext) GetRuleContext() antlr.RuleContext
func (*Other_functionContext) HIDE ¶
func (s *Other_functionContext) HIDE() antlr.TerminalNode
func (*Other_functionContext) Identifier ¶
func (s *Other_functionContext) Identifier() IIdentifierContext
func (*Other_functionContext) IsOther_functionContext ¶
func (*Other_functionContext) IsOther_functionContext()
func (*Other_functionContext) LAST_VALUE ¶
func (s *Other_functionContext) LAST_VALUE() antlr.TerminalNode
func (*Other_functionContext) LEADING ¶
func (s *Other_functionContext) LEADING() antlr.TerminalNode
func (*Other_functionContext) LEFT_PAREN ¶
func (s *Other_functionContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Other_functionContext) MULTISET ¶
func (s *Other_functionContext) MULTISET() antlr.TerminalNode
func (*Other_functionContext) NAME ¶
func (s *Other_functionContext) NAME() antlr.TerminalNode
func (*Other_functionContext) NCHAR_CS ¶
func (s *Other_functionContext) NCHAR_CS() antlr.TerminalNode
func (*Other_functionContext) NOENTITYESCAPING ¶
func (s *Other_functionContext) NOENTITYESCAPING() antlr.TerminalNode
func (*Other_functionContext) NULL_ ¶
func (s *Other_functionContext) NULL_() antlr.TerminalNode
func (*Other_functionContext) Numeric ¶
func (s *Other_functionContext) Numeric() INumericContext
func (*Other_functionContext) ON ¶
func (s *Other_functionContext) ON() antlr.TerminalNode
func (*Other_functionContext) Order_by_clause ¶
func (s *Other_functionContext) Order_by_clause() IOrder_by_clauseContext
func (*Other_functionContext) Over_clause ¶
func (s *Other_functionContext) Over_clause() IOver_clauseContext
func (*Other_functionContext) Over_clause_keyword ¶
func (s *Other_functionContext) Over_clause_keyword() IOver_clause_keywordContext
func (*Other_functionContext) PERCENT_FOUND ¶
func (s *Other_functionContext) PERCENT_FOUND() antlr.TerminalNode
func (*Other_functionContext) PERCENT_ISOPEN ¶
func (s *Other_functionContext) PERCENT_ISOPEN() antlr.TerminalNode
func (*Other_functionContext) PERCENT_NOTFOUND ¶
func (s *Other_functionContext) PERCENT_NOTFOUND() antlr.TerminalNode
func (*Other_functionContext) PERCENT_ROWCOUNT ¶
func (s *Other_functionContext) PERCENT_ROWCOUNT() antlr.TerminalNode
func (*Other_functionContext) PERIOD ¶
func (s *Other_functionContext) PERIOD() antlr.TerminalNode
func (*Other_functionContext) Quoted_string ¶
func (s *Other_functionContext) Quoted_string() IQuoted_stringContext
func (*Other_functionContext) REF ¶
func (s *Other_functionContext) REF() antlr.TerminalNode
func (*Other_functionContext) RETURNING ¶
func (s *Other_functionContext) RETURNING() antlr.TerminalNode
func (*Other_functionContext) RIGHT_PAREN ¶
func (s *Other_functionContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Other_functionContext) Regular_id ¶
func (s *Other_functionContext) Regular_id() IRegular_idContext
func (*Other_functionContext) Respect_or_ignore_nulls ¶
func (s *Other_functionContext) Respect_or_ignore_nulls() IRespect_or_ignore_nullsContext
func (*Other_functionContext) SHOW ¶
func (s *Other_functionContext) SHOW() antlr.TerminalNode
func (*Other_functionContext) Standard_prediction_function_keyword ¶
func (s *Other_functionContext) Standard_prediction_function_keyword() IStandard_prediction_function_keywordContext
func (*Other_functionContext) Subquery ¶
func (s *Other_functionContext) Subquery() ISubqueryContext
func (*Other_functionContext) TRAILING ¶
func (s *Other_functionContext) TRAILING() antlr.TerminalNode
func (*Other_functionContext) TRANSLATE ¶
func (s *Other_functionContext) TRANSLATE() antlr.TerminalNode
func (*Other_functionContext) TREAT ¶
func (s *Other_functionContext) TREAT() antlr.TerminalNode
func (*Other_functionContext) TRIM ¶
func (s *Other_functionContext) TRIM() antlr.TerminalNode
func (*Other_functionContext) Table_element ¶
func (s *Other_functionContext) Table_element() ITable_elementContext
func (*Other_functionContext) ToStringTree ¶
func (s *Other_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Other_functionContext) Type_spec ¶
func (s *Other_functionContext) Type_spec() IType_specContext
func (*Other_functionContext) UNIQUE ¶
func (s *Other_functionContext) UNIQUE() antlr.TerminalNode
func (*Other_functionContext) USING ¶
func (s *Other_functionContext) USING() antlr.TerminalNode
func (*Other_functionContext) Using_clause ¶
func (s *Other_functionContext) Using_clause() IUsing_clauseContext
func (*Other_functionContext) WELLFORMED ¶
func (s *Other_functionContext) WELLFORMED() antlr.TerminalNode
func (*Other_functionContext) Within_or_over_clause_keyword ¶
func (s *Other_functionContext) Within_or_over_clause_keyword() IWithin_or_over_clause_keywordContext
func (*Other_functionContext) Within_or_over_part ¶
func (s *Other_functionContext) Within_or_over_part(i int) IWithin_or_over_partContext
func (*Other_functionContext) XMLAGG ¶
func (s *Other_functionContext) XMLAGG() antlr.TerminalNode
func (*Other_functionContext) XMLCAST ¶
func (s *Other_functionContext) XMLCAST() antlr.TerminalNode
func (*Other_functionContext) XMLCOLATTVAL ¶
func (s *Other_functionContext) XMLCOLATTVAL() antlr.TerminalNode
func (*Other_functionContext) XMLELEMENT ¶
func (s *Other_functionContext) XMLELEMENT() antlr.TerminalNode
func (*Other_functionContext) XMLEXISTS ¶
func (s *Other_functionContext) XMLEXISTS() antlr.TerminalNode
func (*Other_functionContext) XMLFOREST ¶
func (s *Other_functionContext) XMLFOREST() antlr.TerminalNode
func (*Other_functionContext) XMLPARSE ¶
func (s *Other_functionContext) XMLPARSE() antlr.TerminalNode
func (*Other_functionContext) XMLPI ¶
func (s *Other_functionContext) XMLPI() antlr.TerminalNode
func (*Other_functionContext) XMLQUERY ¶
func (s *Other_functionContext) XMLQUERY() antlr.TerminalNode
func (*Other_functionContext) XMLROOT ¶
func (s *Other_functionContext) XMLROOT() antlr.TerminalNode
func (*Other_functionContext) XMLSERIALIZE ¶
func (s *Other_functionContext) XMLSERIALIZE() antlr.TerminalNode
func (*Other_functionContext) Xml_attributes_clause ¶
func (s *Other_functionContext) Xml_attributes_clause() IXml_attributes_clauseContext
func (*Other_functionContext) Xml_multiuse_expression_element ¶
func (s *Other_functionContext) Xml_multiuse_expression_element(i int) IXml_multiuse_expression_elementContext
func (*Other_functionContext) Xml_passing_clause ¶
func (s *Other_functionContext) Xml_passing_clause() IXml_passing_clauseContext
func (*Other_functionContext) Xmlroot_param_standalone_part ¶
func (s *Other_functionContext) Xmlroot_param_standalone_part() IXmlroot_param_standalone_partContext
func (*Other_functionContext) Xmlroot_param_version_part ¶
func (s *Other_functionContext) Xmlroot_param_version_part() IXmlroot_param_version_partContext
func (*Other_functionContext) Xmlserialize_param_enconding_part ¶
func (s *Other_functionContext) Xmlserialize_param_enconding_part() IXmlserialize_param_enconding_partContext
func (*Other_functionContext) Xmlserialize_param_ident_part ¶
func (s *Other_functionContext) Xmlserialize_param_ident_part() IXmlserialize_param_ident_partContext
func (*Other_functionContext) Xmlserialize_param_version_part ¶
func (s *Other_functionContext) Xmlserialize_param_version_part() IXmlserialize_param_version_partContext
func (*Other_functionContext) Xmltable ¶
func (s *Other_functionContext) Xmltable() IXmltableContext
type Out_of_line_constraintContext ¶
type Out_of_line_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOut_of_line_constraintContext ¶
func NewEmptyOut_of_line_constraintContext() *Out_of_line_constraintContext
func NewOut_of_line_constraintContext ¶
func NewOut_of_line_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Out_of_line_constraintContext
func (*Out_of_line_constraintContext) AllCOMMA ¶
func (s *Out_of_line_constraintContext) AllCOMMA() []antlr.TerminalNode
func (*Out_of_line_constraintContext) AllColumn_name ¶
func (s *Out_of_line_constraintContext) AllColumn_name() []IColumn_nameContext
func (*Out_of_line_constraintContext) CHECK ¶
func (s *Out_of_line_constraintContext) CHECK() antlr.TerminalNode
func (*Out_of_line_constraintContext) COMMA ¶
func (s *Out_of_line_constraintContext) COMMA(i int) antlr.TerminalNode
func (*Out_of_line_constraintContext) CONSTRAINT ¶
func (s *Out_of_line_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Out_of_line_constraintContext) Column_name ¶
func (s *Out_of_line_constraintContext) Column_name(i int) IColumn_nameContext
func (*Out_of_line_constraintContext) Constraint_name ¶
func (s *Out_of_line_constraintContext) Constraint_name() IConstraint_nameContext
func (*Out_of_line_constraintContext) Constraint_state ¶
func (s *Out_of_line_constraintContext) Constraint_state() IConstraint_stateContext
func (*Out_of_line_constraintContext) EnterRule ¶
func (s *Out_of_line_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Out_of_line_constraintContext) ExitRule ¶
func (s *Out_of_line_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Out_of_line_constraintContext) Expression ¶
func (s *Out_of_line_constraintContext) Expression() IExpressionContext
func (*Out_of_line_constraintContext) Foreign_key_clause ¶
func (s *Out_of_line_constraintContext) Foreign_key_clause() IForeign_key_clauseContext
func (*Out_of_line_constraintContext) GetParser ¶
func (s *Out_of_line_constraintContext) GetParser() antlr.Parser
func (*Out_of_line_constraintContext) GetRuleContext ¶
func (s *Out_of_line_constraintContext) GetRuleContext() antlr.RuleContext
func (*Out_of_line_constraintContext) IsOut_of_line_constraintContext ¶
func (*Out_of_line_constraintContext) IsOut_of_line_constraintContext()
func (*Out_of_line_constraintContext) KEY ¶
func (s *Out_of_line_constraintContext) KEY() antlr.TerminalNode
func (*Out_of_line_constraintContext) LEFT_PAREN ¶
func (s *Out_of_line_constraintContext) LEFT_PAREN() antlr.TerminalNode
func (*Out_of_line_constraintContext) PRIMARY ¶
func (s *Out_of_line_constraintContext) PRIMARY() antlr.TerminalNode
func (*Out_of_line_constraintContext) RIGHT_PAREN ¶
func (s *Out_of_line_constraintContext) RIGHT_PAREN() antlr.TerminalNode
func (*Out_of_line_constraintContext) ToStringTree ¶
func (s *Out_of_line_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Out_of_line_constraintContext) UNIQUE ¶
func (s *Out_of_line_constraintContext) UNIQUE() antlr.TerminalNode
type Out_of_line_part_storageContext ¶
type Out_of_line_part_storageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOut_of_line_part_storageContext ¶
func NewEmptyOut_of_line_part_storageContext() *Out_of_line_part_storageContext
func NewOut_of_line_part_storageContext ¶
func NewOut_of_line_part_storageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Out_of_line_part_storageContext
func (*Out_of_line_part_storageContext) EnterRule ¶
func (s *Out_of_line_part_storageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Out_of_line_part_storageContext) ExitRule ¶
func (s *Out_of_line_part_storageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Out_of_line_part_storageContext) GetParser ¶
func (s *Out_of_line_part_storageContext) GetParser() antlr.Parser
func (*Out_of_line_part_storageContext) GetRuleContext ¶
func (s *Out_of_line_part_storageContext) GetRuleContext() antlr.RuleContext
func (*Out_of_line_part_storageContext) IsOut_of_line_part_storageContext ¶
func (*Out_of_line_part_storageContext) IsOut_of_line_part_storageContext()
func (*Out_of_line_part_storageContext) PARTITION ¶
func (s *Out_of_line_part_storageContext) PARTITION() antlr.TerminalNode
func (*Out_of_line_part_storageContext) Partition_name ¶
func (s *Out_of_line_part_storageContext) Partition_name() IPartition_nameContext
func (*Out_of_line_part_storageContext) ToStringTree ¶
func (s *Out_of_line_part_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Out_of_line_ref_constraintContext ¶
type Out_of_line_ref_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOut_of_line_ref_constraintContext ¶
func NewEmptyOut_of_line_ref_constraintContext() *Out_of_line_ref_constraintContext
func NewOut_of_line_ref_constraintContext ¶
func NewOut_of_line_ref_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Out_of_line_ref_constraintContext
func (*Out_of_line_ref_constraintContext) AllCOMMA ¶
func (s *Out_of_line_ref_constraintContext) AllCOMMA() []antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) AllRegular_id ¶
func (s *Out_of_line_ref_constraintContext) AllRegular_id() []IRegular_idContext
func (*Out_of_line_ref_constraintContext) COMMA ¶
func (s *Out_of_line_ref_constraintContext) COMMA(i int) antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) CONSTRAINT ¶
func (s *Out_of_line_ref_constraintContext) CONSTRAINT() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) Constraint_name ¶
func (s *Out_of_line_ref_constraintContext) Constraint_name() IConstraint_nameContext
func (*Out_of_line_ref_constraintContext) Constraint_state ¶
func (s *Out_of_line_ref_constraintContext) Constraint_state() IConstraint_stateContext
func (*Out_of_line_ref_constraintContext) EnterRule ¶
func (s *Out_of_line_ref_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*Out_of_line_ref_constraintContext) ExitRule ¶
func (s *Out_of_line_ref_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*Out_of_line_ref_constraintContext) FOR ¶
func (s *Out_of_line_ref_constraintContext) FOR() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) FOREIGN ¶
func (s *Out_of_line_ref_constraintContext) FOREIGN() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) GetParser ¶
func (s *Out_of_line_ref_constraintContext) GetParser() antlr.Parser
func (*Out_of_line_ref_constraintContext) GetRef_col_or_attr ¶
func (s *Out_of_line_ref_constraintContext) GetRef_col_or_attr() IRegular_idContext
func (*Out_of_line_ref_constraintContext) GetRuleContext ¶
func (s *Out_of_line_ref_constraintContext) GetRuleContext() antlr.RuleContext
func (*Out_of_line_ref_constraintContext) IS ¶
func (s *Out_of_line_ref_constraintContext) IS() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) IsOut_of_line_ref_constraintContext ¶
func (*Out_of_line_ref_constraintContext) IsOut_of_line_ref_constraintContext()
func (*Out_of_line_ref_constraintContext) KEY ¶
func (s *Out_of_line_ref_constraintContext) KEY() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) LEFT_PAREN ¶
func (s *Out_of_line_ref_constraintContext) LEFT_PAREN() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) REF ¶
func (s *Out_of_line_ref_constraintContext) REF() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) RIGHT_PAREN ¶
func (s *Out_of_line_ref_constraintContext) RIGHT_PAREN() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) ROWID ¶
func (s *Out_of_line_ref_constraintContext) ROWID() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) References_clause ¶
func (s *Out_of_line_ref_constraintContext) References_clause() IReferences_clauseContext
func (*Out_of_line_ref_constraintContext) Regular_id ¶
func (s *Out_of_line_ref_constraintContext) Regular_id(i int) IRegular_idContext
func (*Out_of_line_ref_constraintContext) SCOPE ¶
func (s *Out_of_line_ref_constraintContext) SCOPE() antlr.TerminalNode
func (*Out_of_line_ref_constraintContext) SetRef_col_or_attr ¶
func (s *Out_of_line_ref_constraintContext) SetRef_col_or_attr(v IRegular_idContext)
func (*Out_of_line_ref_constraintContext) Tableview_name ¶
func (s *Out_of_line_ref_constraintContext) Tableview_name() ITableview_nameContext
func (*Out_of_line_ref_constraintContext) ToStringTree ¶
func (s *Out_of_line_ref_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Out_of_line_ref_constraintContext) WITH ¶
func (s *Out_of_line_ref_constraintContext) WITH() antlr.TerminalNode
type Outer_join_signContext ¶
type Outer_join_signContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOuter_join_signContext ¶
func NewEmptyOuter_join_signContext() *Outer_join_signContext
func NewOuter_join_signContext ¶
func NewOuter_join_signContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Outer_join_signContext
func (*Outer_join_signContext) EnterRule ¶
func (s *Outer_join_signContext) EnterRule(listener antlr.ParseTreeListener)
func (*Outer_join_signContext) ExitRule ¶
func (s *Outer_join_signContext) ExitRule(listener antlr.ParseTreeListener)
func (*Outer_join_signContext) GetParser ¶
func (s *Outer_join_signContext) GetParser() antlr.Parser
func (*Outer_join_signContext) GetRuleContext ¶
func (s *Outer_join_signContext) GetRuleContext() antlr.RuleContext
func (*Outer_join_signContext) IsOuter_join_signContext ¶
func (*Outer_join_signContext) IsOuter_join_signContext()
func (*Outer_join_signContext) LEFT_PAREN ¶
func (s *Outer_join_signContext) LEFT_PAREN() antlr.TerminalNode
func (*Outer_join_signContext) PLUS_SIGN ¶
func (s *Outer_join_signContext) PLUS_SIGN() antlr.TerminalNode
func (*Outer_join_signContext) RIGHT_PAREN ¶
func (s *Outer_join_signContext) RIGHT_PAREN() antlr.TerminalNode
func (*Outer_join_signContext) ToStringTree ¶
func (s *Outer_join_signContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Outer_join_typeContext ¶
type Outer_join_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOuter_join_typeContext ¶
func NewEmptyOuter_join_typeContext() *Outer_join_typeContext
func NewOuter_join_typeContext ¶
func NewOuter_join_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Outer_join_typeContext
func (*Outer_join_typeContext) EnterRule ¶
func (s *Outer_join_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Outer_join_typeContext) ExitRule ¶
func (s *Outer_join_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Outer_join_typeContext) FULL ¶
func (s *Outer_join_typeContext) FULL() antlr.TerminalNode
func (*Outer_join_typeContext) GetParser ¶
func (s *Outer_join_typeContext) GetParser() antlr.Parser
func (*Outer_join_typeContext) GetRuleContext ¶
func (s *Outer_join_typeContext) GetRuleContext() antlr.RuleContext
func (*Outer_join_typeContext) IsOuter_join_typeContext ¶
func (*Outer_join_typeContext) IsOuter_join_typeContext()
func (*Outer_join_typeContext) LEFT ¶
func (s *Outer_join_typeContext) LEFT() antlr.TerminalNode
func (*Outer_join_typeContext) OUTER ¶
func (s *Outer_join_typeContext) OUTER() antlr.TerminalNode
func (*Outer_join_typeContext) RIGHT ¶
func (s *Outer_join_typeContext) RIGHT() antlr.TerminalNode
func (*Outer_join_typeContext) ToStringTree ¶
func (s *Outer_join_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Over_clauseContext ¶
type Over_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOver_clauseContext ¶
func NewEmptyOver_clauseContext() *Over_clauseContext
func NewOver_clauseContext ¶
func NewOver_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Over_clauseContext
func (*Over_clauseContext) EnterRule ¶
func (s *Over_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Over_clauseContext) ExitRule ¶
func (s *Over_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Over_clauseContext) GetParser ¶
func (s *Over_clauseContext) GetParser() antlr.Parser
func (*Over_clauseContext) GetRuleContext ¶
func (s *Over_clauseContext) GetRuleContext() antlr.RuleContext
func (*Over_clauseContext) IsOver_clauseContext ¶
func (*Over_clauseContext) IsOver_clauseContext()
func (*Over_clauseContext) LEFT_PAREN ¶
func (s *Over_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Over_clauseContext) OVER ¶
func (s *Over_clauseContext) OVER() antlr.TerminalNode
func (*Over_clauseContext) Order_by_clause ¶
func (s *Over_clauseContext) Order_by_clause() IOrder_by_clauseContext
func (*Over_clauseContext) Query_partition_clause ¶
func (s *Over_clauseContext) Query_partition_clause() IQuery_partition_clauseContext
func (*Over_clauseContext) RIGHT_PAREN ¶
func (s *Over_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Over_clauseContext) ToStringTree ¶
func (s *Over_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Over_clauseContext) Windowing_clause ¶
func (s *Over_clauseContext) Windowing_clause() IWindowing_clauseContext
type Over_clause_keywordContext ¶
type Over_clause_keywordContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOver_clause_keywordContext ¶
func NewEmptyOver_clause_keywordContext() *Over_clause_keywordContext
func NewOver_clause_keywordContext ¶
func NewOver_clause_keywordContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Over_clause_keywordContext
func (*Over_clause_keywordContext) AVG ¶
func (s *Over_clause_keywordContext) AVG() antlr.TerminalNode
func (*Over_clause_keywordContext) CORR ¶
func (s *Over_clause_keywordContext) CORR() antlr.TerminalNode
func (*Over_clause_keywordContext) COVAR_ ¶
func (s *Over_clause_keywordContext) COVAR_() antlr.TerminalNode
func (*Over_clause_keywordContext) EnterRule ¶
func (s *Over_clause_keywordContext) EnterRule(listener antlr.ParseTreeListener)
func (*Over_clause_keywordContext) ExitRule ¶
func (s *Over_clause_keywordContext) ExitRule(listener antlr.ParseTreeListener)
func (*Over_clause_keywordContext) GetParser ¶
func (s *Over_clause_keywordContext) GetParser() antlr.Parser
func (*Over_clause_keywordContext) GetRuleContext ¶
func (s *Over_clause_keywordContext) GetRuleContext() antlr.RuleContext
func (*Over_clause_keywordContext) IsOver_clause_keywordContext ¶
func (*Over_clause_keywordContext) IsOver_clause_keywordContext()
func (*Over_clause_keywordContext) LAG ¶
func (s *Over_clause_keywordContext) LAG() antlr.TerminalNode
func (*Over_clause_keywordContext) LEAD ¶
func (s *Over_clause_keywordContext) LEAD() antlr.TerminalNode
func (*Over_clause_keywordContext) MAX ¶
func (s *Over_clause_keywordContext) MAX() antlr.TerminalNode
func (*Over_clause_keywordContext) MEDIAN ¶
func (s *Over_clause_keywordContext) MEDIAN() antlr.TerminalNode
func (*Over_clause_keywordContext) MIN ¶
func (s *Over_clause_keywordContext) MIN() antlr.TerminalNode
func (*Over_clause_keywordContext) NTILE ¶
func (s *Over_clause_keywordContext) NTILE() antlr.TerminalNode
func (*Over_clause_keywordContext) RATIO_TO_REPORT ¶
func (s *Over_clause_keywordContext) RATIO_TO_REPORT() antlr.TerminalNode
func (*Over_clause_keywordContext) REGR_ ¶
func (s *Over_clause_keywordContext) REGR_() antlr.TerminalNode
func (*Over_clause_keywordContext) ROW_NUMBER ¶
func (s *Over_clause_keywordContext) ROW_NUMBER() antlr.TerminalNode
func (*Over_clause_keywordContext) STDDEV ¶
func (s *Over_clause_keywordContext) STDDEV() antlr.TerminalNode
func (*Over_clause_keywordContext) SUM ¶
func (s *Over_clause_keywordContext) SUM() antlr.TerminalNode
func (*Over_clause_keywordContext) ToStringTree ¶
func (s *Over_clause_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Over_clause_keywordContext) VARIANCE ¶
func (s *Over_clause_keywordContext) VARIANCE() antlr.TerminalNode
func (*Over_clause_keywordContext) VAR_ ¶
func (s *Over_clause_keywordContext) VAR_() antlr.TerminalNode
type Overriding_function_specContext ¶
type Overriding_function_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOverriding_function_specContext ¶
func NewEmptyOverriding_function_specContext() *Overriding_function_specContext
func NewOverriding_function_specContext ¶
func NewOverriding_function_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Overriding_function_specContext
func (*Overriding_function_specContext) AS ¶
func (s *Overriding_function_specContext) AS(i int) antlr.TerminalNode
func (*Overriding_function_specContext) AllAS ¶
func (s *Overriding_function_specContext) AllAS() []antlr.TerminalNode
func (*Overriding_function_specContext) AllCOMMA ¶
func (s *Overriding_function_specContext) AllCOMMA() []antlr.TerminalNode
func (*Overriding_function_specContext) AllType_elements_parameter ¶
func (s *Overriding_function_specContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Overriding_function_specContext) Body ¶
func (s *Overriding_function_specContext) Body() IBodyContext
func (*Overriding_function_specContext) COMMA ¶
func (s *Overriding_function_specContext) COMMA(i int) antlr.TerminalNode
func (*Overriding_function_specContext) DECLARE ¶
func (s *Overriding_function_specContext) DECLARE() antlr.TerminalNode
func (*Overriding_function_specContext) EnterRule ¶
func (s *Overriding_function_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Overriding_function_specContext) ExitRule ¶
func (s *Overriding_function_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Overriding_function_specContext) FUNCTION ¶
func (s *Overriding_function_specContext) FUNCTION() antlr.TerminalNode
func (*Overriding_function_specContext) Function_name ¶
func (s *Overriding_function_specContext) Function_name() IFunction_nameContext
func (*Overriding_function_specContext) GetParser ¶
func (s *Overriding_function_specContext) GetParser() antlr.Parser
func (*Overriding_function_specContext) GetRuleContext ¶
func (s *Overriding_function_specContext) GetRuleContext() antlr.RuleContext
func (*Overriding_function_specContext) IS ¶
func (s *Overriding_function_specContext) IS() antlr.TerminalNode
func (*Overriding_function_specContext) IsOverriding_function_specContext ¶
func (*Overriding_function_specContext) IsOverriding_function_specContext()
func (*Overriding_function_specContext) LEFT_PAREN ¶
func (s *Overriding_function_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Overriding_function_specContext) PIPELINED ¶
func (s *Overriding_function_specContext) PIPELINED() antlr.TerminalNode
func (*Overriding_function_specContext) RESULT ¶
func (s *Overriding_function_specContext) RESULT() antlr.TerminalNode
func (*Overriding_function_specContext) RETURN ¶
func (s *Overriding_function_specContext) RETURN() antlr.TerminalNode
func (*Overriding_function_specContext) RIGHT_PAREN ¶
func (s *Overriding_function_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Overriding_function_specContext) SELF ¶
func (s *Overriding_function_specContext) SELF() antlr.TerminalNode
func (*Overriding_function_specContext) SEMICOLON ¶
func (s *Overriding_function_specContext) SEMICOLON() antlr.TerminalNode
func (*Overriding_function_specContext) Seq_of_declare_specs ¶
func (s *Overriding_function_specContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Overriding_function_specContext) ToStringTree ¶
func (s *Overriding_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Overriding_function_specContext) Type_elements_parameter ¶
func (s *Overriding_function_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
func (*Overriding_function_specContext) Type_spec ¶
func (s *Overriding_function_specContext) Type_spec() IType_specContext
type Overriding_subprogram_specContext ¶
type Overriding_subprogram_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyOverriding_subprogram_specContext ¶
func NewEmptyOverriding_subprogram_specContext() *Overriding_subprogram_specContext
func NewOverriding_subprogram_specContext ¶
func NewOverriding_subprogram_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Overriding_subprogram_specContext
func (*Overriding_subprogram_specContext) EnterRule ¶
func (s *Overriding_subprogram_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Overriding_subprogram_specContext) ExitRule ¶
func (s *Overriding_subprogram_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Overriding_subprogram_specContext) GetParser ¶
func (s *Overriding_subprogram_specContext) GetParser() antlr.Parser
func (*Overriding_subprogram_specContext) GetRuleContext ¶
func (s *Overriding_subprogram_specContext) GetRuleContext() antlr.RuleContext
func (*Overriding_subprogram_specContext) IsOverriding_subprogram_specContext ¶
func (*Overriding_subprogram_specContext) IsOverriding_subprogram_specContext()
func (*Overriding_subprogram_specContext) MEMBER ¶
func (s *Overriding_subprogram_specContext) MEMBER() antlr.TerminalNode
func (*Overriding_subprogram_specContext) OVERRIDING ¶
func (s *Overriding_subprogram_specContext) OVERRIDING() antlr.TerminalNode
func (*Overriding_subprogram_specContext) Overriding_function_spec ¶
func (s *Overriding_subprogram_specContext) Overriding_function_spec() IOverriding_function_specContext
func (*Overriding_subprogram_specContext) ToStringTree ¶
func (s *Overriding_subprogram_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Package_nameContext ¶
type Package_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPackage_nameContext ¶
func NewEmptyPackage_nameContext() *Package_nameContext
func NewPackage_nameContext ¶
func NewPackage_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Package_nameContext
func (*Package_nameContext) EnterRule ¶
func (s *Package_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Package_nameContext) ExitRule ¶
func (s *Package_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Package_nameContext) GetParser ¶
func (s *Package_nameContext) GetParser() antlr.Parser
func (*Package_nameContext) GetRuleContext ¶
func (s *Package_nameContext) GetRuleContext() antlr.RuleContext
func (*Package_nameContext) Identifier ¶
func (s *Package_nameContext) Identifier() IIdentifierContext
func (*Package_nameContext) IsPackage_nameContext ¶
func (*Package_nameContext) IsPackage_nameContext()
func (*Package_nameContext) ToStringTree ¶
func (s *Package_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Package_obj_bodyContext ¶
type Package_obj_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPackage_obj_bodyContext ¶
func NewEmptyPackage_obj_bodyContext() *Package_obj_bodyContext
func NewPackage_obj_bodyContext ¶
func NewPackage_obj_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Package_obj_bodyContext
func (*Package_obj_bodyContext) Cursor_declaration ¶
func (s *Package_obj_bodyContext) Cursor_declaration() ICursor_declarationContext
func (*Package_obj_bodyContext) EnterRule ¶
func (s *Package_obj_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Package_obj_bodyContext) Exception_declaration ¶
func (s *Package_obj_bodyContext) Exception_declaration() IException_declarationContext
func (*Package_obj_bodyContext) ExitRule ¶
func (s *Package_obj_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Package_obj_bodyContext) Function_body ¶
func (s *Package_obj_bodyContext) Function_body() IFunction_bodyContext
func (*Package_obj_bodyContext) Function_spec ¶
func (s *Package_obj_bodyContext) Function_spec() IFunction_specContext
func (*Package_obj_bodyContext) GetParser ¶
func (s *Package_obj_bodyContext) GetParser() antlr.Parser
func (*Package_obj_bodyContext) GetRuleContext ¶
func (s *Package_obj_bodyContext) GetRuleContext() antlr.RuleContext
func (*Package_obj_bodyContext) IsPackage_obj_bodyContext ¶
func (*Package_obj_bodyContext) IsPackage_obj_bodyContext()
func (*Package_obj_bodyContext) Procedure_body ¶
func (s *Package_obj_bodyContext) Procedure_body() IProcedure_bodyContext
func (*Package_obj_bodyContext) Procedure_spec ¶
func (s *Package_obj_bodyContext) Procedure_spec() IProcedure_specContext
func (*Package_obj_bodyContext) Subtype_declaration ¶
func (s *Package_obj_bodyContext) Subtype_declaration() ISubtype_declarationContext
func (*Package_obj_bodyContext) ToStringTree ¶
func (s *Package_obj_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Package_obj_bodyContext) Type_declaration ¶
func (s *Package_obj_bodyContext) Type_declaration() IType_declarationContext
func (*Package_obj_bodyContext) Variable_declaration ¶
func (s *Package_obj_bodyContext) Variable_declaration() IVariable_declarationContext
type Package_obj_specContext ¶
type Package_obj_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPackage_obj_specContext ¶
func NewEmptyPackage_obj_specContext() *Package_obj_specContext
func NewPackage_obj_specContext ¶
func NewPackage_obj_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Package_obj_specContext
func (*Package_obj_specContext) Cursor_declaration ¶
func (s *Package_obj_specContext) Cursor_declaration() ICursor_declarationContext
func (*Package_obj_specContext) EnterRule ¶
func (s *Package_obj_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Package_obj_specContext) Exception_declaration ¶
func (s *Package_obj_specContext) Exception_declaration() IException_declarationContext
func (*Package_obj_specContext) ExitRule ¶
func (s *Package_obj_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Package_obj_specContext) Function_spec ¶
func (s *Package_obj_specContext) Function_spec() IFunction_specContext
func (*Package_obj_specContext) GetParser ¶
func (s *Package_obj_specContext) GetParser() antlr.Parser
func (*Package_obj_specContext) GetRuleContext ¶
func (s *Package_obj_specContext) GetRuleContext() antlr.RuleContext
func (*Package_obj_specContext) IsPackage_obj_specContext ¶
func (*Package_obj_specContext) IsPackage_obj_specContext()
func (*Package_obj_specContext) Pragma_declaration ¶
func (s *Package_obj_specContext) Pragma_declaration() IPragma_declarationContext
func (*Package_obj_specContext) Procedure_spec ¶
func (s *Package_obj_specContext) Procedure_spec() IProcedure_specContext
func (*Package_obj_specContext) Subtype_declaration ¶
func (s *Package_obj_specContext) Subtype_declaration() ISubtype_declarationContext
func (*Package_obj_specContext) ToStringTree ¶
func (s *Package_obj_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Package_obj_specContext) Type_declaration ¶
func (s *Package_obj_specContext) Type_declaration() IType_declarationContext
func (*Package_obj_specContext) Variable_declaration ¶
func (s *Package_obj_specContext) Variable_declaration() IVariable_declarationContext
type Parallel_clauseContext ¶
type Parallel_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParallel_clauseContext ¶
func NewEmptyParallel_clauseContext() *Parallel_clauseContext
func NewParallel_clauseContext ¶
func NewParallel_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parallel_clauseContext
func (*Parallel_clauseContext) EnterRule ¶
func (s *Parallel_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Parallel_clauseContext) ExitRule ¶
func (s *Parallel_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Parallel_clauseContext) GetParallel_count ¶
func (s *Parallel_clauseContext) GetParallel_count() antlr.Token
func (*Parallel_clauseContext) GetParser ¶
func (s *Parallel_clauseContext) GetParser() antlr.Parser
func (*Parallel_clauseContext) GetRuleContext ¶
func (s *Parallel_clauseContext) GetRuleContext() antlr.RuleContext
func (*Parallel_clauseContext) IsParallel_clauseContext ¶
func (*Parallel_clauseContext) IsParallel_clauseContext()
func (*Parallel_clauseContext) NOPARALLEL ¶
func (s *Parallel_clauseContext) NOPARALLEL() antlr.TerminalNode
func (*Parallel_clauseContext) PARALLEL ¶
func (s *Parallel_clauseContext) PARALLEL() antlr.TerminalNode
func (*Parallel_clauseContext) SetParallel_count ¶
func (s *Parallel_clauseContext) SetParallel_count(v antlr.Token)
func (*Parallel_clauseContext) ToStringTree ¶
func (s *Parallel_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Parallel_clauseContext) UNSIGNED_INTEGER ¶
func (s *Parallel_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Parallel_enable_clauseContext ¶
type Parallel_enable_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParallel_enable_clauseContext ¶
func NewEmptyParallel_enable_clauseContext() *Parallel_enable_clauseContext
func NewParallel_enable_clauseContext ¶
func NewParallel_enable_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parallel_enable_clauseContext
func (*Parallel_enable_clauseContext) EnterRule ¶
func (s *Parallel_enable_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Parallel_enable_clauseContext) ExitRule ¶
func (s *Parallel_enable_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Parallel_enable_clauseContext) GetParser ¶
func (s *Parallel_enable_clauseContext) GetParser() antlr.Parser
func (*Parallel_enable_clauseContext) GetRuleContext ¶
func (s *Parallel_enable_clauseContext) GetRuleContext() antlr.RuleContext
func (*Parallel_enable_clauseContext) IsParallel_enable_clauseContext ¶
func (*Parallel_enable_clauseContext) IsParallel_enable_clauseContext()
func (*Parallel_enable_clauseContext) PARALLEL_ENABLE ¶
func (s *Parallel_enable_clauseContext) PARALLEL_ENABLE() antlr.TerminalNode
func (*Parallel_enable_clauseContext) Partition_by_clause ¶
func (s *Parallel_enable_clauseContext) Partition_by_clause() IPartition_by_clauseContext
func (*Parallel_enable_clauseContext) ToStringTree ¶
func (s *Parallel_enable_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ParameterContext ¶
type ParameterContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParameterContext ¶
func NewEmptyParameterContext() *ParameterContext
func NewParameterContext ¶
func NewParameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParameterContext
func (*ParameterContext) AllIN ¶
func (s *ParameterContext) AllIN() []antlr.TerminalNode
func (*ParameterContext) AllINOUT ¶
func (s *ParameterContext) AllINOUT() []antlr.TerminalNode
func (*ParameterContext) AllNOCOPY ¶
func (s *ParameterContext) AllNOCOPY() []antlr.TerminalNode
func (*ParameterContext) AllOUT ¶
func (s *ParameterContext) AllOUT() []antlr.TerminalNode
func (*ParameterContext) Default_value_part ¶
func (s *ParameterContext) Default_value_part() IDefault_value_partContext
func (*ParameterContext) EnterRule ¶
func (s *ParameterContext) EnterRule(listener antlr.ParseTreeListener)
func (*ParameterContext) ExitRule ¶
func (s *ParameterContext) ExitRule(listener antlr.ParseTreeListener)
func (*ParameterContext) GetParser ¶
func (s *ParameterContext) GetParser() antlr.Parser
func (*ParameterContext) GetRuleContext ¶
func (s *ParameterContext) GetRuleContext() antlr.RuleContext
func (*ParameterContext) IN ¶
func (s *ParameterContext) IN(i int) antlr.TerminalNode
func (*ParameterContext) INOUT ¶
func (s *ParameterContext) INOUT(i int) antlr.TerminalNode
func (*ParameterContext) IsParameterContext ¶
func (*ParameterContext) IsParameterContext()
func (*ParameterContext) NOCOPY ¶
func (s *ParameterContext) NOCOPY(i int) antlr.TerminalNode
func (*ParameterContext) OUT ¶
func (s *ParameterContext) OUT(i int) antlr.TerminalNode
func (*ParameterContext) Parameter_name ¶
func (s *ParameterContext) Parameter_name() IParameter_nameContext
func (*ParameterContext) ToStringTree ¶
func (s *ParameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ParameterContext) Type_spec ¶
func (s *ParameterContext) Type_spec() IType_specContext
type Parameter_nameContext ¶
type Parameter_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParameter_nameContext ¶
func NewEmptyParameter_nameContext() *Parameter_nameContext
func NewParameter_nameContext ¶
func NewParameter_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parameter_nameContext
func (*Parameter_nameContext) EnterRule ¶
func (s *Parameter_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Parameter_nameContext) ExitRule ¶
func (s *Parameter_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Parameter_nameContext) GetParser ¶
func (s *Parameter_nameContext) GetParser() antlr.Parser
func (*Parameter_nameContext) GetRuleContext ¶
func (s *Parameter_nameContext) GetRuleContext() antlr.RuleContext
func (*Parameter_nameContext) Identifier ¶
func (s *Parameter_nameContext) Identifier() IIdentifierContext
func (*Parameter_nameContext) IsParameter_nameContext ¶
func (*Parameter_nameContext) IsParameter_nameContext()
func (*Parameter_nameContext) ToStringTree ¶
func (s *Parameter_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Parameter_specContext ¶
type Parameter_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParameter_specContext ¶
func NewEmptyParameter_specContext() *Parameter_specContext
func NewParameter_specContext ¶
func NewParameter_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parameter_specContext
func (*Parameter_specContext) Default_value_part ¶
func (s *Parameter_specContext) Default_value_part() IDefault_value_partContext
func (*Parameter_specContext) EnterRule ¶
func (s *Parameter_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Parameter_specContext) ExitRule ¶
func (s *Parameter_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Parameter_specContext) GetParser ¶
func (s *Parameter_specContext) GetParser() antlr.Parser
func (*Parameter_specContext) GetRuleContext ¶
func (s *Parameter_specContext) GetRuleContext() antlr.RuleContext
func (*Parameter_specContext) IN ¶
func (s *Parameter_specContext) IN() antlr.TerminalNode
func (*Parameter_specContext) IsParameter_specContext ¶
func (*Parameter_specContext) IsParameter_specContext()
func (*Parameter_specContext) Parameter_name ¶
func (s *Parameter_specContext) Parameter_name() IParameter_nameContext
func (*Parameter_specContext) ToStringTree ¶
func (s *Parameter_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Parameter_specContext) Type_spec ¶
func (s *Parameter_specContext) Type_spec() IType_specContext
type Parameter_valueContext ¶
type Parameter_valueContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParameter_valueContext ¶
func NewEmptyParameter_valueContext() *Parameter_valueContext
func NewParameter_valueContext ¶
func NewParameter_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Parameter_valueContext
func (*Parameter_valueContext) EnterRule ¶
func (s *Parameter_valueContext) EnterRule(listener antlr.ParseTreeListener)
func (*Parameter_valueContext) ExitRule ¶
func (s *Parameter_valueContext) ExitRule(listener antlr.ParseTreeListener)
func (*Parameter_valueContext) GetParser ¶
func (s *Parameter_valueContext) GetParser() antlr.Parser
func (*Parameter_valueContext) GetRuleContext ¶
func (s *Parameter_valueContext) GetRuleContext() antlr.RuleContext
func (*Parameter_valueContext) IsParameter_valueContext ¶
func (*Parameter_valueContext) IsParameter_valueContext()
func (*Parameter_valueContext) Regular_id ¶
func (s *Parameter_valueContext) Regular_id() IRegular_idContext
func (*Parameter_valueContext) ToStringTree ¶
func (s *Parameter_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Paren_column_listContext ¶
type Paren_column_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyParen_column_listContext ¶
func NewEmptyParen_column_listContext() *Paren_column_listContext
func NewParen_column_listContext ¶
func NewParen_column_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Paren_column_listContext
func (*Paren_column_listContext) Column_list ¶
func (s *Paren_column_listContext) Column_list() IColumn_listContext
func (*Paren_column_listContext) EnterRule ¶
func (s *Paren_column_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Paren_column_listContext) ExitRule ¶
func (s *Paren_column_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Paren_column_listContext) GetParser ¶
func (s *Paren_column_listContext) GetParser() antlr.Parser
func (*Paren_column_listContext) GetRuleContext ¶
func (s *Paren_column_listContext) GetRuleContext() antlr.RuleContext
func (*Paren_column_listContext) IsParen_column_listContext ¶
func (*Paren_column_listContext) IsParen_column_listContext()
func (*Paren_column_listContext) LEFT_PAREN ¶
func (s *Paren_column_listContext) LEFT_PAREN() antlr.TerminalNode
func (*Paren_column_listContext) RIGHT_PAREN ¶
func (s *Paren_column_listContext) RIGHT_PAREN() antlr.TerminalNode
func (*Paren_column_listContext) ToStringTree ¶
func (s *Paren_column_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partial_database_recoveryContext ¶
type Partial_database_recoveryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartial_database_recoveryContext ¶
func NewEmptyPartial_database_recoveryContext() *Partial_database_recoveryContext
func NewPartial_database_recoveryContext ¶
func NewPartial_database_recoveryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partial_database_recoveryContext
func (*Partial_database_recoveryContext) AllCHAR_STRING ¶
func (s *Partial_database_recoveryContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Partial_database_recoveryContext) AllCOMMA ¶
func (s *Partial_database_recoveryContext) AllCOMMA() []antlr.TerminalNode
func (*Partial_database_recoveryContext) AllFilenumber ¶
func (s *Partial_database_recoveryContext) AllFilenumber() []IFilenumberContext
func (*Partial_database_recoveryContext) AllTablespace ¶
func (s *Partial_database_recoveryContext) AllTablespace() []ITablespaceContext
func (*Partial_database_recoveryContext) CHAR_STRING ¶
func (s *Partial_database_recoveryContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Partial_database_recoveryContext) COMMA ¶
func (s *Partial_database_recoveryContext) COMMA(i int) antlr.TerminalNode
func (*Partial_database_recoveryContext) DATAFILE ¶
func (s *Partial_database_recoveryContext) DATAFILE() antlr.TerminalNode
func (*Partial_database_recoveryContext) EnterRule ¶
func (s *Partial_database_recoveryContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partial_database_recoveryContext) ExitRule ¶
func (s *Partial_database_recoveryContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partial_database_recoveryContext) Filenumber ¶
func (s *Partial_database_recoveryContext) Filenumber(i int) IFilenumberContext
func (*Partial_database_recoveryContext) GetParser ¶
func (s *Partial_database_recoveryContext) GetParser() antlr.Parser
func (*Partial_database_recoveryContext) GetRuleContext ¶
func (s *Partial_database_recoveryContext) GetRuleContext() antlr.RuleContext
func (*Partial_database_recoveryContext) IsPartial_database_recoveryContext ¶
func (*Partial_database_recoveryContext) IsPartial_database_recoveryContext()
func (*Partial_database_recoveryContext) Partial_database_recovery_10g ¶
func (s *Partial_database_recoveryContext) Partial_database_recovery_10g() IPartial_database_recovery_10gContext
func (*Partial_database_recoveryContext) TABLESPACE ¶
func (s *Partial_database_recoveryContext) TABLESPACE() antlr.TerminalNode
func (*Partial_database_recoveryContext) Tablespace ¶
func (s *Partial_database_recoveryContext) Tablespace(i int) ITablespaceContext
func (*Partial_database_recoveryContext) ToStringTree ¶
func (s *Partial_database_recoveryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partial_database_recovery_10gContext ¶
type Partial_database_recovery_10gContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartial_database_recovery_10gContext ¶
func NewEmptyPartial_database_recovery_10gContext() *Partial_database_recovery_10gContext
func NewPartial_database_recovery_10gContext ¶
func NewPartial_database_recovery_10gContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partial_database_recovery_10gContext
func (*Partial_database_recovery_10gContext) AllCHAR_STRING ¶
func (s *Partial_database_recovery_10gContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Partial_database_recovery_10gContext) AllCOMMA ¶
func (s *Partial_database_recovery_10gContext) AllCOMMA() []antlr.TerminalNode
func (*Partial_database_recovery_10gContext) AllFilenumber ¶
func (s *Partial_database_recovery_10gContext) AllFilenumber() []IFilenumberContext
func (*Partial_database_recovery_10gContext) AllTablespace ¶
func (s *Partial_database_recovery_10gContext) AllTablespace() []ITablespaceContext
func (*Partial_database_recovery_10gContext) CHAR_STRING ¶
func (s *Partial_database_recovery_10gContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Partial_database_recovery_10gContext) COMMA ¶
func (s *Partial_database_recovery_10gContext) COMMA(i int) antlr.TerminalNode
func (*Partial_database_recovery_10gContext) CONSISTENT ¶
func (s *Partial_database_recovery_10gContext) CONSISTENT() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) CONTROLFILE ¶
func (s *Partial_database_recovery_10gContext) CONTROLFILE() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) DATAFILE ¶
func (s *Partial_database_recovery_10gContext) DATAFILE() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) EnterRule ¶
func (s *Partial_database_recovery_10gContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partial_database_recovery_10gContext) ExitRule ¶
func (s *Partial_database_recovery_10gContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partial_database_recovery_10gContext) Filenumber ¶
func (s *Partial_database_recovery_10gContext) Filenumber(i int) IFilenumberContext
func (*Partial_database_recovery_10gContext) GetParser ¶
func (s *Partial_database_recovery_10gContext) GetParser() antlr.Parser
func (*Partial_database_recovery_10gContext) GetRuleContext ¶
func (s *Partial_database_recovery_10gContext) GetRuleContext() antlr.RuleContext
func (*Partial_database_recovery_10gContext) IsPartial_database_recovery_10gContext ¶
func (*Partial_database_recovery_10gContext) IsPartial_database_recovery_10gContext()
func (*Partial_database_recovery_10gContext) STANDBY ¶
func (s *Partial_database_recovery_10gContext) STANDBY() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) TABLESPACE ¶
func (s *Partial_database_recovery_10gContext) TABLESPACE() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) Tablespace ¶
func (s *Partial_database_recovery_10gContext) Tablespace(i int) ITablespaceContext
func (*Partial_database_recovery_10gContext) ToStringTree ¶
func (s *Partial_database_recovery_10gContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Partial_database_recovery_10gContext) UNTIL ¶
func (s *Partial_database_recovery_10gContext) UNTIL() antlr.TerminalNode
func (*Partial_database_recovery_10gContext) WITH ¶
func (s *Partial_database_recovery_10gContext) WITH() antlr.TerminalNode
type Partition_by_clauseContext ¶
type Partition_by_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_by_clauseContext ¶
func NewEmptyPartition_by_clauseContext() *Partition_by_clauseContext
func NewPartition_by_clauseContext ¶
func NewPartition_by_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_by_clauseContext
func (*Partition_by_clauseContext) ANY ¶
func (s *Partition_by_clauseContext) ANY() antlr.TerminalNode
func (*Partition_by_clauseContext) BY ¶
func (s *Partition_by_clauseContext) BY() antlr.TerminalNode
func (*Partition_by_clauseContext) EnterRule ¶
func (s *Partition_by_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_by_clauseContext) ExitRule ¶
func (s *Partition_by_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_by_clauseContext) Expression ¶
func (s *Partition_by_clauseContext) Expression() IExpressionContext
func (*Partition_by_clauseContext) GetParser ¶
func (s *Partition_by_clauseContext) GetParser() antlr.Parser
func (*Partition_by_clauseContext) GetRuleContext ¶
func (s *Partition_by_clauseContext) GetRuleContext() antlr.RuleContext
func (*Partition_by_clauseContext) HASH ¶
func (s *Partition_by_clauseContext) HASH() antlr.TerminalNode
func (*Partition_by_clauseContext) IsPartition_by_clauseContext ¶
func (*Partition_by_clauseContext) IsPartition_by_clauseContext()
func (*Partition_by_clauseContext) LEFT_PAREN ¶
func (s *Partition_by_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Partition_by_clauseContext) LIST ¶
func (s *Partition_by_clauseContext) LIST() antlr.TerminalNode
func (*Partition_by_clauseContext) PARTITION ¶
func (s *Partition_by_clauseContext) PARTITION() antlr.TerminalNode
func (*Partition_by_clauseContext) Paren_column_list ¶
func (s *Partition_by_clauseContext) Paren_column_list() IParen_column_listContext
func (*Partition_by_clauseContext) RANGE ¶
func (s *Partition_by_clauseContext) RANGE() antlr.TerminalNode
func (*Partition_by_clauseContext) RIGHT_PAREN ¶
func (s *Partition_by_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Partition_by_clauseContext) Streaming_clause ¶
func (s *Partition_by_clauseContext) Streaming_clause() IStreaming_clauseContext
func (*Partition_by_clauseContext) ToStringTree ¶
func (s *Partition_by_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partition_extension_clauseContext ¶
type Partition_extension_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_extension_clauseContext ¶
func NewEmptyPartition_extension_clauseContext() *Partition_extension_clauseContext
func NewPartition_extension_clauseContext ¶
func NewPartition_extension_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_extension_clauseContext
func (*Partition_extension_clauseContext) EnterRule ¶
func (s *Partition_extension_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_extension_clauseContext) ExitRule ¶
func (s *Partition_extension_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_extension_clauseContext) Expressions ¶
func (s *Partition_extension_clauseContext) Expressions() IExpressionsContext
func (*Partition_extension_clauseContext) FOR ¶
func (s *Partition_extension_clauseContext) FOR() antlr.TerminalNode
func (*Partition_extension_clauseContext) GetParser ¶
func (s *Partition_extension_clauseContext) GetParser() antlr.Parser
func (*Partition_extension_clauseContext) GetRuleContext ¶
func (s *Partition_extension_clauseContext) GetRuleContext() antlr.RuleContext
func (*Partition_extension_clauseContext) IsPartition_extension_clauseContext ¶
func (*Partition_extension_clauseContext) IsPartition_extension_clauseContext()
func (*Partition_extension_clauseContext) LEFT_PAREN ¶
func (s *Partition_extension_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Partition_extension_clauseContext) PARTITION ¶
func (s *Partition_extension_clauseContext) PARTITION() antlr.TerminalNode
func (*Partition_extension_clauseContext) RIGHT_PAREN ¶
func (s *Partition_extension_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Partition_extension_clauseContext) SUBPARTITION ¶
func (s *Partition_extension_clauseContext) SUBPARTITION() antlr.TerminalNode
func (*Partition_extension_clauseContext) ToStringTree ¶
func (s *Partition_extension_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partition_extention_clauseContext ¶
type Partition_extention_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_extention_clauseContext ¶
func NewEmptyPartition_extention_clauseContext() *Partition_extention_clauseContext
func NewPartition_extention_clauseContext ¶
func NewPartition_extention_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_extention_clauseContext
func (*Partition_extention_clauseContext) AllCOMMA ¶
func (s *Partition_extention_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Partition_extention_clauseContext) AllPartition_key_value ¶
func (s *Partition_extention_clauseContext) AllPartition_key_value() []IPartition_key_valueContext
func (*Partition_extention_clauseContext) AllSubpartition_key_value ¶
func (s *Partition_extention_clauseContext) AllSubpartition_key_value() []ISubpartition_key_valueContext
func (*Partition_extention_clauseContext) COMMA ¶
func (s *Partition_extention_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Partition_extention_clauseContext) EnterRule ¶
func (s *Partition_extention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_extention_clauseContext) ExitRule ¶
func (s *Partition_extention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_extention_clauseContext) FOR ¶
func (s *Partition_extention_clauseContext) FOR() antlr.TerminalNode
func (*Partition_extention_clauseContext) GetParser ¶
func (s *Partition_extention_clauseContext) GetParser() antlr.Parser
func (*Partition_extention_clauseContext) GetRuleContext ¶
func (s *Partition_extention_clauseContext) GetRuleContext() antlr.RuleContext
func (*Partition_extention_clauseContext) IsPartition_extention_clauseContext ¶
func (*Partition_extention_clauseContext) IsPartition_extention_clauseContext()
func (*Partition_extention_clauseContext) LEFT_PAREN ¶
func (s *Partition_extention_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Partition_extention_clauseContext) PARTITION ¶
func (s *Partition_extention_clauseContext) PARTITION() antlr.TerminalNode
func (*Partition_extention_clauseContext) Partition_key_value ¶
func (s *Partition_extention_clauseContext) Partition_key_value(i int) IPartition_key_valueContext
func (*Partition_extention_clauseContext) Partition_name ¶
func (s *Partition_extention_clauseContext) Partition_name() IPartition_nameContext
func (*Partition_extention_clauseContext) RIGHT_PAREN ¶
func (s *Partition_extention_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Partition_extention_clauseContext) SUBPARTITION ¶
func (s *Partition_extention_clauseContext) SUBPARTITION() antlr.TerminalNode
func (*Partition_extention_clauseContext) Subpartition_key_value ¶
func (s *Partition_extention_clauseContext) Subpartition_key_value(i int) ISubpartition_key_valueContext
func (*Partition_extention_clauseContext) Subpartition_name ¶
func (s *Partition_extention_clauseContext) Subpartition_name() ISubpartition_nameContext
func (*Partition_extention_clauseContext) ToStringTree ¶
func (s *Partition_extention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partition_key_valueContext ¶
type Partition_key_valueContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_key_valueContext ¶
func NewEmptyPartition_key_valueContext() *Partition_key_valueContext
func NewPartition_key_valueContext ¶
func NewPartition_key_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_key_valueContext
func (*Partition_key_valueContext) EnterRule ¶
func (s *Partition_key_valueContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_key_valueContext) ExitRule ¶
func (s *Partition_key_valueContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_key_valueContext) GetParser ¶
func (s *Partition_key_valueContext) GetParser() antlr.Parser
func (*Partition_key_valueContext) GetRuleContext ¶
func (s *Partition_key_valueContext) GetRuleContext() antlr.RuleContext
func (*Partition_key_valueContext) IsPartition_key_valueContext ¶
func (*Partition_key_valueContext) IsPartition_key_valueContext()
func (*Partition_key_valueContext) Literal ¶
func (s *Partition_key_valueContext) Literal() ILiteralContext
func (*Partition_key_valueContext) ToStringTree ¶
func (s *Partition_key_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partition_nameContext ¶
type Partition_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_nameContext ¶
func NewEmptyPartition_nameContext() *Partition_nameContext
func NewPartition_nameContext ¶
func NewPartition_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_nameContext
func (*Partition_nameContext) EnterRule ¶
func (s *Partition_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_nameContext) ExitRule ¶
func (s *Partition_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_nameContext) GetParser ¶
func (s *Partition_nameContext) GetParser() antlr.Parser
func (*Partition_nameContext) GetRuleContext ¶
func (s *Partition_nameContext) GetRuleContext() antlr.RuleContext
func (*Partition_nameContext) IsPartition_nameContext ¶
func (*Partition_nameContext) IsPartition_nameContext()
func (*Partition_nameContext) Regular_id ¶
func (s *Partition_nameContext) Regular_id() IRegular_idContext
func (*Partition_nameContext) ToStringTree ¶
func (s *Partition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partition_name_oldContext ¶
type Partition_name_oldContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartition_name_oldContext ¶
func NewEmptyPartition_name_oldContext() *Partition_name_oldContext
func NewPartition_name_oldContext ¶
func NewPartition_name_oldContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partition_name_oldContext
func (*Partition_name_oldContext) EnterRule ¶
func (s *Partition_name_oldContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partition_name_oldContext) ExitRule ¶
func (s *Partition_name_oldContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partition_name_oldContext) GetParser ¶
func (s *Partition_name_oldContext) GetParser() antlr.Parser
func (*Partition_name_oldContext) GetRuleContext ¶
func (s *Partition_name_oldContext) GetRuleContext() antlr.RuleContext
func (*Partition_name_oldContext) IsPartition_name_oldContext ¶
func (*Partition_name_oldContext) IsPartition_name_oldContext()
func (*Partition_name_oldContext) Partition_name ¶
func (s *Partition_name_oldContext) Partition_name() IPartition_nameContext
func (*Partition_name_oldContext) ToStringTree ¶
func (s *Partition_name_oldContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Partitioned_tableContext ¶
type Partitioned_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartitioned_tableContext ¶
func NewEmptyPartitioned_tableContext() *Partitioned_tableContext
func NewPartitioned_tableContext ¶
func NewPartitioned_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partitioned_tableContext
func (*Partitioned_tableContext) AllKey_compression ¶
func (s *Partitioned_tableContext) AllKey_compression() []IKey_compressionContext
func (*Partitioned_tableContext) AllSegment_attributes_clause ¶
func (s *Partitioned_tableContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*Partitioned_tableContext) EnterRule ¶
func (s *Partitioned_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partitioned_tableContext) ExitRule ¶
func (s *Partitioned_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partitioned_tableContext) GetParser ¶
func (s *Partitioned_tableContext) GetParser() antlr.Parser
func (*Partitioned_tableContext) GetRuleContext ¶
func (s *Partitioned_tableContext) GetRuleContext() antlr.RuleContext
func (*Partitioned_tableContext) IsPartitioned_tableContext ¶
func (*Partitioned_tableContext) IsPartitioned_tableContext()
func (*Partitioned_tableContext) Key_compression ¶
func (s *Partitioned_tableContext) Key_compression(i int) IKey_compressionContext
func (*Partitioned_tableContext) PARTITION ¶
func (s *Partitioned_tableContext) PARTITION() antlr.TerminalNode
func (*Partitioned_tableContext) Partition_name ¶
func (s *Partitioned_tableContext) Partition_name() IPartition_nameContext
func (*Partitioned_tableContext) Segment_attributes_clause ¶
func (s *Partitioned_tableContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*Partitioned_tableContext) ToStringTree ¶
func (s *Partitioned_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Partitioned_tableContext) UNUSABLE ¶
func (s *Partitioned_tableContext) UNUSABLE() antlr.TerminalNode
type Partitioning_storage_clauseContext ¶
type Partitioning_storage_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPartitioning_storage_clauseContext ¶
func NewEmptyPartitioning_storage_clauseContext() *Partitioning_storage_clauseContext
func NewPartitioning_storage_clauseContext ¶
func NewPartitioning_storage_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Partitioning_storage_clauseContext
func (*Partitioning_storage_clauseContext) AS ¶
func (s *Partitioning_storage_clauseContext) AS(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllAS ¶
func (s *Partitioning_storage_clauseContext) AllAS() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllBASICFILE ¶
func (s *Partitioning_storage_clauseContext) AllBASICFILE() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllKey_compression ¶
func (s *Partitioning_storage_clauseContext) AllKey_compression() []IKey_compressionContext
func (*Partitioning_storage_clauseContext) AllLOB ¶
func (s *Partitioning_storage_clauseContext) AllLOB() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllLob_partitioning_storage ¶
func (s *Partitioning_storage_clauseContext) AllLob_partitioning_storage() []ILob_partitioning_storageContext
func (*Partitioning_storage_clauseContext) AllLob_segname ¶
func (s *Partitioning_storage_clauseContext) AllLob_segname() []ILob_segnameContext
func (*Partitioning_storage_clauseContext) AllOVERFLOW ¶
func (s *Partitioning_storage_clauseContext) AllOVERFLOW() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllSECUREFILE ¶
func (s *Partitioning_storage_clauseContext) AllSECUREFILE() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllSTORE ¶
func (s *Partitioning_storage_clauseContext) AllSTORE() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllTABLESPACE ¶
func (s *Partitioning_storage_clauseContext) AllTABLESPACE() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllTable_compression ¶
func (s *Partitioning_storage_clauseContext) AllTable_compression() []ITable_compressionContext
func (*Partitioning_storage_clauseContext) AllTablespace ¶
func (s *Partitioning_storage_clauseContext) AllTablespace() []ITablespaceContext
func (*Partitioning_storage_clauseContext) AllVARRAY ¶
func (s *Partitioning_storage_clauseContext) AllVARRAY() []antlr.TerminalNode
func (*Partitioning_storage_clauseContext) AllVarray_item ¶
func (s *Partitioning_storage_clauseContext) AllVarray_item() []IVarray_itemContext
func (*Partitioning_storage_clauseContext) BASICFILE ¶
func (s *Partitioning_storage_clauseContext) BASICFILE(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) EnterRule ¶
func (s *Partitioning_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Partitioning_storage_clauseContext) ExitRule ¶
func (s *Partitioning_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Partitioning_storage_clauseContext) GetParser ¶
func (s *Partitioning_storage_clauseContext) GetParser() antlr.Parser
func (*Partitioning_storage_clauseContext) GetRuleContext ¶
func (s *Partitioning_storage_clauseContext) GetRuleContext() antlr.RuleContext
func (*Partitioning_storage_clauseContext) IsPartitioning_storage_clauseContext ¶
func (*Partitioning_storage_clauseContext) IsPartitioning_storage_clauseContext()
func (*Partitioning_storage_clauseContext) Key_compression ¶
func (s *Partitioning_storage_clauseContext) Key_compression(i int) IKey_compressionContext
func (*Partitioning_storage_clauseContext) LOB ¶
func (s *Partitioning_storage_clauseContext) LOB(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) Lob_partitioning_storage ¶
func (s *Partitioning_storage_clauseContext) Lob_partitioning_storage(i int) ILob_partitioning_storageContext
func (*Partitioning_storage_clauseContext) Lob_segname ¶
func (s *Partitioning_storage_clauseContext) Lob_segname(i int) ILob_segnameContext
func (*Partitioning_storage_clauseContext) OVERFLOW ¶
func (s *Partitioning_storage_clauseContext) OVERFLOW(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) SECUREFILE ¶
func (s *Partitioning_storage_clauseContext) SECUREFILE(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) STORE ¶
func (s *Partitioning_storage_clauseContext) STORE(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) TABLESPACE ¶
func (s *Partitioning_storage_clauseContext) TABLESPACE(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) Table_compression ¶
func (s *Partitioning_storage_clauseContext) Table_compression(i int) ITable_compressionContext
func (*Partitioning_storage_clauseContext) Tablespace ¶
func (s *Partitioning_storage_clauseContext) Tablespace(i int) ITablespaceContext
func (*Partitioning_storage_clauseContext) ToStringTree ¶
func (s *Partitioning_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Partitioning_storage_clauseContext) VARRAY ¶
func (s *Partitioning_storage_clauseContext) VARRAY(i int) antlr.TerminalNode
func (*Partitioning_storage_clauseContext) Varray_item ¶
func (s *Partitioning_storage_clauseContext) Varray_item(i int) IVarray_itemContext
type Password_expire_clauseContext ¶
type Password_expire_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPassword_expire_clauseContext ¶
func NewEmptyPassword_expire_clauseContext() *Password_expire_clauseContext
func NewPassword_expire_clauseContext ¶
func NewPassword_expire_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Password_expire_clauseContext
func (*Password_expire_clauseContext) EXPIRE ¶
func (s *Password_expire_clauseContext) EXPIRE() antlr.TerminalNode
func (*Password_expire_clauseContext) EnterRule ¶
func (s *Password_expire_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Password_expire_clauseContext) ExitRule ¶
func (s *Password_expire_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Password_expire_clauseContext) GetParser ¶
func (s *Password_expire_clauseContext) GetParser() antlr.Parser
func (*Password_expire_clauseContext) GetRuleContext ¶
func (s *Password_expire_clauseContext) GetRuleContext() antlr.RuleContext
func (*Password_expire_clauseContext) IsPassword_expire_clauseContext ¶
func (*Password_expire_clauseContext) IsPassword_expire_clauseContext()
func (*Password_expire_clauseContext) PASSWORD ¶
func (s *Password_expire_clauseContext) PASSWORD() antlr.TerminalNode
func (*Password_expire_clauseContext) ToStringTree ¶
func (s *Password_expire_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Period_definitionContext ¶
type Period_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPeriod_definitionContext ¶
func NewEmptyPeriod_definitionContext() *Period_definitionContext
func NewPeriod_definitionContext ¶
func NewPeriod_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Period_definitionContext
func (*Period_definitionContext) COMMA ¶
func (s *Period_definitionContext) COMMA() antlr.TerminalNode
func (*Period_definitionContext) Column_name ¶
func (s *Period_definitionContext) Column_name() IColumn_nameContext
func (*Period_definitionContext) End_time_column ¶
func (s *Period_definitionContext) End_time_column() IEnd_time_columnContext
func (*Period_definitionContext) EnterRule ¶
func (s *Period_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Period_definitionContext) ExitRule ¶
func (s *Period_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Period_definitionContext) FOR ¶
func (s *Period_definitionContext) FOR() antlr.TerminalNode
func (*Period_definitionContext) GetParser ¶
func (s *Period_definitionContext) GetParser() antlr.Parser
func (*Period_definitionContext) GetRuleContext ¶
func (s *Period_definitionContext) GetRuleContext() antlr.RuleContext
func (*Period_definitionContext) IsPeriod_definitionContext ¶
func (*Period_definitionContext) IsPeriod_definitionContext()
func (*Period_definitionContext) LEFT_PAREN ¶
func (s *Period_definitionContext) LEFT_PAREN() antlr.TerminalNode
func (*Period_definitionContext) PERIOD ¶
func (s *Period_definitionContext) PERIOD() antlr.TerminalNode
func (*Period_definitionContext) RIGHT_PAREN ¶
func (s *Period_definitionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Period_definitionContext) Start_time_column ¶
func (s *Period_definitionContext) Start_time_column() IStart_time_columnContext
func (*Period_definitionContext) ToStringTree ¶
func (s *Period_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Permanent_tablespace_clauseContext ¶
type Permanent_tablespace_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPermanent_tablespace_clauseContext ¶
func NewEmptyPermanent_tablespace_clauseContext() *Permanent_tablespace_clauseContext
func NewPermanent_tablespace_clauseContext ¶
func NewPermanent_tablespace_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Permanent_tablespace_clauseContext
func (*Permanent_tablespace_clauseContext) AllBLOCKSIZE ¶
func (s *Permanent_tablespace_clauseContext) AllBLOCKSIZE() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllDEFAULT ¶
func (s *Permanent_tablespace_clauseContext) AllDEFAULT() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllENCRYPTION ¶
func (s *Permanent_tablespace_clauseContext) AllENCRYPTION() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllEXTENT ¶
func (s *Permanent_tablespace_clauseContext) AllEXTENT() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllExtent_management_clause ¶
func (s *Permanent_tablespace_clauseContext) AllExtent_management_clause() []IExtent_management_clauseContext
func (*Permanent_tablespace_clauseContext) AllFORCE ¶
func (s *Permanent_tablespace_clauseContext) AllFORCE() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllFlashback_mode_clause ¶
func (s *Permanent_tablespace_clauseContext) AllFlashback_mode_clause() []IFlashback_mode_clauseContext
func (*Permanent_tablespace_clauseContext) AllLOGGING ¶
func (s *Permanent_tablespace_clauseContext) AllLOGGING() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllLogging_clause ¶
func (s *Permanent_tablespace_clauseContext) AllLogging_clause() []ILogging_clauseContext
func (*Permanent_tablespace_clauseContext) AllMINIMUM ¶
func (s *Permanent_tablespace_clauseContext) AllMINIMUM() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllOFFLINE ¶
func (s *Permanent_tablespace_clauseContext) AllOFFLINE() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllONLINE ¶
func (s *Permanent_tablespace_clauseContext) AllONLINE() []antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) AllSegment_management_clause ¶
func (s *Permanent_tablespace_clauseContext) AllSegment_management_clause() []ISegment_management_clauseContext
func (*Permanent_tablespace_clauseContext) AllSize_clause ¶
func (s *Permanent_tablespace_clauseContext) AllSize_clause() []ISize_clauseContext
func (*Permanent_tablespace_clauseContext) AllTablespace_encryption_spec ¶
func (s *Permanent_tablespace_clauseContext) AllTablespace_encryption_spec() []ITablespace_encryption_specContext
func (*Permanent_tablespace_clauseContext) BLOCKSIZE ¶
func (s *Permanent_tablespace_clauseContext) BLOCKSIZE(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) DEFAULT ¶
func (s *Permanent_tablespace_clauseContext) DEFAULT(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) Datafile_specification ¶
func (s *Permanent_tablespace_clauseContext) Datafile_specification() IDatafile_specificationContext
func (*Permanent_tablespace_clauseContext) ENCRYPTION ¶
func (s *Permanent_tablespace_clauseContext) ENCRYPTION(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) EXTENT ¶
func (s *Permanent_tablespace_clauseContext) EXTENT(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) EnterRule ¶
func (s *Permanent_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Permanent_tablespace_clauseContext) ExitRule ¶
func (s *Permanent_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Permanent_tablespace_clauseContext) Extent_management_clause ¶
func (s *Permanent_tablespace_clauseContext) Extent_management_clause(i int) IExtent_management_clauseContext
func (*Permanent_tablespace_clauseContext) FORCE ¶
func (s *Permanent_tablespace_clauseContext) FORCE(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) Flashback_mode_clause ¶
func (s *Permanent_tablespace_clauseContext) Flashback_mode_clause(i int) IFlashback_mode_clauseContext
func (*Permanent_tablespace_clauseContext) GetParser ¶
func (s *Permanent_tablespace_clauseContext) GetParser() antlr.Parser
func (*Permanent_tablespace_clauseContext) GetRuleContext ¶
func (s *Permanent_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
func (*Permanent_tablespace_clauseContext) Id_expression ¶
func (s *Permanent_tablespace_clauseContext) Id_expression() IId_expressionContext
func (*Permanent_tablespace_clauseContext) IsPermanent_tablespace_clauseContext ¶
func (*Permanent_tablespace_clauseContext) IsPermanent_tablespace_clauseContext()
func (*Permanent_tablespace_clauseContext) LOGGING ¶
func (s *Permanent_tablespace_clauseContext) LOGGING(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) Logging_clause ¶
func (s *Permanent_tablespace_clauseContext) Logging_clause(i int) ILogging_clauseContext
func (*Permanent_tablespace_clauseContext) MINIMUM ¶
func (s *Permanent_tablespace_clauseContext) MINIMUM(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) OFFLINE ¶
func (s *Permanent_tablespace_clauseContext) OFFLINE(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) ONLINE ¶
func (s *Permanent_tablespace_clauseContext) ONLINE(i int) antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) Segment_management_clause ¶
func (s *Permanent_tablespace_clauseContext) Segment_management_clause(i int) ISegment_management_clauseContext
func (*Permanent_tablespace_clauseContext) Size_clause ¶
func (s *Permanent_tablespace_clauseContext) Size_clause(i int) ISize_clauseContext
func (*Permanent_tablespace_clauseContext) TABLESPACE ¶
func (s *Permanent_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
func (*Permanent_tablespace_clauseContext) Tablespace_encryption_spec ¶
func (s *Permanent_tablespace_clauseContext) Tablespace_encryption_spec(i int) ITablespace_encryption_specContext
func (*Permanent_tablespace_clauseContext) ToStringTree ¶
func (s *Permanent_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Physical_attributes_clauseContext ¶
type Physical_attributes_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPhysical_attributes_clauseContext ¶
func NewEmptyPhysical_attributes_clauseContext() *Physical_attributes_clauseContext
func NewPhysical_attributes_clauseContext ¶
func NewPhysical_attributes_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Physical_attributes_clauseContext
func (*Physical_attributes_clauseContext) AllINITRANS ¶
func (s *Physical_attributes_clauseContext) AllINITRANS() []antlr.TerminalNode
func (*Physical_attributes_clauseContext) AllPCTFREE ¶
func (s *Physical_attributes_clauseContext) AllPCTFREE() []antlr.TerminalNode
func (*Physical_attributes_clauseContext) AllPCTUSED ¶
func (s *Physical_attributes_clauseContext) AllPCTUSED() []antlr.TerminalNode
func (*Physical_attributes_clauseContext) AllStorage_clause ¶
func (s *Physical_attributes_clauseContext) AllStorage_clause() []IStorage_clauseContext
func (*Physical_attributes_clauseContext) AllUNSIGNED_INTEGER ¶
func (s *Physical_attributes_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Physical_attributes_clauseContext) EnterRule ¶
func (s *Physical_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Physical_attributes_clauseContext) ExitRule ¶
func (s *Physical_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Physical_attributes_clauseContext) GetInittrans ¶
func (s *Physical_attributes_clauseContext) GetInittrans() antlr.Token
func (*Physical_attributes_clauseContext) GetParser ¶
func (s *Physical_attributes_clauseContext) GetParser() antlr.Parser
func (*Physical_attributes_clauseContext) GetPctfree ¶
func (s *Physical_attributes_clauseContext) GetPctfree() antlr.Token
func (*Physical_attributes_clauseContext) GetPctused ¶
func (s *Physical_attributes_clauseContext) GetPctused() antlr.Token
func (*Physical_attributes_clauseContext) GetRuleContext ¶
func (s *Physical_attributes_clauseContext) GetRuleContext() antlr.RuleContext
func (*Physical_attributes_clauseContext) INITRANS ¶
func (s *Physical_attributes_clauseContext) INITRANS(i int) antlr.TerminalNode
func (*Physical_attributes_clauseContext) IsPhysical_attributes_clauseContext ¶
func (*Physical_attributes_clauseContext) IsPhysical_attributes_clauseContext()
func (*Physical_attributes_clauseContext) PCTFREE ¶
func (s *Physical_attributes_clauseContext) PCTFREE(i int) antlr.TerminalNode
func (*Physical_attributes_clauseContext) PCTUSED ¶
func (s *Physical_attributes_clauseContext) PCTUSED(i int) antlr.TerminalNode
func (*Physical_attributes_clauseContext) SetInittrans ¶
func (s *Physical_attributes_clauseContext) SetInittrans(v antlr.Token)
func (*Physical_attributes_clauseContext) SetPctfree ¶
func (s *Physical_attributes_clauseContext) SetPctfree(v antlr.Token)
func (*Physical_attributes_clauseContext) SetPctused ¶
func (s *Physical_attributes_clauseContext) SetPctused(v antlr.Token)
func (*Physical_attributes_clauseContext) Storage_clause ¶
func (s *Physical_attributes_clauseContext) Storage_clause(i int) IStorage_clauseContext
func (*Physical_attributes_clauseContext) ToStringTree ¶
func (s *Physical_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Physical_attributes_clauseContext) UNSIGNED_INTEGER ¶
func (s *Physical_attributes_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Physical_propertiesContext ¶
type Physical_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPhysical_propertiesContext ¶
func NewEmptyPhysical_propertiesContext() *Physical_propertiesContext
func NewPhysical_propertiesContext ¶
func NewPhysical_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Physical_propertiesContext
func (*Physical_propertiesContext) Deferred_segment_creation ¶
func (s *Physical_propertiesContext) Deferred_segment_creation() IDeferred_segment_creationContext
func (*Physical_propertiesContext) EnterRule ¶
func (s *Physical_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Physical_propertiesContext) ExitRule ¶
func (s *Physical_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Physical_propertiesContext) GetParser ¶
func (s *Physical_propertiesContext) GetParser() antlr.Parser
func (*Physical_propertiesContext) GetRuleContext ¶
func (s *Physical_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Physical_propertiesContext) IsPhysical_propertiesContext ¶
func (*Physical_propertiesContext) IsPhysical_propertiesContext()
func (*Physical_propertiesContext) Segment_attributes_clause ¶
func (s *Physical_propertiesContext) Segment_attributes_clause() ISegment_attributes_clauseContext
func (*Physical_propertiesContext) Table_compression ¶
func (s *Physical_propertiesContext) Table_compression() ITable_compressionContext
func (*Physical_propertiesContext) ToStringTree ¶
func (s *Physical_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pipe_row_statementContext ¶
type Pipe_row_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPipe_row_statementContext ¶
func NewEmptyPipe_row_statementContext() *Pipe_row_statementContext
func NewPipe_row_statementContext ¶
func NewPipe_row_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pipe_row_statementContext
func (*Pipe_row_statementContext) EnterRule ¶
func (s *Pipe_row_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pipe_row_statementContext) ExitRule ¶
func (s *Pipe_row_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pipe_row_statementContext) Expression ¶
func (s *Pipe_row_statementContext) Expression() IExpressionContext
func (*Pipe_row_statementContext) GetParser ¶
func (s *Pipe_row_statementContext) GetParser() antlr.Parser
func (*Pipe_row_statementContext) GetRuleContext ¶
func (s *Pipe_row_statementContext) GetRuleContext() antlr.RuleContext
func (*Pipe_row_statementContext) IsPipe_row_statementContext ¶
func (*Pipe_row_statementContext) IsPipe_row_statementContext()
func (*Pipe_row_statementContext) LEFT_PAREN ¶
func (s *Pipe_row_statementContext) LEFT_PAREN() antlr.TerminalNode
func (*Pipe_row_statementContext) PIPE ¶
func (s *Pipe_row_statementContext) PIPE() antlr.TerminalNode
func (*Pipe_row_statementContext) RIGHT_PAREN ¶
func (s *Pipe_row_statementContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pipe_row_statementContext) ROW ¶
func (s *Pipe_row_statementContext) ROW() antlr.TerminalNode
func (*Pipe_row_statementContext) ToStringTree ¶
func (s *Pipe_row_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pivot_clauseContext ¶
type Pivot_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_clauseContext ¶
func NewEmptyPivot_clauseContext() *Pivot_clauseContext
func NewPivot_clauseContext ¶
func NewPivot_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_clauseContext
func (*Pivot_clauseContext) AllCOMMA ¶
func (s *Pivot_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Pivot_clauseContext) AllPivot_element ¶
func (s *Pivot_clauseContext) AllPivot_element() []IPivot_elementContext
func (*Pivot_clauseContext) COMMA ¶
func (s *Pivot_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Pivot_clauseContext) EnterRule ¶
func (s *Pivot_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_clauseContext) ExitRule ¶
func (s *Pivot_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_clauseContext) GetParser ¶
func (s *Pivot_clauseContext) GetParser() antlr.Parser
func (*Pivot_clauseContext) GetRuleContext ¶
func (s *Pivot_clauseContext) GetRuleContext() antlr.RuleContext
func (*Pivot_clauseContext) IsPivot_clauseContext ¶
func (*Pivot_clauseContext) IsPivot_clauseContext()
func (*Pivot_clauseContext) LEFT_PAREN ¶
func (s *Pivot_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Pivot_clauseContext) PIVOT ¶
func (s *Pivot_clauseContext) PIVOT() antlr.TerminalNode
func (*Pivot_clauseContext) Pivot_element ¶
func (s *Pivot_clauseContext) Pivot_element(i int) IPivot_elementContext
func (*Pivot_clauseContext) Pivot_for_clause ¶
func (s *Pivot_clauseContext) Pivot_for_clause() IPivot_for_clauseContext
func (*Pivot_clauseContext) Pivot_in_clause ¶
func (s *Pivot_clauseContext) Pivot_in_clause() IPivot_in_clauseContext
func (*Pivot_clauseContext) RIGHT_PAREN ¶
func (s *Pivot_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pivot_clauseContext) ToStringTree ¶
func (s *Pivot_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Pivot_clauseContext) XML ¶
func (s *Pivot_clauseContext) XML() antlr.TerminalNode
type Pivot_elementContext ¶
type Pivot_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_elementContext ¶
func NewEmptyPivot_elementContext() *Pivot_elementContext
func NewPivot_elementContext ¶
func NewPivot_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_elementContext
func (*Pivot_elementContext) Aggregate_function_name ¶
func (s *Pivot_elementContext) Aggregate_function_name() IAggregate_function_nameContext
func (*Pivot_elementContext) Column_alias ¶
func (s *Pivot_elementContext) Column_alias() IColumn_aliasContext
func (*Pivot_elementContext) EnterRule ¶
func (s *Pivot_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_elementContext) ExitRule ¶
func (s *Pivot_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_elementContext) Expression ¶
func (s *Pivot_elementContext) Expression() IExpressionContext
func (*Pivot_elementContext) GetParser ¶
func (s *Pivot_elementContext) GetParser() antlr.Parser
func (*Pivot_elementContext) GetRuleContext ¶
func (s *Pivot_elementContext) GetRuleContext() antlr.RuleContext
func (*Pivot_elementContext) IsPivot_elementContext ¶
func (*Pivot_elementContext) IsPivot_elementContext()
func (*Pivot_elementContext) LEFT_PAREN ¶
func (s *Pivot_elementContext) LEFT_PAREN() antlr.TerminalNode
func (*Pivot_elementContext) RIGHT_PAREN ¶
func (s *Pivot_elementContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pivot_elementContext) ToStringTree ¶
func (s *Pivot_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pivot_for_clauseContext ¶
type Pivot_for_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_for_clauseContext ¶
func NewEmptyPivot_for_clauseContext() *Pivot_for_clauseContext
func NewPivot_for_clauseContext ¶
func NewPivot_for_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_for_clauseContext
func (*Pivot_for_clauseContext) Column_name ¶
func (s *Pivot_for_clauseContext) Column_name() IColumn_nameContext
func (*Pivot_for_clauseContext) EnterRule ¶
func (s *Pivot_for_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_for_clauseContext) ExitRule ¶
func (s *Pivot_for_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_for_clauseContext) FOR ¶
func (s *Pivot_for_clauseContext) FOR() antlr.TerminalNode
func (*Pivot_for_clauseContext) GetParser ¶
func (s *Pivot_for_clauseContext) GetParser() antlr.Parser
func (*Pivot_for_clauseContext) GetRuleContext ¶
func (s *Pivot_for_clauseContext) GetRuleContext() antlr.RuleContext
func (*Pivot_for_clauseContext) IsPivot_for_clauseContext ¶
func (*Pivot_for_clauseContext) IsPivot_for_clauseContext()
func (*Pivot_for_clauseContext) Paren_column_list ¶
func (s *Pivot_for_clauseContext) Paren_column_list() IParen_column_listContext
func (*Pivot_for_clauseContext) ToStringTree ¶
func (s *Pivot_for_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pivot_in_clauseContext ¶
type Pivot_in_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_in_clauseContext ¶
func NewEmptyPivot_in_clauseContext() *Pivot_in_clauseContext
func NewPivot_in_clauseContext ¶
func NewPivot_in_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_in_clauseContext
func (*Pivot_in_clauseContext) ANY ¶
func (s *Pivot_in_clauseContext) ANY(i int) antlr.TerminalNode
func (*Pivot_in_clauseContext) AllANY ¶
func (s *Pivot_in_clauseContext) AllANY() []antlr.TerminalNode
func (*Pivot_in_clauseContext) AllCOMMA ¶
func (s *Pivot_in_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Pivot_in_clauseContext) AllPivot_in_clause_element ¶
func (s *Pivot_in_clauseContext) AllPivot_in_clause_element() []IPivot_in_clause_elementContext
func (*Pivot_in_clauseContext) COMMA ¶
func (s *Pivot_in_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Pivot_in_clauseContext) EnterRule ¶
func (s *Pivot_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clauseContext) ExitRule ¶
func (s *Pivot_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clauseContext) GetParser ¶
func (s *Pivot_in_clauseContext) GetParser() antlr.Parser
func (*Pivot_in_clauseContext) GetRuleContext ¶
func (s *Pivot_in_clauseContext) GetRuleContext() antlr.RuleContext
func (*Pivot_in_clauseContext) IN ¶
func (s *Pivot_in_clauseContext) IN() antlr.TerminalNode
func (*Pivot_in_clauseContext) IsPivot_in_clauseContext ¶
func (*Pivot_in_clauseContext) IsPivot_in_clauseContext()
func (*Pivot_in_clauseContext) LEFT_PAREN ¶
func (s *Pivot_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Pivot_in_clauseContext) Pivot_in_clause_element ¶
func (s *Pivot_in_clauseContext) Pivot_in_clause_element(i int) IPivot_in_clause_elementContext
func (*Pivot_in_clauseContext) RIGHT_PAREN ¶
func (s *Pivot_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pivot_in_clauseContext) Subquery ¶
func (s *Pivot_in_clauseContext) Subquery() ISubqueryContext
func (*Pivot_in_clauseContext) ToStringTree ¶
func (s *Pivot_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pivot_in_clause_elementContext ¶
type Pivot_in_clause_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_in_clause_elementContext ¶
func NewEmptyPivot_in_clause_elementContext() *Pivot_in_clause_elementContext
func NewPivot_in_clause_elementContext ¶
func NewPivot_in_clause_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_in_clause_elementContext
func (*Pivot_in_clause_elementContext) Column_alias ¶
func (s *Pivot_in_clause_elementContext) Column_alias() IColumn_aliasContext
func (*Pivot_in_clause_elementContext) EnterRule ¶
func (s *Pivot_in_clause_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clause_elementContext) ExitRule ¶
func (s *Pivot_in_clause_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clause_elementContext) GetParser ¶
func (s *Pivot_in_clause_elementContext) GetParser() antlr.Parser
func (*Pivot_in_clause_elementContext) GetRuleContext ¶
func (s *Pivot_in_clause_elementContext) GetRuleContext() antlr.RuleContext
func (*Pivot_in_clause_elementContext) IsPivot_in_clause_elementContext ¶
func (*Pivot_in_clause_elementContext) IsPivot_in_clause_elementContext()
func (*Pivot_in_clause_elementContext) Pivot_in_clause_elements ¶
func (s *Pivot_in_clause_elementContext) Pivot_in_clause_elements() IPivot_in_clause_elementsContext
func (*Pivot_in_clause_elementContext) ToStringTree ¶
func (s *Pivot_in_clause_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pivot_in_clause_elementsContext ¶
type Pivot_in_clause_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPivot_in_clause_elementsContext ¶
func NewEmptyPivot_in_clause_elementsContext() *Pivot_in_clause_elementsContext
func NewPivot_in_clause_elementsContext ¶
func NewPivot_in_clause_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pivot_in_clause_elementsContext
func (*Pivot_in_clause_elementsContext) EnterRule ¶
func (s *Pivot_in_clause_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clause_elementsContext) ExitRule ¶
func (s *Pivot_in_clause_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pivot_in_clause_elementsContext) Expression ¶
func (s *Pivot_in_clause_elementsContext) Expression() IExpressionContext
func (*Pivot_in_clause_elementsContext) Expressions ¶
func (s *Pivot_in_clause_elementsContext) Expressions() IExpressionsContext
func (*Pivot_in_clause_elementsContext) GetParser ¶
func (s *Pivot_in_clause_elementsContext) GetParser() antlr.Parser
func (*Pivot_in_clause_elementsContext) GetRuleContext ¶
func (s *Pivot_in_clause_elementsContext) GetRuleContext() antlr.RuleContext
func (*Pivot_in_clause_elementsContext) IsPivot_in_clause_elementsContext ¶
func (*Pivot_in_clause_elementsContext) IsPivot_in_clause_elementsContext()
func (*Pivot_in_clause_elementsContext) LEFT_PAREN ¶
func (s *Pivot_in_clause_elementsContext) LEFT_PAREN() antlr.TerminalNode
func (*Pivot_in_clause_elementsContext) RIGHT_PAREN ¶
func (s *Pivot_in_clause_elementsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pivot_in_clause_elementsContext) ToStringTree ¶
func (s *Pivot_in_clause_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PlSqlBaseLexer ¶
PlSqlBaseLexer state
func (*PlSqlBaseLexer) IsNewlineAtPos ¶
func (l *PlSqlBaseLexer) IsNewlineAtPos(pos int) bool
IsRegexPossible returns true if the lexer can match a regex literal.
func (*PlSqlBaseLexer) NextToken ¶
func (l *PlSqlBaseLexer) NextToken() antlr.Token
NextToken from the character stream.
type PlSqlBaseParser ¶
type PlSqlBaseParser struct { *antlr.BaseParser // contains filtered or unexported fields }
PlSqlBaseParser implementation.
func (*PlSqlBaseParser) IsVersion10 ¶
func (p *PlSqlBaseParser) IsVersion10() bool
func (*PlSqlBaseParser) IsVersion12 ¶
func (p *PlSqlBaseParser) IsVersion12() bool
type PlSqlLexer ¶
type PlSqlLexer struct { *PlSqlBaseLexer // contains filtered or unexported fields }
func NewPlSqlLexer ¶
func NewPlSqlLexer(input antlr.CharStream) *PlSqlLexer
NewPlSqlLexer produces a new lexer instance for the optional input antlr.CharStream.
The *PlSqlLexer 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.
func (*PlSqlLexer) PROMPT_MESSAGE_Sempred ¶
func (p *PlSqlLexer) PROMPT_MESSAGE_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlLexer) REMARK_COMMENT_Sempred ¶
func (p *PlSqlLexer) REMARK_COMMENT_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlLexer) START_CMD_Sempred ¶
func (p *PlSqlLexer) START_CMD_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlLexer) Sempred ¶
func (l *PlSqlLexer) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
type PlSqlParser ¶
type PlSqlParser struct {
PlSqlBaseParser
}
func NewPlSqlParser ¶
func NewPlSqlParser(input antlr.TokenStream) *PlSqlParser
NewPlSqlParser produces a new parser instance for the optional input antlr.TokenStream.
The *PlSqlParser 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 (*PlSqlParser) Activate_standby_db_clause ¶
func (p *PlSqlParser) Activate_standby_db_clause() (localctx IActivate_standby_db_clauseContext)
func (*PlSqlParser) Add_column_clause ¶
func (p *PlSqlParser) Add_column_clause() (localctx IAdd_column_clauseContext)
func (*PlSqlParser) Add_constraint ¶
func (p *PlSqlParser) Add_constraint() (localctx IAdd_constraintContext)
func (*PlSqlParser) Add_constraint_clause ¶
func (p *PlSqlParser) Add_constraint_clause() (localctx IAdd_constraint_clauseContext)
func (*PlSqlParser) Add_hash_index_partition ¶
func (p *PlSqlParser) Add_hash_index_partition() (localctx IAdd_hash_index_partitionContext)
func (*PlSqlParser) Add_logfile_clauses ¶
func (p *PlSqlParser) Add_logfile_clauses() (localctx IAdd_logfile_clausesContext)
func (*PlSqlParser) Add_modify_drop_column_clauses ¶
func (p *PlSqlParser) Add_modify_drop_column_clauses() (localctx IAdd_modify_drop_column_clausesContext)
func (*PlSqlParser) Add_mv_log_column_clause ¶
func (p *PlSqlParser) Add_mv_log_column_clause() (localctx IAdd_mv_log_column_clauseContext)
func (*PlSqlParser) Add_or_drop ¶
func (p *PlSqlParser) Add_or_drop() (localctx IAdd_or_dropContext)
func (*PlSqlParser) Add_overflow_clause ¶
func (p *PlSqlParser) Add_overflow_clause() (localctx IAdd_overflow_clauseContext)
func (*PlSqlParser) Add_rem_container_data ¶
func (p *PlSqlParser) Add_rem_container_data() (localctx IAdd_rem_container_dataContext)
func (*PlSqlParser) Aggregate_function_name ¶
func (p *PlSqlParser) Aggregate_function_name() (localctx IAggregate_function_nameContext)
func (*PlSqlParser) Allocate_extent_clause ¶
func (p *PlSqlParser) Allocate_extent_clause() (localctx IAllocate_extent_clauseContext)
func (*PlSqlParser) Allow_or_disallow ¶
func (p *PlSqlParser) Allow_or_disallow() (localctx IAllow_or_disallowContext)
func (*PlSqlParser) Alter_attribute_definition ¶
func (p *PlSqlParser) Alter_attribute_definition() (localctx IAlter_attribute_definitionContext)
func (*PlSqlParser) Alter_cluster ¶
func (p *PlSqlParser) Alter_cluster() (localctx IAlter_clusterContext)
func (*PlSqlParser) Alter_collection_clauses ¶
func (p *PlSqlParser) Alter_collection_clauses() (localctx IAlter_collection_clausesContext)
func (*PlSqlParser) Alter_database ¶
func (p *PlSqlParser) Alter_database() (localctx IAlter_databaseContext)
func (*PlSqlParser) Alter_datafile_clause ¶
func (p *PlSqlParser) Alter_datafile_clause() (localctx IAlter_datafile_clauseContext)
func (*PlSqlParser) Alter_function ¶
func (p *PlSqlParser) Alter_function() (localctx IAlter_functionContext)
func (*PlSqlParser) Alter_identified_by ¶
func (p *PlSqlParser) Alter_identified_by() (localctx IAlter_identified_byContext)
func (*PlSqlParser) Alter_index ¶
func (p *PlSqlParser) Alter_index() (localctx IAlter_indexContext)
func (*PlSqlParser) Alter_index_ops_set1 ¶
func (p *PlSqlParser) Alter_index_ops_set1() (localctx IAlter_index_ops_set1Context)
func (*PlSqlParser) Alter_index_ops_set2 ¶
func (p *PlSqlParser) Alter_index_ops_set2() (localctx IAlter_index_ops_set2Context)
func (*PlSqlParser) Alter_index_partitioning ¶
func (p *PlSqlParser) Alter_index_partitioning() (localctx IAlter_index_partitioningContext)
func (*PlSqlParser) Alter_iot_clauses ¶
func (p *PlSqlParser) Alter_iot_clauses() (localctx IAlter_iot_clausesContext)
func (*PlSqlParser) Alter_library ¶
func (p *PlSqlParser) Alter_library() (localctx IAlter_libraryContext)
func (*PlSqlParser) Alter_mapping_table_clause ¶
func (p *PlSqlParser) Alter_mapping_table_clause() (localctx IAlter_mapping_table_clauseContext)
func (*PlSqlParser) Alter_materialized_view ¶
func (p *PlSqlParser) Alter_materialized_view() (localctx IAlter_materialized_viewContext)
func (*PlSqlParser) Alter_materialized_view_log ¶
func (p *PlSqlParser) Alter_materialized_view_log() (localctx IAlter_materialized_view_logContext)
func (*PlSqlParser) Alter_method_element ¶
func (p *PlSqlParser) Alter_method_element() (localctx IAlter_method_elementContext)
func (*PlSqlParser) Alter_method_spec ¶
func (p *PlSqlParser) Alter_method_spec() (localctx IAlter_method_specContext)
func (*PlSqlParser) Alter_mv_option1 ¶
func (p *PlSqlParser) Alter_mv_option1() (localctx IAlter_mv_option1Context)
func (*PlSqlParser) Alter_mv_refresh ¶
func (p *PlSqlParser) Alter_mv_refresh() (localctx IAlter_mv_refreshContext)
func (*PlSqlParser) Alter_overflow_clause ¶
func (p *PlSqlParser) Alter_overflow_clause() (localctx IAlter_overflow_clauseContext)
func (*PlSqlParser) Alter_package ¶
func (p *PlSqlParser) Alter_package() (localctx IAlter_packageContext)
func (*PlSqlParser) Alter_procedure ¶
func (p *PlSqlParser) Alter_procedure() (localctx IAlter_procedureContext)
func (*PlSqlParser) Alter_sequence ¶
func (p *PlSqlParser) Alter_sequence() (localctx IAlter_sequenceContext)
func (*PlSqlParser) Alter_session ¶
func (p *PlSqlParser) Alter_session() (localctx IAlter_sessionContext)
func (*PlSqlParser) Alter_session_set_clause ¶
func (p *PlSqlParser) Alter_session_set_clause() (localctx IAlter_session_set_clauseContext)
func (*PlSqlParser) Alter_table ¶
func (p *PlSqlParser) Alter_table() (localctx IAlter_tableContext)
func (*PlSqlParser) Alter_table_properties ¶
func (p *PlSqlParser) Alter_table_properties() (localctx IAlter_table_propertiesContext)
func (*PlSqlParser) Alter_table_properties_1 ¶
func (p *PlSqlParser) Alter_table_properties_1() (localctx IAlter_table_properties_1Context)
func (*PlSqlParser) Alter_tablespace ¶
func (p *PlSqlParser) Alter_tablespace() (localctx IAlter_tablespaceContext)
func (*PlSqlParser) Alter_tempfile_clause ¶
func (p *PlSqlParser) Alter_tempfile_clause() (localctx IAlter_tempfile_clauseContext)
func (*PlSqlParser) Alter_trigger ¶
func (p *PlSqlParser) Alter_trigger() (localctx IAlter_triggerContext)
func (*PlSqlParser) Alter_type ¶
func (p *PlSqlParser) Alter_type() (localctx IAlter_typeContext)
func (*PlSqlParser) Alter_user ¶
func (p *PlSqlParser) Alter_user() (localctx IAlter_userContext)
func (*PlSqlParser) Alter_user_editions_clause ¶
func (p *PlSqlParser) Alter_user_editions_clause() (localctx IAlter_user_editions_clauseContext)
func (*PlSqlParser) Alter_varray_col_properties ¶
func (p *PlSqlParser) Alter_varray_col_properties() (localctx IAlter_varray_col_propertiesContext)
func (*PlSqlParser) Alter_view ¶
func (p *PlSqlParser) Alter_view() (localctx IAlter_viewContext)
func (*PlSqlParser) Alter_view_editionable ¶
func (p *PlSqlParser) Alter_view_editionable() (localctx IAlter_view_editionableContext)
func (*PlSqlParser) Alter_view_editionable_Sempred ¶
func (p *PlSqlParser) Alter_view_editionable_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Analyze ¶
func (p *PlSqlParser) Analyze() (localctx IAnalyzeContext)
func (*PlSqlParser) Anonymous_block ¶
func (p *PlSqlParser) Anonymous_block() (localctx IAnonymous_blockContext)
func (*PlSqlParser) Argument ¶
func (p *PlSqlParser) Argument() (localctx IArgumentContext)
func (*PlSqlParser) Assignment_statement ¶
func (p *PlSqlParser) Assignment_statement() (localctx IAssignment_statementContext)
func (*PlSqlParser) Associate_statistics ¶
func (p *PlSqlParser) Associate_statistics() (localctx IAssociate_statisticsContext)
func (*PlSqlParser) Atom ¶
func (p *PlSqlParser) Atom() (localctx IAtomContext)
func (*PlSqlParser) Attribute_definition ¶
func (p *PlSqlParser) Attribute_definition() (localctx IAttribute_definitionContext)
func (*PlSqlParser) Attribute_name ¶
func (p *PlSqlParser) Attribute_name() (localctx IAttribute_nameContext)
func (*PlSqlParser) Audit_container_clause ¶
func (p *PlSqlParser) Audit_container_clause() (localctx IAudit_container_clauseContext)
func (*PlSqlParser) Audit_container_clause_Sempred ¶
func (p *PlSqlParser) Audit_container_clause_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Audit_direct_path ¶
func (p *PlSqlParser) Audit_direct_path() (localctx IAudit_direct_pathContext)
func (*PlSqlParser) Audit_direct_path_Sempred ¶
func (p *PlSqlParser) Audit_direct_path_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Audit_operation_clause ¶
func (p *PlSqlParser) Audit_operation_clause() (localctx IAudit_operation_clauseContext)
func (*PlSqlParser) Audit_schema_object_clause ¶
func (p *PlSqlParser) Audit_schema_object_clause() (localctx IAudit_schema_object_clauseContext)
func (*PlSqlParser) Audit_traditional ¶
func (p *PlSqlParser) Audit_traditional() (localctx IAudit_traditionalContext)
func (*PlSqlParser) Audit_user ¶
func (p *PlSqlParser) Audit_user() (localctx IAudit_userContext)
func (*PlSqlParser) Auditing_by_clause ¶
func (p *PlSqlParser) Auditing_by_clause() (localctx IAuditing_by_clauseContext)
func (*PlSqlParser) Auditing_on_clause ¶
func (p *PlSqlParser) Auditing_on_clause() (localctx IAuditing_on_clauseContext)
func (*PlSqlParser) Auditing_on_clause_Sempred ¶
func (p *PlSqlParser) Auditing_on_clause_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Autoextend_clause ¶
func (p *PlSqlParser) Autoextend_clause() (localctx IAutoextend_clauseContext)
func (*PlSqlParser) Autogenerated_sequence_definition ¶
func (p *PlSqlParser) Autogenerated_sequence_definition() (localctx IAutogenerated_sequence_definitionContext)
func (*PlSqlParser) Begin_or_end ¶
func (p *PlSqlParser) Begin_or_end() (localctx IBegin_or_endContext)
func (*PlSqlParser) Between_bound ¶
func (p *PlSqlParser) Between_bound() (localctx IBetween_boundContext)
func (*PlSqlParser) Between_elements ¶
func (p *PlSqlParser) Between_elements() (localctx IBetween_elementsContext)
func (*PlSqlParser) Bind_variable ¶
func (p *PlSqlParser) Bind_variable() (localctx IBind_variableContext)
func (*PlSqlParser) Bitmap_join_index_clause ¶
func (p *PlSqlParser) Bitmap_join_index_clause() (localctx IBitmap_join_index_clauseContext)
func (*PlSqlParser) Block ¶
func (p *PlSqlParser) Block() (localctx IBlockContext)
func (*PlSqlParser) Body ¶
func (p *PlSqlParser) Body() (localctx IBodyContext)
func (*PlSqlParser) Bounds_clause ¶
func (p *PlSqlParser) Bounds_clause() (localctx IBounds_clauseContext)
func (*PlSqlParser) Build_clause ¶
func (p *PlSqlParser) Build_clause() (localctx IBuild_clauseContext)
func (*PlSqlParser) C_agent_in_clause ¶
func (p *PlSqlParser) C_agent_in_clause() (localctx IC_agent_in_clauseContext)
func (*PlSqlParser) C_parameters_clause ¶
func (p *PlSqlParser) C_parameters_clause() (localctx IC_parameters_clauseContext)
func (*PlSqlParser) C_spec ¶
func (p *PlSqlParser) C_spec() (localctx IC_specContext)
func (*PlSqlParser) Cache_or_nocache ¶
func (p *PlSqlParser) Cache_or_nocache() (localctx ICache_or_nocacheContext)
func (*PlSqlParser) Call_spec ¶
func (p *PlSqlParser) Call_spec() (localctx ICall_specContext)
func (*PlSqlParser) Case_else_part ¶
func (p *PlSqlParser) Case_else_part() (localctx ICase_else_partContext)
func (*PlSqlParser) Case_statement ¶
func (p *PlSqlParser) Case_statement() (localctx ICase_statementContext)
func (*PlSqlParser) Cell_assignment ¶
func (p *PlSqlParser) Cell_assignment() (localctx ICell_assignmentContext)
func (*PlSqlParser) Cell_reference_options ¶
func (p *PlSqlParser) Cell_reference_options() (localctx ICell_reference_optionsContext)
func (*PlSqlParser) Char_set_name ¶
func (p *PlSqlParser) Char_set_name() (localctx IChar_set_nameContext)
func (*PlSqlParser) Check_constraint ¶
func (p *PlSqlParser) Check_constraint() (localctx ICheck_constraintContext)
func (*PlSqlParser) Close_statement ¶
func (p *PlSqlParser) Close_statement() (localctx IClose_statementContext)
func (*PlSqlParser) Cluster_index_clause ¶
func (p *PlSqlParser) Cluster_index_clause() (localctx ICluster_index_clauseContext)
func (*PlSqlParser) Cluster_name ¶
func (p *PlSqlParser) Cluster_name() (localctx ICluster_nameContext)
func (*PlSqlParser) Coalesce_index_partition ¶
func (p *PlSqlParser) Coalesce_index_partition() (localctx ICoalesce_index_partitionContext)
func (*PlSqlParser) Collect_order_by_part ¶
func (p *PlSqlParser) Collect_order_by_part() (localctx ICollect_order_by_partContext)
func (*PlSqlParser) Collection_item ¶
func (p *PlSqlParser) Collection_item() (localctx ICollection_itemContext)
func (*PlSqlParser) Collection_name ¶
func (p *PlSqlParser) Collection_name() (localctx ICollection_nameContext)
func (*PlSqlParser) Column_alias ¶
func (p *PlSqlParser) Column_alias() (localctx IColumn_aliasContext)
func (*PlSqlParser) Column_association ¶
func (p *PlSqlParser) Column_association() (localctx IColumn_associationContext)
func (*PlSqlParser) Column_based_update_set_clause ¶
func (p *PlSqlParser) Column_based_update_set_clause() (localctx IColumn_based_update_set_clauseContext)
func (*PlSqlParser) Column_clauses ¶
func (p *PlSqlParser) Column_clauses() (localctx IColumn_clausesContext)
func (*PlSqlParser) Column_definition ¶
func (p *PlSqlParser) Column_definition() (localctx IColumn_definitionContext)
func (*PlSqlParser) Column_list ¶
func (p *PlSqlParser) Column_list() (localctx IColumn_listContext)
func (*PlSqlParser) Column_name ¶
func (p *PlSqlParser) Column_name() (localctx IColumn_nameContext)
func (*PlSqlParser) Column_or_attribute ¶
func (p *PlSqlParser) Column_or_attribute() (localctx IColumn_or_attributeContext)
func (*PlSqlParser) Column_properties ¶
func (p *PlSqlParser) Column_properties() (localctx IColumn_propertiesContext)
func (*PlSqlParser) Comment_on_column ¶
func (p *PlSqlParser) Comment_on_column() (localctx IComment_on_columnContext)
func (*PlSqlParser) Comment_on_table ¶
func (p *PlSqlParser) Comment_on_table() (localctx IComment_on_tableContext)
func (*PlSqlParser) Commit_statement ¶
func (p *PlSqlParser) Commit_statement() (localctx ICommit_statementContext)
func (*PlSqlParser) Commit_switchover_clause ¶
func (p *PlSqlParser) Commit_switchover_clause() (localctx ICommit_switchover_clauseContext)
func (*PlSqlParser) Compile_type_clause ¶
func (p *PlSqlParser) Compile_type_clause() (localctx ICompile_type_clauseContext)
func (*PlSqlParser) Compiler_parameters_clause ¶
func (p *PlSqlParser) Compiler_parameters_clause() (localctx ICompiler_parameters_clauseContext)
func (*PlSqlParser) Composite_hash_partitions ¶
func (p *PlSqlParser) Composite_hash_partitions() (localctx IComposite_hash_partitionsContext)
func (*PlSqlParser) Composite_list_partitions ¶
func (p *PlSqlParser) Composite_list_partitions() (localctx IComposite_list_partitionsContext)
func (*PlSqlParser) Composite_range_partitions ¶
func (p *PlSqlParser) Composite_range_partitions() (localctx IComposite_range_partitionsContext)
func (*PlSqlParser) Compound_dml_trigger ¶
func (p *PlSqlParser) Compound_dml_trigger() (localctx ICompound_dml_triggerContext)
func (*PlSqlParser) Compound_expression ¶
func (p *PlSqlParser) Compound_expression() (localctx ICompound_expressionContext)
func (*PlSqlParser) Compound_trigger_block ¶
func (p *PlSqlParser) Compound_trigger_block() (localctx ICompound_trigger_blockContext)
func (*PlSqlParser) Concatenation ¶
func (p *PlSqlParser) Concatenation() (localctx IConcatenationContext)
func (*PlSqlParser) Concatenation_Sempred ¶
func (p *PlSqlParser) Concatenation_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Condition ¶
func (p *PlSqlParser) Condition() (localctx IConditionContext)
func (*PlSqlParser) Conditional_insert_clause ¶
func (p *PlSqlParser) Conditional_insert_clause() (localctx IConditional_insert_clauseContext)
func (*PlSqlParser) Conditional_insert_else_part ¶
func (p *PlSqlParser) Conditional_insert_else_part() (localctx IConditional_insert_else_partContext)
func (*PlSqlParser) Conditional_insert_when_part ¶
func (p *PlSqlParser) Conditional_insert_when_part() (localctx IConditional_insert_when_partContext)
func (*PlSqlParser) Constant ¶
func (p *PlSqlParser) Constant() (localctx IConstantContext)
func (*PlSqlParser) Constraint_clauses ¶
func (p *PlSqlParser) Constraint_clauses() (localctx IConstraint_clausesContext)
func (*PlSqlParser) Constraint_name ¶
func (p *PlSqlParser) Constraint_name() (localctx IConstraint_nameContext)
func (*PlSqlParser) Constraint_state ¶
func (p *PlSqlParser) Constraint_state() (localctx IConstraint_stateContext)
func (*PlSqlParser) Constructor_declaration ¶
func (p *PlSqlParser) Constructor_declaration() (localctx IConstructor_declarationContext)
func (*PlSqlParser) Constructor_spec ¶
func (p *PlSqlParser) Constructor_spec() (localctx IConstructor_specContext)
func (*PlSqlParser) Container_clause ¶
func (p *PlSqlParser) Container_clause() (localctx IContainer_clauseContext)
func (*PlSqlParser) Container_data_clause ¶
func (p *PlSqlParser) Container_data_clause() (localctx IContainer_data_clauseContext)
func (*PlSqlParser) Container_names ¶
func (p *PlSqlParser) Container_names() (localctx IContainer_namesContext)
func (*PlSqlParser) Container_tableview_name ¶
func (p *PlSqlParser) Container_tableview_name() (localctx IContainer_tableview_nameContext)
func (*PlSqlParser) Continue_statement ¶
func (p *PlSqlParser) Continue_statement() (localctx IContinue_statementContext)
func (*PlSqlParser) Controlfile_clauses ¶
func (p *PlSqlParser) Controlfile_clauses() (localctx IControlfile_clausesContext)
func (*PlSqlParser) Convert_database_clause ¶
func (p *PlSqlParser) Convert_database_clause() (localctx IConvert_database_clauseContext)
func (*PlSqlParser) Cost_class_name ¶
func (p *PlSqlParser) Cost_class_name() (localctx ICost_class_nameContext)
func (*PlSqlParser) Cost_matrix_clause ¶
func (p *PlSqlParser) Cost_matrix_clause() (localctx ICost_matrix_clauseContext)
func (*PlSqlParser) Cpu_cost ¶
func (p *PlSqlParser) Cpu_cost() (localctx ICpu_costContext)
func (*PlSqlParser) Create_cluster ¶
func (p *PlSqlParser) Create_cluster() (localctx ICreate_clusterContext)
func (*PlSqlParser) Create_context ¶
func (p *PlSqlParser) Create_context() (localctx ICreate_contextContext)
func (*PlSqlParser) Create_datafile_clause ¶
func (p *PlSqlParser) Create_datafile_clause() (localctx ICreate_datafile_clauseContext)
func (*PlSqlParser) Create_directory ¶
func (p *PlSqlParser) Create_directory() (localctx ICreate_directoryContext)
func (*PlSqlParser) Create_function_body ¶
func (p *PlSqlParser) Create_function_body() (localctx ICreate_function_bodyContext)
func (*PlSqlParser) Create_index ¶
func (p *PlSqlParser) Create_index() (localctx ICreate_indexContext)
func (*PlSqlParser) Create_materialized_view ¶
func (p *PlSqlParser) Create_materialized_view() (localctx ICreate_materialized_viewContext)
func (*PlSqlParser) Create_materialized_view_log ¶
func (p *PlSqlParser) Create_materialized_view_log() (localctx ICreate_materialized_view_logContext)
func (*PlSqlParser) Create_mv_refresh ¶
func (p *PlSqlParser) Create_mv_refresh() (localctx ICreate_mv_refreshContext)
func (*PlSqlParser) Create_package ¶
func (p *PlSqlParser) Create_package() (localctx ICreate_packageContext)
func (*PlSqlParser) Create_package_body ¶
func (p *PlSqlParser) Create_package_body() (localctx ICreate_package_bodyContext)
func (*PlSqlParser) Create_procedure_body ¶
func (p *PlSqlParser) Create_procedure_body() (localctx ICreate_procedure_bodyContext)
func (*PlSqlParser) Create_sequence ¶
func (p *PlSqlParser) Create_sequence() (localctx ICreate_sequenceContext)
func (*PlSqlParser) Create_synonym ¶
func (p *PlSqlParser) Create_synonym() (localctx ICreate_synonymContext)
func (*PlSqlParser) Create_table ¶
func (p *PlSqlParser) Create_table() (localctx ICreate_tableContext)
func (*PlSqlParser) Create_tablespace ¶
func (p *PlSqlParser) Create_tablespace() (localctx ICreate_tablespaceContext)
func (*PlSqlParser) Create_trigger ¶
func (p *PlSqlParser) Create_trigger() (localctx ICreate_triggerContext)
func (*PlSqlParser) Create_type ¶
func (p *PlSqlParser) Create_type() (localctx ICreate_typeContext)
func (*PlSqlParser) Create_user ¶
func (p *PlSqlParser) Create_user() (localctx ICreate_userContext)
func (*PlSqlParser) Create_view ¶
func (p *PlSqlParser) Create_view() (localctx ICreate_viewContext)
func (*PlSqlParser) Cursor_declaration ¶
func (p *PlSqlParser) Cursor_declaration() (localctx ICursor_declarationContext)
func (*PlSqlParser) Cursor_expression ¶
func (p *PlSqlParser) Cursor_expression() (localctx ICursor_expressionContext)
func (*PlSqlParser) Cursor_loop_param ¶
func (p *PlSqlParser) Cursor_loop_param() (localctx ICursor_loop_paramContext)
func (*PlSqlParser) Cursor_manipulation_statements ¶
func (p *PlSqlParser) Cursor_manipulation_statements() (localctx ICursor_manipulation_statementsContext)
func (*PlSqlParser) Cursor_name ¶
func (p *PlSqlParser) Cursor_name() (localctx ICursor_nameContext)
func (*PlSqlParser) Cycle_clause ¶
func (p *PlSqlParser) Cycle_clause() (localctx ICycle_clauseContext)
func (*PlSqlParser) Data_manipulation_language_statements ¶
func (p *PlSqlParser) Data_manipulation_language_statements() (localctx IData_manipulation_language_statementsContext)
func (*PlSqlParser) Database ¶
func (p *PlSqlParser) Database() (localctx IDatabaseContext)
func (*PlSqlParser) Database_file_clauses ¶
func (p *PlSqlParser) Database_file_clauses() (localctx IDatabase_file_clausesContext)
func (*PlSqlParser) Database_name ¶
func (p *PlSqlParser) Database_name() (localctx IDatabase_nameContext)
func (*PlSqlParser) Datafile_specification ¶
func (p *PlSqlParser) Datafile_specification() (localctx IDatafile_specificationContext)
func (*PlSqlParser) Datafile_tempfile_clauses ¶
func (p *PlSqlParser) Datafile_tempfile_clauses() (localctx IDatafile_tempfile_clausesContext)
func (*PlSqlParser) Datafile_tempfile_spec ¶
func (p *PlSqlParser) Datafile_tempfile_spec() (localctx IDatafile_tempfile_specContext)
func (*PlSqlParser) Datatype ¶
func (p *PlSqlParser) Datatype() (localctx IDatatypeContext)
func (*PlSqlParser) Datatype_null_enable ¶
func (p *PlSqlParser) Datatype_null_enable() (localctx IDatatype_null_enableContext)
func (*PlSqlParser) Datetime_expr ¶
func (p *PlSqlParser) Datetime_expr() (localctx IDatetime_exprContext)
func (*PlSqlParser) Db_name ¶
func (p *PlSqlParser) Db_name() (localctx IDb_nameContext)
func (*PlSqlParser) Deallocate_unused_clause ¶
func (p *PlSqlParser) Deallocate_unused_clause() (localctx IDeallocate_unused_clauseContext)
func (*PlSqlParser) Declare_spec ¶
func (p *PlSqlParser) Declare_spec() (localctx IDeclare_specContext)
func (*PlSqlParser) Default_cost_clause ¶
func (p *PlSqlParser) Default_cost_clause() (localctx IDefault_cost_clauseContext)
func (*PlSqlParser) Default_selectivity ¶
func (p *PlSqlParser) Default_selectivity() (localctx IDefault_selectivityContext)
func (*PlSqlParser) Default_selectivity_clause ¶
func (p *PlSqlParser) Default_selectivity_clause() (localctx IDefault_selectivity_clauseContext)
func (*PlSqlParser) Default_settings_clause ¶
func (p *PlSqlParser) Default_settings_clause() (localctx IDefault_settings_clauseContext)
func (*PlSqlParser) Default_value_part ¶
func (p *PlSqlParser) Default_value_part() (localctx IDefault_value_partContext)
func (*PlSqlParser) Deferred_segment_creation ¶
func (p *PlSqlParser) Deferred_segment_creation() (localctx IDeferred_segment_creationContext)
func (*PlSqlParser) Delete_statement ¶
func (p *PlSqlParser) Delete_statement() (localctx IDelete_statementContext)
func (*PlSqlParser) Dependent_exceptions_part ¶
func (p *PlSqlParser) Dependent_exceptions_part() (localctx IDependent_exceptions_partContext)
func (*PlSqlParser) Dependent_handling_clause ¶
func (p *PlSqlParser) Dependent_handling_clause() (localctx IDependent_handling_clauseContext)
func (*PlSqlParser) Dir_object_name ¶
func (p *PlSqlParser) Dir_object_name() (localctx IDir_object_nameContext)
func (*PlSqlParser) Directory_name ¶
func (p *PlSqlParser) Directory_name() (localctx IDirectory_nameContext)
func (*PlSqlParser) Directory_path ¶
func (p *PlSqlParser) Directory_path() (localctx IDirectory_pathContext)
func (*PlSqlParser) Disable_constraint ¶
func (p *PlSqlParser) Disable_constraint() (localctx IDisable_constraintContext)
func (*PlSqlParser) Dml_event_clause ¶
func (p *PlSqlParser) Dml_event_clause() (localctx IDml_event_clauseContext)
func (*PlSqlParser) Dml_event_element ¶
func (p *PlSqlParser) Dml_event_element() (localctx IDml_event_elementContext)
func (*PlSqlParser) Dml_event_nested_clause ¶
func (p *PlSqlParser) Dml_event_nested_clause() (localctx IDml_event_nested_clauseContext)
func (*PlSqlParser) Dml_table_expression_clause ¶
func (p *PlSqlParser) Dml_table_expression_clause() (localctx IDml_table_expression_clauseContext)
func (*PlSqlParser) Domain ¶
func (p *PlSqlParser) Domain() (localctx IDomainContext)
func (*PlSqlParser) Domain_index_clause ¶
func (p *PlSqlParser) Domain_index_clause() (localctx IDomain_index_clauseContext)
func (*PlSqlParser) Drop_column_clause ¶
func (p *PlSqlParser) Drop_column_clause() (localctx IDrop_column_clauseContext)
func (*PlSqlParser) Drop_constraint ¶
func (p *PlSqlParser) Drop_constraint() (localctx IDrop_constraintContext)
func (*PlSqlParser) Drop_constraint_clause ¶
func (p *PlSqlParser) Drop_constraint_clause() (localctx IDrop_constraint_clauseContext)
func (*PlSqlParser) Drop_function ¶
func (p *PlSqlParser) Drop_function() (localctx IDrop_functionContext)
func (*PlSqlParser) Drop_index ¶
func (p *PlSqlParser) Drop_index() (localctx IDrop_indexContext)
func (*PlSqlParser) Drop_index_partition ¶
func (p *PlSqlParser) Drop_index_partition() (localctx IDrop_index_partitionContext)
func (*PlSqlParser) Drop_logfile_clauses ¶
func (p *PlSqlParser) Drop_logfile_clauses() (localctx IDrop_logfile_clausesContext)
func (*PlSqlParser) Drop_package ¶
func (p *PlSqlParser) Drop_package() (localctx IDrop_packageContext)
func (*PlSqlParser) Drop_primary_key_or_unique_or_generic_clause ¶
func (p *PlSqlParser) Drop_primary_key_or_unique_or_generic_clause() (localctx IDrop_primary_key_or_unique_or_generic_clauseContext)
func (*PlSqlParser) Drop_procedure ¶
func (p *PlSqlParser) Drop_procedure() (localctx IDrop_procedureContext)
func (*PlSqlParser) Drop_sequence ¶
func (p *PlSqlParser) Drop_sequence() (localctx IDrop_sequenceContext)
func (*PlSqlParser) Drop_table ¶
func (p *PlSqlParser) Drop_table() (localctx IDrop_tableContext)
func (*PlSqlParser) Drop_trigger ¶
func (p *PlSqlParser) Drop_trigger() (localctx IDrop_triggerContext)
func (*PlSqlParser) Drop_type ¶
func (p *PlSqlParser) Drop_type() (localctx IDrop_typeContext)
func (*PlSqlParser) Drop_view ¶
func (p *PlSqlParser) Drop_view() (localctx IDrop_viewContext)
func (*PlSqlParser) Dynamic_returning_clause ¶
func (p *PlSqlParser) Dynamic_returning_clause() (localctx IDynamic_returning_clauseContext)
func (*PlSqlParser) Edition_name ¶
func (p *PlSqlParser) Edition_name() (localctx IEdition_nameContext)
func (*PlSqlParser) Element_spec ¶
func (p *PlSqlParser) Element_spec() (localctx IElement_specContext)
func (*PlSqlParser) Element_spec_options ¶
func (p *PlSqlParser) Element_spec_options() (localctx IElement_spec_optionsContext)
func (*PlSqlParser) Else_part ¶
func (p *PlSqlParser) Else_part() (localctx IElse_partContext)
func (*PlSqlParser) Elsif_part ¶
func (p *PlSqlParser) Elsif_part() (localctx IElsif_partContext)
func (*PlSqlParser) Enable_constraint ¶
func (p *PlSqlParser) Enable_constraint() (localctx IEnable_constraintContext)
func (*PlSqlParser) Enable_disable_clause ¶
func (p *PlSqlParser) Enable_disable_clause() (localctx IEnable_disable_clauseContext)
func (*PlSqlParser) Enable_or_disable ¶
func (p *PlSqlParser) Enable_or_disable() (localctx IEnable_or_disableContext)
func (*PlSqlParser) Encryption_spec ¶
func (p *PlSqlParser) Encryption_spec() (localctx IEncryption_specContext)
func (*PlSqlParser) End_time_column ¶
func (p *PlSqlParser) End_time_column() (localctx IEnd_time_columnContext)
func (*PlSqlParser) Error_logging_clause ¶
func (p *PlSqlParser) Error_logging_clause() (localctx IError_logging_clauseContext)
func (*PlSqlParser) Error_logging_into_part ¶
func (p *PlSqlParser) Error_logging_into_part() (localctx IError_logging_into_partContext)
func (*PlSqlParser) Error_logging_reject_part ¶
func (p *PlSqlParser) Error_logging_reject_part() (localctx IError_logging_reject_partContext)
func (*PlSqlParser) Exception_declaration ¶
func (p *PlSqlParser) Exception_declaration() (localctx IException_declarationContext)
func (*PlSqlParser) Exception_handler ¶
func (p *PlSqlParser) Exception_handler() (localctx IException_handlerContext)
func (*PlSqlParser) Exception_name ¶
func (p *PlSqlParser) Exception_name() (localctx IException_nameContext)
func (*PlSqlParser) Exceptions_clause ¶
func (p *PlSqlParser) Exceptions_clause() (localctx IExceptions_clauseContext)
func (*PlSqlParser) Execute_immediate ¶
func (p *PlSqlParser) Execute_immediate() (localctx IExecute_immediateContext)
func (*PlSqlParser) Exit_statement ¶
func (p *PlSqlParser) Exit_statement() (localctx IExit_statementContext)
func (*PlSqlParser) Explain_statement ¶
func (p *PlSqlParser) Explain_statement() (localctx IExplain_statementContext)
func (*PlSqlParser) Expression ¶
func (p *PlSqlParser) Expression() (localctx IExpressionContext)
func (*PlSqlParser) Expressions ¶
func (p *PlSqlParser) Expressions() (localctx IExpressionsContext)
func (*PlSqlParser) Extent_management_clause ¶
func (p *PlSqlParser) Extent_management_clause() (localctx IExtent_management_clauseContext)
func (*PlSqlParser) Factoring_element ¶
func (p *PlSqlParser) Factoring_element() (localctx IFactoring_elementContext)
func (*PlSqlParser) Fetch_clause ¶
func (p *PlSqlParser) Fetch_clause() (localctx IFetch_clauseContext)
func (*PlSqlParser) Fetch_statement ¶
func (p *PlSqlParser) Fetch_statement() (localctx IFetch_statementContext)
func (*PlSqlParser) Field_spec ¶
func (p *PlSqlParser) Field_spec() (localctx IField_specContext)
func (*PlSqlParser) Filename ¶
func (p *PlSqlParser) Filename() (localctx IFilenameContext)
func (*PlSqlParser) Filenumber ¶
func (p *PlSqlParser) Filenumber() (localctx IFilenumberContext)
func (*PlSqlParser) Flashback_archive_clause ¶
func (p *PlSqlParser) Flashback_archive_clause() (localctx IFlashback_archive_clauseContext)
func (*PlSqlParser) Flashback_mode_clause ¶
func (p *PlSqlParser) Flashback_mode_clause() (localctx IFlashback_mode_clauseContext)
func (*PlSqlParser) Flashback_query_clause ¶
func (p *PlSqlParser) Flashback_query_clause() (localctx IFlashback_query_clauseContext)
func (*PlSqlParser) For_each_row ¶
func (p *PlSqlParser) For_each_row() (localctx IFor_each_rowContext)
func (*PlSqlParser) For_update_clause ¶
func (p *PlSqlParser) For_update_clause() (localctx IFor_update_clauseContext)
func (*PlSqlParser) For_update_of_part ¶
func (p *PlSqlParser) For_update_of_part() (localctx IFor_update_of_partContext)
func (*PlSqlParser) For_update_options ¶
func (p *PlSqlParser) For_update_options() (localctx IFor_update_optionsContext)
func (*PlSqlParser) Forall_statement ¶
func (p *PlSqlParser) Forall_statement() (localctx IForall_statementContext)
func (*PlSqlParser) Foreign_key_clause ¶
func (p *PlSqlParser) Foreign_key_clause() (localctx IForeign_key_clauseContext)
func (*PlSqlParser) From_clause ¶
func (p *PlSqlParser) From_clause() (localctx IFrom_clauseContext)
func (*PlSqlParser) Full_database_recovery ¶
func (p *PlSqlParser) Full_database_recovery() (localctx IFull_database_recoveryContext)
func (*PlSqlParser) Func_decl_in_type ¶
func (p *PlSqlParser) Func_decl_in_type() (localctx IFunc_decl_in_typeContext)
func (*PlSqlParser) Function_argument ¶
func (p *PlSqlParser) Function_argument() (localctx IFunction_argumentContext)
func (*PlSqlParser) Function_argument_analytic ¶
func (p *PlSqlParser) Function_argument_analytic() (localctx IFunction_argument_analyticContext)
func (*PlSqlParser) Function_argument_modeling ¶
func (p *PlSqlParser) Function_argument_modeling() (localctx IFunction_argument_modelingContext)
func (*PlSqlParser) Function_association ¶
func (p *PlSqlParser) Function_association() (localctx IFunction_associationContext)
func (*PlSqlParser) Function_body ¶
func (p *PlSqlParser) Function_body() (localctx IFunction_bodyContext)
func (*PlSqlParser) Function_call ¶
func (p *PlSqlParser) Function_call() (localctx IFunction_callContext)
func (*PlSqlParser) Function_name ¶
func (p *PlSqlParser) Function_name() (localctx IFunction_nameContext)
func (*PlSqlParser) Function_spec ¶
func (p *PlSqlParser) Function_spec() (localctx IFunction_specContext)
func (*PlSqlParser) General_element ¶
func (p *PlSqlParser) General_element() (localctx IGeneral_elementContext)
func (*PlSqlParser) General_element_part ¶
func (p *PlSqlParser) General_element_part() (localctx IGeneral_element_partContext)
func (*PlSqlParser) General_recovery ¶
func (p *PlSqlParser) General_recovery() (localctx IGeneral_recoveryContext)
func (*PlSqlParser) General_table_ref ¶
func (p *PlSqlParser) General_table_ref() (localctx IGeneral_table_refContext)
func (*PlSqlParser) Global_partitioned_index ¶
func (p *PlSqlParser) Global_partitioned_index() (localctx IGlobal_partitioned_indexContext)
func (*PlSqlParser) Goto_statement ¶
func (p *PlSqlParser) Goto_statement() (localctx IGoto_statementContext)
func (*PlSqlParser) Grant_object_name ¶
func (p *PlSqlParser) Grant_object_name() (localctx IGrant_object_nameContext)
func (*PlSqlParser) Grant_statement ¶
func (p *PlSqlParser) Grant_statement() (localctx IGrant_statementContext)
func (*PlSqlParser) Grantee_name ¶
func (p *PlSqlParser) Grantee_name() (localctx IGrantee_nameContext)
func (*PlSqlParser) Group_by_clause ¶
func (p *PlSqlParser) Group_by_clause() (localctx IGroup_by_clauseContext)
func (*PlSqlParser) Group_by_elements ¶
func (p *PlSqlParser) Group_by_elements() (localctx IGroup_by_elementsContext)
func (*PlSqlParser) Grouping_sets_clause ¶
func (p *PlSqlParser) Grouping_sets_clause() (localctx IGrouping_sets_clauseContext)
func (*PlSqlParser) Grouping_sets_elements ¶
func (p *PlSqlParser) Grouping_sets_elements() (localctx IGrouping_sets_elementsContext)
func (*PlSqlParser) Hash_partition_quantity ¶
func (p *PlSqlParser) Hash_partition_quantity() (localctx IHash_partition_quantityContext)
func (*PlSqlParser) Hash_partitions ¶
func (p *PlSqlParser) Hash_partitions() (localctx IHash_partitionsContext)
func (*PlSqlParser) Hash_partitions_by_quantity ¶
func (p *PlSqlParser) Hash_partitions_by_quantity() (localctx IHash_partitions_by_quantityContext)
func (*PlSqlParser) Hash_subpartition_quantity ¶
func (p *PlSqlParser) Hash_subpartition_quantity() (localctx IHash_subpartition_quantityContext)
func (*PlSqlParser) Hash_subparts_by_quantity ¶
func (p *PlSqlParser) Hash_subparts_by_quantity() (localctx IHash_subparts_by_quantityContext)
func (*PlSqlParser) Having_clause ¶
func (p *PlSqlParser) Having_clause() (localctx IHaving_clauseContext)
func (*PlSqlParser) Hierarchical_query_clause ¶
func (p *PlSqlParser) Hierarchical_query_clause() (localctx IHierarchical_query_clauseContext)
func (*PlSqlParser) Id_expression ¶
func (p *PlSqlParser) Id_expression() (localctx IId_expressionContext)
func (*PlSqlParser) Identified_by ¶
func (p *PlSqlParser) Identified_by() (localctx IIdentified_byContext)
func (*PlSqlParser) Identified_other_clause ¶
func (p *PlSqlParser) Identified_other_clause() (localctx IIdentified_other_clauseContext)
func (*PlSqlParser) Identifier ¶
func (p *PlSqlParser) Identifier() (localctx IIdentifierContext)
func (*PlSqlParser) If_statement ¶
func (p *PlSqlParser) If_statement() (localctx IIf_statementContext)
func (*PlSqlParser) Implementation_type_name ¶
func (p *PlSqlParser) Implementation_type_name() (localctx IImplementation_type_nameContext)
func (*PlSqlParser) In_elements ¶
func (p *PlSqlParser) In_elements() (localctx IIn_elementsContext)
func (*PlSqlParser) Including_or_excluding ¶
func (p *PlSqlParser) Including_or_excluding() (localctx IIncluding_or_excludingContext)
func (*PlSqlParser) Index_attributes ¶
func (p *PlSqlParser) Index_attributes() (localctx IIndex_attributesContext)
func (*PlSqlParser) Index_expr ¶
func (p *PlSqlParser) Index_expr() (localctx IIndex_exprContext)
func (*PlSqlParser) Index_name ¶
func (p *PlSqlParser) Index_name() (localctx IIndex_nameContext)
func (*PlSqlParser) Index_org_overflow_clause ¶
func (p *PlSqlParser) Index_org_overflow_clause() (localctx IIndex_org_overflow_clauseContext)
func (*PlSqlParser) Index_org_table_clause ¶
func (p *PlSqlParser) Index_org_table_clause() (localctx IIndex_org_table_clauseContext)
func (*PlSqlParser) Index_partition_description ¶
func (p *PlSqlParser) Index_partition_description() (localctx IIndex_partition_descriptionContext)
func (*PlSqlParser) Index_partitioning_clause ¶
func (p *PlSqlParser) Index_partitioning_clause() (localctx IIndex_partitioning_clauseContext)
func (*PlSqlParser) Index_properties ¶
func (p *PlSqlParser) Index_properties() (localctx IIndex_propertiesContext)
func (*PlSqlParser) Index_subpartition_clause ¶
func (p *PlSqlParser) Index_subpartition_clause() (localctx IIndex_subpartition_clauseContext)
func (*PlSqlParser) Index_subpartition_subclause ¶
func (p *PlSqlParser) Index_subpartition_subclause() (localctx IIndex_subpartition_subclauseContext)
func (*PlSqlParser) Indextype ¶
func (p *PlSqlParser) Indextype() (localctx IIndextypeContext)
func (*PlSqlParser) Indextype_name ¶
func (p *PlSqlParser) Indextype_name() (localctx IIndextype_nameContext)
func (*PlSqlParser) Individual_hash_partitions ¶
func (p *PlSqlParser) Individual_hash_partitions() (localctx IIndividual_hash_partitionsContext)
func (*PlSqlParser) Individual_hash_subparts ¶
func (p *PlSqlParser) Individual_hash_subparts() (localctx IIndividual_hash_subpartsContext)
func (*PlSqlParser) Inline_constraint ¶
func (p *PlSqlParser) Inline_constraint() (localctx IInline_constraintContext)
func (*PlSqlParser) Inline_ref_constraint ¶
func (p *PlSqlParser) Inline_ref_constraint() (localctx IInline_ref_constraintContext)
func (*PlSqlParser) Insert_into_clause ¶
func (p *PlSqlParser) Insert_into_clause() (localctx IInsert_into_clauseContext)
func (*PlSqlParser) Insert_statement ¶
func (p *PlSqlParser) Insert_statement() (localctx IInsert_statementContext)
func (*PlSqlParser) Instance_clauses ¶
func (p *PlSqlParser) Instance_clauses() (localctx IInstance_clausesContext)
func (*PlSqlParser) Interval_expr ¶
func (p *PlSqlParser) Interval_expr() (localctx IInterval_exprContext)
func (*PlSqlParser) Interval_expression ¶
func (p *PlSqlParser) Interval_expression() (localctx IInterval_expressionContext)
func (*PlSqlParser) Into_clause ¶
func (p *PlSqlParser) Into_clause() (localctx IInto_clauseContext)
func (*PlSqlParser) Into_clause1 ¶
func (p *PlSqlParser) Into_clause1() (localctx IInto_clause1Context)
func (*PlSqlParser) Invoker_rights_clause ¶
func (p *PlSqlParser) Invoker_rights_clause() (localctx IInvoker_rights_clauseContext)
func (*PlSqlParser) Io_cost ¶
func (p *PlSqlParser) Io_cost() (localctx IIo_costContext)
func (*PlSqlParser) Java_spec ¶
func (p *PlSqlParser) Java_spec() (localctx IJava_specContext)
func (*PlSqlParser) Join_clause ¶
func (p *PlSqlParser) Join_clause() (localctx IJoin_clauseContext)
func (*PlSqlParser) Join_on_part ¶
func (p *PlSqlParser) Join_on_part() (localctx IJoin_on_partContext)
func (*PlSqlParser) Join_using_part ¶
func (p *PlSqlParser) Join_using_part() (localctx IJoin_using_partContext)
func (*PlSqlParser) Keep_clause ¶
func (p *PlSqlParser) Keep_clause() (localctx IKeep_clauseContext)
func (*PlSqlParser) Key_compression ¶
func (p *PlSqlParser) Key_compression() (localctx IKey_compressionContext)
func (*PlSqlParser) Label_declaration ¶
func (p *PlSqlParser) Label_declaration() (localctx ILabel_declarationContext)
func (*PlSqlParser) Label_name ¶
func (p *PlSqlParser) Label_name() (localctx ILabel_nameContext)
func (*PlSqlParser) Library_debug ¶
func (p *PlSqlParser) Library_debug() (localctx ILibrary_debugContext)
func (*PlSqlParser) Library_debug_Sempred ¶
func (p *PlSqlParser) Library_debug_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Library_editionable ¶
func (p *PlSqlParser) Library_editionable() (localctx ILibrary_editionableContext)
func (*PlSqlParser) Library_editionable_Sempred ¶
func (p *PlSqlParser) Library_editionable_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Library_name ¶
func (p *PlSqlParser) Library_name() (localctx ILibrary_nameContext)
func (*PlSqlParser) Link_name ¶
func (p *PlSqlParser) Link_name() (localctx ILink_nameContext)
func (*PlSqlParser) List_partition_desc ¶
func (p *PlSqlParser) List_partition_desc() (localctx IList_partition_descContext)
func (*PlSqlParser) List_partitions ¶
func (p *PlSqlParser) List_partitions() (localctx IList_partitionsContext)
func (*PlSqlParser) List_subpartition_desc ¶
func (p *PlSqlParser) List_subpartition_desc() (localctx IList_subpartition_descContext)
func (*PlSqlParser) List_values_clause ¶
func (p *PlSqlParser) List_values_clause() (localctx IList_values_clauseContext)
func (*PlSqlParser) Literal ¶
func (p *PlSqlParser) Literal() (localctx ILiteralContext)
func (*PlSqlParser) Lob_compression_clause ¶
func (p *PlSqlParser) Lob_compression_clause() (localctx ILob_compression_clauseContext)
func (*PlSqlParser) Lob_deduplicate_clause ¶
func (p *PlSqlParser) Lob_deduplicate_clause() (localctx ILob_deduplicate_clauseContext)
func (*PlSqlParser) Lob_item ¶
func (p *PlSqlParser) Lob_item() (localctx ILob_itemContext)
func (*PlSqlParser) Lob_parameters ¶
func (p *PlSqlParser) Lob_parameters() (localctx ILob_parametersContext)
func (*PlSqlParser) Lob_partitioning_storage ¶
func (p *PlSqlParser) Lob_partitioning_storage() (localctx ILob_partitioning_storageContext)
func (*PlSqlParser) Lob_retention_clause ¶
func (p *PlSqlParser) Lob_retention_clause() (localctx ILob_retention_clauseContext)
func (*PlSqlParser) Lob_segname ¶
func (p *PlSqlParser) Lob_segname() (localctx ILob_segnameContext)
func (*PlSqlParser) Lob_storage_clause ¶
func (p *PlSqlParser) Lob_storage_clause() (localctx ILob_storage_clauseContext)
func (*PlSqlParser) Lob_storage_parameters ¶
func (p *PlSqlParser) Lob_storage_parameters() (localctx ILob_storage_parametersContext)
func (*PlSqlParser) Local_domain_index_clause ¶
func (p *PlSqlParser) Local_domain_index_clause() (localctx ILocal_domain_index_clauseContext)
func (*PlSqlParser) Local_partitioned_index ¶
func (p *PlSqlParser) Local_partitioned_index() (localctx ILocal_partitioned_indexContext)
func (*PlSqlParser) Local_xmlindex_clause ¶
func (p *PlSqlParser) Local_xmlindex_clause() (localctx ILocal_xmlindex_clauseContext)
func (*PlSqlParser) Lock_mode ¶
func (p *PlSqlParser) Lock_mode() (localctx ILock_modeContext)
func (*PlSqlParser) Lock_table_element ¶
func (p *PlSqlParser) Lock_table_element() (localctx ILock_table_elementContext)
func (*PlSqlParser) Lock_table_statement ¶
func (p *PlSqlParser) Lock_table_statement() (localctx ILock_table_statementContext)
func (*PlSqlParser) Log_file_group ¶
func (p *PlSqlParser) Log_file_group() (localctx ILog_file_groupContext)
func (*PlSqlParser) Log_grp ¶
func (p *PlSqlParser) Log_grp() (localctx ILog_grpContext)
func (*PlSqlParser) Logfile_clauses ¶
func (p *PlSqlParser) Logfile_clauses() (localctx ILogfile_clausesContext)
func (*PlSqlParser) Logfile_descriptor ¶
func (p *PlSqlParser) Logfile_descriptor() (localctx ILogfile_descriptorContext)
func (*PlSqlParser) Logging_clause ¶
func (p *PlSqlParser) Logging_clause() (localctx ILogging_clauseContext)
func (*PlSqlParser) Logical_expression ¶
func (p *PlSqlParser) Logical_expression() (localctx ILogical_expressionContext)
func (*PlSqlParser) Logical_expression_Sempred ¶
func (p *PlSqlParser) Logical_expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Logical_operation ¶
func (p *PlSqlParser) Logical_operation() (localctx ILogical_operationContext)
func (*PlSqlParser) Loop_statement ¶
func (p *PlSqlParser) Loop_statement() (localctx ILoop_statementContext)
func (*PlSqlParser) Lower_bound ¶
func (p *PlSqlParser) Lower_bound() (localctx ILower_boundContext)
func (*PlSqlParser) Main_model ¶
func (p *PlSqlParser) Main_model() (localctx IMain_modelContext)
func (*PlSqlParser) Main_model_name ¶
func (p *PlSqlParser) Main_model_name() (localctx IMain_model_nameContext)
func (*PlSqlParser) Managed_standby_recovery ¶
func (p *PlSqlParser) Managed_standby_recovery() (localctx IManaged_standby_recoveryContext)
func (*PlSqlParser) Map_order_func_declaration ¶
func (p *PlSqlParser) Map_order_func_declaration() (localctx IMap_order_func_declarationContext)
func (*PlSqlParser) Map_order_function_spec ¶
func (p *PlSqlParser) Map_order_function_spec() (localctx IMap_order_function_specContext)
func (*PlSqlParser) Mapping_table_clause ¶
func (p *PlSqlParser) Mapping_table_clause() (localctx IMapping_table_clauseContext)
func (*PlSqlParser) Maximize_standby_db_clause ¶
func (p *PlSqlParser) Maximize_standby_db_clause() (localctx IMaximize_standby_db_clauseContext)
func (*PlSqlParser) Maxsize_clause ¶
func (p *PlSqlParser) Maxsize_clause() (localctx IMaxsize_clauseContext)
func (*PlSqlParser) Merge_element ¶
func (p *PlSqlParser) Merge_element() (localctx IMerge_elementContext)
func (*PlSqlParser) Merge_insert_clause ¶
func (p *PlSqlParser) Merge_insert_clause() (localctx IMerge_insert_clauseContext)
func (*PlSqlParser) Merge_statement ¶
func (p *PlSqlParser) Merge_statement() (localctx IMerge_statementContext)
func (*PlSqlParser) Merge_update_clause ¶
func (p *PlSqlParser) Merge_update_clause() (localctx IMerge_update_clauseContext)
func (*PlSqlParser) Merge_update_delete_part ¶
func (p *PlSqlParser) Merge_update_delete_part() (localctx IMerge_update_delete_partContext)
func (*PlSqlParser) Model_clause ¶
func (p *PlSqlParser) Model_clause() (localctx IModel_clauseContext)
func (*PlSqlParser) Model_column ¶
func (p *PlSqlParser) Model_column() (localctx IModel_columnContext)
func (*PlSqlParser) Model_column_clauses ¶
func (p *PlSqlParser) Model_column_clauses() (localctx IModel_column_clausesContext)
func (*PlSqlParser) Model_column_list ¶
func (p *PlSqlParser) Model_column_list() (localctx IModel_column_listContext)
func (*PlSqlParser) Model_column_partition_part ¶
func (p *PlSqlParser) Model_column_partition_part() (localctx IModel_column_partition_partContext)
func (*PlSqlParser) Model_expression ¶
func (p *PlSqlParser) Model_expression() (localctx IModel_expressionContext)
func (*PlSqlParser) Model_expression_element ¶
func (p *PlSqlParser) Model_expression_element() (localctx IModel_expression_elementContext)
func (*PlSqlParser) Model_iterate_clause ¶
func (p *PlSqlParser) Model_iterate_clause() (localctx IModel_iterate_clauseContext)
func (*PlSqlParser) Model_name ¶
func (p *PlSqlParser) Model_name() (localctx IModel_nameContext)
func (*PlSqlParser) Model_rules_clause ¶
func (p *PlSqlParser) Model_rules_clause() (localctx IModel_rules_clauseContext)
func (*PlSqlParser) Model_rules_element ¶
func (p *PlSqlParser) Model_rules_element() (localctx IModel_rules_elementContext)
func (*PlSqlParser) Model_rules_part ¶
func (p *PlSqlParser) Model_rules_part() (localctx IModel_rules_partContext)
func (*PlSqlParser) Modifier_clause ¶
func (p *PlSqlParser) Modifier_clause() (localctx IModifier_clauseContext)
func (*PlSqlParser) Modify_col_properties ¶
func (p *PlSqlParser) Modify_col_properties() (localctx IModify_col_propertiesContext)
func (*PlSqlParser) Modify_col_substitutable ¶
func (p *PlSqlParser) Modify_col_substitutable() (localctx IModify_col_substitutableContext)
func (*PlSqlParser) Modify_collection_retrieval ¶
func (p *PlSqlParser) Modify_collection_retrieval() (localctx IModify_collection_retrievalContext)
func (*PlSqlParser) Modify_column_clauses ¶
func (p *PlSqlParser) Modify_column_clauses() (localctx IModify_column_clausesContext)
func (*PlSqlParser) Modify_index_default_attrs ¶
func (p *PlSqlParser) Modify_index_default_attrs() (localctx IModify_index_default_attrsContext)
func (*PlSqlParser) Modify_index_partition ¶
func (p *PlSqlParser) Modify_index_partition() (localctx IModify_index_partitionContext)
func (*PlSqlParser) Modify_index_partitions_ops ¶
func (p *PlSqlParser) Modify_index_partitions_ops() (localctx IModify_index_partitions_opsContext)
func (*PlSqlParser) Modify_index_subpartition ¶
func (p *PlSqlParser) Modify_index_subpartition() (localctx IModify_index_subpartitionContext)
func (*PlSqlParser) Modify_lob_parameters ¶
func (p *PlSqlParser) Modify_lob_parameters() (localctx IModify_lob_parametersContext)
func (*PlSqlParser) Modify_lob_storage_clause ¶
func (p *PlSqlParser) Modify_lob_storage_clause() (localctx IModify_lob_storage_clauseContext)
func (*PlSqlParser) Modify_mv_column_clause ¶
func (p *PlSqlParser) Modify_mv_column_clause() (localctx IModify_mv_column_clauseContext)
func (*PlSqlParser) Monitoring_nomonitoring ¶
func (p *PlSqlParser) Monitoring_nomonitoring() (localctx IMonitoring_nomonitoringContext)
func (*PlSqlParser) Move_mv_log_clause ¶
func (p *PlSqlParser) Move_mv_log_clause() (localctx IMove_mv_log_clauseContext)
func (*PlSqlParser) Move_table_clause ¶
func (p *PlSqlParser) Move_table_clause() (localctx IMove_table_clauseContext)
func (*PlSqlParser) Multi_column_for_loop ¶
func (p *PlSqlParser) Multi_column_for_loop() (localctx IMulti_column_for_loopContext)
func (*PlSqlParser) Multi_table_element ¶
func (p *PlSqlParser) Multi_table_element() (localctx IMulti_table_elementContext)
func (*PlSqlParser) Multi_table_insert ¶
func (p *PlSqlParser) Multi_table_insert() (localctx IMulti_table_insertContext)
func (*PlSqlParser) Multiset_expression ¶
func (p *PlSqlParser) Multiset_expression() (localctx IMultiset_expressionContext)
func (*PlSqlParser) Mv_log_augmentation ¶
func (p *PlSqlParser) Mv_log_augmentation() (localctx IMv_log_augmentationContext)
func (*PlSqlParser) Mv_log_purge_clause ¶
func (p *PlSqlParser) Mv_log_purge_clause() (localctx IMv_log_purge_clauseContext)
func (*PlSqlParser) Native_datatype_element ¶
func (p *PlSqlParser) Native_datatype_element() (localctx INative_datatype_elementContext)
func (*PlSqlParser) Nested_item ¶
func (p *PlSqlParser) Nested_item() (localctx INested_itemContext)
func (*PlSqlParser) Nested_table_col_properties ¶
func (p *PlSqlParser) Nested_table_col_properties() (localctx INested_table_col_propertiesContext)
func (*PlSqlParser) Nested_table_type_def ¶
func (p *PlSqlParser) Nested_table_type_def() (localctx INested_table_type_defContext)
func (*PlSqlParser) Network_cost ¶
func (p *PlSqlParser) Network_cost() (localctx INetwork_costContext)
func (*PlSqlParser) New_column_name ¶
func (p *PlSqlParser) New_column_name() (localctx INew_column_nameContext)
func (*PlSqlParser) New_constraint_name ¶
func (p *PlSqlParser) New_constraint_name() (localctx INew_constraint_nameContext)
func (*PlSqlParser) New_index_name ¶
func (p *PlSqlParser) New_index_name() (localctx INew_index_nameContext)
func (*PlSqlParser) New_partition_name ¶
func (p *PlSqlParser) New_partition_name() (localctx INew_partition_nameContext)
func (*PlSqlParser) New_tablespace_name ¶
func (p *PlSqlParser) New_tablespace_name() (localctx INew_tablespace_nameContext)
func (*PlSqlParser) New_values_clause ¶
func (p *PlSqlParser) New_values_clause() (localctx INew_values_clauseContext)
func (*PlSqlParser) Non_dml_event ¶
func (p *PlSqlParser) Non_dml_event() (localctx INon_dml_eventContext)
func (*PlSqlParser) Non_dml_trigger ¶
func (p *PlSqlParser) Non_dml_trigger() (localctx INon_dml_triggerContext)
func (*PlSqlParser) Non_reserved_keywords_in_12c ¶
func (p *PlSqlParser) Non_reserved_keywords_in_12c() (localctx INon_reserved_keywords_in_12cContext)
func (*PlSqlParser) Non_reserved_keywords_pre12c ¶
func (p *PlSqlParser) Non_reserved_keywords_pre12c() (localctx INon_reserved_keywords_pre12cContext)
func (*PlSqlParser) Null_statement ¶
func (p *PlSqlParser) Null_statement() (localctx INull_statementContext)
func (*PlSqlParser) Numeric ¶
func (p *PlSqlParser) Numeric() (localctx INumericContext)
func (*PlSqlParser) Numeric_function ¶
func (p *PlSqlParser) Numeric_function() (localctx INumeric_functionContext)
func (*PlSqlParser) Numeric_function_name ¶
func (p *PlSqlParser) Numeric_function_name() (localctx INumeric_function_nameContext)
func (*PlSqlParser) Numeric_function_wrapper ¶
func (p *PlSqlParser) Numeric_function_wrapper() (localctx INumeric_function_wrapperContext)
func (*PlSqlParser) Numeric_negative ¶
func (p *PlSqlParser) Numeric_negative() (localctx INumeric_negativeContext)
func (*PlSqlParser) Object_as_part ¶
func (p *PlSqlParser) Object_as_part() (localctx IObject_as_partContext)
func (*PlSqlParser) Object_member_spec ¶
func (p *PlSqlParser) Object_member_spec() (localctx IObject_member_specContext)
func (*PlSqlParser) Object_name ¶
func (p *PlSqlParser) Object_name() (localctx IObject_nameContext)
func (*PlSqlParser) Object_privilege ¶
func (p *PlSqlParser) Object_privilege() (localctx IObject_privilegeContext)
func (*PlSqlParser) Object_properties ¶
func (p *PlSqlParser) Object_properties() (localctx IObject_propertiesContext)
func (*PlSqlParser) Object_table ¶
func (p *PlSqlParser) Object_table() (localctx IObject_tableContext)
func (*PlSqlParser) Object_table_substitution ¶
func (p *PlSqlParser) Object_table_substitution() (localctx IObject_table_substitutionContext)
func (*PlSqlParser) Object_type_col_properties ¶
func (p *PlSqlParser) Object_type_col_properties() (localctx IObject_type_col_propertiesContext)
func (*PlSqlParser) Object_type_def ¶
func (p *PlSqlParser) Object_type_def() (localctx IObject_type_defContext)
func (*PlSqlParser) Object_under_part ¶
func (p *PlSqlParser) Object_under_part() (localctx IObject_under_partContext)
func (*PlSqlParser) Object_view_clause ¶
func (p *PlSqlParser) Object_view_clause() (localctx IObject_view_clauseContext)
func (*PlSqlParser) Odci_parameters ¶
func (p *PlSqlParser) Odci_parameters() (localctx IOdci_parametersContext)
func (*PlSqlParser) Offset_clause ¶
func (p *PlSqlParser) Offset_clause() (localctx IOffset_clauseContext)
func (*PlSqlParser) Oid_clause ¶
func (p *PlSqlParser) Oid_clause() (localctx IOid_clauseContext)
func (*PlSqlParser) Oid_index_clause ¶
func (p *PlSqlParser) Oid_index_clause() (localctx IOid_index_clauseContext)
func (*PlSqlParser) Old_column_name ¶
func (p *PlSqlParser) Old_column_name() (localctx IOld_column_nameContext)
func (*PlSqlParser) Old_constraint_name ¶
func (p *PlSqlParser) Old_constraint_name() (localctx IOld_constraint_nameContext)
func (*PlSqlParser) On_comp_partitioned_clause ¶
func (p *PlSqlParser) On_comp_partitioned_clause() (localctx IOn_comp_partitioned_clauseContext)
func (*PlSqlParser) On_comp_partitioned_table ¶
func (p *PlSqlParser) On_comp_partitioned_table() (localctx IOn_comp_partitioned_tableContext)
func (*PlSqlParser) On_delete_clause ¶
func (p *PlSqlParser) On_delete_clause() (localctx IOn_delete_clauseContext)
func (*PlSqlParser) On_hash_partitioned_clause ¶
func (p *PlSqlParser) On_hash_partitioned_clause() (localctx IOn_hash_partitioned_clauseContext)
func (*PlSqlParser) On_hash_partitioned_table ¶
func (p *PlSqlParser) On_hash_partitioned_table() (localctx IOn_hash_partitioned_tableContext)
func (*PlSqlParser) On_list_partitioned_table ¶
func (p *PlSqlParser) On_list_partitioned_table() (localctx IOn_list_partitioned_tableContext)
func (*PlSqlParser) On_range_partitioned_table ¶
func (p *PlSqlParser) On_range_partitioned_table() (localctx IOn_range_partitioned_tableContext)
func (*PlSqlParser) Online_or_offline ¶
func (p *PlSqlParser) Online_or_offline() (localctx IOnline_or_offlineContext)
func (*PlSqlParser) Open_for_statement ¶
func (p *PlSqlParser) Open_for_statement() (localctx IOpen_for_statementContext)
func (*PlSqlParser) Open_statement ¶
func (p *PlSqlParser) Open_statement() (localctx IOpen_statementContext)
func (*PlSqlParser) Oracle_namespace ¶
func (p *PlSqlParser) Oracle_namespace() (localctx IOracle_namespaceContext)
func (*PlSqlParser) Order_by_clause ¶
func (p *PlSqlParser) Order_by_clause() (localctx IOrder_by_clauseContext)
func (*PlSqlParser) Order_by_elements ¶
func (p *PlSqlParser) Order_by_elements() (localctx IOrder_by_elementsContext)
func (*PlSqlParser) Other_function ¶
func (p *PlSqlParser) Other_function() (localctx IOther_functionContext)
func (*PlSqlParser) Out_of_line_constraint ¶
func (p *PlSqlParser) Out_of_line_constraint() (localctx IOut_of_line_constraintContext)
func (*PlSqlParser) Out_of_line_part_storage ¶
func (p *PlSqlParser) Out_of_line_part_storage() (localctx IOut_of_line_part_storageContext)
func (*PlSqlParser) Out_of_line_ref_constraint ¶
func (p *PlSqlParser) Out_of_line_ref_constraint() (localctx IOut_of_line_ref_constraintContext)
func (*PlSqlParser) Outer_join_sign ¶
func (p *PlSqlParser) Outer_join_sign() (localctx IOuter_join_signContext)
func (*PlSqlParser) Outer_join_type ¶
func (p *PlSqlParser) Outer_join_type() (localctx IOuter_join_typeContext)
func (*PlSqlParser) Over_clause ¶
func (p *PlSqlParser) Over_clause() (localctx IOver_clauseContext)
func (*PlSqlParser) Over_clause_keyword ¶
func (p *PlSqlParser) Over_clause_keyword() (localctx IOver_clause_keywordContext)
func (*PlSqlParser) Overriding_function_spec ¶
func (p *PlSqlParser) Overriding_function_spec() (localctx IOverriding_function_specContext)
func (*PlSqlParser) Overriding_subprogram_spec ¶
func (p *PlSqlParser) Overriding_subprogram_spec() (localctx IOverriding_subprogram_specContext)
func (*PlSqlParser) Package_name ¶
func (p *PlSqlParser) Package_name() (localctx IPackage_nameContext)
func (*PlSqlParser) Package_obj_body ¶
func (p *PlSqlParser) Package_obj_body() (localctx IPackage_obj_bodyContext)
func (*PlSqlParser) Package_obj_spec ¶
func (p *PlSqlParser) Package_obj_spec() (localctx IPackage_obj_specContext)
func (*PlSqlParser) Parallel_clause ¶
func (p *PlSqlParser) Parallel_clause() (localctx IParallel_clauseContext)
func (*PlSqlParser) Parallel_enable_clause ¶
func (p *PlSqlParser) Parallel_enable_clause() (localctx IParallel_enable_clauseContext)
func (*PlSqlParser) Parameter ¶
func (p *PlSqlParser) Parameter() (localctx IParameterContext)
func (*PlSqlParser) Parameter_name ¶
func (p *PlSqlParser) Parameter_name() (localctx IParameter_nameContext)
func (*PlSqlParser) Parameter_spec ¶
func (p *PlSqlParser) Parameter_spec() (localctx IParameter_specContext)
func (*PlSqlParser) Parameter_value ¶
func (p *PlSqlParser) Parameter_value() (localctx IParameter_valueContext)
func (*PlSqlParser) Paren_column_list ¶
func (p *PlSqlParser) Paren_column_list() (localctx IParen_column_listContext)
func (*PlSqlParser) Partial_database_recovery ¶
func (p *PlSqlParser) Partial_database_recovery() (localctx IPartial_database_recoveryContext)
func (*PlSqlParser) Partial_database_recovery_10g ¶
func (p *PlSqlParser) Partial_database_recovery_10g() (localctx IPartial_database_recovery_10gContext)
func (*PlSqlParser) Partial_database_recovery_10g_Sempred ¶
func (p *PlSqlParser) Partial_database_recovery_10g_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Partition_by_clause ¶
func (p *PlSqlParser) Partition_by_clause() (localctx IPartition_by_clauseContext)
func (*PlSqlParser) Partition_extension_clause ¶
func (p *PlSqlParser) Partition_extension_clause() (localctx IPartition_extension_clauseContext)
func (*PlSqlParser) Partition_extention_clause ¶
func (p *PlSqlParser) Partition_extention_clause() (localctx IPartition_extention_clauseContext)
func (*PlSqlParser) Partition_key_value ¶
func (p *PlSqlParser) Partition_key_value() (localctx IPartition_key_valueContext)
func (*PlSqlParser) Partition_name ¶
func (p *PlSqlParser) Partition_name() (localctx IPartition_nameContext)
func (*PlSqlParser) Partition_name_old ¶
func (p *PlSqlParser) Partition_name_old() (localctx IPartition_name_oldContext)
func (*PlSqlParser) Partitioned_table ¶
func (p *PlSqlParser) Partitioned_table() (localctx IPartitioned_tableContext)
func (*PlSqlParser) Partitioning_storage_clause ¶
func (p *PlSqlParser) Partitioning_storage_clause() (localctx IPartitioning_storage_clauseContext)
func (*PlSqlParser) Password_expire_clause ¶
func (p *PlSqlParser) Password_expire_clause() (localctx IPassword_expire_clauseContext)
func (*PlSqlParser) Period_definition ¶
func (p *PlSqlParser) Period_definition() (localctx IPeriod_definitionContext)
func (*PlSqlParser) Period_definition_Sempred ¶
func (p *PlSqlParser) Period_definition_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Permanent_tablespace_clause ¶
func (p *PlSqlParser) Permanent_tablespace_clause() (localctx IPermanent_tablespace_clauseContext)
func (*PlSqlParser) Physical_attributes_clause ¶
func (p *PlSqlParser) Physical_attributes_clause() (localctx IPhysical_attributes_clauseContext)
func (*PlSqlParser) Physical_properties ¶
func (p *PlSqlParser) Physical_properties() (localctx IPhysical_propertiesContext)
func (*PlSqlParser) Pipe_row_statement ¶
func (p *PlSqlParser) Pipe_row_statement() (localctx IPipe_row_statementContext)
func (*PlSqlParser) Pivot_clause ¶
func (p *PlSqlParser) Pivot_clause() (localctx IPivot_clauseContext)
func (*PlSqlParser) Pivot_element ¶
func (p *PlSqlParser) Pivot_element() (localctx IPivot_elementContext)
func (*PlSqlParser) Pivot_for_clause ¶
func (p *PlSqlParser) Pivot_for_clause() (localctx IPivot_for_clauseContext)
func (*PlSqlParser) Pivot_in_clause ¶
func (p *PlSqlParser) Pivot_in_clause() (localctx IPivot_in_clauseContext)
func (*PlSqlParser) Pivot_in_clause_element ¶
func (p *PlSqlParser) Pivot_in_clause_element() (localctx IPivot_in_clause_elementContext)
func (*PlSqlParser) Pivot_in_clause_elements ¶
func (p *PlSqlParser) Pivot_in_clause_elements() (localctx IPivot_in_clause_elementsContext)
func (*PlSqlParser) Policy_name ¶
func (p *PlSqlParser) Policy_name() (localctx IPolicy_nameContext)
func (*PlSqlParser) Pragma_clause ¶
func (p *PlSqlParser) Pragma_clause() (localctx IPragma_clauseContext)
func (*PlSqlParser) Pragma_declaration ¶
func (p *PlSqlParser) Pragma_declaration() (localctx IPragma_declarationContext)
func (*PlSqlParser) Pragma_elements ¶
func (p *PlSqlParser) Pragma_elements() (localctx IPragma_elementsContext)
func (*PlSqlParser) Precision_part ¶
func (p *PlSqlParser) Precision_part() (localctx IPrecision_partContext)
func (*PlSqlParser) Primary_key_clause ¶
func (p *PlSqlParser) Primary_key_clause() (localctx IPrimary_key_clauseContext)
func (*PlSqlParser) Proc_decl_in_type ¶
func (p *PlSqlParser) Proc_decl_in_type() (localctx IProc_decl_in_typeContext)
func (*PlSqlParser) Procedure_body ¶
func (p *PlSqlParser) Procedure_body() (localctx IProcedure_bodyContext)
func (*PlSqlParser) Procedure_call ¶
func (p *PlSqlParser) Procedure_call() (localctx IProcedure_callContext)
func (*PlSqlParser) Procedure_name ¶
func (p *PlSqlParser) Procedure_name() (localctx IProcedure_nameContext)
func (*PlSqlParser) Procedure_spec ¶
func (p *PlSqlParser) Procedure_spec() (localctx IProcedure_specContext)
func (*PlSqlParser) Profile_clause ¶
func (p *PlSqlParser) Profile_clause() (localctx IProfile_clauseContext)
func (*PlSqlParser) Profile_name ¶
func (p *PlSqlParser) Profile_name() (localctx IProfile_nameContext)
func (*PlSqlParser) Proxy_clause ¶
func (p *PlSqlParser) Proxy_clause() (localctx IProxy_clauseContext)
func (*PlSqlParser) Quantified_expression ¶
func (p *PlSqlParser) Quantified_expression() (localctx IQuantified_expressionContext)
func (*PlSqlParser) Query_block ¶
func (p *PlSqlParser) Query_block() (localctx IQuery_blockContext)
func (*PlSqlParser) Query_name ¶
func (p *PlSqlParser) Query_name() (localctx IQuery_nameContext)
func (*PlSqlParser) Query_partition_clause ¶
func (p *PlSqlParser) Query_partition_clause() (localctx IQuery_partition_clauseContext)
func (*PlSqlParser) Quota_clause ¶
func (p *PlSqlParser) Quota_clause() (localctx IQuota_clauseContext)
func (*PlSqlParser) Quoted_string ¶
func (p *PlSqlParser) Quoted_string() (localctx IQuoted_stringContext)
func (*PlSqlParser) Raise_statement ¶
func (p *PlSqlParser) Raise_statement() (localctx IRaise_statementContext)
func (*PlSqlParser) Range_partition_desc ¶
func (p *PlSqlParser) Range_partition_desc() (localctx IRange_partition_descContext)
func (*PlSqlParser) Range_partitions ¶
func (p *PlSqlParser) Range_partitions() (localctx IRange_partitionsContext)
func (*PlSqlParser) Range_subpartition_desc ¶
func (p *PlSqlParser) Range_subpartition_desc() (localctx IRange_subpartition_descContext)
func (*PlSqlParser) Range_values_clause ¶
func (p *PlSqlParser) Range_values_clause() (localctx IRange_values_clauseContext)
func (*PlSqlParser) Rebuild_clause ¶
func (p *PlSqlParser) Rebuild_clause() (localctx IRebuild_clauseContext)
func (*PlSqlParser) Record_name ¶
func (p *PlSqlParser) Record_name() (localctx IRecord_nameContext)
func (*PlSqlParser) Record_type_def ¶
func (p *PlSqlParser) Record_type_def() (localctx IRecord_type_defContext)
func (*PlSqlParser) Records_per_block_clause ¶
func (p *PlSqlParser) Records_per_block_clause() (localctx IRecords_per_block_clauseContext)
func (*PlSqlParser) Recovery_clauses ¶
func (p *PlSqlParser) Recovery_clauses() (localctx IRecovery_clausesContext)
func (*PlSqlParser) Redo_log_file_spec ¶
func (p *PlSqlParser) Redo_log_file_spec() (localctx IRedo_log_file_specContext)
func (*PlSqlParser) Ref_cursor_type_def ¶
func (p *PlSqlParser) Ref_cursor_type_def() (localctx IRef_cursor_type_defContext)
func (*PlSqlParser) Reference_model ¶
func (p *PlSqlParser) Reference_model() (localctx IReference_modelContext)
func (*PlSqlParser) Reference_model_name ¶
func (p *PlSqlParser) Reference_model_name() (localctx IReference_model_nameContext)
func (*PlSqlParser) Reference_partition_desc ¶
func (p *PlSqlParser) Reference_partition_desc() (localctx IReference_partition_descContext)
func (*PlSqlParser) Reference_partitioning ¶
func (p *PlSqlParser) Reference_partitioning() (localctx IReference_partitioningContext)
func (*PlSqlParser) References_clause ¶
func (p *PlSqlParser) References_clause() (localctx IReferences_clauseContext)
func (*PlSqlParser) Referencing_clause ¶
func (p *PlSqlParser) Referencing_clause() (localctx IReferencing_clauseContext)
func (*PlSqlParser) Referencing_element ¶
func (p *PlSqlParser) Referencing_element() (localctx IReferencing_elementContext)
func (*PlSqlParser) Register_logfile_clause ¶
func (p *PlSqlParser) Register_logfile_clause() (localctx IRegister_logfile_clauseContext)
func (*PlSqlParser) Regular_id ¶
func (p *PlSqlParser) Regular_id() (localctx IRegular_idContext)
func (*PlSqlParser) Relational_expression ¶
func (p *PlSqlParser) Relational_expression() (localctx IRelational_expressionContext)
func (*PlSqlParser) Relational_expression_Sempred ¶
func (p *PlSqlParser) Relational_expression_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Relational_operator ¶
func (p *PlSqlParser) Relational_operator() (localctx IRelational_operatorContext)
func (*PlSqlParser) Relational_property ¶
func (p *PlSqlParser) Relational_property() (localctx IRelational_propertyContext)
func (*PlSqlParser) Relational_table ¶
func (p *PlSqlParser) Relational_table() (localctx IRelational_tableContext)
func (*PlSqlParser) Relies_on_part ¶
func (p *PlSqlParser) Relies_on_part() (localctx IRelies_on_partContext)
func (*PlSqlParser) Rename_column_clause ¶
func (p *PlSqlParser) Rename_column_clause() (localctx IRename_column_clauseContext)
func (*PlSqlParser) Rename_index_partition ¶
func (p *PlSqlParser) Rename_index_partition() (localctx IRename_index_partitionContext)
func (*PlSqlParser) Rename_object ¶
func (p *PlSqlParser) Rename_object() (localctx IRename_objectContext)
func (*PlSqlParser) Replace_type_clause ¶
func (p *PlSqlParser) Replace_type_clause() (localctx IReplace_type_clauseContext)
func (*PlSqlParser) Resetlogs_or_noresetlogs ¶
func (p *PlSqlParser) Resetlogs_or_noresetlogs() (localctx IResetlogs_or_noresetlogsContext)
func (*PlSqlParser) Respect_or_ignore_nulls ¶
func (p *PlSqlParser) Respect_or_ignore_nulls() (localctx IRespect_or_ignore_nullsContext)
func (*PlSqlParser) Result_cache_clause ¶
func (p *PlSqlParser) Result_cache_clause() (localctx IResult_cache_clauseContext)
func (*PlSqlParser) Return_rows_clause ¶
func (p *PlSqlParser) Return_rows_clause() (localctx IReturn_rows_clauseContext)
func (*PlSqlParser) Return_statement ¶
func (p *PlSqlParser) Return_statement() (localctx IReturn_statementContext)
func (*PlSqlParser) Role_clause ¶
func (p *PlSqlParser) Role_clause() (localctx IRole_clauseContext)
func (*PlSqlParser) Role_name ¶
func (p *PlSqlParser) Role_name() (localctx IRole_nameContext)
func (*PlSqlParser) Rollback_segment ¶
func (p *PlSqlParser) Rollback_segment() (localctx IRollback_segmentContext)
func (*PlSqlParser) Rollback_segment_name ¶
func (p *PlSqlParser) Rollback_segment_name() (localctx IRollback_segment_nameContext)
func (*PlSqlParser) Rollback_statement ¶
func (p *PlSqlParser) Rollback_statement() (localctx IRollback_statementContext)
func (*PlSqlParser) Rollup_cube_clause ¶
func (p *PlSqlParser) Rollup_cube_clause() (localctx IRollup_cube_clauseContext)
func (*PlSqlParser) Routine_clause ¶
func (p *PlSqlParser) Routine_clause() (localctx IRoutine_clauseContext)
func (*PlSqlParser) Routine_name ¶
func (p *PlSqlParser) Routine_name() (localctx IRoutine_nameContext)
func (*PlSqlParser) Row_movement_clause ¶
func (p *PlSqlParser) Row_movement_clause() (localctx IRow_movement_clauseContext)
func (*PlSqlParser) Sample_clause ¶
func (p *PlSqlParser) Sample_clause() (localctx ISample_clauseContext)
func (*PlSqlParser) Savepoint_name ¶
func (p *PlSqlParser) Savepoint_name() (localctx ISavepoint_nameContext)
func (*PlSqlParser) Savepoint_statement ¶
func (p *PlSqlParser) Savepoint_statement() (localctx ISavepoint_statementContext)
func (*PlSqlParser) Schema_name ¶
func (p *PlSqlParser) Schema_name() (localctx ISchema_nameContext)
func (*PlSqlParser) Schema_object_name ¶
func (p *PlSqlParser) Schema_object_name() (localctx ISchema_object_nameContext)
func (*PlSqlParser) Search_clause ¶
func (p *PlSqlParser) Search_clause() (localctx ISearch_clauseContext)
func (*PlSqlParser) Searched_case_statement ¶
func (p *PlSqlParser) Searched_case_statement() (localctx ISearched_case_statementContext)
func (*PlSqlParser) Searched_case_when_part ¶
func (p *PlSqlParser) Searched_case_when_part() (localctx ISearched_case_when_partContext)
func (*PlSqlParser) Security_clause ¶
func (p *PlSqlParser) Security_clause() (localctx ISecurity_clauseContext)
func (*PlSqlParser) Seed_part ¶
func (p *PlSqlParser) Seed_part() (localctx ISeed_partContext)
func (*PlSqlParser) Segment_attributes_clause ¶
func (p *PlSqlParser) Segment_attributes_clause() (localctx ISegment_attributes_clauseContext)
func (*PlSqlParser) Segment_management_clause ¶
func (p *PlSqlParser) Segment_management_clause() (localctx ISegment_management_clauseContext)
func (*PlSqlParser) Select_list_elements ¶
func (p *PlSqlParser) Select_list_elements() (localctx ISelect_list_elementsContext)
func (*PlSqlParser) Select_only_statement ¶
func (p *PlSqlParser) Select_only_statement() (localctx ISelect_only_statementContext)
func (*PlSqlParser) Select_statement ¶
func (p *PlSqlParser) Select_statement() (localctx ISelect_statementContext)
func (*PlSqlParser) Selected_list ¶
func (p *PlSqlParser) Selected_list() (localctx ISelected_listContext)
func (*PlSqlParser) Selected_tableview ¶
func (p *PlSqlParser) Selected_tableview() (localctx ISelected_tableviewContext)
func (*PlSqlParser) Sempred ¶
func (p *PlSqlParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
func (*PlSqlParser) Seq_of_declare_specs ¶
func (p *PlSqlParser) Seq_of_declare_specs() (localctx ISeq_of_declare_specsContext)
func (*PlSqlParser) Seq_of_statements ¶
func (p *PlSqlParser) Seq_of_statements() (localctx ISeq_of_statementsContext)
func (*PlSqlParser) Sequence_name ¶
func (p *PlSqlParser) Sequence_name() (localctx ISequence_nameContext)
func (*PlSqlParser) Sequence_spec ¶
func (p *PlSqlParser) Sequence_spec() (localctx ISequence_specContext)
func (*PlSqlParser) Sequence_start_clause ¶
func (p *PlSqlParser) Sequence_start_clause() (localctx ISequence_start_clauseContext)
func (*PlSqlParser) Set_command ¶
func (p *PlSqlParser) Set_command() (localctx ISet_commandContext)
func (*PlSqlParser) Set_constraint_command ¶
func (p *PlSqlParser) Set_constraint_command() (localctx ISet_constraint_commandContext)
func (*PlSqlParser) Set_container_data ¶
func (p *PlSqlParser) Set_container_data() (localctx ISet_container_dataContext)
func (*PlSqlParser) Set_time_zone_clause ¶
func (p *PlSqlParser) Set_time_zone_clause() (localctx ISet_time_zone_clauseContext)
func (*PlSqlParser) Set_transaction_command ¶
func (p *PlSqlParser) Set_transaction_command() (localctx ISet_transaction_commandContext)
func (*PlSqlParser) Shrink_clause ¶
func (p *PlSqlParser) Shrink_clause() (localctx IShrink_clauseContext)
func (*PlSqlParser) Simple_case_statement ¶
func (p *PlSqlParser) Simple_case_statement() (localctx ISimple_case_statementContext)
func (*PlSqlParser) Simple_case_when_part ¶
func (p *PlSqlParser) Simple_case_when_part() (localctx ISimple_case_when_partContext)
func (*PlSqlParser) Simple_dml_trigger ¶
func (p *PlSqlParser) Simple_dml_trigger() (localctx ISimple_dml_triggerContext)
func (*PlSqlParser) Single_column_for_loop ¶
func (p *PlSqlParser) Single_column_for_loop() (localctx ISingle_column_for_loopContext)
func (*PlSqlParser) Single_table_insert ¶
func (p *PlSqlParser) Single_table_insert() (localctx ISingle_table_insertContext)
func (*PlSqlParser) Size_clause ¶
func (p *PlSqlParser) Size_clause() (localctx ISize_clauseContext)
func (*PlSqlParser) Sort_or_nosort ¶
func (p *PlSqlParser) Sort_or_nosort() (localctx ISort_or_nosortContext)
func (*PlSqlParser) Split_index_partition ¶
func (p *PlSqlParser) Split_index_partition() (localctx ISplit_index_partitionContext)
func (*PlSqlParser) Sql_operation ¶
func (p *PlSqlParser) Sql_operation() (localctx ISql_operationContext)
func (*PlSqlParser) Sql_plus_command ¶
func (p *PlSqlParser) Sql_plus_command() (localctx ISql_plus_commandContext)
func (*PlSqlParser) Sql_script ¶
func (p *PlSqlParser) Sql_script() (localctx ISql_scriptContext)
func (*PlSqlParser) Sql_statement ¶
func (p *PlSqlParser) Sql_statement() (localctx ISql_statementContext)
func (*PlSqlParser) Sql_statement_shortcut ¶
func (p *PlSqlParser) Sql_statement_shortcut() (localctx ISql_statement_shortcutContext)
func (*PlSqlParser) Sql_statement_shortcut_Sempred ¶
func (p *PlSqlParser) Sql_statement_shortcut_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Sqlj_object_type ¶
func (p *PlSqlParser) Sqlj_object_type() (localctx ISqlj_object_typeContext)
func (*PlSqlParser) Sqlj_object_type_attr ¶
func (p *PlSqlParser) Sqlj_object_type_attr() (localctx ISqlj_object_type_attrContext)
func (*PlSqlParser) Standard_function ¶
func (p *PlSqlParser) Standard_function() (localctx IStandard_functionContext)
func (*PlSqlParser) Standard_prediction_function_keyword ¶
func (p *PlSqlParser) Standard_prediction_function_keyword() (localctx IStandard_prediction_function_keywordContext)
func (*PlSqlParser) Standby_database_clauses ¶
func (p *PlSqlParser) Standby_database_clauses() (localctx IStandby_database_clausesContext)
func (*PlSqlParser) Start_part ¶
func (p *PlSqlParser) Start_part() (localctx IStart_partContext)
func (*PlSqlParser) Start_standby_clause ¶
func (p *PlSqlParser) Start_standby_clause() (localctx IStart_standby_clauseContext)
func (*PlSqlParser) Start_time_column ¶
func (p *PlSqlParser) Start_time_column() (localctx IStart_time_columnContext)
func (*PlSqlParser) Startup_clauses ¶
func (p *PlSqlParser) Startup_clauses() (localctx IStartup_clausesContext)
func (*PlSqlParser) Statement ¶
func (p *PlSqlParser) Statement() (localctx IStatementContext)
func (*PlSqlParser) Static_returning_clause ¶
func (p *PlSqlParser) Static_returning_clause() (localctx IStatic_returning_clauseContext)
func (*PlSqlParser) Statistics_type_name ¶
func (p *PlSqlParser) Statistics_type_name() (localctx IStatistics_type_nameContext)
func (*PlSqlParser) Stop_standby_clause ¶
func (p *PlSqlParser) Stop_standby_clause() (localctx IStop_standby_clauseContext)
func (*PlSqlParser) Storage_clause ¶
func (p *PlSqlParser) Storage_clause() (localctx IStorage_clauseContext)
func (*PlSqlParser) Storage_table_clause ¶
func (p *PlSqlParser) Storage_table_clause() (localctx IStorage_table_clauseContext)
func (*PlSqlParser) Streaming_clause ¶
func (p *PlSqlParser) Streaming_clause() (localctx IStreaming_clauseContext)
func (*PlSqlParser) String_function ¶
func (p *PlSqlParser) String_function() (localctx IString_functionContext)
func (*PlSqlParser) String_function_name ¶
func (p *PlSqlParser) String_function_name() (localctx IString_function_nameContext)
func (*PlSqlParser) Subpartition_by_hash ¶
func (p *PlSqlParser) Subpartition_by_hash() (localctx ISubpartition_by_hashContext)
func (*PlSqlParser) Subpartition_by_list ¶
func (p *PlSqlParser) Subpartition_by_list() (localctx ISubpartition_by_listContext)
func (*PlSqlParser) Subpartition_by_range ¶
func (p *PlSqlParser) Subpartition_by_range() (localctx ISubpartition_by_rangeContext)
func (*PlSqlParser) Subpartition_key_value ¶
func (p *PlSqlParser) Subpartition_key_value() (localctx ISubpartition_key_valueContext)
func (*PlSqlParser) Subpartition_name ¶
func (p *PlSqlParser) Subpartition_name() (localctx ISubpartition_nameContext)
func (*PlSqlParser) Subpartition_template ¶
func (p *PlSqlParser) Subpartition_template() (localctx ISubpartition_templateContext)
func (*PlSqlParser) Subprog_decl_in_type ¶
func (p *PlSqlParser) Subprog_decl_in_type() (localctx ISubprog_decl_in_typeContext)
func (*PlSqlParser) Subprogram_spec ¶
func (p *PlSqlParser) Subprogram_spec() (localctx ISubprogram_specContext)
func (*PlSqlParser) Subquery ¶
func (p *PlSqlParser) Subquery() (localctx ISubqueryContext)
func (*PlSqlParser) Subquery_basic_elements ¶
func (p *PlSqlParser) Subquery_basic_elements() (localctx ISubquery_basic_elementsContext)
func (*PlSqlParser) Subquery_factoring_clause ¶
func (p *PlSqlParser) Subquery_factoring_clause() (localctx ISubquery_factoring_clauseContext)
func (*PlSqlParser) Subquery_operation_part ¶
func (p *PlSqlParser) Subquery_operation_part() (localctx ISubquery_operation_partContext)
func (*PlSqlParser) Subquery_restriction_clause ¶
func (p *PlSqlParser) Subquery_restriction_clause() (localctx ISubquery_restriction_clauseContext)
func (*PlSqlParser) Substitutable_column_clause ¶
func (p *PlSqlParser) Substitutable_column_clause() (localctx ISubstitutable_column_clauseContext)
func (*PlSqlParser) Subtype_declaration ¶
func (p *PlSqlParser) Subtype_declaration() (localctx ISubtype_declarationContext)
func (*PlSqlParser) Supplemental_db_logging ¶
func (p *PlSqlParser) Supplemental_db_logging() (localctx ISupplemental_db_loggingContext)
func (*PlSqlParser) Supplemental_id_key_clause ¶
func (p *PlSqlParser) Supplemental_id_key_clause() (localctx ISupplemental_id_key_clauseContext)
func (*PlSqlParser) Supplemental_log_grp_clause ¶
func (p *PlSqlParser) Supplemental_log_grp_clause() (localctx ISupplemental_log_grp_clauseContext)
func (*PlSqlParser) Supplemental_logging_props ¶
func (p *PlSqlParser) Supplemental_logging_props() (localctx ISupplemental_logging_propsContext)
func (*PlSqlParser) Supplemental_plsql_clause ¶
func (p *PlSqlParser) Supplemental_plsql_clause() (localctx ISupplemental_plsql_clauseContext)
func (*PlSqlParser) Supplemental_table_logging ¶
func (p *PlSqlParser) Supplemental_table_logging() (localctx ISupplemental_table_loggingContext)
func (*PlSqlParser) Swallow_to_semi ¶
func (p *PlSqlParser) Swallow_to_semi() (localctx ISwallow_to_semiContext)
func (*PlSqlParser) Switch_logfile_clause ¶
func (p *PlSqlParser) Switch_logfile_clause() (localctx ISwitch_logfile_clauseContext)
func (*PlSqlParser) Synchronous_or_asynchronous ¶
func (p *PlSqlParser) Synchronous_or_asynchronous() (localctx ISynchronous_or_asynchronousContext)
func (*PlSqlParser) Synonym_name ¶
func (p *PlSqlParser) Synonym_name() (localctx ISynonym_nameContext)
func (*PlSqlParser) System_partitioning ¶
func (p *PlSqlParser) System_partitioning() (localctx ISystem_partitioningContext)
func (*PlSqlParser) System_privilege ¶
func (p *PlSqlParser) System_privilege() (localctx ISystem_privilegeContext)
func (*PlSqlParser) Table_alias ¶
func (p *PlSqlParser) Table_alias() (localctx ITable_aliasContext)
func (*PlSqlParser) Table_collection_expression ¶
func (p *PlSqlParser) Table_collection_expression() (localctx ITable_collection_expressionContext)
func (*PlSqlParser) Table_compression ¶
func (p *PlSqlParser) Table_compression() (localctx ITable_compressionContext)
func (*PlSqlParser) Table_element ¶
func (p *PlSqlParser) Table_element() (localctx ITable_elementContext)
func (*PlSqlParser) Table_index_clause ¶
func (p *PlSqlParser) Table_index_clause() (localctx ITable_index_clauseContext)
func (*PlSqlParser) Table_indexed_by_part ¶
func (p *PlSqlParser) Table_indexed_by_part() (localctx ITable_indexed_by_partContext)
func (*PlSqlParser) Table_partition_description ¶
func (p *PlSqlParser) Table_partition_description() (localctx ITable_partition_descriptionContext)
func (*PlSqlParser) Table_partitioning_clauses ¶
func (p *PlSqlParser) Table_partitioning_clauses() (localctx ITable_partitioning_clausesContext)
func (*PlSqlParser) Table_ref ¶
func (p *PlSqlParser) Table_ref() (localctx ITable_refContext)
func (*PlSqlParser) Table_ref_aux ¶
func (p *PlSqlParser) Table_ref_aux() (localctx ITable_ref_auxContext)
func (*PlSqlParser) Table_ref_aux_internal ¶
func (p *PlSqlParser) Table_ref_aux_internal() (localctx ITable_ref_aux_internalContext)
func (*PlSqlParser) Table_ref_list ¶
func (p *PlSqlParser) Table_ref_list() (localctx ITable_ref_listContext)
func (*PlSqlParser) Table_type_def ¶
func (p *PlSqlParser) Table_type_def() (localctx ITable_type_defContext)
func (*PlSqlParser) Table_var_name ¶
func (p *PlSqlParser) Table_var_name() (localctx ITable_var_nameContext)
func (*PlSqlParser) Tablespace ¶
func (p *PlSqlParser) Tablespace() (localctx ITablespaceContext)
func (*PlSqlParser) Tablespace_encryption_spec ¶
func (p *PlSqlParser) Tablespace_encryption_spec() (localctx ITablespace_encryption_specContext)
func (*PlSqlParser) Tablespace_group_clause ¶
func (p *PlSqlParser) Tablespace_group_clause() (localctx ITablespace_group_clauseContext)
func (*PlSqlParser) Tablespace_group_name ¶
func (p *PlSqlParser) Tablespace_group_name() (localctx ITablespace_group_nameContext)
func (*PlSqlParser) Tablespace_logging_clauses ¶
func (p *PlSqlParser) Tablespace_logging_clauses() (localctx ITablespace_logging_clausesContext)
func (*PlSqlParser) Tablespace_retention_clause ¶
func (p *PlSqlParser) Tablespace_retention_clause() (localctx ITablespace_retention_clauseContext)
func (*PlSqlParser) Tablespace_state_clauses ¶
func (p *PlSqlParser) Tablespace_state_clauses() (localctx ITablespace_state_clausesContext)
func (*PlSqlParser) Tableview_name ¶
func (p *PlSqlParser) Tableview_name() (localctx ITableview_nameContext)
func (*PlSqlParser) Tempfile_specification ¶
func (p *PlSqlParser) Tempfile_specification() (localctx ITempfile_specificationContext)
func (*PlSqlParser) Temporary_tablespace_clause ¶
func (p *PlSqlParser) Temporary_tablespace_clause() (localctx ITemporary_tablespace_clauseContext)
func (*PlSqlParser) Timing_point_section ¶
func (p *PlSqlParser) Timing_point_section() (localctx ITiming_point_sectionContext)
func (*PlSqlParser) Trace_file_clause ¶
func (p *PlSqlParser) Trace_file_clause() (localctx ITrace_file_clauseContext)
func (*PlSqlParser) Transaction_control_statements ¶
func (p *PlSqlParser) Transaction_control_statements() (localctx ITransaction_control_statementsContext)
func (*PlSqlParser) Trigger_block ¶
func (p *PlSqlParser) Trigger_block() (localctx ITrigger_blockContext)
func (*PlSqlParser) Trigger_body ¶
func (p *PlSqlParser) Trigger_body() (localctx ITrigger_bodyContext)
func (*PlSqlParser) Trigger_follows_clause ¶
func (p *PlSqlParser) Trigger_follows_clause() (localctx ITrigger_follows_clauseContext)
func (*PlSqlParser) Trigger_name ¶
func (p *PlSqlParser) Trigger_name() (localctx ITrigger_nameContext)
func (*PlSqlParser) Trigger_when_clause ¶
func (p *PlSqlParser) Trigger_when_clause() (localctx ITrigger_when_clauseContext)
func (*PlSqlParser) Truncate_table ¶
func (p *PlSqlParser) Truncate_table() (localctx ITruncate_tableContext)
func (*PlSqlParser) Type_body ¶
func (p *PlSqlParser) Type_body() (localctx IType_bodyContext)
func (*PlSqlParser) Type_body_elements ¶
func (p *PlSqlParser) Type_body_elements() (localctx IType_body_elementsContext)
func (*PlSqlParser) Type_declaration ¶
func (p *PlSqlParser) Type_declaration() (localctx IType_declarationContext)
func (*PlSqlParser) Type_definition ¶
func (p *PlSqlParser) Type_definition() (localctx IType_definitionContext)
func (*PlSqlParser) Type_elements_parameter ¶
func (p *PlSqlParser) Type_elements_parameter() (localctx IType_elements_parameterContext)
func (*PlSqlParser) Type_function_spec ¶
func (p *PlSqlParser) Type_function_spec() (localctx IType_function_specContext)
func (*PlSqlParser) Type_name ¶
func (p *PlSqlParser) Type_name() (localctx IType_nameContext)
func (*PlSqlParser) Type_procedure_spec ¶
func (p *PlSqlParser) Type_procedure_spec() (localctx IType_procedure_specContext)
func (*PlSqlParser) Type_spec ¶
func (p *PlSqlParser) Type_spec() (localctx IType_specContext)
func (*PlSqlParser) Unary_expression ¶
func (p *PlSqlParser) Unary_expression() (localctx IUnary_expressionContext)
func (*PlSqlParser) Unary_logical_expression ¶
func (p *PlSqlParser) Unary_logical_expression() (localctx IUnary_logical_expressionContext)
func (*PlSqlParser) Undo_tablespace_clause ¶
func (p *PlSqlParser) Undo_tablespace_clause() (localctx IUndo_tablespace_clauseContext)
func (*PlSqlParser) Unified_auditing ¶
func (p *PlSqlParser) Unified_auditing() (localctx IUnified_auditingContext)
func (*PlSqlParser) Unified_auditing_Sempred ¶
func (p *PlSqlParser) Unified_auditing_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*PlSqlParser) Unique_key_clause ¶
func (p *PlSqlParser) Unique_key_clause() (localctx IUnique_key_clauseContext)
func (*PlSqlParser) Unit_statement ¶
func (p *PlSqlParser) Unit_statement() (localctx IUnit_statementContext)
func (*PlSqlParser) Unpivot_clause ¶
func (p *PlSqlParser) Unpivot_clause() (localctx IUnpivot_clauseContext)
func (*PlSqlParser) Unpivot_in_clause ¶
func (p *PlSqlParser) Unpivot_in_clause() (localctx IUnpivot_in_clauseContext)
func (*PlSqlParser) Unpivot_in_elements ¶
func (p *PlSqlParser) Unpivot_in_elements() (localctx IUnpivot_in_elementsContext)
func (*PlSqlParser) Until_part ¶
func (p *PlSqlParser) Until_part() (localctx IUntil_partContext)
func (*PlSqlParser) Update_set_clause ¶
func (p *PlSqlParser) Update_set_clause() (localctx IUpdate_set_clauseContext)
func (*PlSqlParser) Update_statement ¶
func (p *PlSqlParser) Update_statement() (localctx IUpdate_statementContext)
func (*PlSqlParser) Upgrade_or_downgrade ¶
func (p *PlSqlParser) Upgrade_or_downgrade() (localctx IUpgrade_or_downgradeContext)
func (*PlSqlParser) Upgrade_table_clause ¶
func (p *PlSqlParser) Upgrade_table_clause() (localctx IUpgrade_table_clauseContext)
func (*PlSqlParser) Upper_bound ¶
func (p *PlSqlParser) Upper_bound() (localctx IUpper_boundContext)
func (*PlSqlParser) User_default_role_clause ¶
func (p *PlSqlParser) User_default_role_clause() (localctx IUser_default_role_clauseContext)
func (*PlSqlParser) User_editions_clause ¶
func (p *PlSqlParser) User_editions_clause() (localctx IUser_editions_clauseContext)
func (*PlSqlParser) User_lock_clause ¶
func (p *PlSqlParser) User_lock_clause() (localctx IUser_lock_clauseContext)
func (*PlSqlParser) User_object_name ¶
func (p *PlSqlParser) User_object_name() (localctx IUser_object_nameContext)
func (*PlSqlParser) User_tablespace_clause ¶
func (p *PlSqlParser) User_tablespace_clause() (localctx IUser_tablespace_clauseContext)
func (*PlSqlParser) Using_clause ¶
func (p *PlSqlParser) Using_clause() (localctx IUsing_clauseContext)
func (*PlSqlParser) Using_element ¶
func (p *PlSqlParser) Using_element() (localctx IUsing_elementContext)
func (*PlSqlParser) Using_index_clause ¶
func (p *PlSqlParser) Using_index_clause() (localctx IUsing_index_clauseContext)
func (*PlSqlParser) Using_statistics_type ¶
func (p *PlSqlParser) Using_statistics_type() (localctx IUsing_statistics_typeContext)
func (*PlSqlParser) Validation_clauses ¶
func (p *PlSqlParser) Validation_clauses() (localctx IValidation_clausesContext)
func (*PlSqlParser) Values_clause ¶
func (p *PlSqlParser) Values_clause() (localctx IValues_clauseContext)
func (*PlSqlParser) Variable_declaration ¶
func (p *PlSqlParser) Variable_declaration() (localctx IVariable_declarationContext)
func (*PlSqlParser) Variable_name ¶
func (p *PlSqlParser) Variable_name() (localctx IVariable_nameContext)
func (*PlSqlParser) Varray_col_properties ¶
func (p *PlSqlParser) Varray_col_properties() (localctx IVarray_col_propertiesContext)
func (*PlSqlParser) Varray_item ¶
func (p *PlSqlParser) Varray_item() (localctx IVarray_itemContext)
func (*PlSqlParser) Varray_storage_clause ¶
func (p *PlSqlParser) Varray_storage_clause() (localctx IVarray_storage_clauseContext)
func (*PlSqlParser) Varray_type_def ¶
func (p *PlSqlParser) Varray_type_def() (localctx IVarray_type_defContext)
func (*PlSqlParser) View_alias_constraint ¶
func (p *PlSqlParser) View_alias_constraint() (localctx IView_alias_constraintContext)
func (*PlSqlParser) View_options ¶
func (p *PlSqlParser) View_options() (localctx IView_optionsContext)
func (*PlSqlParser) Virtual_column_definition ¶
func (p *PlSqlParser) Virtual_column_definition() (localctx IVirtual_column_definitionContext)
func (*PlSqlParser) Visible_or_invisible ¶
func (p *PlSqlParser) Visible_or_invisible() (localctx IVisible_or_invisibleContext)
func (*PlSqlParser) Wait_nowait_part ¶
func (p *PlSqlParser) Wait_nowait_part() (localctx IWait_nowait_partContext)
func (*PlSqlParser) Whenever_command ¶
func (p *PlSqlParser) Whenever_command() (localctx IWhenever_commandContext)
func (*PlSqlParser) Where_clause ¶
func (p *PlSqlParser) Where_clause() (localctx IWhere_clauseContext)
func (*PlSqlParser) Windowing_clause ¶
func (p *PlSqlParser) Windowing_clause() (localctx IWindowing_clauseContext)
func (*PlSqlParser) Windowing_elements ¶
func (p *PlSqlParser) Windowing_elements() (localctx IWindowing_elementsContext)
func (*PlSqlParser) Windowing_type ¶
func (p *PlSqlParser) Windowing_type() (localctx IWindowing_typeContext)
func (*PlSqlParser) Within_or_over_clause_keyword ¶
func (p *PlSqlParser) Within_or_over_clause_keyword() (localctx IWithin_or_over_clause_keywordContext)
func (*PlSqlParser) Within_or_over_part ¶
func (p *PlSqlParser) Within_or_over_part() (localctx IWithin_or_over_partContext)
func (*PlSqlParser) Write_clause ¶
func (p *PlSqlParser) Write_clause() (localctx IWrite_clauseContext)
func (*PlSqlParser) Xml_attributes_clause ¶
func (p *PlSqlParser) Xml_attributes_clause() (localctx IXml_attributes_clauseContext)
func (*PlSqlParser) Xml_column_name ¶
func (p *PlSqlParser) Xml_column_name() (localctx IXml_column_nameContext)
func (*PlSqlParser) Xml_general_default_part ¶
func (p *PlSqlParser) Xml_general_default_part() (localctx IXml_general_default_partContext)
func (*PlSqlParser) Xml_multiuse_expression_element ¶
func (p *PlSqlParser) Xml_multiuse_expression_element() (localctx IXml_multiuse_expression_elementContext)
func (*PlSqlParser) Xml_namespaces_clause ¶
func (p *PlSqlParser) Xml_namespaces_clause() (localctx IXml_namespaces_clauseContext)
func (*PlSqlParser) Xml_passing_clause ¶
func (p *PlSqlParser) Xml_passing_clause() (localctx IXml_passing_clauseContext)
func (*PlSqlParser) Xml_table_column ¶
func (p *PlSqlParser) Xml_table_column() (localctx IXml_table_columnContext)
func (*PlSqlParser) Xmlindex_clause ¶
func (p *PlSqlParser) Xmlindex_clause() (localctx IXmlindex_clauseContext)
func (*PlSqlParser) Xmlroot_param_standalone_part ¶
func (p *PlSqlParser) Xmlroot_param_standalone_part() (localctx IXmlroot_param_standalone_partContext)
func (*PlSqlParser) Xmlroot_param_version_part ¶
func (p *PlSqlParser) Xmlroot_param_version_part() (localctx IXmlroot_param_version_partContext)
func (*PlSqlParser) Xmlschema_spec ¶
func (p *PlSqlParser) Xmlschema_spec() (localctx IXmlschema_specContext)
func (*PlSqlParser) Xmlserialize_param_enconding_part ¶
func (p *PlSqlParser) Xmlserialize_param_enconding_part() (localctx IXmlserialize_param_enconding_partContext)
func (*PlSqlParser) Xmlserialize_param_ident_part ¶
func (p *PlSqlParser) Xmlserialize_param_ident_part() (localctx IXmlserialize_param_ident_partContext)
func (*PlSqlParser) Xmlserialize_param_version_part ¶
func (p *PlSqlParser) Xmlserialize_param_version_part() (localctx IXmlserialize_param_version_partContext)
func (*PlSqlParser) Xmltable ¶
func (p *PlSqlParser) Xmltable() (localctx IXmltableContext)
func (*PlSqlParser) Xmltype_column_properties ¶
func (p *PlSqlParser) Xmltype_column_properties() (localctx IXmltype_column_propertiesContext)
func (*PlSqlParser) Xmltype_storage ¶
func (p *PlSqlParser) Xmltype_storage() (localctx IXmltype_storageContext)
func (*PlSqlParser) Xmltype_table ¶
func (p *PlSqlParser) Xmltype_table() (localctx IXmltype_tableContext)
func (*PlSqlParser) Xmltype_virtual_columns ¶
func (p *PlSqlParser) Xmltype_virtual_columns() (localctx IXmltype_virtual_columnsContext)
type PlSqlParserListener ¶
type PlSqlParserListener interface { antlr.ParseTreeListener // EnterSql_script is called when entering the sql_script production. EnterSql_script(c *Sql_scriptContext) // EnterUnit_statement is called when entering the unit_statement production. EnterUnit_statement(c *Unit_statementContext) // EnterDrop_function is called when entering the drop_function production. EnterDrop_function(c *Drop_functionContext) // EnterAlter_function is called when entering the alter_function production. EnterAlter_function(c *Alter_functionContext) // EnterCreate_function_body is called when entering the create_function_body production. EnterCreate_function_body(c *Create_function_bodyContext) // EnterParallel_enable_clause is called when entering the parallel_enable_clause production. EnterParallel_enable_clause(c *Parallel_enable_clauseContext) // EnterPartition_by_clause is called when entering the partition_by_clause production. EnterPartition_by_clause(c *Partition_by_clauseContext) // EnterResult_cache_clause is called when entering the result_cache_clause production. EnterResult_cache_clause(c *Result_cache_clauseContext) // EnterRelies_on_part is called when entering the relies_on_part production. EnterRelies_on_part(c *Relies_on_partContext) // EnterStreaming_clause is called when entering the streaming_clause production. EnterStreaming_clause(c *Streaming_clauseContext) // EnterDrop_package is called when entering the drop_package production. EnterDrop_package(c *Drop_packageContext) // EnterAlter_package is called when entering the alter_package production. EnterAlter_package(c *Alter_packageContext) // EnterCreate_package is called when entering the create_package production. EnterCreate_package(c *Create_packageContext) // EnterCreate_package_body is called when entering the create_package_body production. EnterCreate_package_body(c *Create_package_bodyContext) // EnterPackage_obj_spec is called when entering the package_obj_spec production. EnterPackage_obj_spec(c *Package_obj_specContext) // EnterProcedure_spec is called when entering the procedure_spec production. EnterProcedure_spec(c *Procedure_specContext) // EnterFunction_spec is called when entering the function_spec production. EnterFunction_spec(c *Function_specContext) // EnterPackage_obj_body is called when entering the package_obj_body production. EnterPackage_obj_body(c *Package_obj_bodyContext) // EnterDrop_procedure is called when entering the drop_procedure production. EnterDrop_procedure(c *Drop_procedureContext) // EnterAlter_procedure is called when entering the alter_procedure production. EnterAlter_procedure(c *Alter_procedureContext) // EnterFunction_body is called when entering the function_body production. EnterFunction_body(c *Function_bodyContext) // EnterProcedure_body is called when entering the procedure_body production. EnterProcedure_body(c *Procedure_bodyContext) // EnterCreate_procedure_body is called when entering the create_procedure_body production. EnterCreate_procedure_body(c *Create_procedure_bodyContext) // EnterDrop_trigger is called when entering the drop_trigger production. EnterDrop_trigger(c *Drop_triggerContext) // EnterAlter_trigger is called when entering the alter_trigger production. EnterAlter_trigger(c *Alter_triggerContext) // EnterCreate_trigger is called when entering the create_trigger production. EnterCreate_trigger(c *Create_triggerContext) // EnterTrigger_follows_clause is called when entering the trigger_follows_clause production. EnterTrigger_follows_clause(c *Trigger_follows_clauseContext) // EnterTrigger_when_clause is called when entering the trigger_when_clause production. EnterTrigger_when_clause(c *Trigger_when_clauseContext) // EnterSimple_dml_trigger is called when entering the simple_dml_trigger production. EnterSimple_dml_trigger(c *Simple_dml_triggerContext) // EnterFor_each_row is called when entering the for_each_row production. EnterFor_each_row(c *For_each_rowContext) // EnterCompound_dml_trigger is called when entering the compound_dml_trigger production. EnterCompound_dml_trigger(c *Compound_dml_triggerContext) // EnterNon_dml_trigger is called when entering the non_dml_trigger production. EnterNon_dml_trigger(c *Non_dml_triggerContext) // EnterTrigger_body is called when entering the trigger_body production. EnterTrigger_body(c *Trigger_bodyContext) // EnterRoutine_clause is called when entering the routine_clause production. EnterRoutine_clause(c *Routine_clauseContext) // EnterCompound_trigger_block is called when entering the compound_trigger_block production. EnterCompound_trigger_block(c *Compound_trigger_blockContext) // EnterTiming_point_section is called when entering the timing_point_section production. EnterTiming_point_section(c *Timing_point_sectionContext) // EnterNon_dml_event is called when entering the non_dml_event production. EnterNon_dml_event(c *Non_dml_eventContext) // EnterDml_event_clause is called when entering the dml_event_clause production. EnterDml_event_clause(c *Dml_event_clauseContext) // EnterDml_event_element is called when entering the dml_event_element production. EnterDml_event_element(c *Dml_event_elementContext) // EnterDml_event_nested_clause is called when entering the dml_event_nested_clause production. EnterDml_event_nested_clause(c *Dml_event_nested_clauseContext) // EnterReferencing_clause is called when entering the referencing_clause production. EnterReferencing_clause(c *Referencing_clauseContext) // EnterReferencing_element is called when entering the referencing_element production. EnterReferencing_element(c *Referencing_elementContext) // EnterDrop_type is called when entering the drop_type production. EnterDrop_type(c *Drop_typeContext) // EnterAlter_type is called when entering the alter_type production. EnterAlter_type(c *Alter_typeContext) // EnterCompile_type_clause is called when entering the compile_type_clause production. EnterCompile_type_clause(c *Compile_type_clauseContext) // EnterReplace_type_clause is called when entering the replace_type_clause production. EnterReplace_type_clause(c *Replace_type_clauseContext) // EnterAlter_method_spec is called when entering the alter_method_spec production. EnterAlter_method_spec(c *Alter_method_specContext) // EnterAlter_method_element is called when entering the alter_method_element production. EnterAlter_method_element(c *Alter_method_elementContext) // EnterAlter_attribute_definition is called when entering the alter_attribute_definition production. EnterAlter_attribute_definition(c *Alter_attribute_definitionContext) // EnterAttribute_definition is called when entering the attribute_definition production. EnterAttribute_definition(c *Attribute_definitionContext) // EnterAlter_collection_clauses is called when entering the alter_collection_clauses production. EnterAlter_collection_clauses(c *Alter_collection_clausesContext) // EnterDependent_handling_clause is called when entering the dependent_handling_clause production. EnterDependent_handling_clause(c *Dependent_handling_clauseContext) // EnterDependent_exceptions_part is called when entering the dependent_exceptions_part production. EnterDependent_exceptions_part(c *Dependent_exceptions_partContext) // EnterCreate_type is called when entering the create_type production. EnterCreate_type(c *Create_typeContext) // EnterType_definition is called when entering the type_definition production. EnterType_definition(c *Type_definitionContext) // EnterObject_type_def is called when entering the object_type_def production. EnterObject_type_def(c *Object_type_defContext) // EnterObject_as_part is called when entering the object_as_part production. EnterObject_as_part(c *Object_as_partContext) // EnterObject_under_part is called when entering the object_under_part production. EnterObject_under_part(c *Object_under_partContext) // EnterNested_table_type_def is called when entering the nested_table_type_def production. EnterNested_table_type_def(c *Nested_table_type_defContext) // EnterSqlj_object_type is called when entering the sqlj_object_type production. EnterSqlj_object_type(c *Sqlj_object_typeContext) // EnterType_body is called when entering the type_body production. EnterType_body(c *Type_bodyContext) // EnterType_body_elements is called when entering the type_body_elements production. EnterType_body_elements(c *Type_body_elementsContext) // EnterMap_order_func_declaration is called when entering the map_order_func_declaration production. EnterMap_order_func_declaration(c *Map_order_func_declarationContext) // EnterSubprog_decl_in_type is called when entering the subprog_decl_in_type production. EnterSubprog_decl_in_type(c *Subprog_decl_in_typeContext) // EnterProc_decl_in_type is called when entering the proc_decl_in_type production. EnterProc_decl_in_type(c *Proc_decl_in_typeContext) // EnterFunc_decl_in_type is called when entering the func_decl_in_type production. EnterFunc_decl_in_type(c *Func_decl_in_typeContext) // EnterConstructor_declaration is called when entering the constructor_declaration production. EnterConstructor_declaration(c *Constructor_declarationContext) // EnterModifier_clause is called when entering the modifier_clause production. EnterModifier_clause(c *Modifier_clauseContext) // EnterObject_member_spec is called when entering the object_member_spec production. EnterObject_member_spec(c *Object_member_specContext) // EnterSqlj_object_type_attr is called when entering the sqlj_object_type_attr production. EnterSqlj_object_type_attr(c *Sqlj_object_type_attrContext) // EnterElement_spec is called when entering the element_spec production. EnterElement_spec(c *Element_specContext) // EnterElement_spec_options is called when entering the element_spec_options production. EnterElement_spec_options(c *Element_spec_optionsContext) // EnterSubprogram_spec is called when entering the subprogram_spec production. EnterSubprogram_spec(c *Subprogram_specContext) // EnterOverriding_subprogram_spec is called when entering the overriding_subprogram_spec production. EnterOverriding_subprogram_spec(c *Overriding_subprogram_specContext) // EnterOverriding_function_spec is called when entering the overriding_function_spec production. EnterOverriding_function_spec(c *Overriding_function_specContext) // EnterType_procedure_spec is called when entering the type_procedure_spec production. EnterType_procedure_spec(c *Type_procedure_specContext) // EnterType_function_spec is called when entering the type_function_spec production. EnterType_function_spec(c *Type_function_specContext) // EnterConstructor_spec is called when entering the constructor_spec production. EnterConstructor_spec(c *Constructor_specContext) // EnterMap_order_function_spec is called when entering the map_order_function_spec production. EnterMap_order_function_spec(c *Map_order_function_specContext) // EnterPragma_clause is called when entering the pragma_clause production. EnterPragma_clause(c *Pragma_clauseContext) // EnterPragma_elements is called when entering the pragma_elements production. EnterPragma_elements(c *Pragma_elementsContext) // EnterType_elements_parameter is called when entering the type_elements_parameter production. EnterType_elements_parameter(c *Type_elements_parameterContext) // EnterDrop_sequence is called when entering the drop_sequence production. EnterDrop_sequence(c *Drop_sequenceContext) // EnterAlter_sequence is called when entering the alter_sequence production. EnterAlter_sequence(c *Alter_sequenceContext) // EnterAlter_session is called when entering the alter_session production. EnterAlter_session(c *Alter_sessionContext) // EnterAlter_session_set_clause is called when entering the alter_session_set_clause production. EnterAlter_session_set_clause(c *Alter_session_set_clauseContext) // EnterCreate_sequence is called when entering the create_sequence production. EnterCreate_sequence(c *Create_sequenceContext) // EnterSequence_spec is called when entering the sequence_spec production. EnterSequence_spec(c *Sequence_specContext) // EnterSequence_start_clause is called when entering the sequence_start_clause production. EnterSequence_start_clause(c *Sequence_start_clauseContext) // EnterCreate_index is called when entering the create_index production. EnterCreate_index(c *Create_indexContext) // EnterCluster_index_clause is called when entering the cluster_index_clause production. EnterCluster_index_clause(c *Cluster_index_clauseContext) // EnterCluster_name is called when entering the cluster_name production. EnterCluster_name(c *Cluster_nameContext) // EnterTable_index_clause is called when entering the table_index_clause production. EnterTable_index_clause(c *Table_index_clauseContext) // EnterBitmap_join_index_clause is called when entering the bitmap_join_index_clause production. EnterBitmap_join_index_clause(c *Bitmap_join_index_clauseContext) // EnterIndex_expr is called when entering the index_expr production. EnterIndex_expr(c *Index_exprContext) // EnterIndex_properties is called when entering the index_properties production. EnterIndex_properties(c *Index_propertiesContext) // EnterDomain_index_clause is called when entering the domain_index_clause production. EnterDomain_index_clause(c *Domain_index_clauseContext) // EnterLocal_domain_index_clause is called when entering the local_domain_index_clause production. EnterLocal_domain_index_clause(c *Local_domain_index_clauseContext) // EnterXmlindex_clause is called when entering the xmlindex_clause production. EnterXmlindex_clause(c *Xmlindex_clauseContext) // EnterLocal_xmlindex_clause is called when entering the local_xmlindex_clause production. EnterLocal_xmlindex_clause(c *Local_xmlindex_clauseContext) // EnterGlobal_partitioned_index is called when entering the global_partitioned_index production. EnterGlobal_partitioned_index(c *Global_partitioned_indexContext) // EnterIndex_partitioning_clause is called when entering the index_partitioning_clause production. EnterIndex_partitioning_clause(c *Index_partitioning_clauseContext) // EnterLocal_partitioned_index is called when entering the local_partitioned_index production. EnterLocal_partitioned_index(c *Local_partitioned_indexContext) // EnterOn_range_partitioned_table is called when entering the on_range_partitioned_table production. EnterOn_range_partitioned_table(c *On_range_partitioned_tableContext) // EnterOn_list_partitioned_table is called when entering the on_list_partitioned_table production. EnterOn_list_partitioned_table(c *On_list_partitioned_tableContext) // EnterPartitioned_table is called when entering the partitioned_table production. EnterPartitioned_table(c *Partitioned_tableContext) // EnterOn_hash_partitioned_table is called when entering the on_hash_partitioned_table production. EnterOn_hash_partitioned_table(c *On_hash_partitioned_tableContext) // EnterOn_hash_partitioned_clause is called when entering the on_hash_partitioned_clause production. EnterOn_hash_partitioned_clause(c *On_hash_partitioned_clauseContext) // EnterOn_comp_partitioned_table is called when entering the on_comp_partitioned_table production. EnterOn_comp_partitioned_table(c *On_comp_partitioned_tableContext) // EnterOn_comp_partitioned_clause is called when entering the on_comp_partitioned_clause production. EnterOn_comp_partitioned_clause(c *On_comp_partitioned_clauseContext) // EnterIndex_subpartition_clause is called when entering the index_subpartition_clause production. EnterIndex_subpartition_clause(c *Index_subpartition_clauseContext) // EnterIndex_subpartition_subclause is called when entering the index_subpartition_subclause production. EnterIndex_subpartition_subclause(c *Index_subpartition_subclauseContext) // EnterOdci_parameters is called when entering the odci_parameters production. EnterOdci_parameters(c *Odci_parametersContext) // EnterIndextype is called when entering the indextype production. EnterIndextype(c *IndextypeContext) // EnterAlter_index is called when entering the alter_index production. EnterAlter_index(c *Alter_indexContext) // EnterAlter_index_ops_set1 is called when entering the alter_index_ops_set1 production. EnterAlter_index_ops_set1(c *Alter_index_ops_set1Context) // EnterAlter_index_ops_set2 is called when entering the alter_index_ops_set2 production. EnterAlter_index_ops_set2(c *Alter_index_ops_set2Context) // EnterVisible_or_invisible is called when entering the visible_or_invisible production. EnterVisible_or_invisible(c *Visible_or_invisibleContext) // EnterMonitoring_nomonitoring is called when entering the monitoring_nomonitoring production. EnterMonitoring_nomonitoring(c *Monitoring_nomonitoringContext) // EnterRebuild_clause is called when entering the rebuild_clause production. EnterRebuild_clause(c *Rebuild_clauseContext) // EnterAlter_index_partitioning is called when entering the alter_index_partitioning production. EnterAlter_index_partitioning(c *Alter_index_partitioningContext) // EnterModify_index_default_attrs is called when entering the modify_index_default_attrs production. EnterModify_index_default_attrs(c *Modify_index_default_attrsContext) // EnterAdd_hash_index_partition is called when entering the add_hash_index_partition production. EnterAdd_hash_index_partition(c *Add_hash_index_partitionContext) // EnterCoalesce_index_partition is called when entering the coalesce_index_partition production. EnterCoalesce_index_partition(c *Coalesce_index_partitionContext) // EnterModify_index_partition is called when entering the modify_index_partition production. EnterModify_index_partition(c *Modify_index_partitionContext) // EnterModify_index_partitions_ops is called when entering the modify_index_partitions_ops production. EnterModify_index_partitions_ops(c *Modify_index_partitions_opsContext) // EnterRename_index_partition is called when entering the rename_index_partition production. EnterRename_index_partition(c *Rename_index_partitionContext) // EnterDrop_index_partition is called when entering the drop_index_partition production. EnterDrop_index_partition(c *Drop_index_partitionContext) // EnterSplit_index_partition is called when entering the split_index_partition production. EnterSplit_index_partition(c *Split_index_partitionContext) // EnterIndex_partition_description is called when entering the index_partition_description production. EnterIndex_partition_description(c *Index_partition_descriptionContext) // EnterModify_index_subpartition is called when entering the modify_index_subpartition production. EnterModify_index_subpartition(c *Modify_index_subpartitionContext) // EnterPartition_name_old is called when entering the partition_name_old production. EnterPartition_name_old(c *Partition_name_oldContext) // EnterNew_partition_name is called when entering the new_partition_name production. EnterNew_partition_name(c *New_partition_nameContext) // EnterNew_index_name is called when entering the new_index_name production. EnterNew_index_name(c *New_index_nameContext) // EnterCreate_user is called when entering the create_user production. EnterCreate_user(c *Create_userContext) // EnterAlter_user is called when entering the alter_user production. EnterAlter_user(c *Alter_userContext) // EnterAlter_identified_by is called when entering the alter_identified_by production. EnterAlter_identified_by(c *Alter_identified_byContext) // EnterIdentified_by is called when entering the identified_by production. EnterIdentified_by(c *Identified_byContext) // EnterIdentified_other_clause is called when entering the identified_other_clause production. EnterIdentified_other_clause(c *Identified_other_clauseContext) // EnterUser_tablespace_clause is called when entering the user_tablespace_clause production. EnterUser_tablespace_clause(c *User_tablespace_clauseContext) // EnterQuota_clause is called when entering the quota_clause production. EnterQuota_clause(c *Quota_clauseContext) // EnterProfile_clause is called when entering the profile_clause production. EnterProfile_clause(c *Profile_clauseContext) // EnterRole_clause is called when entering the role_clause production. EnterRole_clause(c *Role_clauseContext) // EnterUser_default_role_clause is called when entering the user_default_role_clause production. EnterUser_default_role_clause(c *User_default_role_clauseContext) // EnterPassword_expire_clause is called when entering the password_expire_clause production. EnterPassword_expire_clause(c *Password_expire_clauseContext) // EnterUser_lock_clause is called when entering the user_lock_clause production. EnterUser_lock_clause(c *User_lock_clauseContext) // EnterUser_editions_clause is called when entering the user_editions_clause production. EnterUser_editions_clause(c *User_editions_clauseContext) // EnterAlter_user_editions_clause is called when entering the alter_user_editions_clause production. EnterAlter_user_editions_clause(c *Alter_user_editions_clauseContext) // EnterProxy_clause is called when entering the proxy_clause production. EnterProxy_clause(c *Proxy_clauseContext) // EnterContainer_names is called when entering the container_names production. EnterContainer_names(c *Container_namesContext) // EnterSet_container_data is called when entering the set_container_data production. EnterSet_container_data(c *Set_container_dataContext) // EnterAdd_rem_container_data is called when entering the add_rem_container_data production. EnterAdd_rem_container_data(c *Add_rem_container_dataContext) // EnterContainer_data_clause is called when entering the container_data_clause production. EnterContainer_data_clause(c *Container_data_clauseContext) // EnterAnalyze is called when entering the analyze production. EnterAnalyze(c *AnalyzeContext) // EnterPartition_extention_clause is called when entering the partition_extention_clause production. EnterPartition_extention_clause(c *Partition_extention_clauseContext) // EnterValidation_clauses is called when entering the validation_clauses production. EnterValidation_clauses(c *Validation_clausesContext) // EnterOnline_or_offline is called when entering the online_or_offline production. EnterOnline_or_offline(c *Online_or_offlineContext) // EnterInto_clause1 is called when entering the into_clause1 production. EnterInto_clause1(c *Into_clause1Context) // EnterPartition_key_value is called when entering the partition_key_value production. EnterPartition_key_value(c *Partition_key_valueContext) // EnterSubpartition_key_value is called when entering the subpartition_key_value production. EnterSubpartition_key_value(c *Subpartition_key_valueContext) // EnterAssociate_statistics is called when entering the associate_statistics production. EnterAssociate_statistics(c *Associate_statisticsContext) // EnterColumn_association is called when entering the column_association production. EnterColumn_association(c *Column_associationContext) // EnterFunction_association is called when entering the function_association production. EnterFunction_association(c *Function_associationContext) // EnterIndextype_name is called when entering the indextype_name production. EnterIndextype_name(c *Indextype_nameContext) // EnterUsing_statistics_type is called when entering the using_statistics_type production. EnterUsing_statistics_type(c *Using_statistics_typeContext) // EnterStatistics_type_name is called when entering the statistics_type_name production. EnterStatistics_type_name(c *Statistics_type_nameContext) // EnterDefault_cost_clause is called when entering the default_cost_clause production. EnterDefault_cost_clause(c *Default_cost_clauseContext) // EnterCpu_cost is called when entering the cpu_cost production. EnterCpu_cost(c *Cpu_costContext) // EnterIo_cost is called when entering the io_cost production. EnterIo_cost(c *Io_costContext) // EnterNetwork_cost is called when entering the network_cost production. EnterNetwork_cost(c *Network_costContext) // EnterDefault_selectivity_clause is called when entering the default_selectivity_clause production. EnterDefault_selectivity_clause(c *Default_selectivity_clauseContext) // EnterDefault_selectivity is called when entering the default_selectivity production. EnterDefault_selectivity(c *Default_selectivityContext) // EnterStorage_table_clause is called when entering the storage_table_clause production. EnterStorage_table_clause(c *Storage_table_clauseContext) // EnterUnified_auditing is called when entering the unified_auditing production. EnterUnified_auditing(c *Unified_auditingContext) // EnterPolicy_name is called when entering the policy_name production. EnterPolicy_name(c *Policy_nameContext) // EnterAudit_traditional is called when entering the audit_traditional production. EnterAudit_traditional(c *Audit_traditionalContext) // EnterAudit_direct_path is called when entering the audit_direct_path production. EnterAudit_direct_path(c *Audit_direct_pathContext) // EnterAudit_container_clause is called when entering the audit_container_clause production. EnterAudit_container_clause(c *Audit_container_clauseContext) // EnterAudit_operation_clause is called when entering the audit_operation_clause production. EnterAudit_operation_clause(c *Audit_operation_clauseContext) // EnterAuditing_by_clause is called when entering the auditing_by_clause production. EnterAuditing_by_clause(c *Auditing_by_clauseContext) // EnterAudit_user is called when entering the audit_user production. EnterAudit_user(c *Audit_userContext) // EnterAudit_schema_object_clause is called when entering the audit_schema_object_clause production. EnterAudit_schema_object_clause(c *Audit_schema_object_clauseContext) // EnterSql_operation is called when entering the sql_operation production. EnterSql_operation(c *Sql_operationContext) // EnterAuditing_on_clause is called when entering the auditing_on_clause production. EnterAuditing_on_clause(c *Auditing_on_clauseContext) // EnterModel_name is called when entering the model_name production. EnterModel_name(c *Model_nameContext) // EnterObject_name is called when entering the object_name production. EnterObject_name(c *Object_nameContext) // EnterProfile_name is called when entering the profile_name production. EnterProfile_name(c *Profile_nameContext) // EnterSql_statement_shortcut is called when entering the sql_statement_shortcut production. EnterSql_statement_shortcut(c *Sql_statement_shortcutContext) // EnterDrop_index is called when entering the drop_index production. EnterDrop_index(c *Drop_indexContext) // EnterRename_object is called when entering the rename_object production. EnterRename_object(c *Rename_objectContext) // EnterGrant_statement is called when entering the grant_statement production. EnterGrant_statement(c *Grant_statementContext) // EnterContainer_clause is called when entering the container_clause production. EnterContainer_clause(c *Container_clauseContext) // EnterCreate_directory is called when entering the create_directory production. EnterCreate_directory(c *Create_directoryContext) // EnterDirectory_name is called when entering the directory_name production. EnterDirectory_name(c *Directory_nameContext) // EnterDirectory_path is called when entering the directory_path production. EnterDirectory_path(c *Directory_pathContext) // EnterAlter_library is called when entering the alter_library production. EnterAlter_library(c *Alter_libraryContext) // EnterLibrary_editionable is called when entering the library_editionable production. EnterLibrary_editionable(c *Library_editionableContext) // EnterLibrary_debug is called when entering the library_debug production. EnterLibrary_debug(c *Library_debugContext) // EnterCompiler_parameters_clause is called when entering the compiler_parameters_clause production. EnterCompiler_parameters_clause(c *Compiler_parameters_clauseContext) // EnterParameter_value is called when entering the parameter_value production. EnterParameter_value(c *Parameter_valueContext) // EnterLibrary_name is called when entering the library_name production. EnterLibrary_name(c *Library_nameContext) // EnterAlter_view is called when entering the alter_view production. EnterAlter_view(c *Alter_viewContext) // EnterAlter_view_editionable is called when entering the alter_view_editionable production. EnterAlter_view_editionable(c *Alter_view_editionableContext) // EnterCreate_view is called when entering the create_view production. EnterCreate_view(c *Create_viewContext) // EnterView_options is called when entering the view_options production. EnterView_options(c *View_optionsContext) // EnterView_alias_constraint is called when entering the view_alias_constraint production. EnterView_alias_constraint(c *View_alias_constraintContext) // EnterObject_view_clause is called when entering the object_view_clause production. EnterObject_view_clause(c *Object_view_clauseContext) // EnterInline_constraint is called when entering the inline_constraint production. EnterInline_constraint(c *Inline_constraintContext) // EnterInline_ref_constraint is called when entering the inline_ref_constraint production. EnterInline_ref_constraint(c *Inline_ref_constraintContext) // EnterOut_of_line_ref_constraint is called when entering the out_of_line_ref_constraint production. EnterOut_of_line_ref_constraint(c *Out_of_line_ref_constraintContext) // EnterOut_of_line_constraint is called when entering the out_of_line_constraint production. EnterOut_of_line_constraint(c *Out_of_line_constraintContext) // EnterConstraint_state is called when entering the constraint_state production. EnterConstraint_state(c *Constraint_stateContext) // EnterAlter_tablespace is called when entering the alter_tablespace production. EnterAlter_tablespace(c *Alter_tablespaceContext) // EnterDatafile_tempfile_clauses is called when entering the datafile_tempfile_clauses production. EnterDatafile_tempfile_clauses(c *Datafile_tempfile_clausesContext) // EnterTablespace_logging_clauses is called when entering the tablespace_logging_clauses production. EnterTablespace_logging_clauses(c *Tablespace_logging_clausesContext) // EnterTablespace_group_clause is called when entering the tablespace_group_clause production. EnterTablespace_group_clause(c *Tablespace_group_clauseContext) // EnterTablespace_group_name is called when entering the tablespace_group_name production. EnterTablespace_group_name(c *Tablespace_group_nameContext) // EnterTablespace_state_clauses is called when entering the tablespace_state_clauses production. EnterTablespace_state_clauses(c *Tablespace_state_clausesContext) // EnterFlashback_mode_clause is called when entering the flashback_mode_clause production. EnterFlashback_mode_clause(c *Flashback_mode_clauseContext) // EnterNew_tablespace_name is called when entering the new_tablespace_name production. EnterNew_tablespace_name(c *New_tablespace_nameContext) // EnterCreate_tablespace is called when entering the create_tablespace production. EnterCreate_tablespace(c *Create_tablespaceContext) // EnterPermanent_tablespace_clause is called when entering the permanent_tablespace_clause production. EnterPermanent_tablespace_clause(c *Permanent_tablespace_clauseContext) // EnterTablespace_encryption_spec is called when entering the tablespace_encryption_spec production. EnterTablespace_encryption_spec(c *Tablespace_encryption_specContext) // EnterLogging_clause is called when entering the logging_clause production. EnterLogging_clause(c *Logging_clauseContext) // EnterExtent_management_clause is called when entering the extent_management_clause production. EnterExtent_management_clause(c *Extent_management_clauseContext) // EnterSegment_management_clause is called when entering the segment_management_clause production. EnterSegment_management_clause(c *Segment_management_clauseContext) // EnterTemporary_tablespace_clause is called when entering the temporary_tablespace_clause production. EnterTemporary_tablespace_clause(c *Temporary_tablespace_clauseContext) // EnterUndo_tablespace_clause is called when entering the undo_tablespace_clause production. EnterUndo_tablespace_clause(c *Undo_tablespace_clauseContext) // EnterTablespace_retention_clause is called when entering the tablespace_retention_clause production. EnterTablespace_retention_clause(c *Tablespace_retention_clauseContext) // EnterDatafile_specification is called when entering the datafile_specification production. EnterDatafile_specification(c *Datafile_specificationContext) // EnterTempfile_specification is called when entering the tempfile_specification production. EnterTempfile_specification(c *Tempfile_specificationContext) // EnterDatafile_tempfile_spec is called when entering the datafile_tempfile_spec production. EnterDatafile_tempfile_spec(c *Datafile_tempfile_specContext) // EnterRedo_log_file_spec is called when entering the redo_log_file_spec production. EnterRedo_log_file_spec(c *Redo_log_file_specContext) // EnterAutoextend_clause is called when entering the autoextend_clause production. EnterAutoextend_clause(c *Autoextend_clauseContext) // EnterMaxsize_clause is called when entering the maxsize_clause production. EnterMaxsize_clause(c *Maxsize_clauseContext) // EnterBuild_clause is called when entering the build_clause production. EnterBuild_clause(c *Build_clauseContext) // EnterParallel_clause is called when entering the parallel_clause production. EnterParallel_clause(c *Parallel_clauseContext) // EnterAlter_materialized_view is called when entering the alter_materialized_view production. EnterAlter_materialized_view(c *Alter_materialized_viewContext) // EnterAlter_mv_option1 is called when entering the alter_mv_option1 production. EnterAlter_mv_option1(c *Alter_mv_option1Context) // EnterAlter_mv_refresh is called when entering the alter_mv_refresh production. EnterAlter_mv_refresh(c *Alter_mv_refreshContext) // EnterRollback_segment is called when entering the rollback_segment production. EnterRollback_segment(c *Rollback_segmentContext) // EnterModify_mv_column_clause is called when entering the modify_mv_column_clause production. EnterModify_mv_column_clause(c *Modify_mv_column_clauseContext) // EnterAlter_materialized_view_log is called when entering the alter_materialized_view_log production. EnterAlter_materialized_view_log(c *Alter_materialized_view_logContext) // EnterAdd_mv_log_column_clause is called when entering the add_mv_log_column_clause production. EnterAdd_mv_log_column_clause(c *Add_mv_log_column_clauseContext) // EnterMove_mv_log_clause is called when entering the move_mv_log_clause production. EnterMove_mv_log_clause(c *Move_mv_log_clauseContext) // EnterMv_log_augmentation is called when entering the mv_log_augmentation production. EnterMv_log_augmentation(c *Mv_log_augmentationContext) // EnterDatetime_expr is called when entering the datetime_expr production. EnterDatetime_expr(c *Datetime_exprContext) // EnterInterval_expr is called when entering the interval_expr production. EnterInterval_expr(c *Interval_exprContext) // EnterSynchronous_or_asynchronous is called when entering the synchronous_or_asynchronous production. EnterSynchronous_or_asynchronous(c *Synchronous_or_asynchronousContext) // EnterIncluding_or_excluding is called when entering the including_or_excluding production. EnterIncluding_or_excluding(c *Including_or_excludingContext) // EnterCreate_materialized_view_log is called when entering the create_materialized_view_log production. EnterCreate_materialized_view_log(c *Create_materialized_view_logContext) // EnterNew_values_clause is called when entering the new_values_clause production. EnterNew_values_clause(c *New_values_clauseContext) // EnterMv_log_purge_clause is called when entering the mv_log_purge_clause production. EnterMv_log_purge_clause(c *Mv_log_purge_clauseContext) // EnterCreate_materialized_view is called when entering the create_materialized_view production. EnterCreate_materialized_view(c *Create_materialized_viewContext) // EnterCreate_mv_refresh is called when entering the create_mv_refresh production. EnterCreate_mv_refresh(c *Create_mv_refreshContext) // EnterCreate_context is called when entering the create_context production. EnterCreate_context(c *Create_contextContext) // EnterOracle_namespace is called when entering the oracle_namespace production. EnterOracle_namespace(c *Oracle_namespaceContext) // EnterCreate_cluster is called when entering the create_cluster production. EnterCreate_cluster(c *Create_clusterContext) // EnterCreate_table is called when entering the create_table production. EnterCreate_table(c *Create_tableContext) // EnterXmltype_table is called when entering the xmltype_table production. EnterXmltype_table(c *Xmltype_tableContext) // EnterXmltype_virtual_columns is called when entering the xmltype_virtual_columns production. EnterXmltype_virtual_columns(c *Xmltype_virtual_columnsContext) // EnterXmltype_column_properties is called when entering the xmltype_column_properties production. EnterXmltype_column_properties(c *Xmltype_column_propertiesContext) // EnterXmltype_storage is called when entering the xmltype_storage production. EnterXmltype_storage(c *Xmltype_storageContext) // EnterXmlschema_spec is called when entering the xmlschema_spec production. EnterXmlschema_spec(c *Xmlschema_specContext) // EnterObject_table is called when entering the object_table production. EnterObject_table(c *Object_tableContext) // EnterOid_index_clause is called when entering the oid_index_clause production. EnterOid_index_clause(c *Oid_index_clauseContext) // EnterOid_clause is called when entering the oid_clause production. EnterOid_clause(c *Oid_clauseContext) // EnterObject_properties is called when entering the object_properties production. EnterObject_properties(c *Object_propertiesContext) // EnterObject_table_substitution is called when entering the object_table_substitution production. EnterObject_table_substitution(c *Object_table_substitutionContext) // EnterRelational_table is called when entering the relational_table production. EnterRelational_table(c *Relational_tableContext) // EnterRelational_property is called when entering the relational_property production. EnterRelational_property(c *Relational_propertyContext) // EnterTable_partitioning_clauses is called when entering the table_partitioning_clauses production. EnterTable_partitioning_clauses(c *Table_partitioning_clausesContext) // EnterRange_partitions is called when entering the range_partitions production. EnterRange_partitions(c *Range_partitionsContext) // EnterList_partitions is called when entering the list_partitions production. EnterList_partitions(c *List_partitionsContext) // EnterHash_partitions is called when entering the hash_partitions production. EnterHash_partitions(c *Hash_partitionsContext) // EnterIndividual_hash_partitions is called when entering the individual_hash_partitions production. EnterIndividual_hash_partitions(c *Individual_hash_partitionsContext) // EnterHash_partitions_by_quantity is called when entering the hash_partitions_by_quantity production. EnterHash_partitions_by_quantity(c *Hash_partitions_by_quantityContext) // EnterHash_partition_quantity is called when entering the hash_partition_quantity production. EnterHash_partition_quantity(c *Hash_partition_quantityContext) // EnterComposite_range_partitions is called when entering the composite_range_partitions production. EnterComposite_range_partitions(c *Composite_range_partitionsContext) // EnterComposite_list_partitions is called when entering the composite_list_partitions production. EnterComposite_list_partitions(c *Composite_list_partitionsContext) // EnterComposite_hash_partitions is called when entering the composite_hash_partitions production. EnterComposite_hash_partitions(c *Composite_hash_partitionsContext) // EnterReference_partitioning is called when entering the reference_partitioning production. EnterReference_partitioning(c *Reference_partitioningContext) // EnterReference_partition_desc is called when entering the reference_partition_desc production. EnterReference_partition_desc(c *Reference_partition_descContext) // EnterSystem_partitioning is called when entering the system_partitioning production. EnterSystem_partitioning(c *System_partitioningContext) // EnterRange_partition_desc is called when entering the range_partition_desc production. EnterRange_partition_desc(c *Range_partition_descContext) // EnterList_partition_desc is called when entering the list_partition_desc production. EnterList_partition_desc(c *List_partition_descContext) // EnterSubpartition_template is called when entering the subpartition_template production. EnterSubpartition_template(c *Subpartition_templateContext) // EnterHash_subpartition_quantity is called when entering the hash_subpartition_quantity production. EnterHash_subpartition_quantity(c *Hash_subpartition_quantityContext) // EnterSubpartition_by_range is called when entering the subpartition_by_range production. EnterSubpartition_by_range(c *Subpartition_by_rangeContext) // EnterSubpartition_by_list is called when entering the subpartition_by_list production. EnterSubpartition_by_list(c *Subpartition_by_listContext) // EnterSubpartition_by_hash is called when entering the subpartition_by_hash production. EnterSubpartition_by_hash(c *Subpartition_by_hashContext) // EnterSubpartition_name is called when entering the subpartition_name production. EnterSubpartition_name(c *Subpartition_nameContext) // EnterRange_subpartition_desc is called when entering the range_subpartition_desc production. EnterRange_subpartition_desc(c *Range_subpartition_descContext) // EnterList_subpartition_desc is called when entering the list_subpartition_desc production. EnterList_subpartition_desc(c *List_subpartition_descContext) // EnterIndividual_hash_subparts is called when entering the individual_hash_subparts production. EnterIndividual_hash_subparts(c *Individual_hash_subpartsContext) // EnterHash_subparts_by_quantity is called when entering the hash_subparts_by_quantity production. EnterHash_subparts_by_quantity(c *Hash_subparts_by_quantityContext) // EnterRange_values_clause is called when entering the range_values_clause production. EnterRange_values_clause(c *Range_values_clauseContext) // EnterList_values_clause is called when entering the list_values_clause production. EnterList_values_clause(c *List_values_clauseContext) // EnterTable_partition_description is called when entering the table_partition_description production. EnterTable_partition_description(c *Table_partition_descriptionContext) // EnterPartitioning_storage_clause is called when entering the partitioning_storage_clause production. EnterPartitioning_storage_clause(c *Partitioning_storage_clauseContext) // EnterLob_partitioning_storage is called when entering the lob_partitioning_storage production. EnterLob_partitioning_storage(c *Lob_partitioning_storageContext) // EnterDatatype_null_enable is called when entering the datatype_null_enable production. EnterDatatype_null_enable(c *Datatype_null_enableContext) // EnterSize_clause is called when entering the size_clause production. EnterSize_clause(c *Size_clauseContext) // EnterTable_compression is called when entering the table_compression production. EnterTable_compression(c *Table_compressionContext) // EnterPhysical_attributes_clause is called when entering the physical_attributes_clause production. EnterPhysical_attributes_clause(c *Physical_attributes_clauseContext) // EnterStorage_clause is called when entering the storage_clause production. EnterStorage_clause(c *Storage_clauseContext) // EnterDeferred_segment_creation is called when entering the deferred_segment_creation production. EnterDeferred_segment_creation(c *Deferred_segment_creationContext) // EnterSegment_attributes_clause is called when entering the segment_attributes_clause production. EnterSegment_attributes_clause(c *Segment_attributes_clauseContext) // EnterPhysical_properties is called when entering the physical_properties production. EnterPhysical_properties(c *Physical_propertiesContext) // EnterRow_movement_clause is called when entering the row_movement_clause production. EnterRow_movement_clause(c *Row_movement_clauseContext) // EnterFlashback_archive_clause is called when entering the flashback_archive_clause production. EnterFlashback_archive_clause(c *Flashback_archive_clauseContext) // EnterLog_grp is called when entering the log_grp production. EnterLog_grp(c *Log_grpContext) // EnterSupplemental_table_logging is called when entering the supplemental_table_logging production. EnterSupplemental_table_logging(c *Supplemental_table_loggingContext) // EnterSupplemental_log_grp_clause is called when entering the supplemental_log_grp_clause production. EnterSupplemental_log_grp_clause(c *Supplemental_log_grp_clauseContext) // EnterSupplemental_id_key_clause is called when entering the supplemental_id_key_clause production. EnterSupplemental_id_key_clause(c *Supplemental_id_key_clauseContext) // EnterAllocate_extent_clause is called when entering the allocate_extent_clause production. EnterAllocate_extent_clause(c *Allocate_extent_clauseContext) // EnterDeallocate_unused_clause is called when entering the deallocate_unused_clause production. EnterDeallocate_unused_clause(c *Deallocate_unused_clauseContext) // EnterShrink_clause is called when entering the shrink_clause production. EnterShrink_clause(c *Shrink_clauseContext) // EnterRecords_per_block_clause is called when entering the records_per_block_clause production. EnterRecords_per_block_clause(c *Records_per_block_clauseContext) // EnterUpgrade_table_clause is called when entering the upgrade_table_clause production. EnterUpgrade_table_clause(c *Upgrade_table_clauseContext) // EnterTruncate_table is called when entering the truncate_table production. EnterTruncate_table(c *Truncate_tableContext) // EnterDrop_table is called when entering the drop_table production. EnterDrop_table(c *Drop_tableContext) // EnterDrop_view is called when entering the drop_view production. EnterDrop_view(c *Drop_viewContext) // EnterComment_on_column is called when entering the comment_on_column production. EnterComment_on_column(c *Comment_on_columnContext) // EnterEnable_or_disable is called when entering the enable_or_disable production. EnterEnable_or_disable(c *Enable_or_disableContext) // EnterAllow_or_disallow is called when entering the allow_or_disallow production. EnterAllow_or_disallow(c *Allow_or_disallowContext) // EnterCreate_synonym is called when entering the create_synonym production. EnterCreate_synonym(c *Create_synonymContext) // EnterComment_on_table is called when entering the comment_on_table production. EnterComment_on_table(c *Comment_on_tableContext) // EnterAlter_cluster is called when entering the alter_cluster production. EnterAlter_cluster(c *Alter_clusterContext) // EnterCache_or_nocache is called when entering the cache_or_nocache production. EnterCache_or_nocache(c *Cache_or_nocacheContext) // EnterDatabase_name is called when entering the database_name production. EnterDatabase_name(c *Database_nameContext) // EnterAlter_database is called when entering the alter_database production. EnterAlter_database(c *Alter_databaseContext) // EnterStartup_clauses is called when entering the startup_clauses production. EnterStartup_clauses(c *Startup_clausesContext) // EnterResetlogs_or_noresetlogs is called when entering the resetlogs_or_noresetlogs production. EnterResetlogs_or_noresetlogs(c *Resetlogs_or_noresetlogsContext) // EnterUpgrade_or_downgrade is called when entering the upgrade_or_downgrade production. EnterUpgrade_or_downgrade(c *Upgrade_or_downgradeContext) // EnterRecovery_clauses is called when entering the recovery_clauses production. EnterRecovery_clauses(c *Recovery_clausesContext) // EnterBegin_or_end is called when entering the begin_or_end production. EnterBegin_or_end(c *Begin_or_endContext) // EnterGeneral_recovery is called when entering the general_recovery production. EnterGeneral_recovery(c *General_recoveryContext) // EnterFull_database_recovery is called when entering the full_database_recovery production. EnterFull_database_recovery(c *Full_database_recoveryContext) // EnterPartial_database_recovery is called when entering the partial_database_recovery production. EnterPartial_database_recovery(c *Partial_database_recoveryContext) // EnterPartial_database_recovery_10g is called when entering the partial_database_recovery_10g production. EnterPartial_database_recovery_10g(c *Partial_database_recovery_10gContext) // EnterManaged_standby_recovery is called when entering the managed_standby_recovery production. EnterManaged_standby_recovery(c *Managed_standby_recoveryContext) // EnterDb_name is called when entering the db_name production. EnterDb_name(c *Db_nameContext) // EnterDatabase_file_clauses is called when entering the database_file_clauses production. EnterDatabase_file_clauses(c *Database_file_clausesContext) // EnterCreate_datafile_clause is called when entering the create_datafile_clause production. EnterCreate_datafile_clause(c *Create_datafile_clauseContext) // EnterAlter_datafile_clause is called when entering the alter_datafile_clause production. EnterAlter_datafile_clause(c *Alter_datafile_clauseContext) // EnterAlter_tempfile_clause is called when entering the alter_tempfile_clause production. EnterAlter_tempfile_clause(c *Alter_tempfile_clauseContext) // EnterLogfile_clauses is called when entering the logfile_clauses production. EnterLogfile_clauses(c *Logfile_clausesContext) // EnterAdd_logfile_clauses is called when entering the add_logfile_clauses production. EnterAdd_logfile_clauses(c *Add_logfile_clausesContext) // EnterLog_file_group is called when entering the log_file_group production. EnterLog_file_group(c *Log_file_groupContext) // EnterDrop_logfile_clauses is called when entering the drop_logfile_clauses production. EnterDrop_logfile_clauses(c *Drop_logfile_clausesContext) // EnterSwitch_logfile_clause is called when entering the switch_logfile_clause production. EnterSwitch_logfile_clause(c *Switch_logfile_clauseContext) // EnterSupplemental_db_logging is called when entering the supplemental_db_logging production. EnterSupplemental_db_logging(c *Supplemental_db_loggingContext) // EnterAdd_or_drop is called when entering the add_or_drop production. EnterAdd_or_drop(c *Add_or_dropContext) // EnterSupplemental_plsql_clause is called when entering the supplemental_plsql_clause production. EnterSupplemental_plsql_clause(c *Supplemental_plsql_clauseContext) // EnterLogfile_descriptor is called when entering the logfile_descriptor production. EnterLogfile_descriptor(c *Logfile_descriptorContext) // EnterControlfile_clauses is called when entering the controlfile_clauses production. EnterControlfile_clauses(c *Controlfile_clausesContext) // EnterTrace_file_clause is called when entering the trace_file_clause production. EnterTrace_file_clause(c *Trace_file_clauseContext) // EnterStandby_database_clauses is called when entering the standby_database_clauses production. EnterStandby_database_clauses(c *Standby_database_clausesContext) // EnterActivate_standby_db_clause is called when entering the activate_standby_db_clause production. EnterActivate_standby_db_clause(c *Activate_standby_db_clauseContext) // EnterMaximize_standby_db_clause is called when entering the maximize_standby_db_clause production. EnterMaximize_standby_db_clause(c *Maximize_standby_db_clauseContext) // EnterRegister_logfile_clause is called when entering the register_logfile_clause production. EnterRegister_logfile_clause(c *Register_logfile_clauseContext) // EnterCommit_switchover_clause is called when entering the commit_switchover_clause production. EnterCommit_switchover_clause(c *Commit_switchover_clauseContext) // EnterStart_standby_clause is called when entering the start_standby_clause production. EnterStart_standby_clause(c *Start_standby_clauseContext) // EnterStop_standby_clause is called when entering the stop_standby_clause production. EnterStop_standby_clause(c *Stop_standby_clauseContext) // EnterConvert_database_clause is called when entering the convert_database_clause production. EnterConvert_database_clause(c *Convert_database_clauseContext) // EnterDefault_settings_clause is called when entering the default_settings_clause production. EnterDefault_settings_clause(c *Default_settings_clauseContext) // EnterSet_time_zone_clause is called when entering the set_time_zone_clause production. EnterSet_time_zone_clause(c *Set_time_zone_clauseContext) // EnterInstance_clauses is called when entering the instance_clauses production. EnterInstance_clauses(c *Instance_clausesContext) // EnterSecurity_clause is called when entering the security_clause production. EnterSecurity_clause(c *Security_clauseContext) // EnterDomain is called when entering the domain production. EnterDomain(c *DomainContext) // EnterDatabase is called when entering the database production. EnterDatabase(c *DatabaseContext) // EnterEdition_name is called when entering the edition_name production. EnterEdition_name(c *Edition_nameContext) // EnterFilenumber is called when entering the filenumber production. EnterFilenumber(c *FilenumberContext) // EnterFilename is called when entering the filename production. EnterFilename(c *FilenameContext) // EnterAlter_table is called when entering the alter_table production. EnterAlter_table(c *Alter_tableContext) // EnterAlter_table_properties is called when entering the alter_table_properties production. EnterAlter_table_properties(c *Alter_table_propertiesContext) // EnterAlter_table_properties_1 is called when entering the alter_table_properties_1 production. EnterAlter_table_properties_1(c *Alter_table_properties_1Context) // EnterAlter_iot_clauses is called when entering the alter_iot_clauses production. EnterAlter_iot_clauses(c *Alter_iot_clausesContext) // EnterAlter_mapping_table_clause is called when entering the alter_mapping_table_clause production. EnterAlter_mapping_table_clause(c *Alter_mapping_table_clauseContext) // EnterAlter_overflow_clause is called when entering the alter_overflow_clause production. EnterAlter_overflow_clause(c *Alter_overflow_clauseContext) // EnterAdd_overflow_clause is called when entering the add_overflow_clause production. EnterAdd_overflow_clause(c *Add_overflow_clauseContext) // EnterEnable_disable_clause is called when entering the enable_disable_clause production. EnterEnable_disable_clause(c *Enable_disable_clauseContext) // EnterUsing_index_clause is called when entering the using_index_clause production. EnterUsing_index_clause(c *Using_index_clauseContext) // EnterIndex_attributes is called when entering the index_attributes production. EnterIndex_attributes(c *Index_attributesContext) // EnterSort_or_nosort is called when entering the sort_or_nosort production. EnterSort_or_nosort(c *Sort_or_nosortContext) // EnterExceptions_clause is called when entering the exceptions_clause production. EnterExceptions_clause(c *Exceptions_clauseContext) // EnterMove_table_clause is called when entering the move_table_clause production. EnterMove_table_clause(c *Move_table_clauseContext) // EnterIndex_org_table_clause is called when entering the index_org_table_clause production. EnterIndex_org_table_clause(c *Index_org_table_clauseContext) // EnterMapping_table_clause is called when entering the mapping_table_clause production. EnterMapping_table_clause(c *Mapping_table_clauseContext) // EnterKey_compression is called when entering the key_compression production. EnterKey_compression(c *Key_compressionContext) // EnterIndex_org_overflow_clause is called when entering the index_org_overflow_clause production. EnterIndex_org_overflow_clause(c *Index_org_overflow_clauseContext) // EnterColumn_clauses is called when entering the column_clauses production. EnterColumn_clauses(c *Column_clausesContext) // EnterModify_collection_retrieval is called when entering the modify_collection_retrieval production. EnterModify_collection_retrieval(c *Modify_collection_retrievalContext) // EnterCollection_item is called when entering the collection_item production. EnterCollection_item(c *Collection_itemContext) // EnterRename_column_clause is called when entering the rename_column_clause production. EnterRename_column_clause(c *Rename_column_clauseContext) // EnterOld_column_name is called when entering the old_column_name production. EnterOld_column_name(c *Old_column_nameContext) // EnterNew_column_name is called when entering the new_column_name production. EnterNew_column_name(c *New_column_nameContext) // EnterAdd_modify_drop_column_clauses is called when entering the add_modify_drop_column_clauses production. EnterAdd_modify_drop_column_clauses(c *Add_modify_drop_column_clausesContext) // EnterDrop_column_clause is called when entering the drop_column_clause production. EnterDrop_column_clause(c *Drop_column_clauseContext) // EnterModify_column_clauses is called when entering the modify_column_clauses production. EnterModify_column_clauses(c *Modify_column_clausesContext) // EnterModify_col_properties is called when entering the modify_col_properties production. EnterModify_col_properties(c *Modify_col_propertiesContext) // EnterModify_col_substitutable is called when entering the modify_col_substitutable production. EnterModify_col_substitutable(c *Modify_col_substitutableContext) // EnterAdd_column_clause is called when entering the add_column_clause production. EnterAdd_column_clause(c *Add_column_clauseContext) // EnterAlter_varray_col_properties is called when entering the alter_varray_col_properties production. EnterAlter_varray_col_properties(c *Alter_varray_col_propertiesContext) // EnterVarray_col_properties is called when entering the varray_col_properties production. EnterVarray_col_properties(c *Varray_col_propertiesContext) // EnterVarray_storage_clause is called when entering the varray_storage_clause production. EnterVarray_storage_clause(c *Varray_storage_clauseContext) // EnterLob_segname is called when entering the lob_segname production. EnterLob_segname(c *Lob_segnameContext) // EnterLob_item is called when entering the lob_item production. EnterLob_item(c *Lob_itemContext) // EnterLob_storage_parameters is called when entering the lob_storage_parameters production. EnterLob_storage_parameters(c *Lob_storage_parametersContext) // EnterLob_storage_clause is called when entering the lob_storage_clause production. EnterLob_storage_clause(c *Lob_storage_clauseContext) // EnterModify_lob_storage_clause is called when entering the modify_lob_storage_clause production. EnterModify_lob_storage_clause(c *Modify_lob_storage_clauseContext) // EnterModify_lob_parameters is called when entering the modify_lob_parameters production. EnterModify_lob_parameters(c *Modify_lob_parametersContext) // EnterLob_parameters is called when entering the lob_parameters production. EnterLob_parameters(c *Lob_parametersContext) // EnterLob_deduplicate_clause is called when entering the lob_deduplicate_clause production. EnterLob_deduplicate_clause(c *Lob_deduplicate_clauseContext) // EnterLob_compression_clause is called when entering the lob_compression_clause production. EnterLob_compression_clause(c *Lob_compression_clauseContext) // EnterLob_retention_clause is called when entering the lob_retention_clause production. EnterLob_retention_clause(c *Lob_retention_clauseContext) // EnterEncryption_spec is called when entering the encryption_spec production. EnterEncryption_spec(c *Encryption_specContext) // EnterTablespace is called when entering the tablespace production. EnterTablespace(c *TablespaceContext) // EnterVarray_item is called when entering the varray_item production. EnterVarray_item(c *Varray_itemContext) // EnterColumn_properties is called when entering the column_properties production. EnterColumn_properties(c *Column_propertiesContext) // EnterPeriod_definition is called when entering the period_definition production. EnterPeriod_definition(c *Period_definitionContext) // EnterStart_time_column is called when entering the start_time_column production. EnterStart_time_column(c *Start_time_columnContext) // EnterEnd_time_column is called when entering the end_time_column production. EnterEnd_time_column(c *End_time_columnContext) // EnterColumn_definition is called when entering the column_definition production. EnterColumn_definition(c *Column_definitionContext) // EnterVirtual_column_definition is called when entering the virtual_column_definition production. EnterVirtual_column_definition(c *Virtual_column_definitionContext) // EnterAutogenerated_sequence_definition is called when entering the autogenerated_sequence_definition production. EnterAutogenerated_sequence_definition(c *Autogenerated_sequence_definitionContext) // EnterOut_of_line_part_storage is called when entering the out_of_line_part_storage production. EnterOut_of_line_part_storage(c *Out_of_line_part_storageContext) // EnterNested_table_col_properties is called when entering the nested_table_col_properties production. EnterNested_table_col_properties(c *Nested_table_col_propertiesContext) // EnterNested_item is called when entering the nested_item production. EnterNested_item(c *Nested_itemContext) // EnterSubstitutable_column_clause is called when entering the substitutable_column_clause production. EnterSubstitutable_column_clause(c *Substitutable_column_clauseContext) // EnterPartition_name is called when entering the partition_name production. EnterPartition_name(c *Partition_nameContext) // EnterSupplemental_logging_props is called when entering the supplemental_logging_props production. EnterSupplemental_logging_props(c *Supplemental_logging_propsContext) // EnterColumn_or_attribute is called when entering the column_or_attribute production. EnterColumn_or_attribute(c *Column_or_attributeContext) // EnterObject_type_col_properties is called when entering the object_type_col_properties production. EnterObject_type_col_properties(c *Object_type_col_propertiesContext) // EnterConstraint_clauses is called when entering the constraint_clauses production. EnterConstraint_clauses(c *Constraint_clausesContext) // EnterOld_constraint_name is called when entering the old_constraint_name production. EnterOld_constraint_name(c *Old_constraint_nameContext) // EnterNew_constraint_name is called when entering the new_constraint_name production. EnterNew_constraint_name(c *New_constraint_nameContext) // EnterDrop_constraint_clause is called when entering the drop_constraint_clause production. EnterDrop_constraint_clause(c *Drop_constraint_clauseContext) // EnterDrop_primary_key_or_unique_or_generic_clause is called when entering the drop_primary_key_or_unique_or_generic_clause production. EnterDrop_primary_key_or_unique_or_generic_clause(c *Drop_primary_key_or_unique_or_generic_clauseContext) // EnterAdd_constraint is called when entering the add_constraint production. EnterAdd_constraint(c *Add_constraintContext) // EnterAdd_constraint_clause is called when entering the add_constraint_clause production. EnterAdd_constraint_clause(c *Add_constraint_clauseContext) // EnterCheck_constraint is called when entering the check_constraint production. EnterCheck_constraint(c *Check_constraintContext) // EnterDrop_constraint is called when entering the drop_constraint production. EnterDrop_constraint(c *Drop_constraintContext) // EnterEnable_constraint is called when entering the enable_constraint production. EnterEnable_constraint(c *Enable_constraintContext) // EnterDisable_constraint is called when entering the disable_constraint production. EnterDisable_constraint(c *Disable_constraintContext) // EnterForeign_key_clause is called when entering the foreign_key_clause production. EnterForeign_key_clause(c *Foreign_key_clauseContext) // EnterReferences_clause is called when entering the references_clause production. EnterReferences_clause(c *References_clauseContext) // EnterOn_delete_clause is called when entering the on_delete_clause production. EnterOn_delete_clause(c *On_delete_clauseContext) // EnterUnique_key_clause is called when entering the unique_key_clause production. EnterUnique_key_clause(c *Unique_key_clauseContext) // EnterPrimary_key_clause is called when entering the primary_key_clause production. EnterPrimary_key_clause(c *Primary_key_clauseContext) // EnterAnonymous_block is called when entering the anonymous_block production. EnterAnonymous_block(c *Anonymous_blockContext) // EnterInvoker_rights_clause is called when entering the invoker_rights_clause production. EnterInvoker_rights_clause(c *Invoker_rights_clauseContext) // EnterCall_spec is called when entering the call_spec production. EnterCall_spec(c *Call_specContext) // EnterJava_spec is called when entering the java_spec production. EnterJava_spec(c *Java_specContext) // EnterC_spec is called when entering the c_spec production. EnterC_spec(c *C_specContext) // EnterC_agent_in_clause is called when entering the c_agent_in_clause production. EnterC_agent_in_clause(c *C_agent_in_clauseContext) // EnterC_parameters_clause is called when entering the c_parameters_clause production. EnterC_parameters_clause(c *C_parameters_clauseContext) // EnterParameter is called when entering the parameter production. EnterParameter(c *ParameterContext) // EnterDefault_value_part is called when entering the default_value_part production. EnterDefault_value_part(c *Default_value_partContext) // EnterSeq_of_declare_specs is called when entering the seq_of_declare_specs production. EnterSeq_of_declare_specs(c *Seq_of_declare_specsContext) // EnterDeclare_spec is called when entering the declare_spec production. EnterDeclare_spec(c *Declare_specContext) // EnterVariable_declaration is called when entering the variable_declaration production. EnterVariable_declaration(c *Variable_declarationContext) // EnterSubtype_declaration is called when entering the subtype_declaration production. EnterSubtype_declaration(c *Subtype_declarationContext) // EnterCursor_declaration is called when entering the cursor_declaration production. EnterCursor_declaration(c *Cursor_declarationContext) // EnterParameter_spec is called when entering the parameter_spec production. EnterParameter_spec(c *Parameter_specContext) // EnterException_declaration is called when entering the exception_declaration production. EnterException_declaration(c *Exception_declarationContext) // EnterPragma_declaration is called when entering the pragma_declaration production. EnterPragma_declaration(c *Pragma_declarationContext) // EnterRecord_type_def is called when entering the record_type_def production. EnterRecord_type_def(c *Record_type_defContext) // EnterField_spec is called when entering the field_spec production. EnterField_spec(c *Field_specContext) // EnterRef_cursor_type_def is called when entering the ref_cursor_type_def production. EnterRef_cursor_type_def(c *Ref_cursor_type_defContext) // EnterType_declaration is called when entering the type_declaration production. EnterType_declaration(c *Type_declarationContext) // EnterTable_type_def is called when entering the table_type_def production. EnterTable_type_def(c *Table_type_defContext) // EnterTable_indexed_by_part is called when entering the table_indexed_by_part production. EnterTable_indexed_by_part(c *Table_indexed_by_partContext) // EnterVarray_type_def is called when entering the varray_type_def production. EnterVarray_type_def(c *Varray_type_defContext) // EnterSeq_of_statements is called when entering the seq_of_statements production. EnterSeq_of_statements(c *Seq_of_statementsContext) // EnterLabel_declaration is called when entering the label_declaration production. EnterLabel_declaration(c *Label_declarationContext) // EnterStatement is called when entering the statement production. EnterStatement(c *StatementContext) // EnterSwallow_to_semi is called when entering the swallow_to_semi production. EnterSwallow_to_semi(c *Swallow_to_semiContext) // EnterAssignment_statement is called when entering the assignment_statement production. EnterAssignment_statement(c *Assignment_statementContext) // EnterContinue_statement is called when entering the continue_statement production. EnterContinue_statement(c *Continue_statementContext) // EnterExit_statement is called when entering the exit_statement production. EnterExit_statement(c *Exit_statementContext) // EnterGoto_statement is called when entering the goto_statement production. EnterGoto_statement(c *Goto_statementContext) // EnterIf_statement is called when entering the if_statement production. EnterIf_statement(c *If_statementContext) // EnterElsif_part is called when entering the elsif_part production. EnterElsif_part(c *Elsif_partContext) // EnterElse_part is called when entering the else_part production. EnterElse_part(c *Else_partContext) // EnterLoop_statement is called when entering the loop_statement production. EnterLoop_statement(c *Loop_statementContext) // EnterCursor_loop_param is called when entering the cursor_loop_param production. EnterCursor_loop_param(c *Cursor_loop_paramContext) // EnterForall_statement is called when entering the forall_statement production. EnterForall_statement(c *Forall_statementContext) // EnterBounds_clause is called when entering the bounds_clause production. EnterBounds_clause(c *Bounds_clauseContext) // EnterBetween_bound is called when entering the between_bound production. EnterBetween_bound(c *Between_boundContext) // EnterLower_bound is called when entering the lower_bound production. EnterLower_bound(c *Lower_boundContext) // EnterUpper_bound is called when entering the upper_bound production. EnterUpper_bound(c *Upper_boundContext) // EnterNull_statement is called when entering the null_statement production. EnterNull_statement(c *Null_statementContext) // EnterRaise_statement is called when entering the raise_statement production. EnterRaise_statement(c *Raise_statementContext) // EnterReturn_statement is called when entering the return_statement production. EnterReturn_statement(c *Return_statementContext) // EnterFunction_call is called when entering the function_call production. EnterFunction_call(c *Function_callContext) // EnterProcedure_call is called when entering the procedure_call production. EnterProcedure_call(c *Procedure_callContext) // EnterPipe_row_statement is called when entering the pipe_row_statement production. EnterPipe_row_statement(c *Pipe_row_statementContext) // EnterBody is called when entering the body production. EnterBody(c *BodyContext) // EnterException_handler is called when entering the exception_handler production. EnterException_handler(c *Exception_handlerContext) // EnterTrigger_block is called when entering the trigger_block production. EnterTrigger_block(c *Trigger_blockContext) // EnterBlock is called when entering the block production. EnterBlock(c *BlockContext) // EnterSql_statement is called when entering the sql_statement production. EnterSql_statement(c *Sql_statementContext) // EnterExecute_immediate is called when entering the execute_immediate production. EnterExecute_immediate(c *Execute_immediateContext) // EnterDynamic_returning_clause is called when entering the dynamic_returning_clause production. EnterDynamic_returning_clause(c *Dynamic_returning_clauseContext) // EnterData_manipulation_language_statements is called when entering the data_manipulation_language_statements production. EnterData_manipulation_language_statements(c *Data_manipulation_language_statementsContext) // EnterCursor_manipulation_statements is called when entering the cursor_manipulation_statements production. EnterCursor_manipulation_statements(c *Cursor_manipulation_statementsContext) // EnterClose_statement is called when entering the close_statement production. EnterClose_statement(c *Close_statementContext) // EnterOpen_statement is called when entering the open_statement production. EnterOpen_statement(c *Open_statementContext) // EnterFetch_statement is called when entering the fetch_statement production. EnterFetch_statement(c *Fetch_statementContext) // EnterOpen_for_statement is called when entering the open_for_statement production. EnterOpen_for_statement(c *Open_for_statementContext) // EnterTransaction_control_statements is called when entering the transaction_control_statements production. EnterTransaction_control_statements(c *Transaction_control_statementsContext) // EnterSet_transaction_command is called when entering the set_transaction_command production. EnterSet_transaction_command(c *Set_transaction_commandContext) // EnterSet_constraint_command is called when entering the set_constraint_command production. EnterSet_constraint_command(c *Set_constraint_commandContext) // EnterCommit_statement is called when entering the commit_statement production. EnterCommit_statement(c *Commit_statementContext) // EnterWrite_clause is called when entering the write_clause production. EnterWrite_clause(c *Write_clauseContext) // EnterRollback_statement is called when entering the rollback_statement production. EnterRollback_statement(c *Rollback_statementContext) // EnterSavepoint_statement is called when entering the savepoint_statement production. EnterSavepoint_statement(c *Savepoint_statementContext) // EnterExplain_statement is called when entering the explain_statement production. EnterExplain_statement(c *Explain_statementContext) // EnterSelect_only_statement is called when entering the select_only_statement production. EnterSelect_only_statement(c *Select_only_statementContext) // EnterSelect_statement is called when entering the select_statement production. EnterSelect_statement(c *Select_statementContext) // EnterSubquery_factoring_clause is called when entering the subquery_factoring_clause production. EnterSubquery_factoring_clause(c *Subquery_factoring_clauseContext) // EnterFactoring_element is called when entering the factoring_element production. EnterFactoring_element(c *Factoring_elementContext) // EnterSearch_clause is called when entering the search_clause production. EnterSearch_clause(c *Search_clauseContext) // EnterCycle_clause is called when entering the cycle_clause production. EnterCycle_clause(c *Cycle_clauseContext) // EnterSubquery is called when entering the subquery production. EnterSubquery(c *SubqueryContext) // EnterSubquery_basic_elements is called when entering the subquery_basic_elements production. EnterSubquery_basic_elements(c *Subquery_basic_elementsContext) // EnterSubquery_operation_part is called when entering the subquery_operation_part production. EnterSubquery_operation_part(c *Subquery_operation_partContext) // EnterQuery_block is called when entering the query_block production. EnterQuery_block(c *Query_blockContext) // EnterSelected_list is called when entering the selected_list production. EnterSelected_list(c *Selected_listContext) // EnterFrom_clause is called when entering the from_clause production. EnterFrom_clause(c *From_clauseContext) // EnterSelect_list_elements is called when entering the select_list_elements production. EnterSelect_list_elements(c *Select_list_elementsContext) // EnterTable_ref_list is called when entering the table_ref_list production. EnterTable_ref_list(c *Table_ref_listContext) // EnterTable_ref is called when entering the table_ref production. EnterTable_ref(c *Table_refContext) // EnterTable_ref_aux is called when entering the table_ref_aux production. EnterTable_ref_aux(c *Table_ref_auxContext) // EnterTable_ref_aux_internal_one is called when entering the table_ref_aux_internal_one production. EnterTable_ref_aux_internal_one(c *Table_ref_aux_internal_oneContext) // EnterTable_ref_aux_internal_two is called when entering the table_ref_aux_internal_two production. EnterTable_ref_aux_internal_two(c *Table_ref_aux_internal_twoContext) // EnterTable_ref_aux_internal_three is called when entering the table_ref_aux_internal_three production. EnterTable_ref_aux_internal_three(c *Table_ref_aux_internal_threeContext) // EnterJoin_clause is called when entering the join_clause production. EnterJoin_clause(c *Join_clauseContext) // EnterJoin_on_part is called when entering the join_on_part production. EnterJoin_on_part(c *Join_on_partContext) // EnterJoin_using_part is called when entering the join_using_part production. EnterJoin_using_part(c *Join_using_partContext) // EnterOuter_join_type is called when entering the outer_join_type production. EnterOuter_join_type(c *Outer_join_typeContext) // EnterQuery_partition_clause is called when entering the query_partition_clause production. EnterQuery_partition_clause(c *Query_partition_clauseContext) // EnterFlashback_query_clause is called when entering the flashback_query_clause production. EnterFlashback_query_clause(c *Flashback_query_clauseContext) // EnterPivot_clause is called when entering the pivot_clause production. EnterPivot_clause(c *Pivot_clauseContext) // EnterPivot_element is called when entering the pivot_element production. EnterPivot_element(c *Pivot_elementContext) // EnterPivot_for_clause is called when entering the pivot_for_clause production. EnterPivot_for_clause(c *Pivot_for_clauseContext) // EnterPivot_in_clause is called when entering the pivot_in_clause production. EnterPivot_in_clause(c *Pivot_in_clauseContext) // EnterPivot_in_clause_element is called when entering the pivot_in_clause_element production. EnterPivot_in_clause_element(c *Pivot_in_clause_elementContext) // EnterPivot_in_clause_elements is called when entering the pivot_in_clause_elements production. EnterPivot_in_clause_elements(c *Pivot_in_clause_elementsContext) // EnterUnpivot_clause is called when entering the unpivot_clause production. EnterUnpivot_clause(c *Unpivot_clauseContext) // EnterUnpivot_in_clause is called when entering the unpivot_in_clause production. EnterUnpivot_in_clause(c *Unpivot_in_clauseContext) // EnterUnpivot_in_elements is called when entering the unpivot_in_elements production. EnterUnpivot_in_elements(c *Unpivot_in_elementsContext) // EnterHierarchical_query_clause is called when entering the hierarchical_query_clause production. EnterHierarchical_query_clause(c *Hierarchical_query_clauseContext) // EnterStart_part is called when entering the start_part production. EnterStart_part(c *Start_partContext) // EnterGroup_by_clause is called when entering the group_by_clause production. EnterGroup_by_clause(c *Group_by_clauseContext) // EnterGroup_by_elements is called when entering the group_by_elements production. EnterGroup_by_elements(c *Group_by_elementsContext) // EnterRollup_cube_clause is called when entering the rollup_cube_clause production. EnterRollup_cube_clause(c *Rollup_cube_clauseContext) // EnterGrouping_sets_clause is called when entering the grouping_sets_clause production. EnterGrouping_sets_clause(c *Grouping_sets_clauseContext) // EnterGrouping_sets_elements is called when entering the grouping_sets_elements production. EnterGrouping_sets_elements(c *Grouping_sets_elementsContext) // EnterHaving_clause is called when entering the having_clause production. EnterHaving_clause(c *Having_clauseContext) // EnterModel_clause is called when entering the model_clause production. EnterModel_clause(c *Model_clauseContext) // EnterCell_reference_options is called when entering the cell_reference_options production. EnterCell_reference_options(c *Cell_reference_optionsContext) // EnterReturn_rows_clause is called when entering the return_rows_clause production. EnterReturn_rows_clause(c *Return_rows_clauseContext) // EnterReference_model is called when entering the reference_model production. EnterReference_model(c *Reference_modelContext) // EnterMain_model is called when entering the main_model production. EnterMain_model(c *Main_modelContext) // EnterModel_column_clauses is called when entering the model_column_clauses production. EnterModel_column_clauses(c *Model_column_clausesContext) // EnterModel_column_partition_part is called when entering the model_column_partition_part production. EnterModel_column_partition_part(c *Model_column_partition_partContext) // EnterModel_column_list is called when entering the model_column_list production. EnterModel_column_list(c *Model_column_listContext) // EnterModel_column is called when entering the model_column production. EnterModel_column(c *Model_columnContext) // EnterModel_rules_clause is called when entering the model_rules_clause production. EnterModel_rules_clause(c *Model_rules_clauseContext) // EnterModel_rules_part is called when entering the model_rules_part production. EnterModel_rules_part(c *Model_rules_partContext) // EnterModel_rules_element is called when entering the model_rules_element production. EnterModel_rules_element(c *Model_rules_elementContext) // EnterCell_assignment is called when entering the cell_assignment production. EnterCell_assignment(c *Cell_assignmentContext) // EnterModel_iterate_clause is called when entering the model_iterate_clause production. EnterModel_iterate_clause(c *Model_iterate_clauseContext) // EnterUntil_part is called when entering the until_part production. EnterUntil_part(c *Until_partContext) // EnterOrder_by_clause is called when entering the order_by_clause production. EnterOrder_by_clause(c *Order_by_clauseContext) // EnterOrder_by_elements is called when entering the order_by_elements production. EnterOrder_by_elements(c *Order_by_elementsContext) // EnterOffset_clause is called when entering the offset_clause production. EnterOffset_clause(c *Offset_clauseContext) // EnterFetch_clause is called when entering the fetch_clause production. EnterFetch_clause(c *Fetch_clauseContext) // EnterFor_update_clause is called when entering the for_update_clause production. EnterFor_update_clause(c *For_update_clauseContext) // EnterFor_update_of_part is called when entering the for_update_of_part production. EnterFor_update_of_part(c *For_update_of_partContext) // EnterFor_update_options is called when entering the for_update_options production. EnterFor_update_options(c *For_update_optionsContext) // EnterUpdate_statement is called when entering the update_statement production. EnterUpdate_statement(c *Update_statementContext) // EnterUpdate_set_clause is called when entering the update_set_clause production. EnterUpdate_set_clause(c *Update_set_clauseContext) // EnterColumn_based_update_set_clause is called when entering the column_based_update_set_clause production. EnterColumn_based_update_set_clause(c *Column_based_update_set_clauseContext) // EnterDelete_statement is called when entering the delete_statement production. EnterDelete_statement(c *Delete_statementContext) // EnterInsert_statement is called when entering the insert_statement production. EnterInsert_statement(c *Insert_statementContext) // EnterSingle_table_insert is called when entering the single_table_insert production. EnterSingle_table_insert(c *Single_table_insertContext) // EnterMulti_table_insert is called when entering the multi_table_insert production. EnterMulti_table_insert(c *Multi_table_insertContext) // EnterMulti_table_element is called when entering the multi_table_element production. EnterMulti_table_element(c *Multi_table_elementContext) // EnterConditional_insert_clause is called when entering the conditional_insert_clause production. EnterConditional_insert_clause(c *Conditional_insert_clauseContext) // EnterConditional_insert_when_part is called when entering the conditional_insert_when_part production. EnterConditional_insert_when_part(c *Conditional_insert_when_partContext) // EnterConditional_insert_else_part is called when entering the conditional_insert_else_part production. EnterConditional_insert_else_part(c *Conditional_insert_else_partContext) // EnterInsert_into_clause is called when entering the insert_into_clause production. EnterInsert_into_clause(c *Insert_into_clauseContext) // EnterValues_clause is called when entering the values_clause production. EnterValues_clause(c *Values_clauseContext) // EnterMerge_statement is called when entering the merge_statement production. EnterMerge_statement(c *Merge_statementContext) // EnterMerge_update_clause is called when entering the merge_update_clause production. EnterMerge_update_clause(c *Merge_update_clauseContext) // EnterMerge_element is called when entering the merge_element production. EnterMerge_element(c *Merge_elementContext) // EnterMerge_update_delete_part is called when entering the merge_update_delete_part production. EnterMerge_update_delete_part(c *Merge_update_delete_partContext) // EnterMerge_insert_clause is called when entering the merge_insert_clause production. EnterMerge_insert_clause(c *Merge_insert_clauseContext) // EnterSelected_tableview is called when entering the selected_tableview production. EnterSelected_tableview(c *Selected_tableviewContext) // EnterLock_table_statement is called when entering the lock_table_statement production. EnterLock_table_statement(c *Lock_table_statementContext) // EnterWait_nowait_part is called when entering the wait_nowait_part production. EnterWait_nowait_part(c *Wait_nowait_partContext) // EnterLock_table_element is called when entering the lock_table_element production. EnterLock_table_element(c *Lock_table_elementContext) // EnterLock_mode is called when entering the lock_mode production. EnterLock_mode(c *Lock_modeContext) // EnterGeneral_table_ref is called when entering the general_table_ref production. EnterGeneral_table_ref(c *General_table_refContext) // EnterStatic_returning_clause is called when entering the static_returning_clause production. EnterStatic_returning_clause(c *Static_returning_clauseContext) // EnterError_logging_clause is called when entering the error_logging_clause production. EnterError_logging_clause(c *Error_logging_clauseContext) // EnterError_logging_into_part is called when entering the error_logging_into_part production. EnterError_logging_into_part(c *Error_logging_into_partContext) // EnterError_logging_reject_part is called when entering the error_logging_reject_part production. EnterError_logging_reject_part(c *Error_logging_reject_partContext) // EnterDml_table_expression_clause is called when entering the dml_table_expression_clause production. EnterDml_table_expression_clause(c *Dml_table_expression_clauseContext) // EnterTable_collection_expression is called when entering the table_collection_expression production. EnterTable_collection_expression(c *Table_collection_expressionContext) // EnterSubquery_restriction_clause is called when entering the subquery_restriction_clause production. EnterSubquery_restriction_clause(c *Subquery_restriction_clauseContext) // EnterSample_clause is called when entering the sample_clause production. EnterSample_clause(c *Sample_clauseContext) // EnterSeed_part is called when entering the seed_part production. EnterSeed_part(c *Seed_partContext) // EnterCondition is called when entering the condition production. EnterCondition(c *ConditionContext) // EnterExpressions is called when entering the expressions production. EnterExpressions(c *ExpressionsContext) // EnterExpression is called when entering the expression production. EnterExpression(c *ExpressionContext) // EnterCursor_expression is called when entering the cursor_expression production. EnterCursor_expression(c *Cursor_expressionContext) // EnterLogical_expression is called when entering the logical_expression production. EnterLogical_expression(c *Logical_expressionContext) // EnterUnary_logical_expression is called when entering the unary_logical_expression production. EnterUnary_logical_expression(c *Unary_logical_expressionContext) // EnterLogical_operation is called when entering the logical_operation production. EnterLogical_operation(c *Logical_operationContext) // EnterMultiset_expression is called when entering the multiset_expression production. EnterMultiset_expression(c *Multiset_expressionContext) // EnterRelational_expression is called when entering the relational_expression production. EnterRelational_expression(c *Relational_expressionContext) // EnterCompound_expression is called when entering the compound_expression production. EnterCompound_expression(c *Compound_expressionContext) // EnterRelational_operator is called when entering the relational_operator production. EnterRelational_operator(c *Relational_operatorContext) // EnterIn_elements is called when entering the in_elements production. EnterIn_elements(c *In_elementsContext) // EnterBetween_elements is called when entering the between_elements production. EnterBetween_elements(c *Between_elementsContext) // EnterConcatenation is called when entering the concatenation production. EnterConcatenation(c *ConcatenationContext) // EnterInterval_expression is called when entering the interval_expression production. EnterInterval_expression(c *Interval_expressionContext) // EnterModel_expression is called when entering the model_expression production. EnterModel_expression(c *Model_expressionContext) // EnterModel_expression_element is called when entering the model_expression_element production. EnterModel_expression_element(c *Model_expression_elementContext) // EnterSingle_column_for_loop is called when entering the single_column_for_loop production. EnterSingle_column_for_loop(c *Single_column_for_loopContext) // EnterMulti_column_for_loop is called when entering the multi_column_for_loop production. EnterMulti_column_for_loop(c *Multi_column_for_loopContext) // EnterUnary_expression is called when entering the unary_expression production. EnterUnary_expression(c *Unary_expressionContext) // EnterCase_statement is called when entering the case_statement production. EnterCase_statement(c *Case_statementContext) // EnterSimple_case_statement is called when entering the simple_case_statement production. EnterSimple_case_statement(c *Simple_case_statementContext) // EnterSimple_case_when_part is called when entering the simple_case_when_part production. EnterSimple_case_when_part(c *Simple_case_when_partContext) // EnterSearched_case_statement is called when entering the searched_case_statement production. EnterSearched_case_statement(c *Searched_case_statementContext) // EnterSearched_case_when_part is called when entering the searched_case_when_part production. EnterSearched_case_when_part(c *Searched_case_when_partContext) // EnterCase_else_part is called when entering the case_else_part production. EnterCase_else_part(c *Case_else_partContext) // EnterAtom is called when entering the atom production. EnterAtom(c *AtomContext) // EnterQuantified_expression is called when entering the quantified_expression production. EnterQuantified_expression(c *Quantified_expressionContext) // EnterString_function is called when entering the string_function production. EnterString_function(c *String_functionContext) // EnterStandard_function is called when entering the standard_function production. EnterStandard_function(c *Standard_functionContext) // EnterLiteral is called when entering the literal production. EnterLiteral(c *LiteralContext) // EnterNumeric_function_wrapper is called when entering the numeric_function_wrapper production. EnterNumeric_function_wrapper(c *Numeric_function_wrapperContext) // EnterNumeric_function is called when entering the numeric_function production. EnterNumeric_function(c *Numeric_functionContext) // EnterOther_function is called when entering the other_function production. EnterOther_function(c *Other_functionContext) // EnterOver_clause_keyword is called when entering the over_clause_keyword production. EnterOver_clause_keyword(c *Over_clause_keywordContext) // EnterWithin_or_over_clause_keyword is called when entering the within_or_over_clause_keyword production. EnterWithin_or_over_clause_keyword(c *Within_or_over_clause_keywordContext) // EnterStandard_prediction_function_keyword is called when entering the standard_prediction_function_keyword production. EnterStandard_prediction_function_keyword(c *Standard_prediction_function_keywordContext) // EnterOver_clause is called when entering the over_clause production. EnterOver_clause(c *Over_clauseContext) // EnterWindowing_clause is called when entering the windowing_clause production. EnterWindowing_clause(c *Windowing_clauseContext) // EnterWindowing_type is called when entering the windowing_type production. EnterWindowing_type(c *Windowing_typeContext) // EnterWindowing_elements is called when entering the windowing_elements production. EnterWindowing_elements(c *Windowing_elementsContext) // EnterUsing_clause is called when entering the using_clause production. EnterUsing_clause(c *Using_clauseContext) // EnterUsing_element is called when entering the using_element production. EnterUsing_element(c *Using_elementContext) // EnterCollect_order_by_part is called when entering the collect_order_by_part production. EnterCollect_order_by_part(c *Collect_order_by_partContext) // EnterWithin_or_over_part is called when entering the within_or_over_part production. EnterWithin_or_over_part(c *Within_or_over_partContext) // EnterCost_matrix_clause is called when entering the cost_matrix_clause production. EnterCost_matrix_clause(c *Cost_matrix_clauseContext) // EnterXml_passing_clause is called when entering the xml_passing_clause production. EnterXml_passing_clause(c *Xml_passing_clauseContext) // EnterXml_attributes_clause is called when entering the xml_attributes_clause production. EnterXml_attributes_clause(c *Xml_attributes_clauseContext) // EnterXml_namespaces_clause is called when entering the xml_namespaces_clause production. EnterXml_namespaces_clause(c *Xml_namespaces_clauseContext) // EnterXml_table_column is called when entering the xml_table_column production. EnterXml_table_column(c *Xml_table_columnContext) // EnterXml_general_default_part is called when entering the xml_general_default_part production. EnterXml_general_default_part(c *Xml_general_default_partContext) // EnterXml_multiuse_expression_element is called when entering the xml_multiuse_expression_element production. EnterXml_multiuse_expression_element(c *Xml_multiuse_expression_elementContext) // EnterXmlroot_param_version_part is called when entering the xmlroot_param_version_part production. EnterXmlroot_param_version_part(c *Xmlroot_param_version_partContext) // EnterXmlroot_param_standalone_part is called when entering the xmlroot_param_standalone_part production. EnterXmlroot_param_standalone_part(c *Xmlroot_param_standalone_partContext) // EnterXmlserialize_param_enconding_part is called when entering the xmlserialize_param_enconding_part production. EnterXmlserialize_param_enconding_part(c *Xmlserialize_param_enconding_partContext) // EnterXmlserialize_param_version_part is called when entering the xmlserialize_param_version_part production. EnterXmlserialize_param_version_part(c *Xmlserialize_param_version_partContext) // EnterXmlserialize_param_ident_part is called when entering the xmlserialize_param_ident_part production. EnterXmlserialize_param_ident_part(c *Xmlserialize_param_ident_partContext) // EnterSql_plus_command is called when entering the sql_plus_command production. EnterSql_plus_command(c *Sql_plus_commandContext) // EnterWhenever_command is called when entering the whenever_command production. EnterWhenever_command(c *Whenever_commandContext) // EnterSet_command is called when entering the set_command production. EnterSet_command(c *Set_commandContext) // EnterPartition_extension_clause is called when entering the partition_extension_clause production. EnterPartition_extension_clause(c *Partition_extension_clauseContext) // EnterColumn_alias is called when entering the column_alias production. EnterColumn_alias(c *Column_aliasContext) // EnterTable_alias is called when entering the table_alias production. EnterTable_alias(c *Table_aliasContext) // EnterWhere_clause is called when entering the where_clause production. EnterWhere_clause(c *Where_clauseContext) // EnterInto_clause is called when entering the into_clause production. EnterInto_clause(c *Into_clauseContext) // EnterXml_column_name is called when entering the xml_column_name production. EnterXml_column_name(c *Xml_column_nameContext) // EnterCost_class_name is called when entering the cost_class_name production. EnterCost_class_name(c *Cost_class_nameContext) // EnterAttribute_name is called when entering the attribute_name production. EnterAttribute_name(c *Attribute_nameContext) // EnterSavepoint_name is called when entering the savepoint_name production. EnterSavepoint_name(c *Savepoint_nameContext) // EnterRollback_segment_name is called when entering the rollback_segment_name production. EnterRollback_segment_name(c *Rollback_segment_nameContext) // EnterTable_var_name is called when entering the table_var_name production. EnterTable_var_name(c *Table_var_nameContext) // EnterSchema_name is called when entering the schema_name production. EnterSchema_name(c *Schema_nameContext) // EnterRoutine_name is called when entering the routine_name production. EnterRoutine_name(c *Routine_nameContext) // EnterPackage_name is called when entering the package_name production. EnterPackage_name(c *Package_nameContext) // EnterImplementation_type_name is called when entering the implementation_type_name production. EnterImplementation_type_name(c *Implementation_type_nameContext) // EnterParameter_name is called when entering the parameter_name production. EnterParameter_name(c *Parameter_nameContext) // EnterReference_model_name is called when entering the reference_model_name production. EnterReference_model_name(c *Reference_model_nameContext) // EnterMain_model_name is called when entering the main_model_name production. EnterMain_model_name(c *Main_model_nameContext) // EnterContainer_tableview_name is called when entering the container_tableview_name production. EnterContainer_tableview_name(c *Container_tableview_nameContext) // EnterAggregate_function_name is called when entering the aggregate_function_name production. EnterAggregate_function_name(c *Aggregate_function_nameContext) // EnterQuery_name is called when entering the query_name production. EnterQuery_name(c *Query_nameContext) // EnterGrantee_name is called when entering the grantee_name production. EnterGrantee_name(c *Grantee_nameContext) // EnterRole_name is called when entering the role_name production. EnterRole_name(c *Role_nameContext) // EnterConstraint_name is called when entering the constraint_name production. EnterConstraint_name(c *Constraint_nameContext) // EnterLabel_name is called when entering the label_name production. EnterLabel_name(c *Label_nameContext) // EnterType_name is called when entering the type_name production. EnterType_name(c *Type_nameContext) // EnterSequence_name is called when entering the sequence_name production. EnterSequence_name(c *Sequence_nameContext) // EnterException_name is called when entering the exception_name production. EnterException_name(c *Exception_nameContext) // EnterFunction_name is called when entering the function_name production. EnterFunction_name(c *Function_nameContext) // EnterProcedure_name is called when entering the procedure_name production. EnterProcedure_name(c *Procedure_nameContext) // EnterTrigger_name is called when entering the trigger_name production. EnterTrigger_name(c *Trigger_nameContext) // EnterVariable_name is called when entering the variable_name production. EnterVariable_name(c *Variable_nameContext) // EnterIndex_name is called when entering the index_name production. EnterIndex_name(c *Index_nameContext) // EnterCursor_name is called when entering the cursor_name production. EnterCursor_name(c *Cursor_nameContext) // EnterRecord_name is called when entering the record_name production. EnterRecord_name(c *Record_nameContext) // EnterCollection_name is called when entering the collection_name production. EnterCollection_name(c *Collection_nameContext) // EnterLink_name is called when entering the link_name production. EnterLink_name(c *Link_nameContext) // EnterColumn_name is called when entering the column_name production. EnterColumn_name(c *Column_nameContext) // EnterTableview_name is called when entering the tableview_name production. EnterTableview_name(c *Tableview_nameContext) // EnterXmltable is called when entering the xmltable production. EnterXmltable(c *XmltableContext) // EnterChar_set_name is called when entering the char_set_name production. EnterChar_set_name(c *Char_set_nameContext) // EnterSynonym_name is called when entering the synonym_name production. EnterSynonym_name(c *Synonym_nameContext) // EnterSchema_object_name is called when entering the schema_object_name production. EnterSchema_object_name(c *Schema_object_nameContext) // EnterDir_object_name is called when entering the dir_object_name production. EnterDir_object_name(c *Dir_object_nameContext) // EnterUser_object_name is called when entering the user_object_name production. EnterUser_object_name(c *User_object_nameContext) // EnterGrant_object_name is called when entering the grant_object_name production. EnterGrant_object_name(c *Grant_object_nameContext) // EnterColumn_list is called when entering the column_list production. EnterColumn_list(c *Column_listContext) // EnterParen_column_list is called when entering the paren_column_list production. EnterParen_column_list(c *Paren_column_listContext) // EnterKeep_clause is called when entering the keep_clause production. EnterKeep_clause(c *Keep_clauseContext) // EnterFunction_argument is called when entering the function_argument production. EnterFunction_argument(c *Function_argumentContext) // EnterFunction_argument_analytic is called when entering the function_argument_analytic production. EnterFunction_argument_analytic(c *Function_argument_analyticContext) // EnterFunction_argument_modeling is called when entering the function_argument_modeling production. EnterFunction_argument_modeling(c *Function_argument_modelingContext) // EnterRespect_or_ignore_nulls is called when entering the respect_or_ignore_nulls production. EnterRespect_or_ignore_nulls(c *Respect_or_ignore_nullsContext) // EnterArgument is called when entering the argument production. EnterArgument(c *ArgumentContext) // EnterType_spec is called when entering the type_spec production. EnterType_spec(c *Type_specContext) // EnterDatatype is called when entering the datatype production. EnterDatatype(c *DatatypeContext) // EnterPrecision_part is called when entering the precision_part production. EnterPrecision_part(c *Precision_partContext) // EnterNative_datatype_element is called when entering the native_datatype_element production. EnterNative_datatype_element(c *Native_datatype_elementContext) // EnterBind_variable is called when entering the bind_variable production. EnterBind_variable(c *Bind_variableContext) // EnterGeneral_element is called when entering the general_element production. EnterGeneral_element(c *General_elementContext) // EnterGeneral_element_part is called when entering the general_element_part production. EnterGeneral_element_part(c *General_element_partContext) // EnterTable_element is called when entering the table_element production. EnterTable_element(c *Table_elementContext) // EnterObject_privilege is called when entering the object_privilege production. EnterObject_privilege(c *Object_privilegeContext) // EnterSystem_privilege is called when entering the system_privilege production. EnterSystem_privilege(c *System_privilegeContext) // EnterConstant is called when entering the constant production. EnterConstant(c *ConstantContext) // EnterNumeric is called when entering the numeric production. EnterNumeric(c *NumericContext) // EnterNumeric_negative is called when entering the numeric_negative production. EnterNumeric_negative(c *Numeric_negativeContext) // EnterQuoted_string is called when entering the quoted_string production. EnterQuoted_string(c *Quoted_stringContext) // EnterIdentifier is called when entering the identifier production. EnterIdentifier(c *IdentifierContext) // EnterId_expression is called when entering the id_expression production. EnterId_expression(c *Id_expressionContext) // EnterOuter_join_sign is called when entering the outer_join_sign production. EnterOuter_join_sign(c *Outer_join_signContext) // EnterRegular_id is called when entering the regular_id production. EnterRegular_id(c *Regular_idContext) // EnterNon_reserved_keywords_in_12c is called when entering the non_reserved_keywords_in_12c production. EnterNon_reserved_keywords_in_12c(c *Non_reserved_keywords_in_12cContext) // EnterNon_reserved_keywords_pre12c is called when entering the non_reserved_keywords_pre12c production. EnterNon_reserved_keywords_pre12c(c *Non_reserved_keywords_pre12cContext) // EnterString_function_name is called when entering the string_function_name production. EnterString_function_name(c *String_function_nameContext) // EnterNumeric_function_name is called when entering the numeric_function_name production. EnterNumeric_function_name(c *Numeric_function_nameContext) // ExitSql_script is called when exiting the sql_script production. ExitSql_script(c *Sql_scriptContext) // ExitUnit_statement is called when exiting the unit_statement production. ExitUnit_statement(c *Unit_statementContext) // ExitDrop_function is called when exiting the drop_function production. ExitDrop_function(c *Drop_functionContext) // ExitAlter_function is called when exiting the alter_function production. ExitAlter_function(c *Alter_functionContext) // ExitCreate_function_body is called when exiting the create_function_body production. ExitCreate_function_body(c *Create_function_bodyContext) // ExitParallel_enable_clause is called when exiting the parallel_enable_clause production. ExitParallel_enable_clause(c *Parallel_enable_clauseContext) // ExitPartition_by_clause is called when exiting the partition_by_clause production. ExitPartition_by_clause(c *Partition_by_clauseContext) // ExitResult_cache_clause is called when exiting the result_cache_clause production. ExitResult_cache_clause(c *Result_cache_clauseContext) // ExitRelies_on_part is called when exiting the relies_on_part production. ExitRelies_on_part(c *Relies_on_partContext) // ExitStreaming_clause is called when exiting the streaming_clause production. ExitStreaming_clause(c *Streaming_clauseContext) // ExitDrop_package is called when exiting the drop_package production. ExitDrop_package(c *Drop_packageContext) // ExitAlter_package is called when exiting the alter_package production. ExitAlter_package(c *Alter_packageContext) // ExitCreate_package is called when exiting the create_package production. ExitCreate_package(c *Create_packageContext) // ExitCreate_package_body is called when exiting the create_package_body production. ExitCreate_package_body(c *Create_package_bodyContext) // ExitPackage_obj_spec is called when exiting the package_obj_spec production. ExitPackage_obj_spec(c *Package_obj_specContext) // ExitProcedure_spec is called when exiting the procedure_spec production. ExitProcedure_spec(c *Procedure_specContext) // ExitFunction_spec is called when exiting the function_spec production. ExitFunction_spec(c *Function_specContext) // ExitPackage_obj_body is called when exiting the package_obj_body production. ExitPackage_obj_body(c *Package_obj_bodyContext) // ExitDrop_procedure is called when exiting the drop_procedure production. ExitDrop_procedure(c *Drop_procedureContext) // ExitAlter_procedure is called when exiting the alter_procedure production. ExitAlter_procedure(c *Alter_procedureContext) // ExitFunction_body is called when exiting the function_body production. ExitFunction_body(c *Function_bodyContext) // ExitProcedure_body is called when exiting the procedure_body production. ExitProcedure_body(c *Procedure_bodyContext) // ExitCreate_procedure_body is called when exiting the create_procedure_body production. ExitCreate_procedure_body(c *Create_procedure_bodyContext) // ExitDrop_trigger is called when exiting the drop_trigger production. ExitDrop_trigger(c *Drop_triggerContext) // ExitAlter_trigger is called when exiting the alter_trigger production. ExitAlter_trigger(c *Alter_triggerContext) // ExitCreate_trigger is called when exiting the create_trigger production. ExitCreate_trigger(c *Create_triggerContext) // ExitTrigger_follows_clause is called when exiting the trigger_follows_clause production. ExitTrigger_follows_clause(c *Trigger_follows_clauseContext) // ExitTrigger_when_clause is called when exiting the trigger_when_clause production. ExitTrigger_when_clause(c *Trigger_when_clauseContext) // ExitSimple_dml_trigger is called when exiting the simple_dml_trigger production. ExitSimple_dml_trigger(c *Simple_dml_triggerContext) // ExitFor_each_row is called when exiting the for_each_row production. ExitFor_each_row(c *For_each_rowContext) // ExitCompound_dml_trigger is called when exiting the compound_dml_trigger production. ExitCompound_dml_trigger(c *Compound_dml_triggerContext) // ExitNon_dml_trigger is called when exiting the non_dml_trigger production. ExitNon_dml_trigger(c *Non_dml_triggerContext) // ExitTrigger_body is called when exiting the trigger_body production. ExitTrigger_body(c *Trigger_bodyContext) // ExitRoutine_clause is called when exiting the routine_clause production. ExitRoutine_clause(c *Routine_clauseContext) // ExitCompound_trigger_block is called when exiting the compound_trigger_block production. ExitCompound_trigger_block(c *Compound_trigger_blockContext) // ExitTiming_point_section is called when exiting the timing_point_section production. ExitTiming_point_section(c *Timing_point_sectionContext) // ExitNon_dml_event is called when exiting the non_dml_event production. ExitNon_dml_event(c *Non_dml_eventContext) // ExitDml_event_clause is called when exiting the dml_event_clause production. ExitDml_event_clause(c *Dml_event_clauseContext) // ExitDml_event_element is called when exiting the dml_event_element production. ExitDml_event_element(c *Dml_event_elementContext) // ExitDml_event_nested_clause is called when exiting the dml_event_nested_clause production. ExitDml_event_nested_clause(c *Dml_event_nested_clauseContext) // ExitReferencing_clause is called when exiting the referencing_clause production. ExitReferencing_clause(c *Referencing_clauseContext) // ExitReferencing_element is called when exiting the referencing_element production. ExitReferencing_element(c *Referencing_elementContext) // ExitDrop_type is called when exiting the drop_type production. ExitDrop_type(c *Drop_typeContext) // ExitAlter_type is called when exiting the alter_type production. ExitAlter_type(c *Alter_typeContext) // ExitCompile_type_clause is called when exiting the compile_type_clause production. ExitCompile_type_clause(c *Compile_type_clauseContext) // ExitReplace_type_clause is called when exiting the replace_type_clause production. ExitReplace_type_clause(c *Replace_type_clauseContext) // ExitAlter_method_spec is called when exiting the alter_method_spec production. ExitAlter_method_spec(c *Alter_method_specContext) // ExitAlter_method_element is called when exiting the alter_method_element production. ExitAlter_method_element(c *Alter_method_elementContext) // ExitAlter_attribute_definition is called when exiting the alter_attribute_definition production. ExitAlter_attribute_definition(c *Alter_attribute_definitionContext) // ExitAttribute_definition is called when exiting the attribute_definition production. ExitAttribute_definition(c *Attribute_definitionContext) // ExitAlter_collection_clauses is called when exiting the alter_collection_clauses production. ExitAlter_collection_clauses(c *Alter_collection_clausesContext) // ExitDependent_handling_clause is called when exiting the dependent_handling_clause production. ExitDependent_handling_clause(c *Dependent_handling_clauseContext) // ExitDependent_exceptions_part is called when exiting the dependent_exceptions_part production. ExitDependent_exceptions_part(c *Dependent_exceptions_partContext) // ExitCreate_type is called when exiting the create_type production. ExitCreate_type(c *Create_typeContext) // ExitType_definition is called when exiting the type_definition production. ExitType_definition(c *Type_definitionContext) // ExitObject_type_def is called when exiting the object_type_def production. ExitObject_type_def(c *Object_type_defContext) // ExitObject_as_part is called when exiting the object_as_part production. ExitObject_as_part(c *Object_as_partContext) // ExitObject_under_part is called when exiting the object_under_part production. ExitObject_under_part(c *Object_under_partContext) // ExitNested_table_type_def is called when exiting the nested_table_type_def production. ExitNested_table_type_def(c *Nested_table_type_defContext) // ExitSqlj_object_type is called when exiting the sqlj_object_type production. ExitSqlj_object_type(c *Sqlj_object_typeContext) // ExitType_body is called when exiting the type_body production. ExitType_body(c *Type_bodyContext) // ExitType_body_elements is called when exiting the type_body_elements production. ExitType_body_elements(c *Type_body_elementsContext) // ExitMap_order_func_declaration is called when exiting the map_order_func_declaration production. ExitMap_order_func_declaration(c *Map_order_func_declarationContext) // ExitSubprog_decl_in_type is called when exiting the subprog_decl_in_type production. ExitSubprog_decl_in_type(c *Subprog_decl_in_typeContext) // ExitProc_decl_in_type is called when exiting the proc_decl_in_type production. ExitProc_decl_in_type(c *Proc_decl_in_typeContext) // ExitFunc_decl_in_type is called when exiting the func_decl_in_type production. ExitFunc_decl_in_type(c *Func_decl_in_typeContext) // ExitConstructor_declaration is called when exiting the constructor_declaration production. ExitConstructor_declaration(c *Constructor_declarationContext) // ExitModifier_clause is called when exiting the modifier_clause production. ExitModifier_clause(c *Modifier_clauseContext) // ExitObject_member_spec is called when exiting the object_member_spec production. ExitObject_member_spec(c *Object_member_specContext) // ExitSqlj_object_type_attr is called when exiting the sqlj_object_type_attr production. ExitSqlj_object_type_attr(c *Sqlj_object_type_attrContext) // ExitElement_spec is called when exiting the element_spec production. ExitElement_spec(c *Element_specContext) // ExitElement_spec_options is called when exiting the element_spec_options production. ExitElement_spec_options(c *Element_spec_optionsContext) // ExitSubprogram_spec is called when exiting the subprogram_spec production. ExitSubprogram_spec(c *Subprogram_specContext) // ExitOverriding_subprogram_spec is called when exiting the overriding_subprogram_spec production. ExitOverriding_subprogram_spec(c *Overriding_subprogram_specContext) // ExitOverriding_function_spec is called when exiting the overriding_function_spec production. ExitOverriding_function_spec(c *Overriding_function_specContext) // ExitType_procedure_spec is called when exiting the type_procedure_spec production. ExitType_procedure_spec(c *Type_procedure_specContext) // ExitType_function_spec is called when exiting the type_function_spec production. ExitType_function_spec(c *Type_function_specContext) // ExitConstructor_spec is called when exiting the constructor_spec production. ExitConstructor_spec(c *Constructor_specContext) // ExitMap_order_function_spec is called when exiting the map_order_function_spec production. ExitMap_order_function_spec(c *Map_order_function_specContext) // ExitPragma_clause is called when exiting the pragma_clause production. ExitPragma_clause(c *Pragma_clauseContext) // ExitPragma_elements is called when exiting the pragma_elements production. ExitPragma_elements(c *Pragma_elementsContext) // ExitType_elements_parameter is called when exiting the type_elements_parameter production. ExitType_elements_parameter(c *Type_elements_parameterContext) // ExitDrop_sequence is called when exiting the drop_sequence production. ExitDrop_sequence(c *Drop_sequenceContext) // ExitAlter_sequence is called when exiting the alter_sequence production. ExitAlter_sequence(c *Alter_sequenceContext) // ExitAlter_session is called when exiting the alter_session production. ExitAlter_session(c *Alter_sessionContext) // ExitAlter_session_set_clause is called when exiting the alter_session_set_clause production. ExitAlter_session_set_clause(c *Alter_session_set_clauseContext) // ExitCreate_sequence is called when exiting the create_sequence production. ExitCreate_sequence(c *Create_sequenceContext) // ExitSequence_spec is called when exiting the sequence_spec production. ExitSequence_spec(c *Sequence_specContext) // ExitSequence_start_clause is called when exiting the sequence_start_clause production. ExitSequence_start_clause(c *Sequence_start_clauseContext) // ExitCreate_index is called when exiting the create_index production. ExitCreate_index(c *Create_indexContext) // ExitCluster_index_clause is called when exiting the cluster_index_clause production. ExitCluster_index_clause(c *Cluster_index_clauseContext) // ExitCluster_name is called when exiting the cluster_name production. ExitCluster_name(c *Cluster_nameContext) // ExitTable_index_clause is called when exiting the table_index_clause production. ExitTable_index_clause(c *Table_index_clauseContext) // ExitBitmap_join_index_clause is called when exiting the bitmap_join_index_clause production. ExitBitmap_join_index_clause(c *Bitmap_join_index_clauseContext) // ExitIndex_expr is called when exiting the index_expr production. ExitIndex_expr(c *Index_exprContext) // ExitIndex_properties is called when exiting the index_properties production. ExitIndex_properties(c *Index_propertiesContext) // ExitDomain_index_clause is called when exiting the domain_index_clause production. ExitDomain_index_clause(c *Domain_index_clauseContext) // ExitLocal_domain_index_clause is called when exiting the local_domain_index_clause production. ExitLocal_domain_index_clause(c *Local_domain_index_clauseContext) // ExitXmlindex_clause is called when exiting the xmlindex_clause production. ExitXmlindex_clause(c *Xmlindex_clauseContext) // ExitLocal_xmlindex_clause is called when exiting the local_xmlindex_clause production. ExitLocal_xmlindex_clause(c *Local_xmlindex_clauseContext) // ExitGlobal_partitioned_index is called when exiting the global_partitioned_index production. ExitGlobal_partitioned_index(c *Global_partitioned_indexContext) // ExitIndex_partitioning_clause is called when exiting the index_partitioning_clause production. ExitIndex_partitioning_clause(c *Index_partitioning_clauseContext) // ExitLocal_partitioned_index is called when exiting the local_partitioned_index production. ExitLocal_partitioned_index(c *Local_partitioned_indexContext) // ExitOn_range_partitioned_table is called when exiting the on_range_partitioned_table production. ExitOn_range_partitioned_table(c *On_range_partitioned_tableContext) // ExitOn_list_partitioned_table is called when exiting the on_list_partitioned_table production. ExitOn_list_partitioned_table(c *On_list_partitioned_tableContext) // ExitPartitioned_table is called when exiting the partitioned_table production. ExitPartitioned_table(c *Partitioned_tableContext) // ExitOn_hash_partitioned_table is called when exiting the on_hash_partitioned_table production. ExitOn_hash_partitioned_table(c *On_hash_partitioned_tableContext) // ExitOn_hash_partitioned_clause is called when exiting the on_hash_partitioned_clause production. ExitOn_hash_partitioned_clause(c *On_hash_partitioned_clauseContext) // ExitOn_comp_partitioned_table is called when exiting the on_comp_partitioned_table production. ExitOn_comp_partitioned_table(c *On_comp_partitioned_tableContext) // ExitOn_comp_partitioned_clause is called when exiting the on_comp_partitioned_clause production. ExitOn_comp_partitioned_clause(c *On_comp_partitioned_clauseContext) // ExitIndex_subpartition_clause is called when exiting the index_subpartition_clause production. ExitIndex_subpartition_clause(c *Index_subpartition_clauseContext) // ExitIndex_subpartition_subclause is called when exiting the index_subpartition_subclause production. ExitIndex_subpartition_subclause(c *Index_subpartition_subclauseContext) // ExitOdci_parameters is called when exiting the odci_parameters production. ExitOdci_parameters(c *Odci_parametersContext) // ExitIndextype is called when exiting the indextype production. ExitIndextype(c *IndextypeContext) // ExitAlter_index is called when exiting the alter_index production. ExitAlter_index(c *Alter_indexContext) // ExitAlter_index_ops_set1 is called when exiting the alter_index_ops_set1 production. ExitAlter_index_ops_set1(c *Alter_index_ops_set1Context) // ExitAlter_index_ops_set2 is called when exiting the alter_index_ops_set2 production. ExitAlter_index_ops_set2(c *Alter_index_ops_set2Context) // ExitVisible_or_invisible is called when exiting the visible_or_invisible production. ExitVisible_or_invisible(c *Visible_or_invisibleContext) // ExitMonitoring_nomonitoring is called when exiting the monitoring_nomonitoring production. ExitMonitoring_nomonitoring(c *Monitoring_nomonitoringContext) // ExitRebuild_clause is called when exiting the rebuild_clause production. ExitRebuild_clause(c *Rebuild_clauseContext) // ExitAlter_index_partitioning is called when exiting the alter_index_partitioning production. ExitAlter_index_partitioning(c *Alter_index_partitioningContext) // ExitModify_index_default_attrs is called when exiting the modify_index_default_attrs production. ExitModify_index_default_attrs(c *Modify_index_default_attrsContext) // ExitAdd_hash_index_partition is called when exiting the add_hash_index_partition production. ExitAdd_hash_index_partition(c *Add_hash_index_partitionContext) // ExitCoalesce_index_partition is called when exiting the coalesce_index_partition production. ExitCoalesce_index_partition(c *Coalesce_index_partitionContext) // ExitModify_index_partition is called when exiting the modify_index_partition production. ExitModify_index_partition(c *Modify_index_partitionContext) // ExitModify_index_partitions_ops is called when exiting the modify_index_partitions_ops production. ExitModify_index_partitions_ops(c *Modify_index_partitions_opsContext) // ExitRename_index_partition is called when exiting the rename_index_partition production. ExitRename_index_partition(c *Rename_index_partitionContext) // ExitDrop_index_partition is called when exiting the drop_index_partition production. ExitDrop_index_partition(c *Drop_index_partitionContext) // ExitSplit_index_partition is called when exiting the split_index_partition production. ExitSplit_index_partition(c *Split_index_partitionContext) // ExitIndex_partition_description is called when exiting the index_partition_description production. ExitIndex_partition_description(c *Index_partition_descriptionContext) // ExitModify_index_subpartition is called when exiting the modify_index_subpartition production. ExitModify_index_subpartition(c *Modify_index_subpartitionContext) // ExitPartition_name_old is called when exiting the partition_name_old production. ExitPartition_name_old(c *Partition_name_oldContext) // ExitNew_partition_name is called when exiting the new_partition_name production. ExitNew_partition_name(c *New_partition_nameContext) // ExitNew_index_name is called when exiting the new_index_name production. ExitNew_index_name(c *New_index_nameContext) // ExitCreate_user is called when exiting the create_user production. ExitCreate_user(c *Create_userContext) // ExitAlter_user is called when exiting the alter_user production. ExitAlter_user(c *Alter_userContext) // ExitAlter_identified_by is called when exiting the alter_identified_by production. ExitAlter_identified_by(c *Alter_identified_byContext) // ExitIdentified_by is called when exiting the identified_by production. ExitIdentified_by(c *Identified_byContext) // ExitIdentified_other_clause is called when exiting the identified_other_clause production. ExitIdentified_other_clause(c *Identified_other_clauseContext) // ExitUser_tablespace_clause is called when exiting the user_tablespace_clause production. ExitUser_tablespace_clause(c *User_tablespace_clauseContext) // ExitQuota_clause is called when exiting the quota_clause production. ExitQuota_clause(c *Quota_clauseContext) // ExitProfile_clause is called when exiting the profile_clause production. ExitProfile_clause(c *Profile_clauseContext) // ExitRole_clause is called when exiting the role_clause production. ExitRole_clause(c *Role_clauseContext) // ExitUser_default_role_clause is called when exiting the user_default_role_clause production. ExitUser_default_role_clause(c *User_default_role_clauseContext) // ExitPassword_expire_clause is called when exiting the password_expire_clause production. ExitPassword_expire_clause(c *Password_expire_clauseContext) // ExitUser_lock_clause is called when exiting the user_lock_clause production. ExitUser_lock_clause(c *User_lock_clauseContext) // ExitUser_editions_clause is called when exiting the user_editions_clause production. ExitUser_editions_clause(c *User_editions_clauseContext) // ExitAlter_user_editions_clause is called when exiting the alter_user_editions_clause production. ExitAlter_user_editions_clause(c *Alter_user_editions_clauseContext) // ExitProxy_clause is called when exiting the proxy_clause production. ExitProxy_clause(c *Proxy_clauseContext) // ExitContainer_names is called when exiting the container_names production. ExitContainer_names(c *Container_namesContext) // ExitSet_container_data is called when exiting the set_container_data production. ExitSet_container_data(c *Set_container_dataContext) // ExitAdd_rem_container_data is called when exiting the add_rem_container_data production. ExitAdd_rem_container_data(c *Add_rem_container_dataContext) // ExitContainer_data_clause is called when exiting the container_data_clause production. ExitContainer_data_clause(c *Container_data_clauseContext) // ExitAnalyze is called when exiting the analyze production. ExitAnalyze(c *AnalyzeContext) // ExitPartition_extention_clause is called when exiting the partition_extention_clause production. ExitPartition_extention_clause(c *Partition_extention_clauseContext) // ExitValidation_clauses is called when exiting the validation_clauses production. ExitValidation_clauses(c *Validation_clausesContext) // ExitOnline_or_offline is called when exiting the online_or_offline production. ExitOnline_or_offline(c *Online_or_offlineContext) // ExitInto_clause1 is called when exiting the into_clause1 production. ExitInto_clause1(c *Into_clause1Context) // ExitPartition_key_value is called when exiting the partition_key_value production. ExitPartition_key_value(c *Partition_key_valueContext) // ExitSubpartition_key_value is called when exiting the subpartition_key_value production. ExitSubpartition_key_value(c *Subpartition_key_valueContext) // ExitAssociate_statistics is called when exiting the associate_statistics production. ExitAssociate_statistics(c *Associate_statisticsContext) // ExitColumn_association is called when exiting the column_association production. ExitColumn_association(c *Column_associationContext) // ExitFunction_association is called when exiting the function_association production. ExitFunction_association(c *Function_associationContext) // ExitIndextype_name is called when exiting the indextype_name production. ExitIndextype_name(c *Indextype_nameContext) // ExitUsing_statistics_type is called when exiting the using_statistics_type production. ExitUsing_statistics_type(c *Using_statistics_typeContext) // ExitStatistics_type_name is called when exiting the statistics_type_name production. ExitStatistics_type_name(c *Statistics_type_nameContext) // ExitDefault_cost_clause is called when exiting the default_cost_clause production. ExitDefault_cost_clause(c *Default_cost_clauseContext) // ExitCpu_cost is called when exiting the cpu_cost production. ExitCpu_cost(c *Cpu_costContext) // ExitIo_cost is called when exiting the io_cost production. ExitIo_cost(c *Io_costContext) // ExitNetwork_cost is called when exiting the network_cost production. ExitNetwork_cost(c *Network_costContext) // ExitDefault_selectivity_clause is called when exiting the default_selectivity_clause production. ExitDefault_selectivity_clause(c *Default_selectivity_clauseContext) // ExitDefault_selectivity is called when exiting the default_selectivity production. ExitDefault_selectivity(c *Default_selectivityContext) // ExitStorage_table_clause is called when exiting the storage_table_clause production. ExitStorage_table_clause(c *Storage_table_clauseContext) // ExitUnified_auditing is called when exiting the unified_auditing production. ExitUnified_auditing(c *Unified_auditingContext) // ExitPolicy_name is called when exiting the policy_name production. ExitPolicy_name(c *Policy_nameContext) // ExitAudit_traditional is called when exiting the audit_traditional production. ExitAudit_traditional(c *Audit_traditionalContext) // ExitAudit_direct_path is called when exiting the audit_direct_path production. ExitAudit_direct_path(c *Audit_direct_pathContext) // ExitAudit_container_clause is called when exiting the audit_container_clause production. ExitAudit_container_clause(c *Audit_container_clauseContext) // ExitAudit_operation_clause is called when exiting the audit_operation_clause production. ExitAudit_operation_clause(c *Audit_operation_clauseContext) // ExitAuditing_by_clause is called when exiting the auditing_by_clause production. ExitAuditing_by_clause(c *Auditing_by_clauseContext) // ExitAudit_user is called when exiting the audit_user production. ExitAudit_user(c *Audit_userContext) // ExitAudit_schema_object_clause is called when exiting the audit_schema_object_clause production. ExitAudit_schema_object_clause(c *Audit_schema_object_clauseContext) // ExitSql_operation is called when exiting the sql_operation production. ExitSql_operation(c *Sql_operationContext) // ExitAuditing_on_clause is called when exiting the auditing_on_clause production. ExitAuditing_on_clause(c *Auditing_on_clauseContext) // ExitModel_name is called when exiting the model_name production. ExitModel_name(c *Model_nameContext) // ExitObject_name is called when exiting the object_name production. ExitObject_name(c *Object_nameContext) // ExitProfile_name is called when exiting the profile_name production. ExitProfile_name(c *Profile_nameContext) // ExitSql_statement_shortcut is called when exiting the sql_statement_shortcut production. ExitSql_statement_shortcut(c *Sql_statement_shortcutContext) // ExitDrop_index is called when exiting the drop_index production. ExitDrop_index(c *Drop_indexContext) // ExitRename_object is called when exiting the rename_object production. ExitRename_object(c *Rename_objectContext) // ExitGrant_statement is called when exiting the grant_statement production. ExitGrant_statement(c *Grant_statementContext) // ExitContainer_clause is called when exiting the container_clause production. ExitContainer_clause(c *Container_clauseContext) // ExitCreate_directory is called when exiting the create_directory production. ExitCreate_directory(c *Create_directoryContext) // ExitDirectory_name is called when exiting the directory_name production. ExitDirectory_name(c *Directory_nameContext) // ExitDirectory_path is called when exiting the directory_path production. ExitDirectory_path(c *Directory_pathContext) // ExitAlter_library is called when exiting the alter_library production. ExitAlter_library(c *Alter_libraryContext) // ExitLibrary_editionable is called when exiting the library_editionable production. ExitLibrary_editionable(c *Library_editionableContext) // ExitLibrary_debug is called when exiting the library_debug production. ExitLibrary_debug(c *Library_debugContext) // ExitCompiler_parameters_clause is called when exiting the compiler_parameters_clause production. ExitCompiler_parameters_clause(c *Compiler_parameters_clauseContext) // ExitParameter_value is called when exiting the parameter_value production. ExitParameter_value(c *Parameter_valueContext) // ExitLibrary_name is called when exiting the library_name production. ExitLibrary_name(c *Library_nameContext) // ExitAlter_view is called when exiting the alter_view production. ExitAlter_view(c *Alter_viewContext) // ExitAlter_view_editionable is called when exiting the alter_view_editionable production. ExitAlter_view_editionable(c *Alter_view_editionableContext) // ExitCreate_view is called when exiting the create_view production. ExitCreate_view(c *Create_viewContext) // ExitView_options is called when exiting the view_options production. ExitView_options(c *View_optionsContext) // ExitView_alias_constraint is called when exiting the view_alias_constraint production. ExitView_alias_constraint(c *View_alias_constraintContext) // ExitObject_view_clause is called when exiting the object_view_clause production. ExitObject_view_clause(c *Object_view_clauseContext) // ExitInline_constraint is called when exiting the inline_constraint production. ExitInline_constraint(c *Inline_constraintContext) // ExitInline_ref_constraint is called when exiting the inline_ref_constraint production. ExitInline_ref_constraint(c *Inline_ref_constraintContext) // ExitOut_of_line_ref_constraint is called when exiting the out_of_line_ref_constraint production. ExitOut_of_line_ref_constraint(c *Out_of_line_ref_constraintContext) // ExitOut_of_line_constraint is called when exiting the out_of_line_constraint production. ExitOut_of_line_constraint(c *Out_of_line_constraintContext) // ExitConstraint_state is called when exiting the constraint_state production. ExitConstraint_state(c *Constraint_stateContext) // ExitAlter_tablespace is called when exiting the alter_tablespace production. ExitAlter_tablespace(c *Alter_tablespaceContext) // ExitDatafile_tempfile_clauses is called when exiting the datafile_tempfile_clauses production. ExitDatafile_tempfile_clauses(c *Datafile_tempfile_clausesContext) // ExitTablespace_logging_clauses is called when exiting the tablespace_logging_clauses production. ExitTablespace_logging_clauses(c *Tablespace_logging_clausesContext) // ExitTablespace_group_clause is called when exiting the tablespace_group_clause production. ExitTablespace_group_clause(c *Tablespace_group_clauseContext) // ExitTablespace_group_name is called when exiting the tablespace_group_name production. ExitTablespace_group_name(c *Tablespace_group_nameContext) // ExitTablespace_state_clauses is called when exiting the tablespace_state_clauses production. ExitTablespace_state_clauses(c *Tablespace_state_clausesContext) // ExitFlashback_mode_clause is called when exiting the flashback_mode_clause production. ExitFlashback_mode_clause(c *Flashback_mode_clauseContext) // ExitNew_tablespace_name is called when exiting the new_tablespace_name production. ExitNew_tablespace_name(c *New_tablespace_nameContext) // ExitCreate_tablespace is called when exiting the create_tablespace production. ExitCreate_tablespace(c *Create_tablespaceContext) // ExitPermanent_tablespace_clause is called when exiting the permanent_tablespace_clause production. ExitPermanent_tablespace_clause(c *Permanent_tablespace_clauseContext) // ExitTablespace_encryption_spec is called when exiting the tablespace_encryption_spec production. ExitTablespace_encryption_spec(c *Tablespace_encryption_specContext) // ExitLogging_clause is called when exiting the logging_clause production. ExitLogging_clause(c *Logging_clauseContext) // ExitExtent_management_clause is called when exiting the extent_management_clause production. ExitExtent_management_clause(c *Extent_management_clauseContext) // ExitSegment_management_clause is called when exiting the segment_management_clause production. ExitSegment_management_clause(c *Segment_management_clauseContext) // ExitTemporary_tablespace_clause is called when exiting the temporary_tablespace_clause production. ExitTemporary_tablespace_clause(c *Temporary_tablespace_clauseContext) // ExitUndo_tablespace_clause is called when exiting the undo_tablespace_clause production. ExitUndo_tablespace_clause(c *Undo_tablespace_clauseContext) // ExitTablespace_retention_clause is called when exiting the tablespace_retention_clause production. ExitTablespace_retention_clause(c *Tablespace_retention_clauseContext) // ExitDatafile_specification is called when exiting the datafile_specification production. ExitDatafile_specification(c *Datafile_specificationContext) // ExitTempfile_specification is called when exiting the tempfile_specification production. ExitTempfile_specification(c *Tempfile_specificationContext) // ExitDatafile_tempfile_spec is called when exiting the datafile_tempfile_spec production. ExitDatafile_tempfile_spec(c *Datafile_tempfile_specContext) // ExitRedo_log_file_spec is called when exiting the redo_log_file_spec production. ExitRedo_log_file_spec(c *Redo_log_file_specContext) // ExitAutoextend_clause is called when exiting the autoextend_clause production. ExitAutoextend_clause(c *Autoextend_clauseContext) // ExitMaxsize_clause is called when exiting the maxsize_clause production. ExitMaxsize_clause(c *Maxsize_clauseContext) // ExitBuild_clause is called when exiting the build_clause production. ExitBuild_clause(c *Build_clauseContext) // ExitParallel_clause is called when exiting the parallel_clause production. ExitParallel_clause(c *Parallel_clauseContext) // ExitAlter_materialized_view is called when exiting the alter_materialized_view production. ExitAlter_materialized_view(c *Alter_materialized_viewContext) // ExitAlter_mv_option1 is called when exiting the alter_mv_option1 production. ExitAlter_mv_option1(c *Alter_mv_option1Context) // ExitAlter_mv_refresh is called when exiting the alter_mv_refresh production. ExitAlter_mv_refresh(c *Alter_mv_refreshContext) // ExitRollback_segment is called when exiting the rollback_segment production. ExitRollback_segment(c *Rollback_segmentContext) // ExitModify_mv_column_clause is called when exiting the modify_mv_column_clause production. ExitModify_mv_column_clause(c *Modify_mv_column_clauseContext) // ExitAlter_materialized_view_log is called when exiting the alter_materialized_view_log production. ExitAlter_materialized_view_log(c *Alter_materialized_view_logContext) // ExitAdd_mv_log_column_clause is called when exiting the add_mv_log_column_clause production. ExitAdd_mv_log_column_clause(c *Add_mv_log_column_clauseContext) // ExitMove_mv_log_clause is called when exiting the move_mv_log_clause production. ExitMove_mv_log_clause(c *Move_mv_log_clauseContext) // ExitMv_log_augmentation is called when exiting the mv_log_augmentation production. ExitMv_log_augmentation(c *Mv_log_augmentationContext) // ExitDatetime_expr is called when exiting the datetime_expr production. ExitDatetime_expr(c *Datetime_exprContext) // ExitInterval_expr is called when exiting the interval_expr production. ExitInterval_expr(c *Interval_exprContext) // ExitSynchronous_or_asynchronous is called when exiting the synchronous_or_asynchronous production. ExitSynchronous_or_asynchronous(c *Synchronous_or_asynchronousContext) // ExitIncluding_or_excluding is called when exiting the including_or_excluding production. ExitIncluding_or_excluding(c *Including_or_excludingContext) // ExitCreate_materialized_view_log is called when exiting the create_materialized_view_log production. ExitCreate_materialized_view_log(c *Create_materialized_view_logContext) // ExitNew_values_clause is called when exiting the new_values_clause production. ExitNew_values_clause(c *New_values_clauseContext) // ExitMv_log_purge_clause is called when exiting the mv_log_purge_clause production. ExitMv_log_purge_clause(c *Mv_log_purge_clauseContext) // ExitCreate_materialized_view is called when exiting the create_materialized_view production. ExitCreate_materialized_view(c *Create_materialized_viewContext) // ExitCreate_mv_refresh is called when exiting the create_mv_refresh production. ExitCreate_mv_refresh(c *Create_mv_refreshContext) // ExitCreate_context is called when exiting the create_context production. ExitCreate_context(c *Create_contextContext) // ExitOracle_namespace is called when exiting the oracle_namespace production. ExitOracle_namespace(c *Oracle_namespaceContext) // ExitCreate_cluster is called when exiting the create_cluster production. ExitCreate_cluster(c *Create_clusterContext) // ExitCreate_table is called when exiting the create_table production. ExitCreate_table(c *Create_tableContext) // ExitXmltype_table is called when exiting the xmltype_table production. ExitXmltype_table(c *Xmltype_tableContext) // ExitXmltype_virtual_columns is called when exiting the xmltype_virtual_columns production. ExitXmltype_virtual_columns(c *Xmltype_virtual_columnsContext) // ExitXmltype_column_properties is called when exiting the xmltype_column_properties production. ExitXmltype_column_properties(c *Xmltype_column_propertiesContext) // ExitXmltype_storage is called when exiting the xmltype_storage production. ExitXmltype_storage(c *Xmltype_storageContext) // ExitXmlschema_spec is called when exiting the xmlschema_spec production. ExitXmlschema_spec(c *Xmlschema_specContext) // ExitObject_table is called when exiting the object_table production. ExitObject_table(c *Object_tableContext) // ExitOid_index_clause is called when exiting the oid_index_clause production. ExitOid_index_clause(c *Oid_index_clauseContext) // ExitOid_clause is called when exiting the oid_clause production. ExitOid_clause(c *Oid_clauseContext) // ExitObject_properties is called when exiting the object_properties production. ExitObject_properties(c *Object_propertiesContext) // ExitObject_table_substitution is called when exiting the object_table_substitution production. ExitObject_table_substitution(c *Object_table_substitutionContext) // ExitRelational_table is called when exiting the relational_table production. ExitRelational_table(c *Relational_tableContext) // ExitRelational_property is called when exiting the relational_property production. ExitRelational_property(c *Relational_propertyContext) // ExitTable_partitioning_clauses is called when exiting the table_partitioning_clauses production. ExitTable_partitioning_clauses(c *Table_partitioning_clausesContext) // ExitRange_partitions is called when exiting the range_partitions production. ExitRange_partitions(c *Range_partitionsContext) // ExitList_partitions is called when exiting the list_partitions production. ExitList_partitions(c *List_partitionsContext) // ExitHash_partitions is called when exiting the hash_partitions production. ExitHash_partitions(c *Hash_partitionsContext) // ExitIndividual_hash_partitions is called when exiting the individual_hash_partitions production. ExitIndividual_hash_partitions(c *Individual_hash_partitionsContext) // ExitHash_partitions_by_quantity is called when exiting the hash_partitions_by_quantity production. ExitHash_partitions_by_quantity(c *Hash_partitions_by_quantityContext) // ExitHash_partition_quantity is called when exiting the hash_partition_quantity production. ExitHash_partition_quantity(c *Hash_partition_quantityContext) // ExitComposite_range_partitions is called when exiting the composite_range_partitions production. ExitComposite_range_partitions(c *Composite_range_partitionsContext) // ExitComposite_list_partitions is called when exiting the composite_list_partitions production. ExitComposite_list_partitions(c *Composite_list_partitionsContext) // ExitComposite_hash_partitions is called when exiting the composite_hash_partitions production. ExitComposite_hash_partitions(c *Composite_hash_partitionsContext) // ExitReference_partitioning is called when exiting the reference_partitioning production. ExitReference_partitioning(c *Reference_partitioningContext) // ExitReference_partition_desc is called when exiting the reference_partition_desc production. ExitReference_partition_desc(c *Reference_partition_descContext) // ExitSystem_partitioning is called when exiting the system_partitioning production. ExitSystem_partitioning(c *System_partitioningContext) // ExitRange_partition_desc is called when exiting the range_partition_desc production. ExitRange_partition_desc(c *Range_partition_descContext) // ExitList_partition_desc is called when exiting the list_partition_desc production. ExitList_partition_desc(c *List_partition_descContext) // ExitSubpartition_template is called when exiting the subpartition_template production. ExitSubpartition_template(c *Subpartition_templateContext) // ExitHash_subpartition_quantity is called when exiting the hash_subpartition_quantity production. ExitHash_subpartition_quantity(c *Hash_subpartition_quantityContext) // ExitSubpartition_by_range is called when exiting the subpartition_by_range production. ExitSubpartition_by_range(c *Subpartition_by_rangeContext) // ExitSubpartition_by_list is called when exiting the subpartition_by_list production. ExitSubpartition_by_list(c *Subpartition_by_listContext) // ExitSubpartition_by_hash is called when exiting the subpartition_by_hash production. ExitSubpartition_by_hash(c *Subpartition_by_hashContext) // ExitSubpartition_name is called when exiting the subpartition_name production. ExitSubpartition_name(c *Subpartition_nameContext) // ExitRange_subpartition_desc is called when exiting the range_subpartition_desc production. ExitRange_subpartition_desc(c *Range_subpartition_descContext) // ExitList_subpartition_desc is called when exiting the list_subpartition_desc production. ExitList_subpartition_desc(c *List_subpartition_descContext) // ExitIndividual_hash_subparts is called when exiting the individual_hash_subparts production. ExitIndividual_hash_subparts(c *Individual_hash_subpartsContext) // ExitHash_subparts_by_quantity is called when exiting the hash_subparts_by_quantity production. ExitHash_subparts_by_quantity(c *Hash_subparts_by_quantityContext) // ExitRange_values_clause is called when exiting the range_values_clause production. ExitRange_values_clause(c *Range_values_clauseContext) // ExitList_values_clause is called when exiting the list_values_clause production. ExitList_values_clause(c *List_values_clauseContext) // ExitTable_partition_description is called when exiting the table_partition_description production. ExitTable_partition_description(c *Table_partition_descriptionContext) // ExitPartitioning_storage_clause is called when exiting the partitioning_storage_clause production. ExitPartitioning_storage_clause(c *Partitioning_storage_clauseContext) // ExitLob_partitioning_storage is called when exiting the lob_partitioning_storage production. ExitLob_partitioning_storage(c *Lob_partitioning_storageContext) // ExitDatatype_null_enable is called when exiting the datatype_null_enable production. ExitDatatype_null_enable(c *Datatype_null_enableContext) // ExitSize_clause is called when exiting the size_clause production. ExitSize_clause(c *Size_clauseContext) // ExitTable_compression is called when exiting the table_compression production. ExitTable_compression(c *Table_compressionContext) // ExitPhysical_attributes_clause is called when exiting the physical_attributes_clause production. ExitPhysical_attributes_clause(c *Physical_attributes_clauseContext) // ExitStorage_clause is called when exiting the storage_clause production. ExitStorage_clause(c *Storage_clauseContext) // ExitDeferred_segment_creation is called when exiting the deferred_segment_creation production. ExitDeferred_segment_creation(c *Deferred_segment_creationContext) // ExitSegment_attributes_clause is called when exiting the segment_attributes_clause production. ExitSegment_attributes_clause(c *Segment_attributes_clauseContext) // ExitPhysical_properties is called when exiting the physical_properties production. ExitPhysical_properties(c *Physical_propertiesContext) // ExitRow_movement_clause is called when exiting the row_movement_clause production. ExitRow_movement_clause(c *Row_movement_clauseContext) // ExitFlashback_archive_clause is called when exiting the flashback_archive_clause production. ExitFlashback_archive_clause(c *Flashback_archive_clauseContext) // ExitLog_grp is called when exiting the log_grp production. ExitLog_grp(c *Log_grpContext) // ExitSupplemental_table_logging is called when exiting the supplemental_table_logging production. ExitSupplemental_table_logging(c *Supplemental_table_loggingContext) // ExitSupplemental_log_grp_clause is called when exiting the supplemental_log_grp_clause production. ExitSupplemental_log_grp_clause(c *Supplemental_log_grp_clauseContext) // ExitSupplemental_id_key_clause is called when exiting the supplemental_id_key_clause production. ExitSupplemental_id_key_clause(c *Supplemental_id_key_clauseContext) // ExitAllocate_extent_clause is called when exiting the allocate_extent_clause production. ExitAllocate_extent_clause(c *Allocate_extent_clauseContext) // ExitDeallocate_unused_clause is called when exiting the deallocate_unused_clause production. ExitDeallocate_unused_clause(c *Deallocate_unused_clauseContext) // ExitShrink_clause is called when exiting the shrink_clause production. ExitShrink_clause(c *Shrink_clauseContext) // ExitRecords_per_block_clause is called when exiting the records_per_block_clause production. ExitRecords_per_block_clause(c *Records_per_block_clauseContext) // ExitUpgrade_table_clause is called when exiting the upgrade_table_clause production. ExitUpgrade_table_clause(c *Upgrade_table_clauseContext) // ExitTruncate_table is called when exiting the truncate_table production. ExitTruncate_table(c *Truncate_tableContext) // ExitDrop_table is called when exiting the drop_table production. ExitDrop_table(c *Drop_tableContext) // ExitDrop_view is called when exiting the drop_view production. ExitDrop_view(c *Drop_viewContext) // ExitComment_on_column is called when exiting the comment_on_column production. ExitComment_on_column(c *Comment_on_columnContext) // ExitEnable_or_disable is called when exiting the enable_or_disable production. ExitEnable_or_disable(c *Enable_or_disableContext) // ExitAllow_or_disallow is called when exiting the allow_or_disallow production. ExitAllow_or_disallow(c *Allow_or_disallowContext) // ExitCreate_synonym is called when exiting the create_synonym production. ExitCreate_synonym(c *Create_synonymContext) // ExitComment_on_table is called when exiting the comment_on_table production. ExitComment_on_table(c *Comment_on_tableContext) // ExitAlter_cluster is called when exiting the alter_cluster production. ExitAlter_cluster(c *Alter_clusterContext) // ExitCache_or_nocache is called when exiting the cache_or_nocache production. ExitCache_or_nocache(c *Cache_or_nocacheContext) // ExitDatabase_name is called when exiting the database_name production. ExitDatabase_name(c *Database_nameContext) // ExitAlter_database is called when exiting the alter_database production. ExitAlter_database(c *Alter_databaseContext) // ExitStartup_clauses is called when exiting the startup_clauses production. ExitStartup_clauses(c *Startup_clausesContext) // ExitResetlogs_or_noresetlogs is called when exiting the resetlogs_or_noresetlogs production. ExitResetlogs_or_noresetlogs(c *Resetlogs_or_noresetlogsContext) // ExitUpgrade_or_downgrade is called when exiting the upgrade_or_downgrade production. ExitUpgrade_or_downgrade(c *Upgrade_or_downgradeContext) // ExitRecovery_clauses is called when exiting the recovery_clauses production. ExitRecovery_clauses(c *Recovery_clausesContext) // ExitBegin_or_end is called when exiting the begin_or_end production. ExitBegin_or_end(c *Begin_or_endContext) // ExitGeneral_recovery is called when exiting the general_recovery production. ExitGeneral_recovery(c *General_recoveryContext) // ExitFull_database_recovery is called when exiting the full_database_recovery production. ExitFull_database_recovery(c *Full_database_recoveryContext) // ExitPartial_database_recovery is called when exiting the partial_database_recovery production. ExitPartial_database_recovery(c *Partial_database_recoveryContext) // ExitPartial_database_recovery_10g is called when exiting the partial_database_recovery_10g production. ExitPartial_database_recovery_10g(c *Partial_database_recovery_10gContext) // ExitManaged_standby_recovery is called when exiting the managed_standby_recovery production. ExitManaged_standby_recovery(c *Managed_standby_recoveryContext) // ExitDb_name is called when exiting the db_name production. ExitDb_name(c *Db_nameContext) // ExitDatabase_file_clauses is called when exiting the database_file_clauses production. ExitDatabase_file_clauses(c *Database_file_clausesContext) // ExitCreate_datafile_clause is called when exiting the create_datafile_clause production. ExitCreate_datafile_clause(c *Create_datafile_clauseContext) // ExitAlter_datafile_clause is called when exiting the alter_datafile_clause production. ExitAlter_datafile_clause(c *Alter_datafile_clauseContext) // ExitAlter_tempfile_clause is called when exiting the alter_tempfile_clause production. ExitAlter_tempfile_clause(c *Alter_tempfile_clauseContext) // ExitLogfile_clauses is called when exiting the logfile_clauses production. ExitLogfile_clauses(c *Logfile_clausesContext) // ExitAdd_logfile_clauses is called when exiting the add_logfile_clauses production. ExitAdd_logfile_clauses(c *Add_logfile_clausesContext) // ExitLog_file_group is called when exiting the log_file_group production. ExitLog_file_group(c *Log_file_groupContext) // ExitDrop_logfile_clauses is called when exiting the drop_logfile_clauses production. ExitDrop_logfile_clauses(c *Drop_logfile_clausesContext) // ExitSwitch_logfile_clause is called when exiting the switch_logfile_clause production. ExitSwitch_logfile_clause(c *Switch_logfile_clauseContext) // ExitSupplemental_db_logging is called when exiting the supplemental_db_logging production. ExitSupplemental_db_logging(c *Supplemental_db_loggingContext) // ExitAdd_or_drop is called when exiting the add_or_drop production. ExitAdd_or_drop(c *Add_or_dropContext) // ExitSupplemental_plsql_clause is called when exiting the supplemental_plsql_clause production. ExitSupplemental_plsql_clause(c *Supplemental_plsql_clauseContext) // ExitLogfile_descriptor is called when exiting the logfile_descriptor production. ExitLogfile_descriptor(c *Logfile_descriptorContext) // ExitControlfile_clauses is called when exiting the controlfile_clauses production. ExitControlfile_clauses(c *Controlfile_clausesContext) // ExitTrace_file_clause is called when exiting the trace_file_clause production. ExitTrace_file_clause(c *Trace_file_clauseContext) // ExitStandby_database_clauses is called when exiting the standby_database_clauses production. ExitStandby_database_clauses(c *Standby_database_clausesContext) // ExitActivate_standby_db_clause is called when exiting the activate_standby_db_clause production. ExitActivate_standby_db_clause(c *Activate_standby_db_clauseContext) // ExitMaximize_standby_db_clause is called when exiting the maximize_standby_db_clause production. ExitMaximize_standby_db_clause(c *Maximize_standby_db_clauseContext) // ExitRegister_logfile_clause is called when exiting the register_logfile_clause production. ExitRegister_logfile_clause(c *Register_logfile_clauseContext) // ExitCommit_switchover_clause is called when exiting the commit_switchover_clause production. ExitCommit_switchover_clause(c *Commit_switchover_clauseContext) // ExitStart_standby_clause is called when exiting the start_standby_clause production. ExitStart_standby_clause(c *Start_standby_clauseContext) // ExitStop_standby_clause is called when exiting the stop_standby_clause production. ExitStop_standby_clause(c *Stop_standby_clauseContext) // ExitConvert_database_clause is called when exiting the convert_database_clause production. ExitConvert_database_clause(c *Convert_database_clauseContext) // ExitDefault_settings_clause is called when exiting the default_settings_clause production. ExitDefault_settings_clause(c *Default_settings_clauseContext) // ExitSet_time_zone_clause is called when exiting the set_time_zone_clause production. ExitSet_time_zone_clause(c *Set_time_zone_clauseContext) // ExitInstance_clauses is called when exiting the instance_clauses production. ExitInstance_clauses(c *Instance_clausesContext) // ExitSecurity_clause is called when exiting the security_clause production. ExitSecurity_clause(c *Security_clauseContext) // ExitDomain is called when exiting the domain production. ExitDomain(c *DomainContext) // ExitDatabase is called when exiting the database production. ExitDatabase(c *DatabaseContext) // ExitEdition_name is called when exiting the edition_name production. ExitEdition_name(c *Edition_nameContext) // ExitFilenumber is called when exiting the filenumber production. ExitFilenumber(c *FilenumberContext) // ExitFilename is called when exiting the filename production. ExitFilename(c *FilenameContext) // ExitAlter_table is called when exiting the alter_table production. ExitAlter_table(c *Alter_tableContext) // ExitAlter_table_properties is called when exiting the alter_table_properties production. ExitAlter_table_properties(c *Alter_table_propertiesContext) // ExitAlter_table_properties_1 is called when exiting the alter_table_properties_1 production. ExitAlter_table_properties_1(c *Alter_table_properties_1Context) // ExitAlter_iot_clauses is called when exiting the alter_iot_clauses production. ExitAlter_iot_clauses(c *Alter_iot_clausesContext) // ExitAlter_mapping_table_clause is called when exiting the alter_mapping_table_clause production. ExitAlter_mapping_table_clause(c *Alter_mapping_table_clauseContext) // ExitAlter_overflow_clause is called when exiting the alter_overflow_clause production. ExitAlter_overflow_clause(c *Alter_overflow_clauseContext) // ExitAdd_overflow_clause is called when exiting the add_overflow_clause production. ExitAdd_overflow_clause(c *Add_overflow_clauseContext) // ExitEnable_disable_clause is called when exiting the enable_disable_clause production. ExitEnable_disable_clause(c *Enable_disable_clauseContext) // ExitUsing_index_clause is called when exiting the using_index_clause production. ExitUsing_index_clause(c *Using_index_clauseContext) // ExitIndex_attributes is called when exiting the index_attributes production. ExitIndex_attributes(c *Index_attributesContext) // ExitSort_or_nosort is called when exiting the sort_or_nosort production. ExitSort_or_nosort(c *Sort_or_nosortContext) // ExitExceptions_clause is called when exiting the exceptions_clause production. ExitExceptions_clause(c *Exceptions_clauseContext) // ExitMove_table_clause is called when exiting the move_table_clause production. ExitMove_table_clause(c *Move_table_clauseContext) // ExitIndex_org_table_clause is called when exiting the index_org_table_clause production. ExitIndex_org_table_clause(c *Index_org_table_clauseContext) // ExitMapping_table_clause is called when exiting the mapping_table_clause production. ExitMapping_table_clause(c *Mapping_table_clauseContext) // ExitKey_compression is called when exiting the key_compression production. ExitKey_compression(c *Key_compressionContext) // ExitIndex_org_overflow_clause is called when exiting the index_org_overflow_clause production. ExitIndex_org_overflow_clause(c *Index_org_overflow_clauseContext) // ExitColumn_clauses is called when exiting the column_clauses production. ExitColumn_clauses(c *Column_clausesContext) // ExitModify_collection_retrieval is called when exiting the modify_collection_retrieval production. ExitModify_collection_retrieval(c *Modify_collection_retrievalContext) // ExitCollection_item is called when exiting the collection_item production. ExitCollection_item(c *Collection_itemContext) // ExitRename_column_clause is called when exiting the rename_column_clause production. ExitRename_column_clause(c *Rename_column_clauseContext) // ExitOld_column_name is called when exiting the old_column_name production. ExitOld_column_name(c *Old_column_nameContext) // ExitNew_column_name is called when exiting the new_column_name production. ExitNew_column_name(c *New_column_nameContext) // ExitAdd_modify_drop_column_clauses is called when exiting the add_modify_drop_column_clauses production. ExitAdd_modify_drop_column_clauses(c *Add_modify_drop_column_clausesContext) // ExitDrop_column_clause is called when exiting the drop_column_clause production. ExitDrop_column_clause(c *Drop_column_clauseContext) // ExitModify_column_clauses is called when exiting the modify_column_clauses production. ExitModify_column_clauses(c *Modify_column_clausesContext) // ExitModify_col_properties is called when exiting the modify_col_properties production. ExitModify_col_properties(c *Modify_col_propertiesContext) // ExitModify_col_substitutable is called when exiting the modify_col_substitutable production. ExitModify_col_substitutable(c *Modify_col_substitutableContext) // ExitAdd_column_clause is called when exiting the add_column_clause production. ExitAdd_column_clause(c *Add_column_clauseContext) // ExitAlter_varray_col_properties is called when exiting the alter_varray_col_properties production. ExitAlter_varray_col_properties(c *Alter_varray_col_propertiesContext) // ExitVarray_col_properties is called when exiting the varray_col_properties production. ExitVarray_col_properties(c *Varray_col_propertiesContext) // ExitVarray_storage_clause is called when exiting the varray_storage_clause production. ExitVarray_storage_clause(c *Varray_storage_clauseContext) // ExitLob_segname is called when exiting the lob_segname production. ExitLob_segname(c *Lob_segnameContext) // ExitLob_item is called when exiting the lob_item production. ExitLob_item(c *Lob_itemContext) // ExitLob_storage_parameters is called when exiting the lob_storage_parameters production. ExitLob_storage_parameters(c *Lob_storage_parametersContext) // ExitLob_storage_clause is called when exiting the lob_storage_clause production. ExitLob_storage_clause(c *Lob_storage_clauseContext) // ExitModify_lob_storage_clause is called when exiting the modify_lob_storage_clause production. ExitModify_lob_storage_clause(c *Modify_lob_storage_clauseContext) // ExitModify_lob_parameters is called when exiting the modify_lob_parameters production. ExitModify_lob_parameters(c *Modify_lob_parametersContext) // ExitLob_parameters is called when exiting the lob_parameters production. ExitLob_parameters(c *Lob_parametersContext) // ExitLob_deduplicate_clause is called when exiting the lob_deduplicate_clause production. ExitLob_deduplicate_clause(c *Lob_deduplicate_clauseContext) // ExitLob_compression_clause is called when exiting the lob_compression_clause production. ExitLob_compression_clause(c *Lob_compression_clauseContext) // ExitLob_retention_clause is called when exiting the lob_retention_clause production. ExitLob_retention_clause(c *Lob_retention_clauseContext) // ExitEncryption_spec is called when exiting the encryption_spec production. ExitEncryption_spec(c *Encryption_specContext) // ExitTablespace is called when exiting the tablespace production. ExitTablespace(c *TablespaceContext) // ExitVarray_item is called when exiting the varray_item production. ExitVarray_item(c *Varray_itemContext) // ExitColumn_properties is called when exiting the column_properties production. ExitColumn_properties(c *Column_propertiesContext) // ExitPeriod_definition is called when exiting the period_definition production. ExitPeriod_definition(c *Period_definitionContext) // ExitStart_time_column is called when exiting the start_time_column production. ExitStart_time_column(c *Start_time_columnContext) // ExitEnd_time_column is called when exiting the end_time_column production. ExitEnd_time_column(c *End_time_columnContext) // ExitColumn_definition is called when exiting the column_definition production. ExitColumn_definition(c *Column_definitionContext) // ExitVirtual_column_definition is called when exiting the virtual_column_definition production. ExitVirtual_column_definition(c *Virtual_column_definitionContext) // ExitAutogenerated_sequence_definition is called when exiting the autogenerated_sequence_definition production. ExitAutogenerated_sequence_definition(c *Autogenerated_sequence_definitionContext) // ExitOut_of_line_part_storage is called when exiting the out_of_line_part_storage production. ExitOut_of_line_part_storage(c *Out_of_line_part_storageContext) // ExitNested_table_col_properties is called when exiting the nested_table_col_properties production. ExitNested_table_col_properties(c *Nested_table_col_propertiesContext) // ExitNested_item is called when exiting the nested_item production. ExitNested_item(c *Nested_itemContext) // ExitSubstitutable_column_clause is called when exiting the substitutable_column_clause production. ExitSubstitutable_column_clause(c *Substitutable_column_clauseContext) // ExitPartition_name is called when exiting the partition_name production. ExitPartition_name(c *Partition_nameContext) // ExitSupplemental_logging_props is called when exiting the supplemental_logging_props production. ExitSupplemental_logging_props(c *Supplemental_logging_propsContext) // ExitColumn_or_attribute is called when exiting the column_or_attribute production. ExitColumn_or_attribute(c *Column_or_attributeContext) // ExitObject_type_col_properties is called when exiting the object_type_col_properties production. ExitObject_type_col_properties(c *Object_type_col_propertiesContext) // ExitConstraint_clauses is called when exiting the constraint_clauses production. ExitConstraint_clauses(c *Constraint_clausesContext) // ExitOld_constraint_name is called when exiting the old_constraint_name production. ExitOld_constraint_name(c *Old_constraint_nameContext) // ExitNew_constraint_name is called when exiting the new_constraint_name production. ExitNew_constraint_name(c *New_constraint_nameContext) // ExitDrop_constraint_clause is called when exiting the drop_constraint_clause production. ExitDrop_constraint_clause(c *Drop_constraint_clauseContext) // ExitDrop_primary_key_or_unique_or_generic_clause is called when exiting the drop_primary_key_or_unique_or_generic_clause production. ExitDrop_primary_key_or_unique_or_generic_clause(c *Drop_primary_key_or_unique_or_generic_clauseContext) // ExitAdd_constraint is called when exiting the add_constraint production. ExitAdd_constraint(c *Add_constraintContext) // ExitAdd_constraint_clause is called when exiting the add_constraint_clause production. ExitAdd_constraint_clause(c *Add_constraint_clauseContext) // ExitCheck_constraint is called when exiting the check_constraint production. ExitCheck_constraint(c *Check_constraintContext) // ExitDrop_constraint is called when exiting the drop_constraint production. ExitDrop_constraint(c *Drop_constraintContext) // ExitEnable_constraint is called when exiting the enable_constraint production. ExitEnable_constraint(c *Enable_constraintContext) // ExitDisable_constraint is called when exiting the disable_constraint production. ExitDisable_constraint(c *Disable_constraintContext) // ExitForeign_key_clause is called when exiting the foreign_key_clause production. ExitForeign_key_clause(c *Foreign_key_clauseContext) // ExitReferences_clause is called when exiting the references_clause production. ExitReferences_clause(c *References_clauseContext) // ExitOn_delete_clause is called when exiting the on_delete_clause production. ExitOn_delete_clause(c *On_delete_clauseContext) // ExitUnique_key_clause is called when exiting the unique_key_clause production. ExitUnique_key_clause(c *Unique_key_clauseContext) // ExitPrimary_key_clause is called when exiting the primary_key_clause production. ExitPrimary_key_clause(c *Primary_key_clauseContext) // ExitAnonymous_block is called when exiting the anonymous_block production. ExitAnonymous_block(c *Anonymous_blockContext) // ExitInvoker_rights_clause is called when exiting the invoker_rights_clause production. ExitInvoker_rights_clause(c *Invoker_rights_clauseContext) // ExitCall_spec is called when exiting the call_spec production. ExitCall_spec(c *Call_specContext) // ExitJava_spec is called when exiting the java_spec production. ExitJava_spec(c *Java_specContext) // ExitC_spec is called when exiting the c_spec production. ExitC_spec(c *C_specContext) // ExitC_agent_in_clause is called when exiting the c_agent_in_clause production. ExitC_agent_in_clause(c *C_agent_in_clauseContext) // ExitC_parameters_clause is called when exiting the c_parameters_clause production. ExitC_parameters_clause(c *C_parameters_clauseContext) // ExitParameter is called when exiting the parameter production. ExitParameter(c *ParameterContext) // ExitDefault_value_part is called when exiting the default_value_part production. ExitDefault_value_part(c *Default_value_partContext) // ExitSeq_of_declare_specs is called when exiting the seq_of_declare_specs production. ExitSeq_of_declare_specs(c *Seq_of_declare_specsContext) // ExitDeclare_spec is called when exiting the declare_spec production. ExitDeclare_spec(c *Declare_specContext) // ExitVariable_declaration is called when exiting the variable_declaration production. ExitVariable_declaration(c *Variable_declarationContext) // ExitSubtype_declaration is called when exiting the subtype_declaration production. ExitSubtype_declaration(c *Subtype_declarationContext) // ExitCursor_declaration is called when exiting the cursor_declaration production. ExitCursor_declaration(c *Cursor_declarationContext) // ExitParameter_spec is called when exiting the parameter_spec production. ExitParameter_spec(c *Parameter_specContext) // ExitException_declaration is called when exiting the exception_declaration production. ExitException_declaration(c *Exception_declarationContext) // ExitPragma_declaration is called when exiting the pragma_declaration production. ExitPragma_declaration(c *Pragma_declarationContext) // ExitRecord_type_def is called when exiting the record_type_def production. ExitRecord_type_def(c *Record_type_defContext) // ExitField_spec is called when exiting the field_spec production. ExitField_spec(c *Field_specContext) // ExitRef_cursor_type_def is called when exiting the ref_cursor_type_def production. ExitRef_cursor_type_def(c *Ref_cursor_type_defContext) // ExitType_declaration is called when exiting the type_declaration production. ExitType_declaration(c *Type_declarationContext) // ExitTable_type_def is called when exiting the table_type_def production. ExitTable_type_def(c *Table_type_defContext) // ExitTable_indexed_by_part is called when exiting the table_indexed_by_part production. ExitTable_indexed_by_part(c *Table_indexed_by_partContext) // ExitVarray_type_def is called when exiting the varray_type_def production. ExitVarray_type_def(c *Varray_type_defContext) // ExitSeq_of_statements is called when exiting the seq_of_statements production. ExitSeq_of_statements(c *Seq_of_statementsContext) // ExitLabel_declaration is called when exiting the label_declaration production. ExitLabel_declaration(c *Label_declarationContext) // ExitStatement is called when exiting the statement production. ExitStatement(c *StatementContext) // ExitSwallow_to_semi is called when exiting the swallow_to_semi production. ExitSwallow_to_semi(c *Swallow_to_semiContext) // ExitAssignment_statement is called when exiting the assignment_statement production. ExitAssignment_statement(c *Assignment_statementContext) // ExitContinue_statement is called when exiting the continue_statement production. ExitContinue_statement(c *Continue_statementContext) // ExitExit_statement is called when exiting the exit_statement production. ExitExit_statement(c *Exit_statementContext) // ExitGoto_statement is called when exiting the goto_statement production. ExitGoto_statement(c *Goto_statementContext) // ExitIf_statement is called when exiting the if_statement production. ExitIf_statement(c *If_statementContext) // ExitElsif_part is called when exiting the elsif_part production. ExitElsif_part(c *Elsif_partContext) // ExitElse_part is called when exiting the else_part production. ExitElse_part(c *Else_partContext) // ExitLoop_statement is called when exiting the loop_statement production. ExitLoop_statement(c *Loop_statementContext) // ExitCursor_loop_param is called when exiting the cursor_loop_param production. ExitCursor_loop_param(c *Cursor_loop_paramContext) // ExitForall_statement is called when exiting the forall_statement production. ExitForall_statement(c *Forall_statementContext) // ExitBounds_clause is called when exiting the bounds_clause production. ExitBounds_clause(c *Bounds_clauseContext) // ExitBetween_bound is called when exiting the between_bound production. ExitBetween_bound(c *Between_boundContext) // ExitLower_bound is called when exiting the lower_bound production. ExitLower_bound(c *Lower_boundContext) // ExitUpper_bound is called when exiting the upper_bound production. ExitUpper_bound(c *Upper_boundContext) // ExitNull_statement is called when exiting the null_statement production. ExitNull_statement(c *Null_statementContext) // ExitRaise_statement is called when exiting the raise_statement production. ExitRaise_statement(c *Raise_statementContext) // ExitReturn_statement is called when exiting the return_statement production. ExitReturn_statement(c *Return_statementContext) // ExitFunction_call is called when exiting the function_call production. ExitFunction_call(c *Function_callContext) // ExitProcedure_call is called when exiting the procedure_call production. ExitProcedure_call(c *Procedure_callContext) // ExitPipe_row_statement is called when exiting the pipe_row_statement production. ExitPipe_row_statement(c *Pipe_row_statementContext) // ExitBody is called when exiting the body production. ExitBody(c *BodyContext) // ExitException_handler is called when exiting the exception_handler production. ExitException_handler(c *Exception_handlerContext) // ExitTrigger_block is called when exiting the trigger_block production. ExitTrigger_block(c *Trigger_blockContext) // ExitBlock is called when exiting the block production. ExitBlock(c *BlockContext) // ExitSql_statement is called when exiting the sql_statement production. ExitSql_statement(c *Sql_statementContext) // ExitExecute_immediate is called when exiting the execute_immediate production. ExitExecute_immediate(c *Execute_immediateContext) // ExitDynamic_returning_clause is called when exiting the dynamic_returning_clause production. ExitDynamic_returning_clause(c *Dynamic_returning_clauseContext) // ExitData_manipulation_language_statements is called when exiting the data_manipulation_language_statements production. ExitData_manipulation_language_statements(c *Data_manipulation_language_statementsContext) // ExitCursor_manipulation_statements is called when exiting the cursor_manipulation_statements production. ExitCursor_manipulation_statements(c *Cursor_manipulation_statementsContext) // ExitClose_statement is called when exiting the close_statement production. ExitClose_statement(c *Close_statementContext) // ExitOpen_statement is called when exiting the open_statement production. ExitOpen_statement(c *Open_statementContext) // ExitFetch_statement is called when exiting the fetch_statement production. ExitFetch_statement(c *Fetch_statementContext) // ExitOpen_for_statement is called when exiting the open_for_statement production. ExitOpen_for_statement(c *Open_for_statementContext) // ExitTransaction_control_statements is called when exiting the transaction_control_statements production. ExitTransaction_control_statements(c *Transaction_control_statementsContext) // ExitSet_transaction_command is called when exiting the set_transaction_command production. ExitSet_transaction_command(c *Set_transaction_commandContext) // ExitSet_constraint_command is called when exiting the set_constraint_command production. ExitSet_constraint_command(c *Set_constraint_commandContext) // ExitCommit_statement is called when exiting the commit_statement production. ExitCommit_statement(c *Commit_statementContext) // ExitWrite_clause is called when exiting the write_clause production. ExitWrite_clause(c *Write_clauseContext) // ExitRollback_statement is called when exiting the rollback_statement production. ExitRollback_statement(c *Rollback_statementContext) // ExitSavepoint_statement is called when exiting the savepoint_statement production. ExitSavepoint_statement(c *Savepoint_statementContext) // ExitExplain_statement is called when exiting the explain_statement production. ExitExplain_statement(c *Explain_statementContext) // ExitSelect_only_statement is called when exiting the select_only_statement production. ExitSelect_only_statement(c *Select_only_statementContext) // ExitSelect_statement is called when exiting the select_statement production. ExitSelect_statement(c *Select_statementContext) // ExitSubquery_factoring_clause is called when exiting the subquery_factoring_clause production. ExitSubquery_factoring_clause(c *Subquery_factoring_clauseContext) // ExitFactoring_element is called when exiting the factoring_element production. ExitFactoring_element(c *Factoring_elementContext) // ExitSearch_clause is called when exiting the search_clause production. ExitSearch_clause(c *Search_clauseContext) // ExitCycle_clause is called when exiting the cycle_clause production. ExitCycle_clause(c *Cycle_clauseContext) // ExitSubquery is called when exiting the subquery production. ExitSubquery(c *SubqueryContext) // ExitSubquery_basic_elements is called when exiting the subquery_basic_elements production. ExitSubquery_basic_elements(c *Subquery_basic_elementsContext) // ExitSubquery_operation_part is called when exiting the subquery_operation_part production. ExitSubquery_operation_part(c *Subquery_operation_partContext) // ExitQuery_block is called when exiting the query_block production. ExitQuery_block(c *Query_blockContext) // ExitSelected_list is called when exiting the selected_list production. ExitSelected_list(c *Selected_listContext) // ExitFrom_clause is called when exiting the from_clause production. ExitFrom_clause(c *From_clauseContext) // ExitSelect_list_elements is called when exiting the select_list_elements production. ExitSelect_list_elements(c *Select_list_elementsContext) // ExitTable_ref_list is called when exiting the table_ref_list production. ExitTable_ref_list(c *Table_ref_listContext) // ExitTable_ref is called when exiting the table_ref production. ExitTable_ref(c *Table_refContext) // ExitTable_ref_aux is called when exiting the table_ref_aux production. ExitTable_ref_aux(c *Table_ref_auxContext) // ExitTable_ref_aux_internal_one is called when exiting the table_ref_aux_internal_one production. ExitTable_ref_aux_internal_one(c *Table_ref_aux_internal_oneContext) // ExitTable_ref_aux_internal_two is called when exiting the table_ref_aux_internal_two production. ExitTable_ref_aux_internal_two(c *Table_ref_aux_internal_twoContext) // ExitTable_ref_aux_internal_three is called when exiting the table_ref_aux_internal_three production. ExitTable_ref_aux_internal_three(c *Table_ref_aux_internal_threeContext) // ExitJoin_clause is called when exiting the join_clause production. ExitJoin_clause(c *Join_clauseContext) // ExitJoin_on_part is called when exiting the join_on_part production. ExitJoin_on_part(c *Join_on_partContext) // ExitJoin_using_part is called when exiting the join_using_part production. ExitJoin_using_part(c *Join_using_partContext) // ExitOuter_join_type is called when exiting the outer_join_type production. ExitOuter_join_type(c *Outer_join_typeContext) // ExitQuery_partition_clause is called when exiting the query_partition_clause production. ExitQuery_partition_clause(c *Query_partition_clauseContext) // ExitFlashback_query_clause is called when exiting the flashback_query_clause production. ExitFlashback_query_clause(c *Flashback_query_clauseContext) // ExitPivot_clause is called when exiting the pivot_clause production. ExitPivot_clause(c *Pivot_clauseContext) // ExitPivot_element is called when exiting the pivot_element production. ExitPivot_element(c *Pivot_elementContext) // ExitPivot_for_clause is called when exiting the pivot_for_clause production. ExitPivot_for_clause(c *Pivot_for_clauseContext) // ExitPivot_in_clause is called when exiting the pivot_in_clause production. ExitPivot_in_clause(c *Pivot_in_clauseContext) // ExitPivot_in_clause_element is called when exiting the pivot_in_clause_element production. ExitPivot_in_clause_element(c *Pivot_in_clause_elementContext) // ExitPivot_in_clause_elements is called when exiting the pivot_in_clause_elements production. ExitPivot_in_clause_elements(c *Pivot_in_clause_elementsContext) // ExitUnpivot_clause is called when exiting the unpivot_clause production. ExitUnpivot_clause(c *Unpivot_clauseContext) // ExitUnpivot_in_clause is called when exiting the unpivot_in_clause production. ExitUnpivot_in_clause(c *Unpivot_in_clauseContext) // ExitUnpivot_in_elements is called when exiting the unpivot_in_elements production. ExitUnpivot_in_elements(c *Unpivot_in_elementsContext) // ExitHierarchical_query_clause is called when exiting the hierarchical_query_clause production. ExitHierarchical_query_clause(c *Hierarchical_query_clauseContext) // ExitStart_part is called when exiting the start_part production. ExitStart_part(c *Start_partContext) // ExitGroup_by_clause is called when exiting the group_by_clause production. ExitGroup_by_clause(c *Group_by_clauseContext) // ExitGroup_by_elements is called when exiting the group_by_elements production. ExitGroup_by_elements(c *Group_by_elementsContext) // ExitRollup_cube_clause is called when exiting the rollup_cube_clause production. ExitRollup_cube_clause(c *Rollup_cube_clauseContext) // ExitGrouping_sets_clause is called when exiting the grouping_sets_clause production. ExitGrouping_sets_clause(c *Grouping_sets_clauseContext) // ExitGrouping_sets_elements is called when exiting the grouping_sets_elements production. ExitGrouping_sets_elements(c *Grouping_sets_elementsContext) // ExitHaving_clause is called when exiting the having_clause production. ExitHaving_clause(c *Having_clauseContext) // ExitModel_clause is called when exiting the model_clause production. ExitModel_clause(c *Model_clauseContext) // ExitCell_reference_options is called when exiting the cell_reference_options production. ExitCell_reference_options(c *Cell_reference_optionsContext) // ExitReturn_rows_clause is called when exiting the return_rows_clause production. ExitReturn_rows_clause(c *Return_rows_clauseContext) // ExitReference_model is called when exiting the reference_model production. ExitReference_model(c *Reference_modelContext) // ExitMain_model is called when exiting the main_model production. ExitMain_model(c *Main_modelContext) // ExitModel_column_clauses is called when exiting the model_column_clauses production. ExitModel_column_clauses(c *Model_column_clausesContext) // ExitModel_column_partition_part is called when exiting the model_column_partition_part production. ExitModel_column_partition_part(c *Model_column_partition_partContext) // ExitModel_column_list is called when exiting the model_column_list production. ExitModel_column_list(c *Model_column_listContext) // ExitModel_column is called when exiting the model_column production. ExitModel_column(c *Model_columnContext) // ExitModel_rules_clause is called when exiting the model_rules_clause production. ExitModel_rules_clause(c *Model_rules_clauseContext) // ExitModel_rules_part is called when exiting the model_rules_part production. ExitModel_rules_part(c *Model_rules_partContext) // ExitModel_rules_element is called when exiting the model_rules_element production. ExitModel_rules_element(c *Model_rules_elementContext) // ExitCell_assignment is called when exiting the cell_assignment production. ExitCell_assignment(c *Cell_assignmentContext) // ExitModel_iterate_clause is called when exiting the model_iterate_clause production. ExitModel_iterate_clause(c *Model_iterate_clauseContext) // ExitUntil_part is called when exiting the until_part production. ExitUntil_part(c *Until_partContext) // ExitOrder_by_clause is called when exiting the order_by_clause production. ExitOrder_by_clause(c *Order_by_clauseContext) // ExitOrder_by_elements is called when exiting the order_by_elements production. ExitOrder_by_elements(c *Order_by_elementsContext) // ExitOffset_clause is called when exiting the offset_clause production. ExitOffset_clause(c *Offset_clauseContext) // ExitFetch_clause is called when exiting the fetch_clause production. ExitFetch_clause(c *Fetch_clauseContext) // ExitFor_update_clause is called when exiting the for_update_clause production. ExitFor_update_clause(c *For_update_clauseContext) // ExitFor_update_of_part is called when exiting the for_update_of_part production. ExitFor_update_of_part(c *For_update_of_partContext) // ExitFor_update_options is called when exiting the for_update_options production. ExitFor_update_options(c *For_update_optionsContext) // ExitUpdate_statement is called when exiting the update_statement production. ExitUpdate_statement(c *Update_statementContext) // ExitUpdate_set_clause is called when exiting the update_set_clause production. ExitUpdate_set_clause(c *Update_set_clauseContext) // ExitColumn_based_update_set_clause is called when exiting the column_based_update_set_clause production. ExitColumn_based_update_set_clause(c *Column_based_update_set_clauseContext) // ExitDelete_statement is called when exiting the delete_statement production. ExitDelete_statement(c *Delete_statementContext) // ExitInsert_statement is called when exiting the insert_statement production. ExitInsert_statement(c *Insert_statementContext) // ExitSingle_table_insert is called when exiting the single_table_insert production. ExitSingle_table_insert(c *Single_table_insertContext) // ExitMulti_table_insert is called when exiting the multi_table_insert production. ExitMulti_table_insert(c *Multi_table_insertContext) // ExitMulti_table_element is called when exiting the multi_table_element production. ExitMulti_table_element(c *Multi_table_elementContext) // ExitConditional_insert_clause is called when exiting the conditional_insert_clause production. ExitConditional_insert_clause(c *Conditional_insert_clauseContext) // ExitConditional_insert_when_part is called when exiting the conditional_insert_when_part production. ExitConditional_insert_when_part(c *Conditional_insert_when_partContext) // ExitConditional_insert_else_part is called when exiting the conditional_insert_else_part production. ExitConditional_insert_else_part(c *Conditional_insert_else_partContext) // ExitInsert_into_clause is called when exiting the insert_into_clause production. ExitInsert_into_clause(c *Insert_into_clauseContext) // ExitValues_clause is called when exiting the values_clause production. ExitValues_clause(c *Values_clauseContext) // ExitMerge_statement is called when exiting the merge_statement production. ExitMerge_statement(c *Merge_statementContext) // ExitMerge_update_clause is called when exiting the merge_update_clause production. ExitMerge_update_clause(c *Merge_update_clauseContext) // ExitMerge_element is called when exiting the merge_element production. ExitMerge_element(c *Merge_elementContext) // ExitMerge_update_delete_part is called when exiting the merge_update_delete_part production. ExitMerge_update_delete_part(c *Merge_update_delete_partContext) // ExitMerge_insert_clause is called when exiting the merge_insert_clause production. ExitMerge_insert_clause(c *Merge_insert_clauseContext) // ExitSelected_tableview is called when exiting the selected_tableview production. ExitSelected_tableview(c *Selected_tableviewContext) // ExitLock_table_statement is called when exiting the lock_table_statement production. ExitLock_table_statement(c *Lock_table_statementContext) // ExitWait_nowait_part is called when exiting the wait_nowait_part production. ExitWait_nowait_part(c *Wait_nowait_partContext) // ExitLock_table_element is called when exiting the lock_table_element production. ExitLock_table_element(c *Lock_table_elementContext) // ExitLock_mode is called when exiting the lock_mode production. ExitLock_mode(c *Lock_modeContext) // ExitGeneral_table_ref is called when exiting the general_table_ref production. ExitGeneral_table_ref(c *General_table_refContext) // ExitStatic_returning_clause is called when exiting the static_returning_clause production. ExitStatic_returning_clause(c *Static_returning_clauseContext) // ExitError_logging_clause is called when exiting the error_logging_clause production. ExitError_logging_clause(c *Error_logging_clauseContext) // ExitError_logging_into_part is called when exiting the error_logging_into_part production. ExitError_logging_into_part(c *Error_logging_into_partContext) // ExitError_logging_reject_part is called when exiting the error_logging_reject_part production. ExitError_logging_reject_part(c *Error_logging_reject_partContext) // ExitDml_table_expression_clause is called when exiting the dml_table_expression_clause production. ExitDml_table_expression_clause(c *Dml_table_expression_clauseContext) // ExitTable_collection_expression is called when exiting the table_collection_expression production. ExitTable_collection_expression(c *Table_collection_expressionContext) // ExitSubquery_restriction_clause is called when exiting the subquery_restriction_clause production. ExitSubquery_restriction_clause(c *Subquery_restriction_clauseContext) // ExitSample_clause is called when exiting the sample_clause production. ExitSample_clause(c *Sample_clauseContext) // ExitSeed_part is called when exiting the seed_part production. ExitSeed_part(c *Seed_partContext) // ExitCondition is called when exiting the condition production. ExitCondition(c *ConditionContext) // ExitExpressions is called when exiting the expressions production. ExitExpressions(c *ExpressionsContext) // ExitExpression is called when exiting the expression production. ExitExpression(c *ExpressionContext) // ExitCursor_expression is called when exiting the cursor_expression production. ExitCursor_expression(c *Cursor_expressionContext) // ExitLogical_expression is called when exiting the logical_expression production. ExitLogical_expression(c *Logical_expressionContext) // ExitUnary_logical_expression is called when exiting the unary_logical_expression production. ExitUnary_logical_expression(c *Unary_logical_expressionContext) // ExitLogical_operation is called when exiting the logical_operation production. ExitLogical_operation(c *Logical_operationContext) // ExitMultiset_expression is called when exiting the multiset_expression production. ExitMultiset_expression(c *Multiset_expressionContext) // ExitRelational_expression is called when exiting the relational_expression production. ExitRelational_expression(c *Relational_expressionContext) // ExitCompound_expression is called when exiting the compound_expression production. ExitCompound_expression(c *Compound_expressionContext) // ExitRelational_operator is called when exiting the relational_operator production. ExitRelational_operator(c *Relational_operatorContext) // ExitIn_elements is called when exiting the in_elements production. ExitIn_elements(c *In_elementsContext) // ExitBetween_elements is called when exiting the between_elements production. ExitBetween_elements(c *Between_elementsContext) // ExitConcatenation is called when exiting the concatenation production. ExitConcatenation(c *ConcatenationContext) // ExitInterval_expression is called when exiting the interval_expression production. ExitInterval_expression(c *Interval_expressionContext) // ExitModel_expression is called when exiting the model_expression production. ExitModel_expression(c *Model_expressionContext) // ExitModel_expression_element is called when exiting the model_expression_element production. ExitModel_expression_element(c *Model_expression_elementContext) // ExitSingle_column_for_loop is called when exiting the single_column_for_loop production. ExitSingle_column_for_loop(c *Single_column_for_loopContext) // ExitMulti_column_for_loop is called when exiting the multi_column_for_loop production. ExitMulti_column_for_loop(c *Multi_column_for_loopContext) // ExitUnary_expression is called when exiting the unary_expression production. ExitUnary_expression(c *Unary_expressionContext) // ExitCase_statement is called when exiting the case_statement production. ExitCase_statement(c *Case_statementContext) // ExitSimple_case_statement is called when exiting the simple_case_statement production. ExitSimple_case_statement(c *Simple_case_statementContext) // ExitSimple_case_when_part is called when exiting the simple_case_when_part production. ExitSimple_case_when_part(c *Simple_case_when_partContext) // ExitSearched_case_statement is called when exiting the searched_case_statement production. ExitSearched_case_statement(c *Searched_case_statementContext) // ExitSearched_case_when_part is called when exiting the searched_case_when_part production. ExitSearched_case_when_part(c *Searched_case_when_partContext) // ExitCase_else_part is called when exiting the case_else_part production. ExitCase_else_part(c *Case_else_partContext) // ExitAtom is called when exiting the atom production. ExitAtom(c *AtomContext) // ExitQuantified_expression is called when exiting the quantified_expression production. ExitQuantified_expression(c *Quantified_expressionContext) // ExitString_function is called when exiting the string_function production. ExitString_function(c *String_functionContext) // ExitStandard_function is called when exiting the standard_function production. ExitStandard_function(c *Standard_functionContext) // ExitLiteral is called when exiting the literal production. ExitLiteral(c *LiteralContext) // ExitNumeric_function_wrapper is called when exiting the numeric_function_wrapper production. ExitNumeric_function_wrapper(c *Numeric_function_wrapperContext) // ExitNumeric_function is called when exiting the numeric_function production. ExitNumeric_function(c *Numeric_functionContext) // ExitOther_function is called when exiting the other_function production. ExitOther_function(c *Other_functionContext) // ExitOver_clause_keyword is called when exiting the over_clause_keyword production. ExitOver_clause_keyword(c *Over_clause_keywordContext) // ExitWithin_or_over_clause_keyword is called when exiting the within_or_over_clause_keyword production. ExitWithin_or_over_clause_keyword(c *Within_or_over_clause_keywordContext) // ExitStandard_prediction_function_keyword is called when exiting the standard_prediction_function_keyword production. ExitStandard_prediction_function_keyword(c *Standard_prediction_function_keywordContext) // ExitOver_clause is called when exiting the over_clause production. ExitOver_clause(c *Over_clauseContext) // ExitWindowing_clause is called when exiting the windowing_clause production. ExitWindowing_clause(c *Windowing_clauseContext) // ExitWindowing_type is called when exiting the windowing_type production. ExitWindowing_type(c *Windowing_typeContext) // ExitWindowing_elements is called when exiting the windowing_elements production. ExitWindowing_elements(c *Windowing_elementsContext) // ExitUsing_clause is called when exiting the using_clause production. ExitUsing_clause(c *Using_clauseContext) // ExitUsing_element is called when exiting the using_element production. ExitUsing_element(c *Using_elementContext) // ExitCollect_order_by_part is called when exiting the collect_order_by_part production. ExitCollect_order_by_part(c *Collect_order_by_partContext) // ExitWithin_or_over_part is called when exiting the within_or_over_part production. ExitWithin_or_over_part(c *Within_or_over_partContext) // ExitCost_matrix_clause is called when exiting the cost_matrix_clause production. ExitCost_matrix_clause(c *Cost_matrix_clauseContext) // ExitXml_passing_clause is called when exiting the xml_passing_clause production. ExitXml_passing_clause(c *Xml_passing_clauseContext) // ExitXml_attributes_clause is called when exiting the xml_attributes_clause production. ExitXml_attributes_clause(c *Xml_attributes_clauseContext) // ExitXml_namespaces_clause is called when exiting the xml_namespaces_clause production. ExitXml_namespaces_clause(c *Xml_namespaces_clauseContext) // ExitXml_table_column is called when exiting the xml_table_column production. ExitXml_table_column(c *Xml_table_columnContext) // ExitXml_general_default_part is called when exiting the xml_general_default_part production. ExitXml_general_default_part(c *Xml_general_default_partContext) // ExitXml_multiuse_expression_element is called when exiting the xml_multiuse_expression_element production. ExitXml_multiuse_expression_element(c *Xml_multiuse_expression_elementContext) // ExitXmlroot_param_version_part is called when exiting the xmlroot_param_version_part production. ExitXmlroot_param_version_part(c *Xmlroot_param_version_partContext) // ExitXmlroot_param_standalone_part is called when exiting the xmlroot_param_standalone_part production. ExitXmlroot_param_standalone_part(c *Xmlroot_param_standalone_partContext) // ExitXmlserialize_param_enconding_part is called when exiting the xmlserialize_param_enconding_part production. ExitXmlserialize_param_enconding_part(c *Xmlserialize_param_enconding_partContext) // ExitXmlserialize_param_version_part is called when exiting the xmlserialize_param_version_part production. ExitXmlserialize_param_version_part(c *Xmlserialize_param_version_partContext) // ExitXmlserialize_param_ident_part is called when exiting the xmlserialize_param_ident_part production. ExitXmlserialize_param_ident_part(c *Xmlserialize_param_ident_partContext) // ExitSql_plus_command is called when exiting the sql_plus_command production. ExitSql_plus_command(c *Sql_plus_commandContext) // ExitWhenever_command is called when exiting the whenever_command production. ExitWhenever_command(c *Whenever_commandContext) // ExitSet_command is called when exiting the set_command production. ExitSet_command(c *Set_commandContext) // ExitPartition_extension_clause is called when exiting the partition_extension_clause production. ExitPartition_extension_clause(c *Partition_extension_clauseContext) // ExitColumn_alias is called when exiting the column_alias production. ExitColumn_alias(c *Column_aliasContext) // ExitTable_alias is called when exiting the table_alias production. ExitTable_alias(c *Table_aliasContext) // ExitWhere_clause is called when exiting the where_clause production. ExitWhere_clause(c *Where_clauseContext) // ExitInto_clause is called when exiting the into_clause production. ExitInto_clause(c *Into_clauseContext) // ExitXml_column_name is called when exiting the xml_column_name production. ExitXml_column_name(c *Xml_column_nameContext) // ExitCost_class_name is called when exiting the cost_class_name production. ExitCost_class_name(c *Cost_class_nameContext) // ExitAttribute_name is called when exiting the attribute_name production. ExitAttribute_name(c *Attribute_nameContext) // ExitSavepoint_name is called when exiting the savepoint_name production. ExitSavepoint_name(c *Savepoint_nameContext) // ExitRollback_segment_name is called when exiting the rollback_segment_name production. ExitRollback_segment_name(c *Rollback_segment_nameContext) // ExitTable_var_name is called when exiting the table_var_name production. ExitTable_var_name(c *Table_var_nameContext) // ExitSchema_name is called when exiting the schema_name production. ExitSchema_name(c *Schema_nameContext) // ExitRoutine_name is called when exiting the routine_name production. ExitRoutine_name(c *Routine_nameContext) // ExitPackage_name is called when exiting the package_name production. ExitPackage_name(c *Package_nameContext) // ExitImplementation_type_name is called when exiting the implementation_type_name production. ExitImplementation_type_name(c *Implementation_type_nameContext) // ExitParameter_name is called when exiting the parameter_name production. ExitParameter_name(c *Parameter_nameContext) // ExitReference_model_name is called when exiting the reference_model_name production. ExitReference_model_name(c *Reference_model_nameContext) // ExitMain_model_name is called when exiting the main_model_name production. ExitMain_model_name(c *Main_model_nameContext) // ExitContainer_tableview_name is called when exiting the container_tableview_name production. ExitContainer_tableview_name(c *Container_tableview_nameContext) // ExitAggregate_function_name is called when exiting the aggregate_function_name production. ExitAggregate_function_name(c *Aggregate_function_nameContext) // ExitQuery_name is called when exiting the query_name production. ExitQuery_name(c *Query_nameContext) // ExitGrantee_name is called when exiting the grantee_name production. ExitGrantee_name(c *Grantee_nameContext) // ExitRole_name is called when exiting the role_name production. ExitRole_name(c *Role_nameContext) // ExitConstraint_name is called when exiting the constraint_name production. ExitConstraint_name(c *Constraint_nameContext) // ExitLabel_name is called when exiting the label_name production. ExitLabel_name(c *Label_nameContext) // ExitType_name is called when exiting the type_name production. ExitType_name(c *Type_nameContext) // ExitSequence_name is called when exiting the sequence_name production. ExitSequence_name(c *Sequence_nameContext) // ExitException_name is called when exiting the exception_name production. ExitException_name(c *Exception_nameContext) // ExitFunction_name is called when exiting the function_name production. ExitFunction_name(c *Function_nameContext) // ExitProcedure_name is called when exiting the procedure_name production. ExitProcedure_name(c *Procedure_nameContext) // ExitTrigger_name is called when exiting the trigger_name production. ExitTrigger_name(c *Trigger_nameContext) // ExitVariable_name is called when exiting the variable_name production. ExitVariable_name(c *Variable_nameContext) // ExitIndex_name is called when exiting the index_name production. ExitIndex_name(c *Index_nameContext) // ExitCursor_name is called when exiting the cursor_name production. ExitCursor_name(c *Cursor_nameContext) // ExitRecord_name is called when exiting the record_name production. ExitRecord_name(c *Record_nameContext) // ExitCollection_name is called when exiting the collection_name production. ExitCollection_name(c *Collection_nameContext) // ExitLink_name is called when exiting the link_name production. ExitLink_name(c *Link_nameContext) // ExitColumn_name is called when exiting the column_name production. ExitColumn_name(c *Column_nameContext) // ExitTableview_name is called when exiting the tableview_name production. ExitTableview_name(c *Tableview_nameContext) // ExitXmltable is called when exiting the xmltable production. ExitXmltable(c *XmltableContext) // ExitChar_set_name is called when exiting the char_set_name production. ExitChar_set_name(c *Char_set_nameContext) // ExitSynonym_name is called when exiting the synonym_name production. ExitSynonym_name(c *Synonym_nameContext) // ExitSchema_object_name is called when exiting the schema_object_name production. ExitSchema_object_name(c *Schema_object_nameContext) // ExitDir_object_name is called when exiting the dir_object_name production. ExitDir_object_name(c *Dir_object_nameContext) // ExitUser_object_name is called when exiting the user_object_name production. ExitUser_object_name(c *User_object_nameContext) // ExitGrant_object_name is called when exiting the grant_object_name production. ExitGrant_object_name(c *Grant_object_nameContext) // ExitColumn_list is called when exiting the column_list production. ExitColumn_list(c *Column_listContext) // ExitParen_column_list is called when exiting the paren_column_list production. ExitParen_column_list(c *Paren_column_listContext) // ExitKeep_clause is called when exiting the keep_clause production. ExitKeep_clause(c *Keep_clauseContext) // ExitFunction_argument is called when exiting the function_argument production. ExitFunction_argument(c *Function_argumentContext) // ExitFunction_argument_analytic is called when exiting the function_argument_analytic production. ExitFunction_argument_analytic(c *Function_argument_analyticContext) // ExitFunction_argument_modeling is called when exiting the function_argument_modeling production. ExitFunction_argument_modeling(c *Function_argument_modelingContext) // ExitRespect_or_ignore_nulls is called when exiting the respect_or_ignore_nulls production. ExitRespect_or_ignore_nulls(c *Respect_or_ignore_nullsContext) // ExitArgument is called when exiting the argument production. ExitArgument(c *ArgumentContext) // ExitType_spec is called when exiting the type_spec production. ExitType_spec(c *Type_specContext) // ExitDatatype is called when exiting the datatype production. ExitDatatype(c *DatatypeContext) // ExitPrecision_part is called when exiting the precision_part production. ExitPrecision_part(c *Precision_partContext) // ExitNative_datatype_element is called when exiting the native_datatype_element production. ExitNative_datatype_element(c *Native_datatype_elementContext) // ExitBind_variable is called when exiting the bind_variable production. ExitBind_variable(c *Bind_variableContext) // ExitGeneral_element is called when exiting the general_element production. ExitGeneral_element(c *General_elementContext) // ExitGeneral_element_part is called when exiting the general_element_part production. ExitGeneral_element_part(c *General_element_partContext) // ExitTable_element is called when exiting the table_element production. ExitTable_element(c *Table_elementContext) // ExitObject_privilege is called when exiting the object_privilege production. ExitObject_privilege(c *Object_privilegeContext) // ExitSystem_privilege is called when exiting the system_privilege production. ExitSystem_privilege(c *System_privilegeContext) // ExitConstant is called when exiting the constant production. ExitConstant(c *ConstantContext) // ExitNumeric is called when exiting the numeric production. ExitNumeric(c *NumericContext) // ExitNumeric_negative is called when exiting the numeric_negative production. ExitNumeric_negative(c *Numeric_negativeContext) // ExitQuoted_string is called when exiting the quoted_string production. ExitQuoted_string(c *Quoted_stringContext) // ExitIdentifier is called when exiting the identifier production. ExitIdentifier(c *IdentifierContext) // ExitId_expression is called when exiting the id_expression production. ExitId_expression(c *Id_expressionContext) // ExitOuter_join_sign is called when exiting the outer_join_sign production. ExitOuter_join_sign(c *Outer_join_signContext) // ExitRegular_id is called when exiting the regular_id production. ExitRegular_id(c *Regular_idContext) // ExitNon_reserved_keywords_in_12c is called when exiting the non_reserved_keywords_in_12c production. ExitNon_reserved_keywords_in_12c(c *Non_reserved_keywords_in_12cContext) // ExitNon_reserved_keywords_pre12c is called when exiting the non_reserved_keywords_pre12c production. ExitNon_reserved_keywords_pre12c(c *Non_reserved_keywords_pre12cContext) // ExitString_function_name is called when exiting the string_function_name production. ExitString_function_name(c *String_function_nameContext) // ExitNumeric_function_name is called when exiting the numeric_function_name production. ExitNumeric_function_name(c *Numeric_function_nameContext) }
PlSqlParserListener is a complete listener for a parse tree produced by PlSqlParser.
type Policy_nameContext ¶
type Policy_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPolicy_nameContext ¶
func NewEmptyPolicy_nameContext() *Policy_nameContext
func NewPolicy_nameContext ¶
func NewPolicy_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Policy_nameContext
func (*Policy_nameContext) EnterRule ¶
func (s *Policy_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Policy_nameContext) ExitRule ¶
func (s *Policy_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Policy_nameContext) GetParser ¶
func (s *Policy_nameContext) GetParser() antlr.Parser
func (*Policy_nameContext) GetRuleContext ¶
func (s *Policy_nameContext) GetRuleContext() antlr.RuleContext
func (*Policy_nameContext) Identifier ¶
func (s *Policy_nameContext) Identifier() IIdentifierContext
func (*Policy_nameContext) IsPolicy_nameContext ¶
func (*Policy_nameContext) IsPolicy_nameContext()
func (*Policy_nameContext) ToStringTree ¶
func (s *Policy_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pragma_clauseContext ¶
type Pragma_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPragma_clauseContext ¶
func NewEmptyPragma_clauseContext() *Pragma_clauseContext
func NewPragma_clauseContext ¶
func NewPragma_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pragma_clauseContext
func (*Pragma_clauseContext) AllCOMMA ¶
func (s *Pragma_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Pragma_clauseContext) AllPragma_elements ¶
func (s *Pragma_clauseContext) AllPragma_elements() []IPragma_elementsContext
func (*Pragma_clauseContext) COMMA ¶
func (s *Pragma_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Pragma_clauseContext) EnterRule ¶
func (s *Pragma_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pragma_clauseContext) ExitRule ¶
func (s *Pragma_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pragma_clauseContext) GetParser ¶
func (s *Pragma_clauseContext) GetParser() antlr.Parser
func (*Pragma_clauseContext) GetRuleContext ¶
func (s *Pragma_clauseContext) GetRuleContext() antlr.RuleContext
func (*Pragma_clauseContext) IsPragma_clauseContext ¶
func (*Pragma_clauseContext) IsPragma_clauseContext()
func (*Pragma_clauseContext) LEFT_PAREN ¶
func (s *Pragma_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Pragma_clauseContext) PRAGMA ¶
func (s *Pragma_clauseContext) PRAGMA() antlr.TerminalNode
func (*Pragma_clauseContext) Pragma_elements ¶
func (s *Pragma_clauseContext) Pragma_elements(i int) IPragma_elementsContext
func (*Pragma_clauseContext) RESTRICT_REFERENCES ¶
func (s *Pragma_clauseContext) RESTRICT_REFERENCES() antlr.TerminalNode
func (*Pragma_clauseContext) RIGHT_PAREN ¶
func (s *Pragma_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pragma_clauseContext) ToStringTree ¶
func (s *Pragma_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pragma_declarationContext ¶
type Pragma_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPragma_declarationContext ¶
func NewEmptyPragma_declarationContext() *Pragma_declarationContext
func NewPragma_declarationContext ¶
func NewPragma_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pragma_declarationContext
func (*Pragma_declarationContext) AUTONOMOUS_TRANSACTION ¶
func (s *Pragma_declarationContext) AUTONOMOUS_TRANSACTION() antlr.TerminalNode
func (*Pragma_declarationContext) AllCOMMA ¶
func (s *Pragma_declarationContext) AllCOMMA() []antlr.TerminalNode
func (*Pragma_declarationContext) AllIdentifier ¶
func (s *Pragma_declarationContext) AllIdentifier() []IIdentifierContext
func (*Pragma_declarationContext) COMMA ¶
func (s *Pragma_declarationContext) COMMA(i int) antlr.TerminalNode
func (*Pragma_declarationContext) DEFAULT ¶
func (s *Pragma_declarationContext) DEFAULT() antlr.TerminalNode
func (*Pragma_declarationContext) EXCEPTION_INIT ¶
func (s *Pragma_declarationContext) EXCEPTION_INIT() antlr.TerminalNode
func (*Pragma_declarationContext) EnterRule ¶
func (s *Pragma_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pragma_declarationContext) Exception_name ¶
func (s *Pragma_declarationContext) Exception_name() IException_nameContext
func (*Pragma_declarationContext) ExitRule ¶
func (s *Pragma_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pragma_declarationContext) Expression ¶
func (s *Pragma_declarationContext) Expression() IExpressionContext
func (*Pragma_declarationContext) GetId1 ¶
func (s *Pragma_declarationContext) GetId1() IIdentifierContext
func (*Pragma_declarationContext) GetParser ¶
func (s *Pragma_declarationContext) GetParser() antlr.Parser
func (*Pragma_declarationContext) GetRuleContext ¶
func (s *Pragma_declarationContext) GetRuleContext() antlr.RuleContext
func (*Pragma_declarationContext) INLINE ¶
func (s *Pragma_declarationContext) INLINE() antlr.TerminalNode
func (*Pragma_declarationContext) Identifier ¶
func (s *Pragma_declarationContext) Identifier(i int) IIdentifierContext
func (*Pragma_declarationContext) IsPragma_declarationContext ¶
func (*Pragma_declarationContext) IsPragma_declarationContext()
func (*Pragma_declarationContext) LEFT_PAREN ¶
func (s *Pragma_declarationContext) LEFT_PAREN() antlr.TerminalNode
func (*Pragma_declarationContext) Numeric_negative ¶
func (s *Pragma_declarationContext) Numeric_negative() INumeric_negativeContext
func (*Pragma_declarationContext) PRAGMA ¶
func (s *Pragma_declarationContext) PRAGMA() antlr.TerminalNode
func (*Pragma_declarationContext) RESTRICT_REFERENCES ¶
func (s *Pragma_declarationContext) RESTRICT_REFERENCES() antlr.TerminalNode
func (*Pragma_declarationContext) RIGHT_PAREN ¶
func (s *Pragma_declarationContext) RIGHT_PAREN() antlr.TerminalNode
func (*Pragma_declarationContext) SEMICOLON ¶
func (s *Pragma_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Pragma_declarationContext) SERIALLY_REUSABLE ¶
func (s *Pragma_declarationContext) SERIALLY_REUSABLE() antlr.TerminalNode
func (*Pragma_declarationContext) SetId1 ¶
func (s *Pragma_declarationContext) SetId1(v IIdentifierContext)
func (*Pragma_declarationContext) ToStringTree ¶
func (s *Pragma_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Pragma_elementsContext ¶
type Pragma_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPragma_elementsContext ¶
func NewEmptyPragma_elementsContext() *Pragma_elementsContext
func NewPragma_elementsContext ¶
func NewPragma_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Pragma_elementsContext
func (*Pragma_elementsContext) DEFAULT ¶
func (s *Pragma_elementsContext) DEFAULT() antlr.TerminalNode
func (*Pragma_elementsContext) EnterRule ¶
func (s *Pragma_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Pragma_elementsContext) ExitRule ¶
func (s *Pragma_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Pragma_elementsContext) GetParser ¶
func (s *Pragma_elementsContext) GetParser() antlr.Parser
func (*Pragma_elementsContext) GetRuleContext ¶
func (s *Pragma_elementsContext) GetRuleContext() antlr.RuleContext
func (*Pragma_elementsContext) Identifier ¶
func (s *Pragma_elementsContext) Identifier() IIdentifierContext
func (*Pragma_elementsContext) IsPragma_elementsContext ¶
func (*Pragma_elementsContext) IsPragma_elementsContext()
func (*Pragma_elementsContext) ToStringTree ¶
func (s *Pragma_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Precision_partContext ¶
type Precision_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPrecision_partContext ¶
func NewEmptyPrecision_partContext() *Precision_partContext
func NewPrecision_partContext ¶
func NewPrecision_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Precision_partContext
func (*Precision_partContext) ASTERISK ¶
func (s *Precision_partContext) ASTERISK() antlr.TerminalNode
func (*Precision_partContext) AllNumeric ¶
func (s *Precision_partContext) AllNumeric() []INumericContext
func (*Precision_partContext) BYTE ¶
func (s *Precision_partContext) BYTE() antlr.TerminalNode
func (*Precision_partContext) CHAR ¶
func (s *Precision_partContext) CHAR() antlr.TerminalNode
func (*Precision_partContext) COMMA ¶
func (s *Precision_partContext) COMMA() antlr.TerminalNode
func (*Precision_partContext) EnterRule ¶
func (s *Precision_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Precision_partContext) ExitRule ¶
func (s *Precision_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Precision_partContext) GetParser ¶
func (s *Precision_partContext) GetParser() antlr.Parser
func (*Precision_partContext) GetRuleContext ¶
func (s *Precision_partContext) GetRuleContext() antlr.RuleContext
func (*Precision_partContext) IsPrecision_partContext ¶
func (*Precision_partContext) IsPrecision_partContext()
func (*Precision_partContext) LEFT_PAREN ¶
func (s *Precision_partContext) LEFT_PAREN() antlr.TerminalNode
func (*Precision_partContext) Numeric ¶
func (s *Precision_partContext) Numeric(i int) INumericContext
func (*Precision_partContext) Numeric_negative ¶
func (s *Precision_partContext) Numeric_negative() INumeric_negativeContext
func (*Precision_partContext) RIGHT_PAREN ¶
func (s *Precision_partContext) RIGHT_PAREN() antlr.TerminalNode
func (*Precision_partContext) ToStringTree ¶
func (s *Precision_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Primary_key_clauseContext ¶
type Primary_key_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyPrimary_key_clauseContext ¶
func NewEmptyPrimary_key_clauseContext() *Primary_key_clauseContext
func NewPrimary_key_clauseContext ¶
func NewPrimary_key_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Primary_key_clauseContext
func (*Primary_key_clauseContext) EnterRule ¶
func (s *Primary_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Primary_key_clauseContext) ExitRule ¶
func (s *Primary_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Primary_key_clauseContext) GetParser ¶
func (s *Primary_key_clauseContext) GetParser() antlr.Parser
func (*Primary_key_clauseContext) GetRuleContext ¶
func (s *Primary_key_clauseContext) GetRuleContext() antlr.RuleContext
func (*Primary_key_clauseContext) IsPrimary_key_clauseContext ¶
func (*Primary_key_clauseContext) IsPrimary_key_clauseContext()
func (*Primary_key_clauseContext) KEY ¶
func (s *Primary_key_clauseContext) KEY() antlr.TerminalNode
func (*Primary_key_clauseContext) PRIMARY ¶
func (s *Primary_key_clauseContext) PRIMARY() antlr.TerminalNode
func (*Primary_key_clauseContext) Paren_column_list ¶
func (s *Primary_key_clauseContext) Paren_column_list() IParen_column_listContext
func (*Primary_key_clauseContext) ToStringTree ¶
func (s *Primary_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Primary_key_clauseContext) Using_index_clause ¶
func (s *Primary_key_clauseContext) Using_index_clause() IUsing_index_clauseContext
type Proc_decl_in_typeContext ¶
type Proc_decl_in_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProc_decl_in_typeContext ¶
func NewEmptyProc_decl_in_typeContext() *Proc_decl_in_typeContext
func NewProc_decl_in_typeContext ¶
func NewProc_decl_in_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Proc_decl_in_typeContext
func (*Proc_decl_in_typeContext) AS ¶
func (s *Proc_decl_in_typeContext) AS() antlr.TerminalNode
func (*Proc_decl_in_typeContext) AllCOMMA ¶
func (s *Proc_decl_in_typeContext) AllCOMMA() []antlr.TerminalNode
func (*Proc_decl_in_typeContext) AllType_elements_parameter ¶
func (s *Proc_decl_in_typeContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Proc_decl_in_typeContext) Body ¶
func (s *Proc_decl_in_typeContext) Body() IBodyContext
func (*Proc_decl_in_typeContext) COMMA ¶
func (s *Proc_decl_in_typeContext) COMMA(i int) antlr.TerminalNode
func (*Proc_decl_in_typeContext) Call_spec ¶
func (s *Proc_decl_in_typeContext) Call_spec() ICall_specContext
func (*Proc_decl_in_typeContext) DECLARE ¶
func (s *Proc_decl_in_typeContext) DECLARE() antlr.TerminalNode
func (*Proc_decl_in_typeContext) EnterRule ¶
func (s *Proc_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Proc_decl_in_typeContext) ExitRule ¶
func (s *Proc_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Proc_decl_in_typeContext) GetParser ¶
func (s *Proc_decl_in_typeContext) GetParser() antlr.Parser
func (*Proc_decl_in_typeContext) GetRuleContext ¶
func (s *Proc_decl_in_typeContext) GetRuleContext() antlr.RuleContext
func (*Proc_decl_in_typeContext) IS ¶
func (s *Proc_decl_in_typeContext) IS() antlr.TerminalNode
func (*Proc_decl_in_typeContext) IsProc_decl_in_typeContext ¶
func (*Proc_decl_in_typeContext) IsProc_decl_in_typeContext()
func (*Proc_decl_in_typeContext) LEFT_PAREN ¶
func (s *Proc_decl_in_typeContext) LEFT_PAREN() antlr.TerminalNode
func (*Proc_decl_in_typeContext) PROCEDURE ¶
func (s *Proc_decl_in_typeContext) PROCEDURE() antlr.TerminalNode
func (*Proc_decl_in_typeContext) Procedure_name ¶
func (s *Proc_decl_in_typeContext) Procedure_name() IProcedure_nameContext
func (*Proc_decl_in_typeContext) RIGHT_PAREN ¶
func (s *Proc_decl_in_typeContext) RIGHT_PAREN() antlr.TerminalNode
func (*Proc_decl_in_typeContext) SEMICOLON ¶
func (s *Proc_decl_in_typeContext) SEMICOLON() antlr.TerminalNode
func (*Proc_decl_in_typeContext) Seq_of_declare_specs ¶
func (s *Proc_decl_in_typeContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Proc_decl_in_typeContext) ToStringTree ¶
func (s *Proc_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Proc_decl_in_typeContext) Type_elements_parameter ¶
func (s *Proc_decl_in_typeContext) Type_elements_parameter(i int) IType_elements_parameterContext
type Procedure_bodyContext ¶
type Procedure_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProcedure_bodyContext ¶
func NewEmptyProcedure_bodyContext() *Procedure_bodyContext
func NewProcedure_bodyContext ¶
func NewProcedure_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Procedure_bodyContext
func (*Procedure_bodyContext) AS ¶
func (s *Procedure_bodyContext) AS() antlr.TerminalNode
func (*Procedure_bodyContext) AllCOMMA ¶
func (s *Procedure_bodyContext) AllCOMMA() []antlr.TerminalNode
func (*Procedure_bodyContext) AllParameter ¶
func (s *Procedure_bodyContext) AllParameter() []IParameterContext
func (*Procedure_bodyContext) Body ¶
func (s *Procedure_bodyContext) Body() IBodyContext
func (*Procedure_bodyContext) COMMA ¶
func (s *Procedure_bodyContext) COMMA(i int) antlr.TerminalNode
func (*Procedure_bodyContext) Call_spec ¶
func (s *Procedure_bodyContext) Call_spec() ICall_specContext
func (*Procedure_bodyContext) DECLARE ¶
func (s *Procedure_bodyContext) DECLARE() antlr.TerminalNode
func (*Procedure_bodyContext) EXTERNAL ¶
func (s *Procedure_bodyContext) EXTERNAL() antlr.TerminalNode
func (*Procedure_bodyContext) EnterRule ¶
func (s *Procedure_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Procedure_bodyContext) ExitRule ¶
func (s *Procedure_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Procedure_bodyContext) GetParser ¶
func (s *Procedure_bodyContext) GetParser() antlr.Parser
func (*Procedure_bodyContext) GetRuleContext ¶
func (s *Procedure_bodyContext) GetRuleContext() antlr.RuleContext
func (*Procedure_bodyContext) IS ¶
func (s *Procedure_bodyContext) IS() antlr.TerminalNode
func (*Procedure_bodyContext) Identifier ¶
func (s *Procedure_bodyContext) Identifier() IIdentifierContext
func (*Procedure_bodyContext) IsProcedure_bodyContext ¶
func (*Procedure_bodyContext) IsProcedure_bodyContext()
func (*Procedure_bodyContext) LEFT_PAREN ¶
func (s *Procedure_bodyContext) LEFT_PAREN() antlr.TerminalNode
func (*Procedure_bodyContext) PROCEDURE ¶
func (s *Procedure_bodyContext) PROCEDURE() antlr.TerminalNode
func (*Procedure_bodyContext) Parameter ¶
func (s *Procedure_bodyContext) Parameter(i int) IParameterContext
func (*Procedure_bodyContext) RIGHT_PAREN ¶
func (s *Procedure_bodyContext) RIGHT_PAREN() antlr.TerminalNode
func (*Procedure_bodyContext) SEMICOLON ¶
func (s *Procedure_bodyContext) SEMICOLON() antlr.TerminalNode
func (*Procedure_bodyContext) Seq_of_declare_specs ¶
func (s *Procedure_bodyContext) Seq_of_declare_specs() ISeq_of_declare_specsContext
func (*Procedure_bodyContext) ToStringTree ¶
func (s *Procedure_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Procedure_callContext ¶
type Procedure_callContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProcedure_callContext ¶
func NewEmptyProcedure_callContext() *Procedure_callContext
func NewProcedure_callContext ¶
func NewProcedure_callContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Procedure_callContext
func (*Procedure_callContext) EnterRule ¶
func (s *Procedure_callContext) EnterRule(listener antlr.ParseTreeListener)
func (*Procedure_callContext) ExitRule ¶
func (s *Procedure_callContext) ExitRule(listener antlr.ParseTreeListener)
func (*Procedure_callContext) Function_argument ¶
func (s *Procedure_callContext) Function_argument() IFunction_argumentContext
func (*Procedure_callContext) GetParser ¶
func (s *Procedure_callContext) GetParser() antlr.Parser
func (*Procedure_callContext) GetRuleContext ¶
func (s *Procedure_callContext) GetRuleContext() antlr.RuleContext
func (*Procedure_callContext) IsProcedure_callContext ¶
func (*Procedure_callContext) IsProcedure_callContext()
func (*Procedure_callContext) Routine_name ¶
func (s *Procedure_callContext) Routine_name() IRoutine_nameContext
func (*Procedure_callContext) ToStringTree ¶
func (s *Procedure_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Procedure_nameContext ¶
type Procedure_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProcedure_nameContext ¶
func NewEmptyProcedure_nameContext() *Procedure_nameContext
func NewProcedure_nameContext ¶
func NewProcedure_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Procedure_nameContext
func (*Procedure_nameContext) EnterRule ¶
func (s *Procedure_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Procedure_nameContext) ExitRule ¶
func (s *Procedure_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Procedure_nameContext) GetParser ¶
func (s *Procedure_nameContext) GetParser() antlr.Parser
func (*Procedure_nameContext) GetRuleContext ¶
func (s *Procedure_nameContext) GetRuleContext() antlr.RuleContext
func (*Procedure_nameContext) Id_expression ¶
func (s *Procedure_nameContext) Id_expression() IId_expressionContext
func (*Procedure_nameContext) Identifier ¶
func (s *Procedure_nameContext) Identifier() IIdentifierContext
func (*Procedure_nameContext) IsProcedure_nameContext ¶
func (*Procedure_nameContext) IsProcedure_nameContext()
func (*Procedure_nameContext) PERIOD ¶
func (s *Procedure_nameContext) PERIOD() antlr.TerminalNode
func (*Procedure_nameContext) ToStringTree ¶
func (s *Procedure_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Procedure_specContext ¶
type Procedure_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProcedure_specContext ¶
func NewEmptyProcedure_specContext() *Procedure_specContext
func NewProcedure_specContext ¶
func NewProcedure_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Procedure_specContext
func (*Procedure_specContext) AllCOMMA ¶
func (s *Procedure_specContext) AllCOMMA() []antlr.TerminalNode
func (*Procedure_specContext) AllParameter ¶
func (s *Procedure_specContext) AllParameter() []IParameterContext
func (*Procedure_specContext) COMMA ¶
func (s *Procedure_specContext) COMMA(i int) antlr.TerminalNode
func (*Procedure_specContext) EnterRule ¶
func (s *Procedure_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Procedure_specContext) ExitRule ¶
func (s *Procedure_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Procedure_specContext) GetParser ¶
func (s *Procedure_specContext) GetParser() antlr.Parser
func (*Procedure_specContext) GetRuleContext ¶
func (s *Procedure_specContext) GetRuleContext() antlr.RuleContext
func (*Procedure_specContext) Identifier ¶
func (s *Procedure_specContext) Identifier() IIdentifierContext
func (*Procedure_specContext) IsProcedure_specContext ¶
func (*Procedure_specContext) IsProcedure_specContext()
func (*Procedure_specContext) LEFT_PAREN ¶
func (s *Procedure_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Procedure_specContext) PROCEDURE ¶
func (s *Procedure_specContext) PROCEDURE() antlr.TerminalNode
func (*Procedure_specContext) Parameter ¶
func (s *Procedure_specContext) Parameter(i int) IParameterContext
func (*Procedure_specContext) RIGHT_PAREN ¶
func (s *Procedure_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Procedure_specContext) SEMICOLON ¶
func (s *Procedure_specContext) SEMICOLON() antlr.TerminalNode
func (*Procedure_specContext) ToStringTree ¶
func (s *Procedure_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Profile_clauseContext ¶
type Profile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProfile_clauseContext ¶
func NewEmptyProfile_clauseContext() *Profile_clauseContext
func NewProfile_clauseContext ¶
func NewProfile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Profile_clauseContext
func (*Profile_clauseContext) EnterRule ¶
func (s *Profile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Profile_clauseContext) ExitRule ¶
func (s *Profile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Profile_clauseContext) GetParser ¶
func (s *Profile_clauseContext) GetParser() antlr.Parser
func (*Profile_clauseContext) GetRuleContext ¶
func (s *Profile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Profile_clauseContext) Id_expression ¶
func (s *Profile_clauseContext) Id_expression() IId_expressionContext
func (*Profile_clauseContext) IsProfile_clauseContext ¶
func (*Profile_clauseContext) IsProfile_clauseContext()
func (*Profile_clauseContext) PROFILE ¶
func (s *Profile_clauseContext) PROFILE() antlr.TerminalNode
func (*Profile_clauseContext) ToStringTree ¶
func (s *Profile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Profile_nameContext ¶
type Profile_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProfile_nameContext ¶
func NewEmptyProfile_nameContext() *Profile_nameContext
func NewProfile_nameContext ¶
func NewProfile_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Profile_nameContext
func (*Profile_nameContext) AllId_expression ¶
func (s *Profile_nameContext) AllId_expression() []IId_expressionContext
func (*Profile_nameContext) EnterRule ¶
func (s *Profile_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Profile_nameContext) ExitRule ¶
func (s *Profile_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Profile_nameContext) GetParser ¶
func (s *Profile_nameContext) GetParser() antlr.Parser
func (*Profile_nameContext) GetRuleContext ¶
func (s *Profile_nameContext) GetRuleContext() antlr.RuleContext
func (*Profile_nameContext) Id_expression ¶
func (s *Profile_nameContext) Id_expression(i int) IId_expressionContext
func (*Profile_nameContext) IsProfile_nameContext ¶
func (*Profile_nameContext) IsProfile_nameContext()
func (*Profile_nameContext) PERIOD ¶
func (s *Profile_nameContext) PERIOD() antlr.TerminalNode
func (*Profile_nameContext) ToStringTree ¶
func (s *Profile_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Proxy_clauseContext ¶
type Proxy_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyProxy_clauseContext ¶
func NewEmptyProxy_clauseContext() *Proxy_clauseContext
func NewProxy_clauseContext ¶
func NewProxy_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Proxy_clauseContext
func (*Proxy_clauseContext) AUTHENTICATED ¶
func (s *Proxy_clauseContext) AUTHENTICATED() antlr.TerminalNode
func (*Proxy_clauseContext) AUTHENTICATION ¶
func (s *Proxy_clauseContext) AUTHENTICATION() antlr.TerminalNode
func (*Proxy_clauseContext) CERTIFICATE ¶
func (s *Proxy_clauseContext) CERTIFICATE() antlr.TerminalNode
func (*Proxy_clauseContext) CONNECT ¶
func (s *Proxy_clauseContext) CONNECT() antlr.TerminalNode
func (*Proxy_clauseContext) DISTINGUISHED ¶
func (s *Proxy_clauseContext) DISTINGUISHED() antlr.TerminalNode
func (*Proxy_clauseContext) ENTERPRISE ¶
func (s *Proxy_clauseContext) ENTERPRISE() antlr.TerminalNode
func (*Proxy_clauseContext) EnterRule ¶
func (s *Proxy_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Proxy_clauseContext) ExitRule ¶
func (s *Proxy_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Proxy_clauseContext) GRANT ¶
func (s *Proxy_clauseContext) GRANT() antlr.TerminalNode
func (*Proxy_clauseContext) GetParser ¶
func (s *Proxy_clauseContext) GetParser() antlr.Parser
func (*Proxy_clauseContext) GetRuleContext ¶
func (s *Proxy_clauseContext) GetRuleContext() antlr.RuleContext
func (*Proxy_clauseContext) IsProxy_clauseContext ¶
func (*Proxy_clauseContext) IsProxy_clauseContext()
func (*Proxy_clauseContext) NAME ¶
func (s *Proxy_clauseContext) NAME() antlr.TerminalNode
func (*Proxy_clauseContext) NO ¶
func (s *Proxy_clauseContext) NO() antlr.TerminalNode
func (*Proxy_clauseContext) PASSWORD ¶
func (s *Proxy_clauseContext) PASSWORD() antlr.TerminalNode
func (*Proxy_clauseContext) REQUIRED ¶
func (s *Proxy_clauseContext) REQUIRED() antlr.TerminalNode
func (*Proxy_clauseContext) REVOKE ¶
func (s *Proxy_clauseContext) REVOKE() antlr.TerminalNode
func (*Proxy_clauseContext) ROLE ¶
func (s *Proxy_clauseContext) ROLE() antlr.TerminalNode
func (*Proxy_clauseContext) ROLES ¶
func (s *Proxy_clauseContext) ROLES() antlr.TerminalNode
func (*Proxy_clauseContext) Role_clause ¶
func (s *Proxy_clauseContext) Role_clause() IRole_clauseContext
func (*Proxy_clauseContext) THROUGH ¶
func (s *Proxy_clauseContext) THROUGH() antlr.TerminalNode
func (*Proxy_clauseContext) ToStringTree ¶
func (s *Proxy_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Proxy_clauseContext) USERS ¶
func (s *Proxy_clauseContext) USERS() antlr.TerminalNode
func (*Proxy_clauseContext) USING ¶
func (s *Proxy_clauseContext) USING() antlr.TerminalNode
func (*Proxy_clauseContext) User_object_name ¶
func (s *Proxy_clauseContext) User_object_name() IUser_object_nameContext
func (*Proxy_clauseContext) WITH ¶
func (s *Proxy_clauseContext) WITH() antlr.TerminalNode
type Quantified_expressionContext ¶
type Quantified_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuantified_expressionContext ¶
func NewEmptyQuantified_expressionContext() *Quantified_expressionContext
func NewQuantified_expressionContext ¶
func NewQuantified_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Quantified_expressionContext
func (*Quantified_expressionContext) ALL ¶
func (s *Quantified_expressionContext) ALL() antlr.TerminalNode
func (*Quantified_expressionContext) ANY ¶
func (s *Quantified_expressionContext) ANY() antlr.TerminalNode
func (*Quantified_expressionContext) EXISTS ¶
func (s *Quantified_expressionContext) EXISTS() antlr.TerminalNode
func (*Quantified_expressionContext) EnterRule ¶
func (s *Quantified_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Quantified_expressionContext) ExitRule ¶
func (s *Quantified_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Quantified_expressionContext) Expression ¶
func (s *Quantified_expressionContext) Expression() IExpressionContext
func (*Quantified_expressionContext) GetParser ¶
func (s *Quantified_expressionContext) GetParser() antlr.Parser
func (*Quantified_expressionContext) GetRuleContext ¶
func (s *Quantified_expressionContext) GetRuleContext() antlr.RuleContext
func (*Quantified_expressionContext) IsQuantified_expressionContext ¶
func (*Quantified_expressionContext) IsQuantified_expressionContext()
func (*Quantified_expressionContext) LEFT_PAREN ¶
func (s *Quantified_expressionContext) LEFT_PAREN() antlr.TerminalNode
func (*Quantified_expressionContext) RIGHT_PAREN ¶
func (s *Quantified_expressionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Quantified_expressionContext) SOME ¶
func (s *Quantified_expressionContext) SOME() antlr.TerminalNode
func (*Quantified_expressionContext) Select_only_statement ¶
func (s *Quantified_expressionContext) Select_only_statement() ISelect_only_statementContext
func (*Quantified_expressionContext) ToStringTree ¶
func (s *Quantified_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Query_blockContext ¶
type Query_blockContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuery_blockContext ¶
func NewEmptyQuery_blockContext() *Query_blockContext
func NewQuery_blockContext ¶
func NewQuery_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Query_blockContext
func (*Query_blockContext) ALL ¶
func (s *Query_blockContext) ALL() antlr.TerminalNode
func (*Query_blockContext) DISTINCT ¶
func (s *Query_blockContext) DISTINCT() antlr.TerminalNode
func (*Query_blockContext) EnterRule ¶
func (s *Query_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Query_blockContext) ExitRule ¶
func (s *Query_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Query_blockContext) Fetch_clause ¶
func (s *Query_blockContext) Fetch_clause() IFetch_clauseContext
func (*Query_blockContext) From_clause ¶
func (s *Query_blockContext) From_clause() IFrom_clauseContext
func (*Query_blockContext) GetParser ¶
func (s *Query_blockContext) GetParser() antlr.Parser
func (*Query_blockContext) GetRuleContext ¶
func (s *Query_blockContext) GetRuleContext() antlr.RuleContext
func (*Query_blockContext) Group_by_clause ¶
func (s *Query_blockContext) Group_by_clause() IGroup_by_clauseContext
func (*Query_blockContext) Hierarchical_query_clause ¶
func (s *Query_blockContext) Hierarchical_query_clause() IHierarchical_query_clauseContext
func (*Query_blockContext) Into_clause ¶
func (s *Query_blockContext) Into_clause() IInto_clauseContext
func (*Query_blockContext) IsQuery_blockContext ¶
func (*Query_blockContext) IsQuery_blockContext()
func (*Query_blockContext) Model_clause ¶
func (s *Query_blockContext) Model_clause() IModel_clauseContext
func (*Query_blockContext) Order_by_clause ¶
func (s *Query_blockContext) Order_by_clause() IOrder_by_clauseContext
func (*Query_blockContext) SELECT ¶
func (s *Query_blockContext) SELECT() antlr.TerminalNode
func (*Query_blockContext) Selected_list ¶
func (s *Query_blockContext) Selected_list() ISelected_listContext
func (*Query_blockContext) ToStringTree ¶
func (s *Query_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Query_blockContext) UNIQUE ¶
func (s *Query_blockContext) UNIQUE() antlr.TerminalNode
func (*Query_blockContext) Where_clause ¶
func (s *Query_blockContext) Where_clause() IWhere_clauseContext
type Query_nameContext ¶
type Query_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuery_nameContext ¶
func NewEmptyQuery_nameContext() *Query_nameContext
func NewQuery_nameContext ¶
func NewQuery_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Query_nameContext
func (*Query_nameContext) EnterRule ¶
func (s *Query_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Query_nameContext) ExitRule ¶
func (s *Query_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Query_nameContext) GetParser ¶
func (s *Query_nameContext) GetParser() antlr.Parser
func (*Query_nameContext) GetRuleContext ¶
func (s *Query_nameContext) GetRuleContext() antlr.RuleContext
func (*Query_nameContext) Identifier ¶
func (s *Query_nameContext) Identifier() IIdentifierContext
func (*Query_nameContext) IsQuery_nameContext ¶
func (*Query_nameContext) IsQuery_nameContext()
func (*Query_nameContext) ToStringTree ¶
func (s *Query_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Query_partition_clauseContext ¶
type Query_partition_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuery_partition_clauseContext ¶
func NewEmptyQuery_partition_clauseContext() *Query_partition_clauseContext
func NewQuery_partition_clauseContext ¶
func NewQuery_partition_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Query_partition_clauseContext
func (*Query_partition_clauseContext) BY ¶
func (s *Query_partition_clauseContext) BY() antlr.TerminalNode
func (*Query_partition_clauseContext) EnterRule ¶
func (s *Query_partition_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Query_partition_clauseContext) ExitRule ¶
func (s *Query_partition_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Query_partition_clauseContext) Expressions ¶
func (s *Query_partition_clauseContext) Expressions() IExpressionsContext
func (*Query_partition_clauseContext) GetParser ¶
func (s *Query_partition_clauseContext) GetParser() antlr.Parser
func (*Query_partition_clauseContext) GetRuleContext ¶
func (s *Query_partition_clauseContext) GetRuleContext() antlr.RuleContext
func (*Query_partition_clauseContext) IsQuery_partition_clauseContext ¶
func (*Query_partition_clauseContext) IsQuery_partition_clauseContext()
func (*Query_partition_clauseContext) LEFT_PAREN ¶
func (s *Query_partition_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Query_partition_clauseContext) PARTITION ¶
func (s *Query_partition_clauseContext) PARTITION() antlr.TerminalNode
func (*Query_partition_clauseContext) RIGHT_PAREN ¶
func (s *Query_partition_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Query_partition_clauseContext) Subquery ¶
func (s *Query_partition_clauseContext) Subquery() ISubqueryContext
func (*Query_partition_clauseContext) ToStringTree ¶
func (s *Query_partition_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Quota_clauseContext ¶
type Quota_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuota_clauseContext ¶
func NewEmptyQuota_clauseContext() *Quota_clauseContext
func NewQuota_clauseContext ¶
func NewQuota_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Quota_clauseContext
func (*Quota_clauseContext) EnterRule ¶
func (s *Quota_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Quota_clauseContext) ExitRule ¶
func (s *Quota_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Quota_clauseContext) GetParser ¶
func (s *Quota_clauseContext) GetParser() antlr.Parser
func (*Quota_clauseContext) GetRuleContext ¶
func (s *Quota_clauseContext) GetRuleContext() antlr.RuleContext
func (*Quota_clauseContext) Id_expression ¶
func (s *Quota_clauseContext) Id_expression() IId_expressionContext
func (*Quota_clauseContext) IsQuota_clauseContext ¶
func (*Quota_clauseContext) IsQuota_clauseContext()
func (*Quota_clauseContext) ON ¶
func (s *Quota_clauseContext) ON() antlr.TerminalNode
func (*Quota_clauseContext) QUOTA ¶
func (s *Quota_clauseContext) QUOTA() antlr.TerminalNode
func (*Quota_clauseContext) Size_clause ¶
func (s *Quota_clauseContext) Size_clause() ISize_clauseContext
func (*Quota_clauseContext) ToStringTree ¶
func (s *Quota_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Quota_clauseContext) UNLIMITED ¶
func (s *Quota_clauseContext) UNLIMITED() antlr.TerminalNode
type Quoted_stringContext ¶
type Quoted_stringContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyQuoted_stringContext ¶
func NewEmptyQuoted_stringContext() *Quoted_stringContext
func NewQuoted_stringContext ¶
func NewQuoted_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Quoted_stringContext
func (*Quoted_stringContext) CHAR_STRING ¶
func (s *Quoted_stringContext) CHAR_STRING() antlr.TerminalNode
func (*Quoted_stringContext) EnterRule ¶
func (s *Quoted_stringContext) EnterRule(listener antlr.ParseTreeListener)
func (*Quoted_stringContext) ExitRule ¶
func (s *Quoted_stringContext) ExitRule(listener antlr.ParseTreeListener)
func (*Quoted_stringContext) GetParser ¶
func (s *Quoted_stringContext) GetParser() antlr.Parser
func (*Quoted_stringContext) GetRuleContext ¶
func (s *Quoted_stringContext) GetRuleContext() antlr.RuleContext
func (*Quoted_stringContext) IsQuoted_stringContext ¶
func (*Quoted_stringContext) IsQuoted_stringContext()
func (*Quoted_stringContext) NATIONAL_CHAR_STRING_LIT ¶
func (s *Quoted_stringContext) NATIONAL_CHAR_STRING_LIT() antlr.TerminalNode
func (*Quoted_stringContext) ToStringTree ¶
func (s *Quoted_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Quoted_stringContext) Variable_name ¶
func (s *Quoted_stringContext) Variable_name() IVariable_nameContext
type Raise_statementContext ¶
type Raise_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRaise_statementContext ¶
func NewEmptyRaise_statementContext() *Raise_statementContext
func NewRaise_statementContext ¶
func NewRaise_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Raise_statementContext
func (*Raise_statementContext) EnterRule ¶
func (s *Raise_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Raise_statementContext) Exception_name ¶
func (s *Raise_statementContext) Exception_name() IException_nameContext
func (*Raise_statementContext) ExitRule ¶
func (s *Raise_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Raise_statementContext) GetParser ¶
func (s *Raise_statementContext) GetParser() antlr.Parser
func (*Raise_statementContext) GetRuleContext ¶
func (s *Raise_statementContext) GetRuleContext() antlr.RuleContext
func (*Raise_statementContext) IsRaise_statementContext ¶
func (*Raise_statementContext) IsRaise_statementContext()
func (*Raise_statementContext) RAISE ¶
func (s *Raise_statementContext) RAISE() antlr.TerminalNode
func (*Raise_statementContext) ToStringTree ¶
func (s *Raise_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Range_partition_descContext ¶
type Range_partition_descContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRange_partition_descContext ¶
func NewEmptyRange_partition_descContext() *Range_partition_descContext
func NewRange_partition_descContext ¶
func NewRange_partition_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Range_partition_descContext
func (*Range_partition_descContext) AllCOMMA ¶
func (s *Range_partition_descContext) AllCOMMA() []antlr.TerminalNode
func (*Range_partition_descContext) AllIndividual_hash_subparts ¶
func (s *Range_partition_descContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
func (*Range_partition_descContext) AllList_subpartition_desc ¶
func (s *Range_partition_descContext) AllList_subpartition_desc() []IList_subpartition_descContext
func (*Range_partition_descContext) AllRange_subpartition_desc ¶
func (s *Range_partition_descContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
func (*Range_partition_descContext) COMMA ¶
func (s *Range_partition_descContext) COMMA(i int) antlr.TerminalNode
func (*Range_partition_descContext) EnterRule ¶
func (s *Range_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
func (*Range_partition_descContext) ExitRule ¶
func (s *Range_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
func (*Range_partition_descContext) GetParser ¶
func (s *Range_partition_descContext) GetParser() antlr.Parser
func (*Range_partition_descContext) GetRuleContext ¶
func (s *Range_partition_descContext) GetRuleContext() antlr.RuleContext
func (*Range_partition_descContext) Hash_subparts_by_quantity ¶
func (s *Range_partition_descContext) Hash_subparts_by_quantity() IHash_subparts_by_quantityContext
func (*Range_partition_descContext) Individual_hash_subparts ¶
func (s *Range_partition_descContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
func (*Range_partition_descContext) IsRange_partition_descContext ¶
func (*Range_partition_descContext) IsRange_partition_descContext()
func (*Range_partition_descContext) LEFT_PAREN ¶
func (s *Range_partition_descContext) LEFT_PAREN() antlr.TerminalNode
func (*Range_partition_descContext) List_subpartition_desc ¶
func (s *Range_partition_descContext) List_subpartition_desc(i int) IList_subpartition_descContext
func (*Range_partition_descContext) PARTITION ¶
func (s *Range_partition_descContext) PARTITION() antlr.TerminalNode
func (*Range_partition_descContext) Partition_name ¶
func (s *Range_partition_descContext) Partition_name() IPartition_nameContext
func (*Range_partition_descContext) RIGHT_PAREN ¶
func (s *Range_partition_descContext) RIGHT_PAREN() antlr.TerminalNode
func (*Range_partition_descContext) Range_subpartition_desc ¶
func (s *Range_partition_descContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
func (*Range_partition_descContext) Range_values_clause ¶
func (s *Range_partition_descContext) Range_values_clause() IRange_values_clauseContext
func (*Range_partition_descContext) Table_partition_description ¶
func (s *Range_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
func (*Range_partition_descContext) ToStringTree ¶
func (s *Range_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Range_partitionsContext ¶
type Range_partitionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRange_partitionsContext ¶
func NewEmptyRange_partitionsContext() *Range_partitionsContext
func NewRange_partitionsContext ¶
func NewRange_partitionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Range_partitionsContext
func (*Range_partitionsContext) AllCOMMA ¶
func (s *Range_partitionsContext) AllCOMMA() []antlr.TerminalNode
func (*Range_partitionsContext) AllColumn_name ¶
func (s *Range_partitionsContext) AllColumn_name() []IColumn_nameContext
func (*Range_partitionsContext) AllLEFT_PAREN ¶
func (s *Range_partitionsContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Range_partitionsContext) AllPARTITION ¶
func (s *Range_partitionsContext) AllPARTITION() []antlr.TerminalNode
func (*Range_partitionsContext) AllPartition_name ¶
func (s *Range_partitionsContext) AllPartition_name() []IPartition_nameContext
func (*Range_partitionsContext) AllRIGHT_PAREN ¶
func (s *Range_partitionsContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Range_partitionsContext) AllRange_values_clause ¶
func (s *Range_partitionsContext) AllRange_values_clause() []IRange_values_clauseContext
func (*Range_partitionsContext) AllTable_partition_description ¶
func (s *Range_partitionsContext) AllTable_partition_description() []ITable_partition_descriptionContext
func (*Range_partitionsContext) AllTablespace ¶
func (s *Range_partitionsContext) AllTablespace() []ITablespaceContext
func (*Range_partitionsContext) BY ¶
func (s *Range_partitionsContext) BY() antlr.TerminalNode
func (*Range_partitionsContext) COMMA ¶
func (s *Range_partitionsContext) COMMA(i int) antlr.TerminalNode
func (*Range_partitionsContext) Column_name ¶
func (s *Range_partitionsContext) Column_name(i int) IColumn_nameContext
func (*Range_partitionsContext) EnterRule ¶
func (s *Range_partitionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Range_partitionsContext) ExitRule ¶
func (s *Range_partitionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Range_partitionsContext) Expression ¶
func (s *Range_partitionsContext) Expression() IExpressionContext
func (*Range_partitionsContext) GetParser ¶
func (s *Range_partitionsContext) GetParser() antlr.Parser
func (*Range_partitionsContext) GetRuleContext ¶
func (s *Range_partitionsContext) GetRuleContext() antlr.RuleContext
func (*Range_partitionsContext) IN ¶
func (s *Range_partitionsContext) IN() antlr.TerminalNode
func (*Range_partitionsContext) INTERVAL ¶
func (s *Range_partitionsContext) INTERVAL() antlr.TerminalNode
func (*Range_partitionsContext) IsRange_partitionsContext ¶
func (*Range_partitionsContext) IsRange_partitionsContext()
func (*Range_partitionsContext) LEFT_PAREN ¶
func (s *Range_partitionsContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Range_partitionsContext) PARTITION ¶
func (s *Range_partitionsContext) PARTITION(i int) antlr.TerminalNode
func (*Range_partitionsContext) Partition_name ¶
func (s *Range_partitionsContext) Partition_name(i int) IPartition_nameContext
func (*Range_partitionsContext) RANGE ¶
func (s *Range_partitionsContext) RANGE() antlr.TerminalNode
func (*Range_partitionsContext) RIGHT_PAREN ¶
func (s *Range_partitionsContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Range_partitionsContext) Range_values_clause ¶
func (s *Range_partitionsContext) Range_values_clause(i int) IRange_values_clauseContext
func (*Range_partitionsContext) STORE ¶
func (s *Range_partitionsContext) STORE() antlr.TerminalNode
func (*Range_partitionsContext) Table_partition_description ¶
func (s *Range_partitionsContext) Table_partition_description(i int) ITable_partition_descriptionContext
func (*Range_partitionsContext) Tablespace ¶
func (s *Range_partitionsContext) Tablespace(i int) ITablespaceContext
func (*Range_partitionsContext) ToStringTree ¶
func (s *Range_partitionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Range_subpartition_descContext ¶
type Range_subpartition_descContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRange_subpartition_descContext ¶
func NewEmptyRange_subpartition_descContext() *Range_subpartition_descContext
func NewRange_subpartition_descContext ¶
func NewRange_subpartition_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Range_subpartition_descContext
func (*Range_subpartition_descContext) EnterRule ¶
func (s *Range_subpartition_descContext) EnterRule(listener antlr.ParseTreeListener)
func (*Range_subpartition_descContext) ExitRule ¶
func (s *Range_subpartition_descContext) ExitRule(listener antlr.ParseTreeListener)
func (*Range_subpartition_descContext) GetParser ¶
func (s *Range_subpartition_descContext) GetParser() antlr.Parser
func (*Range_subpartition_descContext) GetRuleContext ¶
func (s *Range_subpartition_descContext) GetRuleContext() antlr.RuleContext
func (*Range_subpartition_descContext) IsRange_subpartition_descContext ¶
func (*Range_subpartition_descContext) IsRange_subpartition_descContext()
func (*Range_subpartition_descContext) Partitioning_storage_clause ¶
func (s *Range_subpartition_descContext) Partitioning_storage_clause() IPartitioning_storage_clauseContext
func (*Range_subpartition_descContext) Range_values_clause ¶
func (s *Range_subpartition_descContext) Range_values_clause() IRange_values_clauseContext
func (*Range_subpartition_descContext) SUBPARTITION ¶
func (s *Range_subpartition_descContext) SUBPARTITION() antlr.TerminalNode
func (*Range_subpartition_descContext) Subpartition_name ¶
func (s *Range_subpartition_descContext) Subpartition_name() ISubpartition_nameContext
func (*Range_subpartition_descContext) ToStringTree ¶
func (s *Range_subpartition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Range_values_clauseContext ¶
type Range_values_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRange_values_clauseContext ¶
func NewEmptyRange_values_clauseContext() *Range_values_clauseContext
func NewRange_values_clauseContext ¶
func NewRange_values_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Range_values_clauseContext
func (*Range_values_clauseContext) AllCOMMA ¶
func (s *Range_values_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Range_values_clauseContext) AllLiteral ¶
func (s *Range_values_clauseContext) AllLiteral() []ILiteralContext
func (*Range_values_clauseContext) COMMA ¶
func (s *Range_values_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Range_values_clauseContext) EnterRule ¶
func (s *Range_values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Range_values_clauseContext) ExitRule ¶
func (s *Range_values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Range_values_clauseContext) GetParser ¶
func (s *Range_values_clauseContext) GetParser() antlr.Parser
func (*Range_values_clauseContext) GetRuleContext ¶
func (s *Range_values_clauseContext) GetRuleContext() antlr.RuleContext
func (*Range_values_clauseContext) IsRange_values_clauseContext ¶
func (*Range_values_clauseContext) IsRange_values_clauseContext()
func (*Range_values_clauseContext) LEFT_PAREN ¶
func (s *Range_values_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Range_values_clauseContext) LESS ¶
func (s *Range_values_clauseContext) LESS() antlr.TerminalNode
func (*Range_values_clauseContext) Literal ¶
func (s *Range_values_clauseContext) Literal(i int) ILiteralContext
func (*Range_values_clauseContext) RIGHT_PAREN ¶
func (s *Range_values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Range_values_clauseContext) THAN ¶
func (s *Range_values_clauseContext) THAN() antlr.TerminalNode
func (*Range_values_clauseContext) ToStringTree ¶
func (s *Range_values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Range_values_clauseContext) VALUES ¶
func (s *Range_values_clauseContext) VALUES() antlr.TerminalNode
type Rebuild_clauseContext ¶
type Rebuild_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRebuild_clauseContext ¶
func NewEmptyRebuild_clauseContext() *Rebuild_clauseContext
func NewRebuild_clauseContext ¶
func NewRebuild_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rebuild_clauseContext
func (*Rebuild_clauseContext) AllKey_compression ¶
func (s *Rebuild_clauseContext) AllKey_compression() []IKey_compressionContext
func (*Rebuild_clauseContext) AllLEFT_PAREN ¶
func (s *Rebuild_clauseContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Rebuild_clauseContext) AllLogging_clause ¶
func (s *Rebuild_clauseContext) AllLogging_clause() []ILogging_clauseContext
func (*Rebuild_clauseContext) AllONLINE ¶
func (s *Rebuild_clauseContext) AllONLINE() []antlr.TerminalNode
func (*Rebuild_clauseContext) AllOdci_parameters ¶
func (s *Rebuild_clauseContext) AllOdci_parameters() []IOdci_parametersContext
func (*Rebuild_clauseContext) AllPARAMETERS ¶
func (s *Rebuild_clauseContext) AllPARAMETERS() []antlr.TerminalNode
func (*Rebuild_clauseContext) AllParallel_clause ¶
func (s *Rebuild_clauseContext) AllParallel_clause() []IParallel_clauseContext
func (*Rebuild_clauseContext) AllPhysical_attributes_clause ¶
func (s *Rebuild_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Rebuild_clauseContext) AllRIGHT_PAREN ¶
func (s *Rebuild_clauseContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Rebuild_clauseContext) AllTABLESPACE ¶
func (s *Rebuild_clauseContext) AllTABLESPACE() []antlr.TerminalNode
func (*Rebuild_clauseContext) AllTablespace ¶
func (s *Rebuild_clauseContext) AllTablespace() []ITablespaceContext
func (*Rebuild_clauseContext) EnterRule ¶
func (s *Rebuild_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rebuild_clauseContext) ExitRule ¶
func (s *Rebuild_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rebuild_clauseContext) GetParser ¶
func (s *Rebuild_clauseContext) GetParser() antlr.Parser
func (*Rebuild_clauseContext) GetRuleContext ¶
func (s *Rebuild_clauseContext) GetRuleContext() antlr.RuleContext
func (*Rebuild_clauseContext) IsRebuild_clauseContext ¶
func (*Rebuild_clauseContext) IsRebuild_clauseContext()
func (*Rebuild_clauseContext) Key_compression ¶
func (s *Rebuild_clauseContext) Key_compression(i int) IKey_compressionContext
func (*Rebuild_clauseContext) LEFT_PAREN ¶
func (s *Rebuild_clauseContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Rebuild_clauseContext) Logging_clause ¶
func (s *Rebuild_clauseContext) Logging_clause(i int) ILogging_clauseContext
func (*Rebuild_clauseContext) NOREVERSE ¶
func (s *Rebuild_clauseContext) NOREVERSE() antlr.TerminalNode
func (*Rebuild_clauseContext) ONLINE ¶
func (s *Rebuild_clauseContext) ONLINE(i int) antlr.TerminalNode
func (*Rebuild_clauseContext) Odci_parameters ¶
func (s *Rebuild_clauseContext) Odci_parameters(i int) IOdci_parametersContext
func (*Rebuild_clauseContext) PARAMETERS ¶
func (s *Rebuild_clauseContext) PARAMETERS(i int) antlr.TerminalNode
func (*Rebuild_clauseContext) PARTITION ¶
func (s *Rebuild_clauseContext) PARTITION() antlr.TerminalNode
func (*Rebuild_clauseContext) Parallel_clause ¶
func (s *Rebuild_clauseContext) Parallel_clause(i int) IParallel_clauseContext
func (*Rebuild_clauseContext) Partition_name ¶
func (s *Rebuild_clauseContext) Partition_name() IPartition_nameContext
func (*Rebuild_clauseContext) Physical_attributes_clause ¶
func (s *Rebuild_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Rebuild_clauseContext) REBUILD ¶
func (s *Rebuild_clauseContext) REBUILD() antlr.TerminalNode
func (*Rebuild_clauseContext) REVERSE ¶
func (s *Rebuild_clauseContext) REVERSE() antlr.TerminalNode
func (*Rebuild_clauseContext) RIGHT_PAREN ¶
func (s *Rebuild_clauseContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Rebuild_clauseContext) SUBPARTITION ¶
func (s *Rebuild_clauseContext) SUBPARTITION() antlr.TerminalNode
func (*Rebuild_clauseContext) Subpartition_name ¶
func (s *Rebuild_clauseContext) Subpartition_name() ISubpartition_nameContext
func (*Rebuild_clauseContext) TABLESPACE ¶
func (s *Rebuild_clauseContext) TABLESPACE(i int) antlr.TerminalNode
func (*Rebuild_clauseContext) Tablespace ¶
func (s *Rebuild_clauseContext) Tablespace(i int) ITablespaceContext
func (*Rebuild_clauseContext) ToStringTree ¶
func (s *Rebuild_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Record_nameContext ¶
type Record_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRecord_nameContext ¶
func NewEmptyRecord_nameContext() *Record_nameContext
func NewRecord_nameContext ¶
func NewRecord_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Record_nameContext
func (*Record_nameContext) Bind_variable ¶
func (s *Record_nameContext) Bind_variable() IBind_variableContext
func (*Record_nameContext) EnterRule ¶
func (s *Record_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Record_nameContext) ExitRule ¶
func (s *Record_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Record_nameContext) GetParser ¶
func (s *Record_nameContext) GetParser() antlr.Parser
func (*Record_nameContext) GetRuleContext ¶
func (s *Record_nameContext) GetRuleContext() antlr.RuleContext
func (*Record_nameContext) Identifier ¶
func (s *Record_nameContext) Identifier() IIdentifierContext
func (*Record_nameContext) IsRecord_nameContext ¶
func (*Record_nameContext) IsRecord_nameContext()
func (*Record_nameContext) ToStringTree ¶
func (s *Record_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Record_type_defContext ¶
type Record_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRecord_type_defContext ¶
func NewEmptyRecord_type_defContext() *Record_type_defContext
func NewRecord_type_defContext ¶
func NewRecord_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Record_type_defContext
func (*Record_type_defContext) AllCOMMA ¶
func (s *Record_type_defContext) AllCOMMA() []antlr.TerminalNode
func (*Record_type_defContext) AllField_spec ¶
func (s *Record_type_defContext) AllField_spec() []IField_specContext
func (*Record_type_defContext) COMMA ¶
func (s *Record_type_defContext) COMMA(i int) antlr.TerminalNode
func (*Record_type_defContext) EnterRule ¶
func (s *Record_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Record_type_defContext) ExitRule ¶
func (s *Record_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Record_type_defContext) Field_spec ¶
func (s *Record_type_defContext) Field_spec(i int) IField_specContext
func (*Record_type_defContext) GetParser ¶
func (s *Record_type_defContext) GetParser() antlr.Parser
func (*Record_type_defContext) GetRuleContext ¶
func (s *Record_type_defContext) GetRuleContext() antlr.RuleContext
func (*Record_type_defContext) IsRecord_type_defContext ¶
func (*Record_type_defContext) IsRecord_type_defContext()
func (*Record_type_defContext) LEFT_PAREN ¶
func (s *Record_type_defContext) LEFT_PAREN() antlr.TerminalNode
func (*Record_type_defContext) RECORD ¶
func (s *Record_type_defContext) RECORD() antlr.TerminalNode
func (*Record_type_defContext) RIGHT_PAREN ¶
func (s *Record_type_defContext) RIGHT_PAREN() antlr.TerminalNode
func (*Record_type_defContext) ToStringTree ¶
func (s *Record_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Records_per_block_clauseContext ¶
type Records_per_block_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRecords_per_block_clauseContext ¶
func NewEmptyRecords_per_block_clauseContext() *Records_per_block_clauseContext
func NewRecords_per_block_clauseContext ¶
func NewRecords_per_block_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Records_per_block_clauseContext
func (*Records_per_block_clauseContext) EnterRule ¶
func (s *Records_per_block_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Records_per_block_clauseContext) ExitRule ¶
func (s *Records_per_block_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Records_per_block_clauseContext) GetParser ¶
func (s *Records_per_block_clauseContext) GetParser() antlr.Parser
func (*Records_per_block_clauseContext) GetRuleContext ¶
func (s *Records_per_block_clauseContext) GetRuleContext() antlr.RuleContext
func (*Records_per_block_clauseContext) IsRecords_per_block_clauseContext ¶
func (*Records_per_block_clauseContext) IsRecords_per_block_clauseContext()
func (*Records_per_block_clauseContext) MINIMIZE ¶
func (s *Records_per_block_clauseContext) MINIMIZE() antlr.TerminalNode
func (*Records_per_block_clauseContext) NOMINIMIZE ¶
func (s *Records_per_block_clauseContext) NOMINIMIZE() antlr.TerminalNode
func (*Records_per_block_clauseContext) RECORDS_PER_BLOCK ¶
func (s *Records_per_block_clauseContext) RECORDS_PER_BLOCK() antlr.TerminalNode
func (*Records_per_block_clauseContext) ToStringTree ¶
func (s *Records_per_block_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Recovery_clausesContext ¶
type Recovery_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRecovery_clausesContext ¶
func NewEmptyRecovery_clausesContext() *Recovery_clausesContext
func NewRecovery_clausesContext ¶
func NewRecovery_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Recovery_clausesContext
func (*Recovery_clausesContext) BACKUP ¶
func (s *Recovery_clausesContext) BACKUP() antlr.TerminalNode
func (*Recovery_clausesContext) Begin_or_end ¶
func (s *Recovery_clausesContext) Begin_or_end() IBegin_or_endContext
func (*Recovery_clausesContext) EnterRule ¶
func (s *Recovery_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Recovery_clausesContext) ExitRule ¶
func (s *Recovery_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Recovery_clausesContext) General_recovery ¶
func (s *Recovery_clausesContext) General_recovery() IGeneral_recoveryContext
func (*Recovery_clausesContext) GetParser ¶
func (s *Recovery_clausesContext) GetParser() antlr.Parser
func (*Recovery_clausesContext) GetRuleContext ¶
func (s *Recovery_clausesContext) GetRuleContext() antlr.RuleContext
func (*Recovery_clausesContext) IsRecovery_clausesContext ¶
func (*Recovery_clausesContext) IsRecovery_clausesContext()
func (*Recovery_clausesContext) Managed_standby_recovery ¶
func (s *Recovery_clausesContext) Managed_standby_recovery() IManaged_standby_recoveryContext
func (*Recovery_clausesContext) ToStringTree ¶
func (s *Recovery_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Redo_log_file_specContext ¶
type Redo_log_file_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRedo_log_file_specContext ¶
func NewEmptyRedo_log_file_specContext() *Redo_log_file_specContext
func NewRedo_log_file_specContext ¶
func NewRedo_log_file_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Redo_log_file_specContext
func (*Redo_log_file_specContext) AllCHAR_STRING ¶
func (s *Redo_log_file_specContext) AllCHAR_STRING() []antlr.TerminalNode
func (*Redo_log_file_specContext) AllCOMMA ¶
func (s *Redo_log_file_specContext) AllCOMMA() []antlr.TerminalNode
func (*Redo_log_file_specContext) AllSize_clause ¶
func (s *Redo_log_file_specContext) AllSize_clause() []ISize_clauseContext
func (*Redo_log_file_specContext) BLOCKSIZE ¶
func (s *Redo_log_file_specContext) BLOCKSIZE() antlr.TerminalNode
func (*Redo_log_file_specContext) CHAR_STRING ¶
func (s *Redo_log_file_specContext) CHAR_STRING(i int) antlr.TerminalNode
func (*Redo_log_file_specContext) COMMA ¶
func (s *Redo_log_file_specContext) COMMA(i int) antlr.TerminalNode
func (*Redo_log_file_specContext) DATAFILE ¶
func (s *Redo_log_file_specContext) DATAFILE() antlr.TerminalNode
func (*Redo_log_file_specContext) EnterRule ¶
func (s *Redo_log_file_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Redo_log_file_specContext) ExitRule ¶
func (s *Redo_log_file_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Redo_log_file_specContext) GetParser ¶
func (s *Redo_log_file_specContext) GetParser() antlr.Parser
func (*Redo_log_file_specContext) GetRuleContext ¶
func (s *Redo_log_file_specContext) GetRuleContext() antlr.RuleContext
func (*Redo_log_file_specContext) IsRedo_log_file_specContext ¶
func (*Redo_log_file_specContext) IsRedo_log_file_specContext()
func (*Redo_log_file_specContext) LEFT_PAREN ¶
func (s *Redo_log_file_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Redo_log_file_specContext) REUSE ¶
func (s *Redo_log_file_specContext) REUSE() antlr.TerminalNode
func (*Redo_log_file_specContext) RIGHT_PAREN ¶
func (s *Redo_log_file_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Redo_log_file_specContext) SIZE ¶
func (s *Redo_log_file_specContext) SIZE() antlr.TerminalNode
func (*Redo_log_file_specContext) Size_clause ¶
func (s *Redo_log_file_specContext) Size_clause(i int) ISize_clauseContext
func (*Redo_log_file_specContext) ToStringTree ¶
func (s *Redo_log_file_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Ref_cursor_type_defContext ¶
type Ref_cursor_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRef_cursor_type_defContext ¶
func NewEmptyRef_cursor_type_defContext() *Ref_cursor_type_defContext
func NewRef_cursor_type_defContext ¶
func NewRef_cursor_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Ref_cursor_type_defContext
func (*Ref_cursor_type_defContext) CURSOR ¶
func (s *Ref_cursor_type_defContext) CURSOR() antlr.TerminalNode
func (*Ref_cursor_type_defContext) EnterRule ¶
func (s *Ref_cursor_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Ref_cursor_type_defContext) ExitRule ¶
func (s *Ref_cursor_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Ref_cursor_type_defContext) GetParser ¶
func (s *Ref_cursor_type_defContext) GetParser() antlr.Parser
func (*Ref_cursor_type_defContext) GetRuleContext ¶
func (s *Ref_cursor_type_defContext) GetRuleContext() antlr.RuleContext
func (*Ref_cursor_type_defContext) IsRef_cursor_type_defContext ¶
func (*Ref_cursor_type_defContext) IsRef_cursor_type_defContext()
func (*Ref_cursor_type_defContext) REF ¶
func (s *Ref_cursor_type_defContext) REF() antlr.TerminalNode
func (*Ref_cursor_type_defContext) RETURN ¶
func (s *Ref_cursor_type_defContext) RETURN() antlr.TerminalNode
func (*Ref_cursor_type_defContext) ToStringTree ¶
func (s *Ref_cursor_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Ref_cursor_type_defContext) Type_spec ¶
func (s *Ref_cursor_type_defContext) Type_spec() IType_specContext
type Reference_modelContext ¶
type Reference_modelContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReference_modelContext ¶
func NewEmptyReference_modelContext() *Reference_modelContext
func NewReference_modelContext ¶
func NewReference_modelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Reference_modelContext
func (*Reference_modelContext) AllCell_reference_options ¶
func (s *Reference_modelContext) AllCell_reference_options() []ICell_reference_optionsContext
func (*Reference_modelContext) Cell_reference_options ¶
func (s *Reference_modelContext) Cell_reference_options(i int) ICell_reference_optionsContext
func (*Reference_modelContext) EnterRule ¶
func (s *Reference_modelContext) EnterRule(listener antlr.ParseTreeListener)
func (*Reference_modelContext) ExitRule ¶
func (s *Reference_modelContext) ExitRule(listener antlr.ParseTreeListener)
func (*Reference_modelContext) GetParser ¶
func (s *Reference_modelContext) GetParser() antlr.Parser
func (*Reference_modelContext) GetRuleContext ¶
func (s *Reference_modelContext) GetRuleContext() antlr.RuleContext
func (*Reference_modelContext) IsReference_modelContext ¶
func (*Reference_modelContext) IsReference_modelContext()
func (*Reference_modelContext) LEFT_PAREN ¶
func (s *Reference_modelContext) LEFT_PAREN() antlr.TerminalNode
func (*Reference_modelContext) Model_column_clauses ¶
func (s *Reference_modelContext) Model_column_clauses() IModel_column_clausesContext
func (*Reference_modelContext) ON ¶
func (s *Reference_modelContext) ON() antlr.TerminalNode
func (*Reference_modelContext) REFERENCE ¶
func (s *Reference_modelContext) REFERENCE() antlr.TerminalNode
func (*Reference_modelContext) RIGHT_PAREN ¶
func (s *Reference_modelContext) RIGHT_PAREN() antlr.TerminalNode
func (*Reference_modelContext) Reference_model_name ¶
func (s *Reference_modelContext) Reference_model_name() IReference_model_nameContext
func (*Reference_modelContext) Subquery ¶
func (s *Reference_modelContext) Subquery() ISubqueryContext
func (*Reference_modelContext) ToStringTree ¶
func (s *Reference_modelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Reference_model_nameContext ¶
type Reference_model_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReference_model_nameContext ¶
func NewEmptyReference_model_nameContext() *Reference_model_nameContext
func NewReference_model_nameContext ¶
func NewReference_model_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Reference_model_nameContext
func (*Reference_model_nameContext) EnterRule ¶
func (s *Reference_model_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Reference_model_nameContext) ExitRule ¶
func (s *Reference_model_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Reference_model_nameContext) GetParser ¶
func (s *Reference_model_nameContext) GetParser() antlr.Parser
func (*Reference_model_nameContext) GetRuleContext ¶
func (s *Reference_model_nameContext) GetRuleContext() antlr.RuleContext
func (*Reference_model_nameContext) Identifier ¶
func (s *Reference_model_nameContext) Identifier() IIdentifierContext
func (*Reference_model_nameContext) IsReference_model_nameContext ¶
func (*Reference_model_nameContext) IsReference_model_nameContext()
func (*Reference_model_nameContext) ToStringTree ¶
func (s *Reference_model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Reference_partition_descContext ¶
type Reference_partition_descContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReference_partition_descContext ¶
func NewEmptyReference_partition_descContext() *Reference_partition_descContext
func NewReference_partition_descContext ¶
func NewReference_partition_descContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Reference_partition_descContext
func (*Reference_partition_descContext) EnterRule ¶
func (s *Reference_partition_descContext) EnterRule(listener antlr.ParseTreeListener)
func (*Reference_partition_descContext) ExitRule ¶
func (s *Reference_partition_descContext) ExitRule(listener antlr.ParseTreeListener)
func (*Reference_partition_descContext) GetParser ¶
func (s *Reference_partition_descContext) GetParser() antlr.Parser
func (*Reference_partition_descContext) GetRuleContext ¶
func (s *Reference_partition_descContext) GetRuleContext() antlr.RuleContext
func (*Reference_partition_descContext) IsReference_partition_descContext ¶
func (*Reference_partition_descContext) IsReference_partition_descContext()
func (*Reference_partition_descContext) PARTITION ¶
func (s *Reference_partition_descContext) PARTITION() antlr.TerminalNode
func (*Reference_partition_descContext) Partition_name ¶
func (s *Reference_partition_descContext) Partition_name() IPartition_nameContext
func (*Reference_partition_descContext) Table_partition_description ¶
func (s *Reference_partition_descContext) Table_partition_description() ITable_partition_descriptionContext
func (*Reference_partition_descContext) ToStringTree ¶
func (s *Reference_partition_descContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Reference_partitioningContext ¶
type Reference_partitioningContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReference_partitioningContext ¶
func NewEmptyReference_partitioningContext() *Reference_partitioningContext
func NewReference_partitioningContext ¶
func NewReference_partitioningContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Reference_partitioningContext
func (*Reference_partitioningContext) AllCOMMA ¶
func (s *Reference_partitioningContext) AllCOMMA() []antlr.TerminalNode
func (*Reference_partitioningContext) AllLEFT_PAREN ¶
func (s *Reference_partitioningContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Reference_partitioningContext) AllRIGHT_PAREN ¶
func (s *Reference_partitioningContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Reference_partitioningContext) AllReference_partition_desc ¶
func (s *Reference_partitioningContext) AllReference_partition_desc() []IReference_partition_descContext
func (*Reference_partitioningContext) BY ¶
func (s *Reference_partitioningContext) BY() antlr.TerminalNode
func (*Reference_partitioningContext) COMMA ¶
func (s *Reference_partitioningContext) COMMA(i int) antlr.TerminalNode
func (*Reference_partitioningContext) EnterRule ¶
func (s *Reference_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
func (*Reference_partitioningContext) ExitRule ¶
func (s *Reference_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
func (*Reference_partitioningContext) GetParser ¶
func (s *Reference_partitioningContext) GetParser() antlr.Parser
func (*Reference_partitioningContext) GetRuleContext ¶
func (s *Reference_partitioningContext) GetRuleContext() antlr.RuleContext
func (*Reference_partitioningContext) IsReference_partitioningContext ¶
func (*Reference_partitioningContext) IsReference_partitioningContext()
func (*Reference_partitioningContext) LEFT_PAREN ¶
func (s *Reference_partitioningContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Reference_partitioningContext) PARTITION ¶
func (s *Reference_partitioningContext) PARTITION() antlr.TerminalNode
func (*Reference_partitioningContext) REFERENCE ¶
func (s *Reference_partitioningContext) REFERENCE() antlr.TerminalNode
func (*Reference_partitioningContext) RIGHT_PAREN ¶
func (s *Reference_partitioningContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Reference_partitioningContext) Reference_partition_desc ¶
func (s *Reference_partitioningContext) Reference_partition_desc(i int) IReference_partition_descContext
func (*Reference_partitioningContext) Regular_id ¶
func (s *Reference_partitioningContext) Regular_id() IRegular_idContext
func (*Reference_partitioningContext) ToStringTree ¶
func (s *Reference_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type References_clauseContext ¶
type References_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReferences_clauseContext ¶
func NewEmptyReferences_clauseContext() *References_clauseContext
func NewReferences_clauseContext ¶
func NewReferences_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *References_clauseContext
func (*References_clauseContext) EnterRule ¶
func (s *References_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*References_clauseContext) ExitRule ¶
func (s *References_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*References_clauseContext) GetParser ¶
func (s *References_clauseContext) GetParser() antlr.Parser
func (*References_clauseContext) GetRuleContext ¶
func (s *References_clauseContext) GetRuleContext() antlr.RuleContext
func (*References_clauseContext) IsReferences_clauseContext ¶
func (*References_clauseContext) IsReferences_clauseContext()
func (*References_clauseContext) Paren_column_list ¶
func (s *References_clauseContext) Paren_column_list() IParen_column_listContext
func (*References_clauseContext) REFERENCES ¶
func (s *References_clauseContext) REFERENCES() antlr.TerminalNode
func (*References_clauseContext) Tableview_name ¶
func (s *References_clauseContext) Tableview_name() ITableview_nameContext
func (*References_clauseContext) ToStringTree ¶
func (s *References_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Referencing_clauseContext ¶
type Referencing_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReferencing_clauseContext ¶
func NewEmptyReferencing_clauseContext() *Referencing_clauseContext
func NewReferencing_clauseContext ¶
func NewReferencing_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Referencing_clauseContext
func (*Referencing_clauseContext) AllReferencing_element ¶
func (s *Referencing_clauseContext) AllReferencing_element() []IReferencing_elementContext
func (*Referencing_clauseContext) EnterRule ¶
func (s *Referencing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Referencing_clauseContext) ExitRule ¶
func (s *Referencing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Referencing_clauseContext) GetParser ¶
func (s *Referencing_clauseContext) GetParser() antlr.Parser
func (*Referencing_clauseContext) GetRuleContext ¶
func (s *Referencing_clauseContext) GetRuleContext() antlr.RuleContext
func (*Referencing_clauseContext) IsReferencing_clauseContext ¶
func (*Referencing_clauseContext) IsReferencing_clauseContext()
func (*Referencing_clauseContext) REFERENCING ¶
func (s *Referencing_clauseContext) REFERENCING() antlr.TerminalNode
func (*Referencing_clauseContext) Referencing_element ¶
func (s *Referencing_clauseContext) Referencing_element(i int) IReferencing_elementContext
func (*Referencing_clauseContext) ToStringTree ¶
func (s *Referencing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Referencing_elementContext ¶
type Referencing_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReferencing_elementContext ¶
func NewEmptyReferencing_elementContext() *Referencing_elementContext
func NewReferencing_elementContext ¶
func NewReferencing_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Referencing_elementContext
func (*Referencing_elementContext) Column_alias ¶
func (s *Referencing_elementContext) Column_alias() IColumn_aliasContext
func (*Referencing_elementContext) EnterRule ¶
func (s *Referencing_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Referencing_elementContext) ExitRule ¶
func (s *Referencing_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Referencing_elementContext) GetParser ¶
func (s *Referencing_elementContext) GetParser() antlr.Parser
func (*Referencing_elementContext) GetRuleContext ¶
func (s *Referencing_elementContext) GetRuleContext() antlr.RuleContext
func (*Referencing_elementContext) IsReferencing_elementContext ¶
func (*Referencing_elementContext) IsReferencing_elementContext()
func (*Referencing_elementContext) NEW ¶
func (s *Referencing_elementContext) NEW() antlr.TerminalNode
func (*Referencing_elementContext) OLD ¶
func (s *Referencing_elementContext) OLD() antlr.TerminalNode
func (*Referencing_elementContext) PARENT ¶
func (s *Referencing_elementContext) PARENT() antlr.TerminalNode
func (*Referencing_elementContext) ToStringTree ¶
func (s *Referencing_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Register_logfile_clauseContext ¶
type Register_logfile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRegister_logfile_clauseContext ¶
func NewEmptyRegister_logfile_clauseContext() *Register_logfile_clauseContext
func NewRegister_logfile_clauseContext ¶
func NewRegister_logfile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Register_logfile_clauseContext
func (*Register_logfile_clauseContext) EnterRule ¶
func (s *Register_logfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Register_logfile_clauseContext) ExitRule ¶
func (s *Register_logfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Register_logfile_clauseContext) GetParser ¶
func (s *Register_logfile_clauseContext) GetParser() antlr.Parser
func (*Register_logfile_clauseContext) GetRuleContext ¶
func (s *Register_logfile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Register_logfile_clauseContext) IsRegister_logfile_clauseContext ¶
func (*Register_logfile_clauseContext) IsRegister_logfile_clauseContext()
func (*Register_logfile_clauseContext) LOGFILE ¶
func (s *Register_logfile_clauseContext) LOGFILE() antlr.TerminalNode
func (*Register_logfile_clauseContext) LOGICAL ¶
func (s *Register_logfile_clauseContext) LOGICAL() antlr.TerminalNode
func (*Register_logfile_clauseContext) OR ¶
func (s *Register_logfile_clauseContext) OR() antlr.TerminalNode
func (*Register_logfile_clauseContext) PHYSICAL ¶
func (s *Register_logfile_clauseContext) PHYSICAL() antlr.TerminalNode
func (*Register_logfile_clauseContext) REGISTER ¶
func (s *Register_logfile_clauseContext) REGISTER() antlr.TerminalNode
func (*Register_logfile_clauseContext) REPLACE ¶
func (s *Register_logfile_clauseContext) REPLACE() antlr.TerminalNode
func (*Register_logfile_clauseContext) ToStringTree ¶
func (s *Register_logfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Regular_idContext ¶
type Regular_idContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRegular_idContext ¶
func NewEmptyRegular_idContext() *Regular_idContext
func NewRegular_idContext ¶
func NewRegular_idContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Regular_idContext
func (*Regular_idContext) AGENT ¶
func (s *Regular_idContext) AGENT() antlr.TerminalNode
func (*Regular_idContext) AGGREGATE ¶
func (s *Regular_idContext) AGGREGATE() antlr.TerminalNode
func (*Regular_idContext) ANALYZE ¶
func (s *Regular_idContext) ANALYZE() antlr.TerminalNode
func (*Regular_idContext) AUTONOMOUS_TRANSACTION ¶
func (s *Regular_idContext) AUTONOMOUS_TRANSACTION() antlr.TerminalNode
func (*Regular_idContext) A_LETTER ¶
func (s *Regular_idContext) A_LETTER() antlr.TerminalNode
func (*Regular_idContext) BATCH ¶
func (s *Regular_idContext) BATCH() antlr.TerminalNode
func (*Regular_idContext) BINARY_INTEGER ¶
func (s *Regular_idContext) BINARY_INTEGER() antlr.TerminalNode
func (*Regular_idContext) BOOLEAN ¶
func (s *Regular_idContext) BOOLEAN() antlr.TerminalNode
func (*Regular_idContext) CHAR ¶
func (s *Regular_idContext) CHAR() antlr.TerminalNode
func (*Regular_idContext) CLUSTER ¶
func (s *Regular_idContext) CLUSTER() antlr.TerminalNode
func (*Regular_idContext) CONSTRUCTOR ¶
func (s *Regular_idContext) CONSTRUCTOR() antlr.TerminalNode
func (*Regular_idContext) COVAR_ ¶
func (s *Regular_idContext) COVAR_() antlr.TerminalNode
func (*Regular_idContext) CUSTOMDATUM ¶
func (s *Regular_idContext) CUSTOMDATUM() antlr.TerminalNode
func (*Regular_idContext) C_LETTER ¶
func (s *Regular_idContext) C_LETTER() antlr.TerminalNode
func (*Regular_idContext) DECIMAL ¶
func (s *Regular_idContext) DECIMAL() antlr.TerminalNode
func (*Regular_idContext) DELETE ¶
func (s *Regular_idContext) DELETE() antlr.TerminalNode
func (*Regular_idContext) DETERMINISTIC ¶
func (s *Regular_idContext) DETERMINISTIC() antlr.TerminalNode
func (*Regular_idContext) DSINTERVAL_UNCONSTRAINED ¶
func (s *Regular_idContext) DSINTERVAL_UNCONSTRAINED() antlr.TerminalNode
func (*Regular_idContext) ERR ¶
func (s *Regular_idContext) ERR() antlr.TerminalNode
func (*Regular_idContext) EXCEPTION ¶
func (s *Regular_idContext) EXCEPTION() antlr.TerminalNode
func (*Regular_idContext) EXCEPTIONS ¶
func (s *Regular_idContext) EXCEPTIONS() antlr.TerminalNode
func (*Regular_idContext) EXCEPTION_INIT ¶
func (s *Regular_idContext) EXCEPTION_INIT() antlr.TerminalNode
func (*Regular_idContext) EXISTS ¶
func (s *Regular_idContext) EXISTS() antlr.TerminalNode
func (*Regular_idContext) EXIT ¶
func (s *Regular_idContext) EXIT() antlr.TerminalNode
func (*Regular_idContext) EnterRule ¶
func (s *Regular_idContext) EnterRule(listener antlr.ParseTreeListener)
func (*Regular_idContext) ExitRule ¶
func (s *Regular_idContext) ExitRule(listener antlr.ParseTreeListener)
func (*Regular_idContext) FLOAT ¶
func (s *Regular_idContext) FLOAT() antlr.TerminalNode
func (*Regular_idContext) FORALL ¶
func (s *Regular_idContext) FORALL() antlr.TerminalNode
func (*Regular_idContext) GetParser ¶
func (s *Regular_idContext) GetParser() antlr.Parser
func (*Regular_idContext) GetRuleContext ¶
func (s *Regular_idContext) GetRuleContext() antlr.RuleContext
func (*Regular_idContext) INDICES ¶
func (s *Regular_idContext) INDICES() antlr.TerminalNode
func (*Regular_idContext) INOUT ¶
func (s *Regular_idContext) INOUT() antlr.TerminalNode
func (*Regular_idContext) INTEGER ¶
func (s *Regular_idContext) INTEGER() antlr.TerminalNode
func (*Regular_idContext) IsRegular_idContext ¶
func (*Regular_idContext) IsRegular_idContext()
func (*Regular_idContext) LANGUAGE ¶
func (s *Regular_idContext) LANGUAGE() antlr.TerminalNode
func (*Regular_idContext) LONG ¶
func (s *Regular_idContext) LONG() antlr.TerminalNode
func (*Regular_idContext) LOOP ¶
func (s *Regular_idContext) LOOP() antlr.TerminalNode
func (*Regular_idContext) NUMBER ¶
func (s *Regular_idContext) NUMBER() antlr.TerminalNode
func (*Regular_idContext) Non_reserved_keywords_in_12c ¶
func (s *Regular_idContext) Non_reserved_keywords_in_12c() INon_reserved_keywords_in_12cContext
func (*Regular_idContext) Non_reserved_keywords_pre12c ¶
func (s *Regular_idContext) Non_reserved_keywords_pre12c() INon_reserved_keywords_pre12cContext
func (*Regular_idContext) ORADATA ¶
func (s *Regular_idContext) ORADATA() antlr.TerminalNode
func (*Regular_idContext) OSERROR ¶
func (s *Regular_idContext) OSERROR() antlr.TerminalNode
func (*Regular_idContext) OUT ¶
func (s *Regular_idContext) OUT() antlr.TerminalNode
func (*Regular_idContext) OVERRIDING ¶
func (s *Regular_idContext) OVERRIDING() antlr.TerminalNode
func (*Regular_idContext) PARALLEL_ENABLE ¶
func (s *Regular_idContext) PARALLEL_ENABLE() antlr.TerminalNode
func (*Regular_idContext) PIPELINED ¶
func (s *Regular_idContext) PIPELINED() antlr.TerminalNode
func (*Regular_idContext) PLS_INTEGER ¶
func (s *Regular_idContext) PLS_INTEGER() antlr.TerminalNode
func (*Regular_idContext) POSITIVE ¶
func (s *Regular_idContext) POSITIVE() antlr.TerminalNode
func (*Regular_idContext) POSITIVEN ¶
func (s *Regular_idContext) POSITIVEN() antlr.TerminalNode
func (*Regular_idContext) PRAGMA ¶
func (s *Regular_idContext) PRAGMA() antlr.TerminalNode
func (*Regular_idContext) RAISE ¶
func (s *Regular_idContext) RAISE() antlr.TerminalNode
func (*Regular_idContext) RAW ¶
func (s *Regular_idContext) RAW() antlr.TerminalNode
func (*Regular_idContext) RECORD ¶
func (s *Regular_idContext) RECORD() antlr.TerminalNode
func (*Regular_idContext) REF ¶
func (s *Regular_idContext) REF() antlr.TerminalNode
func (*Regular_idContext) REGR_ ¶
func (s *Regular_idContext) REGR_() antlr.TerminalNode
func (*Regular_idContext) REGULAR_ID ¶
func (s *Regular_idContext) REGULAR_ID() antlr.TerminalNode
func (*Regular_idContext) RENAME ¶
func (s *Regular_idContext) RENAME() antlr.TerminalNode
func (*Regular_idContext) RESTRICT_REFERENCES ¶
func (s *Regular_idContext) RESTRICT_REFERENCES() antlr.TerminalNode
func (*Regular_idContext) RESULT ¶
func (s *Regular_idContext) RESULT() antlr.TerminalNode
func (*Regular_idContext) SELF ¶
func (s *Regular_idContext) SELF() antlr.TerminalNode
func (*Regular_idContext) SERIALLY_REUSABLE ¶
func (s *Regular_idContext) SERIALLY_REUSABLE() antlr.TerminalNode
func (*Regular_idContext) SET ¶
func (s *Regular_idContext) SET() antlr.TerminalNode
func (*Regular_idContext) SIGNTYPE ¶
func (s *Regular_idContext) SIGNTYPE() antlr.TerminalNode
func (*Regular_idContext) SIMPLE_INTEGER ¶
func (s *Regular_idContext) SIMPLE_INTEGER() antlr.TerminalNode
func (*Regular_idContext) SMALLINT ¶
func (s *Regular_idContext) SMALLINT() antlr.TerminalNode
func (*Regular_idContext) SQLDATA ¶
func (s *Regular_idContext) SQLDATA() antlr.TerminalNode
func (*Regular_idContext) SQLERROR ¶
func (s *Regular_idContext) SQLERROR() antlr.TerminalNode
func (*Regular_idContext) SUBTYPE ¶
func (s *Regular_idContext) SUBTYPE() antlr.TerminalNode
func (*Regular_idContext) TIMESTAMP_LTZ_UNCONSTRAINED ¶
func (s *Regular_idContext) TIMESTAMP_LTZ_UNCONSTRAINED() antlr.TerminalNode
func (*Regular_idContext) TIMESTAMP_TZ_UNCONSTRAINED ¶
func (s *Regular_idContext) TIMESTAMP_TZ_UNCONSTRAINED() antlr.TerminalNode
func (*Regular_idContext) TIMESTAMP_UNCONSTRAINED ¶
func (s *Regular_idContext) TIMESTAMP_UNCONSTRAINED() antlr.TerminalNode
func (*Regular_idContext) TRIGGER ¶
func (s *Regular_idContext) TRIGGER() antlr.TerminalNode
func (*Regular_idContext) ToStringTree ¶
func (s *Regular_idContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Regular_idContext) VARCHAR ¶
func (s *Regular_idContext) VARCHAR() antlr.TerminalNode
func (*Regular_idContext) VARCHAR2 ¶
func (s *Regular_idContext) VARCHAR2() antlr.TerminalNode
func (*Regular_idContext) VARIABLE ¶
func (s *Regular_idContext) VARIABLE() antlr.TerminalNode
func (*Regular_idContext) VAR_ ¶
func (s *Regular_idContext) VAR_() antlr.TerminalNode
func (*Regular_idContext) WARNING ¶
func (s *Regular_idContext) WARNING() antlr.TerminalNode
func (*Regular_idContext) WHILE ¶
func (s *Regular_idContext) WHILE() antlr.TerminalNode
func (*Regular_idContext) XMLAGG ¶
func (s *Regular_idContext) XMLAGG() antlr.TerminalNode
func (*Regular_idContext) YMINTERVAL_UNCONSTRAINED ¶
func (s *Regular_idContext) YMINTERVAL_UNCONSTRAINED() antlr.TerminalNode
type Relational_expressionContext ¶
type Relational_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRelational_expressionContext ¶
func NewEmptyRelational_expressionContext() *Relational_expressionContext
func NewRelational_expressionContext ¶
func NewRelational_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Relational_expressionContext
func (*Relational_expressionContext) AllRelational_expression ¶
func (s *Relational_expressionContext) AllRelational_expression() []IRelational_expressionContext
func (*Relational_expressionContext) Compound_expression ¶
func (s *Relational_expressionContext) Compound_expression() ICompound_expressionContext
func (*Relational_expressionContext) EnterRule ¶
func (s *Relational_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Relational_expressionContext) ExitRule ¶
func (s *Relational_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Relational_expressionContext) GetParser ¶
func (s *Relational_expressionContext) GetParser() antlr.Parser
func (*Relational_expressionContext) GetRuleContext ¶
func (s *Relational_expressionContext) GetRuleContext() antlr.RuleContext
func (*Relational_expressionContext) IsRelational_expressionContext ¶
func (*Relational_expressionContext) IsRelational_expressionContext()
func (*Relational_expressionContext) Relational_expression ¶
func (s *Relational_expressionContext) Relational_expression(i int) IRelational_expressionContext
func (*Relational_expressionContext) Relational_operator ¶
func (s *Relational_expressionContext) Relational_operator() IRelational_operatorContext
func (*Relational_expressionContext) ToStringTree ¶
func (s *Relational_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Relational_operatorContext ¶
type Relational_operatorContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRelational_operatorContext ¶
func NewEmptyRelational_operatorContext() *Relational_operatorContext
func NewRelational_operatorContext ¶
func NewRelational_operatorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Relational_operatorContext
func (*Relational_operatorContext) CARRET_OPERATOR_PART ¶
func (s *Relational_operatorContext) CARRET_OPERATOR_PART() antlr.TerminalNode
func (*Relational_operatorContext) EQUALS_OP ¶
func (s *Relational_operatorContext) EQUALS_OP() antlr.TerminalNode
func (*Relational_operatorContext) EXCLAMATION_OPERATOR_PART ¶
func (s *Relational_operatorContext) EXCLAMATION_OPERATOR_PART() antlr.TerminalNode
func (*Relational_operatorContext) EnterRule ¶
func (s *Relational_operatorContext) EnterRule(listener antlr.ParseTreeListener)
func (*Relational_operatorContext) ExitRule ¶
func (s *Relational_operatorContext) ExitRule(listener antlr.ParseTreeListener)
func (*Relational_operatorContext) GREATER_THAN_OP ¶
func (s *Relational_operatorContext) GREATER_THAN_OP() antlr.TerminalNode
func (*Relational_operatorContext) GetParser ¶
func (s *Relational_operatorContext) GetParser() antlr.Parser
func (*Relational_operatorContext) GetRuleContext ¶
func (s *Relational_operatorContext) GetRuleContext() antlr.RuleContext
func (*Relational_operatorContext) IsRelational_operatorContext ¶
func (*Relational_operatorContext) IsRelational_operatorContext()
func (*Relational_operatorContext) LESS_THAN_OP ¶
func (s *Relational_operatorContext) LESS_THAN_OP() antlr.TerminalNode
func (*Relational_operatorContext) NOT_EQUAL_OP ¶
func (s *Relational_operatorContext) NOT_EQUAL_OP() antlr.TerminalNode
func (*Relational_operatorContext) ToStringTree ¶
func (s *Relational_operatorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Relational_propertyContext ¶
type Relational_propertyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRelational_propertyContext ¶
func NewEmptyRelational_propertyContext() *Relational_propertyContext
func NewRelational_propertyContext ¶
func NewRelational_propertyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Relational_propertyContext
func (*Relational_propertyContext) Column_definition ¶
func (s *Relational_propertyContext) Column_definition() IColumn_definitionContext
func (*Relational_propertyContext) EnterRule ¶
func (s *Relational_propertyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Relational_propertyContext) ExitRule ¶
func (s *Relational_propertyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Relational_propertyContext) GetParser ¶
func (s *Relational_propertyContext) GetParser() antlr.Parser
func (*Relational_propertyContext) GetRuleContext ¶
func (s *Relational_propertyContext) GetRuleContext() antlr.RuleContext
func (*Relational_propertyContext) IsRelational_propertyContext ¶
func (*Relational_propertyContext) IsRelational_propertyContext()
func (*Relational_propertyContext) Out_of_line_constraint ¶
func (s *Relational_propertyContext) Out_of_line_constraint() IOut_of_line_constraintContext
func (*Relational_propertyContext) Out_of_line_ref_constraint ¶
func (s *Relational_propertyContext) Out_of_line_ref_constraint() IOut_of_line_ref_constraintContext
func (*Relational_propertyContext) Supplemental_logging_props ¶
func (s *Relational_propertyContext) Supplemental_logging_props() ISupplemental_logging_propsContext
func (*Relational_propertyContext) ToStringTree ¶
func (s *Relational_propertyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Relational_propertyContext) Virtual_column_definition ¶
func (s *Relational_propertyContext) Virtual_column_definition() IVirtual_column_definitionContext
type Relational_tableContext ¶
type Relational_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRelational_tableContext ¶
func NewEmptyRelational_tableContext() *Relational_tableContext
func NewRelational_tableContext ¶
func NewRelational_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Relational_tableContext
func (*Relational_tableContext) AllCOMMA ¶
func (s *Relational_tableContext) AllCOMMA() []antlr.TerminalNode
func (*Relational_tableContext) AllEnable_disable_clause ¶
func (s *Relational_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
func (*Relational_tableContext) AllLEFT_PAREN ¶
func (s *Relational_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Relational_tableContext) AllRIGHT_PAREN ¶
func (s *Relational_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Relational_tableContext) AllRelational_property ¶
func (s *Relational_tableContext) AllRelational_property() []IRelational_propertyContext
func (*Relational_tableContext) CACHE ¶
func (s *Relational_tableContext) CACHE() antlr.TerminalNode
func (*Relational_tableContext) COMMA ¶
func (s *Relational_tableContext) COMMA(i int) antlr.TerminalNode
func (*Relational_tableContext) COMMIT ¶
func (s *Relational_tableContext) COMMIT() antlr.TerminalNode
func (*Relational_tableContext) Column_properties ¶
func (s *Relational_tableContext) Column_properties() IColumn_propertiesContext
func (*Relational_tableContext) DEFAULT ¶
func (s *Relational_tableContext) DEFAULT() antlr.TerminalNode
func (*Relational_tableContext) DELETE ¶
func (s *Relational_tableContext) DELETE() antlr.TerminalNode
func (*Relational_tableContext) Enable_disable_clause ¶
func (s *Relational_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
func (*Relational_tableContext) EnterRule ¶
func (s *Relational_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Relational_tableContext) ExitRule ¶
func (s *Relational_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Relational_tableContext) FORCE ¶
func (s *Relational_tableContext) FORCE() antlr.TerminalNode
func (*Relational_tableContext) Flashback_archive_clause ¶
func (s *Relational_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
func (*Relational_tableContext) GetParser ¶
func (s *Relational_tableContext) GetParser() antlr.Parser
func (*Relational_tableContext) GetRuleContext ¶
func (s *Relational_tableContext) GetRuleContext() antlr.RuleContext
func (*Relational_tableContext) IsRelational_tableContext ¶
func (*Relational_tableContext) IsRelational_tableContext()
func (*Relational_tableContext) LEFT_PAREN ¶
func (s *Relational_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Relational_tableContext) MODE ¶
func (s *Relational_tableContext) MODE() antlr.TerminalNode
func (*Relational_tableContext) NOCACHE ¶
func (s *Relational_tableContext) NOCACHE() antlr.TerminalNode
func (*Relational_tableContext) NOROWDEPENDENCIES ¶
func (s *Relational_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
func (*Relational_tableContext) ON ¶
func (s *Relational_tableContext) ON() antlr.TerminalNode
func (*Relational_tableContext) PRESERVE ¶
func (s *Relational_tableContext) PRESERVE() antlr.TerminalNode
func (*Relational_tableContext) Parallel_clause ¶
func (s *Relational_tableContext) Parallel_clause() IParallel_clauseContext
func (*Relational_tableContext) Physical_properties ¶
func (s *Relational_tableContext) Physical_properties() IPhysical_propertiesContext
func (*Relational_tableContext) RESULT_CACHE ¶
func (s *Relational_tableContext) RESULT_CACHE() antlr.TerminalNode
func (*Relational_tableContext) RIGHT_PAREN ¶
func (s *Relational_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Relational_tableContext) ROWDEPENDENCIES ¶
func (s *Relational_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
func (*Relational_tableContext) ROWS ¶
func (s *Relational_tableContext) ROWS() antlr.TerminalNode
func (*Relational_tableContext) Relational_property ¶
func (s *Relational_tableContext) Relational_property(i int) IRelational_propertyContext
func (*Relational_tableContext) Row_movement_clause ¶
func (s *Relational_tableContext) Row_movement_clause() IRow_movement_clauseContext
func (*Relational_tableContext) Table_partitioning_clauses ¶
func (s *Relational_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
func (*Relational_tableContext) ToStringTree ¶
func (s *Relational_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Relies_on_partContext ¶
type Relies_on_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRelies_on_partContext ¶
func NewEmptyRelies_on_partContext() *Relies_on_partContext
func NewRelies_on_partContext ¶
func NewRelies_on_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Relies_on_partContext
func (*Relies_on_partContext) AllCOMMA ¶
func (s *Relies_on_partContext) AllCOMMA() []antlr.TerminalNode
func (*Relies_on_partContext) AllTableview_name ¶
func (s *Relies_on_partContext) AllTableview_name() []ITableview_nameContext
func (*Relies_on_partContext) COMMA ¶
func (s *Relies_on_partContext) COMMA(i int) antlr.TerminalNode
func (*Relies_on_partContext) EnterRule ¶
func (s *Relies_on_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Relies_on_partContext) ExitRule ¶
func (s *Relies_on_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Relies_on_partContext) GetParser ¶
func (s *Relies_on_partContext) GetParser() antlr.Parser
func (*Relies_on_partContext) GetRuleContext ¶
func (s *Relies_on_partContext) GetRuleContext() antlr.RuleContext
func (*Relies_on_partContext) IsRelies_on_partContext ¶
func (*Relies_on_partContext) IsRelies_on_partContext()
func (*Relies_on_partContext) LEFT_PAREN ¶
func (s *Relies_on_partContext) LEFT_PAREN() antlr.TerminalNode
func (*Relies_on_partContext) RELIES_ON ¶
func (s *Relies_on_partContext) RELIES_ON() antlr.TerminalNode
func (*Relies_on_partContext) RIGHT_PAREN ¶
func (s *Relies_on_partContext) RIGHT_PAREN() antlr.TerminalNode
func (*Relies_on_partContext) Tableview_name ¶
func (s *Relies_on_partContext) Tableview_name(i int) ITableview_nameContext
func (*Relies_on_partContext) ToStringTree ¶
func (s *Relies_on_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rename_column_clauseContext ¶
type Rename_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRename_column_clauseContext ¶
func NewEmptyRename_column_clauseContext() *Rename_column_clauseContext
func NewRename_column_clauseContext ¶
func NewRename_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rename_column_clauseContext
func (*Rename_column_clauseContext) COLUMN ¶
func (s *Rename_column_clauseContext) COLUMN() antlr.TerminalNode
func (*Rename_column_clauseContext) EnterRule ¶
func (s *Rename_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rename_column_clauseContext) ExitRule ¶
func (s *Rename_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rename_column_clauseContext) GetParser ¶
func (s *Rename_column_clauseContext) GetParser() antlr.Parser
func (*Rename_column_clauseContext) GetRuleContext ¶
func (s *Rename_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Rename_column_clauseContext) IsRename_column_clauseContext ¶
func (*Rename_column_clauseContext) IsRename_column_clauseContext()
func (*Rename_column_clauseContext) New_column_name ¶
func (s *Rename_column_clauseContext) New_column_name() INew_column_nameContext
func (*Rename_column_clauseContext) Old_column_name ¶
func (s *Rename_column_clauseContext) Old_column_name() IOld_column_nameContext
func (*Rename_column_clauseContext) RENAME ¶
func (s *Rename_column_clauseContext) RENAME() antlr.TerminalNode
func (*Rename_column_clauseContext) TO ¶
func (s *Rename_column_clauseContext) TO() antlr.TerminalNode
func (*Rename_column_clauseContext) ToStringTree ¶
func (s *Rename_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rename_index_partitionContext ¶
type Rename_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRename_index_partitionContext ¶
func NewEmptyRename_index_partitionContext() *Rename_index_partitionContext
func NewRename_index_partitionContext ¶
func NewRename_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rename_index_partitionContext
func (*Rename_index_partitionContext) EnterRule ¶
func (s *Rename_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rename_index_partitionContext) ExitRule ¶
func (s *Rename_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rename_index_partitionContext) GetParser ¶
func (s *Rename_index_partitionContext) GetParser() antlr.Parser
func (*Rename_index_partitionContext) GetRuleContext ¶
func (s *Rename_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Rename_index_partitionContext) IsRename_index_partitionContext ¶
func (*Rename_index_partitionContext) IsRename_index_partitionContext()
func (*Rename_index_partitionContext) New_partition_name ¶
func (s *Rename_index_partitionContext) New_partition_name() INew_partition_nameContext
func (*Rename_index_partitionContext) PARTITION ¶
func (s *Rename_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Rename_index_partitionContext) Partition_name ¶
func (s *Rename_index_partitionContext) Partition_name() IPartition_nameContext
func (*Rename_index_partitionContext) RENAME ¶
func (s *Rename_index_partitionContext) RENAME() antlr.TerminalNode
func (*Rename_index_partitionContext) SUBPARTITION ¶
func (s *Rename_index_partitionContext) SUBPARTITION() antlr.TerminalNode
func (*Rename_index_partitionContext) Subpartition_name ¶
func (s *Rename_index_partitionContext) Subpartition_name() ISubpartition_nameContext
func (*Rename_index_partitionContext) TO ¶
func (s *Rename_index_partitionContext) TO() antlr.TerminalNode
func (*Rename_index_partitionContext) ToStringTree ¶
func (s *Rename_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rename_objectContext ¶
type Rename_objectContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRename_objectContext ¶
func NewEmptyRename_objectContext() *Rename_objectContext
func NewRename_objectContext ¶
func NewRename_objectContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rename_objectContext
func (*Rename_objectContext) AllObject_name ¶
func (s *Rename_objectContext) AllObject_name() []IObject_nameContext
func (*Rename_objectContext) EnterRule ¶
func (s *Rename_objectContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rename_objectContext) ExitRule ¶
func (s *Rename_objectContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rename_objectContext) GetParser ¶
func (s *Rename_objectContext) GetParser() antlr.Parser
func (*Rename_objectContext) GetRuleContext ¶
func (s *Rename_objectContext) GetRuleContext() antlr.RuleContext
func (*Rename_objectContext) IsRename_objectContext ¶
func (*Rename_objectContext) IsRename_objectContext()
func (*Rename_objectContext) Object_name ¶
func (s *Rename_objectContext) Object_name(i int) IObject_nameContext
func (*Rename_objectContext) RENAME ¶
func (s *Rename_objectContext) RENAME() antlr.TerminalNode
func (*Rename_objectContext) SEMICOLON ¶
func (s *Rename_objectContext) SEMICOLON() antlr.TerminalNode
func (*Rename_objectContext) TO ¶
func (s *Rename_objectContext) TO() antlr.TerminalNode
func (*Rename_objectContext) ToStringTree ¶
func (s *Rename_objectContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Replace_type_clauseContext ¶
type Replace_type_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReplace_type_clauseContext ¶
func NewEmptyReplace_type_clauseContext() *Replace_type_clauseContext
func NewReplace_type_clauseContext ¶
func NewReplace_type_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Replace_type_clauseContext
func (*Replace_type_clauseContext) AS ¶
func (s *Replace_type_clauseContext) AS() antlr.TerminalNode
func (*Replace_type_clauseContext) AllCOMMA ¶
func (s *Replace_type_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Replace_type_clauseContext) AllObject_member_spec ¶
func (s *Replace_type_clauseContext) AllObject_member_spec() []IObject_member_specContext
func (*Replace_type_clauseContext) COMMA ¶
func (s *Replace_type_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Replace_type_clauseContext) EnterRule ¶
func (s *Replace_type_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Replace_type_clauseContext) ExitRule ¶
func (s *Replace_type_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Replace_type_clauseContext) GetParser ¶
func (s *Replace_type_clauseContext) GetParser() antlr.Parser
func (*Replace_type_clauseContext) GetRuleContext ¶
func (s *Replace_type_clauseContext) GetRuleContext() antlr.RuleContext
func (*Replace_type_clauseContext) Invoker_rights_clause ¶
func (s *Replace_type_clauseContext) Invoker_rights_clause() IInvoker_rights_clauseContext
func (*Replace_type_clauseContext) IsReplace_type_clauseContext ¶
func (*Replace_type_clauseContext) IsReplace_type_clauseContext()
func (*Replace_type_clauseContext) LEFT_PAREN ¶
func (s *Replace_type_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Replace_type_clauseContext) OBJECT ¶
func (s *Replace_type_clauseContext) OBJECT() antlr.TerminalNode
func (*Replace_type_clauseContext) Object_member_spec ¶
func (s *Replace_type_clauseContext) Object_member_spec(i int) IObject_member_specContext
func (*Replace_type_clauseContext) REPLACE ¶
func (s *Replace_type_clauseContext) REPLACE() antlr.TerminalNode
func (*Replace_type_clauseContext) RIGHT_PAREN ¶
func (s *Replace_type_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Replace_type_clauseContext) ToStringTree ¶
func (s *Replace_type_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Resetlogs_or_noresetlogsContext ¶
type Resetlogs_or_noresetlogsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyResetlogs_or_noresetlogsContext ¶
func NewEmptyResetlogs_or_noresetlogsContext() *Resetlogs_or_noresetlogsContext
func NewResetlogs_or_noresetlogsContext ¶
func NewResetlogs_or_noresetlogsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Resetlogs_or_noresetlogsContext
func (*Resetlogs_or_noresetlogsContext) EnterRule ¶
func (s *Resetlogs_or_noresetlogsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Resetlogs_or_noresetlogsContext) ExitRule ¶
func (s *Resetlogs_or_noresetlogsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Resetlogs_or_noresetlogsContext) GetParser ¶
func (s *Resetlogs_or_noresetlogsContext) GetParser() antlr.Parser
func (*Resetlogs_or_noresetlogsContext) GetRuleContext ¶
func (s *Resetlogs_or_noresetlogsContext) GetRuleContext() antlr.RuleContext
func (*Resetlogs_or_noresetlogsContext) IsResetlogs_or_noresetlogsContext ¶
func (*Resetlogs_or_noresetlogsContext) IsResetlogs_or_noresetlogsContext()
func (*Resetlogs_or_noresetlogsContext) NORESETLOGS ¶
func (s *Resetlogs_or_noresetlogsContext) NORESETLOGS() antlr.TerminalNode
func (*Resetlogs_or_noresetlogsContext) RESETLOGS ¶
func (s *Resetlogs_or_noresetlogsContext) RESETLOGS() antlr.TerminalNode
func (*Resetlogs_or_noresetlogsContext) ToStringTree ¶
func (s *Resetlogs_or_noresetlogsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Respect_or_ignore_nullsContext ¶
type Respect_or_ignore_nullsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRespect_or_ignore_nullsContext ¶
func NewEmptyRespect_or_ignore_nullsContext() *Respect_or_ignore_nullsContext
func NewRespect_or_ignore_nullsContext ¶
func NewRespect_or_ignore_nullsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Respect_or_ignore_nullsContext
func (*Respect_or_ignore_nullsContext) EnterRule ¶
func (s *Respect_or_ignore_nullsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Respect_or_ignore_nullsContext) ExitRule ¶
func (s *Respect_or_ignore_nullsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Respect_or_ignore_nullsContext) GetParser ¶
func (s *Respect_or_ignore_nullsContext) GetParser() antlr.Parser
func (*Respect_or_ignore_nullsContext) GetRuleContext ¶
func (s *Respect_or_ignore_nullsContext) GetRuleContext() antlr.RuleContext
func (*Respect_or_ignore_nullsContext) IGNORE ¶
func (s *Respect_or_ignore_nullsContext) IGNORE() antlr.TerminalNode
func (*Respect_or_ignore_nullsContext) IsRespect_or_ignore_nullsContext ¶
func (*Respect_or_ignore_nullsContext) IsRespect_or_ignore_nullsContext()
func (*Respect_or_ignore_nullsContext) NULLS ¶
func (s *Respect_or_ignore_nullsContext) NULLS() antlr.TerminalNode
func (*Respect_or_ignore_nullsContext) RESPECT ¶
func (s *Respect_or_ignore_nullsContext) RESPECT() antlr.TerminalNode
func (*Respect_or_ignore_nullsContext) ToStringTree ¶
func (s *Respect_or_ignore_nullsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Result_cache_clauseContext ¶
type Result_cache_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyResult_cache_clauseContext ¶
func NewEmptyResult_cache_clauseContext() *Result_cache_clauseContext
func NewResult_cache_clauseContext ¶
func NewResult_cache_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Result_cache_clauseContext
func (*Result_cache_clauseContext) EnterRule ¶
func (s *Result_cache_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Result_cache_clauseContext) ExitRule ¶
func (s *Result_cache_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Result_cache_clauseContext) GetParser ¶
func (s *Result_cache_clauseContext) GetParser() antlr.Parser
func (*Result_cache_clauseContext) GetRuleContext ¶
func (s *Result_cache_clauseContext) GetRuleContext() antlr.RuleContext
func (*Result_cache_clauseContext) IsResult_cache_clauseContext ¶
func (*Result_cache_clauseContext) IsResult_cache_clauseContext()
func (*Result_cache_clauseContext) RESULT_CACHE ¶
func (s *Result_cache_clauseContext) RESULT_CACHE() antlr.TerminalNode
func (*Result_cache_clauseContext) Relies_on_part ¶
func (s *Result_cache_clauseContext) Relies_on_part() IRelies_on_partContext
func (*Result_cache_clauseContext) ToStringTree ¶
func (s *Result_cache_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Return_rows_clauseContext ¶
type Return_rows_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReturn_rows_clauseContext ¶
func NewEmptyReturn_rows_clauseContext() *Return_rows_clauseContext
func NewReturn_rows_clauseContext ¶
func NewReturn_rows_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Return_rows_clauseContext
func (*Return_rows_clauseContext) ALL ¶
func (s *Return_rows_clauseContext) ALL() antlr.TerminalNode
func (*Return_rows_clauseContext) EnterRule ¶
func (s *Return_rows_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Return_rows_clauseContext) ExitRule ¶
func (s *Return_rows_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Return_rows_clauseContext) GetParser ¶
func (s *Return_rows_clauseContext) GetParser() antlr.Parser
func (*Return_rows_clauseContext) GetRuleContext ¶
func (s *Return_rows_clauseContext) GetRuleContext() antlr.RuleContext
func (*Return_rows_clauseContext) IsReturn_rows_clauseContext ¶
func (*Return_rows_clauseContext) IsReturn_rows_clauseContext()
func (*Return_rows_clauseContext) RETURN ¶
func (s *Return_rows_clauseContext) RETURN() antlr.TerminalNode
func (*Return_rows_clauseContext) ROWS ¶
func (s *Return_rows_clauseContext) ROWS() antlr.TerminalNode
func (*Return_rows_clauseContext) ToStringTree ¶
func (s *Return_rows_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Return_rows_clauseContext) UPDATED ¶
func (s *Return_rows_clauseContext) UPDATED() antlr.TerminalNode
type Return_statementContext ¶
type Return_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyReturn_statementContext ¶
func NewEmptyReturn_statementContext() *Return_statementContext
func NewReturn_statementContext ¶
func NewReturn_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Return_statementContext
func (*Return_statementContext) EnterRule ¶
func (s *Return_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Return_statementContext) ExitRule ¶
func (s *Return_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Return_statementContext) Expression ¶
func (s *Return_statementContext) Expression() IExpressionContext
func (*Return_statementContext) GetParser ¶
func (s *Return_statementContext) GetParser() antlr.Parser
func (*Return_statementContext) GetRuleContext ¶
func (s *Return_statementContext) GetRuleContext() antlr.RuleContext
func (*Return_statementContext) IsReturn_statementContext ¶
func (*Return_statementContext) IsReturn_statementContext()
func (*Return_statementContext) RETURN ¶
func (s *Return_statementContext) RETURN() antlr.TerminalNode
func (*Return_statementContext) ToStringTree ¶
func (s *Return_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Role_clauseContext ¶
type Role_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRole_clauseContext ¶
func NewEmptyRole_clauseContext() *Role_clauseContext
func NewRole_clauseContext ¶
func NewRole_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Role_clauseContext
func (*Role_clauseContext) ALL ¶
func (s *Role_clauseContext) ALL() antlr.TerminalNode
func (*Role_clauseContext) AllCOMMA ¶
func (s *Role_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Role_clauseContext) AllEXCEPT ¶
func (s *Role_clauseContext) AllEXCEPT() []antlr.TerminalNode
func (*Role_clauseContext) AllRole_name ¶
func (s *Role_clauseContext) AllRole_name() []IRole_nameContext
func (*Role_clauseContext) COMMA ¶
func (s *Role_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Role_clauseContext) EXCEPT ¶
func (s *Role_clauseContext) EXCEPT(i int) antlr.TerminalNode
func (*Role_clauseContext) EnterRule ¶
func (s *Role_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Role_clauseContext) ExitRule ¶
func (s *Role_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Role_clauseContext) GetParser ¶
func (s *Role_clauseContext) GetParser() antlr.Parser
func (*Role_clauseContext) GetRuleContext ¶
func (s *Role_clauseContext) GetRuleContext() antlr.RuleContext
func (*Role_clauseContext) IsRole_clauseContext ¶
func (*Role_clauseContext) IsRole_clauseContext()
func (*Role_clauseContext) Role_name ¶
func (s *Role_clauseContext) Role_name(i int) IRole_nameContext
func (*Role_clauseContext) ToStringTree ¶
func (s *Role_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Role_nameContext ¶
type Role_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRole_nameContext ¶
func NewEmptyRole_nameContext() *Role_nameContext
func NewRole_nameContext ¶
func NewRole_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Role_nameContext
func (*Role_nameContext) CONNECT ¶
func (s *Role_nameContext) CONNECT() antlr.TerminalNode
func (*Role_nameContext) EnterRule ¶
func (s *Role_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Role_nameContext) ExitRule ¶
func (s *Role_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Role_nameContext) GetParser ¶
func (s *Role_nameContext) GetParser() antlr.Parser
func (*Role_nameContext) GetRuleContext ¶
func (s *Role_nameContext) GetRuleContext() antlr.RuleContext
func (*Role_nameContext) Id_expression ¶
func (s *Role_nameContext) Id_expression() IId_expressionContext
func (*Role_nameContext) IsRole_nameContext ¶
func (*Role_nameContext) IsRole_nameContext()
func (*Role_nameContext) ToStringTree ¶
func (s *Role_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rollback_segmentContext ¶
type Rollback_segmentContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRollback_segmentContext ¶
func NewEmptyRollback_segmentContext() *Rollback_segmentContext
func NewRollback_segmentContext ¶
func NewRollback_segmentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rollback_segmentContext
func (*Rollback_segmentContext) EnterRule ¶
func (s *Rollback_segmentContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rollback_segmentContext) ExitRule ¶
func (s *Rollback_segmentContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rollback_segmentContext) GetParser ¶
func (s *Rollback_segmentContext) GetParser() antlr.Parser
func (*Rollback_segmentContext) GetRuleContext ¶
func (s *Rollback_segmentContext) GetRuleContext() antlr.RuleContext
func (*Rollback_segmentContext) IsRollback_segmentContext ¶
func (*Rollback_segmentContext) IsRollback_segmentContext()
func (*Rollback_segmentContext) Regular_id ¶
func (s *Rollback_segmentContext) Regular_id() IRegular_idContext
func (*Rollback_segmentContext) ToStringTree ¶
func (s *Rollback_segmentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rollback_segment_nameContext ¶
type Rollback_segment_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRollback_segment_nameContext ¶
func NewEmptyRollback_segment_nameContext() *Rollback_segment_nameContext
func NewRollback_segment_nameContext ¶
func NewRollback_segment_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rollback_segment_nameContext
func (*Rollback_segment_nameContext) EnterRule ¶
func (s *Rollback_segment_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rollback_segment_nameContext) ExitRule ¶
func (s *Rollback_segment_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rollback_segment_nameContext) GetParser ¶
func (s *Rollback_segment_nameContext) GetParser() antlr.Parser
func (*Rollback_segment_nameContext) GetRuleContext ¶
func (s *Rollback_segment_nameContext) GetRuleContext() antlr.RuleContext
func (*Rollback_segment_nameContext) Identifier ¶
func (s *Rollback_segment_nameContext) Identifier() IIdentifierContext
func (*Rollback_segment_nameContext) IsRollback_segment_nameContext ¶
func (*Rollback_segment_nameContext) IsRollback_segment_nameContext()
func (*Rollback_segment_nameContext) ToStringTree ¶
func (s *Rollback_segment_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rollback_statementContext ¶
type Rollback_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRollback_statementContext ¶
func NewEmptyRollback_statementContext() *Rollback_statementContext
func NewRollback_statementContext ¶
func NewRollback_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rollback_statementContext
func (*Rollback_statementContext) EnterRule ¶
func (s *Rollback_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rollback_statementContext) ExitRule ¶
func (s *Rollback_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rollback_statementContext) FORCE ¶
func (s *Rollback_statementContext) FORCE() antlr.TerminalNode
func (*Rollback_statementContext) GetParser ¶
func (s *Rollback_statementContext) GetParser() antlr.Parser
func (*Rollback_statementContext) GetRuleContext ¶
func (s *Rollback_statementContext) GetRuleContext() antlr.RuleContext
func (*Rollback_statementContext) IsRollback_statementContext ¶
func (*Rollback_statementContext) IsRollback_statementContext()
func (*Rollback_statementContext) Quoted_string ¶
func (s *Rollback_statementContext) Quoted_string() IQuoted_stringContext
func (*Rollback_statementContext) ROLLBACK ¶
func (s *Rollback_statementContext) ROLLBACK() antlr.TerminalNode
func (*Rollback_statementContext) SAVEPOINT ¶
func (s *Rollback_statementContext) SAVEPOINT() antlr.TerminalNode
func (*Rollback_statementContext) Savepoint_name ¶
func (s *Rollback_statementContext) Savepoint_name() ISavepoint_nameContext
func (*Rollback_statementContext) TO ¶
func (s *Rollback_statementContext) TO() antlr.TerminalNode
func (*Rollback_statementContext) ToStringTree ¶
func (s *Rollback_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Rollback_statementContext) WORK ¶
func (s *Rollback_statementContext) WORK() antlr.TerminalNode
type Rollup_cube_clauseContext ¶
type Rollup_cube_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRollup_cube_clauseContext ¶
func NewEmptyRollup_cube_clauseContext() *Rollup_cube_clauseContext
func NewRollup_cube_clauseContext ¶
func NewRollup_cube_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rollup_cube_clauseContext
func (*Rollup_cube_clauseContext) AllCOMMA ¶
func (s *Rollup_cube_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Rollup_cube_clauseContext) AllGrouping_sets_elements ¶
func (s *Rollup_cube_clauseContext) AllGrouping_sets_elements() []IGrouping_sets_elementsContext
func (*Rollup_cube_clauseContext) COMMA ¶
func (s *Rollup_cube_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Rollup_cube_clauseContext) CUBE ¶
func (s *Rollup_cube_clauseContext) CUBE() antlr.TerminalNode
func (*Rollup_cube_clauseContext) EnterRule ¶
func (s *Rollup_cube_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rollup_cube_clauseContext) ExitRule ¶
func (s *Rollup_cube_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rollup_cube_clauseContext) GetParser ¶
func (s *Rollup_cube_clauseContext) GetParser() antlr.Parser
func (*Rollup_cube_clauseContext) GetRuleContext ¶
func (s *Rollup_cube_clauseContext) GetRuleContext() antlr.RuleContext
func (*Rollup_cube_clauseContext) Grouping_sets_elements ¶
func (s *Rollup_cube_clauseContext) Grouping_sets_elements(i int) IGrouping_sets_elementsContext
func (*Rollup_cube_clauseContext) IsRollup_cube_clauseContext ¶
func (*Rollup_cube_clauseContext) IsRollup_cube_clauseContext()
func (*Rollup_cube_clauseContext) LEFT_PAREN ¶
func (s *Rollup_cube_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Rollup_cube_clauseContext) RIGHT_PAREN ¶
func (s *Rollup_cube_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Rollup_cube_clauseContext) ROLLUP ¶
func (s *Rollup_cube_clauseContext) ROLLUP() antlr.TerminalNode
func (*Rollup_cube_clauseContext) ToStringTree ¶
func (s *Rollup_cube_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Routine_clauseContext ¶
type Routine_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRoutine_clauseContext ¶
func NewEmptyRoutine_clauseContext() *Routine_clauseContext
func NewRoutine_clauseContext ¶
func NewRoutine_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Routine_clauseContext
func (*Routine_clauseContext) EnterRule ¶
func (s *Routine_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Routine_clauseContext) ExitRule ¶
func (s *Routine_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Routine_clauseContext) Function_argument ¶
func (s *Routine_clauseContext) Function_argument() IFunction_argumentContext
func (*Routine_clauseContext) GetParser ¶
func (s *Routine_clauseContext) GetParser() antlr.Parser
func (*Routine_clauseContext) GetRuleContext ¶
func (s *Routine_clauseContext) GetRuleContext() antlr.RuleContext
func (*Routine_clauseContext) IsRoutine_clauseContext ¶
func (*Routine_clauseContext) IsRoutine_clauseContext()
func (*Routine_clauseContext) Routine_name ¶
func (s *Routine_clauseContext) Routine_name() IRoutine_nameContext
func (*Routine_clauseContext) ToStringTree ¶
func (s *Routine_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Routine_nameContext ¶
type Routine_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRoutine_nameContext ¶
func NewEmptyRoutine_nameContext() *Routine_nameContext
func NewRoutine_nameContext ¶
func NewRoutine_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Routine_nameContext
func (*Routine_nameContext) AT_SIGN ¶
func (s *Routine_nameContext) AT_SIGN() antlr.TerminalNode
func (*Routine_nameContext) AllId_expression ¶
func (s *Routine_nameContext) AllId_expression() []IId_expressionContext
func (*Routine_nameContext) AllPERIOD ¶
func (s *Routine_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Routine_nameContext) EnterRule ¶
func (s *Routine_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Routine_nameContext) ExitRule ¶
func (s *Routine_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Routine_nameContext) GetParser ¶
func (s *Routine_nameContext) GetParser() antlr.Parser
func (*Routine_nameContext) GetRuleContext ¶
func (s *Routine_nameContext) GetRuleContext() antlr.RuleContext
func (*Routine_nameContext) Id_expression ¶
func (s *Routine_nameContext) Id_expression(i int) IId_expressionContext
func (*Routine_nameContext) Identifier ¶
func (s *Routine_nameContext) Identifier() IIdentifierContext
func (*Routine_nameContext) IsRoutine_nameContext ¶
func (*Routine_nameContext) IsRoutine_nameContext()
func (*Routine_nameContext) Link_name ¶
func (s *Routine_nameContext) Link_name() ILink_nameContext
func (*Routine_nameContext) PERIOD ¶
func (s *Routine_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Routine_nameContext) ToStringTree ¶
func (s *Routine_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Row_movement_clauseContext ¶
type Row_movement_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyRow_movement_clauseContext ¶
func NewEmptyRow_movement_clauseContext() *Row_movement_clauseContext
func NewRow_movement_clauseContext ¶
func NewRow_movement_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Row_movement_clauseContext
func (*Row_movement_clauseContext) DISABLE ¶
func (s *Row_movement_clauseContext) DISABLE() antlr.TerminalNode
func (*Row_movement_clauseContext) ENABLE ¶
func (s *Row_movement_clauseContext) ENABLE() antlr.TerminalNode
func (*Row_movement_clauseContext) EnterRule ¶
func (s *Row_movement_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Row_movement_clauseContext) ExitRule ¶
func (s *Row_movement_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Row_movement_clauseContext) GetParser ¶
func (s *Row_movement_clauseContext) GetParser() antlr.Parser
func (*Row_movement_clauseContext) GetRuleContext ¶
func (s *Row_movement_clauseContext) GetRuleContext() antlr.RuleContext
func (*Row_movement_clauseContext) IsRow_movement_clauseContext ¶
func (*Row_movement_clauseContext) IsRow_movement_clauseContext()
func (*Row_movement_clauseContext) MOVEMENT ¶
func (s *Row_movement_clauseContext) MOVEMENT() antlr.TerminalNode
func (*Row_movement_clauseContext) ROW ¶
func (s *Row_movement_clauseContext) ROW() antlr.TerminalNode
func (*Row_movement_clauseContext) ToStringTree ¶
func (s *Row_movement_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sample_clauseContext ¶
type Sample_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySample_clauseContext ¶
func NewEmptySample_clauseContext() *Sample_clauseContext
func NewSample_clauseContext ¶
func NewSample_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sample_clauseContext
func (*Sample_clauseContext) AllExpression ¶
func (s *Sample_clauseContext) AllExpression() []IExpressionContext
func (*Sample_clauseContext) BLOCK ¶
func (s *Sample_clauseContext) BLOCK() antlr.TerminalNode
func (*Sample_clauseContext) COMMA ¶
func (s *Sample_clauseContext) COMMA() antlr.TerminalNode
func (*Sample_clauseContext) EnterRule ¶
func (s *Sample_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sample_clauseContext) ExitRule ¶
func (s *Sample_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sample_clauseContext) Expression ¶
func (s *Sample_clauseContext) Expression(i int) IExpressionContext
func (*Sample_clauseContext) GetParser ¶
func (s *Sample_clauseContext) GetParser() antlr.Parser
func (*Sample_clauseContext) GetRuleContext ¶
func (s *Sample_clauseContext) GetRuleContext() antlr.RuleContext
func (*Sample_clauseContext) IsSample_clauseContext ¶
func (*Sample_clauseContext) IsSample_clauseContext()
func (*Sample_clauseContext) LEFT_PAREN ¶
func (s *Sample_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Sample_clauseContext) RIGHT_PAREN ¶
func (s *Sample_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Sample_clauseContext) SAMPLE ¶
func (s *Sample_clauseContext) SAMPLE() antlr.TerminalNode
func (*Sample_clauseContext) Seed_part ¶
func (s *Sample_clauseContext) Seed_part() ISeed_partContext
func (*Sample_clauseContext) ToStringTree ¶
func (s *Sample_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Savepoint_nameContext ¶
type Savepoint_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySavepoint_nameContext ¶
func NewEmptySavepoint_nameContext() *Savepoint_nameContext
func NewSavepoint_nameContext ¶
func NewSavepoint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Savepoint_nameContext
func (*Savepoint_nameContext) EnterRule ¶
func (s *Savepoint_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Savepoint_nameContext) ExitRule ¶
func (s *Savepoint_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Savepoint_nameContext) GetParser ¶
func (s *Savepoint_nameContext) GetParser() antlr.Parser
func (*Savepoint_nameContext) GetRuleContext ¶
func (s *Savepoint_nameContext) GetRuleContext() antlr.RuleContext
func (*Savepoint_nameContext) Identifier ¶
func (s *Savepoint_nameContext) Identifier() IIdentifierContext
func (*Savepoint_nameContext) IsSavepoint_nameContext ¶
func (*Savepoint_nameContext) IsSavepoint_nameContext()
func (*Savepoint_nameContext) ToStringTree ¶
func (s *Savepoint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Savepoint_statementContext ¶
type Savepoint_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySavepoint_statementContext ¶
func NewEmptySavepoint_statementContext() *Savepoint_statementContext
func NewSavepoint_statementContext ¶
func NewSavepoint_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Savepoint_statementContext
func (*Savepoint_statementContext) EnterRule ¶
func (s *Savepoint_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Savepoint_statementContext) ExitRule ¶
func (s *Savepoint_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Savepoint_statementContext) GetParser ¶
func (s *Savepoint_statementContext) GetParser() antlr.Parser
func (*Savepoint_statementContext) GetRuleContext ¶
func (s *Savepoint_statementContext) GetRuleContext() antlr.RuleContext
func (*Savepoint_statementContext) IsSavepoint_statementContext ¶
func (*Savepoint_statementContext) IsSavepoint_statementContext()
func (*Savepoint_statementContext) SAVEPOINT ¶
func (s *Savepoint_statementContext) SAVEPOINT() antlr.TerminalNode
func (*Savepoint_statementContext) Savepoint_name ¶
func (s *Savepoint_statementContext) Savepoint_name() ISavepoint_nameContext
func (*Savepoint_statementContext) ToStringTree ¶
func (s *Savepoint_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Schema_nameContext ¶
type Schema_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySchema_nameContext ¶
func NewEmptySchema_nameContext() *Schema_nameContext
func NewSchema_nameContext ¶
func NewSchema_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Schema_nameContext
func (*Schema_nameContext) EnterRule ¶
func (s *Schema_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Schema_nameContext) ExitRule ¶
func (s *Schema_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Schema_nameContext) GetParser ¶
func (s *Schema_nameContext) GetParser() antlr.Parser
func (*Schema_nameContext) GetRuleContext ¶
func (s *Schema_nameContext) GetRuleContext() antlr.RuleContext
func (*Schema_nameContext) Identifier ¶
func (s *Schema_nameContext) Identifier() IIdentifierContext
func (*Schema_nameContext) IsSchema_nameContext ¶
func (*Schema_nameContext) IsSchema_nameContext()
func (*Schema_nameContext) ToStringTree ¶
func (s *Schema_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Schema_object_nameContext ¶
type Schema_object_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySchema_object_nameContext ¶
func NewEmptySchema_object_nameContext() *Schema_object_nameContext
func NewSchema_object_nameContext ¶
func NewSchema_object_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Schema_object_nameContext
func (*Schema_object_nameContext) EnterRule ¶
func (s *Schema_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Schema_object_nameContext) ExitRule ¶
func (s *Schema_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Schema_object_nameContext) GetParser ¶
func (s *Schema_object_nameContext) GetParser() antlr.Parser
func (*Schema_object_nameContext) GetRuleContext ¶
func (s *Schema_object_nameContext) GetRuleContext() antlr.RuleContext
func (*Schema_object_nameContext) Id_expression ¶
func (s *Schema_object_nameContext) Id_expression() IId_expressionContext
func (*Schema_object_nameContext) IsSchema_object_nameContext ¶
func (*Schema_object_nameContext) IsSchema_object_nameContext()
func (*Schema_object_nameContext) ToStringTree ¶
func (s *Schema_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Search_clauseContext ¶
type Search_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySearch_clauseContext ¶
func NewEmptySearch_clauseContext() *Search_clauseContext
func NewSearch_clauseContext ¶
func NewSearch_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Search_clauseContext
func (*Search_clauseContext) ASC ¶
func (s *Search_clauseContext) ASC(i int) antlr.TerminalNode
func (*Search_clauseContext) AllASC ¶
func (s *Search_clauseContext) AllASC() []antlr.TerminalNode
func (*Search_clauseContext) AllCOMMA ¶
func (s *Search_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Search_clauseContext) AllColumn_name ¶
func (s *Search_clauseContext) AllColumn_name() []IColumn_nameContext
func (*Search_clauseContext) AllDESC ¶
func (s *Search_clauseContext) AllDESC() []antlr.TerminalNode
func (*Search_clauseContext) AllFIRST ¶
func (s *Search_clauseContext) AllFIRST() []antlr.TerminalNode
func (*Search_clauseContext) AllLAST ¶
func (s *Search_clauseContext) AllLAST() []antlr.TerminalNode
func (*Search_clauseContext) AllNULLS ¶
func (s *Search_clauseContext) AllNULLS() []antlr.TerminalNode
func (*Search_clauseContext) BREADTH ¶
func (s *Search_clauseContext) BREADTH() antlr.TerminalNode
func (*Search_clauseContext) BY ¶
func (s *Search_clauseContext) BY() antlr.TerminalNode
func (*Search_clauseContext) COMMA ¶
func (s *Search_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Search_clauseContext) Column_name ¶
func (s *Search_clauseContext) Column_name(i int) IColumn_nameContext
func (*Search_clauseContext) DEPTH ¶
func (s *Search_clauseContext) DEPTH() antlr.TerminalNode
func (*Search_clauseContext) DESC ¶
func (s *Search_clauseContext) DESC(i int) antlr.TerminalNode
func (*Search_clauseContext) EnterRule ¶
func (s *Search_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Search_clauseContext) ExitRule ¶
func (s *Search_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Search_clauseContext) FIRST ¶
func (s *Search_clauseContext) FIRST(i int) antlr.TerminalNode
func (*Search_clauseContext) GetParser ¶
func (s *Search_clauseContext) GetParser() antlr.Parser
func (*Search_clauseContext) GetRuleContext ¶
func (s *Search_clauseContext) GetRuleContext() antlr.RuleContext
func (*Search_clauseContext) IsSearch_clauseContext ¶
func (*Search_clauseContext) IsSearch_clauseContext()
func (*Search_clauseContext) LAST ¶
func (s *Search_clauseContext) LAST(i int) antlr.TerminalNode
func (*Search_clauseContext) NULLS ¶
func (s *Search_clauseContext) NULLS(i int) antlr.TerminalNode
func (*Search_clauseContext) SEARCH ¶
func (s *Search_clauseContext) SEARCH() antlr.TerminalNode
func (*Search_clauseContext) SET ¶
func (s *Search_clauseContext) SET() antlr.TerminalNode
func (*Search_clauseContext) ToStringTree ¶
func (s *Search_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Searched_case_statementContext ¶
type Searched_case_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySearched_case_statementContext ¶
func NewEmptySearched_case_statementContext() *Searched_case_statementContext
func NewSearched_case_statementContext ¶
func NewSearched_case_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Searched_case_statementContext
func (*Searched_case_statementContext) AllCASE ¶
func (s *Searched_case_statementContext) AllCASE() []antlr.TerminalNode
func (*Searched_case_statementContext) AllLabel_name ¶
func (s *Searched_case_statementContext) AllLabel_name() []ILabel_nameContext
func (*Searched_case_statementContext) AllSearched_case_when_part ¶
func (s *Searched_case_statementContext) AllSearched_case_when_part() []ISearched_case_when_partContext
func (*Searched_case_statementContext) CASE ¶
func (s *Searched_case_statementContext) CASE(i int) antlr.TerminalNode
func (*Searched_case_statementContext) Case_else_part ¶
func (s *Searched_case_statementContext) Case_else_part() ICase_else_partContext
func (*Searched_case_statementContext) END ¶
func (s *Searched_case_statementContext) END() antlr.TerminalNode
func (*Searched_case_statementContext) EnterRule ¶
func (s *Searched_case_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Searched_case_statementContext) ExitRule ¶
func (s *Searched_case_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Searched_case_statementContext) GetCk1 ¶
func (s *Searched_case_statementContext) GetCk1() antlr.Token
func (*Searched_case_statementContext) GetParser ¶
func (s *Searched_case_statementContext) GetParser() antlr.Parser
func (*Searched_case_statementContext) GetRuleContext ¶
func (s *Searched_case_statementContext) GetRuleContext() antlr.RuleContext
func (*Searched_case_statementContext) IsSearched_case_statementContext ¶
func (*Searched_case_statementContext) IsSearched_case_statementContext()
func (*Searched_case_statementContext) Label_name ¶
func (s *Searched_case_statementContext) Label_name(i int) ILabel_nameContext
func (*Searched_case_statementContext) Searched_case_when_part ¶
func (s *Searched_case_statementContext) Searched_case_when_part(i int) ISearched_case_when_partContext
func (*Searched_case_statementContext) SetCk1 ¶
func (s *Searched_case_statementContext) SetCk1(v antlr.Token)
func (*Searched_case_statementContext) ToStringTree ¶
func (s *Searched_case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Searched_case_when_partContext ¶
type Searched_case_when_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySearched_case_when_partContext ¶
func NewEmptySearched_case_when_partContext() *Searched_case_when_partContext
func NewSearched_case_when_partContext ¶
func NewSearched_case_when_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Searched_case_when_partContext
func (*Searched_case_when_partContext) AllExpression ¶
func (s *Searched_case_when_partContext) AllExpression() []IExpressionContext
func (*Searched_case_when_partContext) EnterRule ¶
func (s *Searched_case_when_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Searched_case_when_partContext) ExitRule ¶
func (s *Searched_case_when_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Searched_case_when_partContext) Expression ¶
func (s *Searched_case_when_partContext) Expression(i int) IExpressionContext
func (*Searched_case_when_partContext) GetParser ¶
func (s *Searched_case_when_partContext) GetParser() antlr.Parser
func (*Searched_case_when_partContext) GetRuleContext ¶
func (s *Searched_case_when_partContext) GetRuleContext() antlr.RuleContext
func (*Searched_case_when_partContext) IsSearched_case_when_partContext ¶
func (*Searched_case_when_partContext) IsSearched_case_when_partContext()
func (*Searched_case_when_partContext) Seq_of_statements ¶
func (s *Searched_case_when_partContext) Seq_of_statements() ISeq_of_statementsContext
func (*Searched_case_when_partContext) THEN ¶
func (s *Searched_case_when_partContext) THEN() antlr.TerminalNode
func (*Searched_case_when_partContext) ToStringTree ¶
func (s *Searched_case_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Searched_case_when_partContext) WHEN ¶
func (s *Searched_case_when_partContext) WHEN() antlr.TerminalNode
type Security_clauseContext ¶
type Security_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySecurity_clauseContext ¶
func NewEmptySecurity_clauseContext() *Security_clauseContext
func NewSecurity_clauseContext ¶
func NewSecurity_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Security_clauseContext
func (*Security_clauseContext) ALL ¶
func (s *Security_clauseContext) ALL() antlr.TerminalNode
func (*Security_clauseContext) EnterRule ¶
func (s *Security_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Security_clauseContext) ExitRule ¶
func (s *Security_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Security_clauseContext) GUARD ¶
func (s *Security_clauseContext) GUARD() antlr.TerminalNode
func (*Security_clauseContext) GetParser ¶
func (s *Security_clauseContext) GetParser() antlr.Parser
func (*Security_clauseContext) GetRuleContext ¶
func (s *Security_clauseContext) GetRuleContext() antlr.RuleContext
func (*Security_clauseContext) IsSecurity_clauseContext ¶
func (*Security_clauseContext) IsSecurity_clauseContext()
func (*Security_clauseContext) NONE ¶
func (s *Security_clauseContext) NONE() antlr.TerminalNode
func (*Security_clauseContext) STANDBY ¶
func (s *Security_clauseContext) STANDBY() antlr.TerminalNode
func (*Security_clauseContext) ToStringTree ¶
func (s *Security_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Seed_partContext ¶
type Seed_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySeed_partContext ¶
func NewEmptySeed_partContext() *Seed_partContext
func NewSeed_partContext ¶
func NewSeed_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Seed_partContext
func (*Seed_partContext) EnterRule ¶
func (s *Seed_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Seed_partContext) ExitRule ¶
func (s *Seed_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Seed_partContext) Expression ¶
func (s *Seed_partContext) Expression() IExpressionContext
func (*Seed_partContext) GetParser ¶
func (s *Seed_partContext) GetParser() antlr.Parser
func (*Seed_partContext) GetRuleContext ¶
func (s *Seed_partContext) GetRuleContext() antlr.RuleContext
func (*Seed_partContext) IsSeed_partContext ¶
func (*Seed_partContext) IsSeed_partContext()
func (*Seed_partContext) LEFT_PAREN ¶
func (s *Seed_partContext) LEFT_PAREN() antlr.TerminalNode
func (*Seed_partContext) RIGHT_PAREN ¶
func (s *Seed_partContext) RIGHT_PAREN() antlr.TerminalNode
func (*Seed_partContext) SEED ¶
func (s *Seed_partContext) SEED() antlr.TerminalNode
func (*Seed_partContext) ToStringTree ¶
func (s *Seed_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Segment_attributes_clauseContext ¶
type Segment_attributes_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySegment_attributes_clauseContext ¶
func NewEmptySegment_attributes_clauseContext() *Segment_attributes_clauseContext
func NewSegment_attributes_clauseContext ¶
func NewSegment_attributes_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Segment_attributes_clauseContext
func (*Segment_attributes_clauseContext) AllId_expression ¶
func (s *Segment_attributes_clauseContext) AllId_expression() []IId_expressionContext
func (*Segment_attributes_clauseContext) AllLogging_clause ¶
func (s *Segment_attributes_clauseContext) AllLogging_clause() []ILogging_clauseContext
func (*Segment_attributes_clauseContext) AllPhysical_attributes_clause ¶
func (s *Segment_attributes_clauseContext) AllPhysical_attributes_clause() []IPhysical_attributes_clauseContext
func (*Segment_attributes_clauseContext) AllTABLESPACE ¶
func (s *Segment_attributes_clauseContext) AllTABLESPACE() []antlr.TerminalNode
func (*Segment_attributes_clauseContext) EnterRule ¶
func (s *Segment_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Segment_attributes_clauseContext) ExitRule ¶
func (s *Segment_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Segment_attributes_clauseContext) GetParser ¶
func (s *Segment_attributes_clauseContext) GetParser() antlr.Parser
func (*Segment_attributes_clauseContext) GetRuleContext ¶
func (s *Segment_attributes_clauseContext) GetRuleContext() antlr.RuleContext
func (*Segment_attributes_clauseContext) GetTablespace_name ¶
func (s *Segment_attributes_clauseContext) GetTablespace_name() IId_expressionContext
func (*Segment_attributes_clauseContext) Id_expression ¶
func (s *Segment_attributes_clauseContext) Id_expression(i int) IId_expressionContext
func (*Segment_attributes_clauseContext) IsSegment_attributes_clauseContext ¶
func (*Segment_attributes_clauseContext) IsSegment_attributes_clauseContext()
func (*Segment_attributes_clauseContext) Logging_clause ¶
func (s *Segment_attributes_clauseContext) Logging_clause(i int) ILogging_clauseContext
func (*Segment_attributes_clauseContext) Physical_attributes_clause ¶
func (s *Segment_attributes_clauseContext) Physical_attributes_clause(i int) IPhysical_attributes_clauseContext
func (*Segment_attributes_clauseContext) SetTablespace_name ¶
func (s *Segment_attributes_clauseContext) SetTablespace_name(v IId_expressionContext)
func (*Segment_attributes_clauseContext) TABLESPACE ¶
func (s *Segment_attributes_clauseContext) TABLESPACE(i int) antlr.TerminalNode
func (*Segment_attributes_clauseContext) ToStringTree ¶
func (s *Segment_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Segment_management_clauseContext ¶
type Segment_management_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySegment_management_clauseContext ¶
func NewEmptySegment_management_clauseContext() *Segment_management_clauseContext
func NewSegment_management_clauseContext ¶
func NewSegment_management_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Segment_management_clauseContext
func (*Segment_management_clauseContext) AUTO ¶
func (s *Segment_management_clauseContext) AUTO() antlr.TerminalNode
func (*Segment_management_clauseContext) EnterRule ¶
func (s *Segment_management_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Segment_management_clauseContext) ExitRule ¶
func (s *Segment_management_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Segment_management_clauseContext) GetParser ¶
func (s *Segment_management_clauseContext) GetParser() antlr.Parser
func (*Segment_management_clauseContext) GetRuleContext ¶
func (s *Segment_management_clauseContext) GetRuleContext() antlr.RuleContext
func (*Segment_management_clauseContext) IsSegment_management_clauseContext ¶
func (*Segment_management_clauseContext) IsSegment_management_clauseContext()
func (*Segment_management_clauseContext) MANAGEMENT ¶
func (s *Segment_management_clauseContext) MANAGEMENT() antlr.TerminalNode
func (*Segment_management_clauseContext) MANUAL ¶
func (s *Segment_management_clauseContext) MANUAL() antlr.TerminalNode
func (*Segment_management_clauseContext) SEGMENT ¶
func (s *Segment_management_clauseContext) SEGMENT() antlr.TerminalNode
func (*Segment_management_clauseContext) SPACE_KEYWORD ¶
func (s *Segment_management_clauseContext) SPACE_KEYWORD() antlr.TerminalNode
func (*Segment_management_clauseContext) ToStringTree ¶
func (s *Segment_management_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Select_list_elementsContext ¶
type Select_list_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySelect_list_elementsContext ¶
func NewEmptySelect_list_elementsContext() *Select_list_elementsContext
func NewSelect_list_elementsContext ¶
func NewSelect_list_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Select_list_elementsContext
func (*Select_list_elementsContext) ASTERISK ¶
func (s *Select_list_elementsContext) ASTERISK() antlr.TerminalNode
func (*Select_list_elementsContext) Column_alias ¶
func (s *Select_list_elementsContext) Column_alias() IColumn_aliasContext
func (*Select_list_elementsContext) EnterRule ¶
func (s *Select_list_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Select_list_elementsContext) ExitRule ¶
func (s *Select_list_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Select_list_elementsContext) Expression ¶
func (s *Select_list_elementsContext) Expression() IExpressionContext
func (*Select_list_elementsContext) GetParser ¶
func (s *Select_list_elementsContext) GetParser() antlr.Parser
func (*Select_list_elementsContext) GetRuleContext ¶
func (s *Select_list_elementsContext) GetRuleContext() antlr.RuleContext
func (*Select_list_elementsContext) IsSelect_list_elementsContext ¶
func (*Select_list_elementsContext) IsSelect_list_elementsContext()
func (*Select_list_elementsContext) PERIOD ¶
func (s *Select_list_elementsContext) PERIOD() antlr.TerminalNode
func (*Select_list_elementsContext) Tableview_name ¶
func (s *Select_list_elementsContext) Tableview_name() ITableview_nameContext
func (*Select_list_elementsContext) ToStringTree ¶
func (s *Select_list_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Select_only_statementContext ¶
type Select_only_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySelect_only_statementContext ¶
func NewEmptySelect_only_statementContext() *Select_only_statementContext
func NewSelect_only_statementContext ¶
func NewSelect_only_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Select_only_statementContext
func (*Select_only_statementContext) EnterRule ¶
func (s *Select_only_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Select_only_statementContext) ExitRule ¶
func (s *Select_only_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Select_only_statementContext) GetParser ¶
func (s *Select_only_statementContext) GetParser() antlr.Parser
func (*Select_only_statementContext) GetRuleContext ¶
func (s *Select_only_statementContext) GetRuleContext() antlr.RuleContext
func (*Select_only_statementContext) IsSelect_only_statementContext ¶
func (*Select_only_statementContext) IsSelect_only_statementContext()
func (*Select_only_statementContext) Subquery ¶
func (s *Select_only_statementContext) Subquery() ISubqueryContext
func (*Select_only_statementContext) Subquery_factoring_clause ¶
func (s *Select_only_statementContext) Subquery_factoring_clause() ISubquery_factoring_clauseContext
func (*Select_only_statementContext) ToStringTree ¶
func (s *Select_only_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Select_statementContext ¶
type Select_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySelect_statementContext ¶
func NewEmptySelect_statementContext() *Select_statementContext
func NewSelect_statementContext ¶
func NewSelect_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Select_statementContext
func (*Select_statementContext) AllFetch_clause ¶
func (s *Select_statementContext) AllFetch_clause() []IFetch_clauseContext
func (*Select_statementContext) AllFor_update_clause ¶
func (s *Select_statementContext) AllFor_update_clause() []IFor_update_clauseContext
func (*Select_statementContext) AllOffset_clause ¶
func (s *Select_statementContext) AllOffset_clause() []IOffset_clauseContext
func (*Select_statementContext) AllOrder_by_clause ¶
func (s *Select_statementContext) AllOrder_by_clause() []IOrder_by_clauseContext
func (*Select_statementContext) EnterRule ¶
func (s *Select_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Select_statementContext) ExitRule ¶
func (s *Select_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Select_statementContext) Fetch_clause ¶
func (s *Select_statementContext) Fetch_clause(i int) IFetch_clauseContext
func (*Select_statementContext) For_update_clause ¶
func (s *Select_statementContext) For_update_clause(i int) IFor_update_clauseContext
func (*Select_statementContext) GetParser ¶
func (s *Select_statementContext) GetParser() antlr.Parser
func (*Select_statementContext) GetRuleContext ¶
func (s *Select_statementContext) GetRuleContext() antlr.RuleContext
func (*Select_statementContext) IsSelect_statementContext ¶
func (*Select_statementContext) IsSelect_statementContext()
func (*Select_statementContext) Offset_clause ¶
func (s *Select_statementContext) Offset_clause(i int) IOffset_clauseContext
func (*Select_statementContext) Order_by_clause ¶
func (s *Select_statementContext) Order_by_clause(i int) IOrder_by_clauseContext
func (*Select_statementContext) Select_only_statement ¶
func (s *Select_statementContext) Select_only_statement() ISelect_only_statementContext
func (*Select_statementContext) ToStringTree ¶
func (s *Select_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Selected_listContext ¶
type Selected_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySelected_listContext ¶
func NewEmptySelected_listContext() *Selected_listContext
func NewSelected_listContext ¶
func NewSelected_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Selected_listContext
func (*Selected_listContext) ASTERISK ¶
func (s *Selected_listContext) ASTERISK() antlr.TerminalNode
func (*Selected_listContext) AllCOMMA ¶
func (s *Selected_listContext) AllCOMMA() []antlr.TerminalNode
func (*Selected_listContext) AllSelect_list_elements ¶
func (s *Selected_listContext) AllSelect_list_elements() []ISelect_list_elementsContext
func (*Selected_listContext) COMMA ¶
func (s *Selected_listContext) COMMA(i int) antlr.TerminalNode
func (*Selected_listContext) EnterRule ¶
func (s *Selected_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Selected_listContext) ExitRule ¶
func (s *Selected_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Selected_listContext) GetParser ¶
func (s *Selected_listContext) GetParser() antlr.Parser
func (*Selected_listContext) GetRuleContext ¶
func (s *Selected_listContext) GetRuleContext() antlr.RuleContext
func (*Selected_listContext) IsSelected_listContext ¶
func (*Selected_listContext) IsSelected_listContext()
func (*Selected_listContext) Select_list_elements ¶
func (s *Selected_listContext) Select_list_elements(i int) ISelect_list_elementsContext
func (*Selected_listContext) ToStringTree ¶
func (s *Selected_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Selected_tableviewContext ¶
type Selected_tableviewContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySelected_tableviewContext ¶
func NewEmptySelected_tableviewContext() *Selected_tableviewContext
func NewSelected_tableviewContext ¶
func NewSelected_tableviewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Selected_tableviewContext
func (*Selected_tableviewContext) EnterRule ¶
func (s *Selected_tableviewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Selected_tableviewContext) ExitRule ¶
func (s *Selected_tableviewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Selected_tableviewContext) GetParser ¶
func (s *Selected_tableviewContext) GetParser() antlr.Parser
func (*Selected_tableviewContext) GetRuleContext ¶
func (s *Selected_tableviewContext) GetRuleContext() antlr.RuleContext
func (*Selected_tableviewContext) IsSelected_tableviewContext ¶
func (*Selected_tableviewContext) IsSelected_tableviewContext()
func (*Selected_tableviewContext) LEFT_PAREN ¶
func (s *Selected_tableviewContext) LEFT_PAREN() antlr.TerminalNode
func (*Selected_tableviewContext) RIGHT_PAREN ¶
func (s *Selected_tableviewContext) RIGHT_PAREN() antlr.TerminalNode
func (*Selected_tableviewContext) Select_statement ¶
func (s *Selected_tableviewContext) Select_statement() ISelect_statementContext
func (*Selected_tableviewContext) Table_alias ¶
func (s *Selected_tableviewContext) Table_alias() ITable_aliasContext
func (*Selected_tableviewContext) Tableview_name ¶
func (s *Selected_tableviewContext) Tableview_name() ITableview_nameContext
func (*Selected_tableviewContext) ToStringTree ¶
func (s *Selected_tableviewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Seq_of_declare_specsContext ¶
type Seq_of_declare_specsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySeq_of_declare_specsContext ¶
func NewEmptySeq_of_declare_specsContext() *Seq_of_declare_specsContext
func NewSeq_of_declare_specsContext ¶
func NewSeq_of_declare_specsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Seq_of_declare_specsContext
func (*Seq_of_declare_specsContext) AllDeclare_spec ¶
func (s *Seq_of_declare_specsContext) AllDeclare_spec() []IDeclare_specContext
func (*Seq_of_declare_specsContext) Declare_spec ¶
func (s *Seq_of_declare_specsContext) Declare_spec(i int) IDeclare_specContext
func (*Seq_of_declare_specsContext) EnterRule ¶
func (s *Seq_of_declare_specsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Seq_of_declare_specsContext) ExitRule ¶
func (s *Seq_of_declare_specsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Seq_of_declare_specsContext) GetParser ¶
func (s *Seq_of_declare_specsContext) GetParser() antlr.Parser
func (*Seq_of_declare_specsContext) GetRuleContext ¶
func (s *Seq_of_declare_specsContext) GetRuleContext() antlr.RuleContext
func (*Seq_of_declare_specsContext) IsSeq_of_declare_specsContext ¶
func (*Seq_of_declare_specsContext) IsSeq_of_declare_specsContext()
func (*Seq_of_declare_specsContext) ToStringTree ¶
func (s *Seq_of_declare_specsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Seq_of_statementsContext ¶
type Seq_of_statementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySeq_of_statementsContext ¶
func NewEmptySeq_of_statementsContext() *Seq_of_statementsContext
func NewSeq_of_statementsContext ¶
func NewSeq_of_statementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Seq_of_statementsContext
func (*Seq_of_statementsContext) AllEOF ¶
func (s *Seq_of_statementsContext) AllEOF() []antlr.TerminalNode
func (*Seq_of_statementsContext) AllLabel_declaration ¶
func (s *Seq_of_statementsContext) AllLabel_declaration() []ILabel_declarationContext
func (*Seq_of_statementsContext) AllSEMICOLON ¶
func (s *Seq_of_statementsContext) AllSEMICOLON() []antlr.TerminalNode
func (*Seq_of_statementsContext) AllStatement ¶
func (s *Seq_of_statementsContext) AllStatement() []IStatementContext
func (*Seq_of_statementsContext) EOF ¶
func (s *Seq_of_statementsContext) EOF(i int) antlr.TerminalNode
func (*Seq_of_statementsContext) EnterRule ¶
func (s *Seq_of_statementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Seq_of_statementsContext) ExitRule ¶
func (s *Seq_of_statementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Seq_of_statementsContext) GetParser ¶
func (s *Seq_of_statementsContext) GetParser() antlr.Parser
func (*Seq_of_statementsContext) GetRuleContext ¶
func (s *Seq_of_statementsContext) GetRuleContext() antlr.RuleContext
func (*Seq_of_statementsContext) IsSeq_of_statementsContext ¶
func (*Seq_of_statementsContext) IsSeq_of_statementsContext()
func (*Seq_of_statementsContext) Label_declaration ¶
func (s *Seq_of_statementsContext) Label_declaration(i int) ILabel_declarationContext
func (*Seq_of_statementsContext) SEMICOLON ¶
func (s *Seq_of_statementsContext) SEMICOLON(i int) antlr.TerminalNode
func (*Seq_of_statementsContext) Statement ¶
func (s *Seq_of_statementsContext) Statement(i int) IStatementContext
func (*Seq_of_statementsContext) ToStringTree ¶
func (s *Seq_of_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sequence_nameContext ¶
type Sequence_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySequence_nameContext ¶
func NewEmptySequence_nameContext() *Sequence_nameContext
func NewSequence_nameContext ¶
func NewSequence_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sequence_nameContext
func (*Sequence_nameContext) AllId_expression ¶
func (s *Sequence_nameContext) AllId_expression() []IId_expressionContext
func (*Sequence_nameContext) AllPERIOD ¶
func (s *Sequence_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Sequence_nameContext) EnterRule ¶
func (s *Sequence_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sequence_nameContext) ExitRule ¶
func (s *Sequence_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sequence_nameContext) GetParser ¶
func (s *Sequence_nameContext) GetParser() antlr.Parser
func (*Sequence_nameContext) GetRuleContext ¶
func (s *Sequence_nameContext) GetRuleContext() antlr.RuleContext
func (*Sequence_nameContext) Id_expression ¶
func (s *Sequence_nameContext) Id_expression(i int) IId_expressionContext
func (*Sequence_nameContext) IsSequence_nameContext ¶
func (*Sequence_nameContext) IsSequence_nameContext()
func (*Sequence_nameContext) PERIOD ¶
func (s *Sequence_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Sequence_nameContext) ToStringTree ¶
func (s *Sequence_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sequence_specContext ¶
type Sequence_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySequence_specContext ¶
func NewEmptySequence_specContext() *Sequence_specContext
func NewSequence_specContext ¶
func NewSequence_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sequence_specContext
func (*Sequence_specContext) BY ¶
func (s *Sequence_specContext) BY() antlr.TerminalNode
func (*Sequence_specContext) CACHE ¶
func (s *Sequence_specContext) CACHE() antlr.TerminalNode
func (*Sequence_specContext) CYCLE ¶
func (s *Sequence_specContext) CYCLE() antlr.TerminalNode
func (*Sequence_specContext) EnterRule ¶
func (s *Sequence_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sequence_specContext) ExitRule ¶
func (s *Sequence_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sequence_specContext) GetParser ¶
func (s *Sequence_specContext) GetParser() antlr.Parser
func (*Sequence_specContext) GetRuleContext ¶
func (s *Sequence_specContext) GetRuleContext() antlr.RuleContext
func (*Sequence_specContext) INCREMENT ¶
func (s *Sequence_specContext) INCREMENT() antlr.TerminalNode
func (*Sequence_specContext) IsSequence_specContext ¶
func (*Sequence_specContext) IsSequence_specContext()
func (*Sequence_specContext) MAXVALUE ¶
func (s *Sequence_specContext) MAXVALUE() antlr.TerminalNode
func (*Sequence_specContext) MINVALUE ¶
func (s *Sequence_specContext) MINVALUE() antlr.TerminalNode
func (*Sequence_specContext) NOCACHE ¶
func (s *Sequence_specContext) NOCACHE() antlr.TerminalNode
func (*Sequence_specContext) NOCYCLE ¶
func (s *Sequence_specContext) NOCYCLE() antlr.TerminalNode
func (*Sequence_specContext) NOMAXVALUE ¶
func (s *Sequence_specContext) NOMAXVALUE() antlr.TerminalNode
func (*Sequence_specContext) NOMINVALUE ¶
func (s *Sequence_specContext) NOMINVALUE() antlr.TerminalNode
func (*Sequence_specContext) NOORDER ¶
func (s *Sequence_specContext) NOORDER() antlr.TerminalNode
func (*Sequence_specContext) ORDER ¶
func (s *Sequence_specContext) ORDER() antlr.TerminalNode
func (*Sequence_specContext) ToStringTree ¶
func (s *Sequence_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sequence_specContext) UNSIGNED_INTEGER ¶
func (s *Sequence_specContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Sequence_start_clauseContext ¶
type Sequence_start_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySequence_start_clauseContext ¶
func NewEmptySequence_start_clauseContext() *Sequence_start_clauseContext
func NewSequence_start_clauseContext ¶
func NewSequence_start_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sequence_start_clauseContext
func (*Sequence_start_clauseContext) EnterRule ¶
func (s *Sequence_start_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sequence_start_clauseContext) ExitRule ¶
func (s *Sequence_start_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sequence_start_clauseContext) GetParser ¶
func (s *Sequence_start_clauseContext) GetParser() antlr.Parser
func (*Sequence_start_clauseContext) GetRuleContext ¶
func (s *Sequence_start_clauseContext) GetRuleContext() antlr.RuleContext
func (*Sequence_start_clauseContext) IsSequence_start_clauseContext ¶
func (*Sequence_start_clauseContext) IsSequence_start_clauseContext()
func (*Sequence_start_clauseContext) START ¶
func (s *Sequence_start_clauseContext) START() antlr.TerminalNode
func (*Sequence_start_clauseContext) ToStringTree ¶
func (s *Sequence_start_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sequence_start_clauseContext) UNSIGNED_INTEGER ¶
func (s *Sequence_start_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
func (*Sequence_start_clauseContext) WITH ¶
func (s *Sequence_start_clauseContext) WITH() antlr.TerminalNode
type Set_commandContext ¶
type Set_commandContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySet_commandContext ¶
func NewEmptySet_commandContext() *Set_commandContext
func NewSet_commandContext ¶
func NewSet_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_commandContext
func (*Set_commandContext) AllRegular_id ¶
func (s *Set_commandContext) AllRegular_id() []IRegular_idContext
func (*Set_commandContext) CHAR_STRING ¶
func (s *Set_commandContext) CHAR_STRING() antlr.TerminalNode
func (*Set_commandContext) EnterRule ¶
func (s *Set_commandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_commandContext) ExitRule ¶
func (s *Set_commandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_commandContext) GetParser ¶
func (s *Set_commandContext) GetParser() antlr.Parser
func (*Set_commandContext) GetRuleContext ¶
func (s *Set_commandContext) GetRuleContext() antlr.RuleContext
func (*Set_commandContext) IsSet_commandContext ¶
func (*Set_commandContext) IsSet_commandContext()
func (*Set_commandContext) Numeric ¶
func (s *Set_commandContext) Numeric() INumericContext
func (*Set_commandContext) OFF ¶
func (s *Set_commandContext) OFF() antlr.TerminalNode
func (*Set_commandContext) ON ¶
func (s *Set_commandContext) ON() antlr.TerminalNode
func (*Set_commandContext) Regular_id ¶
func (s *Set_commandContext) Regular_id(i int) IRegular_idContext
func (*Set_commandContext) SET ¶
func (s *Set_commandContext) SET() antlr.TerminalNode
func (*Set_commandContext) ToStringTree ¶
func (s *Set_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Set_constraint_commandContext ¶
type Set_constraint_commandContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySet_constraint_commandContext ¶
func NewEmptySet_constraint_commandContext() *Set_constraint_commandContext
func NewSet_constraint_commandContext ¶
func NewSet_constraint_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_constraint_commandContext
func (*Set_constraint_commandContext) ALL ¶
func (s *Set_constraint_commandContext) ALL() antlr.TerminalNode
func (*Set_constraint_commandContext) AllCOMMA ¶
func (s *Set_constraint_commandContext) AllCOMMA() []antlr.TerminalNode
func (*Set_constraint_commandContext) AllConstraint_name ¶
func (s *Set_constraint_commandContext) AllConstraint_name() []IConstraint_nameContext
func (*Set_constraint_commandContext) COMMA ¶
func (s *Set_constraint_commandContext) COMMA(i int) antlr.TerminalNode
func (*Set_constraint_commandContext) CONSTRAINT ¶
func (s *Set_constraint_commandContext) CONSTRAINT() antlr.TerminalNode
func (*Set_constraint_commandContext) CONSTRAINTS ¶
func (s *Set_constraint_commandContext) CONSTRAINTS() antlr.TerminalNode
func (*Set_constraint_commandContext) Constraint_name ¶
func (s *Set_constraint_commandContext) Constraint_name(i int) IConstraint_nameContext
func (*Set_constraint_commandContext) DEFERRED ¶
func (s *Set_constraint_commandContext) DEFERRED() antlr.TerminalNode
func (*Set_constraint_commandContext) EnterRule ¶
func (s *Set_constraint_commandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_constraint_commandContext) ExitRule ¶
func (s *Set_constraint_commandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_constraint_commandContext) GetParser ¶
func (s *Set_constraint_commandContext) GetParser() antlr.Parser
func (*Set_constraint_commandContext) GetRuleContext ¶
func (s *Set_constraint_commandContext) GetRuleContext() antlr.RuleContext
func (*Set_constraint_commandContext) IMMEDIATE ¶
func (s *Set_constraint_commandContext) IMMEDIATE() antlr.TerminalNode
func (*Set_constraint_commandContext) IsSet_constraint_commandContext ¶
func (*Set_constraint_commandContext) IsSet_constraint_commandContext()
func (*Set_constraint_commandContext) SET ¶
func (s *Set_constraint_commandContext) SET() antlr.TerminalNode
func (*Set_constraint_commandContext) ToStringTree ¶
func (s *Set_constraint_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Set_container_dataContext ¶
type Set_container_dataContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySet_container_dataContext ¶
func NewEmptySet_container_dataContext() *Set_container_dataContext
func NewSet_container_dataContext ¶
func NewSet_container_dataContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_container_dataContext
func (*Set_container_dataContext) ALL ¶
func (s *Set_container_dataContext) ALL() antlr.TerminalNode
func (*Set_container_dataContext) CONTAINER_DATA ¶
func (s *Set_container_dataContext) CONTAINER_DATA() antlr.TerminalNode
func (*Set_container_dataContext) Container_names ¶
func (s *Set_container_dataContext) Container_names() IContainer_namesContext
func (*Set_container_dataContext) DEFAULT ¶
func (s *Set_container_dataContext) DEFAULT() antlr.TerminalNode
func (*Set_container_dataContext) EQUALS_OP ¶
func (s *Set_container_dataContext) EQUALS_OP() antlr.TerminalNode
func (*Set_container_dataContext) EnterRule ¶
func (s *Set_container_dataContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_container_dataContext) ExitRule ¶
func (s *Set_container_dataContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_container_dataContext) GetParser ¶
func (s *Set_container_dataContext) GetParser() antlr.Parser
func (*Set_container_dataContext) GetRuleContext ¶
func (s *Set_container_dataContext) GetRuleContext() antlr.RuleContext
func (*Set_container_dataContext) IsSet_container_dataContext ¶
func (*Set_container_dataContext) IsSet_container_dataContext()
func (*Set_container_dataContext) SET ¶
func (s *Set_container_dataContext) SET() antlr.TerminalNode
func (*Set_container_dataContext) ToStringTree ¶
func (s *Set_container_dataContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Set_time_zone_clauseContext ¶
type Set_time_zone_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySet_time_zone_clauseContext ¶
func NewEmptySet_time_zone_clauseContext() *Set_time_zone_clauseContext
func NewSet_time_zone_clauseContext ¶
func NewSet_time_zone_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_time_zone_clauseContext
func (*Set_time_zone_clauseContext) CHAR_STRING ¶
func (s *Set_time_zone_clauseContext) CHAR_STRING() antlr.TerminalNode
func (*Set_time_zone_clauseContext) EQUALS_OP ¶
func (s *Set_time_zone_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Set_time_zone_clauseContext) EnterRule ¶
func (s *Set_time_zone_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_time_zone_clauseContext) ExitRule ¶
func (s *Set_time_zone_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_time_zone_clauseContext) GetParser ¶
func (s *Set_time_zone_clauseContext) GetParser() antlr.Parser
func (*Set_time_zone_clauseContext) GetRuleContext ¶
func (s *Set_time_zone_clauseContext) GetRuleContext() antlr.RuleContext
func (*Set_time_zone_clauseContext) IsSet_time_zone_clauseContext ¶
func (*Set_time_zone_clauseContext) IsSet_time_zone_clauseContext()
func (*Set_time_zone_clauseContext) SET ¶
func (s *Set_time_zone_clauseContext) SET() antlr.TerminalNode
func (*Set_time_zone_clauseContext) TIMEZONE ¶
func (s *Set_time_zone_clauseContext) TIMEZONE() antlr.TerminalNode
func (*Set_time_zone_clauseContext) ToStringTree ¶
func (s *Set_time_zone_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Set_transaction_commandContext ¶
type Set_transaction_commandContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySet_transaction_commandContext ¶
func NewEmptySet_transaction_commandContext() *Set_transaction_commandContext
func NewSet_transaction_commandContext ¶
func NewSet_transaction_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_transaction_commandContext
func (*Set_transaction_commandContext) COMMITTED ¶
func (s *Set_transaction_commandContext) COMMITTED() antlr.TerminalNode
func (*Set_transaction_commandContext) EnterRule ¶
func (s *Set_transaction_commandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_transaction_commandContext) ExitRule ¶
func (s *Set_transaction_commandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_transaction_commandContext) GetParser ¶
func (s *Set_transaction_commandContext) GetParser() antlr.Parser
func (*Set_transaction_commandContext) GetRuleContext ¶
func (s *Set_transaction_commandContext) GetRuleContext() antlr.RuleContext
func (*Set_transaction_commandContext) ISOLATION ¶
func (s *Set_transaction_commandContext) ISOLATION() antlr.TerminalNode
func (*Set_transaction_commandContext) IsSet_transaction_commandContext ¶
func (*Set_transaction_commandContext) IsSet_transaction_commandContext()
func (*Set_transaction_commandContext) LEVEL ¶
func (s *Set_transaction_commandContext) LEVEL() antlr.TerminalNode
func (*Set_transaction_commandContext) NAME ¶
func (s *Set_transaction_commandContext) NAME() antlr.TerminalNode
func (*Set_transaction_commandContext) ONLY ¶
func (s *Set_transaction_commandContext) ONLY() antlr.TerminalNode
func (*Set_transaction_commandContext) Quoted_string ¶
func (s *Set_transaction_commandContext) Quoted_string() IQuoted_stringContext
func (*Set_transaction_commandContext) READ ¶
func (s *Set_transaction_commandContext) READ() antlr.TerminalNode
func (*Set_transaction_commandContext) ROLLBACK ¶
func (s *Set_transaction_commandContext) ROLLBACK() antlr.TerminalNode
func (*Set_transaction_commandContext) Rollback_segment_name ¶
func (s *Set_transaction_commandContext) Rollback_segment_name() IRollback_segment_nameContext
func (*Set_transaction_commandContext) SEGMENT ¶
func (s *Set_transaction_commandContext) SEGMENT() antlr.TerminalNode
func (*Set_transaction_commandContext) SERIALIZABLE ¶
func (s *Set_transaction_commandContext) SERIALIZABLE() antlr.TerminalNode
func (*Set_transaction_commandContext) SET ¶
func (s *Set_transaction_commandContext) SET() antlr.TerminalNode
func (*Set_transaction_commandContext) TRANSACTION ¶
func (s *Set_transaction_commandContext) TRANSACTION() antlr.TerminalNode
func (*Set_transaction_commandContext) ToStringTree ¶
func (s *Set_transaction_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Set_transaction_commandContext) USE ¶
func (s *Set_transaction_commandContext) USE() antlr.TerminalNode
func (*Set_transaction_commandContext) WRITE ¶
func (s *Set_transaction_commandContext) WRITE() antlr.TerminalNode
type Shrink_clauseContext ¶
type Shrink_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyShrink_clauseContext ¶
func NewEmptyShrink_clauseContext() *Shrink_clauseContext
func NewShrink_clauseContext ¶
func NewShrink_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Shrink_clauseContext
func (*Shrink_clauseContext) CASCADE ¶
func (s *Shrink_clauseContext) CASCADE() antlr.TerminalNode
func (*Shrink_clauseContext) COMPACT ¶
func (s *Shrink_clauseContext) COMPACT() antlr.TerminalNode
func (*Shrink_clauseContext) EnterRule ¶
func (s *Shrink_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Shrink_clauseContext) ExitRule ¶
func (s *Shrink_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Shrink_clauseContext) GetParser ¶
func (s *Shrink_clauseContext) GetParser() antlr.Parser
func (*Shrink_clauseContext) GetRuleContext ¶
func (s *Shrink_clauseContext) GetRuleContext() antlr.RuleContext
func (*Shrink_clauseContext) IsShrink_clauseContext ¶
func (*Shrink_clauseContext) IsShrink_clauseContext()
func (*Shrink_clauseContext) SHRINK ¶
func (s *Shrink_clauseContext) SHRINK() antlr.TerminalNode
func (*Shrink_clauseContext) SPACE_KEYWORD ¶
func (s *Shrink_clauseContext) SPACE_KEYWORD() antlr.TerminalNode
func (*Shrink_clauseContext) ToStringTree ¶
func (s *Shrink_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Simple_case_statementContext ¶
type Simple_case_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySimple_case_statementContext ¶
func NewEmptySimple_case_statementContext() *Simple_case_statementContext
func NewSimple_case_statementContext ¶
func NewSimple_case_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_case_statementContext
func (*Simple_case_statementContext) AllCASE ¶
func (s *Simple_case_statementContext) AllCASE() []antlr.TerminalNode
func (*Simple_case_statementContext) AllLabel_name ¶
func (s *Simple_case_statementContext) AllLabel_name() []ILabel_nameContext
func (*Simple_case_statementContext) AllSimple_case_when_part ¶
func (s *Simple_case_statementContext) AllSimple_case_when_part() []ISimple_case_when_partContext
func (*Simple_case_statementContext) CASE ¶
func (s *Simple_case_statementContext) CASE(i int) antlr.TerminalNode
func (*Simple_case_statementContext) Case_else_part ¶
func (s *Simple_case_statementContext) Case_else_part() ICase_else_partContext
func (*Simple_case_statementContext) END ¶
func (s *Simple_case_statementContext) END() antlr.TerminalNode
func (*Simple_case_statementContext) EnterRule ¶
func (s *Simple_case_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Simple_case_statementContext) ExitRule ¶
func (s *Simple_case_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Simple_case_statementContext) Expression ¶
func (s *Simple_case_statementContext) Expression() IExpressionContext
func (*Simple_case_statementContext) GetCk1 ¶
func (s *Simple_case_statementContext) GetCk1() antlr.Token
func (*Simple_case_statementContext) GetParser ¶
func (s *Simple_case_statementContext) GetParser() antlr.Parser
func (*Simple_case_statementContext) GetRuleContext ¶
func (s *Simple_case_statementContext) GetRuleContext() antlr.RuleContext
func (*Simple_case_statementContext) IsSimple_case_statementContext ¶
func (*Simple_case_statementContext) IsSimple_case_statementContext()
func (*Simple_case_statementContext) Label_name ¶
func (s *Simple_case_statementContext) Label_name(i int) ILabel_nameContext
func (*Simple_case_statementContext) SetCk1 ¶
func (s *Simple_case_statementContext) SetCk1(v antlr.Token)
func (*Simple_case_statementContext) Simple_case_when_part ¶
func (s *Simple_case_statementContext) Simple_case_when_part(i int) ISimple_case_when_partContext
func (*Simple_case_statementContext) ToStringTree ¶
func (s *Simple_case_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Simple_case_when_partContext ¶
type Simple_case_when_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySimple_case_when_partContext ¶
func NewEmptySimple_case_when_partContext() *Simple_case_when_partContext
func NewSimple_case_when_partContext ¶
func NewSimple_case_when_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_case_when_partContext
func (*Simple_case_when_partContext) AllExpression ¶
func (s *Simple_case_when_partContext) AllExpression() []IExpressionContext
func (*Simple_case_when_partContext) EnterRule ¶
func (s *Simple_case_when_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Simple_case_when_partContext) ExitRule ¶
func (s *Simple_case_when_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Simple_case_when_partContext) Expression ¶
func (s *Simple_case_when_partContext) Expression(i int) IExpressionContext
func (*Simple_case_when_partContext) GetParser ¶
func (s *Simple_case_when_partContext) GetParser() antlr.Parser
func (*Simple_case_when_partContext) GetRuleContext ¶
func (s *Simple_case_when_partContext) GetRuleContext() antlr.RuleContext
func (*Simple_case_when_partContext) IsSimple_case_when_partContext ¶
func (*Simple_case_when_partContext) IsSimple_case_when_partContext()
func (*Simple_case_when_partContext) Seq_of_statements ¶
func (s *Simple_case_when_partContext) Seq_of_statements() ISeq_of_statementsContext
func (*Simple_case_when_partContext) THEN ¶
func (s *Simple_case_when_partContext) THEN() antlr.TerminalNode
func (*Simple_case_when_partContext) ToStringTree ¶
func (s *Simple_case_when_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Simple_case_when_partContext) WHEN ¶
func (s *Simple_case_when_partContext) WHEN() antlr.TerminalNode
type Simple_dml_triggerContext ¶
type Simple_dml_triggerContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySimple_dml_triggerContext ¶
func NewEmptySimple_dml_triggerContext() *Simple_dml_triggerContext
func NewSimple_dml_triggerContext ¶
func NewSimple_dml_triggerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_dml_triggerContext
func (*Simple_dml_triggerContext) AFTER ¶
func (s *Simple_dml_triggerContext) AFTER() antlr.TerminalNode
func (*Simple_dml_triggerContext) BEFORE ¶
func (s *Simple_dml_triggerContext) BEFORE() antlr.TerminalNode
func (*Simple_dml_triggerContext) Dml_event_clause ¶
func (s *Simple_dml_triggerContext) Dml_event_clause() IDml_event_clauseContext
func (*Simple_dml_triggerContext) EnterRule ¶
func (s *Simple_dml_triggerContext) EnterRule(listener antlr.ParseTreeListener)
func (*Simple_dml_triggerContext) ExitRule ¶
func (s *Simple_dml_triggerContext) ExitRule(listener antlr.ParseTreeListener)
func (*Simple_dml_triggerContext) For_each_row ¶
func (s *Simple_dml_triggerContext) For_each_row() IFor_each_rowContext
func (*Simple_dml_triggerContext) GetParser ¶
func (s *Simple_dml_triggerContext) GetParser() antlr.Parser
func (*Simple_dml_triggerContext) GetRuleContext ¶
func (s *Simple_dml_triggerContext) GetRuleContext() antlr.RuleContext
func (*Simple_dml_triggerContext) INSTEAD ¶
func (s *Simple_dml_triggerContext) INSTEAD() antlr.TerminalNode
func (*Simple_dml_triggerContext) IsSimple_dml_triggerContext ¶
func (*Simple_dml_triggerContext) IsSimple_dml_triggerContext()
func (*Simple_dml_triggerContext) OF ¶
func (s *Simple_dml_triggerContext) OF() antlr.TerminalNode
func (*Simple_dml_triggerContext) Referencing_clause ¶
func (s *Simple_dml_triggerContext) Referencing_clause() IReferencing_clauseContext
func (*Simple_dml_triggerContext) ToStringTree ¶
func (s *Simple_dml_triggerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Single_column_for_loopContext ¶
type Single_column_for_loopContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySingle_column_for_loopContext ¶
func NewEmptySingle_column_for_loopContext() *Single_column_for_loopContext
func NewSingle_column_for_loopContext ¶
func NewSingle_column_for_loopContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Single_column_for_loopContext
func (*Single_column_for_loopContext) AllExpression ¶
func (s *Single_column_for_loopContext) AllExpression() []IExpressionContext
func (*Single_column_for_loopContext) Column_name ¶
func (s *Single_column_for_loopContext) Column_name() IColumn_nameContext
func (*Single_column_for_loopContext) DECREMENT ¶
func (s *Single_column_for_loopContext) DECREMENT() antlr.TerminalNode
func (*Single_column_for_loopContext) EnterRule ¶
func (s *Single_column_for_loopContext) EnterRule(listener antlr.ParseTreeListener)
func (*Single_column_for_loopContext) ExitRule ¶
func (s *Single_column_for_loopContext) ExitRule(listener antlr.ParseTreeListener)
func (*Single_column_for_loopContext) Expression ¶
func (s *Single_column_for_loopContext) Expression(i int) IExpressionContext
func (*Single_column_for_loopContext) Expressions ¶
func (s *Single_column_for_loopContext) Expressions() IExpressionsContext
func (*Single_column_for_loopContext) FOR ¶
func (s *Single_column_for_loopContext) FOR() antlr.TerminalNode
func (*Single_column_for_loopContext) FROM ¶
func (s *Single_column_for_loopContext) FROM() antlr.TerminalNode
func (*Single_column_for_loopContext) GetAction_expr ¶
func (s *Single_column_for_loopContext) GetAction_expr() IExpressionContext
func (*Single_column_for_loopContext) GetAction_type ¶
func (s *Single_column_for_loopContext) GetAction_type() antlr.Token
func (*Single_column_for_loopContext) GetFromExpr ¶
func (s *Single_column_for_loopContext) GetFromExpr() IExpressionContext
func (*Single_column_for_loopContext) GetParser ¶
func (s *Single_column_for_loopContext) GetParser() antlr.Parser
func (*Single_column_for_loopContext) GetRuleContext ¶
func (s *Single_column_for_loopContext) GetRuleContext() antlr.RuleContext
func (*Single_column_for_loopContext) GetToExpr ¶
func (s *Single_column_for_loopContext) GetToExpr() IExpressionContext
func (*Single_column_for_loopContext) IN ¶
func (s *Single_column_for_loopContext) IN() antlr.TerminalNode
func (*Single_column_for_loopContext) INCREMENT ¶
func (s *Single_column_for_loopContext) INCREMENT() antlr.TerminalNode
func (*Single_column_for_loopContext) IsSingle_column_for_loopContext ¶
func (*Single_column_for_loopContext) IsSingle_column_for_loopContext()
func (*Single_column_for_loopContext) LEFT_PAREN ¶
func (s *Single_column_for_loopContext) LEFT_PAREN() antlr.TerminalNode
func (*Single_column_for_loopContext) LIKE ¶
func (s *Single_column_for_loopContext) LIKE() antlr.TerminalNode
func (*Single_column_for_loopContext) RIGHT_PAREN ¶
func (s *Single_column_for_loopContext) RIGHT_PAREN() antlr.TerminalNode
func (*Single_column_for_loopContext) SetAction_expr ¶
func (s *Single_column_for_loopContext) SetAction_expr(v IExpressionContext)
func (*Single_column_for_loopContext) SetAction_type ¶
func (s *Single_column_for_loopContext) SetAction_type(v antlr.Token)
func (*Single_column_for_loopContext) SetFromExpr ¶
func (s *Single_column_for_loopContext) SetFromExpr(v IExpressionContext)
func (*Single_column_for_loopContext) SetToExpr ¶
func (s *Single_column_for_loopContext) SetToExpr(v IExpressionContext)
func (*Single_column_for_loopContext) TO ¶
func (s *Single_column_for_loopContext) TO() antlr.TerminalNode
func (*Single_column_for_loopContext) ToStringTree ¶
func (s *Single_column_for_loopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Single_table_insertContext ¶
type Single_table_insertContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySingle_table_insertContext ¶
func NewEmptySingle_table_insertContext() *Single_table_insertContext
func NewSingle_table_insertContext ¶
func NewSingle_table_insertContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Single_table_insertContext
func (*Single_table_insertContext) EnterRule ¶
func (s *Single_table_insertContext) EnterRule(listener antlr.ParseTreeListener)
func (*Single_table_insertContext) Error_logging_clause ¶
func (s *Single_table_insertContext) Error_logging_clause() IError_logging_clauseContext
func (*Single_table_insertContext) ExitRule ¶
func (s *Single_table_insertContext) ExitRule(listener antlr.ParseTreeListener)
func (*Single_table_insertContext) GetParser ¶
func (s *Single_table_insertContext) GetParser() antlr.Parser
func (*Single_table_insertContext) GetRuleContext ¶
func (s *Single_table_insertContext) GetRuleContext() antlr.RuleContext
func (*Single_table_insertContext) Insert_into_clause ¶
func (s *Single_table_insertContext) Insert_into_clause() IInsert_into_clauseContext
func (*Single_table_insertContext) IsSingle_table_insertContext ¶
func (*Single_table_insertContext) IsSingle_table_insertContext()
func (*Single_table_insertContext) Select_statement ¶
func (s *Single_table_insertContext) Select_statement() ISelect_statementContext
func (*Single_table_insertContext) Static_returning_clause ¶
func (s *Single_table_insertContext) Static_returning_clause() IStatic_returning_clauseContext
func (*Single_table_insertContext) ToStringTree ¶
func (s *Single_table_insertContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Single_table_insertContext) Values_clause ¶
func (s *Single_table_insertContext) Values_clause() IValues_clauseContext
type Size_clauseContext ¶
type Size_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySize_clauseContext ¶
func NewEmptySize_clauseContext() *Size_clauseContext
func NewSize_clauseContext ¶
func NewSize_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Size_clauseContext
func (*Size_clauseContext) EnterRule ¶
func (s *Size_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Size_clauseContext) ExitRule ¶
func (s *Size_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Size_clauseContext) GetParser ¶
func (s *Size_clauseContext) GetParser() antlr.Parser
func (*Size_clauseContext) GetRuleContext ¶
func (s *Size_clauseContext) GetRuleContext() antlr.RuleContext
func (*Size_clauseContext) IsSize_clauseContext ¶
func (*Size_clauseContext) IsSize_clauseContext()
func (*Size_clauseContext) REGULAR_ID ¶
func (s *Size_clauseContext) REGULAR_ID() antlr.TerminalNode
func (*Size_clauseContext) ToStringTree ¶
func (s *Size_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Size_clauseContext) UNSIGNED_INTEGER ¶
func (s *Size_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Sort_or_nosortContext ¶
type Sort_or_nosortContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySort_or_nosortContext ¶
func NewEmptySort_or_nosortContext() *Sort_or_nosortContext
func NewSort_or_nosortContext ¶
func NewSort_or_nosortContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sort_or_nosortContext
func (*Sort_or_nosortContext) EnterRule ¶
func (s *Sort_or_nosortContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sort_or_nosortContext) ExitRule ¶
func (s *Sort_or_nosortContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sort_or_nosortContext) GetParser ¶
func (s *Sort_or_nosortContext) GetParser() antlr.Parser
func (*Sort_or_nosortContext) GetRuleContext ¶
func (s *Sort_or_nosortContext) GetRuleContext() antlr.RuleContext
func (*Sort_or_nosortContext) IsSort_or_nosortContext ¶
func (*Sort_or_nosortContext) IsSort_or_nosortContext()
func (*Sort_or_nosortContext) NOSORT ¶
func (s *Sort_or_nosortContext) NOSORT() antlr.TerminalNode
func (*Sort_or_nosortContext) SORT ¶
func (s *Sort_or_nosortContext) SORT() antlr.TerminalNode
func (*Sort_or_nosortContext) ToStringTree ¶
func (s *Sort_or_nosortContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Split_index_partitionContext ¶
type Split_index_partitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySplit_index_partitionContext ¶
func NewEmptySplit_index_partitionContext() *Split_index_partitionContext
func NewSplit_index_partitionContext ¶
func NewSplit_index_partitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Split_index_partitionContext
func (*Split_index_partitionContext) AT ¶
func (s *Split_index_partitionContext) AT() antlr.TerminalNode
func (*Split_index_partitionContext) AllCOMMA ¶
func (s *Split_index_partitionContext) AllCOMMA() []antlr.TerminalNode
func (*Split_index_partitionContext) AllIndex_partition_description ¶
func (s *Split_index_partitionContext) AllIndex_partition_description() []IIndex_partition_descriptionContext
func (*Split_index_partitionContext) AllLEFT_PAREN ¶
func (s *Split_index_partitionContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Split_index_partitionContext) AllLiteral ¶
func (s *Split_index_partitionContext) AllLiteral() []ILiteralContext
func (*Split_index_partitionContext) AllRIGHT_PAREN ¶
func (s *Split_index_partitionContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Split_index_partitionContext) COMMA ¶
func (s *Split_index_partitionContext) COMMA(i int) antlr.TerminalNode
func (*Split_index_partitionContext) EnterRule ¶
func (s *Split_index_partitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Split_index_partitionContext) ExitRule ¶
func (s *Split_index_partitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Split_index_partitionContext) GetParser ¶
func (s *Split_index_partitionContext) GetParser() antlr.Parser
func (*Split_index_partitionContext) GetRuleContext ¶
func (s *Split_index_partitionContext) GetRuleContext() antlr.RuleContext
func (*Split_index_partitionContext) INTO ¶
func (s *Split_index_partitionContext) INTO() antlr.TerminalNode
func (*Split_index_partitionContext) Index_partition_description ¶
func (s *Split_index_partitionContext) Index_partition_description(i int) IIndex_partition_descriptionContext
func (*Split_index_partitionContext) IsSplit_index_partitionContext ¶
func (*Split_index_partitionContext) IsSplit_index_partitionContext()
func (*Split_index_partitionContext) LEFT_PAREN ¶
func (s *Split_index_partitionContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Split_index_partitionContext) Literal ¶
func (s *Split_index_partitionContext) Literal(i int) ILiteralContext
func (*Split_index_partitionContext) PARTITION ¶
func (s *Split_index_partitionContext) PARTITION() antlr.TerminalNode
func (*Split_index_partitionContext) Parallel_clause ¶
func (s *Split_index_partitionContext) Parallel_clause() IParallel_clauseContext
func (*Split_index_partitionContext) Partition_name_old ¶
func (s *Split_index_partitionContext) Partition_name_old() IPartition_name_oldContext
func (*Split_index_partitionContext) RIGHT_PAREN ¶
func (s *Split_index_partitionContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Split_index_partitionContext) SPLIT ¶
func (s *Split_index_partitionContext) SPLIT() antlr.TerminalNode
func (*Split_index_partitionContext) ToStringTree ¶
func (s *Split_index_partitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sql_operationContext ¶
type Sql_operationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySql_operationContext ¶
func NewEmptySql_operationContext() *Sql_operationContext
func NewSql_operationContext ¶
func NewSql_operationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_operationContext
func (*Sql_operationContext) ALTER ¶
func (s *Sql_operationContext) ALTER() antlr.TerminalNode
func (*Sql_operationContext) AUDIT ¶
func (s *Sql_operationContext) AUDIT() antlr.TerminalNode
func (*Sql_operationContext) COMMENT ¶
func (s *Sql_operationContext) COMMENT() antlr.TerminalNode
func (*Sql_operationContext) DELETE ¶
func (s *Sql_operationContext) DELETE() antlr.TerminalNode
func (*Sql_operationContext) EXECUTE ¶
func (s *Sql_operationContext) EXECUTE() antlr.TerminalNode
func (*Sql_operationContext) EnterRule ¶
func (s *Sql_operationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sql_operationContext) ExitRule ¶
func (s *Sql_operationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sql_operationContext) FLASHBACK ¶
func (s *Sql_operationContext) FLASHBACK() antlr.TerminalNode
func (*Sql_operationContext) GRANT ¶
func (s *Sql_operationContext) GRANT() antlr.TerminalNode
func (*Sql_operationContext) GetParser ¶
func (s *Sql_operationContext) GetParser() antlr.Parser
func (*Sql_operationContext) GetRuleContext ¶
func (s *Sql_operationContext) GetRuleContext() antlr.RuleContext
func (*Sql_operationContext) INDEX ¶
func (s *Sql_operationContext) INDEX() antlr.TerminalNode
func (*Sql_operationContext) INSERT ¶
func (s *Sql_operationContext) INSERT() antlr.TerminalNode
func (*Sql_operationContext) IsSql_operationContext ¶
func (*Sql_operationContext) IsSql_operationContext()
func (*Sql_operationContext) LOCK ¶
func (s *Sql_operationContext) LOCK() antlr.TerminalNode
func (*Sql_operationContext) READ ¶
func (s *Sql_operationContext) READ() antlr.TerminalNode
func (*Sql_operationContext) RENAME ¶
func (s *Sql_operationContext) RENAME() antlr.TerminalNode
func (*Sql_operationContext) SELECT ¶
func (s *Sql_operationContext) SELECT() antlr.TerminalNode
func (*Sql_operationContext) ToStringTree ¶
func (s *Sql_operationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sql_operationContext) UPDATE ¶
func (s *Sql_operationContext) UPDATE() antlr.TerminalNode
type Sql_plus_commandContext ¶
type Sql_plus_commandContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySql_plus_commandContext ¶
func NewEmptySql_plus_commandContext() *Sql_plus_commandContext
func NewSql_plus_commandContext ¶
func NewSql_plus_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_plus_commandContext
func (*Sql_plus_commandContext) ERR ¶
func (s *Sql_plus_commandContext) ERR() antlr.TerminalNode
func (*Sql_plus_commandContext) ERRORS ¶
func (s *Sql_plus_commandContext) ERRORS() antlr.TerminalNode
func (*Sql_plus_commandContext) EXIT ¶
func (s *Sql_plus_commandContext) EXIT() antlr.TerminalNode
func (*Sql_plus_commandContext) EnterRule ¶
func (s *Sql_plus_commandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sql_plus_commandContext) ExitRule ¶
func (s *Sql_plus_commandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sql_plus_commandContext) GetParser ¶
func (s *Sql_plus_commandContext) GetParser() antlr.Parser
func (*Sql_plus_commandContext) GetRuleContext ¶
func (s *Sql_plus_commandContext) GetRuleContext() antlr.RuleContext
func (*Sql_plus_commandContext) IsSql_plus_commandContext ¶
func (*Sql_plus_commandContext) IsSql_plus_commandContext()
func (*Sql_plus_commandContext) PROMPT_MESSAGE ¶
func (s *Sql_plus_commandContext) PROMPT_MESSAGE() antlr.TerminalNode
func (*Sql_plus_commandContext) SHOW ¶
func (s *Sql_plus_commandContext) SHOW() antlr.TerminalNode
func (*Sql_plus_commandContext) SOLIDUS ¶
func (s *Sql_plus_commandContext) SOLIDUS() antlr.TerminalNode
func (*Sql_plus_commandContext) START_CMD ¶
func (s *Sql_plus_commandContext) START_CMD() antlr.TerminalNode
func (*Sql_plus_commandContext) Set_command ¶
func (s *Sql_plus_commandContext) Set_command() ISet_commandContext
func (*Sql_plus_commandContext) ToStringTree ¶
func (s *Sql_plus_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sql_plus_commandContext) Whenever_command ¶
func (s *Sql_plus_commandContext) Whenever_command() IWhenever_commandContext
type Sql_scriptContext ¶
type Sql_scriptContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySql_scriptContext ¶
func NewEmptySql_scriptContext() *Sql_scriptContext
func NewSql_scriptContext ¶
func NewSql_scriptContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_scriptContext
func (*Sql_scriptContext) AllSEMICOLON ¶
func (s *Sql_scriptContext) AllSEMICOLON() []antlr.TerminalNode
func (*Sql_scriptContext) AllSql_plus_command ¶
func (s *Sql_scriptContext) AllSql_plus_command() []ISql_plus_commandContext
func (*Sql_scriptContext) AllUnit_statement ¶
func (s *Sql_scriptContext) AllUnit_statement() []IUnit_statementContext
func (*Sql_scriptContext) EOF ¶
func (s *Sql_scriptContext) EOF() antlr.TerminalNode
func (*Sql_scriptContext) EnterRule ¶
func (s *Sql_scriptContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sql_scriptContext) ExitRule ¶
func (s *Sql_scriptContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sql_scriptContext) GetParser ¶
func (s *Sql_scriptContext) GetParser() antlr.Parser
func (*Sql_scriptContext) GetRuleContext ¶
func (s *Sql_scriptContext) GetRuleContext() antlr.RuleContext
func (*Sql_scriptContext) IsSql_scriptContext ¶
func (*Sql_scriptContext) IsSql_scriptContext()
func (*Sql_scriptContext) SEMICOLON ¶
func (s *Sql_scriptContext) SEMICOLON(i int) antlr.TerminalNode
func (*Sql_scriptContext) Sql_plus_command ¶
func (s *Sql_scriptContext) Sql_plus_command(i int) ISql_plus_commandContext
func (*Sql_scriptContext) ToStringTree ¶
func (s *Sql_scriptContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sql_scriptContext) Unit_statement ¶
func (s *Sql_scriptContext) Unit_statement(i int) IUnit_statementContext
type Sql_statementContext ¶
type Sql_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySql_statementContext ¶
func NewEmptySql_statementContext() *Sql_statementContext
func NewSql_statementContext ¶
func NewSql_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_statementContext
func (*Sql_statementContext) Cursor_manipulation_statements ¶
func (s *Sql_statementContext) Cursor_manipulation_statements() ICursor_manipulation_statementsContext
func (*Sql_statementContext) Data_manipulation_language_statements ¶
func (s *Sql_statementContext) Data_manipulation_language_statements() IData_manipulation_language_statementsContext
func (*Sql_statementContext) EnterRule ¶
func (s *Sql_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sql_statementContext) Execute_immediate ¶
func (s *Sql_statementContext) Execute_immediate() IExecute_immediateContext
func (*Sql_statementContext) ExitRule ¶
func (s *Sql_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sql_statementContext) GetParser ¶
func (s *Sql_statementContext) GetParser() antlr.Parser
func (*Sql_statementContext) GetRuleContext ¶
func (s *Sql_statementContext) GetRuleContext() antlr.RuleContext
func (*Sql_statementContext) IsSql_statementContext ¶
func (*Sql_statementContext) IsSql_statementContext()
func (*Sql_statementContext) ToStringTree ¶
func (s *Sql_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sql_statementContext) Transaction_control_statements ¶
func (s *Sql_statementContext) Transaction_control_statements() ITransaction_control_statementsContext
type Sql_statement_shortcutContext ¶
type Sql_statement_shortcutContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySql_statement_shortcutContext ¶
func NewEmptySql_statement_shortcutContext() *Sql_statement_shortcutContext
func NewSql_statement_shortcutContext ¶
func NewSql_statement_shortcutContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sql_statement_shortcutContext
func (*Sql_statement_shortcutContext) ALTER ¶
func (s *Sql_statement_shortcutContext) ALTER() antlr.TerminalNode
func (*Sql_statement_shortcutContext) AUDIT ¶
func (s *Sql_statement_shortcutContext) AUDIT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) CLUSTER ¶
func (s *Sql_statement_shortcutContext) CLUSTER() antlr.TerminalNode
func (*Sql_statement_shortcutContext) COMMENT ¶
func (s *Sql_statement_shortcutContext) COMMENT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) CONTEXT ¶
func (s *Sql_statement_shortcutContext) CONTEXT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) DATABASE ¶
func (s *Sql_statement_shortcutContext) DATABASE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) DELETE ¶
func (s *Sql_statement_shortcutContext) DELETE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) DIMENSION ¶
func (s *Sql_statement_shortcutContext) DIMENSION() antlr.TerminalNode
func (*Sql_statement_shortcutContext) DIRECTORY ¶
func (s *Sql_statement_shortcutContext) DIRECTORY() antlr.TerminalNode
func (*Sql_statement_shortcutContext) EXECUTE ¶
func (s *Sql_statement_shortcutContext) EXECUTE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) EXISTS ¶
func (s *Sql_statement_shortcutContext) EXISTS() antlr.TerminalNode
func (*Sql_statement_shortcutContext) EnterRule ¶
func (s *Sql_statement_shortcutContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sql_statement_shortcutContext) ExitRule ¶
func (s *Sql_statement_shortcutContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sql_statement_shortcutContext) GRANT ¶
func (s *Sql_statement_shortcutContext) GRANT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) GetParser ¶
func (s *Sql_statement_shortcutContext) GetParser() antlr.Parser
func (*Sql_statement_shortcutContext) GetRuleContext ¶
func (s *Sql_statement_shortcutContext) GetRuleContext() antlr.RuleContext
func (*Sql_statement_shortcutContext) INDEX ¶
func (s *Sql_statement_shortcutContext) INDEX() antlr.TerminalNode
func (*Sql_statement_shortcutContext) INSERT ¶
func (s *Sql_statement_shortcutContext) INSERT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) IsSql_statement_shortcutContext ¶
func (*Sql_statement_shortcutContext) IsSql_statement_shortcutContext()
func (*Sql_statement_shortcutContext) LINK ¶
func (s *Sql_statement_shortcutContext) LINK() antlr.TerminalNode
func (*Sql_statement_shortcutContext) LOCK ¶
func (s *Sql_statement_shortcutContext) LOCK() antlr.TerminalNode
func (*Sql_statement_shortcutContext) MATERIALIZED ¶
func (s *Sql_statement_shortcutContext) MATERIALIZED() antlr.TerminalNode
func (*Sql_statement_shortcutContext) NOT ¶
func (s *Sql_statement_shortcutContext) NOT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) OUTLINE ¶
func (s *Sql_statement_shortcutContext) OUTLINE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) PLUGGABLE ¶
func (s *Sql_statement_shortcutContext) PLUGGABLE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) PROCEDURE ¶
func (s *Sql_statement_shortcutContext) PROCEDURE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) PROFILE ¶
func (s *Sql_statement_shortcutContext) PROFILE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) PUBLIC ¶
func (s *Sql_statement_shortcutContext) PUBLIC() antlr.TerminalNode
func (*Sql_statement_shortcutContext) ROLE ¶
func (s *Sql_statement_shortcutContext) ROLE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) ROLLBACK ¶
func (s *Sql_statement_shortcutContext) ROLLBACK() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SEGMENT ¶
func (s *Sql_statement_shortcutContext) SEGMENT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SELECT ¶
func (s *Sql_statement_shortcutContext) SELECT() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SEQUENCE ¶
func (s *Sql_statement_shortcutContext) SEQUENCE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SESSION ¶
func (s *Sql_statement_shortcutContext) SESSION() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SYNONYM ¶
func (s *Sql_statement_shortcutContext) SYNONYM() antlr.TerminalNode
func (*Sql_statement_shortcutContext) SYSTEM ¶
func (s *Sql_statement_shortcutContext) SYSTEM() antlr.TerminalNode
func (*Sql_statement_shortcutContext) TABLE ¶
func (s *Sql_statement_shortcutContext) TABLE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) TABLESPACE ¶
func (s *Sql_statement_shortcutContext) TABLESPACE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) TRIGGER ¶
func (s *Sql_statement_shortcutContext) TRIGGER() antlr.TerminalNode
func (*Sql_statement_shortcutContext) TYPE ¶
func (s *Sql_statement_shortcutContext) TYPE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) ToStringTree ¶
func (s *Sql_statement_shortcutContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sql_statement_shortcutContext) UPDATE ¶
func (s *Sql_statement_shortcutContext) UPDATE() antlr.TerminalNode
func (*Sql_statement_shortcutContext) USER ¶
func (s *Sql_statement_shortcutContext) USER() antlr.TerminalNode
func (*Sql_statement_shortcutContext) VIEW ¶
func (s *Sql_statement_shortcutContext) VIEW() antlr.TerminalNode
type Sqlj_object_typeContext ¶
type Sqlj_object_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySqlj_object_typeContext ¶
func NewEmptySqlj_object_typeContext() *Sqlj_object_typeContext
func NewSqlj_object_typeContext ¶
func NewSqlj_object_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sqlj_object_typeContext
func (*Sqlj_object_typeContext) CUSTOMDATUM ¶
func (s *Sqlj_object_typeContext) CUSTOMDATUM() antlr.TerminalNode
func (*Sqlj_object_typeContext) EXTERNAL ¶
func (s *Sqlj_object_typeContext) EXTERNAL() antlr.TerminalNode
func (*Sqlj_object_typeContext) EnterRule ¶
func (s *Sqlj_object_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sqlj_object_typeContext) ExitRule ¶
func (s *Sqlj_object_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sqlj_object_typeContext) Expression ¶
func (s *Sqlj_object_typeContext) Expression() IExpressionContext
func (*Sqlj_object_typeContext) GetParser ¶
func (s *Sqlj_object_typeContext) GetParser() antlr.Parser
func (*Sqlj_object_typeContext) GetRuleContext ¶
func (s *Sqlj_object_typeContext) GetRuleContext() antlr.RuleContext
func (*Sqlj_object_typeContext) IsSqlj_object_typeContext ¶
func (*Sqlj_object_typeContext) IsSqlj_object_typeContext()
func (*Sqlj_object_typeContext) JAVA ¶
func (s *Sqlj_object_typeContext) JAVA() antlr.TerminalNode
func (*Sqlj_object_typeContext) LANGUAGE ¶
func (s *Sqlj_object_typeContext) LANGUAGE() antlr.TerminalNode
func (*Sqlj_object_typeContext) NAME ¶
func (s *Sqlj_object_typeContext) NAME() antlr.TerminalNode
func (*Sqlj_object_typeContext) ORADATA ¶
func (s *Sqlj_object_typeContext) ORADATA() antlr.TerminalNode
func (*Sqlj_object_typeContext) SQLDATA ¶
func (s *Sqlj_object_typeContext) SQLDATA() antlr.TerminalNode
func (*Sqlj_object_typeContext) ToStringTree ¶
func (s *Sqlj_object_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sqlj_object_typeContext) USING ¶
func (s *Sqlj_object_typeContext) USING() antlr.TerminalNode
type Sqlj_object_type_attrContext ¶
type Sqlj_object_type_attrContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySqlj_object_type_attrContext ¶
func NewEmptySqlj_object_type_attrContext() *Sqlj_object_type_attrContext
func NewSqlj_object_type_attrContext ¶
func NewSqlj_object_type_attrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sqlj_object_type_attrContext
func (*Sqlj_object_type_attrContext) EXTERNAL ¶
func (s *Sqlj_object_type_attrContext) EXTERNAL() antlr.TerminalNode
func (*Sqlj_object_type_attrContext) EnterRule ¶
func (s *Sqlj_object_type_attrContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sqlj_object_type_attrContext) ExitRule ¶
func (s *Sqlj_object_type_attrContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sqlj_object_type_attrContext) Expression ¶
func (s *Sqlj_object_type_attrContext) Expression() IExpressionContext
func (*Sqlj_object_type_attrContext) GetParser ¶
func (s *Sqlj_object_type_attrContext) GetParser() antlr.Parser
func (*Sqlj_object_type_attrContext) GetRuleContext ¶
func (s *Sqlj_object_type_attrContext) GetRuleContext() antlr.RuleContext
func (*Sqlj_object_type_attrContext) IsSqlj_object_type_attrContext ¶
func (*Sqlj_object_type_attrContext) IsSqlj_object_type_attrContext()
func (*Sqlj_object_type_attrContext) NAME ¶
func (s *Sqlj_object_type_attrContext) NAME() antlr.TerminalNode
func (*Sqlj_object_type_attrContext) ToStringTree ¶
func (s *Sqlj_object_type_attrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Standard_functionContext ¶
type Standard_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStandard_functionContext ¶
func NewEmptyStandard_functionContext() *Standard_functionContext
func NewStandard_functionContext ¶
func NewStandard_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Standard_functionContext
func (*Standard_functionContext) EnterRule ¶
func (s *Standard_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Standard_functionContext) ExitRule ¶
func (s *Standard_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Standard_functionContext) GetParser ¶
func (s *Standard_functionContext) GetParser() antlr.Parser
func (*Standard_functionContext) GetRuleContext ¶
func (s *Standard_functionContext) GetRuleContext() antlr.RuleContext
func (*Standard_functionContext) IsStandard_functionContext ¶
func (*Standard_functionContext) IsStandard_functionContext()
func (*Standard_functionContext) Numeric_function_wrapper ¶
func (s *Standard_functionContext) Numeric_function_wrapper() INumeric_function_wrapperContext
func (*Standard_functionContext) Other_function ¶
func (s *Standard_functionContext) Other_function() IOther_functionContext
func (*Standard_functionContext) String_function ¶
func (s *Standard_functionContext) String_function() IString_functionContext
func (*Standard_functionContext) ToStringTree ¶
func (s *Standard_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Standard_prediction_function_keywordContext ¶
type Standard_prediction_function_keywordContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStandard_prediction_function_keywordContext ¶
func NewEmptyStandard_prediction_function_keywordContext() *Standard_prediction_function_keywordContext
func NewStandard_prediction_function_keywordContext ¶
func NewStandard_prediction_function_keywordContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Standard_prediction_function_keywordContext
func (*Standard_prediction_function_keywordContext) EnterRule ¶
func (s *Standard_prediction_function_keywordContext) EnterRule(listener antlr.ParseTreeListener)
func (*Standard_prediction_function_keywordContext) ExitRule ¶
func (s *Standard_prediction_function_keywordContext) ExitRule(listener antlr.ParseTreeListener)
func (*Standard_prediction_function_keywordContext) GetParser ¶
func (s *Standard_prediction_function_keywordContext) GetParser() antlr.Parser
func (*Standard_prediction_function_keywordContext) GetRuleContext ¶
func (s *Standard_prediction_function_keywordContext) GetRuleContext() antlr.RuleContext
func (*Standard_prediction_function_keywordContext) IsStandard_prediction_function_keywordContext ¶
func (*Standard_prediction_function_keywordContext) IsStandard_prediction_function_keywordContext()
func (*Standard_prediction_function_keywordContext) PREDICTION ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) PREDICTION_BOUNDS ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION_BOUNDS() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) PREDICTION_COST ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION_COST() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) PREDICTION_DETAILS ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION_DETAILS() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) PREDICTION_PROBABILITY ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION_PROBABILITY() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) PREDICTION_SET ¶
func (s *Standard_prediction_function_keywordContext) PREDICTION_SET() antlr.TerminalNode
func (*Standard_prediction_function_keywordContext) ToStringTree ¶
func (s *Standard_prediction_function_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Standby_database_clausesContext ¶
type Standby_database_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStandby_database_clausesContext ¶
func NewEmptyStandby_database_clausesContext() *Standby_database_clausesContext
func NewStandby_database_clausesContext ¶
func NewStandby_database_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Standby_database_clausesContext
func (*Standby_database_clausesContext) Activate_standby_db_clause ¶
func (s *Standby_database_clausesContext) Activate_standby_db_clause() IActivate_standby_db_clauseContext
func (*Standby_database_clausesContext) Commit_switchover_clause ¶
func (s *Standby_database_clausesContext) Commit_switchover_clause() ICommit_switchover_clauseContext
func (*Standby_database_clausesContext) Convert_database_clause ¶
func (s *Standby_database_clausesContext) Convert_database_clause() IConvert_database_clauseContext
func (*Standby_database_clausesContext) EnterRule ¶
func (s *Standby_database_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Standby_database_clausesContext) ExitRule ¶
func (s *Standby_database_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Standby_database_clausesContext) GetParser ¶
func (s *Standby_database_clausesContext) GetParser() antlr.Parser
func (*Standby_database_clausesContext) GetRuleContext ¶
func (s *Standby_database_clausesContext) GetRuleContext() antlr.RuleContext
func (*Standby_database_clausesContext) IsStandby_database_clausesContext ¶
func (*Standby_database_clausesContext) IsStandby_database_clausesContext()
func (*Standby_database_clausesContext) Maximize_standby_db_clause ¶
func (s *Standby_database_clausesContext) Maximize_standby_db_clause() IMaximize_standby_db_clauseContext
func (*Standby_database_clausesContext) Parallel_clause ¶
func (s *Standby_database_clausesContext) Parallel_clause() IParallel_clauseContext
func (*Standby_database_clausesContext) Register_logfile_clause ¶
func (s *Standby_database_clausesContext) Register_logfile_clause() IRegister_logfile_clauseContext
func (*Standby_database_clausesContext) Start_standby_clause ¶
func (s *Standby_database_clausesContext) Start_standby_clause() IStart_standby_clauseContext
func (*Standby_database_clausesContext) Stop_standby_clause ¶
func (s *Standby_database_clausesContext) Stop_standby_clause() IStop_standby_clauseContext
func (*Standby_database_clausesContext) ToStringTree ¶
func (s *Standby_database_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Start_partContext ¶
type Start_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStart_partContext ¶
func NewEmptyStart_partContext() *Start_partContext
func NewStart_partContext ¶
func NewStart_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Start_partContext
func (*Start_partContext) Condition ¶
func (s *Start_partContext) Condition() IConditionContext
func (*Start_partContext) EnterRule ¶
func (s *Start_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Start_partContext) ExitRule ¶
func (s *Start_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Start_partContext) GetParser ¶
func (s *Start_partContext) GetParser() antlr.Parser
func (*Start_partContext) GetRuleContext ¶
func (s *Start_partContext) GetRuleContext() antlr.RuleContext
func (*Start_partContext) IsStart_partContext ¶
func (*Start_partContext) IsStart_partContext()
func (*Start_partContext) START ¶
func (s *Start_partContext) START() antlr.TerminalNode
func (*Start_partContext) ToStringTree ¶
func (s *Start_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Start_partContext) WITH ¶
func (s *Start_partContext) WITH() antlr.TerminalNode
type Start_standby_clauseContext ¶
type Start_standby_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStart_standby_clauseContext ¶
func NewEmptyStart_standby_clauseContext() *Start_standby_clauseContext
func NewStart_standby_clauseContext ¶
func NewStart_standby_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Start_standby_clauseContext
func (*Start_standby_clauseContext) APPLY ¶
func (s *Start_standby_clauseContext) APPLY() antlr.TerminalNode
func (*Start_standby_clauseContext) EnterRule ¶
func (s *Start_standby_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Start_standby_clauseContext) ExitRule ¶
func (s *Start_standby_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Start_standby_clauseContext) FAILED ¶
func (s *Start_standby_clauseContext) FAILED() antlr.TerminalNode
func (*Start_standby_clauseContext) FINISH ¶
func (s *Start_standby_clauseContext) FINISH() antlr.TerminalNode
func (*Start_standby_clauseContext) GetParser ¶
func (s *Start_standby_clauseContext) GetParser() antlr.Parser
func (*Start_standby_clauseContext) GetRuleContext ¶
func (s *Start_standby_clauseContext) GetRuleContext() antlr.RuleContext
func (*Start_standby_clauseContext) GetScn_value ¶
func (s *Start_standby_clauseContext) GetScn_value() antlr.Token
func (*Start_standby_clauseContext) IMMEDIATE ¶
func (s *Start_standby_clauseContext) IMMEDIATE() antlr.TerminalNode
func (*Start_standby_clauseContext) INITIAL ¶
func (s *Start_standby_clauseContext) INITIAL() antlr.TerminalNode
func (*Start_standby_clauseContext) IsStart_standby_clauseContext ¶
func (*Start_standby_clauseContext) IsStart_standby_clauseContext()
func (*Start_standby_clauseContext) LOGICAL ¶
func (s *Start_standby_clauseContext) LOGICAL() antlr.TerminalNode
func (*Start_standby_clauseContext) NEW ¶
func (s *Start_standby_clauseContext) NEW() antlr.TerminalNode
func (*Start_standby_clauseContext) NODELAY ¶
func (s *Start_standby_clauseContext) NODELAY() antlr.TerminalNode
func (*Start_standby_clauseContext) PRIMARY ¶
func (s *Start_standby_clauseContext) PRIMARY() antlr.TerminalNode
func (*Start_standby_clauseContext) Regular_id ¶
func (s *Start_standby_clauseContext) Regular_id() IRegular_idContext
func (*Start_standby_clauseContext) SKIP_ ¶
func (s *Start_standby_clauseContext) SKIP_() antlr.TerminalNode
func (*Start_standby_clauseContext) STANDBY ¶
func (s *Start_standby_clauseContext) STANDBY() antlr.TerminalNode
func (*Start_standby_clauseContext) START ¶
func (s *Start_standby_clauseContext) START() antlr.TerminalNode
func (*Start_standby_clauseContext) SetScn_value ¶
func (s *Start_standby_clauseContext) SetScn_value(v antlr.Token)
func (*Start_standby_clauseContext) TRANSACTION ¶
func (s *Start_standby_clauseContext) TRANSACTION() antlr.TerminalNode
func (*Start_standby_clauseContext) ToStringTree ¶
func (s *Start_standby_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Start_standby_clauseContext) UNSIGNED_INTEGER ¶
func (s *Start_standby_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Start_time_columnContext ¶
type Start_time_columnContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStart_time_columnContext ¶
func NewEmptyStart_time_columnContext() *Start_time_columnContext
func NewStart_time_columnContext ¶
func NewStart_time_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Start_time_columnContext
func (*Start_time_columnContext) Column_name ¶
func (s *Start_time_columnContext) Column_name() IColumn_nameContext
func (*Start_time_columnContext) EnterRule ¶
func (s *Start_time_columnContext) EnterRule(listener antlr.ParseTreeListener)
func (*Start_time_columnContext) ExitRule ¶
func (s *Start_time_columnContext) ExitRule(listener antlr.ParseTreeListener)
func (*Start_time_columnContext) GetParser ¶
func (s *Start_time_columnContext) GetParser() antlr.Parser
func (*Start_time_columnContext) GetRuleContext ¶
func (s *Start_time_columnContext) GetRuleContext() antlr.RuleContext
func (*Start_time_columnContext) IsStart_time_columnContext ¶
func (*Start_time_columnContext) IsStart_time_columnContext()
func (*Start_time_columnContext) ToStringTree ¶
func (s *Start_time_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Startup_clausesContext ¶
type Startup_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStartup_clausesContext ¶
func NewEmptyStartup_clausesContext() *Startup_clausesContext
func NewStartup_clausesContext ¶
func NewStartup_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Startup_clausesContext
func (*Startup_clausesContext) CLONE ¶
func (s *Startup_clausesContext) CLONE() antlr.TerminalNode
func (*Startup_clausesContext) DATABASE ¶
func (s *Startup_clausesContext) DATABASE() antlr.TerminalNode
func (*Startup_clausesContext) EnterRule ¶
func (s *Startup_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Startup_clausesContext) ExitRule ¶
func (s *Startup_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Startup_clausesContext) GetParser ¶
func (s *Startup_clausesContext) GetParser() antlr.Parser
func (*Startup_clausesContext) GetRuleContext ¶
func (s *Startup_clausesContext) GetRuleContext() antlr.RuleContext
func (*Startup_clausesContext) IsStartup_clausesContext ¶
func (*Startup_clausesContext) IsStartup_clausesContext()
func (*Startup_clausesContext) MOUNT ¶
func (s *Startup_clausesContext) MOUNT() antlr.TerminalNode
func (*Startup_clausesContext) ONLY ¶
func (s *Startup_clausesContext) ONLY() antlr.TerminalNode
func (*Startup_clausesContext) OPEN ¶
func (s *Startup_clausesContext) OPEN() antlr.TerminalNode
func (*Startup_clausesContext) READ ¶
func (s *Startup_clausesContext) READ() antlr.TerminalNode
func (*Startup_clausesContext) Resetlogs_or_noresetlogs ¶
func (s *Startup_clausesContext) Resetlogs_or_noresetlogs() IResetlogs_or_noresetlogsContext
func (*Startup_clausesContext) STANDBY ¶
func (s *Startup_clausesContext) STANDBY() antlr.TerminalNode
func (*Startup_clausesContext) ToStringTree ¶
func (s *Startup_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Startup_clausesContext) Upgrade_or_downgrade ¶
func (s *Startup_clausesContext) Upgrade_or_downgrade() IUpgrade_or_downgradeContext
func (*Startup_clausesContext) WRITE ¶
func (s *Startup_clausesContext) WRITE() antlr.TerminalNode
type StatementContext ¶
type StatementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStatementContext ¶
func NewEmptyStatementContext() *StatementContext
func NewStatementContext ¶
func NewStatementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StatementContext
func (*StatementContext) Assignment_statement ¶
func (s *StatementContext) Assignment_statement() IAssignment_statementContext
func (*StatementContext) Block ¶
func (s *StatementContext) Block() IBlockContext
func (*StatementContext) Body ¶
func (s *StatementContext) Body() IBodyContext
func (*StatementContext) Case_statement ¶
func (s *StatementContext) Case_statement() ICase_statementContext
func (*StatementContext) Continue_statement ¶
func (s *StatementContext) Continue_statement() IContinue_statementContext
func (*StatementContext) EnterRule ¶
func (s *StatementContext) EnterRule(listener antlr.ParseTreeListener)
func (*StatementContext) ExitRule ¶
func (s *StatementContext) ExitRule(listener antlr.ParseTreeListener)
func (*StatementContext) Exit_statement ¶
func (s *StatementContext) Exit_statement() IExit_statementContext
func (*StatementContext) Forall_statement ¶
func (s *StatementContext) Forall_statement() IForall_statementContext
func (*StatementContext) Function_call ¶
func (s *StatementContext) Function_call() IFunction_callContext
func (*StatementContext) GetParser ¶
func (s *StatementContext) GetParser() antlr.Parser
func (*StatementContext) GetRuleContext ¶
func (s *StatementContext) GetRuleContext() antlr.RuleContext
func (*StatementContext) Goto_statement ¶
func (s *StatementContext) Goto_statement() IGoto_statementContext
func (*StatementContext) If_statement ¶
func (s *StatementContext) If_statement() IIf_statementContext
func (*StatementContext) IsStatementContext ¶
func (*StatementContext) IsStatementContext()
func (*StatementContext) Loop_statement ¶
func (s *StatementContext) Loop_statement() ILoop_statementContext
func (*StatementContext) Null_statement ¶
func (s *StatementContext) Null_statement() INull_statementContext
func (*StatementContext) Pipe_row_statement ¶
func (s *StatementContext) Pipe_row_statement() IPipe_row_statementContext
func (*StatementContext) Procedure_call ¶
func (s *StatementContext) Procedure_call() IProcedure_callContext
func (*StatementContext) Raise_statement ¶
func (s *StatementContext) Raise_statement() IRaise_statementContext
func (*StatementContext) Return_statement ¶
func (s *StatementContext) Return_statement() IReturn_statementContext
func (*StatementContext) Sql_statement ¶
func (s *StatementContext) Sql_statement() ISql_statementContext
func (*StatementContext) ToStringTree ¶
func (s *StatementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Static_returning_clauseContext ¶
type Static_returning_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStatic_returning_clauseContext ¶
func NewEmptyStatic_returning_clauseContext() *Static_returning_clauseContext
func NewStatic_returning_clauseContext ¶
func NewStatic_returning_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Static_returning_clauseContext
func (*Static_returning_clauseContext) EnterRule ¶
func (s *Static_returning_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Static_returning_clauseContext) ExitRule ¶
func (s *Static_returning_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Static_returning_clauseContext) Expressions ¶
func (s *Static_returning_clauseContext) Expressions() IExpressionsContext
func (*Static_returning_clauseContext) GetParser ¶
func (s *Static_returning_clauseContext) GetParser() antlr.Parser
func (*Static_returning_clauseContext) GetRuleContext ¶
func (s *Static_returning_clauseContext) GetRuleContext() antlr.RuleContext
func (*Static_returning_clauseContext) Into_clause ¶
func (s *Static_returning_clauseContext) Into_clause() IInto_clauseContext
func (*Static_returning_clauseContext) IsStatic_returning_clauseContext ¶
func (*Static_returning_clauseContext) IsStatic_returning_clauseContext()
func (*Static_returning_clauseContext) RETURN ¶
func (s *Static_returning_clauseContext) RETURN() antlr.TerminalNode
func (*Static_returning_clauseContext) RETURNING ¶
func (s *Static_returning_clauseContext) RETURNING() antlr.TerminalNode
func (*Static_returning_clauseContext) ToStringTree ¶
func (s *Static_returning_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Statistics_type_nameContext ¶
type Statistics_type_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStatistics_type_nameContext ¶
func NewEmptyStatistics_type_nameContext() *Statistics_type_nameContext
func NewStatistics_type_nameContext ¶
func NewStatistics_type_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Statistics_type_nameContext
func (*Statistics_type_nameContext) EnterRule ¶
func (s *Statistics_type_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Statistics_type_nameContext) ExitRule ¶
func (s *Statistics_type_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Statistics_type_nameContext) GetParser ¶
func (s *Statistics_type_nameContext) GetParser() antlr.Parser
func (*Statistics_type_nameContext) GetRuleContext ¶
func (s *Statistics_type_nameContext) GetRuleContext() antlr.RuleContext
func (*Statistics_type_nameContext) IsStatistics_type_nameContext ¶
func (*Statistics_type_nameContext) IsStatistics_type_nameContext()
func (*Statistics_type_nameContext) Regular_id ¶
func (s *Statistics_type_nameContext) Regular_id() IRegular_idContext
func (*Statistics_type_nameContext) ToStringTree ¶
func (s *Statistics_type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Stop_standby_clauseContext ¶
type Stop_standby_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStop_standby_clauseContext ¶
func NewEmptyStop_standby_clauseContext() *Stop_standby_clauseContext
func NewStop_standby_clauseContext ¶
func NewStop_standby_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Stop_standby_clauseContext
func (*Stop_standby_clauseContext) ABORT ¶
func (s *Stop_standby_clauseContext) ABORT() antlr.TerminalNode
func (*Stop_standby_clauseContext) APPLY ¶
func (s *Stop_standby_clauseContext) APPLY() antlr.TerminalNode
func (*Stop_standby_clauseContext) EnterRule ¶
func (s *Stop_standby_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Stop_standby_clauseContext) ExitRule ¶
func (s *Stop_standby_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Stop_standby_clauseContext) GetParser ¶
func (s *Stop_standby_clauseContext) GetParser() antlr.Parser
func (*Stop_standby_clauseContext) GetRuleContext ¶
func (s *Stop_standby_clauseContext) GetRuleContext() antlr.RuleContext
func (*Stop_standby_clauseContext) IsStop_standby_clauseContext ¶
func (*Stop_standby_clauseContext) IsStop_standby_clauseContext()
func (*Stop_standby_clauseContext) LOGICAL ¶
func (s *Stop_standby_clauseContext) LOGICAL() antlr.TerminalNode
func (*Stop_standby_clauseContext) STANDBY ¶
func (s *Stop_standby_clauseContext) STANDBY() antlr.TerminalNode
func (*Stop_standby_clauseContext) STOP ¶
func (s *Stop_standby_clauseContext) STOP() antlr.TerminalNode
func (*Stop_standby_clauseContext) ToStringTree ¶
func (s *Stop_standby_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Storage_clauseContext ¶
type Storage_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStorage_clauseContext ¶
func NewEmptyStorage_clauseContext() *Storage_clauseContext
func NewStorage_clauseContext ¶
func NewStorage_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Storage_clauseContext
func (*Storage_clauseContext) AllBUFFER_POOL ¶
func (s *Storage_clauseContext) AllBUFFER_POOL() []antlr.TerminalNode
func (*Storage_clauseContext) AllDEFAULT ¶
func (s *Storage_clauseContext) AllDEFAULT() []antlr.TerminalNode
func (*Storage_clauseContext) AllENCRYPT ¶
func (s *Storage_clauseContext) AllENCRYPT() []antlr.TerminalNode
func (*Storage_clauseContext) AllFLASH_CACHE ¶
func (s *Storage_clauseContext) AllFLASH_CACHE() []antlr.TerminalNode
func (*Storage_clauseContext) AllFREELIST ¶
func (s *Storage_clauseContext) AllFREELIST() []antlr.TerminalNode
func (*Storage_clauseContext) AllFREELISTS ¶
func (s *Storage_clauseContext) AllFREELISTS() []antlr.TerminalNode
func (*Storage_clauseContext) AllGROUPS ¶
func (s *Storage_clauseContext) AllGROUPS() []antlr.TerminalNode
func (*Storage_clauseContext) AllINITIAL ¶
func (s *Storage_clauseContext) AllINITIAL() []antlr.TerminalNode
func (*Storage_clauseContext) AllKEEP ¶
func (s *Storage_clauseContext) AllKEEP() []antlr.TerminalNode
func (*Storage_clauseContext) AllMAXEXTENTS ¶
func (s *Storage_clauseContext) AllMAXEXTENTS() []antlr.TerminalNode
func (*Storage_clauseContext) AllMINEXTENTS ¶
func (s *Storage_clauseContext) AllMINEXTENTS() []antlr.TerminalNode
func (*Storage_clauseContext) AllNEXT ¶
func (s *Storage_clauseContext) AllNEXT() []antlr.TerminalNode
func (*Storage_clauseContext) AllNONE ¶
func (s *Storage_clauseContext) AllNONE() []antlr.TerminalNode
func (*Storage_clauseContext) AllNULL_ ¶
func (s *Storage_clauseContext) AllNULL_() []antlr.TerminalNode
func (*Storage_clauseContext) AllOPTIMAL ¶
func (s *Storage_clauseContext) AllOPTIMAL() []antlr.TerminalNode
func (*Storage_clauseContext) AllPCTINCREASE ¶
func (s *Storage_clauseContext) AllPCTINCREASE() []antlr.TerminalNode
func (*Storage_clauseContext) AllRECYCLE ¶
func (s *Storage_clauseContext) AllRECYCLE() []antlr.TerminalNode
func (*Storage_clauseContext) AllSize_clause ¶
func (s *Storage_clauseContext) AllSize_clause() []ISize_clauseContext
func (*Storage_clauseContext) AllUNLIMITED ¶
func (s *Storage_clauseContext) AllUNLIMITED() []antlr.TerminalNode
func (*Storage_clauseContext) AllUNSIGNED_INTEGER ¶
func (s *Storage_clauseContext) AllUNSIGNED_INTEGER() []antlr.TerminalNode
func (*Storage_clauseContext) BUFFER_POOL ¶
func (s *Storage_clauseContext) BUFFER_POOL(i int) antlr.TerminalNode
func (*Storage_clauseContext) DEFAULT ¶
func (s *Storage_clauseContext) DEFAULT(i int) antlr.TerminalNode
func (*Storage_clauseContext) ENCRYPT ¶
func (s *Storage_clauseContext) ENCRYPT(i int) antlr.TerminalNode
func (*Storage_clauseContext) EnterRule ¶
func (s *Storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Storage_clauseContext) ExitRule ¶
func (s *Storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Storage_clauseContext) FLASH_CACHE ¶
func (s *Storage_clauseContext) FLASH_CACHE(i int) antlr.TerminalNode
func (*Storage_clauseContext) FREELIST ¶
func (s *Storage_clauseContext) FREELIST(i int) antlr.TerminalNode
func (*Storage_clauseContext) FREELISTS ¶
func (s *Storage_clauseContext) FREELISTS(i int) antlr.TerminalNode
func (*Storage_clauseContext) GROUPS ¶
func (s *Storage_clauseContext) GROUPS(i int) antlr.TerminalNode
func (*Storage_clauseContext) GetFreelist_groups ¶
func (s *Storage_clauseContext) GetFreelist_groups() antlr.Token
func (*Storage_clauseContext) GetFreelists ¶
func (s *Storage_clauseContext) GetFreelists() antlr.Token
func (*Storage_clauseContext) GetInitial_size ¶
func (s *Storage_clauseContext) GetInitial_size() ISize_clauseContext
func (*Storage_clauseContext) GetMinextents ¶
func (s *Storage_clauseContext) GetMinextents() antlr.Token
func (*Storage_clauseContext) GetNext_size ¶
func (s *Storage_clauseContext) GetNext_size() ISize_clauseContext
func (*Storage_clauseContext) GetParser ¶
func (s *Storage_clauseContext) GetParser() antlr.Parser
func (*Storage_clauseContext) GetPctincrease ¶
func (s *Storage_clauseContext) GetPctincrease() antlr.Token
func (*Storage_clauseContext) GetRuleContext ¶
func (s *Storage_clauseContext) GetRuleContext() antlr.RuleContext
func (*Storage_clauseContext) INITIAL ¶
func (s *Storage_clauseContext) INITIAL(i int) antlr.TerminalNode
func (*Storage_clauseContext) IsStorage_clauseContext ¶
func (*Storage_clauseContext) IsStorage_clauseContext()
func (*Storage_clauseContext) KEEP ¶
func (s *Storage_clauseContext) KEEP(i int) antlr.TerminalNode
func (*Storage_clauseContext) LEFT_PAREN ¶
func (s *Storage_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Storage_clauseContext) MAXEXTENTS ¶
func (s *Storage_clauseContext) MAXEXTENTS(i int) antlr.TerminalNode
func (*Storage_clauseContext) MINEXTENTS ¶
func (s *Storage_clauseContext) MINEXTENTS(i int) antlr.TerminalNode
func (*Storage_clauseContext) NEXT ¶
func (s *Storage_clauseContext) NEXT(i int) antlr.TerminalNode
func (*Storage_clauseContext) NONE ¶
func (s *Storage_clauseContext) NONE(i int) antlr.TerminalNode
func (*Storage_clauseContext) NULL_ ¶
func (s *Storage_clauseContext) NULL_(i int) antlr.TerminalNode
func (*Storage_clauseContext) OPTIMAL ¶
func (s *Storage_clauseContext) OPTIMAL(i int) antlr.TerminalNode
func (*Storage_clauseContext) PCTINCREASE ¶
func (s *Storage_clauseContext) PCTINCREASE(i int) antlr.TerminalNode
func (*Storage_clauseContext) RECYCLE ¶
func (s *Storage_clauseContext) RECYCLE(i int) antlr.TerminalNode
func (*Storage_clauseContext) RIGHT_PAREN ¶
func (s *Storage_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Storage_clauseContext) STORAGE ¶
func (s *Storage_clauseContext) STORAGE() antlr.TerminalNode
func (*Storage_clauseContext) SetFreelist_groups ¶
func (s *Storage_clauseContext) SetFreelist_groups(v antlr.Token)
func (*Storage_clauseContext) SetFreelists ¶
func (s *Storage_clauseContext) SetFreelists(v antlr.Token)
func (*Storage_clauseContext) SetInitial_size ¶
func (s *Storage_clauseContext) SetInitial_size(v ISize_clauseContext)
func (*Storage_clauseContext) SetMinextents ¶
func (s *Storage_clauseContext) SetMinextents(v antlr.Token)
func (*Storage_clauseContext) SetNext_size ¶
func (s *Storage_clauseContext) SetNext_size(v ISize_clauseContext)
func (*Storage_clauseContext) SetPctincrease ¶
func (s *Storage_clauseContext) SetPctincrease(v antlr.Token)
func (*Storage_clauseContext) Size_clause ¶
func (s *Storage_clauseContext) Size_clause(i int) ISize_clauseContext
func (*Storage_clauseContext) ToStringTree ¶
func (s *Storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Storage_clauseContext) UNLIMITED ¶
func (s *Storage_clauseContext) UNLIMITED(i int) antlr.TerminalNode
func (*Storage_clauseContext) UNSIGNED_INTEGER ¶
func (s *Storage_clauseContext) UNSIGNED_INTEGER(i int) antlr.TerminalNode
type Storage_table_clauseContext ¶
type Storage_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStorage_table_clauseContext ¶
func NewEmptyStorage_table_clauseContext() *Storage_table_clauseContext
func NewStorage_table_clauseContext ¶
func NewStorage_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Storage_table_clauseContext
func (*Storage_table_clauseContext) EnterRule ¶
func (s *Storage_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Storage_table_clauseContext) ExitRule ¶
func (s *Storage_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Storage_table_clauseContext) GetParser ¶
func (s *Storage_table_clauseContext) GetParser() antlr.Parser
func (*Storage_table_clauseContext) GetRuleContext ¶
func (s *Storage_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Storage_table_clauseContext) IsStorage_table_clauseContext ¶
func (*Storage_table_clauseContext) IsStorage_table_clauseContext()
func (*Storage_table_clauseContext) MANAGED ¶
func (s *Storage_table_clauseContext) MANAGED() antlr.TerminalNode
func (*Storage_table_clauseContext) STORAGE ¶
func (s *Storage_table_clauseContext) STORAGE() antlr.TerminalNode
func (*Storage_table_clauseContext) SYSTEM ¶
func (s *Storage_table_clauseContext) SYSTEM() antlr.TerminalNode
func (*Storage_table_clauseContext) TABLES ¶
func (s *Storage_table_clauseContext) TABLES() antlr.TerminalNode
func (*Storage_table_clauseContext) ToStringTree ¶
func (s *Storage_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Storage_table_clauseContext) USER ¶
func (s *Storage_table_clauseContext) USER() antlr.TerminalNode
func (*Storage_table_clauseContext) WITH ¶
func (s *Storage_table_clauseContext) WITH() antlr.TerminalNode
type Streaming_clauseContext ¶
type Streaming_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyStreaming_clauseContext ¶
func NewEmptyStreaming_clauseContext() *Streaming_clauseContext
func NewStreaming_clauseContext ¶
func NewStreaming_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Streaming_clauseContext
func (*Streaming_clauseContext) BY ¶
func (s *Streaming_clauseContext) BY() antlr.TerminalNode
func (*Streaming_clauseContext) CLUSTER ¶
func (s *Streaming_clauseContext) CLUSTER() antlr.TerminalNode
func (*Streaming_clauseContext) EnterRule ¶
func (s *Streaming_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Streaming_clauseContext) ExitRule ¶
func (s *Streaming_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Streaming_clauseContext) Expression ¶
func (s *Streaming_clauseContext) Expression() IExpressionContext
func (*Streaming_clauseContext) GetParser ¶
func (s *Streaming_clauseContext) GetParser() antlr.Parser
func (*Streaming_clauseContext) GetRuleContext ¶
func (s *Streaming_clauseContext) GetRuleContext() antlr.RuleContext
func (*Streaming_clauseContext) IsStreaming_clauseContext ¶
func (*Streaming_clauseContext) IsStreaming_clauseContext()
func (*Streaming_clauseContext) ORDER ¶
func (s *Streaming_clauseContext) ORDER() antlr.TerminalNode
func (*Streaming_clauseContext) Paren_column_list ¶
func (s *Streaming_clauseContext) Paren_column_list() IParen_column_listContext
func (*Streaming_clauseContext) ToStringTree ¶
func (s *Streaming_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type String_functionContext ¶
type String_functionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyString_functionContext ¶
func NewEmptyString_functionContext() *String_functionContext
func NewString_functionContext ¶
func NewString_functionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_functionContext
func (*String_functionContext) AllCOMMA ¶
func (s *String_functionContext) AllCOMMA() []antlr.TerminalNode
func (*String_functionContext) AllExpression ¶
func (s *String_functionContext) AllExpression() []IExpressionContext
func (*String_functionContext) AllQuoted_string ¶
func (s *String_functionContext) AllQuoted_string() []IQuoted_stringContext
func (*String_functionContext) BOTH ¶
func (s *String_functionContext) BOTH() antlr.TerminalNode
func (*String_functionContext) CHR ¶
func (s *String_functionContext) CHR() antlr.TerminalNode
func (*String_functionContext) COMMA ¶
func (s *String_functionContext) COMMA(i int) antlr.TerminalNode
func (*String_functionContext) Concatenation ¶
func (s *String_functionContext) Concatenation() IConcatenationContext
func (*String_functionContext) DECODE ¶
func (s *String_functionContext) DECODE() antlr.TerminalNode
func (*String_functionContext) EnterRule ¶
func (s *String_functionContext) EnterRule(listener antlr.ParseTreeListener)
func (*String_functionContext) ExitRule ¶
func (s *String_functionContext) ExitRule(listener antlr.ParseTreeListener)
func (*String_functionContext) Expression ¶
func (s *String_functionContext) Expression(i int) IExpressionContext
func (*String_functionContext) Expressions ¶
func (s *String_functionContext) Expressions() IExpressionsContext
func (*String_functionContext) FROM ¶
func (s *String_functionContext) FROM() antlr.TerminalNode
func (*String_functionContext) GetParser ¶
func (s *String_functionContext) GetParser() antlr.Parser
func (*String_functionContext) GetRuleContext ¶
func (s *String_functionContext) GetRuleContext() antlr.RuleContext
func (*String_functionContext) IsString_functionContext ¶
func (*String_functionContext) IsString_functionContext()
func (*String_functionContext) LEADING ¶
func (s *String_functionContext) LEADING() antlr.TerminalNode
func (*String_functionContext) LEFT_PAREN ¶
func (s *String_functionContext) LEFT_PAREN() antlr.TerminalNode
func (*String_functionContext) NCHAR_CS ¶
func (s *String_functionContext) NCHAR_CS() antlr.TerminalNode
func (*String_functionContext) NVL ¶
func (s *String_functionContext) NVL() antlr.TerminalNode
func (*String_functionContext) Quoted_string ¶
func (s *String_functionContext) Quoted_string(i int) IQuoted_stringContext
func (*String_functionContext) RIGHT_PAREN ¶
func (s *String_functionContext) RIGHT_PAREN() antlr.TerminalNode
func (*String_functionContext) SUBSTR ¶
func (s *String_functionContext) SUBSTR() antlr.TerminalNode
func (*String_functionContext) Standard_function ¶
func (s *String_functionContext) Standard_function() IStandard_functionContext
func (*String_functionContext) TO_CHAR ¶
func (s *String_functionContext) TO_CHAR() antlr.TerminalNode
func (*String_functionContext) TO_DATE ¶
func (s *String_functionContext) TO_DATE() antlr.TerminalNode
func (*String_functionContext) TRAILING ¶
func (s *String_functionContext) TRAILING() antlr.TerminalNode
func (*String_functionContext) TRIM ¶
func (s *String_functionContext) TRIM() antlr.TerminalNode
func (*String_functionContext) Table_element ¶
func (s *String_functionContext) Table_element() ITable_elementContext
func (*String_functionContext) ToStringTree ¶
func (s *String_functionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*String_functionContext) USING ¶
func (s *String_functionContext) USING() antlr.TerminalNode
type String_function_nameContext ¶
type String_function_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyString_function_nameContext ¶
func NewEmptyString_function_nameContext() *String_function_nameContext
func NewString_function_nameContext ¶
func NewString_function_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *String_function_nameContext
func (*String_function_nameContext) CHR ¶
func (s *String_function_nameContext) CHR() antlr.TerminalNode
func (*String_function_nameContext) DECODE ¶
func (s *String_function_nameContext) DECODE() antlr.TerminalNode
func (*String_function_nameContext) EnterRule ¶
func (s *String_function_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*String_function_nameContext) ExitRule ¶
func (s *String_function_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*String_function_nameContext) GetParser ¶
func (s *String_function_nameContext) GetParser() antlr.Parser
func (*String_function_nameContext) GetRuleContext ¶
func (s *String_function_nameContext) GetRuleContext() antlr.RuleContext
func (*String_function_nameContext) IsString_function_nameContext ¶
func (*String_function_nameContext) IsString_function_nameContext()
func (*String_function_nameContext) SUBSTR ¶
func (s *String_function_nameContext) SUBSTR() antlr.TerminalNode
func (*String_function_nameContext) TO_CHAR ¶
func (s *String_function_nameContext) TO_CHAR() antlr.TerminalNode
func (*String_function_nameContext) TRIM ¶
func (s *String_function_nameContext) TRIM() antlr.TerminalNode
func (*String_function_nameContext) ToStringTree ¶
func (s *String_function_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subpartition_by_hashContext ¶
type Subpartition_by_hashContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_by_hashContext ¶
func NewEmptySubpartition_by_hashContext() *Subpartition_by_hashContext
func NewSubpartition_by_hashContext ¶
func NewSubpartition_by_hashContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_by_hashContext
func (*Subpartition_by_hashContext) AllCOMMA ¶
func (s *Subpartition_by_hashContext) AllCOMMA() []antlr.TerminalNode
func (*Subpartition_by_hashContext) AllColumn_name ¶
func (s *Subpartition_by_hashContext) AllColumn_name() []IColumn_nameContext
func (*Subpartition_by_hashContext) AllLEFT_PAREN ¶
func (s *Subpartition_by_hashContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Subpartition_by_hashContext) AllRIGHT_PAREN ¶
func (s *Subpartition_by_hashContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Subpartition_by_hashContext) AllTablespace ¶
func (s *Subpartition_by_hashContext) AllTablespace() []ITablespaceContext
func (*Subpartition_by_hashContext) BY ¶
func (s *Subpartition_by_hashContext) BY() antlr.TerminalNode
func (*Subpartition_by_hashContext) COMMA ¶
func (s *Subpartition_by_hashContext) COMMA(i int) antlr.TerminalNode
func (*Subpartition_by_hashContext) Column_name ¶
func (s *Subpartition_by_hashContext) Column_name(i int) IColumn_nameContext
func (*Subpartition_by_hashContext) EnterRule ¶
func (s *Subpartition_by_hashContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_hashContext) ExitRule ¶
func (s *Subpartition_by_hashContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_hashContext) GetParser ¶
func (s *Subpartition_by_hashContext) GetParser() antlr.Parser
func (*Subpartition_by_hashContext) GetRuleContext ¶
func (s *Subpartition_by_hashContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_by_hashContext) HASH ¶
func (s *Subpartition_by_hashContext) HASH() antlr.TerminalNode
func (*Subpartition_by_hashContext) IN ¶
func (s *Subpartition_by_hashContext) IN() antlr.TerminalNode
func (*Subpartition_by_hashContext) IsSubpartition_by_hashContext ¶
func (*Subpartition_by_hashContext) IsSubpartition_by_hashContext()
func (*Subpartition_by_hashContext) LEFT_PAREN ¶
func (s *Subpartition_by_hashContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Subpartition_by_hashContext) RIGHT_PAREN ¶
func (s *Subpartition_by_hashContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Subpartition_by_hashContext) STORE ¶
func (s *Subpartition_by_hashContext) STORE() antlr.TerminalNode
func (*Subpartition_by_hashContext) SUBPARTITION ¶
func (s *Subpartition_by_hashContext) SUBPARTITION() antlr.TerminalNode
func (*Subpartition_by_hashContext) SUBPARTITIONS ¶
func (s *Subpartition_by_hashContext) SUBPARTITIONS() antlr.TerminalNode
func (*Subpartition_by_hashContext) Subpartition_template ¶
func (s *Subpartition_by_hashContext) Subpartition_template() ISubpartition_templateContext
func (*Subpartition_by_hashContext) Tablespace ¶
func (s *Subpartition_by_hashContext) Tablespace(i int) ITablespaceContext
func (*Subpartition_by_hashContext) ToStringTree ¶
func (s *Subpartition_by_hashContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subpartition_by_hashContext) UNSIGNED_INTEGER ¶
func (s *Subpartition_by_hashContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Subpartition_by_listContext ¶
type Subpartition_by_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_by_listContext ¶
func NewEmptySubpartition_by_listContext() *Subpartition_by_listContext
func NewSubpartition_by_listContext ¶
func NewSubpartition_by_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_by_listContext
func (*Subpartition_by_listContext) BY ¶
func (s *Subpartition_by_listContext) BY() antlr.TerminalNode
func (*Subpartition_by_listContext) Column_name ¶
func (s *Subpartition_by_listContext) Column_name() IColumn_nameContext
func (*Subpartition_by_listContext) EnterRule ¶
func (s *Subpartition_by_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_listContext) ExitRule ¶
func (s *Subpartition_by_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_listContext) GetParser ¶
func (s *Subpartition_by_listContext) GetParser() antlr.Parser
func (*Subpartition_by_listContext) GetRuleContext ¶
func (s *Subpartition_by_listContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_by_listContext) IsSubpartition_by_listContext ¶
func (*Subpartition_by_listContext) IsSubpartition_by_listContext()
func (*Subpartition_by_listContext) LEFT_PAREN ¶
func (s *Subpartition_by_listContext) LEFT_PAREN() antlr.TerminalNode
func (*Subpartition_by_listContext) LIST ¶
func (s *Subpartition_by_listContext) LIST() antlr.TerminalNode
func (*Subpartition_by_listContext) RIGHT_PAREN ¶
func (s *Subpartition_by_listContext) RIGHT_PAREN() antlr.TerminalNode
func (*Subpartition_by_listContext) SUBPARTITION ¶
func (s *Subpartition_by_listContext) SUBPARTITION() antlr.TerminalNode
func (*Subpartition_by_listContext) Subpartition_template ¶
func (s *Subpartition_by_listContext) Subpartition_template() ISubpartition_templateContext
func (*Subpartition_by_listContext) ToStringTree ¶
func (s *Subpartition_by_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subpartition_by_rangeContext ¶
type Subpartition_by_rangeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_by_rangeContext ¶
func NewEmptySubpartition_by_rangeContext() *Subpartition_by_rangeContext
func NewSubpartition_by_rangeContext ¶
func NewSubpartition_by_rangeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_by_rangeContext
func (*Subpartition_by_rangeContext) AllCOMMA ¶
func (s *Subpartition_by_rangeContext) AllCOMMA() []antlr.TerminalNode
func (*Subpartition_by_rangeContext) AllColumn_name ¶
func (s *Subpartition_by_rangeContext) AllColumn_name() []IColumn_nameContext
func (*Subpartition_by_rangeContext) BY ¶
func (s *Subpartition_by_rangeContext) BY() antlr.TerminalNode
func (*Subpartition_by_rangeContext) COMMA ¶
func (s *Subpartition_by_rangeContext) COMMA(i int) antlr.TerminalNode
func (*Subpartition_by_rangeContext) Column_name ¶
func (s *Subpartition_by_rangeContext) Column_name(i int) IColumn_nameContext
func (*Subpartition_by_rangeContext) EnterRule ¶
func (s *Subpartition_by_rangeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_rangeContext) ExitRule ¶
func (s *Subpartition_by_rangeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_by_rangeContext) GetParser ¶
func (s *Subpartition_by_rangeContext) GetParser() antlr.Parser
func (*Subpartition_by_rangeContext) GetRuleContext ¶
func (s *Subpartition_by_rangeContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_by_rangeContext) IsSubpartition_by_rangeContext ¶
func (*Subpartition_by_rangeContext) IsSubpartition_by_rangeContext()
func (*Subpartition_by_rangeContext) LEFT_PAREN ¶
func (s *Subpartition_by_rangeContext) LEFT_PAREN() antlr.TerminalNode
func (*Subpartition_by_rangeContext) RANGE ¶
func (s *Subpartition_by_rangeContext) RANGE() antlr.TerminalNode
func (*Subpartition_by_rangeContext) RIGHT_PAREN ¶
func (s *Subpartition_by_rangeContext) RIGHT_PAREN() antlr.TerminalNode
func (*Subpartition_by_rangeContext) SUBPARTITION ¶
func (s *Subpartition_by_rangeContext) SUBPARTITION() antlr.TerminalNode
func (*Subpartition_by_rangeContext) Subpartition_template ¶
func (s *Subpartition_by_rangeContext) Subpartition_template() ISubpartition_templateContext
func (*Subpartition_by_rangeContext) ToStringTree ¶
func (s *Subpartition_by_rangeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subpartition_key_valueContext ¶
type Subpartition_key_valueContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_key_valueContext ¶
func NewEmptySubpartition_key_valueContext() *Subpartition_key_valueContext
func NewSubpartition_key_valueContext ¶
func NewSubpartition_key_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_key_valueContext
func (*Subpartition_key_valueContext) EnterRule ¶
func (s *Subpartition_key_valueContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_key_valueContext) ExitRule ¶
func (s *Subpartition_key_valueContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_key_valueContext) GetParser ¶
func (s *Subpartition_key_valueContext) GetParser() antlr.Parser
func (*Subpartition_key_valueContext) GetRuleContext ¶
func (s *Subpartition_key_valueContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_key_valueContext) IsSubpartition_key_valueContext ¶
func (*Subpartition_key_valueContext) IsSubpartition_key_valueContext()
func (*Subpartition_key_valueContext) Literal ¶
func (s *Subpartition_key_valueContext) Literal() ILiteralContext
func (*Subpartition_key_valueContext) ToStringTree ¶
func (s *Subpartition_key_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subpartition_nameContext ¶
type Subpartition_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_nameContext ¶
func NewEmptySubpartition_nameContext() *Subpartition_nameContext
func NewSubpartition_nameContext ¶
func NewSubpartition_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_nameContext
func (*Subpartition_nameContext) EnterRule ¶
func (s *Subpartition_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_nameContext) ExitRule ¶
func (s *Subpartition_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_nameContext) GetParser ¶
func (s *Subpartition_nameContext) GetParser() antlr.Parser
func (*Subpartition_nameContext) GetRuleContext ¶
func (s *Subpartition_nameContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_nameContext) IsSubpartition_nameContext ¶
func (*Subpartition_nameContext) IsSubpartition_nameContext()
func (*Subpartition_nameContext) Partition_name ¶
func (s *Subpartition_nameContext) Partition_name() IPartition_nameContext
func (*Subpartition_nameContext) ToStringTree ¶
func (s *Subpartition_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subpartition_templateContext ¶
type Subpartition_templateContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubpartition_templateContext ¶
func NewEmptySubpartition_templateContext() *Subpartition_templateContext
func NewSubpartition_templateContext ¶
func NewSubpartition_templateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subpartition_templateContext
func (*Subpartition_templateContext) AllCOMMA ¶
func (s *Subpartition_templateContext) AllCOMMA() []antlr.TerminalNode
func (*Subpartition_templateContext) AllIndividual_hash_subparts ¶
func (s *Subpartition_templateContext) AllIndividual_hash_subparts() []IIndividual_hash_subpartsContext
func (*Subpartition_templateContext) AllList_subpartition_desc ¶
func (s *Subpartition_templateContext) AllList_subpartition_desc() []IList_subpartition_descContext
func (*Subpartition_templateContext) AllRange_subpartition_desc ¶
func (s *Subpartition_templateContext) AllRange_subpartition_desc() []IRange_subpartition_descContext
func (*Subpartition_templateContext) COMMA ¶
func (s *Subpartition_templateContext) COMMA(i int) antlr.TerminalNode
func (*Subpartition_templateContext) EnterRule ¶
func (s *Subpartition_templateContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subpartition_templateContext) ExitRule ¶
func (s *Subpartition_templateContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subpartition_templateContext) GetParser ¶
func (s *Subpartition_templateContext) GetParser() antlr.Parser
func (*Subpartition_templateContext) GetRuleContext ¶
func (s *Subpartition_templateContext) GetRuleContext() antlr.RuleContext
func (*Subpartition_templateContext) Hash_subpartition_quantity ¶
func (s *Subpartition_templateContext) Hash_subpartition_quantity() IHash_subpartition_quantityContext
func (*Subpartition_templateContext) Individual_hash_subparts ¶
func (s *Subpartition_templateContext) Individual_hash_subparts(i int) IIndividual_hash_subpartsContext
func (*Subpartition_templateContext) IsSubpartition_templateContext ¶
func (*Subpartition_templateContext) IsSubpartition_templateContext()
func (*Subpartition_templateContext) LEFT_PAREN ¶
func (s *Subpartition_templateContext) LEFT_PAREN() antlr.TerminalNode
func (*Subpartition_templateContext) List_subpartition_desc ¶
func (s *Subpartition_templateContext) List_subpartition_desc(i int) IList_subpartition_descContext
func (*Subpartition_templateContext) RIGHT_PAREN ¶
func (s *Subpartition_templateContext) RIGHT_PAREN() antlr.TerminalNode
func (*Subpartition_templateContext) Range_subpartition_desc ¶
func (s *Subpartition_templateContext) Range_subpartition_desc(i int) IRange_subpartition_descContext
func (*Subpartition_templateContext) SUBPARTITION ¶
func (s *Subpartition_templateContext) SUBPARTITION() antlr.TerminalNode
func (*Subpartition_templateContext) TEMPLATE ¶
func (s *Subpartition_templateContext) TEMPLATE() antlr.TerminalNode
func (*Subpartition_templateContext) ToStringTree ¶
func (s *Subpartition_templateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subprog_decl_in_typeContext ¶
type Subprog_decl_in_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubprog_decl_in_typeContext ¶
func NewEmptySubprog_decl_in_typeContext() *Subprog_decl_in_typeContext
func NewSubprog_decl_in_typeContext ¶
func NewSubprog_decl_in_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subprog_decl_in_typeContext
func (*Subprog_decl_in_typeContext) Constructor_declaration ¶
func (s *Subprog_decl_in_typeContext) Constructor_declaration() IConstructor_declarationContext
func (*Subprog_decl_in_typeContext) EnterRule ¶
func (s *Subprog_decl_in_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subprog_decl_in_typeContext) ExitRule ¶
func (s *Subprog_decl_in_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subprog_decl_in_typeContext) Func_decl_in_type ¶
func (s *Subprog_decl_in_typeContext) Func_decl_in_type() IFunc_decl_in_typeContext
func (*Subprog_decl_in_typeContext) GetParser ¶
func (s *Subprog_decl_in_typeContext) GetParser() antlr.Parser
func (*Subprog_decl_in_typeContext) GetRuleContext ¶
func (s *Subprog_decl_in_typeContext) GetRuleContext() antlr.RuleContext
func (*Subprog_decl_in_typeContext) IsSubprog_decl_in_typeContext ¶
func (*Subprog_decl_in_typeContext) IsSubprog_decl_in_typeContext()
func (*Subprog_decl_in_typeContext) MEMBER ¶
func (s *Subprog_decl_in_typeContext) MEMBER() antlr.TerminalNode
func (*Subprog_decl_in_typeContext) Proc_decl_in_type ¶
func (s *Subprog_decl_in_typeContext) Proc_decl_in_type() IProc_decl_in_typeContext
func (*Subprog_decl_in_typeContext) STATIC ¶
func (s *Subprog_decl_in_typeContext) STATIC() antlr.TerminalNode
func (*Subprog_decl_in_typeContext) ToStringTree ¶
func (s *Subprog_decl_in_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subprogram_specContext ¶
type Subprogram_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubprogram_specContext ¶
func NewEmptySubprogram_specContext() *Subprogram_specContext
func NewSubprogram_specContext ¶
func NewSubprogram_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subprogram_specContext
func (*Subprogram_specContext) EnterRule ¶
func (s *Subprogram_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subprogram_specContext) ExitRule ¶
func (s *Subprogram_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subprogram_specContext) GetParser ¶
func (s *Subprogram_specContext) GetParser() antlr.Parser
func (*Subprogram_specContext) GetRuleContext ¶
func (s *Subprogram_specContext) GetRuleContext() antlr.RuleContext
func (*Subprogram_specContext) IsSubprogram_specContext ¶
func (*Subprogram_specContext) IsSubprogram_specContext()
func (*Subprogram_specContext) MEMBER ¶
func (s *Subprogram_specContext) MEMBER() antlr.TerminalNode
func (*Subprogram_specContext) STATIC ¶
func (s *Subprogram_specContext) STATIC() antlr.TerminalNode
func (*Subprogram_specContext) ToStringTree ¶
func (s *Subprogram_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subprogram_specContext) Type_function_spec ¶
func (s *Subprogram_specContext) Type_function_spec() IType_function_specContext
func (*Subprogram_specContext) Type_procedure_spec ¶
func (s *Subprogram_specContext) Type_procedure_spec() IType_procedure_specContext
type SubqueryContext ¶
type SubqueryContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubqueryContext ¶
func NewEmptySubqueryContext() *SubqueryContext
func NewSubqueryContext ¶
func NewSubqueryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SubqueryContext
func (*SubqueryContext) AllSubquery_operation_part ¶
func (s *SubqueryContext) AllSubquery_operation_part() []ISubquery_operation_partContext
func (*SubqueryContext) EnterRule ¶
func (s *SubqueryContext) EnterRule(listener antlr.ParseTreeListener)
func (*SubqueryContext) ExitRule ¶
func (s *SubqueryContext) ExitRule(listener antlr.ParseTreeListener)
func (*SubqueryContext) GetParser ¶
func (s *SubqueryContext) GetParser() antlr.Parser
func (*SubqueryContext) GetRuleContext ¶
func (s *SubqueryContext) GetRuleContext() antlr.RuleContext
func (*SubqueryContext) IsSubqueryContext ¶
func (*SubqueryContext) IsSubqueryContext()
func (*SubqueryContext) Subquery_basic_elements ¶
func (s *SubqueryContext) Subquery_basic_elements() ISubquery_basic_elementsContext
func (*SubqueryContext) Subquery_operation_part ¶
func (s *SubqueryContext) Subquery_operation_part(i int) ISubquery_operation_partContext
func (*SubqueryContext) ToStringTree ¶
func (s *SubqueryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subquery_basic_elementsContext ¶
type Subquery_basic_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubquery_basic_elementsContext ¶
func NewEmptySubquery_basic_elementsContext() *Subquery_basic_elementsContext
func NewSubquery_basic_elementsContext ¶
func NewSubquery_basic_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subquery_basic_elementsContext
func (*Subquery_basic_elementsContext) EnterRule ¶
func (s *Subquery_basic_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subquery_basic_elementsContext) ExitRule ¶
func (s *Subquery_basic_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subquery_basic_elementsContext) GetParser ¶
func (s *Subquery_basic_elementsContext) GetParser() antlr.Parser
func (*Subquery_basic_elementsContext) GetRuleContext ¶
func (s *Subquery_basic_elementsContext) GetRuleContext() antlr.RuleContext
func (*Subquery_basic_elementsContext) IsSubquery_basic_elementsContext ¶
func (*Subquery_basic_elementsContext) IsSubquery_basic_elementsContext()
func (*Subquery_basic_elementsContext) LEFT_PAREN ¶
func (s *Subquery_basic_elementsContext) LEFT_PAREN() antlr.TerminalNode
func (*Subquery_basic_elementsContext) Query_block ¶
func (s *Subquery_basic_elementsContext) Query_block() IQuery_blockContext
func (*Subquery_basic_elementsContext) RIGHT_PAREN ¶
func (s *Subquery_basic_elementsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Subquery_basic_elementsContext) Subquery ¶
func (s *Subquery_basic_elementsContext) Subquery() ISubqueryContext
func (*Subquery_basic_elementsContext) ToStringTree ¶
func (s *Subquery_basic_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Subquery_factoring_clauseContext ¶
type Subquery_factoring_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubquery_factoring_clauseContext ¶
func NewEmptySubquery_factoring_clauseContext() *Subquery_factoring_clauseContext
func NewSubquery_factoring_clauseContext ¶
func NewSubquery_factoring_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subquery_factoring_clauseContext
func (*Subquery_factoring_clauseContext) AllCOMMA ¶
func (s *Subquery_factoring_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Subquery_factoring_clauseContext) AllFactoring_element ¶
func (s *Subquery_factoring_clauseContext) AllFactoring_element() []IFactoring_elementContext
func (*Subquery_factoring_clauseContext) COMMA ¶
func (s *Subquery_factoring_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Subquery_factoring_clauseContext) EnterRule ¶
func (s *Subquery_factoring_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subquery_factoring_clauseContext) ExitRule ¶
func (s *Subquery_factoring_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subquery_factoring_clauseContext) Factoring_element ¶
func (s *Subquery_factoring_clauseContext) Factoring_element(i int) IFactoring_elementContext
func (*Subquery_factoring_clauseContext) GetParser ¶
func (s *Subquery_factoring_clauseContext) GetParser() antlr.Parser
func (*Subquery_factoring_clauseContext) GetRuleContext ¶
func (s *Subquery_factoring_clauseContext) GetRuleContext() antlr.RuleContext
func (*Subquery_factoring_clauseContext) IsSubquery_factoring_clauseContext ¶
func (*Subquery_factoring_clauseContext) IsSubquery_factoring_clauseContext()
func (*Subquery_factoring_clauseContext) ToStringTree ¶
func (s *Subquery_factoring_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subquery_factoring_clauseContext) WITH ¶
func (s *Subquery_factoring_clauseContext) WITH() antlr.TerminalNode
type Subquery_operation_partContext ¶
type Subquery_operation_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubquery_operation_partContext ¶
func NewEmptySubquery_operation_partContext() *Subquery_operation_partContext
func NewSubquery_operation_partContext ¶
func NewSubquery_operation_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subquery_operation_partContext
func (*Subquery_operation_partContext) ALL ¶
func (s *Subquery_operation_partContext) ALL() antlr.TerminalNode
func (*Subquery_operation_partContext) EnterRule ¶
func (s *Subquery_operation_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subquery_operation_partContext) ExitRule ¶
func (s *Subquery_operation_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subquery_operation_partContext) GetParser ¶
func (s *Subquery_operation_partContext) GetParser() antlr.Parser
func (*Subquery_operation_partContext) GetRuleContext ¶
func (s *Subquery_operation_partContext) GetRuleContext() antlr.RuleContext
func (*Subquery_operation_partContext) INTERSECT ¶
func (s *Subquery_operation_partContext) INTERSECT() antlr.TerminalNode
func (*Subquery_operation_partContext) IsSubquery_operation_partContext ¶
func (*Subquery_operation_partContext) IsSubquery_operation_partContext()
func (*Subquery_operation_partContext) MINUS ¶
func (s *Subquery_operation_partContext) MINUS() antlr.TerminalNode
func (*Subquery_operation_partContext) Subquery_basic_elements ¶
func (s *Subquery_operation_partContext) Subquery_basic_elements() ISubquery_basic_elementsContext
func (*Subquery_operation_partContext) ToStringTree ¶
func (s *Subquery_operation_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subquery_operation_partContext) UNION ¶
func (s *Subquery_operation_partContext) UNION() antlr.TerminalNode
type Subquery_restriction_clauseContext ¶
type Subquery_restriction_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubquery_restriction_clauseContext ¶
func NewEmptySubquery_restriction_clauseContext() *Subquery_restriction_clauseContext
func NewSubquery_restriction_clauseContext ¶
func NewSubquery_restriction_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subquery_restriction_clauseContext
func (*Subquery_restriction_clauseContext) CHECK ¶
func (s *Subquery_restriction_clauseContext) CHECK() antlr.TerminalNode
func (*Subquery_restriction_clauseContext) CONSTRAINT ¶
func (s *Subquery_restriction_clauseContext) CONSTRAINT() antlr.TerminalNode
func (*Subquery_restriction_clauseContext) Constraint_name ¶
func (s *Subquery_restriction_clauseContext) Constraint_name() IConstraint_nameContext
func (*Subquery_restriction_clauseContext) EnterRule ¶
func (s *Subquery_restriction_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subquery_restriction_clauseContext) ExitRule ¶
func (s *Subquery_restriction_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subquery_restriction_clauseContext) GetParser ¶
func (s *Subquery_restriction_clauseContext) GetParser() antlr.Parser
func (*Subquery_restriction_clauseContext) GetRuleContext ¶
func (s *Subquery_restriction_clauseContext) GetRuleContext() antlr.RuleContext
func (*Subquery_restriction_clauseContext) IsSubquery_restriction_clauseContext ¶
func (*Subquery_restriction_clauseContext) IsSubquery_restriction_clauseContext()
func (*Subquery_restriction_clauseContext) ONLY ¶
func (s *Subquery_restriction_clauseContext) ONLY() antlr.TerminalNode
func (*Subquery_restriction_clauseContext) OPTION ¶
func (s *Subquery_restriction_clauseContext) OPTION() antlr.TerminalNode
func (*Subquery_restriction_clauseContext) READ ¶
func (s *Subquery_restriction_clauseContext) READ() antlr.TerminalNode
func (*Subquery_restriction_clauseContext) ToStringTree ¶
func (s *Subquery_restriction_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subquery_restriction_clauseContext) WITH ¶
func (s *Subquery_restriction_clauseContext) WITH() antlr.TerminalNode
type Substitutable_column_clauseContext ¶
type Substitutable_column_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubstitutable_column_clauseContext ¶
func NewEmptySubstitutable_column_clauseContext() *Substitutable_column_clauseContext
func NewSubstitutable_column_clauseContext ¶
func NewSubstitutable_column_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Substitutable_column_clauseContext
func (*Substitutable_column_clauseContext) ALL ¶
func (s *Substitutable_column_clauseContext) ALL() antlr.TerminalNode
func (*Substitutable_column_clauseContext) AT ¶
func (s *Substitutable_column_clauseContext) AT() antlr.TerminalNode
func (*Substitutable_column_clauseContext) ELEMENT ¶
func (s *Substitutable_column_clauseContext) ELEMENT() antlr.TerminalNode
func (*Substitutable_column_clauseContext) EnterRule ¶
func (s *Substitutable_column_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Substitutable_column_clauseContext) ExitRule ¶
func (s *Substitutable_column_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Substitutable_column_clauseContext) GetParser ¶
func (s *Substitutable_column_clauseContext) GetParser() antlr.Parser
func (*Substitutable_column_clauseContext) GetRuleContext ¶
func (s *Substitutable_column_clauseContext) GetRuleContext() antlr.RuleContext
func (*Substitutable_column_clauseContext) IS ¶
func (s *Substitutable_column_clauseContext) IS() antlr.TerminalNode
func (*Substitutable_column_clauseContext) IsSubstitutable_column_clauseContext ¶
func (*Substitutable_column_clauseContext) IsSubstitutable_column_clauseContext()
func (*Substitutable_column_clauseContext) LEFT_PAREN ¶
func (s *Substitutable_column_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Substitutable_column_clauseContext) LEVELS ¶
func (s *Substitutable_column_clauseContext) LEVELS() antlr.TerminalNode
func (*Substitutable_column_clauseContext) NOT ¶
func (s *Substitutable_column_clauseContext) NOT() antlr.TerminalNode
func (*Substitutable_column_clauseContext) OF ¶
func (s *Substitutable_column_clauseContext) OF() antlr.TerminalNode
func (*Substitutable_column_clauseContext) RIGHT_PAREN ¶
func (s *Substitutable_column_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Substitutable_column_clauseContext) SUBSTITUTABLE ¶
func (s *Substitutable_column_clauseContext) SUBSTITUTABLE() antlr.TerminalNode
func (*Substitutable_column_clauseContext) TYPE ¶
func (s *Substitutable_column_clauseContext) TYPE() antlr.TerminalNode
func (*Substitutable_column_clauseContext) ToStringTree ¶
func (s *Substitutable_column_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Substitutable_column_clauseContext) Type_name ¶
func (s *Substitutable_column_clauseContext) Type_name() IType_nameContext
type Subtype_declarationContext ¶
type Subtype_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySubtype_declarationContext ¶
func NewEmptySubtype_declarationContext() *Subtype_declarationContext
func NewSubtype_declarationContext ¶
func NewSubtype_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Subtype_declarationContext
func (*Subtype_declarationContext) AllExpression ¶
func (s *Subtype_declarationContext) AllExpression() []IExpressionContext
func (*Subtype_declarationContext) DOUBLE_PERIOD ¶
func (s *Subtype_declarationContext) DOUBLE_PERIOD() antlr.TerminalNode
func (*Subtype_declarationContext) EnterRule ¶
func (s *Subtype_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Subtype_declarationContext) ExitRule ¶
func (s *Subtype_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Subtype_declarationContext) Expression ¶
func (s *Subtype_declarationContext) Expression(i int) IExpressionContext
func (*Subtype_declarationContext) GetParser ¶
func (s *Subtype_declarationContext) GetParser() antlr.Parser
func (*Subtype_declarationContext) GetRuleContext ¶
func (s *Subtype_declarationContext) GetRuleContext() antlr.RuleContext
func (*Subtype_declarationContext) IS ¶
func (s *Subtype_declarationContext) IS() antlr.TerminalNode
func (*Subtype_declarationContext) Identifier ¶
func (s *Subtype_declarationContext) Identifier() IIdentifierContext
func (*Subtype_declarationContext) IsSubtype_declarationContext ¶
func (*Subtype_declarationContext) IsSubtype_declarationContext()
func (*Subtype_declarationContext) NOT ¶
func (s *Subtype_declarationContext) NOT() antlr.TerminalNode
func (*Subtype_declarationContext) NULL_ ¶
func (s *Subtype_declarationContext) NULL_() antlr.TerminalNode
func (*Subtype_declarationContext) RANGE ¶
func (s *Subtype_declarationContext) RANGE() antlr.TerminalNode
func (*Subtype_declarationContext) SEMICOLON ¶
func (s *Subtype_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Subtype_declarationContext) SUBTYPE ¶
func (s *Subtype_declarationContext) SUBTYPE() antlr.TerminalNode
func (*Subtype_declarationContext) ToStringTree ¶
func (s *Subtype_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Subtype_declarationContext) Type_spec ¶
func (s *Subtype_declarationContext) Type_spec() IType_specContext
type Supplemental_db_loggingContext ¶
type Supplemental_db_loggingContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_db_loggingContext ¶
func NewEmptySupplemental_db_loggingContext() *Supplemental_db_loggingContext
func NewSupplemental_db_loggingContext ¶
func NewSupplemental_db_loggingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_db_loggingContext
func (*Supplemental_db_loggingContext) Add_or_drop ¶
func (s *Supplemental_db_loggingContext) Add_or_drop() IAdd_or_dropContext
func (*Supplemental_db_loggingContext) DATA ¶
func (s *Supplemental_db_loggingContext) DATA() antlr.TerminalNode
func (*Supplemental_db_loggingContext) EnterRule ¶
func (s *Supplemental_db_loggingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_db_loggingContext) ExitRule ¶
func (s *Supplemental_db_loggingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_db_loggingContext) GetParser ¶
func (s *Supplemental_db_loggingContext) GetParser() antlr.Parser
func (*Supplemental_db_loggingContext) GetRuleContext ¶
func (s *Supplemental_db_loggingContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_db_loggingContext) IsSupplemental_db_loggingContext ¶
func (*Supplemental_db_loggingContext) IsSupplemental_db_loggingContext()
func (*Supplemental_db_loggingContext) LOG ¶
func (s *Supplemental_db_loggingContext) LOG() antlr.TerminalNode
func (*Supplemental_db_loggingContext) SUPPLEMENTAL ¶
func (s *Supplemental_db_loggingContext) SUPPLEMENTAL() antlr.TerminalNode
func (*Supplemental_db_loggingContext) Supplemental_id_key_clause ¶
func (s *Supplemental_db_loggingContext) Supplemental_id_key_clause() ISupplemental_id_key_clauseContext
func (*Supplemental_db_loggingContext) Supplemental_plsql_clause ¶
func (s *Supplemental_db_loggingContext) Supplemental_plsql_clause() ISupplemental_plsql_clauseContext
func (*Supplemental_db_loggingContext) ToStringTree ¶
func (s *Supplemental_db_loggingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Supplemental_id_key_clauseContext ¶
type Supplemental_id_key_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_id_key_clauseContext ¶
func NewEmptySupplemental_id_key_clauseContext() *Supplemental_id_key_clauseContext
func NewSupplemental_id_key_clauseContext ¶
func NewSupplemental_id_key_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_id_key_clauseContext
func (*Supplemental_id_key_clauseContext) ALL ¶
func (s *Supplemental_id_key_clauseContext) ALL(i int) antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllALL ¶
func (s *Supplemental_id_key_clauseContext) AllALL() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllCOMMA ¶
func (s *Supplemental_id_key_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllFOREIGN ¶
func (s *Supplemental_id_key_clauseContext) AllFOREIGN() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllKEY ¶
func (s *Supplemental_id_key_clauseContext) AllKEY() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllPRIMARY ¶
func (s *Supplemental_id_key_clauseContext) AllPRIMARY() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) AllUNIQUE ¶
func (s *Supplemental_id_key_clauseContext) AllUNIQUE() []antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) COLUMNS ¶
func (s *Supplemental_id_key_clauseContext) COLUMNS() antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) COMMA ¶
func (s *Supplemental_id_key_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) DATA ¶
func (s *Supplemental_id_key_clauseContext) DATA() antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) EnterRule ¶
func (s *Supplemental_id_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_id_key_clauseContext) ExitRule ¶
func (s *Supplemental_id_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_id_key_clauseContext) FOREIGN ¶
func (s *Supplemental_id_key_clauseContext) FOREIGN(i int) antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) GetParser ¶
func (s *Supplemental_id_key_clauseContext) GetParser() antlr.Parser
func (*Supplemental_id_key_clauseContext) GetRuleContext ¶
func (s *Supplemental_id_key_clauseContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_id_key_clauseContext) IsSupplemental_id_key_clauseContext ¶
func (*Supplemental_id_key_clauseContext) IsSupplemental_id_key_clauseContext()
func (*Supplemental_id_key_clauseContext) KEY ¶
func (s *Supplemental_id_key_clauseContext) KEY(i int) antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) LEFT_PAREN ¶
func (s *Supplemental_id_key_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) PRIMARY ¶
func (s *Supplemental_id_key_clauseContext) PRIMARY(i int) antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) RIGHT_PAREN ¶
func (s *Supplemental_id_key_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Supplemental_id_key_clauseContext) ToStringTree ¶
func (s *Supplemental_id_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Supplemental_id_key_clauseContext) UNIQUE ¶
func (s *Supplemental_id_key_clauseContext) UNIQUE(i int) antlr.TerminalNode
type Supplemental_log_grp_clauseContext ¶
type Supplemental_log_grp_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_log_grp_clauseContext ¶
func NewEmptySupplemental_log_grp_clauseContext() *Supplemental_log_grp_clauseContext
func NewSupplemental_log_grp_clauseContext ¶
func NewSupplemental_log_grp_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_log_grp_clauseContext
func (*Supplemental_log_grp_clauseContext) ALWAYS ¶
func (s *Supplemental_log_grp_clauseContext) ALWAYS() antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) AllCOMMA ¶
func (s *Supplemental_log_grp_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) AllLOG ¶
func (s *Supplemental_log_grp_clauseContext) AllLOG() []antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) AllNO ¶
func (s *Supplemental_log_grp_clauseContext) AllNO() []antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) AllRegular_id ¶
func (s *Supplemental_log_grp_clauseContext) AllRegular_id() []IRegular_idContext
func (*Supplemental_log_grp_clauseContext) COMMA ¶
func (s *Supplemental_log_grp_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) EnterRule ¶
func (s *Supplemental_log_grp_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_log_grp_clauseContext) ExitRule ¶
func (s *Supplemental_log_grp_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_log_grp_clauseContext) GROUP ¶
func (s *Supplemental_log_grp_clauseContext) GROUP() antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) GetParser ¶
func (s *Supplemental_log_grp_clauseContext) GetParser() antlr.Parser
func (*Supplemental_log_grp_clauseContext) GetRuleContext ¶
func (s *Supplemental_log_grp_clauseContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_log_grp_clauseContext) IsSupplemental_log_grp_clauseContext ¶
func (*Supplemental_log_grp_clauseContext) IsSupplemental_log_grp_clauseContext()
func (*Supplemental_log_grp_clauseContext) LEFT_PAREN ¶
func (s *Supplemental_log_grp_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) LOG ¶
func (s *Supplemental_log_grp_clauseContext) LOG(i int) antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) Log_grp ¶
func (s *Supplemental_log_grp_clauseContext) Log_grp() ILog_grpContext
func (*Supplemental_log_grp_clauseContext) NO ¶
func (s *Supplemental_log_grp_clauseContext) NO(i int) antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) RIGHT_PAREN ¶
func (s *Supplemental_log_grp_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Supplemental_log_grp_clauseContext) Regular_id ¶
func (s *Supplemental_log_grp_clauseContext) Regular_id(i int) IRegular_idContext
func (*Supplemental_log_grp_clauseContext) ToStringTree ¶
func (s *Supplemental_log_grp_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Supplemental_logging_propsContext ¶
type Supplemental_logging_propsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_logging_propsContext ¶
func NewEmptySupplemental_logging_propsContext() *Supplemental_logging_propsContext
func NewSupplemental_logging_propsContext ¶
func NewSupplemental_logging_propsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_logging_propsContext
func (*Supplemental_logging_propsContext) EnterRule ¶
func (s *Supplemental_logging_propsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_logging_propsContext) ExitRule ¶
func (s *Supplemental_logging_propsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_logging_propsContext) GetParser ¶
func (s *Supplemental_logging_propsContext) GetParser() antlr.Parser
func (*Supplemental_logging_propsContext) GetRuleContext ¶
func (s *Supplemental_logging_propsContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_logging_propsContext) IsSupplemental_logging_propsContext ¶
func (*Supplemental_logging_propsContext) IsSupplemental_logging_propsContext()
func (*Supplemental_logging_propsContext) LOG ¶
func (s *Supplemental_logging_propsContext) LOG() antlr.TerminalNode
func (*Supplemental_logging_propsContext) SUPPLEMENTAL ¶
func (s *Supplemental_logging_propsContext) SUPPLEMENTAL() antlr.TerminalNode
func (*Supplemental_logging_propsContext) Supplemental_id_key_clause ¶
func (s *Supplemental_logging_propsContext) Supplemental_id_key_clause() ISupplemental_id_key_clauseContext
func (*Supplemental_logging_propsContext) Supplemental_log_grp_clause ¶
func (s *Supplemental_logging_propsContext) Supplemental_log_grp_clause() ISupplemental_log_grp_clauseContext
func (*Supplemental_logging_propsContext) ToStringTree ¶
func (s *Supplemental_logging_propsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Supplemental_plsql_clauseContext ¶
type Supplemental_plsql_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_plsql_clauseContext ¶
func NewEmptySupplemental_plsql_clauseContext() *Supplemental_plsql_clauseContext
func NewSupplemental_plsql_clauseContext ¶
func NewSupplemental_plsql_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_plsql_clauseContext
func (*Supplemental_plsql_clauseContext) DATA ¶
func (s *Supplemental_plsql_clauseContext) DATA() antlr.TerminalNode
func (*Supplemental_plsql_clauseContext) EnterRule ¶
func (s *Supplemental_plsql_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_plsql_clauseContext) ExitRule ¶
func (s *Supplemental_plsql_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_plsql_clauseContext) FOR ¶
func (s *Supplemental_plsql_clauseContext) FOR() antlr.TerminalNode
func (*Supplemental_plsql_clauseContext) GetParser ¶
func (s *Supplemental_plsql_clauseContext) GetParser() antlr.Parser
func (*Supplemental_plsql_clauseContext) GetRuleContext ¶
func (s *Supplemental_plsql_clauseContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_plsql_clauseContext) IsSupplemental_plsql_clauseContext ¶
func (*Supplemental_plsql_clauseContext) IsSupplemental_plsql_clauseContext()
func (*Supplemental_plsql_clauseContext) PROCEDURAL ¶
func (s *Supplemental_plsql_clauseContext) PROCEDURAL() antlr.TerminalNode
func (*Supplemental_plsql_clauseContext) REPLICATION ¶
func (s *Supplemental_plsql_clauseContext) REPLICATION() antlr.TerminalNode
func (*Supplemental_plsql_clauseContext) ToStringTree ¶
func (s *Supplemental_plsql_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Supplemental_table_loggingContext ¶
type Supplemental_table_loggingContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySupplemental_table_loggingContext ¶
func NewEmptySupplemental_table_loggingContext() *Supplemental_table_loggingContext
func NewSupplemental_table_loggingContext ¶
func NewSupplemental_table_loggingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Supplemental_table_loggingContext
func (*Supplemental_table_loggingContext) ADD ¶
func (s *Supplemental_table_loggingContext) ADD() antlr.TerminalNode
func (*Supplemental_table_loggingContext) AllCOMMA ¶
func (s *Supplemental_table_loggingContext) AllCOMMA() []antlr.TerminalNode
func (*Supplemental_table_loggingContext) AllGROUP ¶
func (s *Supplemental_table_loggingContext) AllGROUP() []antlr.TerminalNode
func (*Supplemental_table_loggingContext) AllLOG ¶
func (s *Supplemental_table_loggingContext) AllLOG() []antlr.TerminalNode
func (*Supplemental_table_loggingContext) AllLog_grp ¶
func (s *Supplemental_table_loggingContext) AllLog_grp() []ILog_grpContext
func (*Supplemental_table_loggingContext) AllSUPPLEMENTAL ¶
func (s *Supplemental_table_loggingContext) AllSUPPLEMENTAL() []antlr.TerminalNode
func (*Supplemental_table_loggingContext) AllSupplemental_id_key_clause ¶
func (s *Supplemental_table_loggingContext) AllSupplemental_id_key_clause() []ISupplemental_id_key_clauseContext
func (*Supplemental_table_loggingContext) AllSupplemental_log_grp_clause ¶
func (s *Supplemental_table_loggingContext) AllSupplemental_log_grp_clause() []ISupplemental_log_grp_clauseContext
func (*Supplemental_table_loggingContext) COMMA ¶
func (s *Supplemental_table_loggingContext) COMMA(i int) antlr.TerminalNode
func (*Supplemental_table_loggingContext) DROP ¶
func (s *Supplemental_table_loggingContext) DROP() antlr.TerminalNode
func (*Supplemental_table_loggingContext) EnterRule ¶
func (s *Supplemental_table_loggingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Supplemental_table_loggingContext) ExitRule ¶
func (s *Supplemental_table_loggingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Supplemental_table_loggingContext) GROUP ¶
func (s *Supplemental_table_loggingContext) GROUP(i int) antlr.TerminalNode
func (*Supplemental_table_loggingContext) GetParser ¶
func (s *Supplemental_table_loggingContext) GetParser() antlr.Parser
func (*Supplemental_table_loggingContext) GetRuleContext ¶
func (s *Supplemental_table_loggingContext) GetRuleContext() antlr.RuleContext
func (*Supplemental_table_loggingContext) IsSupplemental_table_loggingContext ¶
func (*Supplemental_table_loggingContext) IsSupplemental_table_loggingContext()
func (*Supplemental_table_loggingContext) LOG ¶
func (s *Supplemental_table_loggingContext) LOG(i int) antlr.TerminalNode
func (*Supplemental_table_loggingContext) Log_grp ¶
func (s *Supplemental_table_loggingContext) Log_grp(i int) ILog_grpContext
func (*Supplemental_table_loggingContext) SUPPLEMENTAL ¶
func (s *Supplemental_table_loggingContext) SUPPLEMENTAL(i int) antlr.TerminalNode
func (*Supplemental_table_loggingContext) Supplemental_id_key_clause ¶
func (s *Supplemental_table_loggingContext) Supplemental_id_key_clause(i int) ISupplemental_id_key_clauseContext
func (*Supplemental_table_loggingContext) Supplemental_log_grp_clause ¶
func (s *Supplemental_table_loggingContext) Supplemental_log_grp_clause(i int) ISupplemental_log_grp_clauseContext
func (*Supplemental_table_loggingContext) ToStringTree ¶
func (s *Supplemental_table_loggingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Swallow_to_semiContext ¶
type Swallow_to_semiContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySwallow_to_semiContext ¶
func NewEmptySwallow_to_semiContext() *Swallow_to_semiContext
func NewSwallow_to_semiContext ¶
func NewSwallow_to_semiContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Swallow_to_semiContext
func (*Swallow_to_semiContext) AllSEMICOLON ¶
func (s *Swallow_to_semiContext) AllSEMICOLON() []antlr.TerminalNode
func (*Swallow_to_semiContext) EnterRule ¶
func (s *Swallow_to_semiContext) EnterRule(listener antlr.ParseTreeListener)
func (*Swallow_to_semiContext) ExitRule ¶
func (s *Swallow_to_semiContext) ExitRule(listener antlr.ParseTreeListener)
func (*Swallow_to_semiContext) GetParser ¶
func (s *Swallow_to_semiContext) GetParser() antlr.Parser
func (*Swallow_to_semiContext) GetRuleContext ¶
func (s *Swallow_to_semiContext) GetRuleContext() antlr.RuleContext
func (*Swallow_to_semiContext) IsSwallow_to_semiContext ¶
func (*Swallow_to_semiContext) IsSwallow_to_semiContext()
func (*Swallow_to_semiContext) SEMICOLON ¶
func (s *Swallow_to_semiContext) SEMICOLON(i int) antlr.TerminalNode
func (*Swallow_to_semiContext) ToStringTree ¶
func (s *Swallow_to_semiContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Switch_logfile_clauseContext ¶
type Switch_logfile_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySwitch_logfile_clauseContext ¶
func NewEmptySwitch_logfile_clauseContext() *Switch_logfile_clauseContext
func NewSwitch_logfile_clauseContext ¶
func NewSwitch_logfile_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Switch_logfile_clauseContext
func (*Switch_logfile_clauseContext) ALL ¶
func (s *Switch_logfile_clauseContext) ALL() antlr.TerminalNode
func (*Switch_logfile_clauseContext) BLOCKSIZE ¶
func (s *Switch_logfile_clauseContext) BLOCKSIZE() antlr.TerminalNode
func (*Switch_logfile_clauseContext) EnterRule ¶
func (s *Switch_logfile_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Switch_logfile_clauseContext) ExitRule ¶
func (s *Switch_logfile_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Switch_logfile_clauseContext) GetParser ¶
func (s *Switch_logfile_clauseContext) GetParser() antlr.Parser
func (*Switch_logfile_clauseContext) GetRuleContext ¶
func (s *Switch_logfile_clauseContext) GetRuleContext() antlr.RuleContext
func (*Switch_logfile_clauseContext) IsSwitch_logfile_clauseContext ¶
func (*Switch_logfile_clauseContext) IsSwitch_logfile_clauseContext()
func (*Switch_logfile_clauseContext) LOGFILES ¶
func (s *Switch_logfile_clauseContext) LOGFILES() antlr.TerminalNode
func (*Switch_logfile_clauseContext) SWITCH ¶
func (s *Switch_logfile_clauseContext) SWITCH() antlr.TerminalNode
func (*Switch_logfile_clauseContext) TO ¶
func (s *Switch_logfile_clauseContext) TO() antlr.TerminalNode
func (*Switch_logfile_clauseContext) ToStringTree ¶
func (s *Switch_logfile_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Switch_logfile_clauseContext) UNSIGNED_INTEGER ¶
func (s *Switch_logfile_clauseContext) UNSIGNED_INTEGER() antlr.TerminalNode
type Synchronous_or_asynchronousContext ¶
type Synchronous_or_asynchronousContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySynchronous_or_asynchronousContext ¶
func NewEmptySynchronous_or_asynchronousContext() *Synchronous_or_asynchronousContext
func NewSynchronous_or_asynchronousContext ¶
func NewSynchronous_or_asynchronousContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Synchronous_or_asynchronousContext
func (*Synchronous_or_asynchronousContext) ASYNCHRONOUS ¶
func (s *Synchronous_or_asynchronousContext) ASYNCHRONOUS() antlr.TerminalNode
func (*Synchronous_or_asynchronousContext) EnterRule ¶
func (s *Synchronous_or_asynchronousContext) EnterRule(listener antlr.ParseTreeListener)
func (*Synchronous_or_asynchronousContext) ExitRule ¶
func (s *Synchronous_or_asynchronousContext) ExitRule(listener antlr.ParseTreeListener)
func (*Synchronous_or_asynchronousContext) GetParser ¶
func (s *Synchronous_or_asynchronousContext) GetParser() antlr.Parser
func (*Synchronous_or_asynchronousContext) GetRuleContext ¶
func (s *Synchronous_or_asynchronousContext) GetRuleContext() antlr.RuleContext
func (*Synchronous_or_asynchronousContext) IsSynchronous_or_asynchronousContext ¶
func (*Synchronous_or_asynchronousContext) IsSynchronous_or_asynchronousContext()
func (*Synchronous_or_asynchronousContext) SYNCHRONOUS ¶
func (s *Synchronous_or_asynchronousContext) SYNCHRONOUS() antlr.TerminalNode
func (*Synchronous_or_asynchronousContext) ToStringTree ¶
func (s *Synchronous_or_asynchronousContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Synonym_nameContext ¶
type Synonym_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySynonym_nameContext ¶
func NewEmptySynonym_nameContext() *Synonym_nameContext
func NewSynonym_nameContext ¶
func NewSynonym_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Synonym_nameContext
func (*Synonym_nameContext) EnterRule ¶
func (s *Synonym_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Synonym_nameContext) ExitRule ¶
func (s *Synonym_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Synonym_nameContext) GetParser ¶
func (s *Synonym_nameContext) GetParser() antlr.Parser
func (*Synonym_nameContext) GetRuleContext ¶
func (s *Synonym_nameContext) GetRuleContext() antlr.RuleContext
func (*Synonym_nameContext) Identifier ¶
func (s *Synonym_nameContext) Identifier() IIdentifierContext
func (*Synonym_nameContext) IsSynonym_nameContext ¶
func (*Synonym_nameContext) IsSynonym_nameContext()
func (*Synonym_nameContext) ToStringTree ¶
func (s *Synonym_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type System_partitioningContext ¶
type System_partitioningContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySystem_partitioningContext ¶
func NewEmptySystem_partitioningContext() *System_partitioningContext
func NewSystem_partitioningContext ¶
func NewSystem_partitioningContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *System_partitioningContext
func (*System_partitioningContext) AllCOMMA ¶
func (s *System_partitioningContext) AllCOMMA() []antlr.TerminalNode
func (*System_partitioningContext) AllReference_partition_desc ¶
func (s *System_partitioningContext) AllReference_partition_desc() []IReference_partition_descContext
func (*System_partitioningContext) BY ¶
func (s *System_partitioningContext) BY() antlr.TerminalNode
func (*System_partitioningContext) COMMA ¶
func (s *System_partitioningContext) COMMA(i int) antlr.TerminalNode
func (*System_partitioningContext) EnterRule ¶
func (s *System_partitioningContext) EnterRule(listener antlr.ParseTreeListener)
func (*System_partitioningContext) ExitRule ¶
func (s *System_partitioningContext) ExitRule(listener antlr.ParseTreeListener)
func (*System_partitioningContext) GetParser ¶
func (s *System_partitioningContext) GetParser() antlr.Parser
func (*System_partitioningContext) GetRuleContext ¶
func (s *System_partitioningContext) GetRuleContext() antlr.RuleContext
func (*System_partitioningContext) IsSystem_partitioningContext ¶
func (*System_partitioningContext) IsSystem_partitioningContext()
func (*System_partitioningContext) PARTITION ¶
func (s *System_partitioningContext) PARTITION() antlr.TerminalNode
func (*System_partitioningContext) PARTITIONS ¶
func (s *System_partitioningContext) PARTITIONS() antlr.TerminalNode
func (*System_partitioningContext) Reference_partition_desc ¶
func (s *System_partitioningContext) Reference_partition_desc(i int) IReference_partition_descContext
func (*System_partitioningContext) SYSTEM ¶
func (s *System_partitioningContext) SYSTEM() antlr.TerminalNode
func (*System_partitioningContext) ToStringTree ¶
func (s *System_partitioningContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*System_partitioningContext) UNSIGNED_INTEGER ¶
func (s *System_partitioningContext) UNSIGNED_INTEGER() antlr.TerminalNode
type System_privilegeContext ¶
type System_privilegeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptySystem_privilegeContext ¶
func NewEmptySystem_privilegeContext() *System_privilegeContext
func NewSystem_privilegeContext ¶
func NewSystem_privilegeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *System_privilegeContext
func (*System_privilegeContext) ACCESS ¶
func (s *System_privilegeContext) ACCESS() antlr.TerminalNode
func (*System_privilegeContext) ADMINISTER ¶
func (s *System_privilegeContext) ADMINISTER() antlr.TerminalNode
func (*System_privilegeContext) ADVISOR ¶
func (s *System_privilegeContext) ADVISOR() antlr.TerminalNode
func (*System_privilegeContext) ALL ¶
func (s *System_privilegeContext) ALL() antlr.TerminalNode
func (*System_privilegeContext) ALTER ¶
func (s *System_privilegeContext) ALTER() antlr.TerminalNode
func (*System_privilegeContext) ANALYZE ¶
func (s *System_privilegeContext) ANALYZE() antlr.TerminalNode
func (*System_privilegeContext) ANY ¶
func (s *System_privilegeContext) ANY() antlr.TerminalNode
func (*System_privilegeContext) ARCHIVE ¶
func (s *System_privilegeContext) ARCHIVE() antlr.TerminalNode
func (*System_privilegeContext) AUDIT ¶
func (s *System_privilegeContext) AUDIT() antlr.TerminalNode
func (*System_privilegeContext) BACKUP ¶
func (s *System_privilegeContext) BACKUP() antlr.TerminalNode
func (*System_privilegeContext) BECOME ¶
func (s *System_privilegeContext) BECOME() antlr.TerminalNode
func (*System_privilegeContext) BUILD ¶
func (s *System_privilegeContext) BUILD() antlr.TerminalNode
func (*System_privilegeContext) CHANGE ¶
func (s *System_privilegeContext) CHANGE() antlr.TerminalNode
func (*System_privilegeContext) CLASS ¶
func (s *System_privilegeContext) CLASS() antlr.TerminalNode
func (*System_privilegeContext) CLUSTER ¶
func (s *System_privilegeContext) CLUSTER() antlr.TerminalNode
func (*System_privilegeContext) COMMENT ¶
func (s *System_privilegeContext) COMMENT() antlr.TerminalNode
func (*System_privilegeContext) COMMIT ¶
func (s *System_privilegeContext) COMMIT() antlr.TerminalNode
func (*System_privilegeContext) CONNECT ¶
func (s *System_privilegeContext) CONNECT() antlr.TerminalNode
func (*System_privilegeContext) CONTAINER ¶
func (s *System_privilegeContext) CONTAINER() antlr.TerminalNode
func (*System_privilegeContext) CONTEXT ¶
func (s *System_privilegeContext) CONTEXT() antlr.TerminalNode
func (*System_privilegeContext) COST ¶
func (s *System_privilegeContext) COST() antlr.TerminalNode
func (*System_privilegeContext) CREATE ¶
func (s *System_privilegeContext) CREATE() antlr.TerminalNode
func (*System_privilegeContext) CUBE ¶
func (s *System_privilegeContext) CUBE() antlr.TerminalNode
func (*System_privilegeContext) DATABASE ¶
func (s *System_privilegeContext) DATABASE() antlr.TerminalNode
func (*System_privilegeContext) DATE ¶
func (s *System_privilegeContext) DATE() antlr.TerminalNode
func (*System_privilegeContext) DBA_RECYCLEBIN ¶
func (s *System_privilegeContext) DBA_RECYCLEBIN() antlr.TerminalNode
func (*System_privilegeContext) DEBUG ¶
func (s *System_privilegeContext) DEBUG() antlr.TerminalNode
func (*System_privilegeContext) DELETE ¶
func (s *System_privilegeContext) DELETE() antlr.TerminalNode
func (*System_privilegeContext) DICTIONARY ¶
func (s *System_privilegeContext) DICTIONARY() antlr.TerminalNode
func (*System_privilegeContext) DIMENSION ¶
func (s *System_privilegeContext) DIMENSION() antlr.TerminalNode
func (*System_privilegeContext) DIRECTORY ¶
func (s *System_privilegeContext) DIRECTORY() antlr.TerminalNode
func (*System_privilegeContext) DROP ¶
func (s *System_privilegeContext) DROP() antlr.TerminalNode
func (*System_privilegeContext) EDITION ¶
func (s *System_privilegeContext) EDITION() antlr.TerminalNode
func (*System_privilegeContext) EXECUTE ¶
func (s *System_privilegeContext) EXECUTE() antlr.TerminalNode
func (*System_privilegeContext) EXEMPT ¶
func (s *System_privilegeContext) EXEMPT() antlr.TerminalNode
func (*System_privilegeContext) EXTERNAL ¶
func (s *System_privilegeContext) EXTERNAL() antlr.TerminalNode
func (*System_privilegeContext) EnterRule ¶
func (s *System_privilegeContext) EnterRule(listener antlr.ParseTreeListener)
func (*System_privilegeContext) ExitRule ¶
func (s *System_privilegeContext) ExitRule(listener antlr.ParseTreeListener)
func (*System_privilegeContext) FLASHBACK ¶
func (s *System_privilegeContext) FLASHBACK() antlr.TerminalNode
func (*System_privilegeContext) FOLDER ¶
func (s *System_privilegeContext) FOLDER() antlr.TerminalNode
func (*System_privilegeContext) FORCE ¶
func (s *System_privilegeContext) FORCE() antlr.TerminalNode
func (*System_privilegeContext) GLOBAL ¶
func (s *System_privilegeContext) GLOBAL() antlr.TerminalNode
func (*System_privilegeContext) GRANT ¶
func (s *System_privilegeContext) GRANT() antlr.TerminalNode
func (*System_privilegeContext) GetParser ¶
func (s *System_privilegeContext) GetParser() antlr.Parser
func (*System_privilegeContext) GetRuleContext ¶
func (s *System_privilegeContext) GetRuleContext() antlr.RuleContext
func (*System_privilegeContext) INDEX ¶
func (s *System_privilegeContext) INDEX() antlr.TerminalNode
func (*System_privilegeContext) INDEXTYPE ¶
func (s *System_privilegeContext) INDEXTYPE() antlr.TerminalNode
func (*System_privilegeContext) INHERIT ¶
func (s *System_privilegeContext) INHERIT() antlr.TerminalNode
func (*System_privilegeContext) INSERT ¶
func (s *System_privilegeContext) INSERT() antlr.TerminalNode
func (*System_privilegeContext) IsSystem_privilegeContext ¶
func (*System_privilegeContext) IsSystem_privilegeContext()
func (*System_privilegeContext) JOB ¶
func (s *System_privilegeContext) JOB() antlr.TerminalNode
func (*System_privilegeContext) KEEP ¶
func (s *System_privilegeContext) KEEP() antlr.TerminalNode
func (*System_privilegeContext) KEY ¶
func (s *System_privilegeContext) KEY() antlr.TerminalNode
func (*System_privilegeContext) LIBRARY ¶
func (s *System_privilegeContext) LIBRARY() antlr.TerminalNode
func (*System_privilegeContext) LINK ¶
func (s *System_privilegeContext) LINK() antlr.TerminalNode
func (*System_privilegeContext) LOCK ¶
func (s *System_privilegeContext) LOCK() antlr.TerminalNode
func (*System_privilegeContext) LOGMINING ¶
func (s *System_privilegeContext) LOGMINING() antlr.TerminalNode
func (*System_privilegeContext) MANAGE ¶
func (s *System_privilegeContext) MANAGE() antlr.TerminalNode
func (*System_privilegeContext) MANAGEMENT ¶
func (s *System_privilegeContext) MANAGEMENT() antlr.TerminalNode
func (*System_privilegeContext) MATERIALIZED ¶
func (s *System_privilegeContext) MATERIALIZED() antlr.TerminalNode
func (*System_privilegeContext) MEASURE ¶
func (s *System_privilegeContext) MEASURE() antlr.TerminalNode
func (*System_privilegeContext) MERGE ¶
func (s *System_privilegeContext) MERGE() antlr.TerminalNode
func (*System_privilegeContext) MINING ¶
func (s *System_privilegeContext) MINING() antlr.TerminalNode
func (*System_privilegeContext) MODEL ¶
func (s *System_privilegeContext) MODEL() antlr.TerminalNode
func (*System_privilegeContext) NOTIFICATION ¶
func (s *System_privilegeContext) NOTIFICATION() antlr.TerminalNode
func (*System_privilegeContext) OBJECT ¶
func (s *System_privilegeContext) OBJECT() antlr.TerminalNode
func (*System_privilegeContext) ON ¶
func (s *System_privilegeContext) ON() antlr.TerminalNode
func (*System_privilegeContext) OPERATOR ¶
func (s *System_privilegeContext) OPERATOR() antlr.TerminalNode
func (*System_privilegeContext) OUTLINE ¶
func (s *System_privilegeContext) OUTLINE() antlr.TerminalNode
func (*System_privilegeContext) PLUGGABLE ¶
func (s *System_privilegeContext) PLUGGABLE() antlr.TerminalNode
func (*System_privilegeContext) POLICY ¶
func (s *System_privilegeContext) POLICY() antlr.TerminalNode
func (*System_privilegeContext) PRIVILEGE ¶
func (s *System_privilegeContext) PRIVILEGE() antlr.TerminalNode
func (*System_privilegeContext) PRIVILEGES ¶
func (s *System_privilegeContext) PRIVILEGES() antlr.TerminalNode
func (*System_privilegeContext) PROCEDURE ¶
func (s *System_privilegeContext) PROCEDURE() antlr.TerminalNode
func (*System_privilegeContext) PROCESS ¶
func (s *System_privilegeContext) PROCESS() antlr.TerminalNode
func (*System_privilegeContext) PROFILE ¶
func (s *System_privilegeContext) PROFILE() antlr.TerminalNode
func (*System_privilegeContext) PROGRAM ¶
func (s *System_privilegeContext) PROGRAM() antlr.TerminalNode
func (*System_privilegeContext) PUBLIC ¶
func (s *System_privilegeContext) PUBLIC() antlr.TerminalNode
func (*System_privilegeContext) PURGE ¶
func (s *System_privilegeContext) PURGE() antlr.TerminalNode
func (*System_privilegeContext) QUERY ¶
func (s *System_privilegeContext) QUERY() antlr.TerminalNode
func (*System_privilegeContext) READ ¶
func (s *System_privilegeContext) READ() antlr.TerminalNode
func (*System_privilegeContext) REDACTION ¶
func (s *System_privilegeContext) REDACTION() antlr.TerminalNode
func (*System_privilegeContext) REFRESH ¶
func (s *System_privilegeContext) REFRESH() antlr.TerminalNode
func (*System_privilegeContext) RESOURCE ¶
func (s *System_privilegeContext) RESOURCE() antlr.TerminalNode
func (*System_privilegeContext) RESTRICTED ¶
func (s *System_privilegeContext) RESTRICTED() antlr.TerminalNode
func (*System_privilegeContext) RESUMABLE ¶
func (s *System_privilegeContext) RESUMABLE() antlr.TerminalNode
func (*System_privilegeContext) REWRITE ¶
func (s *System_privilegeContext) REWRITE() antlr.TerminalNode
func (*System_privilegeContext) ROLE ¶
func (s *System_privilegeContext) ROLE() antlr.TerminalNode
func (*System_privilegeContext) ROLLBACK ¶
func (s *System_privilegeContext) ROLLBACK() antlr.TerminalNode
func (*System_privilegeContext) SCHEDULER ¶
func (s *System_privilegeContext) SCHEDULER() antlr.TerminalNode
func (*System_privilegeContext) SEGMENT ¶
func (s *System_privilegeContext) SEGMENT() antlr.TerminalNode
func (*System_privilegeContext) SELECT ¶
func (s *System_privilegeContext) SELECT() antlr.TerminalNode
func (*System_privilegeContext) SEQUENCE ¶
func (s *System_privilegeContext) SEQUENCE() antlr.TerminalNode
func (*System_privilegeContext) SESSION ¶
func (s *System_privilegeContext) SESSION() antlr.TerminalNode
func (*System_privilegeContext) SET ¶
func (s *System_privilegeContext) SET() antlr.TerminalNode
func (*System_privilegeContext) SQL ¶
func (s *System_privilegeContext) SQL() antlr.TerminalNode
func (*System_privilegeContext) SYNONYM ¶
func (s *System_privilegeContext) SYNONYM() antlr.TerminalNode
func (*System_privilegeContext) SYSBACKUP ¶
func (s *System_privilegeContext) SYSBACKUP() antlr.TerminalNode
func (*System_privilegeContext) SYSDBA ¶
func (s *System_privilegeContext) SYSDBA() antlr.TerminalNode
func (*System_privilegeContext) SYSDG ¶
func (s *System_privilegeContext) SYSDG() antlr.TerminalNode
func (*System_privilegeContext) SYSGUID ¶
func (s *System_privilegeContext) SYSGUID() antlr.TerminalNode
func (*System_privilegeContext) SYSKM ¶
func (s *System_privilegeContext) SYSKM() antlr.TerminalNode
func (*System_privilegeContext) SYSOPER ¶
func (s *System_privilegeContext) SYSOPER() antlr.TerminalNode
func (*System_privilegeContext) TABLE ¶
func (s *System_privilegeContext) TABLE() antlr.TerminalNode
func (*System_privilegeContext) TABLESPACE ¶
func (s *System_privilegeContext) TABLESPACE() antlr.TerminalNode
func (*System_privilegeContext) TIME ¶
func (s *System_privilegeContext) TIME() antlr.TerminalNode
func (*System_privilegeContext) TRANSACTION ¶
func (s *System_privilegeContext) TRANSACTION() antlr.TerminalNode
func (*System_privilegeContext) TRANSLATE ¶
func (s *System_privilegeContext) TRANSLATE() antlr.TerminalNode
func (*System_privilegeContext) TRANSLATION ¶
func (s *System_privilegeContext) TRANSLATION() antlr.TerminalNode
func (*System_privilegeContext) TRIGGER ¶
func (s *System_privilegeContext) TRIGGER() antlr.TerminalNode
func (*System_privilegeContext) TUNING ¶
func (s *System_privilegeContext) TUNING() antlr.TerminalNode
func (*System_privilegeContext) TYPE ¶
func (s *System_privilegeContext) TYPE() antlr.TerminalNode
func (*System_privilegeContext) ToStringTree ¶
func (s *System_privilegeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*System_privilegeContext) UNDER ¶
func (s *System_privilegeContext) UNDER() antlr.TerminalNode
func (*System_privilegeContext) UNLIMITED ¶
func (s *System_privilegeContext) UNLIMITED() antlr.TerminalNode
func (*System_privilegeContext) UPDATE ¶
func (s *System_privilegeContext) UPDATE() antlr.TerminalNode
func (*System_privilegeContext) USE ¶
func (s *System_privilegeContext) USE() antlr.TerminalNode
func (*System_privilegeContext) USER ¶
func (s *System_privilegeContext) USER() antlr.TerminalNode
func (*System_privilegeContext) VIEW ¶
func (s *System_privilegeContext) VIEW() antlr.TerminalNode
type Table_aliasContext ¶
type Table_aliasContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_aliasContext ¶
func NewEmptyTable_aliasContext() *Table_aliasContext
func NewTable_aliasContext ¶
func NewTable_aliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_aliasContext
func (*Table_aliasContext) EnterRule ¶
func (s *Table_aliasContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_aliasContext) ExitRule ¶
func (s *Table_aliasContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_aliasContext) GetParser ¶
func (s *Table_aliasContext) GetParser() antlr.Parser
func (*Table_aliasContext) GetRuleContext ¶
func (s *Table_aliasContext) GetRuleContext() antlr.RuleContext
func (*Table_aliasContext) Identifier ¶
func (s *Table_aliasContext) Identifier() IIdentifierContext
func (*Table_aliasContext) IsTable_aliasContext ¶
func (*Table_aliasContext) IsTable_aliasContext()
func (*Table_aliasContext) Quoted_string ¶
func (s *Table_aliasContext) Quoted_string() IQuoted_stringContext
func (*Table_aliasContext) ToStringTree ¶
func (s *Table_aliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_collection_expressionContext ¶
type Table_collection_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_collection_expressionContext ¶
func NewEmptyTable_collection_expressionContext() *Table_collection_expressionContext
func NewTable_collection_expressionContext ¶
func NewTable_collection_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_collection_expressionContext
func (*Table_collection_expressionContext) EnterRule ¶
func (s *Table_collection_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_collection_expressionContext) ExitRule ¶
func (s *Table_collection_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_collection_expressionContext) Expression ¶
func (s *Table_collection_expressionContext) Expression() IExpressionContext
func (*Table_collection_expressionContext) GetParser ¶
func (s *Table_collection_expressionContext) GetParser() antlr.Parser
func (*Table_collection_expressionContext) GetRuleContext ¶
func (s *Table_collection_expressionContext) GetRuleContext() antlr.RuleContext
func (*Table_collection_expressionContext) IsTable_collection_expressionContext ¶
func (*Table_collection_expressionContext) IsTable_collection_expressionContext()
func (*Table_collection_expressionContext) LEFT_PAREN ¶
func (s *Table_collection_expressionContext) LEFT_PAREN() antlr.TerminalNode
func (*Table_collection_expressionContext) Outer_join_sign ¶
func (s *Table_collection_expressionContext) Outer_join_sign() IOuter_join_signContext
func (*Table_collection_expressionContext) RIGHT_PAREN ¶
func (s *Table_collection_expressionContext) RIGHT_PAREN() antlr.TerminalNode
func (*Table_collection_expressionContext) Subquery ¶
func (s *Table_collection_expressionContext) Subquery() ISubqueryContext
func (*Table_collection_expressionContext) TABLE ¶
func (s *Table_collection_expressionContext) TABLE() antlr.TerminalNode
func (*Table_collection_expressionContext) THE ¶
func (s *Table_collection_expressionContext) THE() antlr.TerminalNode
func (*Table_collection_expressionContext) ToStringTree ¶
func (s *Table_collection_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_compressionContext ¶
type Table_compressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_compressionContext ¶
func NewEmptyTable_compressionContext() *Table_compressionContext
func NewTable_compressionContext ¶
func NewTable_compressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_compressionContext
func (*Table_compressionContext) ARCHIVE ¶
func (s *Table_compressionContext) ARCHIVE() antlr.TerminalNode
func (*Table_compressionContext) BASIC ¶
func (s *Table_compressionContext) BASIC() antlr.TerminalNode
func (*Table_compressionContext) COMPRESS ¶
func (s *Table_compressionContext) COMPRESS() antlr.TerminalNode
func (*Table_compressionContext) EnterRule ¶
func (s *Table_compressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_compressionContext) ExitRule ¶
func (s *Table_compressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_compressionContext) FOR ¶
func (s *Table_compressionContext) FOR() antlr.TerminalNode
func (*Table_compressionContext) GetParser ¶
func (s *Table_compressionContext) GetParser() antlr.Parser
func (*Table_compressionContext) GetRuleContext ¶
func (s *Table_compressionContext) GetRuleContext() antlr.RuleContext
func (*Table_compressionContext) HIGH ¶
func (s *Table_compressionContext) HIGH() antlr.TerminalNode
func (*Table_compressionContext) IsTable_compressionContext ¶
func (*Table_compressionContext) IsTable_compressionContext()
func (*Table_compressionContext) LOW ¶
func (s *Table_compressionContext) LOW() antlr.TerminalNode
func (*Table_compressionContext) NOCOMPRESS ¶
func (s *Table_compressionContext) NOCOMPRESS() antlr.TerminalNode
func (*Table_compressionContext) OLTP ¶
func (s *Table_compressionContext) OLTP() antlr.TerminalNode
func (*Table_compressionContext) QUERY ¶
func (s *Table_compressionContext) QUERY() antlr.TerminalNode
func (*Table_compressionContext) ToStringTree ¶
func (s *Table_compressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_elementContext ¶
type Table_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_elementContext ¶
func NewEmptyTable_elementContext() *Table_elementContext
func NewTable_elementContext ¶
func NewTable_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_elementContext
func (*Table_elementContext) AllId_expression ¶
func (s *Table_elementContext) AllId_expression() []IId_expressionContext
func (*Table_elementContext) AllPERIOD ¶
func (s *Table_elementContext) AllPERIOD() []antlr.TerminalNode
func (*Table_elementContext) Char_set_name ¶
func (s *Table_elementContext) Char_set_name() IChar_set_nameContext
func (*Table_elementContext) EnterRule ¶
func (s *Table_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_elementContext) ExitRule ¶
func (s *Table_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_elementContext) GetParser ¶
func (s *Table_elementContext) GetParser() antlr.Parser
func (*Table_elementContext) GetRuleContext ¶
func (s *Table_elementContext) GetRuleContext() antlr.RuleContext
func (*Table_elementContext) INTRODUCER ¶
func (s *Table_elementContext) INTRODUCER() antlr.TerminalNode
func (*Table_elementContext) Id_expression ¶
func (s *Table_elementContext) Id_expression(i int) IId_expressionContext
func (*Table_elementContext) IsTable_elementContext ¶
func (*Table_elementContext) IsTable_elementContext()
func (*Table_elementContext) PERIOD ¶
func (s *Table_elementContext) PERIOD(i int) antlr.TerminalNode
func (*Table_elementContext) ToStringTree ¶
func (s *Table_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_index_clauseContext ¶
type Table_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_index_clauseContext ¶
func NewEmptyTable_index_clauseContext() *Table_index_clauseContext
func NewTable_index_clauseContext ¶
func NewTable_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_index_clauseContext
func (*Table_index_clauseContext) ASC ¶
func (s *Table_index_clauseContext) ASC(i int) antlr.TerminalNode
func (*Table_index_clauseContext) AllASC ¶
func (s *Table_index_clauseContext) AllASC() []antlr.TerminalNode
func (*Table_index_clauseContext) AllCOMMA ¶
func (s *Table_index_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Table_index_clauseContext) AllDESC ¶
func (s *Table_index_clauseContext) AllDESC() []antlr.TerminalNode
func (*Table_index_clauseContext) AllIndex_expr ¶
func (s *Table_index_clauseContext) AllIndex_expr() []IIndex_exprContext
func (*Table_index_clauseContext) COMMA ¶
func (s *Table_index_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Table_index_clauseContext) DESC ¶
func (s *Table_index_clauseContext) DESC(i int) antlr.TerminalNode
func (*Table_index_clauseContext) EnterRule ¶
func (s *Table_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_index_clauseContext) ExitRule ¶
func (s *Table_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_index_clauseContext) GetParser ¶
func (s *Table_index_clauseContext) GetParser() antlr.Parser
func (*Table_index_clauseContext) GetRuleContext ¶
func (s *Table_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Table_index_clauseContext) Index_expr ¶
func (s *Table_index_clauseContext) Index_expr(i int) IIndex_exprContext
func (*Table_index_clauseContext) Index_properties ¶
func (s *Table_index_clauseContext) Index_properties() IIndex_propertiesContext
func (*Table_index_clauseContext) IsTable_index_clauseContext ¶
func (*Table_index_clauseContext) IsTable_index_clauseContext()
func (*Table_index_clauseContext) LEFT_PAREN ¶
func (s *Table_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Table_index_clauseContext) RIGHT_PAREN ¶
func (s *Table_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Table_index_clauseContext) Table_alias ¶
func (s *Table_index_clauseContext) Table_alias() ITable_aliasContext
func (*Table_index_clauseContext) Tableview_name ¶
func (s *Table_index_clauseContext) Tableview_name() ITableview_nameContext
func (*Table_index_clauseContext) ToStringTree ¶
func (s *Table_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_indexed_by_partContext ¶
type Table_indexed_by_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_indexed_by_partContext ¶
func NewEmptyTable_indexed_by_partContext() *Table_indexed_by_partContext
func NewTable_indexed_by_partContext ¶
func NewTable_indexed_by_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_indexed_by_partContext
func (*Table_indexed_by_partContext) BY ¶
func (s *Table_indexed_by_partContext) BY() antlr.TerminalNode
func (*Table_indexed_by_partContext) EnterRule ¶
func (s *Table_indexed_by_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_indexed_by_partContext) ExitRule ¶
func (s *Table_indexed_by_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_indexed_by_partContext) GetIdx1 ¶
func (s *Table_indexed_by_partContext) GetIdx1() antlr.Token
func (*Table_indexed_by_partContext) GetIdx2 ¶
func (s *Table_indexed_by_partContext) GetIdx2() antlr.Token
func (*Table_indexed_by_partContext) GetParser ¶
func (s *Table_indexed_by_partContext) GetParser() antlr.Parser
func (*Table_indexed_by_partContext) GetRuleContext ¶
func (s *Table_indexed_by_partContext) GetRuleContext() antlr.RuleContext
func (*Table_indexed_by_partContext) INDEX ¶
func (s *Table_indexed_by_partContext) INDEX() antlr.TerminalNode
func (*Table_indexed_by_partContext) INDEXED ¶
func (s *Table_indexed_by_partContext) INDEXED() antlr.TerminalNode
func (*Table_indexed_by_partContext) IsTable_indexed_by_partContext ¶
func (*Table_indexed_by_partContext) IsTable_indexed_by_partContext()
func (*Table_indexed_by_partContext) SetIdx1 ¶
func (s *Table_indexed_by_partContext) SetIdx1(v antlr.Token)
func (*Table_indexed_by_partContext) SetIdx2 ¶
func (s *Table_indexed_by_partContext) SetIdx2(v antlr.Token)
func (*Table_indexed_by_partContext) ToStringTree ¶
func (s *Table_indexed_by_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_indexed_by_partContext) Type_spec ¶
func (s *Table_indexed_by_partContext) Type_spec() IType_specContext
type Table_partition_descriptionContext ¶
type Table_partition_descriptionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_partition_descriptionContext ¶
func NewEmptyTable_partition_descriptionContext() *Table_partition_descriptionContext
func NewTable_partition_descriptionContext ¶
func NewTable_partition_descriptionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_partition_descriptionContext
func (*Table_partition_descriptionContext) AllSegment_attributes_clause ¶
func (s *Table_partition_descriptionContext) AllSegment_attributes_clause() []ISegment_attributes_clauseContext
func (*Table_partition_descriptionContext) Deferred_segment_creation ¶
func (s *Table_partition_descriptionContext) Deferred_segment_creation() IDeferred_segment_creationContext
func (*Table_partition_descriptionContext) EnterRule ¶
func (s *Table_partition_descriptionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_partition_descriptionContext) ExitRule ¶
func (s *Table_partition_descriptionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_partition_descriptionContext) GetParser ¶
func (s *Table_partition_descriptionContext) GetParser() antlr.Parser
func (*Table_partition_descriptionContext) GetRuleContext ¶
func (s *Table_partition_descriptionContext) GetRuleContext() antlr.RuleContext
func (*Table_partition_descriptionContext) IsTable_partition_descriptionContext ¶
func (*Table_partition_descriptionContext) IsTable_partition_descriptionContext()
func (*Table_partition_descriptionContext) Key_compression ¶
func (s *Table_partition_descriptionContext) Key_compression() IKey_compressionContext
func (*Table_partition_descriptionContext) Lob_storage_clause ¶
func (s *Table_partition_descriptionContext) Lob_storage_clause() ILob_storage_clauseContext
func (*Table_partition_descriptionContext) Nested_table_col_properties ¶
func (s *Table_partition_descriptionContext) Nested_table_col_properties() INested_table_col_propertiesContext
func (*Table_partition_descriptionContext) OVERFLOW ¶
func (s *Table_partition_descriptionContext) OVERFLOW() antlr.TerminalNode
func (*Table_partition_descriptionContext) Segment_attributes_clause ¶
func (s *Table_partition_descriptionContext) Segment_attributes_clause(i int) ISegment_attributes_clauseContext
func (*Table_partition_descriptionContext) Table_compression ¶
func (s *Table_partition_descriptionContext) Table_compression() ITable_compressionContext
func (*Table_partition_descriptionContext) ToStringTree ¶
func (s *Table_partition_descriptionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_partition_descriptionContext) Varray_col_properties ¶
func (s *Table_partition_descriptionContext) Varray_col_properties() IVarray_col_propertiesContext
type Table_partitioning_clausesContext ¶
type Table_partitioning_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_partitioning_clausesContext ¶
func NewEmptyTable_partitioning_clausesContext() *Table_partitioning_clausesContext
func NewTable_partitioning_clausesContext ¶
func NewTable_partitioning_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_partitioning_clausesContext
func (*Table_partitioning_clausesContext) Composite_hash_partitions ¶
func (s *Table_partitioning_clausesContext) Composite_hash_partitions() IComposite_hash_partitionsContext
func (*Table_partitioning_clausesContext) Composite_list_partitions ¶
func (s *Table_partitioning_clausesContext) Composite_list_partitions() IComposite_list_partitionsContext
func (*Table_partitioning_clausesContext) Composite_range_partitions ¶
func (s *Table_partitioning_clausesContext) Composite_range_partitions() IComposite_range_partitionsContext
func (*Table_partitioning_clausesContext) EnterRule ¶
func (s *Table_partitioning_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_partitioning_clausesContext) ExitRule ¶
func (s *Table_partitioning_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_partitioning_clausesContext) GetParser ¶
func (s *Table_partitioning_clausesContext) GetParser() antlr.Parser
func (*Table_partitioning_clausesContext) GetRuleContext ¶
func (s *Table_partitioning_clausesContext) GetRuleContext() antlr.RuleContext
func (*Table_partitioning_clausesContext) Hash_partitions ¶
func (s *Table_partitioning_clausesContext) Hash_partitions() IHash_partitionsContext
func (*Table_partitioning_clausesContext) IsTable_partitioning_clausesContext ¶
func (*Table_partitioning_clausesContext) IsTable_partitioning_clausesContext()
func (*Table_partitioning_clausesContext) List_partitions ¶
func (s *Table_partitioning_clausesContext) List_partitions() IList_partitionsContext
func (*Table_partitioning_clausesContext) Range_partitions ¶
func (s *Table_partitioning_clausesContext) Range_partitions() IRange_partitionsContext
func (*Table_partitioning_clausesContext) Reference_partitioning ¶
func (s *Table_partitioning_clausesContext) Reference_partitioning() IReference_partitioningContext
func (*Table_partitioning_clausesContext) System_partitioning ¶
func (s *Table_partitioning_clausesContext) System_partitioning() ISystem_partitioningContext
func (*Table_partitioning_clausesContext) ToStringTree ¶
func (s *Table_partitioning_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_refContext ¶
type Table_refContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_refContext ¶
func NewEmptyTable_refContext() *Table_refContext
func NewTable_refContext ¶
func NewTable_refContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_refContext
func (*Table_refContext) AllJoin_clause ¶
func (s *Table_refContext) AllJoin_clause() []IJoin_clauseContext
func (*Table_refContext) EnterRule ¶
func (s *Table_refContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_refContext) ExitRule ¶
func (s *Table_refContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_refContext) GetParser ¶
func (s *Table_refContext) GetParser() antlr.Parser
func (*Table_refContext) GetRuleContext ¶
func (s *Table_refContext) GetRuleContext() antlr.RuleContext
func (*Table_refContext) IsTable_refContext ¶
func (*Table_refContext) IsTable_refContext()
func (*Table_refContext) Join_clause ¶
func (s *Table_refContext) Join_clause(i int) IJoin_clauseContext
func (*Table_refContext) Pivot_clause ¶
func (s *Table_refContext) Pivot_clause() IPivot_clauseContext
func (*Table_refContext) Table_ref_aux ¶
func (s *Table_refContext) Table_ref_aux() ITable_ref_auxContext
func (*Table_refContext) ToStringTree ¶
func (s *Table_refContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_refContext) Unpivot_clause ¶
func (s *Table_refContext) Unpivot_clause() IUnpivot_clauseContext
type Table_ref_auxContext ¶
type Table_ref_auxContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_ref_auxContext ¶
func NewEmptyTable_ref_auxContext() *Table_ref_auxContext
func NewTable_ref_auxContext ¶
func NewTable_ref_auxContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_ref_auxContext
func (*Table_ref_auxContext) AllFlashback_query_clause ¶
func (s *Table_ref_auxContext) AllFlashback_query_clause() []IFlashback_query_clauseContext
func (*Table_ref_auxContext) EnterRule ¶
func (s *Table_ref_auxContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_ref_auxContext) ExitRule ¶
func (s *Table_ref_auxContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_ref_auxContext) Flashback_query_clause ¶
func (s *Table_ref_auxContext) Flashback_query_clause(i int) IFlashback_query_clauseContext
func (*Table_ref_auxContext) GetParser ¶
func (s *Table_ref_auxContext) GetParser() antlr.Parser
func (*Table_ref_auxContext) GetRuleContext ¶
func (s *Table_ref_auxContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_auxContext) IsTable_ref_auxContext ¶
func (*Table_ref_auxContext) IsTable_ref_auxContext()
func (*Table_ref_auxContext) Table_alias ¶
func (s *Table_ref_auxContext) Table_alias() ITable_aliasContext
func (*Table_ref_auxContext) Table_ref_aux_internal ¶
func (s *Table_ref_auxContext) Table_ref_aux_internal() ITable_ref_aux_internalContext
func (*Table_ref_auxContext) ToStringTree ¶
func (s *Table_ref_auxContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_ref_aux_internalContext ¶
type Table_ref_aux_internalContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_ref_aux_internalContext ¶
func NewEmptyTable_ref_aux_internalContext() *Table_ref_aux_internalContext
func NewTable_ref_aux_internalContext ¶
func NewTable_ref_aux_internalContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_ref_aux_internalContext
func (*Table_ref_aux_internalContext) CopyFrom ¶
func (s *Table_ref_aux_internalContext) CopyFrom(ctx *Table_ref_aux_internalContext)
func (*Table_ref_aux_internalContext) GetParser ¶
func (s *Table_ref_aux_internalContext) GetParser() antlr.Parser
func (*Table_ref_aux_internalContext) GetRuleContext ¶
func (s *Table_ref_aux_internalContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_aux_internalContext) IsTable_ref_aux_internalContext ¶
func (*Table_ref_aux_internalContext) IsTable_ref_aux_internalContext()
func (*Table_ref_aux_internalContext) ToStringTree ¶
func (s *Table_ref_aux_internalContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_ref_aux_internal_oneContext ¶
type Table_ref_aux_internal_oneContext struct {
*Table_ref_aux_internalContext
}
func NewTable_ref_aux_internal_oneContext ¶
func NewTable_ref_aux_internal_oneContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Table_ref_aux_internal_oneContext
func (*Table_ref_aux_internal_oneContext) Dml_table_expression_clause ¶
func (s *Table_ref_aux_internal_oneContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
func (*Table_ref_aux_internal_oneContext) EnterRule ¶
func (s *Table_ref_aux_internal_oneContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_oneContext) ExitRule ¶
func (s *Table_ref_aux_internal_oneContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_oneContext) GetRuleContext ¶
func (s *Table_ref_aux_internal_oneContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_aux_internal_oneContext) Pivot_clause ¶
func (s *Table_ref_aux_internal_oneContext) Pivot_clause() IPivot_clauseContext
func (*Table_ref_aux_internal_oneContext) Unpivot_clause ¶
func (s *Table_ref_aux_internal_oneContext) Unpivot_clause() IUnpivot_clauseContext
type Table_ref_aux_internal_threeContext ¶
type Table_ref_aux_internal_threeContext struct {
*Table_ref_aux_internalContext
}
func NewTable_ref_aux_internal_threeContext ¶
func NewTable_ref_aux_internal_threeContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Table_ref_aux_internal_threeContext
func (*Table_ref_aux_internal_threeContext) Dml_table_expression_clause ¶
func (s *Table_ref_aux_internal_threeContext) Dml_table_expression_clause() IDml_table_expression_clauseContext
func (*Table_ref_aux_internal_threeContext) EnterRule ¶
func (s *Table_ref_aux_internal_threeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_threeContext) ExitRule ¶
func (s *Table_ref_aux_internal_threeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_threeContext) GetRuleContext ¶
func (s *Table_ref_aux_internal_threeContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_aux_internal_threeContext) LEFT_PAREN ¶
func (s *Table_ref_aux_internal_threeContext) LEFT_PAREN() antlr.TerminalNode
func (*Table_ref_aux_internal_threeContext) ONLY ¶
func (s *Table_ref_aux_internal_threeContext) ONLY() antlr.TerminalNode
func (*Table_ref_aux_internal_threeContext) RIGHT_PAREN ¶
func (s *Table_ref_aux_internal_threeContext) RIGHT_PAREN() antlr.TerminalNode
type Table_ref_aux_internal_twoContext ¶
type Table_ref_aux_internal_twoContext struct {
*Table_ref_aux_internalContext
}
func NewTable_ref_aux_internal_twoContext ¶
func NewTable_ref_aux_internal_twoContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *Table_ref_aux_internal_twoContext
func (*Table_ref_aux_internal_twoContext) AllSubquery_operation_part ¶
func (s *Table_ref_aux_internal_twoContext) AllSubquery_operation_part() []ISubquery_operation_partContext
func (*Table_ref_aux_internal_twoContext) EnterRule ¶
func (s *Table_ref_aux_internal_twoContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_twoContext) ExitRule ¶
func (s *Table_ref_aux_internal_twoContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_ref_aux_internal_twoContext) GetRuleContext ¶
func (s *Table_ref_aux_internal_twoContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_aux_internal_twoContext) LEFT_PAREN ¶
func (s *Table_ref_aux_internal_twoContext) LEFT_PAREN() antlr.TerminalNode
func (*Table_ref_aux_internal_twoContext) Pivot_clause ¶
func (s *Table_ref_aux_internal_twoContext) Pivot_clause() IPivot_clauseContext
func (*Table_ref_aux_internal_twoContext) RIGHT_PAREN ¶
func (s *Table_ref_aux_internal_twoContext) RIGHT_PAREN() antlr.TerminalNode
func (*Table_ref_aux_internal_twoContext) Subquery_operation_part ¶
func (s *Table_ref_aux_internal_twoContext) Subquery_operation_part(i int) ISubquery_operation_partContext
func (*Table_ref_aux_internal_twoContext) Table_ref ¶
func (s *Table_ref_aux_internal_twoContext) Table_ref() ITable_refContext
func (*Table_ref_aux_internal_twoContext) Unpivot_clause ¶
func (s *Table_ref_aux_internal_twoContext) Unpivot_clause() IUnpivot_clauseContext
type Table_ref_listContext ¶
type Table_ref_listContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_ref_listContext ¶
func NewEmptyTable_ref_listContext() *Table_ref_listContext
func NewTable_ref_listContext ¶
func NewTable_ref_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_ref_listContext
func (*Table_ref_listContext) AllCOMMA ¶
func (s *Table_ref_listContext) AllCOMMA() []antlr.TerminalNode
func (*Table_ref_listContext) AllTable_ref ¶
func (s *Table_ref_listContext) AllTable_ref() []ITable_refContext
func (*Table_ref_listContext) COMMA ¶
func (s *Table_ref_listContext) COMMA(i int) antlr.TerminalNode
func (*Table_ref_listContext) EnterRule ¶
func (s *Table_ref_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_ref_listContext) ExitRule ¶
func (s *Table_ref_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_ref_listContext) GetParser ¶
func (s *Table_ref_listContext) GetParser() antlr.Parser
func (*Table_ref_listContext) GetRuleContext ¶
func (s *Table_ref_listContext) GetRuleContext() antlr.RuleContext
func (*Table_ref_listContext) IsTable_ref_listContext ¶
func (*Table_ref_listContext) IsTable_ref_listContext()
func (*Table_ref_listContext) Table_ref ¶
func (s *Table_ref_listContext) Table_ref(i int) ITable_refContext
func (*Table_ref_listContext) ToStringTree ¶
func (s *Table_ref_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_type_defContext ¶
type Table_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_type_defContext ¶
func NewEmptyTable_type_defContext() *Table_type_defContext
func NewTable_type_defContext ¶
func NewTable_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_type_defContext
func (*Table_type_defContext) EnterRule ¶
func (s *Table_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_type_defContext) ExitRule ¶
func (s *Table_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_type_defContext) GetParser ¶
func (s *Table_type_defContext) GetParser() antlr.Parser
func (*Table_type_defContext) GetRuleContext ¶
func (s *Table_type_defContext) GetRuleContext() antlr.RuleContext
func (*Table_type_defContext) IsTable_type_defContext ¶
func (*Table_type_defContext) IsTable_type_defContext()
func (*Table_type_defContext) NOT ¶
func (s *Table_type_defContext) NOT() antlr.TerminalNode
func (*Table_type_defContext) NULL_ ¶
func (s *Table_type_defContext) NULL_() antlr.TerminalNode
func (*Table_type_defContext) OF ¶
func (s *Table_type_defContext) OF() antlr.TerminalNode
func (*Table_type_defContext) TABLE ¶
func (s *Table_type_defContext) TABLE() antlr.TerminalNode
func (*Table_type_defContext) Table_indexed_by_part ¶
func (s *Table_type_defContext) Table_indexed_by_part() ITable_indexed_by_partContext
func (*Table_type_defContext) ToStringTree ¶
func (s *Table_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_type_defContext) Type_spec ¶
func (s *Table_type_defContext) Type_spec() IType_specContext
type Table_var_nameContext ¶
type Table_var_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTable_var_nameContext ¶
func NewEmptyTable_var_nameContext() *Table_var_nameContext
func NewTable_var_nameContext ¶
func NewTable_var_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_var_nameContext
func (*Table_var_nameContext) EnterRule ¶
func (s *Table_var_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_var_nameContext) ExitRule ¶
func (s *Table_var_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_var_nameContext) GetParser ¶
func (s *Table_var_nameContext) GetParser() antlr.Parser
func (*Table_var_nameContext) GetRuleContext ¶
func (s *Table_var_nameContext) GetRuleContext() antlr.RuleContext
func (*Table_var_nameContext) Identifier ¶
func (s *Table_var_nameContext) Identifier() IIdentifierContext
func (*Table_var_nameContext) IsTable_var_nameContext ¶
func (*Table_var_nameContext) IsTable_var_nameContext()
func (*Table_var_nameContext) ToStringTree ¶
func (s *Table_var_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TablespaceContext ¶
type TablespaceContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespaceContext ¶
func NewEmptyTablespaceContext() *TablespaceContext
func NewTablespaceContext ¶
func NewTablespaceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TablespaceContext
func (*TablespaceContext) EnterRule ¶
func (s *TablespaceContext) EnterRule(listener antlr.ParseTreeListener)
func (*TablespaceContext) ExitRule ¶
func (s *TablespaceContext) ExitRule(listener antlr.ParseTreeListener)
func (*TablespaceContext) GetParser ¶
func (s *TablespaceContext) GetParser() antlr.Parser
func (*TablespaceContext) GetRuleContext ¶
func (s *TablespaceContext) GetRuleContext() antlr.RuleContext
func (*TablespaceContext) IsTablespaceContext ¶
func (*TablespaceContext) IsTablespaceContext()
func (*TablespaceContext) Regular_id ¶
func (s *TablespaceContext) Regular_id() IRegular_idContext
func (*TablespaceContext) ToStringTree ¶
func (s *TablespaceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Tablespace_encryption_specContext ¶
type Tablespace_encryption_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_encryption_specContext ¶
func NewEmptyTablespace_encryption_specContext() *Tablespace_encryption_specContext
func NewTablespace_encryption_specContext ¶
func NewTablespace_encryption_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_encryption_specContext
func (*Tablespace_encryption_specContext) CHAR_STRING ¶
func (s *Tablespace_encryption_specContext) CHAR_STRING() antlr.TerminalNode
func (*Tablespace_encryption_specContext) EnterRule ¶
func (s *Tablespace_encryption_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_encryption_specContext) ExitRule ¶
func (s *Tablespace_encryption_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_encryption_specContext) GetEncrypt_algorithm ¶
func (s *Tablespace_encryption_specContext) GetEncrypt_algorithm() antlr.Token
func (*Tablespace_encryption_specContext) GetParser ¶
func (s *Tablespace_encryption_specContext) GetParser() antlr.Parser
func (*Tablespace_encryption_specContext) GetRuleContext ¶
func (s *Tablespace_encryption_specContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_encryption_specContext) IsTablespace_encryption_specContext ¶
func (*Tablespace_encryption_specContext) IsTablespace_encryption_specContext()
func (*Tablespace_encryption_specContext) SetEncrypt_algorithm ¶
func (s *Tablespace_encryption_specContext) SetEncrypt_algorithm(v antlr.Token)
func (*Tablespace_encryption_specContext) ToStringTree ¶
func (s *Tablespace_encryption_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Tablespace_encryption_specContext) USING ¶
func (s *Tablespace_encryption_specContext) USING() antlr.TerminalNode
type Tablespace_group_clauseContext ¶
type Tablespace_group_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_group_clauseContext ¶
func NewEmptyTablespace_group_clauseContext() *Tablespace_group_clauseContext
func NewTablespace_group_clauseContext ¶
func NewTablespace_group_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_group_clauseContext
func (*Tablespace_group_clauseContext) CHAR_STRING ¶
func (s *Tablespace_group_clauseContext) CHAR_STRING() antlr.TerminalNode
func (*Tablespace_group_clauseContext) EnterRule ¶
func (s *Tablespace_group_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_group_clauseContext) ExitRule ¶
func (s *Tablespace_group_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_group_clauseContext) GROUP ¶
func (s *Tablespace_group_clauseContext) GROUP() antlr.TerminalNode
func (*Tablespace_group_clauseContext) GetParser ¶
func (s *Tablespace_group_clauseContext) GetParser() antlr.Parser
func (*Tablespace_group_clauseContext) GetRuleContext ¶
func (s *Tablespace_group_clauseContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_group_clauseContext) IsTablespace_group_clauseContext ¶
func (*Tablespace_group_clauseContext) IsTablespace_group_clauseContext()
func (*Tablespace_group_clauseContext) TABLESPACE ¶
func (s *Tablespace_group_clauseContext) TABLESPACE() antlr.TerminalNode
func (*Tablespace_group_clauseContext) Tablespace_group_name ¶
func (s *Tablespace_group_clauseContext) Tablespace_group_name() ITablespace_group_nameContext
func (*Tablespace_group_clauseContext) ToStringTree ¶
func (s *Tablespace_group_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Tablespace_group_nameContext ¶
type Tablespace_group_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_group_nameContext ¶
func NewEmptyTablespace_group_nameContext() *Tablespace_group_nameContext
func NewTablespace_group_nameContext ¶
func NewTablespace_group_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_group_nameContext
func (*Tablespace_group_nameContext) EnterRule ¶
func (s *Tablespace_group_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_group_nameContext) ExitRule ¶
func (s *Tablespace_group_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_group_nameContext) GetParser ¶
func (s *Tablespace_group_nameContext) GetParser() antlr.Parser
func (*Tablespace_group_nameContext) GetRuleContext ¶
func (s *Tablespace_group_nameContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_group_nameContext) IsTablespace_group_nameContext ¶
func (*Tablespace_group_nameContext) IsTablespace_group_nameContext()
func (*Tablespace_group_nameContext) Regular_id ¶
func (s *Tablespace_group_nameContext) Regular_id() IRegular_idContext
func (*Tablespace_group_nameContext) ToStringTree ¶
func (s *Tablespace_group_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Tablespace_logging_clausesContext ¶
type Tablespace_logging_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_logging_clausesContext ¶
func NewEmptyTablespace_logging_clausesContext() *Tablespace_logging_clausesContext
func NewTablespace_logging_clausesContext ¶
func NewTablespace_logging_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_logging_clausesContext
func (*Tablespace_logging_clausesContext) EnterRule ¶
func (s *Tablespace_logging_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_logging_clausesContext) ExitRule ¶
func (s *Tablespace_logging_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_logging_clausesContext) FORCE ¶
func (s *Tablespace_logging_clausesContext) FORCE() antlr.TerminalNode
func (*Tablespace_logging_clausesContext) GetParser ¶
func (s *Tablespace_logging_clausesContext) GetParser() antlr.Parser
func (*Tablespace_logging_clausesContext) GetRuleContext ¶
func (s *Tablespace_logging_clausesContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_logging_clausesContext) IsTablespace_logging_clausesContext ¶
func (*Tablespace_logging_clausesContext) IsTablespace_logging_clausesContext()
func (*Tablespace_logging_clausesContext) LOGGING ¶
func (s *Tablespace_logging_clausesContext) LOGGING() antlr.TerminalNode
func (*Tablespace_logging_clausesContext) Logging_clause ¶
func (s *Tablespace_logging_clausesContext) Logging_clause() ILogging_clauseContext
func (*Tablespace_logging_clausesContext) NO ¶
func (s *Tablespace_logging_clausesContext) NO() antlr.TerminalNode
func (*Tablespace_logging_clausesContext) ToStringTree ¶
func (s *Tablespace_logging_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Tablespace_retention_clauseContext ¶
type Tablespace_retention_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_retention_clauseContext ¶
func NewEmptyTablespace_retention_clauseContext() *Tablespace_retention_clauseContext
func NewTablespace_retention_clauseContext ¶
func NewTablespace_retention_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_retention_clauseContext
func (*Tablespace_retention_clauseContext) EnterRule ¶
func (s *Tablespace_retention_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_retention_clauseContext) ExitRule ¶
func (s *Tablespace_retention_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_retention_clauseContext) GUARANTEE ¶
func (s *Tablespace_retention_clauseContext) GUARANTEE() antlr.TerminalNode
func (*Tablespace_retention_clauseContext) GetParser ¶
func (s *Tablespace_retention_clauseContext) GetParser() antlr.Parser
func (*Tablespace_retention_clauseContext) GetRuleContext ¶
func (s *Tablespace_retention_clauseContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_retention_clauseContext) IsTablespace_retention_clauseContext ¶
func (*Tablespace_retention_clauseContext) IsTablespace_retention_clauseContext()
func (*Tablespace_retention_clauseContext) NOGUARANTEE ¶
func (s *Tablespace_retention_clauseContext) NOGUARANTEE() antlr.TerminalNode
func (*Tablespace_retention_clauseContext) RETENTION ¶
func (s *Tablespace_retention_clauseContext) RETENTION() antlr.TerminalNode
func (*Tablespace_retention_clauseContext) ToStringTree ¶
func (s *Tablespace_retention_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Tablespace_state_clausesContext ¶
type Tablespace_state_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTablespace_state_clausesContext ¶
func NewEmptyTablespace_state_clausesContext() *Tablespace_state_clausesContext
func NewTablespace_state_clausesContext ¶
func NewTablespace_state_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tablespace_state_clausesContext
func (*Tablespace_state_clausesContext) EnterRule ¶
func (s *Tablespace_state_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tablespace_state_clausesContext) ExitRule ¶
func (s *Tablespace_state_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tablespace_state_clausesContext) GetParser ¶
func (s *Tablespace_state_clausesContext) GetParser() antlr.Parser
func (*Tablespace_state_clausesContext) GetRuleContext ¶
func (s *Tablespace_state_clausesContext) GetRuleContext() antlr.RuleContext
func (*Tablespace_state_clausesContext) IMMEDIATE ¶
func (s *Tablespace_state_clausesContext) IMMEDIATE() antlr.TerminalNode
func (*Tablespace_state_clausesContext) IsTablespace_state_clausesContext ¶
func (*Tablespace_state_clausesContext) IsTablespace_state_clausesContext()
func (*Tablespace_state_clausesContext) NORMAL ¶
func (s *Tablespace_state_clausesContext) NORMAL() antlr.TerminalNode
func (*Tablespace_state_clausesContext) OFFLINE ¶
func (s *Tablespace_state_clausesContext) OFFLINE() antlr.TerminalNode
func (*Tablespace_state_clausesContext) ONLINE ¶
func (s *Tablespace_state_clausesContext) ONLINE() antlr.TerminalNode
func (*Tablespace_state_clausesContext) ONLY ¶
func (s *Tablespace_state_clausesContext) ONLY() antlr.TerminalNode
func (*Tablespace_state_clausesContext) PERMANENT ¶
func (s *Tablespace_state_clausesContext) PERMANENT() antlr.TerminalNode
func (*Tablespace_state_clausesContext) READ ¶
func (s *Tablespace_state_clausesContext) READ() antlr.TerminalNode
func (*Tablespace_state_clausesContext) TEMPORARY ¶
func (s *Tablespace_state_clausesContext) TEMPORARY() antlr.TerminalNode
func (*Tablespace_state_clausesContext) ToStringTree ¶
func (s *Tablespace_state_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Tablespace_state_clausesContext) WRITE ¶
func (s *Tablespace_state_clausesContext) WRITE() antlr.TerminalNode
type Tableview_nameContext ¶
type Tableview_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTableview_nameContext ¶
func NewEmptyTableview_nameContext() *Tableview_nameContext
func NewTableview_nameContext ¶
func NewTableview_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tableview_nameContext
func (*Tableview_nameContext) AT_SIGN ¶
func (s *Tableview_nameContext) AT_SIGN() antlr.TerminalNode
func (*Tableview_nameContext) AllLink_name ¶
func (s *Tableview_nameContext) AllLink_name() []ILink_nameContext
func (*Tableview_nameContext) AllPERIOD ¶
func (s *Tableview_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Tableview_nameContext) EnterRule ¶
func (s *Tableview_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tableview_nameContext) ExitRule ¶
func (s *Tableview_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tableview_nameContext) GetParser ¶
func (s *Tableview_nameContext) GetParser() antlr.Parser
func (*Tableview_nameContext) GetRuleContext ¶
func (s *Tableview_nameContext) GetRuleContext() antlr.RuleContext
func (*Tableview_nameContext) Id_expression ¶
func (s *Tableview_nameContext) Id_expression() IId_expressionContext
func (*Tableview_nameContext) Identifier ¶
func (s *Tableview_nameContext) Identifier() IIdentifierContext
func (*Tableview_nameContext) IsTableview_nameContext ¶
func (*Tableview_nameContext) IsTableview_nameContext()
func (*Tableview_nameContext) Link_name ¶
func (s *Tableview_nameContext) Link_name(i int) ILink_nameContext
func (*Tableview_nameContext) Outer_join_sign ¶
func (s *Tableview_nameContext) Outer_join_sign() IOuter_join_signContext
func (*Tableview_nameContext) PERIOD ¶
func (s *Tableview_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Tableview_nameContext) Partition_extension_clause ¶
func (s *Tableview_nameContext) Partition_extension_clause() IPartition_extension_clauseContext
func (*Tableview_nameContext) ToStringTree ¶
func (s *Tableview_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Tableview_nameContext) Xmltable ¶
func (s *Tableview_nameContext) Xmltable() IXmltableContext
type Tempfile_specificationContext ¶
type Tempfile_specificationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTempfile_specificationContext ¶
func NewEmptyTempfile_specificationContext() *Tempfile_specificationContext
func NewTempfile_specificationContext ¶
func NewTempfile_specificationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Tempfile_specificationContext
func (*Tempfile_specificationContext) COMMA ¶
func (s *Tempfile_specificationContext) COMMA() antlr.TerminalNode
func (*Tempfile_specificationContext) Datafile_tempfile_spec ¶
func (s *Tempfile_specificationContext) Datafile_tempfile_spec() IDatafile_tempfile_specContext
func (*Tempfile_specificationContext) EnterRule ¶
func (s *Tempfile_specificationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Tempfile_specificationContext) ExitRule ¶
func (s *Tempfile_specificationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Tempfile_specificationContext) GetParser ¶
func (s *Tempfile_specificationContext) GetParser() antlr.Parser
func (*Tempfile_specificationContext) GetRuleContext ¶
func (s *Tempfile_specificationContext) GetRuleContext() antlr.RuleContext
func (*Tempfile_specificationContext) IsTempfile_specificationContext ¶
func (*Tempfile_specificationContext) IsTempfile_specificationContext()
func (*Tempfile_specificationContext) TEMPFILE ¶
func (s *Tempfile_specificationContext) TEMPFILE() antlr.TerminalNode
func (*Tempfile_specificationContext) ToStringTree ¶
func (s *Tempfile_specificationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Temporary_tablespace_clauseContext ¶
type Temporary_tablespace_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTemporary_tablespace_clauseContext ¶
func NewEmptyTemporary_tablespace_clauseContext() *Temporary_tablespace_clauseContext
func NewTemporary_tablespace_clauseContext ¶
func NewTemporary_tablespace_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Temporary_tablespace_clauseContext
func (*Temporary_tablespace_clauseContext) EnterRule ¶
func (s *Temporary_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Temporary_tablespace_clauseContext) ExitRule ¶
func (s *Temporary_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Temporary_tablespace_clauseContext) Extent_management_clause ¶
func (s *Temporary_tablespace_clauseContext) Extent_management_clause() IExtent_management_clauseContext
func (*Temporary_tablespace_clauseContext) GetParser ¶
func (s *Temporary_tablespace_clauseContext) GetParser() antlr.Parser
func (*Temporary_tablespace_clauseContext) GetRuleContext ¶
func (s *Temporary_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
func (*Temporary_tablespace_clauseContext) GetTablespace_name ¶
func (s *Temporary_tablespace_clauseContext) GetTablespace_name() IId_expressionContext
func (*Temporary_tablespace_clauseContext) Id_expression ¶
func (s *Temporary_tablespace_clauseContext) Id_expression() IId_expressionContext
func (*Temporary_tablespace_clauseContext) IsTemporary_tablespace_clauseContext ¶
func (*Temporary_tablespace_clauseContext) IsTemporary_tablespace_clauseContext()
func (*Temporary_tablespace_clauseContext) SetTablespace_name ¶
func (s *Temporary_tablespace_clauseContext) SetTablespace_name(v IId_expressionContext)
func (*Temporary_tablespace_clauseContext) TABLESPACE ¶
func (s *Temporary_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
func (*Temporary_tablespace_clauseContext) TEMPORARY ¶
func (s *Temporary_tablespace_clauseContext) TEMPORARY() antlr.TerminalNode
func (*Temporary_tablespace_clauseContext) Tablespace_group_clause ¶
func (s *Temporary_tablespace_clauseContext) Tablespace_group_clause() ITablespace_group_clauseContext
func (*Temporary_tablespace_clauseContext) Tempfile_specification ¶
func (s *Temporary_tablespace_clauseContext) Tempfile_specification() ITempfile_specificationContext
func (*Temporary_tablespace_clauseContext) ToStringTree ¶
func (s *Temporary_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Timing_point_sectionContext ¶
type Timing_point_sectionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTiming_point_sectionContext ¶
func NewEmptyTiming_point_sectionContext() *Timing_point_sectionContext
func NewTiming_point_sectionContext ¶
func NewTiming_point_sectionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Timing_point_sectionContext
func (*Timing_point_sectionContext) AFTER ¶
func (s *Timing_point_sectionContext) AFTER(i int) antlr.TerminalNode
func (*Timing_point_sectionContext) AllAFTER ¶
func (s *Timing_point_sectionContext) AllAFTER() []antlr.TerminalNode
func (*Timing_point_sectionContext) AllBEFORE ¶
func (s *Timing_point_sectionContext) AllBEFORE() []antlr.TerminalNode
func (*Timing_point_sectionContext) AllEACH ¶
func (s *Timing_point_sectionContext) AllEACH() []antlr.TerminalNode
func (*Timing_point_sectionContext) AllROW ¶
func (s *Timing_point_sectionContext) AllROW() []antlr.TerminalNode
func (*Timing_point_sectionContext) AllSTATEMENT ¶
func (s *Timing_point_sectionContext) AllSTATEMENT() []antlr.TerminalNode
func (*Timing_point_sectionContext) BEFORE ¶
func (s *Timing_point_sectionContext) BEFORE(i int) antlr.TerminalNode
func (*Timing_point_sectionContext) EACH ¶
func (s *Timing_point_sectionContext) EACH(i int) antlr.TerminalNode
func (*Timing_point_sectionContext) EnterRule ¶
func (s *Timing_point_sectionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Timing_point_sectionContext) ExitRule ¶
func (s *Timing_point_sectionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Timing_point_sectionContext) GetAk ¶
func (s *Timing_point_sectionContext) GetAk() antlr.Token
func (*Timing_point_sectionContext) GetBk ¶
func (s *Timing_point_sectionContext) GetBk() antlr.Token
func (*Timing_point_sectionContext) GetParser ¶
func (s *Timing_point_sectionContext) GetParser() antlr.Parser
func (*Timing_point_sectionContext) GetRuleContext ¶
func (s *Timing_point_sectionContext) GetRuleContext() antlr.RuleContext
func (*Timing_point_sectionContext) IS ¶
func (s *Timing_point_sectionContext) IS() antlr.TerminalNode
func (*Timing_point_sectionContext) IsTiming_point_sectionContext ¶
func (*Timing_point_sectionContext) IsTiming_point_sectionContext()
func (*Timing_point_sectionContext) ROW ¶
func (s *Timing_point_sectionContext) ROW(i int) antlr.TerminalNode
func (*Timing_point_sectionContext) SEMICOLON ¶
func (s *Timing_point_sectionContext) SEMICOLON() antlr.TerminalNode
func (*Timing_point_sectionContext) STATEMENT ¶
func (s *Timing_point_sectionContext) STATEMENT(i int) antlr.TerminalNode
func (*Timing_point_sectionContext) SetAk ¶
func (s *Timing_point_sectionContext) SetAk(v antlr.Token)
func (*Timing_point_sectionContext) SetBk ¶
func (s *Timing_point_sectionContext) SetBk(v antlr.Token)
func (*Timing_point_sectionContext) ToStringTree ¶
func (s *Timing_point_sectionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Timing_point_sectionContext) Trigger_block ¶
func (s *Timing_point_sectionContext) Trigger_block() ITrigger_blockContext
type Trace_file_clauseContext ¶
type Trace_file_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrace_file_clauseContext ¶
func NewEmptyTrace_file_clauseContext() *Trace_file_clauseContext
func NewTrace_file_clauseContext ¶
func NewTrace_file_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trace_file_clauseContext
func (*Trace_file_clauseContext) AS ¶
func (s *Trace_file_clauseContext) AS() antlr.TerminalNode
func (*Trace_file_clauseContext) EnterRule ¶
func (s *Trace_file_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trace_file_clauseContext) ExitRule ¶
func (s *Trace_file_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trace_file_clauseContext) Filename ¶
func (s *Trace_file_clauseContext) Filename() IFilenameContext
func (*Trace_file_clauseContext) GetParser ¶
func (s *Trace_file_clauseContext) GetParser() antlr.Parser
func (*Trace_file_clauseContext) GetRuleContext ¶
func (s *Trace_file_clauseContext) GetRuleContext() antlr.RuleContext
func (*Trace_file_clauseContext) IsTrace_file_clauseContext ¶
func (*Trace_file_clauseContext) IsTrace_file_clauseContext()
func (*Trace_file_clauseContext) NORESETLOGS ¶
func (s *Trace_file_clauseContext) NORESETLOGS() antlr.TerminalNode
func (*Trace_file_clauseContext) RESETLOGS ¶
func (s *Trace_file_clauseContext) RESETLOGS() antlr.TerminalNode
func (*Trace_file_clauseContext) REUSE ¶
func (s *Trace_file_clauseContext) REUSE() antlr.TerminalNode
func (*Trace_file_clauseContext) TRACE ¶
func (s *Trace_file_clauseContext) TRACE() antlr.TerminalNode
func (*Trace_file_clauseContext) ToStringTree ¶
func (s *Trace_file_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Transaction_control_statementsContext ¶
type Transaction_control_statementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTransaction_control_statementsContext ¶
func NewEmptyTransaction_control_statementsContext() *Transaction_control_statementsContext
func NewTransaction_control_statementsContext ¶
func NewTransaction_control_statementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Transaction_control_statementsContext
func (*Transaction_control_statementsContext) Commit_statement ¶
func (s *Transaction_control_statementsContext) Commit_statement() ICommit_statementContext
func (*Transaction_control_statementsContext) EnterRule ¶
func (s *Transaction_control_statementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Transaction_control_statementsContext) ExitRule ¶
func (s *Transaction_control_statementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Transaction_control_statementsContext) GetParser ¶
func (s *Transaction_control_statementsContext) GetParser() antlr.Parser
func (*Transaction_control_statementsContext) GetRuleContext ¶
func (s *Transaction_control_statementsContext) GetRuleContext() antlr.RuleContext
func (*Transaction_control_statementsContext) IsTransaction_control_statementsContext ¶
func (*Transaction_control_statementsContext) IsTransaction_control_statementsContext()
func (*Transaction_control_statementsContext) Rollback_statement ¶
func (s *Transaction_control_statementsContext) Rollback_statement() IRollback_statementContext
func (*Transaction_control_statementsContext) Savepoint_statement ¶
func (s *Transaction_control_statementsContext) Savepoint_statement() ISavepoint_statementContext
func (*Transaction_control_statementsContext) Set_constraint_command ¶
func (s *Transaction_control_statementsContext) Set_constraint_command() ISet_constraint_commandContext
func (*Transaction_control_statementsContext) Set_transaction_command ¶
func (s *Transaction_control_statementsContext) Set_transaction_command() ISet_transaction_commandContext
func (*Transaction_control_statementsContext) ToStringTree ¶
func (s *Transaction_control_statementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Trigger_blockContext ¶
type Trigger_blockContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrigger_blockContext ¶
func NewEmptyTrigger_blockContext() *Trigger_blockContext
func NewTrigger_blockContext ¶
func NewTrigger_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trigger_blockContext
func (*Trigger_blockContext) AllDeclare_spec ¶
func (s *Trigger_blockContext) AllDeclare_spec() []IDeclare_specContext
func (*Trigger_blockContext) Body ¶
func (s *Trigger_blockContext) Body() IBodyContext
func (*Trigger_blockContext) DECLARE ¶
func (s *Trigger_blockContext) DECLARE() antlr.TerminalNode
func (*Trigger_blockContext) Declare_spec ¶
func (s *Trigger_blockContext) Declare_spec(i int) IDeclare_specContext
func (*Trigger_blockContext) EnterRule ¶
func (s *Trigger_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trigger_blockContext) ExitRule ¶
func (s *Trigger_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trigger_blockContext) GetParser ¶
func (s *Trigger_blockContext) GetParser() antlr.Parser
func (*Trigger_blockContext) GetRuleContext ¶
func (s *Trigger_blockContext) GetRuleContext() antlr.RuleContext
func (*Trigger_blockContext) IsTrigger_blockContext ¶
func (*Trigger_blockContext) IsTrigger_blockContext()
func (*Trigger_blockContext) ToStringTree ¶
func (s *Trigger_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Trigger_bodyContext ¶
type Trigger_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrigger_bodyContext ¶
func NewEmptyTrigger_bodyContext() *Trigger_bodyContext
func NewTrigger_bodyContext ¶
func NewTrigger_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trigger_bodyContext
func (*Trigger_bodyContext) CALL ¶
func (s *Trigger_bodyContext) CALL() antlr.TerminalNode
func (*Trigger_bodyContext) COMPOUND ¶
func (s *Trigger_bodyContext) COMPOUND() antlr.TerminalNode
func (*Trigger_bodyContext) EnterRule ¶
func (s *Trigger_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trigger_bodyContext) ExitRule ¶
func (s *Trigger_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trigger_bodyContext) GetParser ¶
func (s *Trigger_bodyContext) GetParser() antlr.Parser
func (*Trigger_bodyContext) GetRuleContext ¶
func (s *Trigger_bodyContext) GetRuleContext() antlr.RuleContext
func (*Trigger_bodyContext) Identifier ¶
func (s *Trigger_bodyContext) Identifier() IIdentifierContext
func (*Trigger_bodyContext) IsTrigger_bodyContext ¶
func (*Trigger_bodyContext) IsTrigger_bodyContext()
func (*Trigger_bodyContext) TRIGGER ¶
func (s *Trigger_bodyContext) TRIGGER() antlr.TerminalNode
func (*Trigger_bodyContext) ToStringTree ¶
func (s *Trigger_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Trigger_bodyContext) Trigger_block ¶
func (s *Trigger_bodyContext) Trigger_block() ITrigger_blockContext
type Trigger_follows_clauseContext ¶
type Trigger_follows_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrigger_follows_clauseContext ¶
func NewEmptyTrigger_follows_clauseContext() *Trigger_follows_clauseContext
func NewTrigger_follows_clauseContext ¶
func NewTrigger_follows_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trigger_follows_clauseContext
func (*Trigger_follows_clauseContext) AllCOMMA ¶
func (s *Trigger_follows_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Trigger_follows_clauseContext) AllTrigger_name ¶
func (s *Trigger_follows_clauseContext) AllTrigger_name() []ITrigger_nameContext
func (*Trigger_follows_clauseContext) COMMA ¶
func (s *Trigger_follows_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Trigger_follows_clauseContext) EnterRule ¶
func (s *Trigger_follows_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trigger_follows_clauseContext) ExitRule ¶
func (s *Trigger_follows_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trigger_follows_clauseContext) FOLLOWS ¶
func (s *Trigger_follows_clauseContext) FOLLOWS() antlr.TerminalNode
func (*Trigger_follows_clauseContext) GetParser ¶
func (s *Trigger_follows_clauseContext) GetParser() antlr.Parser
func (*Trigger_follows_clauseContext) GetRuleContext ¶
func (s *Trigger_follows_clauseContext) GetRuleContext() antlr.RuleContext
func (*Trigger_follows_clauseContext) IsTrigger_follows_clauseContext ¶
func (*Trigger_follows_clauseContext) IsTrigger_follows_clauseContext()
func (*Trigger_follows_clauseContext) ToStringTree ¶
func (s *Trigger_follows_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Trigger_follows_clauseContext) Trigger_name ¶
func (s *Trigger_follows_clauseContext) Trigger_name(i int) ITrigger_nameContext
type Trigger_nameContext ¶
type Trigger_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrigger_nameContext ¶
func NewEmptyTrigger_nameContext() *Trigger_nameContext
func NewTrigger_nameContext ¶
func NewTrigger_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trigger_nameContext
func (*Trigger_nameContext) EnterRule ¶
func (s *Trigger_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trigger_nameContext) ExitRule ¶
func (s *Trigger_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trigger_nameContext) GetParser ¶
func (s *Trigger_nameContext) GetParser() antlr.Parser
func (*Trigger_nameContext) GetRuleContext ¶
func (s *Trigger_nameContext) GetRuleContext() antlr.RuleContext
func (*Trigger_nameContext) Id_expression ¶
func (s *Trigger_nameContext) Id_expression() IId_expressionContext
func (*Trigger_nameContext) Identifier ¶
func (s *Trigger_nameContext) Identifier() IIdentifierContext
func (*Trigger_nameContext) IsTrigger_nameContext ¶
func (*Trigger_nameContext) IsTrigger_nameContext()
func (*Trigger_nameContext) PERIOD ¶
func (s *Trigger_nameContext) PERIOD() antlr.TerminalNode
func (*Trigger_nameContext) ToStringTree ¶
func (s *Trigger_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Trigger_when_clauseContext ¶
type Trigger_when_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTrigger_when_clauseContext ¶
func NewEmptyTrigger_when_clauseContext() *Trigger_when_clauseContext
func NewTrigger_when_clauseContext ¶
func NewTrigger_when_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Trigger_when_clauseContext
func (*Trigger_when_clauseContext) Condition ¶
func (s *Trigger_when_clauseContext) Condition() IConditionContext
func (*Trigger_when_clauseContext) EnterRule ¶
func (s *Trigger_when_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Trigger_when_clauseContext) ExitRule ¶
func (s *Trigger_when_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Trigger_when_clauseContext) GetParser ¶
func (s *Trigger_when_clauseContext) GetParser() antlr.Parser
func (*Trigger_when_clauseContext) GetRuleContext ¶
func (s *Trigger_when_clauseContext) GetRuleContext() antlr.RuleContext
func (*Trigger_when_clauseContext) IsTrigger_when_clauseContext ¶
func (*Trigger_when_clauseContext) IsTrigger_when_clauseContext()
func (*Trigger_when_clauseContext) LEFT_PAREN ¶
func (s *Trigger_when_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Trigger_when_clauseContext) RIGHT_PAREN ¶
func (s *Trigger_when_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Trigger_when_clauseContext) ToStringTree ¶
func (s *Trigger_when_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Trigger_when_clauseContext) WHEN ¶
func (s *Trigger_when_clauseContext) WHEN() antlr.TerminalNode
type Truncate_tableContext ¶
type Truncate_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyTruncate_tableContext ¶
func NewEmptyTruncate_tableContext() *Truncate_tableContext
func NewTruncate_tableContext ¶
func NewTruncate_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Truncate_tableContext
func (*Truncate_tableContext) EnterRule ¶
func (s *Truncate_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Truncate_tableContext) ExitRule ¶
func (s *Truncate_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Truncate_tableContext) GetParser ¶
func (s *Truncate_tableContext) GetParser() antlr.Parser
func (*Truncate_tableContext) GetRuleContext ¶
func (s *Truncate_tableContext) GetRuleContext() antlr.RuleContext
func (*Truncate_tableContext) IsTruncate_tableContext ¶
func (*Truncate_tableContext) IsTruncate_tableContext()
func (*Truncate_tableContext) PURGE ¶
func (s *Truncate_tableContext) PURGE() antlr.TerminalNode
func (*Truncate_tableContext) SEMICOLON ¶
func (s *Truncate_tableContext) SEMICOLON() antlr.TerminalNode
func (*Truncate_tableContext) TABLE ¶
func (s *Truncate_tableContext) TABLE() antlr.TerminalNode
func (*Truncate_tableContext) TRUNCATE ¶
func (s *Truncate_tableContext) TRUNCATE() antlr.TerminalNode
func (*Truncate_tableContext) Tableview_name ¶
func (s *Truncate_tableContext) Tableview_name() ITableview_nameContext
func (*Truncate_tableContext) ToStringTree ¶
func (s *Truncate_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Type_bodyContext ¶
type Type_bodyContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_bodyContext ¶
func NewEmptyType_bodyContext() *Type_bodyContext
func NewType_bodyContext ¶
func NewType_bodyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_bodyContext
func (*Type_bodyContext) AS ¶
func (s *Type_bodyContext) AS() antlr.TerminalNode
func (*Type_bodyContext) AllType_body_elements ¶
func (s *Type_bodyContext) AllType_body_elements() []IType_body_elementsContext
func (*Type_bodyContext) BODY ¶
func (s *Type_bodyContext) BODY() antlr.TerminalNode
func (*Type_bodyContext) END ¶
func (s *Type_bodyContext) END() antlr.TerminalNode
func (*Type_bodyContext) EnterRule ¶
func (s *Type_bodyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_bodyContext) ExitRule ¶
func (s *Type_bodyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_bodyContext) GetParser ¶
func (s *Type_bodyContext) GetParser() antlr.Parser
func (*Type_bodyContext) GetRuleContext ¶
func (s *Type_bodyContext) GetRuleContext() antlr.RuleContext
func (*Type_bodyContext) IS ¶
func (s *Type_bodyContext) IS() antlr.TerminalNode
func (*Type_bodyContext) IsType_bodyContext ¶
func (*Type_bodyContext) IsType_bodyContext()
func (*Type_bodyContext) ToStringTree ¶
func (s *Type_bodyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_bodyContext) Type_body_elements ¶
func (s *Type_bodyContext) Type_body_elements(i int) IType_body_elementsContext
func (*Type_bodyContext) Type_name ¶
func (s *Type_bodyContext) Type_name() IType_nameContext
type Type_body_elementsContext ¶
type Type_body_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_body_elementsContext ¶
func NewEmptyType_body_elementsContext() *Type_body_elementsContext
func NewType_body_elementsContext ¶
func NewType_body_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_body_elementsContext
func (*Type_body_elementsContext) EnterRule ¶
func (s *Type_body_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_body_elementsContext) ExitRule ¶
func (s *Type_body_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_body_elementsContext) GetParser ¶
func (s *Type_body_elementsContext) GetParser() antlr.Parser
func (*Type_body_elementsContext) GetRuleContext ¶
func (s *Type_body_elementsContext) GetRuleContext() antlr.RuleContext
func (*Type_body_elementsContext) IsType_body_elementsContext ¶
func (*Type_body_elementsContext) IsType_body_elementsContext()
func (*Type_body_elementsContext) Map_order_func_declaration ¶
func (s *Type_body_elementsContext) Map_order_func_declaration() IMap_order_func_declarationContext
func (*Type_body_elementsContext) Overriding_subprogram_spec ¶
func (s *Type_body_elementsContext) Overriding_subprogram_spec() IOverriding_subprogram_specContext
func (*Type_body_elementsContext) Subprog_decl_in_type ¶
func (s *Type_body_elementsContext) Subprog_decl_in_type() ISubprog_decl_in_typeContext
func (*Type_body_elementsContext) ToStringTree ¶
func (s *Type_body_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Type_declarationContext ¶
type Type_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_declarationContext ¶
func NewEmptyType_declarationContext() *Type_declarationContext
func NewType_declarationContext ¶
func NewType_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_declarationContext
func (*Type_declarationContext) EnterRule ¶
func (s *Type_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_declarationContext) ExitRule ¶
func (s *Type_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_declarationContext) GetParser ¶
func (s *Type_declarationContext) GetParser() antlr.Parser
func (*Type_declarationContext) GetRuleContext ¶
func (s *Type_declarationContext) GetRuleContext() antlr.RuleContext
func (*Type_declarationContext) IS ¶
func (s *Type_declarationContext) IS() antlr.TerminalNode
func (*Type_declarationContext) Identifier ¶
func (s *Type_declarationContext) Identifier() IIdentifierContext
func (*Type_declarationContext) IsType_declarationContext ¶
func (*Type_declarationContext) IsType_declarationContext()
func (*Type_declarationContext) Record_type_def ¶
func (s *Type_declarationContext) Record_type_def() IRecord_type_defContext
func (*Type_declarationContext) Ref_cursor_type_def ¶
func (s *Type_declarationContext) Ref_cursor_type_def() IRef_cursor_type_defContext
func (*Type_declarationContext) SEMICOLON ¶
func (s *Type_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Type_declarationContext) TYPE ¶
func (s *Type_declarationContext) TYPE() antlr.TerminalNode
func (*Type_declarationContext) Table_type_def ¶
func (s *Type_declarationContext) Table_type_def() ITable_type_defContext
func (*Type_declarationContext) ToStringTree ¶
func (s *Type_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_declarationContext) Varray_type_def ¶
func (s *Type_declarationContext) Varray_type_def() IVarray_type_defContext
type Type_definitionContext ¶
type Type_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_definitionContext ¶
func NewEmptyType_definitionContext() *Type_definitionContext
func NewType_definitionContext ¶
func NewType_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_definitionContext
func (*Type_definitionContext) CHAR_STRING ¶
func (s *Type_definitionContext) CHAR_STRING() antlr.TerminalNode
func (*Type_definitionContext) EnterRule ¶
func (s *Type_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_definitionContext) ExitRule ¶
func (s *Type_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_definitionContext) FORCE ¶
func (s *Type_definitionContext) FORCE() antlr.TerminalNode
func (*Type_definitionContext) GetParser ¶
func (s *Type_definitionContext) GetParser() antlr.Parser
func (*Type_definitionContext) GetRuleContext ¶
func (s *Type_definitionContext) GetRuleContext() antlr.RuleContext
func (*Type_definitionContext) IsType_definitionContext ¶
func (*Type_definitionContext) IsType_definitionContext()
func (*Type_definitionContext) OID ¶
func (s *Type_definitionContext) OID() antlr.TerminalNode
func (*Type_definitionContext) Object_type_def ¶
func (s *Type_definitionContext) Object_type_def() IObject_type_defContext
func (*Type_definitionContext) ToStringTree ¶
func (s *Type_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_definitionContext) Type_name ¶
func (s *Type_definitionContext) Type_name() IType_nameContext
type Type_elements_parameterContext ¶
type Type_elements_parameterContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_elements_parameterContext ¶
func NewEmptyType_elements_parameterContext() *Type_elements_parameterContext
func NewType_elements_parameterContext ¶
func NewType_elements_parameterContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_elements_parameterContext
func (*Type_elements_parameterContext) EnterRule ¶
func (s *Type_elements_parameterContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_elements_parameterContext) ExitRule ¶
func (s *Type_elements_parameterContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_elements_parameterContext) GetParser ¶
func (s *Type_elements_parameterContext) GetParser() antlr.Parser
func (*Type_elements_parameterContext) GetRuleContext ¶
func (s *Type_elements_parameterContext) GetRuleContext() antlr.RuleContext
func (*Type_elements_parameterContext) IsType_elements_parameterContext ¶
func (*Type_elements_parameterContext) IsType_elements_parameterContext()
func (*Type_elements_parameterContext) Parameter_name ¶
func (s *Type_elements_parameterContext) Parameter_name() IParameter_nameContext
func (*Type_elements_parameterContext) ToStringTree ¶
func (s *Type_elements_parameterContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_elements_parameterContext) Type_spec ¶
func (s *Type_elements_parameterContext) Type_spec() IType_specContext
type Type_function_specContext ¶
type Type_function_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_function_specContext ¶
func NewEmptyType_function_specContext() *Type_function_specContext
func NewType_function_specContext ¶
func NewType_function_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_function_specContext
func (*Type_function_specContext) AS ¶
func (s *Type_function_specContext) AS(i int) antlr.TerminalNode
func (*Type_function_specContext) AllAS ¶
func (s *Type_function_specContext) AllAS() []antlr.TerminalNode
func (*Type_function_specContext) AllCOMMA ¶
func (s *Type_function_specContext) AllCOMMA() []antlr.TerminalNode
func (*Type_function_specContext) AllType_elements_parameter ¶
func (s *Type_function_specContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Type_function_specContext) COMMA ¶
func (s *Type_function_specContext) COMMA(i int) antlr.TerminalNode
func (*Type_function_specContext) Call_spec ¶
func (s *Type_function_specContext) Call_spec() ICall_specContext
func (*Type_function_specContext) EXTERNAL ¶
func (s *Type_function_specContext) EXTERNAL() antlr.TerminalNode
func (*Type_function_specContext) EnterRule ¶
func (s *Type_function_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_function_specContext) ExitRule ¶
func (s *Type_function_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_function_specContext) Expression ¶
func (s *Type_function_specContext) Expression() IExpressionContext
func (*Type_function_specContext) FUNCTION ¶
func (s *Type_function_specContext) FUNCTION() antlr.TerminalNode
func (*Type_function_specContext) Function_name ¶
func (s *Type_function_specContext) Function_name() IFunction_nameContext
func (*Type_function_specContext) GetParser ¶
func (s *Type_function_specContext) GetParser() antlr.Parser
func (*Type_function_specContext) GetRuleContext ¶
func (s *Type_function_specContext) GetRuleContext() antlr.RuleContext
func (*Type_function_specContext) IS ¶
func (s *Type_function_specContext) IS() antlr.TerminalNode
func (*Type_function_specContext) IsType_function_specContext ¶
func (*Type_function_specContext) IsType_function_specContext()
func (*Type_function_specContext) LEFT_PAREN ¶
func (s *Type_function_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Type_function_specContext) NAME ¶
func (s *Type_function_specContext) NAME() antlr.TerminalNode
func (*Type_function_specContext) RESULT ¶
func (s *Type_function_specContext) RESULT() antlr.TerminalNode
func (*Type_function_specContext) RETURN ¶
func (s *Type_function_specContext) RETURN() antlr.TerminalNode
func (*Type_function_specContext) RIGHT_PAREN ¶
func (s *Type_function_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Type_function_specContext) SELF ¶
func (s *Type_function_specContext) SELF() antlr.TerminalNode
func (*Type_function_specContext) ToStringTree ¶
func (s *Type_function_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_function_specContext) Type_elements_parameter ¶
func (s *Type_function_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
func (*Type_function_specContext) Type_spec ¶
func (s *Type_function_specContext) Type_spec() IType_specContext
func (*Type_function_specContext) VARIABLE ¶
func (s *Type_function_specContext) VARIABLE() antlr.TerminalNode
type Type_nameContext ¶
type Type_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_nameContext ¶
func NewEmptyType_nameContext() *Type_nameContext
func NewType_nameContext ¶
func NewType_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_nameContext
func (*Type_nameContext) AllId_expression ¶
func (s *Type_nameContext) AllId_expression() []IId_expressionContext
func (*Type_nameContext) AllPERIOD ¶
func (s *Type_nameContext) AllPERIOD() []antlr.TerminalNode
func (*Type_nameContext) EnterRule ¶
func (s *Type_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_nameContext) ExitRule ¶
func (s *Type_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_nameContext) GetParser ¶
func (s *Type_nameContext) GetParser() antlr.Parser
func (*Type_nameContext) GetRuleContext ¶
func (s *Type_nameContext) GetRuleContext() antlr.RuleContext
func (*Type_nameContext) Id_expression ¶
func (s *Type_nameContext) Id_expression(i int) IId_expressionContext
func (*Type_nameContext) IsType_nameContext ¶
func (*Type_nameContext) IsType_nameContext()
func (*Type_nameContext) PERIOD ¶
func (s *Type_nameContext) PERIOD(i int) antlr.TerminalNode
func (*Type_nameContext) ToStringTree ¶
func (s *Type_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Type_procedure_specContext ¶
type Type_procedure_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_procedure_specContext ¶
func NewEmptyType_procedure_specContext() *Type_procedure_specContext
func NewType_procedure_specContext ¶
func NewType_procedure_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_procedure_specContext
func (*Type_procedure_specContext) AS ¶
func (s *Type_procedure_specContext) AS() antlr.TerminalNode
func (*Type_procedure_specContext) AllCOMMA ¶
func (s *Type_procedure_specContext) AllCOMMA() []antlr.TerminalNode
func (*Type_procedure_specContext) AllType_elements_parameter ¶
func (s *Type_procedure_specContext) AllType_elements_parameter() []IType_elements_parameterContext
func (*Type_procedure_specContext) COMMA ¶
func (s *Type_procedure_specContext) COMMA(i int) antlr.TerminalNode
func (*Type_procedure_specContext) Call_spec ¶
func (s *Type_procedure_specContext) Call_spec() ICall_specContext
func (*Type_procedure_specContext) EnterRule ¶
func (s *Type_procedure_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_procedure_specContext) ExitRule ¶
func (s *Type_procedure_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_procedure_specContext) GetParser ¶
func (s *Type_procedure_specContext) GetParser() antlr.Parser
func (*Type_procedure_specContext) GetRuleContext ¶
func (s *Type_procedure_specContext) GetRuleContext() antlr.RuleContext
func (*Type_procedure_specContext) IS ¶
func (s *Type_procedure_specContext) IS() antlr.TerminalNode
func (*Type_procedure_specContext) IsType_procedure_specContext ¶
func (*Type_procedure_specContext) IsType_procedure_specContext()
func (*Type_procedure_specContext) LEFT_PAREN ¶
func (s *Type_procedure_specContext) LEFT_PAREN() antlr.TerminalNode
func (*Type_procedure_specContext) PROCEDURE ¶
func (s *Type_procedure_specContext) PROCEDURE() antlr.TerminalNode
func (*Type_procedure_specContext) Procedure_name ¶
func (s *Type_procedure_specContext) Procedure_name() IProcedure_nameContext
func (*Type_procedure_specContext) RIGHT_PAREN ¶
func (s *Type_procedure_specContext) RIGHT_PAREN() antlr.TerminalNode
func (*Type_procedure_specContext) ToStringTree ¶
func (s *Type_procedure_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_procedure_specContext) Type_elements_parameter ¶
func (s *Type_procedure_specContext) Type_elements_parameter(i int) IType_elements_parameterContext
type Type_specContext ¶
type Type_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyType_specContext ¶
func NewEmptyType_specContext() *Type_specContext
func NewType_specContext ¶
func NewType_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Type_specContext
func (*Type_specContext) Datatype ¶
func (s *Type_specContext) Datatype() IDatatypeContext
func (*Type_specContext) EnterRule ¶
func (s *Type_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Type_specContext) ExitRule ¶
func (s *Type_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Type_specContext) GetParser ¶
func (s *Type_specContext) GetParser() antlr.Parser
func (*Type_specContext) GetRuleContext ¶
func (s *Type_specContext) GetRuleContext() antlr.RuleContext
func (*Type_specContext) IsType_specContext ¶
func (*Type_specContext) IsType_specContext()
func (*Type_specContext) PERCENT_ROWTYPE ¶
func (s *Type_specContext) PERCENT_ROWTYPE() antlr.TerminalNode
func (*Type_specContext) PERCENT_TYPE ¶
func (s *Type_specContext) PERCENT_TYPE() antlr.TerminalNode
func (*Type_specContext) REF ¶
func (s *Type_specContext) REF() antlr.TerminalNode
func (*Type_specContext) ToStringTree ¶
func (s *Type_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Type_specContext) Type_name ¶
func (s *Type_specContext) Type_name() IType_nameContext
type Unary_expressionContext ¶
type Unary_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnary_expressionContext ¶
func NewEmptyUnary_expressionContext() *Unary_expressionContext
func NewUnary_expressionContext ¶
func NewUnary_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unary_expressionContext
func (*Unary_expressionContext) ALL ¶
func (s *Unary_expressionContext) ALL() antlr.TerminalNode
func (*Unary_expressionContext) Atom ¶
func (s *Unary_expressionContext) Atom() IAtomContext
func (*Unary_expressionContext) CONNECT_BY_ROOT ¶
func (s *Unary_expressionContext) CONNECT_BY_ROOT() antlr.TerminalNode
func (*Unary_expressionContext) Case_statement ¶
func (s *Unary_expressionContext) Case_statement() ICase_statementContext
func (*Unary_expressionContext) DISTINCT ¶
func (s *Unary_expressionContext) DISTINCT() antlr.TerminalNode
func (*Unary_expressionContext) EnterRule ¶
func (s *Unary_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unary_expressionContext) ExitRule ¶
func (s *Unary_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unary_expressionContext) GetParser ¶
func (s *Unary_expressionContext) GetParser() antlr.Parser
func (*Unary_expressionContext) GetRuleContext ¶
func (s *Unary_expressionContext) GetRuleContext() antlr.RuleContext
func (*Unary_expressionContext) IsUnary_expressionContext ¶
func (*Unary_expressionContext) IsUnary_expressionContext()
func (*Unary_expressionContext) MINUS_SIGN ¶
func (s *Unary_expressionContext) MINUS_SIGN() antlr.TerminalNode
func (*Unary_expressionContext) NEW ¶
func (s *Unary_expressionContext) NEW() antlr.TerminalNode
func (*Unary_expressionContext) PLUS_SIGN ¶
func (s *Unary_expressionContext) PLUS_SIGN() antlr.TerminalNode
func (*Unary_expressionContext) PRIOR ¶
func (s *Unary_expressionContext) PRIOR() antlr.TerminalNode
func (*Unary_expressionContext) Quantified_expression ¶
func (s *Unary_expressionContext) Quantified_expression() IQuantified_expressionContext
func (*Unary_expressionContext) Standard_function ¶
func (s *Unary_expressionContext) Standard_function() IStandard_functionContext
func (*Unary_expressionContext) ToStringTree ¶
func (s *Unary_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unary_expressionContext) Unary_expression ¶
func (s *Unary_expressionContext) Unary_expression() IUnary_expressionContext
type Unary_logical_expressionContext ¶
type Unary_logical_expressionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnary_logical_expressionContext ¶
func NewEmptyUnary_logical_expressionContext() *Unary_logical_expressionContext
func NewUnary_logical_expressionContext ¶
func NewUnary_logical_expressionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unary_logical_expressionContext
func (*Unary_logical_expressionContext) AllIS ¶
func (s *Unary_logical_expressionContext) AllIS() []antlr.TerminalNode
func (*Unary_logical_expressionContext) AllLogical_operation ¶
func (s *Unary_logical_expressionContext) AllLogical_operation() []ILogical_operationContext
func (*Unary_logical_expressionContext) AllNOT ¶
func (s *Unary_logical_expressionContext) AllNOT() []antlr.TerminalNode
func (*Unary_logical_expressionContext) EnterRule ¶
func (s *Unary_logical_expressionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unary_logical_expressionContext) ExitRule ¶
func (s *Unary_logical_expressionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unary_logical_expressionContext) GetParser ¶
func (s *Unary_logical_expressionContext) GetParser() antlr.Parser
func (*Unary_logical_expressionContext) GetRuleContext ¶
func (s *Unary_logical_expressionContext) GetRuleContext() antlr.RuleContext
func (*Unary_logical_expressionContext) IS ¶
func (s *Unary_logical_expressionContext) IS(i int) antlr.TerminalNode
func (*Unary_logical_expressionContext) IsUnary_logical_expressionContext ¶
func (*Unary_logical_expressionContext) IsUnary_logical_expressionContext()
func (*Unary_logical_expressionContext) Logical_operation ¶
func (s *Unary_logical_expressionContext) Logical_operation(i int) ILogical_operationContext
func (*Unary_logical_expressionContext) Multiset_expression ¶
func (s *Unary_logical_expressionContext) Multiset_expression() IMultiset_expressionContext
func (*Unary_logical_expressionContext) NOT ¶
func (s *Unary_logical_expressionContext) NOT(i int) antlr.TerminalNode
func (*Unary_logical_expressionContext) ToStringTree ¶
func (s *Unary_logical_expressionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Undo_tablespace_clauseContext ¶
type Undo_tablespace_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUndo_tablespace_clauseContext ¶
func NewEmptyUndo_tablespace_clauseContext() *Undo_tablespace_clauseContext
func NewUndo_tablespace_clauseContext ¶
func NewUndo_tablespace_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Undo_tablespace_clauseContext
func (*Undo_tablespace_clauseContext) Datafile_specification ¶
func (s *Undo_tablespace_clauseContext) Datafile_specification() IDatafile_specificationContext
func (*Undo_tablespace_clauseContext) EnterRule ¶
func (s *Undo_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Undo_tablespace_clauseContext) ExitRule ¶
func (s *Undo_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Undo_tablespace_clauseContext) Extent_management_clause ¶
func (s *Undo_tablespace_clauseContext) Extent_management_clause() IExtent_management_clauseContext
func (*Undo_tablespace_clauseContext) GetParser ¶
func (s *Undo_tablespace_clauseContext) GetParser() antlr.Parser
func (*Undo_tablespace_clauseContext) GetRuleContext ¶
func (s *Undo_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
func (*Undo_tablespace_clauseContext) GetTablespace_name ¶
func (s *Undo_tablespace_clauseContext) GetTablespace_name() IId_expressionContext
func (*Undo_tablespace_clauseContext) Id_expression ¶
func (s *Undo_tablespace_clauseContext) Id_expression() IId_expressionContext
func (*Undo_tablespace_clauseContext) IsUndo_tablespace_clauseContext ¶
func (*Undo_tablespace_clauseContext) IsUndo_tablespace_clauseContext()
func (*Undo_tablespace_clauseContext) SetTablespace_name ¶
func (s *Undo_tablespace_clauseContext) SetTablespace_name(v IId_expressionContext)
func (*Undo_tablespace_clauseContext) TABLESPACE ¶
func (s *Undo_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
func (*Undo_tablespace_clauseContext) Tablespace_retention_clause ¶
func (s *Undo_tablespace_clauseContext) Tablespace_retention_clause() ITablespace_retention_clauseContext
func (*Undo_tablespace_clauseContext) ToStringTree ¶
func (s *Undo_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Undo_tablespace_clauseContext) UNDO ¶
func (s *Undo_tablespace_clauseContext) UNDO() antlr.TerminalNode
type Unified_auditingContext ¶
type Unified_auditingContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnified_auditingContext ¶
func NewEmptyUnified_auditingContext() *Unified_auditingContext
func NewUnified_auditingContext ¶
func NewUnified_auditingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unified_auditingContext
func (*Unified_auditingContext) ATTRIBUTES ¶
func (s *Unified_auditingContext) ATTRIBUTES() antlr.TerminalNode
func (*Unified_auditingContext) AUDIT ¶
func (s *Unified_auditingContext) AUDIT() antlr.TerminalNode
func (*Unified_auditingContext) AllAttribute_name ¶
func (s *Unified_auditingContext) AllAttribute_name() []IAttribute_nameContext
func (*Unified_auditingContext) AllAudit_user ¶
func (s *Unified_auditingContext) AllAudit_user() []IAudit_userContext
func (*Unified_auditingContext) AllCOMMA ¶
func (s *Unified_auditingContext) AllCOMMA() []antlr.TerminalNode
func (*Unified_auditingContext) Attribute_name ¶
func (s *Unified_auditingContext) Attribute_name(i int) IAttribute_nameContext
func (*Unified_auditingContext) Audit_user ¶
func (s *Unified_auditingContext) Audit_user(i int) IAudit_userContext
func (*Unified_auditingContext) BY ¶
func (s *Unified_auditingContext) BY() antlr.TerminalNode
func (*Unified_auditingContext) COMMA ¶
func (s *Unified_auditingContext) COMMA(i int) antlr.TerminalNode
func (*Unified_auditingContext) CONTEXT ¶
func (s *Unified_auditingContext) CONTEXT() antlr.TerminalNode
func (*Unified_auditingContext) EXCEPT ¶
func (s *Unified_auditingContext) EXCEPT() antlr.TerminalNode
func (*Unified_auditingContext) EnterRule ¶
func (s *Unified_auditingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unified_auditingContext) ExitRule ¶
func (s *Unified_auditingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unified_auditingContext) GetParser ¶
func (s *Unified_auditingContext) GetParser() antlr.Parser
func (*Unified_auditingContext) GetRuleContext ¶
func (s *Unified_auditingContext) GetRuleContext() antlr.RuleContext
func (*Unified_auditingContext) IsUnified_auditingContext ¶
func (*Unified_auditingContext) IsUnified_auditingContext()
func (*Unified_auditingContext) NAMESPACE ¶
func (s *Unified_auditingContext) NAMESPACE() antlr.TerminalNode
func (*Unified_auditingContext) NOT ¶
func (s *Unified_auditingContext) NOT() antlr.TerminalNode
func (*Unified_auditingContext) Oracle_namespace ¶
func (s *Unified_auditingContext) Oracle_namespace() IOracle_namespaceContext
func (*Unified_auditingContext) POLICY ¶
func (s *Unified_auditingContext) POLICY() antlr.TerminalNode
func (*Unified_auditingContext) Policy_name ¶
func (s *Unified_auditingContext) Policy_name() IPolicy_nameContext
func (*Unified_auditingContext) SEMICOLON ¶
func (s *Unified_auditingContext) SEMICOLON() antlr.TerminalNode
func (*Unified_auditingContext) SUCCESSFUL ¶
func (s *Unified_auditingContext) SUCCESSFUL() antlr.TerminalNode
func (*Unified_auditingContext) ToStringTree ¶
func (s *Unified_auditingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unified_auditingContext) WHENEVER ¶
func (s *Unified_auditingContext) WHENEVER() antlr.TerminalNode
type Unique_key_clauseContext ¶
type Unique_key_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnique_key_clauseContext ¶
func NewEmptyUnique_key_clauseContext() *Unique_key_clauseContext
func NewUnique_key_clauseContext ¶
func NewUnique_key_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unique_key_clauseContext
func (*Unique_key_clauseContext) EnterRule ¶
func (s *Unique_key_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unique_key_clauseContext) ExitRule ¶
func (s *Unique_key_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unique_key_clauseContext) GetParser ¶
func (s *Unique_key_clauseContext) GetParser() antlr.Parser
func (*Unique_key_clauseContext) GetRuleContext ¶
func (s *Unique_key_clauseContext) GetRuleContext() antlr.RuleContext
func (*Unique_key_clauseContext) IsUnique_key_clauseContext ¶
func (*Unique_key_clauseContext) IsUnique_key_clauseContext()
func (*Unique_key_clauseContext) Paren_column_list ¶
func (s *Unique_key_clauseContext) Paren_column_list() IParen_column_listContext
func (*Unique_key_clauseContext) ToStringTree ¶
func (s *Unique_key_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unique_key_clauseContext) UNIQUE ¶
func (s *Unique_key_clauseContext) UNIQUE() antlr.TerminalNode
func (*Unique_key_clauseContext) Using_index_clause ¶
func (s *Unique_key_clauseContext) Using_index_clause() IUsing_index_clauseContext
type Unit_statementContext ¶
type Unit_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnit_statementContext ¶
func NewEmptyUnit_statementContext() *Unit_statementContext
func NewUnit_statementContext ¶
func NewUnit_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unit_statementContext
func (*Unit_statementContext) Alter_cluster ¶
func (s *Unit_statementContext) Alter_cluster() IAlter_clusterContext
func (*Unit_statementContext) Alter_database ¶
func (s *Unit_statementContext) Alter_database() IAlter_databaseContext
func (*Unit_statementContext) Alter_function ¶
func (s *Unit_statementContext) Alter_function() IAlter_functionContext
func (*Unit_statementContext) Alter_index ¶
func (s *Unit_statementContext) Alter_index() IAlter_indexContext
func (*Unit_statementContext) Alter_library ¶
func (s *Unit_statementContext) Alter_library() IAlter_libraryContext
func (*Unit_statementContext) Alter_materialized_view ¶
func (s *Unit_statementContext) Alter_materialized_view() IAlter_materialized_viewContext
func (*Unit_statementContext) Alter_materialized_view_log ¶
func (s *Unit_statementContext) Alter_materialized_view_log() IAlter_materialized_view_logContext
func (*Unit_statementContext) Alter_package ¶
func (s *Unit_statementContext) Alter_package() IAlter_packageContext
func (*Unit_statementContext) Alter_procedure ¶
func (s *Unit_statementContext) Alter_procedure() IAlter_procedureContext
func (*Unit_statementContext) Alter_sequence ¶
func (s *Unit_statementContext) Alter_sequence() IAlter_sequenceContext
func (*Unit_statementContext) Alter_session ¶
func (s *Unit_statementContext) Alter_session() IAlter_sessionContext
func (*Unit_statementContext) Alter_table ¶
func (s *Unit_statementContext) Alter_table() IAlter_tableContext
func (*Unit_statementContext) Alter_tablespace ¶
func (s *Unit_statementContext) Alter_tablespace() IAlter_tablespaceContext
func (*Unit_statementContext) Alter_trigger ¶
func (s *Unit_statementContext) Alter_trigger() IAlter_triggerContext
func (*Unit_statementContext) Alter_type ¶
func (s *Unit_statementContext) Alter_type() IAlter_typeContext
func (*Unit_statementContext) Alter_user ¶
func (s *Unit_statementContext) Alter_user() IAlter_userContext
func (*Unit_statementContext) Alter_view ¶
func (s *Unit_statementContext) Alter_view() IAlter_viewContext
func (*Unit_statementContext) Analyze ¶
func (s *Unit_statementContext) Analyze() IAnalyzeContext
func (*Unit_statementContext) Anonymous_block ¶
func (s *Unit_statementContext) Anonymous_block() IAnonymous_blockContext
func (*Unit_statementContext) Associate_statistics ¶
func (s *Unit_statementContext) Associate_statistics() IAssociate_statisticsContext
func (*Unit_statementContext) Audit_traditional ¶
func (s *Unit_statementContext) Audit_traditional() IAudit_traditionalContext
func (*Unit_statementContext) Comment_on_column ¶
func (s *Unit_statementContext) Comment_on_column() IComment_on_columnContext
func (*Unit_statementContext) Comment_on_table ¶
func (s *Unit_statementContext) Comment_on_table() IComment_on_tableContext
func (*Unit_statementContext) Create_cluster ¶
func (s *Unit_statementContext) Create_cluster() ICreate_clusterContext
func (*Unit_statementContext) Create_context ¶
func (s *Unit_statementContext) Create_context() ICreate_contextContext
func (*Unit_statementContext) Create_directory ¶
func (s *Unit_statementContext) Create_directory() ICreate_directoryContext
func (*Unit_statementContext) Create_function_body ¶
func (s *Unit_statementContext) Create_function_body() ICreate_function_bodyContext
func (*Unit_statementContext) Create_index ¶
func (s *Unit_statementContext) Create_index() ICreate_indexContext
func (*Unit_statementContext) Create_materialized_view ¶
func (s *Unit_statementContext) Create_materialized_view() ICreate_materialized_viewContext
func (*Unit_statementContext) Create_materialized_view_log ¶
func (s *Unit_statementContext) Create_materialized_view_log() ICreate_materialized_view_logContext
func (*Unit_statementContext) Create_package ¶
func (s *Unit_statementContext) Create_package() ICreate_packageContext
func (*Unit_statementContext) Create_package_body ¶
func (s *Unit_statementContext) Create_package_body() ICreate_package_bodyContext
func (*Unit_statementContext) Create_procedure_body ¶
func (s *Unit_statementContext) Create_procedure_body() ICreate_procedure_bodyContext
func (*Unit_statementContext) Create_sequence ¶
func (s *Unit_statementContext) Create_sequence() ICreate_sequenceContext
func (*Unit_statementContext) Create_synonym ¶
func (s *Unit_statementContext) Create_synonym() ICreate_synonymContext
func (*Unit_statementContext) Create_table ¶
func (s *Unit_statementContext) Create_table() ICreate_tableContext
func (*Unit_statementContext) Create_tablespace ¶
func (s *Unit_statementContext) Create_tablespace() ICreate_tablespaceContext
func (*Unit_statementContext) Create_trigger ¶
func (s *Unit_statementContext) Create_trigger() ICreate_triggerContext
func (*Unit_statementContext) Create_type ¶
func (s *Unit_statementContext) Create_type() ICreate_typeContext
func (*Unit_statementContext) Create_user ¶
func (s *Unit_statementContext) Create_user() ICreate_userContext
func (*Unit_statementContext) Create_view ¶
func (s *Unit_statementContext) Create_view() ICreate_viewContext
func (*Unit_statementContext) Data_manipulation_language_statements ¶
func (s *Unit_statementContext) Data_manipulation_language_statements() IData_manipulation_language_statementsContext
func (*Unit_statementContext) Drop_function ¶
func (s *Unit_statementContext) Drop_function() IDrop_functionContext
func (*Unit_statementContext) Drop_index ¶
func (s *Unit_statementContext) Drop_index() IDrop_indexContext
func (*Unit_statementContext) Drop_package ¶
func (s *Unit_statementContext) Drop_package() IDrop_packageContext
func (*Unit_statementContext) Drop_procedure ¶
func (s *Unit_statementContext) Drop_procedure() IDrop_procedureContext
func (*Unit_statementContext) Drop_sequence ¶
func (s *Unit_statementContext) Drop_sequence() IDrop_sequenceContext
func (*Unit_statementContext) Drop_table ¶
func (s *Unit_statementContext) Drop_table() IDrop_tableContext
func (*Unit_statementContext) Drop_trigger ¶
func (s *Unit_statementContext) Drop_trigger() IDrop_triggerContext
func (*Unit_statementContext) Drop_type ¶
func (s *Unit_statementContext) Drop_type() IDrop_typeContext
func (*Unit_statementContext) Drop_view ¶
func (s *Unit_statementContext) Drop_view() IDrop_viewContext
func (*Unit_statementContext) EnterRule ¶
func (s *Unit_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unit_statementContext) ExitRule ¶
func (s *Unit_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unit_statementContext) GetParser ¶
func (s *Unit_statementContext) GetParser() antlr.Parser
func (*Unit_statementContext) GetRuleContext ¶
func (s *Unit_statementContext) GetRuleContext() antlr.RuleContext
func (*Unit_statementContext) Grant_statement ¶
func (s *Unit_statementContext) Grant_statement() IGrant_statementContext
func (*Unit_statementContext) IsUnit_statementContext ¶
func (*Unit_statementContext) IsUnit_statementContext()
func (*Unit_statementContext) Procedure_call ¶
func (s *Unit_statementContext) Procedure_call() IProcedure_callContext
func (*Unit_statementContext) Rename_object ¶
func (s *Unit_statementContext) Rename_object() IRename_objectContext
func (*Unit_statementContext) ToStringTree ¶
func (s *Unit_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unit_statementContext) Transaction_control_statements ¶
func (s *Unit_statementContext) Transaction_control_statements() ITransaction_control_statementsContext
func (*Unit_statementContext) Truncate_table ¶
func (s *Unit_statementContext) Truncate_table() ITruncate_tableContext
func (*Unit_statementContext) Unified_auditing ¶
func (s *Unit_statementContext) Unified_auditing() IUnified_auditingContext
type Unpivot_clauseContext ¶
type Unpivot_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnpivot_clauseContext ¶
func NewEmptyUnpivot_clauseContext() *Unpivot_clauseContext
func NewUnpivot_clauseContext ¶
func NewUnpivot_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unpivot_clauseContext
func (*Unpivot_clauseContext) Column_name ¶
func (s *Unpivot_clauseContext) Column_name() IColumn_nameContext
func (*Unpivot_clauseContext) EXCLUDE ¶
func (s *Unpivot_clauseContext) EXCLUDE() antlr.TerminalNode
func (*Unpivot_clauseContext) EnterRule ¶
func (s *Unpivot_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unpivot_clauseContext) ExitRule ¶
func (s *Unpivot_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unpivot_clauseContext) GetParser ¶
func (s *Unpivot_clauseContext) GetParser() antlr.Parser
func (*Unpivot_clauseContext) GetRuleContext ¶
func (s *Unpivot_clauseContext) GetRuleContext() antlr.RuleContext
func (*Unpivot_clauseContext) INCLUDE ¶
func (s *Unpivot_clauseContext) INCLUDE() antlr.TerminalNode
func (*Unpivot_clauseContext) IsUnpivot_clauseContext ¶
func (*Unpivot_clauseContext) IsUnpivot_clauseContext()
func (*Unpivot_clauseContext) LEFT_PAREN ¶
func (s *Unpivot_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Unpivot_clauseContext) NULLS ¶
func (s *Unpivot_clauseContext) NULLS() antlr.TerminalNode
func (*Unpivot_clauseContext) Paren_column_list ¶
func (s *Unpivot_clauseContext) Paren_column_list() IParen_column_listContext
func (*Unpivot_clauseContext) Pivot_for_clause ¶
func (s *Unpivot_clauseContext) Pivot_for_clause() IPivot_for_clauseContext
func (*Unpivot_clauseContext) RIGHT_PAREN ¶
func (s *Unpivot_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Unpivot_clauseContext) ToStringTree ¶
func (s *Unpivot_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unpivot_clauseContext) UNPIVOT ¶
func (s *Unpivot_clauseContext) UNPIVOT() antlr.TerminalNode
func (*Unpivot_clauseContext) Unpivot_in_clause ¶
func (s *Unpivot_clauseContext) Unpivot_in_clause() IUnpivot_in_clauseContext
type Unpivot_in_clauseContext ¶
type Unpivot_in_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnpivot_in_clauseContext ¶
func NewEmptyUnpivot_in_clauseContext() *Unpivot_in_clauseContext
func NewUnpivot_in_clauseContext ¶
func NewUnpivot_in_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unpivot_in_clauseContext
func (*Unpivot_in_clauseContext) AllCOMMA ¶
func (s *Unpivot_in_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Unpivot_in_clauseContext) AllUnpivot_in_elements ¶
func (s *Unpivot_in_clauseContext) AllUnpivot_in_elements() []IUnpivot_in_elementsContext
func (*Unpivot_in_clauseContext) COMMA ¶
func (s *Unpivot_in_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Unpivot_in_clauseContext) EnterRule ¶
func (s *Unpivot_in_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unpivot_in_clauseContext) ExitRule ¶
func (s *Unpivot_in_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unpivot_in_clauseContext) GetParser ¶
func (s *Unpivot_in_clauseContext) GetParser() antlr.Parser
func (*Unpivot_in_clauseContext) GetRuleContext ¶
func (s *Unpivot_in_clauseContext) GetRuleContext() antlr.RuleContext
func (*Unpivot_in_clauseContext) IN ¶
func (s *Unpivot_in_clauseContext) IN() antlr.TerminalNode
func (*Unpivot_in_clauseContext) IsUnpivot_in_clauseContext ¶
func (*Unpivot_in_clauseContext) IsUnpivot_in_clauseContext()
func (*Unpivot_in_clauseContext) LEFT_PAREN ¶
func (s *Unpivot_in_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Unpivot_in_clauseContext) RIGHT_PAREN ¶
func (s *Unpivot_in_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Unpivot_in_clauseContext) ToStringTree ¶
func (s *Unpivot_in_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Unpivot_in_clauseContext) Unpivot_in_elements ¶
func (s *Unpivot_in_clauseContext) Unpivot_in_elements(i int) IUnpivot_in_elementsContext
type Unpivot_in_elementsContext ¶
type Unpivot_in_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUnpivot_in_elementsContext ¶
func NewEmptyUnpivot_in_elementsContext() *Unpivot_in_elementsContext
func NewUnpivot_in_elementsContext ¶
func NewUnpivot_in_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Unpivot_in_elementsContext
func (*Unpivot_in_elementsContext) AS ¶
func (s *Unpivot_in_elementsContext) AS() antlr.TerminalNode
func (*Unpivot_in_elementsContext) AllCOMMA ¶
func (s *Unpivot_in_elementsContext) AllCOMMA() []antlr.TerminalNode
func (*Unpivot_in_elementsContext) AllConstant ¶
func (s *Unpivot_in_elementsContext) AllConstant() []IConstantContext
func (*Unpivot_in_elementsContext) COMMA ¶
func (s *Unpivot_in_elementsContext) COMMA(i int) antlr.TerminalNode
func (*Unpivot_in_elementsContext) Column_name ¶
func (s *Unpivot_in_elementsContext) Column_name() IColumn_nameContext
func (*Unpivot_in_elementsContext) Constant ¶
func (s *Unpivot_in_elementsContext) Constant(i int) IConstantContext
func (*Unpivot_in_elementsContext) EnterRule ¶
func (s *Unpivot_in_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Unpivot_in_elementsContext) ExitRule ¶
func (s *Unpivot_in_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Unpivot_in_elementsContext) GetParser ¶
func (s *Unpivot_in_elementsContext) GetParser() antlr.Parser
func (*Unpivot_in_elementsContext) GetRuleContext ¶
func (s *Unpivot_in_elementsContext) GetRuleContext() antlr.RuleContext
func (*Unpivot_in_elementsContext) IsUnpivot_in_elementsContext ¶
func (*Unpivot_in_elementsContext) IsUnpivot_in_elementsContext()
func (*Unpivot_in_elementsContext) LEFT_PAREN ¶
func (s *Unpivot_in_elementsContext) LEFT_PAREN() antlr.TerminalNode
func (*Unpivot_in_elementsContext) Paren_column_list ¶
func (s *Unpivot_in_elementsContext) Paren_column_list() IParen_column_listContext
func (*Unpivot_in_elementsContext) RIGHT_PAREN ¶
func (s *Unpivot_in_elementsContext) RIGHT_PAREN() antlr.TerminalNode
func (*Unpivot_in_elementsContext) ToStringTree ¶
func (s *Unpivot_in_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Until_partContext ¶
type Until_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUntil_partContext ¶
func NewEmptyUntil_partContext() *Until_partContext
func NewUntil_partContext ¶
func NewUntil_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Until_partContext
func (*Until_partContext) Condition ¶
func (s *Until_partContext) Condition() IConditionContext
func (*Until_partContext) EnterRule ¶
func (s *Until_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Until_partContext) ExitRule ¶
func (s *Until_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Until_partContext) GetParser ¶
func (s *Until_partContext) GetParser() antlr.Parser
func (*Until_partContext) GetRuleContext ¶
func (s *Until_partContext) GetRuleContext() antlr.RuleContext
func (*Until_partContext) IsUntil_partContext ¶
func (*Until_partContext) IsUntil_partContext()
func (*Until_partContext) LEFT_PAREN ¶
func (s *Until_partContext) LEFT_PAREN() antlr.TerminalNode
func (*Until_partContext) RIGHT_PAREN ¶
func (s *Until_partContext) RIGHT_PAREN() antlr.TerminalNode
func (*Until_partContext) ToStringTree ¶
func (s *Until_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Until_partContext) UNTIL ¶
func (s *Until_partContext) UNTIL() antlr.TerminalNode
type Update_set_clauseContext ¶
type Update_set_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUpdate_set_clauseContext ¶
func NewEmptyUpdate_set_clauseContext() *Update_set_clauseContext
func NewUpdate_set_clauseContext ¶
func NewUpdate_set_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Update_set_clauseContext
func (*Update_set_clauseContext) AllCOMMA ¶
func (s *Update_set_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Update_set_clauseContext) AllColumn_based_update_set_clause ¶
func (s *Update_set_clauseContext) AllColumn_based_update_set_clause() []IColumn_based_update_set_clauseContext
func (*Update_set_clauseContext) COMMA ¶
func (s *Update_set_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Update_set_clauseContext) Column_based_update_set_clause ¶
func (s *Update_set_clauseContext) Column_based_update_set_clause(i int) IColumn_based_update_set_clauseContext
func (*Update_set_clauseContext) EQUALS_OP ¶
func (s *Update_set_clauseContext) EQUALS_OP() antlr.TerminalNode
func (*Update_set_clauseContext) EnterRule ¶
func (s *Update_set_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Update_set_clauseContext) ExitRule ¶
func (s *Update_set_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Update_set_clauseContext) Expression ¶
func (s *Update_set_clauseContext) Expression() IExpressionContext
func (*Update_set_clauseContext) GetParser ¶
func (s *Update_set_clauseContext) GetParser() antlr.Parser
func (*Update_set_clauseContext) GetRuleContext ¶
func (s *Update_set_clauseContext) GetRuleContext() antlr.RuleContext
func (*Update_set_clauseContext) Identifier ¶
func (s *Update_set_clauseContext) Identifier() IIdentifierContext
func (*Update_set_clauseContext) IsUpdate_set_clauseContext ¶
func (*Update_set_clauseContext) IsUpdate_set_clauseContext()
func (*Update_set_clauseContext) LEFT_PAREN ¶
func (s *Update_set_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Update_set_clauseContext) RIGHT_PAREN ¶
func (s *Update_set_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Update_set_clauseContext) SET ¶
func (s *Update_set_clauseContext) SET() antlr.TerminalNode
func (*Update_set_clauseContext) ToStringTree ¶
func (s *Update_set_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Update_set_clauseContext) VALUE ¶
func (s *Update_set_clauseContext) VALUE() antlr.TerminalNode
type Update_statementContext ¶
type Update_statementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUpdate_statementContext ¶
func NewEmptyUpdate_statementContext() *Update_statementContext
func NewUpdate_statementContext ¶
func NewUpdate_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Update_statementContext
func (*Update_statementContext) EnterRule ¶
func (s *Update_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Update_statementContext) Error_logging_clause ¶
func (s *Update_statementContext) Error_logging_clause() IError_logging_clauseContext
func (*Update_statementContext) ExitRule ¶
func (s *Update_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Update_statementContext) General_table_ref ¶
func (s *Update_statementContext) General_table_ref() IGeneral_table_refContext
func (*Update_statementContext) GetParser ¶
func (s *Update_statementContext) GetParser() antlr.Parser
func (*Update_statementContext) GetRuleContext ¶
func (s *Update_statementContext) GetRuleContext() antlr.RuleContext
func (*Update_statementContext) IsUpdate_statementContext ¶
func (*Update_statementContext) IsUpdate_statementContext()
func (*Update_statementContext) Static_returning_clause ¶
func (s *Update_statementContext) Static_returning_clause() IStatic_returning_clauseContext
func (*Update_statementContext) ToStringTree ¶
func (s *Update_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Update_statementContext) UPDATE ¶
func (s *Update_statementContext) UPDATE() antlr.TerminalNode
func (*Update_statementContext) Update_set_clause ¶
func (s *Update_statementContext) Update_set_clause() IUpdate_set_clauseContext
func (*Update_statementContext) Where_clause ¶
func (s *Update_statementContext) Where_clause() IWhere_clauseContext
type Upgrade_or_downgradeContext ¶
type Upgrade_or_downgradeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUpgrade_or_downgradeContext ¶
func NewEmptyUpgrade_or_downgradeContext() *Upgrade_or_downgradeContext
func NewUpgrade_or_downgradeContext ¶
func NewUpgrade_or_downgradeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Upgrade_or_downgradeContext
func (*Upgrade_or_downgradeContext) DOWNGRADE ¶
func (s *Upgrade_or_downgradeContext) DOWNGRADE() antlr.TerminalNode
func (*Upgrade_or_downgradeContext) EnterRule ¶
func (s *Upgrade_or_downgradeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Upgrade_or_downgradeContext) ExitRule ¶
func (s *Upgrade_or_downgradeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Upgrade_or_downgradeContext) GetParser ¶
func (s *Upgrade_or_downgradeContext) GetParser() antlr.Parser
func (*Upgrade_or_downgradeContext) GetRuleContext ¶
func (s *Upgrade_or_downgradeContext) GetRuleContext() antlr.RuleContext
func (*Upgrade_or_downgradeContext) IsUpgrade_or_downgradeContext ¶
func (*Upgrade_or_downgradeContext) IsUpgrade_or_downgradeContext()
func (*Upgrade_or_downgradeContext) ToStringTree ¶
func (s *Upgrade_or_downgradeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Upgrade_or_downgradeContext) UPGRADE ¶
func (s *Upgrade_or_downgradeContext) UPGRADE() antlr.TerminalNode
type Upgrade_table_clauseContext ¶
type Upgrade_table_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUpgrade_table_clauseContext ¶
func NewEmptyUpgrade_table_clauseContext() *Upgrade_table_clauseContext
func NewUpgrade_table_clauseContext ¶
func NewUpgrade_table_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Upgrade_table_clauseContext
func (*Upgrade_table_clauseContext) Column_properties ¶
func (s *Upgrade_table_clauseContext) Column_properties() IColumn_propertiesContext
func (*Upgrade_table_clauseContext) DATA ¶
func (s *Upgrade_table_clauseContext) DATA() antlr.TerminalNode
func (*Upgrade_table_clauseContext) EnterRule ¶
func (s *Upgrade_table_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Upgrade_table_clauseContext) ExitRule ¶
func (s *Upgrade_table_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Upgrade_table_clauseContext) GetParser ¶
func (s *Upgrade_table_clauseContext) GetParser() antlr.Parser
func (*Upgrade_table_clauseContext) GetRuleContext ¶
func (s *Upgrade_table_clauseContext) GetRuleContext() antlr.RuleContext
func (*Upgrade_table_clauseContext) INCLUDING ¶
func (s *Upgrade_table_clauseContext) INCLUDING() antlr.TerminalNode
func (*Upgrade_table_clauseContext) IsUpgrade_table_clauseContext ¶
func (*Upgrade_table_clauseContext) IsUpgrade_table_clauseContext()
func (*Upgrade_table_clauseContext) NOT ¶
func (s *Upgrade_table_clauseContext) NOT() antlr.TerminalNode
func (*Upgrade_table_clauseContext) ToStringTree ¶
func (s *Upgrade_table_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Upgrade_table_clauseContext) UPGRADE ¶
func (s *Upgrade_table_clauseContext) UPGRADE() antlr.TerminalNode
type Upper_boundContext ¶
type Upper_boundContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUpper_boundContext ¶
func NewEmptyUpper_boundContext() *Upper_boundContext
func NewUpper_boundContext ¶
func NewUpper_boundContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Upper_boundContext
func (*Upper_boundContext) Concatenation ¶
func (s *Upper_boundContext) Concatenation() IConcatenationContext
func (*Upper_boundContext) EnterRule ¶
func (s *Upper_boundContext) EnterRule(listener antlr.ParseTreeListener)
func (*Upper_boundContext) ExitRule ¶
func (s *Upper_boundContext) ExitRule(listener antlr.ParseTreeListener)
func (*Upper_boundContext) GetParser ¶
func (s *Upper_boundContext) GetParser() antlr.Parser
func (*Upper_boundContext) GetRuleContext ¶
func (s *Upper_boundContext) GetRuleContext() antlr.RuleContext
func (*Upper_boundContext) IsUpper_boundContext ¶
func (*Upper_boundContext) IsUpper_boundContext()
func (*Upper_boundContext) ToStringTree ¶
func (s *Upper_boundContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type User_default_role_clauseContext ¶
type User_default_role_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUser_default_role_clauseContext ¶
func NewEmptyUser_default_role_clauseContext() *User_default_role_clauseContext
func NewUser_default_role_clauseContext ¶
func NewUser_default_role_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_default_role_clauseContext
func (*User_default_role_clauseContext) DEFAULT ¶
func (s *User_default_role_clauseContext) DEFAULT() antlr.TerminalNode
func (*User_default_role_clauseContext) EnterRule ¶
func (s *User_default_role_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_default_role_clauseContext) ExitRule ¶
func (s *User_default_role_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_default_role_clauseContext) GetParser ¶
func (s *User_default_role_clauseContext) GetParser() antlr.Parser
func (*User_default_role_clauseContext) GetRuleContext ¶
func (s *User_default_role_clauseContext) GetRuleContext() antlr.RuleContext
func (*User_default_role_clauseContext) IsUser_default_role_clauseContext ¶
func (*User_default_role_clauseContext) IsUser_default_role_clauseContext()
func (*User_default_role_clauseContext) NONE ¶
func (s *User_default_role_clauseContext) NONE() antlr.TerminalNode
func (*User_default_role_clauseContext) ROLE ¶
func (s *User_default_role_clauseContext) ROLE() antlr.TerminalNode
func (*User_default_role_clauseContext) Role_clause ¶
func (s *User_default_role_clauseContext) Role_clause() IRole_clauseContext
func (*User_default_role_clauseContext) ToStringTree ¶
func (s *User_default_role_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type User_editions_clauseContext ¶
type User_editions_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUser_editions_clauseContext ¶
func NewEmptyUser_editions_clauseContext() *User_editions_clauseContext
func NewUser_editions_clauseContext ¶
func NewUser_editions_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_editions_clauseContext
func (*User_editions_clauseContext) EDITIONS ¶
func (s *User_editions_clauseContext) EDITIONS() antlr.TerminalNode
func (*User_editions_clauseContext) ENABLE ¶
func (s *User_editions_clauseContext) ENABLE() antlr.TerminalNode
func (*User_editions_clauseContext) EnterRule ¶
func (s *User_editions_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_editions_clauseContext) ExitRule ¶
func (s *User_editions_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_editions_clauseContext) GetParser ¶
func (s *User_editions_clauseContext) GetParser() antlr.Parser
func (*User_editions_clauseContext) GetRuleContext ¶
func (s *User_editions_clauseContext) GetRuleContext() antlr.RuleContext
func (*User_editions_clauseContext) IsUser_editions_clauseContext ¶
func (*User_editions_clauseContext) IsUser_editions_clauseContext()
func (*User_editions_clauseContext) ToStringTree ¶
func (s *User_editions_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type User_lock_clauseContext ¶
type User_lock_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUser_lock_clauseContext ¶
func NewEmptyUser_lock_clauseContext() *User_lock_clauseContext
func NewUser_lock_clauseContext ¶
func NewUser_lock_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_lock_clauseContext
func (*User_lock_clauseContext) ACCOUNT ¶
func (s *User_lock_clauseContext) ACCOUNT() antlr.TerminalNode
func (*User_lock_clauseContext) EnterRule ¶
func (s *User_lock_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_lock_clauseContext) ExitRule ¶
func (s *User_lock_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_lock_clauseContext) GetParser ¶
func (s *User_lock_clauseContext) GetParser() antlr.Parser
func (*User_lock_clauseContext) GetRuleContext ¶
func (s *User_lock_clauseContext) GetRuleContext() antlr.RuleContext
func (*User_lock_clauseContext) IsUser_lock_clauseContext ¶
func (*User_lock_clauseContext) IsUser_lock_clauseContext()
func (*User_lock_clauseContext) LOCK ¶
func (s *User_lock_clauseContext) LOCK() antlr.TerminalNode
func (*User_lock_clauseContext) ToStringTree ¶
func (s *User_lock_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*User_lock_clauseContext) UNLOCK ¶
func (s *User_lock_clauseContext) UNLOCK() antlr.TerminalNode
type User_object_nameContext ¶
type User_object_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUser_object_nameContext ¶
func NewEmptyUser_object_nameContext() *User_object_nameContext
func NewUser_object_nameContext ¶
func NewUser_object_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_object_nameContext
func (*User_object_nameContext) EnterRule ¶
func (s *User_object_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_object_nameContext) ExitRule ¶
func (s *User_object_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_object_nameContext) GetParser ¶
func (s *User_object_nameContext) GetParser() antlr.Parser
func (*User_object_nameContext) GetRuleContext ¶
func (s *User_object_nameContext) GetRuleContext() antlr.RuleContext
func (*User_object_nameContext) Id_expression ¶
func (s *User_object_nameContext) Id_expression() IId_expressionContext
func (*User_object_nameContext) IsUser_object_nameContext ¶
func (*User_object_nameContext) IsUser_object_nameContext()
func (*User_object_nameContext) ToStringTree ¶
func (s *User_object_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type User_tablespace_clauseContext ¶
type User_tablespace_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUser_tablespace_clauseContext ¶
func NewEmptyUser_tablespace_clauseContext() *User_tablespace_clauseContext
func NewUser_tablespace_clauseContext ¶
func NewUser_tablespace_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_tablespace_clauseContext
func (*User_tablespace_clauseContext) DEFAULT ¶
func (s *User_tablespace_clauseContext) DEFAULT() antlr.TerminalNode
func (*User_tablespace_clauseContext) EnterRule ¶
func (s *User_tablespace_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_tablespace_clauseContext) ExitRule ¶
func (s *User_tablespace_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_tablespace_clauseContext) GetParser ¶
func (s *User_tablespace_clauseContext) GetParser() antlr.Parser
func (*User_tablespace_clauseContext) GetRuleContext ¶
func (s *User_tablespace_clauseContext) GetRuleContext() antlr.RuleContext
func (*User_tablespace_clauseContext) Id_expression ¶
func (s *User_tablespace_clauseContext) Id_expression() IId_expressionContext
func (*User_tablespace_clauseContext) IsUser_tablespace_clauseContext ¶
func (*User_tablespace_clauseContext) IsUser_tablespace_clauseContext()
func (*User_tablespace_clauseContext) TABLESPACE ¶
func (s *User_tablespace_clauseContext) TABLESPACE() antlr.TerminalNode
func (*User_tablespace_clauseContext) TEMPORARY ¶
func (s *User_tablespace_clauseContext) TEMPORARY() antlr.TerminalNode
func (*User_tablespace_clauseContext) ToStringTree ¶
func (s *User_tablespace_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Using_clauseContext ¶
type Using_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUsing_clauseContext ¶
func NewEmptyUsing_clauseContext() *Using_clauseContext
func NewUsing_clauseContext ¶
func NewUsing_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Using_clauseContext
func (*Using_clauseContext) ASTERISK ¶
func (s *Using_clauseContext) ASTERISK() antlr.TerminalNode
func (*Using_clauseContext) AllCOMMA ¶
func (s *Using_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Using_clauseContext) AllUsing_element ¶
func (s *Using_clauseContext) AllUsing_element() []IUsing_elementContext
func (*Using_clauseContext) COMMA ¶
func (s *Using_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Using_clauseContext) EnterRule ¶
func (s *Using_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Using_clauseContext) ExitRule ¶
func (s *Using_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Using_clauseContext) GetParser ¶
func (s *Using_clauseContext) GetParser() antlr.Parser
func (*Using_clauseContext) GetRuleContext ¶
func (s *Using_clauseContext) GetRuleContext() antlr.RuleContext
func (*Using_clauseContext) IsUsing_clauseContext ¶
func (*Using_clauseContext) IsUsing_clauseContext()
func (*Using_clauseContext) ToStringTree ¶
func (s *Using_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Using_clauseContext) USING ¶
func (s *Using_clauseContext) USING() antlr.TerminalNode
func (*Using_clauseContext) Using_element ¶
func (s *Using_clauseContext) Using_element(i int) IUsing_elementContext
type Using_elementContext ¶
type Using_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUsing_elementContext ¶
func NewEmptyUsing_elementContext() *Using_elementContext
func NewUsing_elementContext ¶
func NewUsing_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Using_elementContext
func (*Using_elementContext) EnterRule ¶
func (s *Using_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Using_elementContext) ExitRule ¶
func (s *Using_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Using_elementContext) GetParser ¶
func (s *Using_elementContext) GetParser() antlr.Parser
func (*Using_elementContext) GetRuleContext ¶
func (s *Using_elementContext) GetRuleContext() antlr.RuleContext
func (*Using_elementContext) IN ¶
func (s *Using_elementContext) IN() antlr.TerminalNode
func (*Using_elementContext) IsUsing_elementContext ¶
func (*Using_elementContext) IsUsing_elementContext()
func (*Using_elementContext) OUT ¶
func (s *Using_elementContext) OUT() antlr.TerminalNode
func (*Using_elementContext) Select_list_elements ¶
func (s *Using_elementContext) Select_list_elements() ISelect_list_elementsContext
func (*Using_elementContext) ToStringTree ¶
func (s *Using_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Using_index_clauseContext ¶
type Using_index_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUsing_index_clauseContext ¶
func NewEmptyUsing_index_clauseContext() *Using_index_clauseContext
func NewUsing_index_clauseContext ¶
func NewUsing_index_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Using_index_clauseContext
func (*Using_index_clauseContext) Create_index ¶
func (s *Using_index_clauseContext) Create_index() ICreate_indexContext
func (*Using_index_clauseContext) EnterRule ¶
func (s *Using_index_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Using_index_clauseContext) ExitRule ¶
func (s *Using_index_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Using_index_clauseContext) GetParser ¶
func (s *Using_index_clauseContext) GetParser() antlr.Parser
func (*Using_index_clauseContext) GetRuleContext ¶
func (s *Using_index_clauseContext) GetRuleContext() antlr.RuleContext
func (*Using_index_clauseContext) INDEX ¶
func (s *Using_index_clauseContext) INDEX() antlr.TerminalNode
func (*Using_index_clauseContext) Index_attributes ¶
func (s *Using_index_clauseContext) Index_attributes() IIndex_attributesContext
func (*Using_index_clauseContext) Index_name ¶
func (s *Using_index_clauseContext) Index_name() IIndex_nameContext
func (*Using_index_clauseContext) IsUsing_index_clauseContext ¶
func (*Using_index_clauseContext) IsUsing_index_clauseContext()
func (*Using_index_clauseContext) LEFT_PAREN ¶
func (s *Using_index_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Using_index_clauseContext) RIGHT_PAREN ¶
func (s *Using_index_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Using_index_clauseContext) ToStringTree ¶
func (s *Using_index_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Using_index_clauseContext) USING ¶
func (s *Using_index_clauseContext) USING() antlr.TerminalNode
type Using_statistics_typeContext ¶
type Using_statistics_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyUsing_statistics_typeContext ¶
func NewEmptyUsing_statistics_typeContext() *Using_statistics_typeContext
func NewUsing_statistics_typeContext ¶
func NewUsing_statistics_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Using_statistics_typeContext
func (*Using_statistics_typeContext) EnterRule ¶
func (s *Using_statistics_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Using_statistics_typeContext) ExitRule ¶
func (s *Using_statistics_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Using_statistics_typeContext) GetParser ¶
func (s *Using_statistics_typeContext) GetParser() antlr.Parser
func (*Using_statistics_typeContext) GetRuleContext ¶
func (s *Using_statistics_typeContext) GetRuleContext() antlr.RuleContext
func (*Using_statistics_typeContext) IsUsing_statistics_typeContext ¶
func (*Using_statistics_typeContext) IsUsing_statistics_typeContext()
func (*Using_statistics_typeContext) NULL_ ¶
func (s *Using_statistics_typeContext) NULL_() antlr.TerminalNode
func (*Using_statistics_typeContext) Statistics_type_name ¶
func (s *Using_statistics_typeContext) Statistics_type_name() IStatistics_type_nameContext
func (*Using_statistics_typeContext) ToStringTree ¶
func (s *Using_statistics_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Using_statistics_typeContext) USING ¶
func (s *Using_statistics_typeContext) USING() antlr.TerminalNode
type Validation_clausesContext ¶
type Validation_clausesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyValidation_clausesContext ¶
func NewEmptyValidation_clausesContext() *Validation_clausesContext
func NewValidation_clausesContext ¶
func NewValidation_clausesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Validation_clausesContext
func (*Validation_clausesContext) AllInto_clause ¶
func (s *Validation_clausesContext) AllInto_clause() []IInto_clauseContext
func (*Validation_clausesContext) AllOnline_or_offline ¶
func (s *Validation_clausesContext) AllOnline_or_offline() []IOnline_or_offlineContext
func (*Validation_clausesContext) CASCADE ¶
func (s *Validation_clausesContext) CASCADE() antlr.TerminalNode
func (*Validation_clausesContext) DANGLING ¶
func (s *Validation_clausesContext) DANGLING() antlr.TerminalNode
func (*Validation_clausesContext) EnterRule ¶
func (s *Validation_clausesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Validation_clausesContext) ExitRule ¶
func (s *Validation_clausesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Validation_clausesContext) FAST ¶
func (s *Validation_clausesContext) FAST() antlr.TerminalNode
func (*Validation_clausesContext) GetParser ¶
func (s *Validation_clausesContext) GetParser() antlr.Parser
func (*Validation_clausesContext) GetRuleContext ¶
func (s *Validation_clausesContext) GetRuleContext() antlr.RuleContext
func (*Validation_clausesContext) Into_clause ¶
func (s *Validation_clausesContext) Into_clause(i int) IInto_clauseContext
func (*Validation_clausesContext) IsValidation_clausesContext ¶
func (*Validation_clausesContext) IsValidation_clausesContext()
func (*Validation_clausesContext) NULL_ ¶
func (s *Validation_clausesContext) NULL_() antlr.TerminalNode
func (*Validation_clausesContext) Online_or_offline ¶
func (s *Validation_clausesContext) Online_or_offline(i int) IOnline_or_offlineContext
func (*Validation_clausesContext) REF ¶
func (s *Validation_clausesContext) REF() antlr.TerminalNode
func (*Validation_clausesContext) SET ¶
func (s *Validation_clausesContext) SET() antlr.TerminalNode
func (*Validation_clausesContext) STRUCTURE ¶
func (s *Validation_clausesContext) STRUCTURE() antlr.TerminalNode
func (*Validation_clausesContext) TO ¶
func (s *Validation_clausesContext) TO() antlr.TerminalNode
func (*Validation_clausesContext) ToStringTree ¶
func (s *Validation_clausesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Validation_clausesContext) UPDATE ¶
func (s *Validation_clausesContext) UPDATE() antlr.TerminalNode
func (*Validation_clausesContext) VALIDATE ¶
func (s *Validation_clausesContext) VALIDATE() antlr.TerminalNode
type Values_clauseContext ¶
type Values_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyValues_clauseContext ¶
func NewEmptyValues_clauseContext() *Values_clauseContext
func NewValues_clauseContext ¶
func NewValues_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Values_clauseContext
func (*Values_clauseContext) EnterRule ¶
func (s *Values_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Values_clauseContext) ExitRule ¶
func (s *Values_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Values_clauseContext) Expressions ¶
func (s *Values_clauseContext) Expressions() IExpressionsContext
func (*Values_clauseContext) GetParser ¶
func (s *Values_clauseContext) GetParser() antlr.Parser
func (*Values_clauseContext) GetRuleContext ¶
func (s *Values_clauseContext) GetRuleContext() antlr.RuleContext
func (*Values_clauseContext) IsValues_clauseContext ¶
func (*Values_clauseContext) IsValues_clauseContext()
func (*Values_clauseContext) LEFT_PAREN ¶
func (s *Values_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Values_clauseContext) REGULAR_ID ¶
func (s *Values_clauseContext) REGULAR_ID() antlr.TerminalNode
func (*Values_clauseContext) RIGHT_PAREN ¶
func (s *Values_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Values_clauseContext) ToStringTree ¶
func (s *Values_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Values_clauseContext) VALUES ¶
func (s *Values_clauseContext) VALUES() antlr.TerminalNode
type Variable_declarationContext ¶
type Variable_declarationContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVariable_declarationContext ¶
func NewEmptyVariable_declarationContext() *Variable_declarationContext
func NewVariable_declarationContext ¶
func NewVariable_declarationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Variable_declarationContext
func (*Variable_declarationContext) CONSTANT ¶
func (s *Variable_declarationContext) CONSTANT() antlr.TerminalNode
func (*Variable_declarationContext) Default_value_part ¶
func (s *Variable_declarationContext) Default_value_part() IDefault_value_partContext
func (*Variable_declarationContext) EnterRule ¶
func (s *Variable_declarationContext) EnterRule(listener antlr.ParseTreeListener)
func (*Variable_declarationContext) ExitRule ¶
func (s *Variable_declarationContext) ExitRule(listener antlr.ParseTreeListener)
func (*Variable_declarationContext) GetParser ¶
func (s *Variable_declarationContext) GetParser() antlr.Parser
func (*Variable_declarationContext) GetRuleContext ¶
func (s *Variable_declarationContext) GetRuleContext() antlr.RuleContext
func (*Variable_declarationContext) Identifier ¶
func (s *Variable_declarationContext) Identifier() IIdentifierContext
func (*Variable_declarationContext) IsVariable_declarationContext ¶
func (*Variable_declarationContext) IsVariable_declarationContext()
func (*Variable_declarationContext) NOT ¶
func (s *Variable_declarationContext) NOT() antlr.TerminalNode
func (*Variable_declarationContext) NULL_ ¶
func (s *Variable_declarationContext) NULL_() antlr.TerminalNode
func (*Variable_declarationContext) SEMICOLON ¶
func (s *Variable_declarationContext) SEMICOLON() antlr.TerminalNode
func (*Variable_declarationContext) ToStringTree ¶
func (s *Variable_declarationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Variable_declarationContext) Type_spec ¶
func (s *Variable_declarationContext) Type_spec() IType_specContext
type Variable_nameContext ¶
type Variable_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVariable_nameContext ¶
func NewEmptyVariable_nameContext() *Variable_nameContext
func NewVariable_nameContext ¶
func NewVariable_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Variable_nameContext
func (*Variable_nameContext) AllId_expression ¶
func (s *Variable_nameContext) AllId_expression() []IId_expressionContext
func (*Variable_nameContext) Bind_variable ¶
func (s *Variable_nameContext) Bind_variable() IBind_variableContext
func (*Variable_nameContext) Char_set_name ¶
func (s *Variable_nameContext) Char_set_name() IChar_set_nameContext
func (*Variable_nameContext) EnterRule ¶
func (s *Variable_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Variable_nameContext) ExitRule ¶
func (s *Variable_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Variable_nameContext) GetParser ¶
func (s *Variable_nameContext) GetParser() antlr.Parser
func (*Variable_nameContext) GetRuleContext ¶
func (s *Variable_nameContext) GetRuleContext() antlr.RuleContext
func (*Variable_nameContext) INTRODUCER ¶
func (s *Variable_nameContext) INTRODUCER() antlr.TerminalNode
func (*Variable_nameContext) Id_expression ¶
func (s *Variable_nameContext) Id_expression(i int) IId_expressionContext
func (*Variable_nameContext) IsVariable_nameContext ¶
func (*Variable_nameContext) IsVariable_nameContext()
func (*Variable_nameContext) PERIOD ¶
func (s *Variable_nameContext) PERIOD() antlr.TerminalNode
func (*Variable_nameContext) ToStringTree ¶
func (s *Variable_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Varray_col_propertiesContext ¶
type Varray_col_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVarray_col_propertiesContext ¶
func NewEmptyVarray_col_propertiesContext() *Varray_col_propertiesContext
func NewVarray_col_propertiesContext ¶
func NewVarray_col_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Varray_col_propertiesContext
func (*Varray_col_propertiesContext) EnterRule ¶
func (s *Varray_col_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Varray_col_propertiesContext) ExitRule ¶
func (s *Varray_col_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Varray_col_propertiesContext) GetParser ¶
func (s *Varray_col_propertiesContext) GetParser() antlr.Parser
func (*Varray_col_propertiesContext) GetRuleContext ¶
func (s *Varray_col_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Varray_col_propertiesContext) IsVarray_col_propertiesContext ¶
func (*Varray_col_propertiesContext) IsVarray_col_propertiesContext()
func (*Varray_col_propertiesContext) Substitutable_column_clause ¶
func (s *Varray_col_propertiesContext) Substitutable_column_clause() ISubstitutable_column_clauseContext
func (*Varray_col_propertiesContext) ToStringTree ¶
func (s *Varray_col_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Varray_col_propertiesContext) VARRAY ¶
func (s *Varray_col_propertiesContext) VARRAY() antlr.TerminalNode
func (*Varray_col_propertiesContext) Varray_item ¶
func (s *Varray_col_propertiesContext) Varray_item() IVarray_itemContext
func (*Varray_col_propertiesContext) Varray_storage_clause ¶
func (s *Varray_col_propertiesContext) Varray_storage_clause() IVarray_storage_clauseContext
type Varray_itemContext ¶
type Varray_itemContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVarray_itemContext ¶
func NewEmptyVarray_itemContext() *Varray_itemContext
func NewVarray_itemContext ¶
func NewVarray_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Varray_itemContext
func (*Varray_itemContext) AllId_expression ¶
func (s *Varray_itemContext) AllId_expression() []IId_expressionContext
func (*Varray_itemContext) AllPERIOD ¶
func (s *Varray_itemContext) AllPERIOD() []antlr.TerminalNode
func (*Varray_itemContext) EnterRule ¶
func (s *Varray_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*Varray_itemContext) ExitRule ¶
func (s *Varray_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*Varray_itemContext) GetParser ¶
func (s *Varray_itemContext) GetParser() antlr.Parser
func (*Varray_itemContext) GetRuleContext ¶
func (s *Varray_itemContext) GetRuleContext() antlr.RuleContext
func (*Varray_itemContext) Id_expression ¶
func (s *Varray_itemContext) Id_expression(i int) IId_expressionContext
func (*Varray_itemContext) IsVarray_itemContext ¶
func (*Varray_itemContext) IsVarray_itemContext()
func (*Varray_itemContext) PERIOD ¶
func (s *Varray_itemContext) PERIOD(i int) antlr.TerminalNode
func (*Varray_itemContext) ToStringTree ¶
func (s *Varray_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Varray_storage_clauseContext ¶
type Varray_storage_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVarray_storage_clauseContext ¶
func NewEmptyVarray_storage_clauseContext() *Varray_storage_clauseContext
func NewVarray_storage_clauseContext ¶
func NewVarray_storage_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Varray_storage_clauseContext
func (*Varray_storage_clauseContext) AS ¶
func (s *Varray_storage_clauseContext) AS() antlr.TerminalNode
func (*Varray_storage_clauseContext) BASICFILE ¶
func (s *Varray_storage_clauseContext) BASICFILE() antlr.TerminalNode
func (*Varray_storage_clauseContext) EnterRule ¶
func (s *Varray_storage_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Varray_storage_clauseContext) ExitRule ¶
func (s *Varray_storage_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Varray_storage_clauseContext) GetParser ¶
func (s *Varray_storage_clauseContext) GetParser() antlr.Parser
func (*Varray_storage_clauseContext) GetRuleContext ¶
func (s *Varray_storage_clauseContext) GetRuleContext() antlr.RuleContext
func (*Varray_storage_clauseContext) IsVarray_storage_clauseContext ¶
func (*Varray_storage_clauseContext) IsVarray_storage_clauseContext()
func (*Varray_storage_clauseContext) LEFT_PAREN ¶
func (s *Varray_storage_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Varray_storage_clauseContext) LOB ¶
func (s *Varray_storage_clauseContext) LOB() antlr.TerminalNode
func (*Varray_storage_clauseContext) Lob_segname ¶
func (s *Varray_storage_clauseContext) Lob_segname() ILob_segnameContext
func (*Varray_storage_clauseContext) Lob_storage_parameters ¶
func (s *Varray_storage_clauseContext) Lob_storage_parameters() ILob_storage_parametersContext
func (*Varray_storage_clauseContext) RIGHT_PAREN ¶
func (s *Varray_storage_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Varray_storage_clauseContext) SECUREFILE ¶
func (s *Varray_storage_clauseContext) SECUREFILE() antlr.TerminalNode
func (*Varray_storage_clauseContext) STORE ¶
func (s *Varray_storage_clauseContext) STORE() antlr.TerminalNode
func (*Varray_storage_clauseContext) ToStringTree ¶
func (s *Varray_storage_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Varray_type_defContext ¶
type Varray_type_defContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVarray_type_defContext ¶
func NewEmptyVarray_type_defContext() *Varray_type_defContext
func NewVarray_type_defContext ¶
func NewVarray_type_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Varray_type_defContext
func (*Varray_type_defContext) ARRAY ¶
func (s *Varray_type_defContext) ARRAY() antlr.TerminalNode
func (*Varray_type_defContext) EnterRule ¶
func (s *Varray_type_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Varray_type_defContext) ExitRule ¶
func (s *Varray_type_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Varray_type_defContext) Expression ¶
func (s *Varray_type_defContext) Expression() IExpressionContext
func (*Varray_type_defContext) GetParser ¶
func (s *Varray_type_defContext) GetParser() antlr.Parser
func (*Varray_type_defContext) GetRuleContext ¶
func (s *Varray_type_defContext) GetRuleContext() antlr.RuleContext
func (*Varray_type_defContext) IsVarray_type_defContext ¶
func (*Varray_type_defContext) IsVarray_type_defContext()
func (*Varray_type_defContext) LEFT_PAREN ¶
func (s *Varray_type_defContext) LEFT_PAREN() antlr.TerminalNode
func (*Varray_type_defContext) NOT ¶
func (s *Varray_type_defContext) NOT() antlr.TerminalNode
func (*Varray_type_defContext) NULL_ ¶
func (s *Varray_type_defContext) NULL_() antlr.TerminalNode
func (*Varray_type_defContext) OF ¶
func (s *Varray_type_defContext) OF() antlr.TerminalNode
func (*Varray_type_defContext) RIGHT_PAREN ¶
func (s *Varray_type_defContext) RIGHT_PAREN() antlr.TerminalNode
func (*Varray_type_defContext) ToStringTree ¶
func (s *Varray_type_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Varray_type_defContext) Type_spec ¶
func (s *Varray_type_defContext) Type_spec() IType_specContext
func (*Varray_type_defContext) VARRAY ¶
func (s *Varray_type_defContext) VARRAY() antlr.TerminalNode
func (*Varray_type_defContext) VARYING ¶
func (s *Varray_type_defContext) VARYING() antlr.TerminalNode
type View_alias_constraintContext ¶
type View_alias_constraintContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyView_alias_constraintContext ¶
func NewEmptyView_alias_constraintContext() *View_alias_constraintContext
func NewView_alias_constraintContext ¶
func NewView_alias_constraintContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_alias_constraintContext
func (*View_alias_constraintContext) AllCOMMA ¶
func (s *View_alias_constraintContext) AllCOMMA() []antlr.TerminalNode
func (*View_alias_constraintContext) AllInline_constraint ¶
func (s *View_alias_constraintContext) AllInline_constraint() []IInline_constraintContext
func (*View_alias_constraintContext) AllOut_of_line_constraint ¶
func (s *View_alias_constraintContext) AllOut_of_line_constraint() []IOut_of_line_constraintContext
func (*View_alias_constraintContext) AllTable_alias ¶
func (s *View_alias_constraintContext) AllTable_alias() []ITable_aliasContext
func (*View_alias_constraintContext) COMMA ¶
func (s *View_alias_constraintContext) COMMA(i int) antlr.TerminalNode
func (*View_alias_constraintContext) EnterRule ¶
func (s *View_alias_constraintContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_alias_constraintContext) ExitRule ¶
func (s *View_alias_constraintContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_alias_constraintContext) GetParser ¶
func (s *View_alias_constraintContext) GetParser() antlr.Parser
func (*View_alias_constraintContext) GetRuleContext ¶
func (s *View_alias_constraintContext) GetRuleContext() antlr.RuleContext
func (*View_alias_constraintContext) Inline_constraint ¶
func (s *View_alias_constraintContext) Inline_constraint(i int) IInline_constraintContext
func (*View_alias_constraintContext) IsView_alias_constraintContext ¶
func (*View_alias_constraintContext) IsView_alias_constraintContext()
func (*View_alias_constraintContext) LEFT_PAREN ¶
func (s *View_alias_constraintContext) LEFT_PAREN() antlr.TerminalNode
func (*View_alias_constraintContext) Out_of_line_constraint ¶
func (s *View_alias_constraintContext) Out_of_line_constraint(i int) IOut_of_line_constraintContext
func (*View_alias_constraintContext) RIGHT_PAREN ¶
func (s *View_alias_constraintContext) RIGHT_PAREN() antlr.TerminalNode
func (*View_alias_constraintContext) Table_alias ¶
func (s *View_alias_constraintContext) Table_alias(i int) ITable_aliasContext
func (*View_alias_constraintContext) ToStringTree ¶
func (s *View_alias_constraintContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type View_optionsContext ¶
type View_optionsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyView_optionsContext ¶
func NewEmptyView_optionsContext() *View_optionsContext
func NewView_optionsContext ¶
func NewView_optionsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_optionsContext
func (*View_optionsContext) EnterRule ¶
func (s *View_optionsContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_optionsContext) ExitRule ¶
func (s *View_optionsContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_optionsContext) GetParser ¶
func (s *View_optionsContext) GetParser() antlr.Parser
func (*View_optionsContext) GetRuleContext ¶
func (s *View_optionsContext) GetRuleContext() antlr.RuleContext
func (*View_optionsContext) IsView_optionsContext ¶
func (*View_optionsContext) IsView_optionsContext()
func (*View_optionsContext) Object_view_clause ¶
func (s *View_optionsContext) Object_view_clause() IObject_view_clauseContext
func (*View_optionsContext) ToStringTree ¶
func (s *View_optionsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*View_optionsContext) View_alias_constraint ¶
func (s *View_optionsContext) View_alias_constraint() IView_alias_constraintContext
type Virtual_column_definitionContext ¶
type Virtual_column_definitionContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVirtual_column_definitionContext ¶
func NewEmptyVirtual_column_definitionContext() *Virtual_column_definitionContext
func NewVirtual_column_definitionContext ¶
func NewVirtual_column_definitionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Virtual_column_definitionContext
func (*Virtual_column_definitionContext) AllInline_constraint ¶
func (s *Virtual_column_definitionContext) AllInline_constraint() []IInline_constraintContext
func (*Virtual_column_definitionContext) Autogenerated_sequence_definition ¶
func (s *Virtual_column_definitionContext) Autogenerated_sequence_definition() IAutogenerated_sequence_definitionContext
func (*Virtual_column_definitionContext) Column_name ¶
func (s *Virtual_column_definitionContext) Column_name() IColumn_nameContext
func (*Virtual_column_definitionContext) Datatype ¶
func (s *Virtual_column_definitionContext) Datatype() IDatatypeContext
func (*Virtual_column_definitionContext) EnterRule ¶
func (s *Virtual_column_definitionContext) EnterRule(listener antlr.ParseTreeListener)
func (*Virtual_column_definitionContext) ExitRule ¶
func (s *Virtual_column_definitionContext) ExitRule(listener antlr.ParseTreeListener)
func (*Virtual_column_definitionContext) GetParser ¶
func (s *Virtual_column_definitionContext) GetParser() antlr.Parser
func (*Virtual_column_definitionContext) GetRuleContext ¶
func (s *Virtual_column_definitionContext) GetRuleContext() antlr.RuleContext
func (*Virtual_column_definitionContext) Inline_constraint ¶
func (s *Virtual_column_definitionContext) Inline_constraint(i int) IInline_constraintContext
func (*Virtual_column_definitionContext) IsVirtual_column_definitionContext ¶
func (*Virtual_column_definitionContext) IsVirtual_column_definitionContext()
func (*Virtual_column_definitionContext) ToStringTree ¶
func (s *Virtual_column_definitionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Virtual_column_definitionContext) VIRTUAL ¶
func (s *Virtual_column_definitionContext) VIRTUAL() antlr.TerminalNode
type Visible_or_invisibleContext ¶
type Visible_or_invisibleContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyVisible_or_invisibleContext ¶
func NewEmptyVisible_or_invisibleContext() *Visible_or_invisibleContext
func NewVisible_or_invisibleContext ¶
func NewVisible_or_invisibleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Visible_or_invisibleContext
func (*Visible_or_invisibleContext) EnterRule ¶
func (s *Visible_or_invisibleContext) EnterRule(listener antlr.ParseTreeListener)
func (*Visible_or_invisibleContext) ExitRule ¶
func (s *Visible_or_invisibleContext) ExitRule(listener antlr.ParseTreeListener)
func (*Visible_or_invisibleContext) GetParser ¶
func (s *Visible_or_invisibleContext) GetParser() antlr.Parser
func (*Visible_or_invisibleContext) GetRuleContext ¶
func (s *Visible_or_invisibleContext) GetRuleContext() antlr.RuleContext
func (*Visible_or_invisibleContext) INVISIBLE ¶
func (s *Visible_or_invisibleContext) INVISIBLE() antlr.TerminalNode
func (*Visible_or_invisibleContext) IsVisible_or_invisibleContext ¶
func (*Visible_or_invisibleContext) IsVisible_or_invisibleContext()
func (*Visible_or_invisibleContext) ToStringTree ¶
func (s *Visible_or_invisibleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Visible_or_invisibleContext) VISIBLE ¶
func (s *Visible_or_invisibleContext) VISIBLE() antlr.TerminalNode
type Wait_nowait_partContext ¶
type Wait_nowait_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWait_nowait_partContext ¶
func NewEmptyWait_nowait_partContext() *Wait_nowait_partContext
func NewWait_nowait_partContext ¶
func NewWait_nowait_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Wait_nowait_partContext
func (*Wait_nowait_partContext) EnterRule ¶
func (s *Wait_nowait_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Wait_nowait_partContext) ExitRule ¶
func (s *Wait_nowait_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Wait_nowait_partContext) Expression ¶
func (s *Wait_nowait_partContext) Expression() IExpressionContext
func (*Wait_nowait_partContext) GetParser ¶
func (s *Wait_nowait_partContext) GetParser() antlr.Parser
func (*Wait_nowait_partContext) GetRuleContext ¶
func (s *Wait_nowait_partContext) GetRuleContext() antlr.RuleContext
func (*Wait_nowait_partContext) IsWait_nowait_partContext ¶
func (*Wait_nowait_partContext) IsWait_nowait_partContext()
func (*Wait_nowait_partContext) NOWAIT ¶
func (s *Wait_nowait_partContext) NOWAIT() antlr.TerminalNode
func (*Wait_nowait_partContext) ToStringTree ¶
func (s *Wait_nowait_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Wait_nowait_partContext) WAIT ¶
func (s *Wait_nowait_partContext) WAIT() antlr.TerminalNode
type Whenever_commandContext ¶
type Whenever_commandContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWhenever_commandContext ¶
func NewEmptyWhenever_commandContext() *Whenever_commandContext
func NewWhenever_commandContext ¶
func NewWhenever_commandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Whenever_commandContext
func (*Whenever_commandContext) COMMIT ¶
func (s *Whenever_commandContext) COMMIT() antlr.TerminalNode
func (*Whenever_commandContext) CONTINUE ¶
func (s *Whenever_commandContext) CONTINUE() antlr.TerminalNode
func (*Whenever_commandContext) EXIT ¶
func (s *Whenever_commandContext) EXIT() antlr.TerminalNode
func (*Whenever_commandContext) EnterRule ¶
func (s *Whenever_commandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Whenever_commandContext) ExitRule ¶
func (s *Whenever_commandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Whenever_commandContext) FAILURE ¶
func (s *Whenever_commandContext) FAILURE() antlr.TerminalNode
func (*Whenever_commandContext) GetParser ¶
func (s *Whenever_commandContext) GetParser() antlr.Parser
func (*Whenever_commandContext) GetRuleContext ¶
func (s *Whenever_commandContext) GetRuleContext() antlr.RuleContext
func (*Whenever_commandContext) IsWhenever_commandContext ¶
func (*Whenever_commandContext) IsWhenever_commandContext()
func (*Whenever_commandContext) NONE ¶
func (s *Whenever_commandContext) NONE() antlr.TerminalNode
func (*Whenever_commandContext) OSERROR ¶
func (s *Whenever_commandContext) OSERROR() antlr.TerminalNode
func (*Whenever_commandContext) ROLLBACK ¶
func (s *Whenever_commandContext) ROLLBACK() antlr.TerminalNode
func (*Whenever_commandContext) SQLERROR ¶
func (s *Whenever_commandContext) SQLERROR() antlr.TerminalNode
func (*Whenever_commandContext) SUCCESS ¶
func (s *Whenever_commandContext) SUCCESS() antlr.TerminalNode
func (*Whenever_commandContext) ToStringTree ¶
func (s *Whenever_commandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Whenever_commandContext) Variable_name ¶
func (s *Whenever_commandContext) Variable_name() IVariable_nameContext
func (*Whenever_commandContext) WARNING ¶
func (s *Whenever_commandContext) WARNING() antlr.TerminalNode
func (*Whenever_commandContext) WHENEVER ¶
func (s *Whenever_commandContext) WHENEVER() antlr.TerminalNode
type Where_clauseContext ¶
type Where_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWhere_clauseContext ¶
func NewEmptyWhere_clauseContext() *Where_clauseContext
func NewWhere_clauseContext ¶
func NewWhere_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Where_clauseContext
func (*Where_clauseContext) CURRENT ¶
func (s *Where_clauseContext) CURRENT() antlr.TerminalNode
func (*Where_clauseContext) Cursor_name ¶
func (s *Where_clauseContext) Cursor_name() ICursor_nameContext
func (*Where_clauseContext) EnterRule ¶
func (s *Where_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Where_clauseContext) ExitRule ¶
func (s *Where_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Where_clauseContext) Expression ¶
func (s *Where_clauseContext) Expression() IExpressionContext
func (*Where_clauseContext) GetParser ¶
func (s *Where_clauseContext) GetParser() antlr.Parser
func (*Where_clauseContext) GetRuleContext ¶
func (s *Where_clauseContext) GetRuleContext() antlr.RuleContext
func (*Where_clauseContext) IsWhere_clauseContext ¶
func (*Where_clauseContext) IsWhere_clauseContext()
func (*Where_clauseContext) OF ¶
func (s *Where_clauseContext) OF() antlr.TerminalNode
func (*Where_clauseContext) ToStringTree ¶
func (s *Where_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Where_clauseContext) WHERE ¶
func (s *Where_clauseContext) WHERE() antlr.TerminalNode
type Windowing_clauseContext ¶
type Windowing_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWindowing_clauseContext ¶
func NewEmptyWindowing_clauseContext() *Windowing_clauseContext
func NewWindowing_clauseContext ¶
func NewWindowing_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Windowing_clauseContext
func (*Windowing_clauseContext) AND ¶
func (s *Windowing_clauseContext) AND() antlr.TerminalNode
func (*Windowing_clauseContext) AllWindowing_elements ¶
func (s *Windowing_clauseContext) AllWindowing_elements() []IWindowing_elementsContext
func (*Windowing_clauseContext) BETWEEN ¶
func (s *Windowing_clauseContext) BETWEEN() antlr.TerminalNode
func (*Windowing_clauseContext) EnterRule ¶
func (s *Windowing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Windowing_clauseContext) ExitRule ¶
func (s *Windowing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Windowing_clauseContext) GetParser ¶
func (s *Windowing_clauseContext) GetParser() antlr.Parser
func (*Windowing_clauseContext) GetRuleContext ¶
func (s *Windowing_clauseContext) GetRuleContext() antlr.RuleContext
func (*Windowing_clauseContext) IsWindowing_clauseContext ¶
func (*Windowing_clauseContext) IsWindowing_clauseContext()
func (*Windowing_clauseContext) ToStringTree ¶
func (s *Windowing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Windowing_clauseContext) Windowing_elements ¶
func (s *Windowing_clauseContext) Windowing_elements(i int) IWindowing_elementsContext
func (*Windowing_clauseContext) Windowing_type ¶
func (s *Windowing_clauseContext) Windowing_type() IWindowing_typeContext
type Windowing_elementsContext ¶
type Windowing_elementsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWindowing_elementsContext ¶
func NewEmptyWindowing_elementsContext() *Windowing_elementsContext
func NewWindowing_elementsContext ¶
func NewWindowing_elementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Windowing_elementsContext
func (*Windowing_elementsContext) CURRENT ¶
func (s *Windowing_elementsContext) CURRENT() antlr.TerminalNode
func (*Windowing_elementsContext) Concatenation ¶
func (s *Windowing_elementsContext) Concatenation() IConcatenationContext
func (*Windowing_elementsContext) EnterRule ¶
func (s *Windowing_elementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Windowing_elementsContext) ExitRule ¶
func (s *Windowing_elementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Windowing_elementsContext) FOLLOWING ¶
func (s *Windowing_elementsContext) FOLLOWING() antlr.TerminalNode
func (*Windowing_elementsContext) GetParser ¶
func (s *Windowing_elementsContext) GetParser() antlr.Parser
func (*Windowing_elementsContext) GetRuleContext ¶
func (s *Windowing_elementsContext) GetRuleContext() antlr.RuleContext
func (*Windowing_elementsContext) IsWindowing_elementsContext ¶
func (*Windowing_elementsContext) IsWindowing_elementsContext()
func (*Windowing_elementsContext) PRECEDING ¶
func (s *Windowing_elementsContext) PRECEDING() antlr.TerminalNode
func (*Windowing_elementsContext) ROW ¶
func (s *Windowing_elementsContext) ROW() antlr.TerminalNode
func (*Windowing_elementsContext) ToStringTree ¶
func (s *Windowing_elementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Windowing_elementsContext) UNBOUNDED ¶
func (s *Windowing_elementsContext) UNBOUNDED() antlr.TerminalNode
type Windowing_typeContext ¶
type Windowing_typeContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWindowing_typeContext ¶
func NewEmptyWindowing_typeContext() *Windowing_typeContext
func NewWindowing_typeContext ¶
func NewWindowing_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Windowing_typeContext
func (*Windowing_typeContext) EnterRule ¶
func (s *Windowing_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Windowing_typeContext) ExitRule ¶
func (s *Windowing_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Windowing_typeContext) GetParser ¶
func (s *Windowing_typeContext) GetParser() antlr.Parser
func (*Windowing_typeContext) GetRuleContext ¶
func (s *Windowing_typeContext) GetRuleContext() antlr.RuleContext
func (*Windowing_typeContext) IsWindowing_typeContext ¶
func (*Windowing_typeContext) IsWindowing_typeContext()
func (*Windowing_typeContext) RANGE ¶
func (s *Windowing_typeContext) RANGE() antlr.TerminalNode
func (*Windowing_typeContext) ROWS ¶
func (s *Windowing_typeContext) ROWS() antlr.TerminalNode
func (*Windowing_typeContext) ToStringTree ¶
func (s *Windowing_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Within_or_over_clause_keywordContext ¶
type Within_or_over_clause_keywordContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWithin_or_over_clause_keywordContext ¶
func NewEmptyWithin_or_over_clause_keywordContext() *Within_or_over_clause_keywordContext
func NewWithin_or_over_clause_keywordContext ¶
func NewWithin_or_over_clause_keywordContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Within_or_over_clause_keywordContext
func (*Within_or_over_clause_keywordContext) CUME_DIST ¶
func (s *Within_or_over_clause_keywordContext) CUME_DIST() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) DENSE_RANK ¶
func (s *Within_or_over_clause_keywordContext) DENSE_RANK() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) EnterRule ¶
func (s *Within_or_over_clause_keywordContext) EnterRule(listener antlr.ParseTreeListener)
func (*Within_or_over_clause_keywordContext) ExitRule ¶
func (s *Within_or_over_clause_keywordContext) ExitRule(listener antlr.ParseTreeListener)
func (*Within_or_over_clause_keywordContext) GetParser ¶
func (s *Within_or_over_clause_keywordContext) GetParser() antlr.Parser
func (*Within_or_over_clause_keywordContext) GetRuleContext ¶
func (s *Within_or_over_clause_keywordContext) GetRuleContext() antlr.RuleContext
func (*Within_or_over_clause_keywordContext) IsWithin_or_over_clause_keywordContext ¶
func (*Within_or_over_clause_keywordContext) IsWithin_or_over_clause_keywordContext()
func (*Within_or_over_clause_keywordContext) LISTAGG ¶
func (s *Within_or_over_clause_keywordContext) LISTAGG() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) PERCENTILE_CONT ¶
func (s *Within_or_over_clause_keywordContext) PERCENTILE_CONT() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) PERCENTILE_DISC ¶
func (s *Within_or_over_clause_keywordContext) PERCENTILE_DISC() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) PERCENT_RANK ¶
func (s *Within_or_over_clause_keywordContext) PERCENT_RANK() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) RANK ¶
func (s *Within_or_over_clause_keywordContext) RANK() antlr.TerminalNode
func (*Within_or_over_clause_keywordContext) ToStringTree ¶
func (s *Within_or_over_clause_keywordContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Within_or_over_partContext ¶
type Within_or_over_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWithin_or_over_partContext ¶
func NewEmptyWithin_or_over_partContext() *Within_or_over_partContext
func NewWithin_or_over_partContext ¶
func NewWithin_or_over_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Within_or_over_partContext
func (*Within_or_over_partContext) EnterRule ¶
func (s *Within_or_over_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Within_or_over_partContext) ExitRule ¶
func (s *Within_or_over_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Within_or_over_partContext) GROUP ¶
func (s *Within_or_over_partContext) GROUP() antlr.TerminalNode
func (*Within_or_over_partContext) GetParser ¶
func (s *Within_or_over_partContext) GetParser() antlr.Parser
func (*Within_or_over_partContext) GetRuleContext ¶
func (s *Within_or_over_partContext) GetRuleContext() antlr.RuleContext
func (*Within_or_over_partContext) IsWithin_or_over_partContext ¶
func (*Within_or_over_partContext) IsWithin_or_over_partContext()
func (*Within_or_over_partContext) LEFT_PAREN ¶
func (s *Within_or_over_partContext) LEFT_PAREN() antlr.TerminalNode
func (*Within_or_over_partContext) Order_by_clause ¶
func (s *Within_or_over_partContext) Order_by_clause() IOrder_by_clauseContext
func (*Within_or_over_partContext) Over_clause ¶
func (s *Within_or_over_partContext) Over_clause() IOver_clauseContext
func (*Within_or_over_partContext) RIGHT_PAREN ¶
func (s *Within_or_over_partContext) RIGHT_PAREN() antlr.TerminalNode
func (*Within_or_over_partContext) ToStringTree ¶
func (s *Within_or_over_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Within_or_over_partContext) WITHIN ¶
func (s *Within_or_over_partContext) WITHIN() antlr.TerminalNode
type Write_clauseContext ¶
type Write_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyWrite_clauseContext ¶
func NewEmptyWrite_clauseContext() *Write_clauseContext
func NewWrite_clauseContext ¶
func NewWrite_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Write_clauseContext
func (*Write_clauseContext) BATCH ¶
func (s *Write_clauseContext) BATCH() antlr.TerminalNode
func (*Write_clauseContext) EnterRule ¶
func (s *Write_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Write_clauseContext) ExitRule ¶
func (s *Write_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Write_clauseContext) GetParser ¶
func (s *Write_clauseContext) GetParser() antlr.Parser
func (*Write_clauseContext) GetRuleContext ¶
func (s *Write_clauseContext) GetRuleContext() antlr.RuleContext
func (*Write_clauseContext) IMMEDIATE ¶
func (s *Write_clauseContext) IMMEDIATE() antlr.TerminalNode
func (*Write_clauseContext) IsWrite_clauseContext ¶
func (*Write_clauseContext) IsWrite_clauseContext()
func (*Write_clauseContext) NOWAIT ¶
func (s *Write_clauseContext) NOWAIT() antlr.TerminalNode
func (*Write_clauseContext) ToStringTree ¶
func (s *Write_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Write_clauseContext) WAIT ¶
func (s *Write_clauseContext) WAIT() antlr.TerminalNode
func (*Write_clauseContext) WRITE ¶
func (s *Write_clauseContext) WRITE() antlr.TerminalNode
type Xml_attributes_clauseContext ¶
type Xml_attributes_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_attributes_clauseContext ¶
func NewEmptyXml_attributes_clauseContext() *Xml_attributes_clauseContext
func NewXml_attributes_clauseContext ¶
func NewXml_attributes_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_attributes_clauseContext
func (*Xml_attributes_clauseContext) AllCOMMA ¶
func (s *Xml_attributes_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Xml_attributes_clauseContext) AllXml_multiuse_expression_element ¶
func (s *Xml_attributes_clauseContext) AllXml_multiuse_expression_element() []IXml_multiuse_expression_elementContext
func (*Xml_attributes_clauseContext) COMMA ¶
func (s *Xml_attributes_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Xml_attributes_clauseContext) ENTITYESCAPING ¶
func (s *Xml_attributes_clauseContext) ENTITYESCAPING() antlr.TerminalNode
func (*Xml_attributes_clauseContext) EnterRule ¶
func (s *Xml_attributes_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_attributes_clauseContext) ExitRule ¶
func (s *Xml_attributes_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_attributes_clauseContext) GetParser ¶
func (s *Xml_attributes_clauseContext) GetParser() antlr.Parser
func (*Xml_attributes_clauseContext) GetRuleContext ¶
func (s *Xml_attributes_clauseContext) GetRuleContext() antlr.RuleContext
func (*Xml_attributes_clauseContext) IsXml_attributes_clauseContext ¶
func (*Xml_attributes_clauseContext) IsXml_attributes_clauseContext()
func (*Xml_attributes_clauseContext) LEFT_PAREN ¶
func (s *Xml_attributes_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Xml_attributes_clauseContext) NOENTITYESCAPING ¶
func (s *Xml_attributes_clauseContext) NOENTITYESCAPING() antlr.TerminalNode
func (*Xml_attributes_clauseContext) NOSCHEMACHECK ¶
func (s *Xml_attributes_clauseContext) NOSCHEMACHECK() antlr.TerminalNode
func (*Xml_attributes_clauseContext) RIGHT_PAREN ¶
func (s *Xml_attributes_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Xml_attributes_clauseContext) SCHEMACHECK ¶
func (s *Xml_attributes_clauseContext) SCHEMACHECK() antlr.TerminalNode
func (*Xml_attributes_clauseContext) ToStringTree ¶
func (s *Xml_attributes_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xml_attributes_clauseContext) XMLATTRIBUTES ¶
func (s *Xml_attributes_clauseContext) XMLATTRIBUTES() antlr.TerminalNode
func (*Xml_attributes_clauseContext) Xml_multiuse_expression_element ¶
func (s *Xml_attributes_clauseContext) Xml_multiuse_expression_element(i int) IXml_multiuse_expression_elementContext
type Xml_column_nameContext ¶
type Xml_column_nameContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_column_nameContext ¶
func NewEmptyXml_column_nameContext() *Xml_column_nameContext
func NewXml_column_nameContext ¶
func NewXml_column_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_column_nameContext
func (*Xml_column_nameContext) EnterRule ¶
func (s *Xml_column_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_column_nameContext) ExitRule ¶
func (s *Xml_column_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_column_nameContext) GetParser ¶
func (s *Xml_column_nameContext) GetParser() antlr.Parser
func (*Xml_column_nameContext) GetRuleContext ¶
func (s *Xml_column_nameContext) GetRuleContext() antlr.RuleContext
func (*Xml_column_nameContext) Identifier ¶
func (s *Xml_column_nameContext) Identifier() IIdentifierContext
func (*Xml_column_nameContext) IsXml_column_nameContext ¶
func (*Xml_column_nameContext) IsXml_column_nameContext()
func (*Xml_column_nameContext) Quoted_string ¶
func (s *Xml_column_nameContext) Quoted_string() IQuoted_stringContext
func (*Xml_column_nameContext) ToStringTree ¶
func (s *Xml_column_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Xml_general_default_partContext ¶
type Xml_general_default_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_general_default_partContext ¶
func NewEmptyXml_general_default_partContext() *Xml_general_default_partContext
func NewXml_general_default_partContext ¶
func NewXml_general_default_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_general_default_partContext
func (*Xml_general_default_partContext) Concatenation ¶
func (s *Xml_general_default_partContext) Concatenation() IConcatenationContext
func (*Xml_general_default_partContext) DEFAULT ¶
func (s *Xml_general_default_partContext) DEFAULT() antlr.TerminalNode
func (*Xml_general_default_partContext) EnterRule ¶
func (s *Xml_general_default_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_general_default_partContext) ExitRule ¶
func (s *Xml_general_default_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_general_default_partContext) GetParser ¶
func (s *Xml_general_default_partContext) GetParser() antlr.Parser
func (*Xml_general_default_partContext) GetRuleContext ¶
func (s *Xml_general_default_partContext) GetRuleContext() antlr.RuleContext
func (*Xml_general_default_partContext) IsXml_general_default_partContext ¶
func (*Xml_general_default_partContext) IsXml_general_default_partContext()
func (*Xml_general_default_partContext) ToStringTree ¶
func (s *Xml_general_default_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Xml_multiuse_expression_elementContext ¶
type Xml_multiuse_expression_elementContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_multiuse_expression_elementContext ¶
func NewEmptyXml_multiuse_expression_elementContext() *Xml_multiuse_expression_elementContext
func NewXml_multiuse_expression_elementContext ¶
func NewXml_multiuse_expression_elementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_multiuse_expression_elementContext
func (*Xml_multiuse_expression_elementContext) AS ¶
func (s *Xml_multiuse_expression_elementContext) AS() antlr.TerminalNode
func (*Xml_multiuse_expression_elementContext) Concatenation ¶
func (s *Xml_multiuse_expression_elementContext) Concatenation() IConcatenationContext
func (*Xml_multiuse_expression_elementContext) EVALNAME ¶
func (s *Xml_multiuse_expression_elementContext) EVALNAME() antlr.TerminalNode
func (*Xml_multiuse_expression_elementContext) EnterRule ¶
func (s *Xml_multiuse_expression_elementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_multiuse_expression_elementContext) ExitRule ¶
func (s *Xml_multiuse_expression_elementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_multiuse_expression_elementContext) Expression ¶
func (s *Xml_multiuse_expression_elementContext) Expression() IExpressionContext
func (*Xml_multiuse_expression_elementContext) GetParser ¶
func (s *Xml_multiuse_expression_elementContext) GetParser() antlr.Parser
func (*Xml_multiuse_expression_elementContext) GetRuleContext ¶
func (s *Xml_multiuse_expression_elementContext) GetRuleContext() antlr.RuleContext
func (*Xml_multiuse_expression_elementContext) Id_expression ¶
func (s *Xml_multiuse_expression_elementContext) Id_expression() IId_expressionContext
func (*Xml_multiuse_expression_elementContext) IsXml_multiuse_expression_elementContext ¶
func (*Xml_multiuse_expression_elementContext) IsXml_multiuse_expression_elementContext()
func (*Xml_multiuse_expression_elementContext) ToStringTree ¶
func (s *Xml_multiuse_expression_elementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Xml_namespaces_clauseContext ¶
type Xml_namespaces_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_namespaces_clauseContext ¶
func NewEmptyXml_namespaces_clauseContext() *Xml_namespaces_clauseContext
func NewXml_namespaces_clauseContext ¶
func NewXml_namespaces_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_namespaces_clauseContext
func (*Xml_namespaces_clauseContext) AllCOMMA ¶
func (s *Xml_namespaces_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Xml_namespaces_clauseContext) AllColumn_alias ¶
func (s *Xml_namespaces_clauseContext) AllColumn_alias() []IColumn_aliasContext
func (*Xml_namespaces_clauseContext) AllConcatenation ¶
func (s *Xml_namespaces_clauseContext) AllConcatenation() []IConcatenationContext
func (*Xml_namespaces_clauseContext) COMMA ¶
func (s *Xml_namespaces_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Xml_namespaces_clauseContext) Column_alias ¶
func (s *Xml_namespaces_clauseContext) Column_alias(i int) IColumn_aliasContext
func (*Xml_namespaces_clauseContext) Concatenation ¶
func (s *Xml_namespaces_clauseContext) Concatenation(i int) IConcatenationContext
func (*Xml_namespaces_clauseContext) EnterRule ¶
func (s *Xml_namespaces_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_namespaces_clauseContext) ExitRule ¶
func (s *Xml_namespaces_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_namespaces_clauseContext) GetParser ¶
func (s *Xml_namespaces_clauseContext) GetParser() antlr.Parser
func (*Xml_namespaces_clauseContext) GetRuleContext ¶
func (s *Xml_namespaces_clauseContext) GetRuleContext() antlr.RuleContext
func (*Xml_namespaces_clauseContext) IsXml_namespaces_clauseContext ¶
func (*Xml_namespaces_clauseContext) IsXml_namespaces_clauseContext()
func (*Xml_namespaces_clauseContext) LEFT_PAREN ¶
func (s *Xml_namespaces_clauseContext) LEFT_PAREN() antlr.TerminalNode
func (*Xml_namespaces_clauseContext) RIGHT_PAREN ¶
func (s *Xml_namespaces_clauseContext) RIGHT_PAREN() antlr.TerminalNode
func (*Xml_namespaces_clauseContext) ToStringTree ¶
func (s *Xml_namespaces_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xml_namespaces_clauseContext) XMLNAMESPACES ¶
func (s *Xml_namespaces_clauseContext) XMLNAMESPACES() antlr.TerminalNode
func (*Xml_namespaces_clauseContext) Xml_general_default_part ¶
func (s *Xml_namespaces_clauseContext) Xml_general_default_part() IXml_general_default_partContext
type Xml_passing_clauseContext ¶
type Xml_passing_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_passing_clauseContext ¶
func NewEmptyXml_passing_clauseContext() *Xml_passing_clauseContext
func NewXml_passing_clauseContext ¶
func NewXml_passing_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_passing_clauseContext
func (*Xml_passing_clauseContext) AllCOMMA ¶
func (s *Xml_passing_clauseContext) AllCOMMA() []antlr.TerminalNode
func (*Xml_passing_clauseContext) AllColumn_alias ¶
func (s *Xml_passing_clauseContext) AllColumn_alias() []IColumn_aliasContext
func (*Xml_passing_clauseContext) AllExpression ¶
func (s *Xml_passing_clauseContext) AllExpression() []IExpressionContext
func (*Xml_passing_clauseContext) BY ¶
func (s *Xml_passing_clauseContext) BY() antlr.TerminalNode
func (*Xml_passing_clauseContext) COMMA ¶
func (s *Xml_passing_clauseContext) COMMA(i int) antlr.TerminalNode
func (*Xml_passing_clauseContext) Column_alias ¶
func (s *Xml_passing_clauseContext) Column_alias(i int) IColumn_aliasContext
func (*Xml_passing_clauseContext) EnterRule ¶
func (s *Xml_passing_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_passing_clauseContext) ExitRule ¶
func (s *Xml_passing_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_passing_clauseContext) Expression ¶
func (s *Xml_passing_clauseContext) Expression(i int) IExpressionContext
func (*Xml_passing_clauseContext) GetParser ¶
func (s *Xml_passing_clauseContext) GetParser() antlr.Parser
func (*Xml_passing_clauseContext) GetRuleContext ¶
func (s *Xml_passing_clauseContext) GetRuleContext() antlr.RuleContext
func (*Xml_passing_clauseContext) IsXml_passing_clauseContext ¶
func (*Xml_passing_clauseContext) IsXml_passing_clauseContext()
func (*Xml_passing_clauseContext) PASSING ¶
func (s *Xml_passing_clauseContext) PASSING() antlr.TerminalNode
func (*Xml_passing_clauseContext) ToStringTree ¶
func (s *Xml_passing_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xml_passing_clauseContext) VALUE ¶
func (s *Xml_passing_clauseContext) VALUE() antlr.TerminalNode
type Xml_table_columnContext ¶
type Xml_table_columnContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXml_table_columnContext ¶
func NewEmptyXml_table_columnContext() *Xml_table_columnContext
func NewXml_table_columnContext ¶
func NewXml_table_columnContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xml_table_columnContext
func (*Xml_table_columnContext) Concatenation ¶
func (s *Xml_table_columnContext) Concatenation() IConcatenationContext
func (*Xml_table_columnContext) EnterRule ¶
func (s *Xml_table_columnContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xml_table_columnContext) ExitRule ¶
func (s *Xml_table_columnContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xml_table_columnContext) FOR ¶
func (s *Xml_table_columnContext) FOR() antlr.TerminalNode
func (*Xml_table_columnContext) GetParser ¶
func (s *Xml_table_columnContext) GetParser() antlr.Parser
func (*Xml_table_columnContext) GetRuleContext ¶
func (s *Xml_table_columnContext) GetRuleContext() antlr.RuleContext
func (*Xml_table_columnContext) IsXml_table_columnContext ¶
func (*Xml_table_columnContext) IsXml_table_columnContext()
func (*Xml_table_columnContext) ORDINALITY ¶
func (s *Xml_table_columnContext) ORDINALITY() antlr.TerminalNode
func (*Xml_table_columnContext) PATH ¶
func (s *Xml_table_columnContext) PATH() antlr.TerminalNode
func (*Xml_table_columnContext) ToStringTree ¶
func (s *Xml_table_columnContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xml_table_columnContext) Type_spec ¶
func (s *Xml_table_columnContext) Type_spec() IType_specContext
func (*Xml_table_columnContext) Xml_column_name ¶
func (s *Xml_table_columnContext) Xml_column_name() IXml_column_nameContext
func (*Xml_table_columnContext) Xml_general_default_part ¶
func (s *Xml_table_columnContext) Xml_general_default_part() IXml_general_default_partContext
type Xmlindex_clauseContext ¶
type Xmlindex_clauseContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlindex_clauseContext ¶
func NewEmptyXmlindex_clauseContext() *Xmlindex_clauseContext
func NewXmlindex_clauseContext ¶
func NewXmlindex_clauseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlindex_clauseContext
func (*Xmlindex_clauseContext) EnterRule ¶
func (s *Xmlindex_clauseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlindex_clauseContext) ExitRule ¶
func (s *Xmlindex_clauseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlindex_clauseContext) GetParser ¶
func (s *Xmlindex_clauseContext) GetParser() antlr.Parser
func (*Xmlindex_clauseContext) GetRuleContext ¶
func (s *Xmlindex_clauseContext) GetRuleContext() antlr.RuleContext
func (*Xmlindex_clauseContext) IsXmlindex_clauseContext ¶
func (*Xmlindex_clauseContext) IsXmlindex_clauseContext()
func (*Xmlindex_clauseContext) Local_xmlindex_clause ¶
func (s *Xmlindex_clauseContext) Local_xmlindex_clause() ILocal_xmlindex_clauseContext
func (*Xmlindex_clauseContext) PERIOD ¶
func (s *Xmlindex_clauseContext) PERIOD() antlr.TerminalNode
func (*Xmlindex_clauseContext) Parallel_clause ¶
func (s *Xmlindex_clauseContext) Parallel_clause() IParallel_clauseContext
func (*Xmlindex_clauseContext) ToStringTree ¶
func (s *Xmlindex_clauseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmlindex_clauseContext) XDB ¶
func (s *Xmlindex_clauseContext) XDB() antlr.TerminalNode
func (*Xmlindex_clauseContext) XMLINDEX ¶
func (s *Xmlindex_clauseContext) XMLINDEX() antlr.TerminalNode
type Xmlroot_param_standalone_partContext ¶
type Xmlroot_param_standalone_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlroot_param_standalone_partContext ¶
func NewEmptyXmlroot_param_standalone_partContext() *Xmlroot_param_standalone_partContext
func NewXmlroot_param_standalone_partContext ¶
func NewXmlroot_param_standalone_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlroot_param_standalone_partContext
func (*Xmlroot_param_standalone_partContext) EnterRule ¶
func (s *Xmlroot_param_standalone_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlroot_param_standalone_partContext) ExitRule ¶
func (s *Xmlroot_param_standalone_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlroot_param_standalone_partContext) GetParser ¶
func (s *Xmlroot_param_standalone_partContext) GetParser() antlr.Parser
func (*Xmlroot_param_standalone_partContext) GetRuleContext ¶
func (s *Xmlroot_param_standalone_partContext) GetRuleContext() antlr.RuleContext
func (*Xmlroot_param_standalone_partContext) IsXmlroot_param_standalone_partContext ¶
func (*Xmlroot_param_standalone_partContext) IsXmlroot_param_standalone_partContext()
func (*Xmlroot_param_standalone_partContext) NO ¶
func (s *Xmlroot_param_standalone_partContext) NO() antlr.TerminalNode
func (*Xmlroot_param_standalone_partContext) STANDALONE ¶
func (s *Xmlroot_param_standalone_partContext) STANDALONE() antlr.TerminalNode
func (*Xmlroot_param_standalone_partContext) ToStringTree ¶
func (s *Xmlroot_param_standalone_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmlroot_param_standalone_partContext) VALUE ¶
func (s *Xmlroot_param_standalone_partContext) VALUE() antlr.TerminalNode
func (*Xmlroot_param_standalone_partContext) YES ¶
func (s *Xmlroot_param_standalone_partContext) YES() antlr.TerminalNode
type Xmlroot_param_version_partContext ¶
type Xmlroot_param_version_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlroot_param_version_partContext ¶
func NewEmptyXmlroot_param_version_partContext() *Xmlroot_param_version_partContext
func NewXmlroot_param_version_partContext ¶
func NewXmlroot_param_version_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlroot_param_version_partContext
func (*Xmlroot_param_version_partContext) EnterRule ¶
func (s *Xmlroot_param_version_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlroot_param_version_partContext) ExitRule ¶
func (s *Xmlroot_param_version_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlroot_param_version_partContext) Expression ¶
func (s *Xmlroot_param_version_partContext) Expression() IExpressionContext
func (*Xmlroot_param_version_partContext) GetParser ¶
func (s *Xmlroot_param_version_partContext) GetParser() antlr.Parser
func (*Xmlroot_param_version_partContext) GetRuleContext ¶
func (s *Xmlroot_param_version_partContext) GetRuleContext() antlr.RuleContext
func (*Xmlroot_param_version_partContext) IsXmlroot_param_version_partContext ¶
func (*Xmlroot_param_version_partContext) IsXmlroot_param_version_partContext()
func (*Xmlroot_param_version_partContext) NO ¶
func (s *Xmlroot_param_version_partContext) NO() antlr.TerminalNode
func (*Xmlroot_param_version_partContext) ToStringTree ¶
func (s *Xmlroot_param_version_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmlroot_param_version_partContext) VALUE ¶
func (s *Xmlroot_param_version_partContext) VALUE() antlr.TerminalNode
func (*Xmlroot_param_version_partContext) VERSION ¶
func (s *Xmlroot_param_version_partContext) VERSION() antlr.TerminalNode
type Xmlschema_specContext ¶
type Xmlschema_specContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlschema_specContext ¶
func NewEmptyXmlschema_specContext() *Xmlschema_specContext
func NewXmlschema_specContext ¶
func NewXmlschema_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlschema_specContext
func (*Xmlschema_specContext) ANYSCHEMA ¶
func (s *Xmlschema_specContext) ANYSCHEMA() antlr.TerminalNode
func (*Xmlschema_specContext) AllAllow_or_disallow ¶
func (s *Xmlschema_specContext) AllAllow_or_disallow() []IAllow_or_disallowContext
func (*Xmlschema_specContext) AllDELIMITED_ID ¶
func (s *Xmlschema_specContext) AllDELIMITED_ID() []antlr.TerminalNode
func (*Xmlschema_specContext) Allow_or_disallow ¶
func (s *Xmlschema_specContext) Allow_or_disallow(i int) IAllow_or_disallowContext
func (*Xmlschema_specContext) DELIMITED_ID ¶
func (s *Xmlschema_specContext) DELIMITED_ID(i int) antlr.TerminalNode
func (*Xmlschema_specContext) ELEMENT ¶
func (s *Xmlschema_specContext) ELEMENT() antlr.TerminalNode
func (*Xmlschema_specContext) EnterRule ¶
func (s *Xmlschema_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlschema_specContext) ExitRule ¶
func (s *Xmlschema_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlschema_specContext) GetParser ¶
func (s *Xmlschema_specContext) GetParser() antlr.Parser
func (*Xmlschema_specContext) GetRuleContext ¶
func (s *Xmlschema_specContext) GetRuleContext() antlr.RuleContext
func (*Xmlschema_specContext) IsXmlschema_specContext ¶
func (*Xmlschema_specContext) IsXmlschema_specContext()
func (*Xmlschema_specContext) NONSCHEMA ¶
func (s *Xmlschema_specContext) NONSCHEMA() antlr.TerminalNode
func (*Xmlschema_specContext) ToStringTree ¶
func (s *Xmlschema_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmlschema_specContext) XMLSCHEMA ¶
func (s *Xmlschema_specContext) XMLSCHEMA() antlr.TerminalNode
type Xmlserialize_param_enconding_partContext ¶
type Xmlserialize_param_enconding_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlserialize_param_enconding_partContext ¶
func NewEmptyXmlserialize_param_enconding_partContext() *Xmlserialize_param_enconding_partContext
func NewXmlserialize_param_enconding_partContext ¶
func NewXmlserialize_param_enconding_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlserialize_param_enconding_partContext
func (*Xmlserialize_param_enconding_partContext) Concatenation ¶
func (s *Xmlserialize_param_enconding_partContext) Concatenation() IConcatenationContext
func (*Xmlserialize_param_enconding_partContext) ENCODING ¶
func (s *Xmlserialize_param_enconding_partContext) ENCODING() antlr.TerminalNode
func (*Xmlserialize_param_enconding_partContext) EnterRule ¶
func (s *Xmlserialize_param_enconding_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_enconding_partContext) ExitRule ¶
func (s *Xmlserialize_param_enconding_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_enconding_partContext) GetParser ¶
func (s *Xmlserialize_param_enconding_partContext) GetParser() antlr.Parser
func (*Xmlserialize_param_enconding_partContext) GetRuleContext ¶
func (s *Xmlserialize_param_enconding_partContext) GetRuleContext() antlr.RuleContext
func (*Xmlserialize_param_enconding_partContext) IsXmlserialize_param_enconding_partContext ¶
func (*Xmlserialize_param_enconding_partContext) IsXmlserialize_param_enconding_partContext()
func (*Xmlserialize_param_enconding_partContext) ToStringTree ¶
func (s *Xmlserialize_param_enconding_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Xmlserialize_param_ident_partContext ¶
type Xmlserialize_param_ident_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlserialize_param_ident_partContext ¶
func NewEmptyXmlserialize_param_ident_partContext() *Xmlserialize_param_ident_partContext
func NewXmlserialize_param_ident_partContext ¶
func NewXmlserialize_param_ident_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlserialize_param_ident_partContext
func (*Xmlserialize_param_ident_partContext) Concatenation ¶
func (s *Xmlserialize_param_ident_partContext) Concatenation() IConcatenationContext
func (*Xmlserialize_param_ident_partContext) EQUALS_OP ¶
func (s *Xmlserialize_param_ident_partContext) EQUALS_OP() antlr.TerminalNode
func (*Xmlserialize_param_ident_partContext) EnterRule ¶
func (s *Xmlserialize_param_ident_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_ident_partContext) ExitRule ¶
func (s *Xmlserialize_param_ident_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_ident_partContext) GetParser ¶
func (s *Xmlserialize_param_ident_partContext) GetParser() antlr.Parser
func (*Xmlserialize_param_ident_partContext) GetRuleContext ¶
func (s *Xmlserialize_param_ident_partContext) GetRuleContext() antlr.RuleContext
func (*Xmlserialize_param_ident_partContext) INDENT ¶
func (s *Xmlserialize_param_ident_partContext) INDENT() antlr.TerminalNode
func (*Xmlserialize_param_ident_partContext) IsXmlserialize_param_ident_partContext ¶
func (*Xmlserialize_param_ident_partContext) IsXmlserialize_param_ident_partContext()
func (*Xmlserialize_param_ident_partContext) NO ¶
func (s *Xmlserialize_param_ident_partContext) NO() antlr.TerminalNode
func (*Xmlserialize_param_ident_partContext) SIZE ¶
func (s *Xmlserialize_param_ident_partContext) SIZE() antlr.TerminalNode
func (*Xmlserialize_param_ident_partContext) ToStringTree ¶
func (s *Xmlserialize_param_ident_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Xmlserialize_param_version_partContext ¶
type Xmlserialize_param_version_partContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmlserialize_param_version_partContext ¶
func NewEmptyXmlserialize_param_version_partContext() *Xmlserialize_param_version_partContext
func NewXmlserialize_param_version_partContext ¶
func NewXmlserialize_param_version_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmlserialize_param_version_partContext
func (*Xmlserialize_param_version_partContext) Concatenation ¶
func (s *Xmlserialize_param_version_partContext) Concatenation() IConcatenationContext
func (*Xmlserialize_param_version_partContext) EnterRule ¶
func (s *Xmlserialize_param_version_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_version_partContext) ExitRule ¶
func (s *Xmlserialize_param_version_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmlserialize_param_version_partContext) GetParser ¶
func (s *Xmlserialize_param_version_partContext) GetParser() antlr.Parser
func (*Xmlserialize_param_version_partContext) GetRuleContext ¶
func (s *Xmlserialize_param_version_partContext) GetRuleContext() antlr.RuleContext
func (*Xmlserialize_param_version_partContext) IsXmlserialize_param_version_partContext ¶
func (*Xmlserialize_param_version_partContext) IsXmlserialize_param_version_partContext()
func (*Xmlserialize_param_version_partContext) ToStringTree ¶
func (s *Xmlserialize_param_version_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmlserialize_param_version_partContext) VERSION ¶
func (s *Xmlserialize_param_version_partContext) VERSION() antlr.TerminalNode
type XmltableContext ¶
type XmltableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmltableContext ¶
func NewEmptyXmltableContext() *XmltableContext
func NewXmltableContext ¶
func NewXmltableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *XmltableContext
func (*XmltableContext) AllCOMMA ¶
func (s *XmltableContext) AllCOMMA() []antlr.TerminalNode
func (*XmltableContext) AllXml_table_column ¶
func (s *XmltableContext) AllXml_table_column() []IXml_table_columnContext
func (*XmltableContext) COLUMNS ¶
func (s *XmltableContext) COLUMNS() antlr.TerminalNode
func (*XmltableContext) COMMA ¶
func (s *XmltableContext) COMMA(i int) antlr.TerminalNode
func (*XmltableContext) Concatenation ¶
func (s *XmltableContext) Concatenation() IConcatenationContext
func (*XmltableContext) EnterRule ¶
func (s *XmltableContext) EnterRule(listener antlr.ParseTreeListener)
func (*XmltableContext) ExitRule ¶
func (s *XmltableContext) ExitRule(listener antlr.ParseTreeListener)
func (*XmltableContext) General_element_part ¶
func (s *XmltableContext) General_element_part() IGeneral_element_partContext
func (*XmltableContext) GetParser ¶
func (s *XmltableContext) GetParser() antlr.Parser
func (*XmltableContext) GetRuleContext ¶
func (s *XmltableContext) GetRuleContext() antlr.RuleContext
func (*XmltableContext) IsXmltableContext ¶
func (*XmltableContext) IsXmltableContext()
func (*XmltableContext) LEFT_PAREN ¶
func (s *XmltableContext) LEFT_PAREN() antlr.TerminalNode
func (*XmltableContext) PERIOD ¶
func (s *XmltableContext) PERIOD() antlr.TerminalNode
func (*XmltableContext) RIGHT_PAREN ¶
func (s *XmltableContext) RIGHT_PAREN() antlr.TerminalNode
func (*XmltableContext) ToStringTree ¶
func (s *XmltableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*XmltableContext) XMLTABLE ¶
func (s *XmltableContext) XMLTABLE() antlr.TerminalNode
func (*XmltableContext) Xml_namespaces_clause ¶
func (s *XmltableContext) Xml_namespaces_clause() IXml_namespaces_clauseContext
func (*XmltableContext) Xml_passing_clause ¶
func (s *XmltableContext) Xml_passing_clause() IXml_passing_clauseContext
func (*XmltableContext) Xml_table_column ¶
func (s *XmltableContext) Xml_table_column(i int) IXml_table_columnContext
type Xmltype_column_propertiesContext ¶
type Xmltype_column_propertiesContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmltype_column_propertiesContext ¶
func NewEmptyXmltype_column_propertiesContext() *Xmltype_column_propertiesContext
func NewXmltype_column_propertiesContext ¶
func NewXmltype_column_propertiesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmltype_column_propertiesContext
func (*Xmltype_column_propertiesContext) COLUMN ¶
func (s *Xmltype_column_propertiesContext) COLUMN() antlr.TerminalNode
func (*Xmltype_column_propertiesContext) Column_name ¶
func (s *Xmltype_column_propertiesContext) Column_name() IColumn_nameContext
func (*Xmltype_column_propertiesContext) EnterRule ¶
func (s *Xmltype_column_propertiesContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmltype_column_propertiesContext) ExitRule ¶
func (s *Xmltype_column_propertiesContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmltype_column_propertiesContext) GetParser ¶
func (s *Xmltype_column_propertiesContext) GetParser() antlr.Parser
func (*Xmltype_column_propertiesContext) GetRuleContext ¶
func (s *Xmltype_column_propertiesContext) GetRuleContext() antlr.RuleContext
func (*Xmltype_column_propertiesContext) IsXmltype_column_propertiesContext ¶
func (*Xmltype_column_propertiesContext) IsXmltype_column_propertiesContext()
func (*Xmltype_column_propertiesContext) ToStringTree ¶
func (s *Xmltype_column_propertiesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmltype_column_propertiesContext) XMLTYPE ¶
func (s *Xmltype_column_propertiesContext) XMLTYPE() antlr.TerminalNode
func (*Xmltype_column_propertiesContext) Xmlschema_spec ¶
func (s *Xmltype_column_propertiesContext) Xmlschema_spec() IXmlschema_specContext
func (*Xmltype_column_propertiesContext) Xmltype_storage ¶
func (s *Xmltype_column_propertiesContext) Xmltype_storage() IXmltype_storageContext
type Xmltype_storageContext ¶
type Xmltype_storageContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmltype_storageContext ¶
func NewEmptyXmltype_storageContext() *Xmltype_storageContext
func NewXmltype_storageContext ¶
func NewXmltype_storageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmltype_storageContext
func (*Xmltype_storageContext) AS ¶
func (s *Xmltype_storageContext) AS() antlr.TerminalNode
func (*Xmltype_storageContext) BASICFILE ¶
func (s *Xmltype_storageContext) BASICFILE() antlr.TerminalNode
func (*Xmltype_storageContext) BINARY ¶
func (s *Xmltype_storageContext) BINARY() antlr.TerminalNode
func (*Xmltype_storageContext) CLOB ¶
func (s *Xmltype_storageContext) CLOB() antlr.TerminalNode
func (*Xmltype_storageContext) EnterRule ¶
func (s *Xmltype_storageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmltype_storageContext) ExitRule ¶
func (s *Xmltype_storageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmltype_storageContext) GetParser ¶
func (s *Xmltype_storageContext) GetParser() antlr.Parser
func (*Xmltype_storageContext) GetRuleContext ¶
func (s *Xmltype_storageContext) GetRuleContext() antlr.RuleContext
func (*Xmltype_storageContext) IsXmltype_storageContext ¶
func (*Xmltype_storageContext) IsXmltype_storageContext()
func (*Xmltype_storageContext) LEFT_PAREN ¶
func (s *Xmltype_storageContext) LEFT_PAREN() antlr.TerminalNode
func (*Xmltype_storageContext) LOBS ¶
func (s *Xmltype_storageContext) LOBS() antlr.TerminalNode
func (*Xmltype_storageContext) Lob_parameters ¶
func (s *Xmltype_storageContext) Lob_parameters() ILob_parametersContext
func (*Xmltype_storageContext) Lob_segname ¶
func (s *Xmltype_storageContext) Lob_segname() ILob_segnameContext
func (*Xmltype_storageContext) OBJECT ¶
func (s *Xmltype_storageContext) OBJECT() antlr.TerminalNode
func (*Xmltype_storageContext) RELATIONAL ¶
func (s *Xmltype_storageContext) RELATIONAL() antlr.TerminalNode
func (*Xmltype_storageContext) RIGHT_PAREN ¶
func (s *Xmltype_storageContext) RIGHT_PAREN() antlr.TerminalNode
func (*Xmltype_storageContext) SECUREFILE ¶
func (s *Xmltype_storageContext) SECUREFILE() antlr.TerminalNode
func (*Xmltype_storageContext) STORE ¶
func (s *Xmltype_storageContext) STORE() antlr.TerminalNode
func (*Xmltype_storageContext) TABLES ¶
func (s *Xmltype_storageContext) TABLES() antlr.TerminalNode
func (*Xmltype_storageContext) ToStringTree ¶
func (s *Xmltype_storageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmltype_storageContext) VARRAYS ¶
func (s *Xmltype_storageContext) VARRAYS() antlr.TerminalNode
func (*Xmltype_storageContext) XML ¶
func (s *Xmltype_storageContext) XML() antlr.TerminalNode
type Xmltype_tableContext ¶
type Xmltype_tableContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmltype_tableContext ¶
func NewEmptyXmltype_tableContext() *Xmltype_tableContext
func NewXmltype_tableContext ¶
func NewXmltype_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmltype_tableContext
func (*Xmltype_tableContext) AllEnable_disable_clause ¶
func (s *Xmltype_tableContext) AllEnable_disable_clause() []IEnable_disable_clauseContext
func (*Xmltype_tableContext) AllLEFT_PAREN ¶
func (s *Xmltype_tableContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Xmltype_tableContext) AllRIGHT_PAREN ¶
func (s *Xmltype_tableContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Xmltype_tableContext) AllXMLTYPE ¶
func (s *Xmltype_tableContext) AllXMLTYPE() []antlr.TerminalNode
func (*Xmltype_tableContext) CACHE ¶
func (s *Xmltype_tableContext) CACHE() antlr.TerminalNode
func (*Xmltype_tableContext) COMMIT ¶
func (s *Xmltype_tableContext) COMMIT() antlr.TerminalNode
func (*Xmltype_tableContext) Column_properties ¶
func (s *Xmltype_tableContext) Column_properties() IColumn_propertiesContext
func (*Xmltype_tableContext) DEFAULT ¶
func (s *Xmltype_tableContext) DEFAULT() antlr.TerminalNode
func (*Xmltype_tableContext) DELETE ¶
func (s *Xmltype_tableContext) DELETE() antlr.TerminalNode
func (*Xmltype_tableContext) Enable_disable_clause ¶
func (s *Xmltype_tableContext) Enable_disable_clause(i int) IEnable_disable_clauseContext
func (*Xmltype_tableContext) EnterRule ¶
func (s *Xmltype_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmltype_tableContext) ExitRule ¶
func (s *Xmltype_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmltype_tableContext) FORCE ¶
func (s *Xmltype_tableContext) FORCE() antlr.TerminalNode
func (*Xmltype_tableContext) Flashback_archive_clause ¶
func (s *Xmltype_tableContext) Flashback_archive_clause() IFlashback_archive_clauseContext
func (*Xmltype_tableContext) GetParser ¶
func (s *Xmltype_tableContext) GetParser() antlr.Parser
func (*Xmltype_tableContext) GetRuleContext ¶
func (s *Xmltype_tableContext) GetRuleContext() antlr.RuleContext
func (*Xmltype_tableContext) IsXmltype_tableContext ¶
func (*Xmltype_tableContext) IsXmltype_tableContext()
func (*Xmltype_tableContext) LEFT_PAREN ¶
func (s *Xmltype_tableContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Xmltype_tableContext) MODE ¶
func (s *Xmltype_tableContext) MODE() antlr.TerminalNode
func (*Xmltype_tableContext) NOCACHE ¶
func (s *Xmltype_tableContext) NOCACHE() antlr.TerminalNode
func (*Xmltype_tableContext) NOROWDEPENDENCIES ¶
func (s *Xmltype_tableContext) NOROWDEPENDENCIES() antlr.TerminalNode
func (*Xmltype_tableContext) OF ¶
func (s *Xmltype_tableContext) OF() antlr.TerminalNode
func (*Xmltype_tableContext) ON ¶
func (s *Xmltype_tableContext) ON() antlr.TerminalNode
func (*Xmltype_tableContext) Object_properties ¶
func (s *Xmltype_tableContext) Object_properties() IObject_propertiesContext
func (*Xmltype_tableContext) Oid_clause ¶
func (s *Xmltype_tableContext) Oid_clause() IOid_clauseContext
func (*Xmltype_tableContext) Oid_index_clause ¶
func (s *Xmltype_tableContext) Oid_index_clause() IOid_index_clauseContext
func (*Xmltype_tableContext) PRESERVE ¶
func (s *Xmltype_tableContext) PRESERVE() antlr.TerminalNode
func (*Xmltype_tableContext) Parallel_clause ¶
func (s *Xmltype_tableContext) Parallel_clause() IParallel_clauseContext
func (*Xmltype_tableContext) Physical_properties ¶
func (s *Xmltype_tableContext) Physical_properties() IPhysical_propertiesContext
func (*Xmltype_tableContext) RESULT_CACHE ¶
func (s *Xmltype_tableContext) RESULT_CACHE() antlr.TerminalNode
func (*Xmltype_tableContext) RIGHT_PAREN ¶
func (s *Xmltype_tableContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Xmltype_tableContext) ROWDEPENDENCIES ¶
func (s *Xmltype_tableContext) ROWDEPENDENCIES() antlr.TerminalNode
func (*Xmltype_tableContext) ROWS ¶
func (s *Xmltype_tableContext) ROWS() antlr.TerminalNode
func (*Xmltype_tableContext) Row_movement_clause ¶
func (s *Xmltype_tableContext) Row_movement_clause() IRow_movement_clauseContext
func (*Xmltype_tableContext) Table_partitioning_clauses ¶
func (s *Xmltype_tableContext) Table_partitioning_clauses() ITable_partitioning_clausesContext
func (*Xmltype_tableContext) ToStringTree ¶
func (s *Xmltype_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmltype_tableContext) XMLTYPE ¶
func (s *Xmltype_tableContext) XMLTYPE(i int) antlr.TerminalNode
func (*Xmltype_tableContext) Xmlschema_spec ¶
func (s *Xmltype_tableContext) Xmlschema_spec() IXmlschema_specContext
func (*Xmltype_tableContext) Xmltype_storage ¶
func (s *Xmltype_tableContext) Xmltype_storage() IXmltype_storageContext
func (*Xmltype_tableContext) Xmltype_virtual_columns ¶
func (s *Xmltype_tableContext) Xmltype_virtual_columns() IXmltype_virtual_columnsContext
type Xmltype_virtual_columnsContext ¶
type Xmltype_virtual_columnsContext struct { *antlr.BaseParserRuleContext // contains filtered or unexported fields }
func NewEmptyXmltype_virtual_columnsContext ¶
func NewEmptyXmltype_virtual_columnsContext() *Xmltype_virtual_columnsContext
func NewXmltype_virtual_columnsContext ¶
func NewXmltype_virtual_columnsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Xmltype_virtual_columnsContext
func (*Xmltype_virtual_columnsContext) AS ¶
func (s *Xmltype_virtual_columnsContext) AS(i int) antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) AllAS ¶
func (s *Xmltype_virtual_columnsContext) AllAS() []antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) AllCOMMA ¶
func (s *Xmltype_virtual_columnsContext) AllCOMMA() []antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) AllColumn_name ¶
func (s *Xmltype_virtual_columnsContext) AllColumn_name() []IColumn_nameContext
func (*Xmltype_virtual_columnsContext) AllExpression ¶
func (s *Xmltype_virtual_columnsContext) AllExpression() []IExpressionContext
func (*Xmltype_virtual_columnsContext) AllLEFT_PAREN ¶
func (s *Xmltype_virtual_columnsContext) AllLEFT_PAREN() []antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) AllRIGHT_PAREN ¶
func (s *Xmltype_virtual_columnsContext) AllRIGHT_PAREN() []antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) COLUMNS ¶
func (s *Xmltype_virtual_columnsContext) COLUMNS() antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) COMMA ¶
func (s *Xmltype_virtual_columnsContext) COMMA(i int) antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) Column_name ¶
func (s *Xmltype_virtual_columnsContext) Column_name(i int) IColumn_nameContext
func (*Xmltype_virtual_columnsContext) EnterRule ¶
func (s *Xmltype_virtual_columnsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Xmltype_virtual_columnsContext) ExitRule ¶
func (s *Xmltype_virtual_columnsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Xmltype_virtual_columnsContext) Expression ¶
func (s *Xmltype_virtual_columnsContext) Expression(i int) IExpressionContext
func (*Xmltype_virtual_columnsContext) GetParser ¶
func (s *Xmltype_virtual_columnsContext) GetParser() antlr.Parser
func (*Xmltype_virtual_columnsContext) GetRuleContext ¶
func (s *Xmltype_virtual_columnsContext) GetRuleContext() antlr.RuleContext
func (*Xmltype_virtual_columnsContext) IsXmltype_virtual_columnsContext ¶
func (*Xmltype_virtual_columnsContext) IsXmltype_virtual_columnsContext()
func (*Xmltype_virtual_columnsContext) LEFT_PAREN ¶
func (s *Xmltype_virtual_columnsContext) LEFT_PAREN(i int) antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) RIGHT_PAREN ¶
func (s *Xmltype_virtual_columnsContext) RIGHT_PAREN(i int) antlr.TerminalNode
func (*Xmltype_virtual_columnsContext) ToStringTree ¶
func (s *Xmltype_virtual_columnsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Xmltype_virtual_columnsContext) VIRTUAL ¶
func (s *Xmltype_virtual_columnsContext) VIRTUAL() antlr.TerminalNode