defuze.me  Client
Public Member Functions
DB::MigrationEngine Class Reference

List of all members.

Public Member Functions

 MigrationEngine (DBCore &dbCore)
bool migrate (int from, int to)
 Run all migration from the first to the second.
bool migrate (int to)
 Run all migration from the actual to the given one.
bool migrate ()
 Run all migration from the actual to the end.
bool undo ()
 Undo all migration from the actual to the begining.
int migrationsCount ()
 Get the number of available migrations.

Detailed Description

Definition at line 70 of file migration.hpp.


The documentation for this class was generated from the following files: