Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/mysql2wrapper.rb

Instance Method Summary collapse

Instance Method Details

#function_sql?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/mysql2wrapper.rb', line 11

def function_sql?
  @__function_sql == true
end

#to_funcObject



6
7
8
9
# File 'lib/mysql2wrapper.rb', line 6

def to_func
  @__function_sql = true
  self
end