Method: SQLStatement::SQL_Field#to_s

Defined in:
lib/sql/statement.rb

#to_sObject

This is used when performing #… substitions although technically, it should be made to work like the Symbol.to_s (which gives unquoted results), this works just fine giving quoted results.



153
154
155
# File 'lib/sql/statement.rb', line 153

def to_s
   to_sqlpart
end