SqlExportOptions class

Options for exporting data in SQL format.

Constructors

SqlExportOptions.new({bool? cleanTargetObjects, bool? ifExistTargetObjects, bool? schemaOnly, List<String>? tables})
SqlExportOptions.fromJson(Map json_)

Properties

cleanTargetObjects bool?
If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ifExistTargetObjects bool?
If true, use DROP ...
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaOnly bool?
If true, only export the schema.
getter/setter pair
tables List<String>?
Tables to export from.
getter/setter pair

Methods

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

Operators

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