Module: Bmg::Sql::Grammar

Defined in:
lib/bmg/sql/grammar.rb

Instance Method Summary collapse

Instance Method Details

#default_tagging_moduleObject



10
11
12
# File 'lib/bmg/sql/grammar.rb', line 10

def default_tagging_module
  Expr
end

#tagging_referenceObject



6
7
8
# File 'lib/bmg/sql/grammar.rb', line 6

def tagging_reference
  Sql
end