~ubuntu-branches/ubuntu/utopic/mysql-workbench/utopic

« back to all changes in this revision

Viewing changes to plugins/db.mysql/backend/db_frw_eng_be.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-05-31 12:03:58 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20140531120358-cjik5ofkmj0fxsn8
Tags: 6.1.6+dfsg-1
* New upstream release [May 2014].
* Dropped "prtcl.patch".
* "debian/clean": better clean-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  void set_option(const std::string& name, bool value) { _export.set_option(name, value); }
18
18
  void set_option(const std::string& name, const std::string& value) { _export.set_option(name, value); }
 
19
  void set_up_dboptions() { _export.set_db_options(_db_options); }
19
20
 
20
21
  void start_export() { _export.start_export(false); }
21
22
  std::string export_sql_script() { return _export.export_sql_script(); }