Class: String

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

Instance Method Summary collapse

Instance Method Details

#function_sql?Boolean

Returns:

  • (Boolean)


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

def function_sql?
  @__function_sql == true
end

#to_funcObject



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

def to_func
  @__function_sql = true
  self
end