Class: OracleSqlParser::Grammar::SelectParser

Inherits:
Treetop::Runtime::CompiledParser
  • Object
show all
Includes:
Select
Defined in:
lib/oracle-sql-parser/grammar/select.rb

Method Summary

Methods included from Select

#_nt_select_statement, #_nt_subquery, #root

Methods included from OracleSqlParser::Grammar::Select::RowLimit

#_nt_fetch, #_nt_offset, #_nt_row_limiting_clause, #root

Methods included from OracleSqlParser::Grammar::Select::QueryBlock

#_nt_model_clause, #_nt_query_block, #_nt_select_column, #_nt_select_list, #_nt_select_one, #_nt_select_source, #_nt_select_sources, #_nt_select_table, #_nt_subquery_factoring_clause, #root

Methods included from OracleSqlParser::Grammar::Select::Union

#_nt_subqueries_with_union, #_nt_union_all, #_nt_union_or_intersect_or_minus, #root

Methods included from OracleSqlParser::Grammar::Select::ForUpdate

#_nt_for_update_clause, #_nt_for_update_clause_column, #_nt_for_update_clause_columns, #root

Methods included from OracleSqlParser::Grammar::Select::Join

#_nt_column_list, #_nt_cross_join_clause, #_nt_cross_natural_join, #_nt_inner_cross_join_clause, #_nt_inner_join, #_nt_inner_join_clause, #_nt_join_clause, #_nt_on_clause, #_nt_on_or_using_clause, #_nt_outer_join_clause, #_nt_outer_join_type, #_nt_query_partition_clause, #_nt_using_clause, #root

Methods included from OracleSqlParser::Grammar::Select::Group

#_nt_group_by_clause, #_nt_group_column, #_nt_grouping_expression_list, #_nt_grouping_sets_clause, #_nt_rollup_cube_clause, #root

Methods included from OracleSqlParser::Grammar::Select::Order

#_nt_order_by_clause, #_nt_order_by_clause_item, #_nt_order_by_clause_items, #root