Unit 'SQLite3Conn' Package
[Overview][Constants][Types][Classes][Variables][Index] [#fcl-db]

TSQLite3Connection

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

Declaration

Source position: sqlite3conn.pp line 68

type TSQLite3Connection = class(TSQLConnection)

protected

  procedure DoInternalConnect; override;

  procedure DoInternalDisconnect; override;

  function GetHandle; override;

  function GetConnectionCharSet; override;

  function AllocateCursorHandle; override;

  procedure DeAllocateCursorHandle(); override;

  function AllocateTransactionHandle; override;

  function StrToStatementType(); override;

  procedure PrepareStatement(); override;

  procedure Execute(); override;

  function Fetch(); override;

  procedure AddFieldDefs(); override;

  procedure UnPrepareStatement(); override;

  procedure FreeFldBuffers(); override;

  function LoadField(); override;

  procedure LoadBlobIntoBuffer(); override;

  function GetTransactionHandle(); override;

  function Commit(); override;

  function RollBack(); override;

  function StartDBTransaction(); override;

  procedure CommitRetaining(); override;

  procedure RollBackRetaining(); override;

  procedure UpdateIndexDefs(); override;

  function GetSchemaInfoSQL(); override;

  function RowsAffected(); override;

  function RefreshLastInsertID(); override;

  procedure checkerror();

  function stringsquery();

  procedure execsql();

  function GetNextValueSQL(); override;

  function GetAlwaysUseBigint; virtual;

  procedure SetAlwaysUseBigint(); virtual;

public

  constructor Create(); override;

  procedure GetFieldNames(); override;

  function GetConnectionInfo(); override;

  procedure CreateDB; override;

  procedure DropDB; override;

  function GetInsertID;

  procedure CreateCollation();

  procedure LoadExtension();

published

  property OpenFlags: TSQLiteOpenFlags; [rw]

  property VFS: string; [rw]

  property AlwaysUseBigint: Boolean; [rw]

end;

Inheritance

TSQLite3Connection

|

TSQLConnection

|

TDatabase

|

TCustomConnection

|

TObject


Documentation generated on: 2023-03-18