FireDAC.Phys.Intf.TFDPhysTableParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDPhysTableParams = record

C++

struct DECLSPEC_DRECORD TFDPhysTableParams
{
public:
    TFDPhysTableCommand FTableCommand;
    TFDPhysTableCommand FLastTableCommand;
    System::UnicodeString FCatalog;
    System::UnicodeString FSchema;
    System::UnicodeString FTable;
    System::UnicodeString FSelectFields;
    System::UnicodeString FPrimaryKeyFields;
    System::UnicodeString FIndexFields;
    System::UnicodeString FDescFields;
    System::UnicodeString FNoCaseFields;
    System::UnicodeString FIndexExpression;
    System::UnicodeString FMasterFields;
    System::UnicodeString FMasterNullFields;
    System::UnicodeString FFilter;
    bool FFilterNoCase;
    bool FFilterPartial;
    bool FRanged;
    Firedac::Dats::TFDDatSRow* FRangeStartRow;
    int FRangeStartFieldCount;
    bool FRangeStartExclusive;
    Firedac::Dats::TFDDatSRow* FRangeEndRow;
    int FRangeEndFieldCount;
    bool FRangeEndExclusive;
    bool FExclusive;
    bool FFiltered;
    bool FReadOnly;
    System::UnicodeString FLocateFields;
    System::UnicodeString FLocateExpression;
    bool FLocateIgnoreCase;
    bool FLocatePartial;
    bool FLocateBackward;
    bool FLocateFromCurrent;
    Firedac::Dats::TFDDatSRow* FLocateRow;
    int FKeyFieldCount;
    int FRecordCount;
    int FRecordNumber;
    TFDPhysNullLocations FNullLocation;
    System::UnicodeString FCustomWhere;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Description

Embarcadero Technologies does not currently have any additional information.