VacuumStmt class

Inheritance

Constructors

VacuumStmt({String? schema, String? intoPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
intoPath String?
Destination file path for VACUUM INTO 'file'. When non-null, VACUUM writes a fresh SQLite-format database image to this path (the local engine is not modified). When null, VACUUM is a no-op (this engine already serializes the whole database on every write).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema String?
final

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