Class: JDBCHelper::SQL::Expr

Inherits:
Object
  • Object
show all
Defined in:
lib/jdbc-helper/sql.rb

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ Expr

Returns a new instance of Expr.



161
162
163
# File 'lib/jdbc-helper/sql.rb', line 161

def initialize str
	@expr = str
end

Instance Method Details

#to_sObject



165
166
167
# File 'lib/jdbc-helper/sql.rb', line 165

def to_s
	@expr
end