FireDAC.Phys.SQLite.TFDSQLiteRTree

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TFDSQLiteRTree = class (TFDSQLiteService)

C++

class PASCALIMPLEMENTATION TFDSQLiteRTree : public TFDSQLiteService

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite FireDAC.Phys.SQLite

Description

The class implementing a custom SQLite RTree module.

Use the TFDSQLiteRTree to register a custom SQLite RTree module. Then, a registered RTree may be used with the MATCH SQL operator.

See Also