Class: Sequel::SQL::QualifiedIdentifier

Inherits:
Object
  • Object
show all
Defined in:
lib/engine2/core.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



18
19
20
# File 'lib/engine2/core.rb', line 18

def to_json(*)
    "\"#{table}__#{column}\""
end

#to_symObject



22
23
24
# File 'lib/engine2/core.rb', line 22

def to_sym
    :"#{table}__#{column}"
end