FireDAC.Phys.Intf.TFDPhysTableParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TFDPhysTableParams = record
    FTableCommand: TFDPhysTableCommand;
    FLastTableCommand: TFDPhysTableCommand;
    FCatalog: String;
    FSchema: String;
    FTable: String;
    FSelectFields: String;
    FPrimaryKeyFields: String;
    FIndexFields: String;
    FDescFields: String;
    FNoCaseFields: String;
    FIndexExpression: String;
    FMasterFields: String;
    FMasterNullFields: String;
    FFilter: String;
    FFilterNoCase: Boolean;
    FFilterPartial: Boolean;
    FRanged: Boolean;
    FRangeStartRow: TFDDatSRow;
    FRangeStartFieldCount: Integer;
    FRangeStartExclusive: Boolean;
    FRangeEndRow: TFDDatSRow;
    FRangeEndFieldCount: Integer;
    FRangeEndExclusive: Boolean;
    FExclusive: Boolean;
    FFiltered: Boolean;
    FReadOnly: Boolean;
    FLocateFields: String;
    FLocateExpression: String;
    FLocateIgnoreCase: Boolean;
    FLocatePartial: Boolean;
    FLocateBackward: Boolean;
    FLocateFromCurrent: Boolean;
    FLocateRow: TFDDatSRow;
    FKeyFieldCount: Integer;
    FRecordCount: Integer;
    FRecordNumber: Integer;
    FNullLocation: TFDPhysNullLocations;
    FCustomWhere: String;
  end;

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. Please help us document this topic by using the Discussion page!