class SQLtorial::AllDirective
Constants
- REGEXP
Public Class Methods
new(line)
click to toggle source
# File lib/sqltorial/directives/all_directive.rb, line 12 def initialize(line) end
regexp()
click to toggle source
# File lib/sqltorial/directives/all_directive.rb, line 7 def regexp REGEXP end
Public Instance Methods
alter(query_to_md)
click to toggle source
# File lib/sqltorial/directives/all_directive.rb, line 15 def alter(query_to_md) query_to_md.row_limit = nil end
inspect()
click to toggle source
# File lib/sqltorial/directives/all_directive.rb, line 19 def inspect "ALL" end