IBX.IBExtract.TSQLType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!