module Bmg::Sql::InnerJoin

Constants

INNER

Public Instance Methods

type() click to toggle source
# File lib/bmg/sql/nodes/inner_join.rb, line 9
def type
  INNER
end