TIB_ConnectCharacteristics Type

Unit
IB_Components

Declaration

TIB_ConnectCharacteristics = packed record
  dbAllocation: longint;
  dbLevelPrefix: byte;
  dbBase_Level: byte;
  dbFilePrefix: byte;
  dbFile: string;
  dbSite: string;
  dbImplementationPrefix: byte;
  dbImplementation: byte;
  dbClass: byte;
  dbNo_Reserve: byte;
  dbForced_Writes: byte;
  dbODS_Minor_Version: word;
  dbODS_Version: word;
  dbPage_Size: word;
  dbVersionPrefix: byte;
  dbVersion: string;
  dbSweep_Interval: integer;
  dbPage_Buffers: integer;
  dbSQLDialect: integer;
  dbReadOnly: boolean;
  dbSizeInPages: integer;
end;

Description
Structure used to retreive various settings for a connection.