Module: Alf::Sql::Grammar

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

Instance Method Summary collapse

Instance Method Details

#default_tagging_moduleObject



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

def default_tagging_module
  Expr
end

#tagging_referenceObject



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

def tagging_reference
  Sql
end