FireDAC.Phys.SQLite.TFDSQLiteValidate.Sweep

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Sweep;

C++

void __fastcall Sweep();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteValidate

Description

Starts the sweep task.

Use the Sweep method to start the database sweep task.

To perform a sweep task an application must specify the connection parameters and the Database. This is a programmatic method to invoke the VACUUM command.

See Also