BackupHelper class

Constructors

BackupHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

backupSystem(SchemaMetaData smd, SchemaMetaData smdSys) Future<void>
copySystem(SchemaMetaData smd, SchemaMetaData smdSys, DbTransaction sourceTransaction, DbTransaction destTransaction) Future<void>
createAndroidDatabase(String location, SchemaMetaData smd, SchemaMetaData smdSys, ConfigurationNameDefaults defaults) Future<void>
exportDataBase(bool fullExport, SortOrderType sortOrderType, String location, SchemaMetaData smd, SchemaMetaData smdSys) Future<void>
importDataBase(bool fullImport, String location, SchemaMetaData smd, SchemaMetaData smdSys) Future<void>
restoreSystem(SchemaMetaData smd, SchemaMetaData smdSys) Future<void>