Method: DLQuery#show_schemas

Defined in:
lib/datalanche/query.rb

#show_schemasObject

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