FireDAC.Phys.Intf.TFDPhysTableParams

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.Intf

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.