Unit 'SQLiteDB' Package
[Overview][Types][Classes][Procedures and functions][Index] [#sqlite]

TSQLite

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sqlitedb.pas line 17

type TSQLite = class(TObject)

public

  constructor Create();

  destructor Destroy; override;

  function Query();

  function ErrorMessage();

  function IsComplete();

  function LastInsertRow;

  function Cancel;

  function DatabaseDetails();

  property LastErrorMessage: string; [r]

  property LastError: Integer; [r]

  property Version: string; [r]

  property Encoding: string; [r]

  property OnData: TOnData; [rw]

  property OnBusy: TOnBusy; [rw]

  property OnQueryComplete: TOnQueryComplete; [rw]

  property BusyTimeout: Integer; [rw]

  property ChangeCount: Integer; [r]

  property List_FieldName: TStringList; [rw]

  property List_Field: TList; [rw]

  property Nb_Champ: Integer; [rw]

  procedure SQLOnData();

end;

Inheritance

TSQLite

|

TObject


Documentation generated on: 2023-03-18