FireDAC.Phys.SQLite.TFDSQLiteRTree

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.SQLite.TFDSQLiteServiceFireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDSQLiteRTree

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