class Sequel::SQL::QualifiedIdentifier

Public Instance Methods

to_json(*) click to toggle source
# File lib/engine2/core.rb, line 18
def to_json(*)
    "\"#{table}__#{column}\""
end
to_sym() click to toggle source
# File lib/engine2/core.rb, line 22
def to_sym
    :"#{table}__#{column}"
end