Includes an identifier method that returns Identifiers.
Return self wrapped as an SQL::Identifier.
:a__b # "a"."b" :a__b.identifier # "a__b"
# File lib/sequel/sql.rb, line 655 655: def identifier 656: Identifier.new(self) 657: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.