module ArSchemaFunctions::Extensions::SchemaDumper
Public Instance Methods
dump(stream)
click to toggle source
# 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)
click to toggle source
Defined by SQL engine specific adapters (if supported)
# File lib/ar_schema_functions/extensions.rb, line 16 def functions(stream); end