IBX.IBExtract.TSQLType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TSQLType = record
    SqlType : Integer;
    TypeName : String;
  end;

C++

struct DECLSPEC_DRECORD TSQLType
{
public:
    int SqlType;
    System::UnicodeString TypeName;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract IBX.IBExtract

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !