Module: ClauseNode

Included in:
FieldClauseNode, SimpleFieldClauseNode
Defined in:
lib/sql_munger/nodes.rb

Instance Method Summary collapse

Instance Method Details

#clause_typeObject



171
172
173
# File 'lib/sql_munger/nodes.rb', line 171

def clause_type
  name.downcase.gsub( /\s+/, '_' ).to_sym
end