Class: SQL::Composer::Nodes::Literal

Inherits:
Core
  • Object
show all
Includes:
Operators
Defined in:
lib/sql/composer/nodes/literal.rb

Instance Attribute Summary

Attributes inherited from Core

#id, #options

Instance Method Summary collapse

Methods included from Operators

#==, #asc, #desc

Methods inherited from Core

#backend, #fetch, #initialize, #quote

Constructor Details

This class inherits a constructor from SQL::Composer::Nodes::Core

Instance Method Details

#valueObject Also known as: to_s



12
13
14
# File 'lib/sql/composer/nodes/literal.rb', line 12

def value
  fetch(:value)
end