RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBExtract.TSQLType Record
Pascal
TSQLType = record
  SqlType: Integer;
  TypeName: String;
end;
C++
struct TSQLType {
  int SqlType;
  AnsiString TypeName;
};

This is record IBExtract.TSQLType.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!