Method: DLQuery#show_schemas
- Defined in:
- lib/datalanche/query.rb
#show_schemas ⇒ Object
SHOW SCHEMAS
437 438 439 440 |
# File 'lib/datalanche/query.rb', line 437 def show_schemas() @params['show_schemas'] = true return self # method chaining end |