method

structure_dump

rails latest stable - Class: ActiveRecord::Tasks::FirebirdDatabaseTasks

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

structure_dump(filename)
public

No documentation available.

# File activerecord/lib/active_record/tasks/firebird_database_tasks.rb, line 28
      def structure_dump(filename)
        set_firebird_env(configuration)
        db_string = firebird_db_string(configuration)
        Kernel.system "isql -a #{db_string} > #{filename}"
      end