Unit 'DBLib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#dblib]

DBCOL

Declaration

Source position: dblib.pp line 313

type DBCOL = record

  SizeOfStruct: DBINT;

  Name: array [0..MAXCOLNAMELEN] of AnsiChar;

  ActualName: array [0..MAXCOLNAMELEN] of AnsiChar;

  TableName: array [0..MAXTABLENAME] of AnsiChar;

  Typ: SHORT;

  UserType: DBINT;

  MaxLength: DBINT;

  Precision: Byte;

  Scale: Byte;

  VarLength: BOOL;

  Null: Byte;

  CaseSensitive: Byte;

  Updatable: Byte;

  Identity: BOOL;

end;


Documentation generated on: 2023-03-18