Module: ArSchemaFunctions::Extensions::SchemaDumper

Defined in:
lib/ar_schema_functions/extensions.rb

Instance Method Summary collapse

Instance Method Details

#dump(stream) ⇒ Object



6
7
8
9
10
11
12
13
# File 'lib/ar_schema_functions/extensions.rb', line 6

def dump(stream)
  header(stream)
  extensions(stream)
  functions(stream)
  tables(stream)
  trailer(stream)
  stream
end

#functions(stream) ⇒ Object

Defined by SQL engine specific adapters (if supported)



16
# File 'lib/ar_schema_functions/extensions.rb', line 16

def functions(stream); end