module Bmg::Sql::Grammar

Public Instance Methods

default_tagging_module() click to toggle source
# File lib/bmg/sql/grammar.rb, line 10
def default_tagging_module
  Expr
end
tagging_reference() click to toggle source
# File lib/bmg/sql/grammar.rb, line 6
def tagging_reference
  Sql
end