FireDAC.Phys.PG.TFDPhysPgDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysPgDriverLink

Delphi

TFDPhysPgDriverLink = class(TFDPhysDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysPgDriverLink : public Firedac::Phys::TFDPhysDriverLink

Properties

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

Description

Use the TFDPhysPgDriverLink component to link the PostgreSQL driver to an application and set it up.

Use the TFDPhysPgDriverLink component to link the PostgreSQL driver to an application. In general, it is enough to only include the FireDAC.Phys.PG unit into your application uses clause. 

All properties have default values appropriate for most cases.

To have an effect, all property changes must be performed before the first connection through this driver.

See Also