Module: Bmg::Sql::Except

Includes:
SetOperator
Defined in:
lib/bmg/sql/nodes/except.rb

Constant Summary collapse

EXCEPT =
"EXCEPT".freeze

Constants included from Expr

Bmg::Sql::Expr::AND, Bmg::Sql::Expr::AS, Bmg::Sql::Expr::COMMA, Bmg::Sql::Expr::DOT, Bmg::Sql::Expr::EQUAL, Bmg::Sql::Expr::EXISTS, Bmg::Sql::Expr::FALSE, Bmg::Sql::Expr::GREATER, Bmg::Sql::Expr::GREATER_OR_EQUAL, Bmg::Sql::Expr::IN, Bmg::Sql::Expr::LEFT_PARENTHESE, Bmg::Sql::Expr::LESS, Bmg::Sql::Expr::LESS_OR_EQUAL, Bmg::Sql::Expr::NOT, Bmg::Sql::Expr::NOT_EQUAL, Bmg::Sql::Expr::OR, Bmg::Sql::Expr::QUOTE, Bmg::Sql::Expr::RIGHT_PARENTHESE, Bmg::Sql::Expr::SPACE, Bmg::Sql::Expr::TRUE

Instance Method Summary collapse

Methods included from SetOperator

#all?, #distinct?, #head_expr, #is_table_dee?, #order_by_clause, #set_operator?, #set_quantifier, #should_be_reused?, #tail_exprs, #to_attr_list, #to_sql, #with_exp?

Methods included from Expr

#each_child, #flatten, #group_by?, #join?, #limit_or_offset?, #order_by?, #ordering, #set_operator?, #with_insert, #with_push, #with_update

Instance Method Details

#keywordObject



8
9
10
# File 'lib/bmg/sql/nodes/except.rb', line 8

def keyword
  EXCEPT
end