Interface ISQLConnection
Unit
Declaration
type ISQLConnection = interface(IInterface)
Description
Attributes
- GUID['{B787F7BD-1F74-4FA8-AC99-99CBBF984579}']
Hierarchy
- IInterface
- ISQLConnection
Overview
Methods
![]() |
function PrepareStatement(const iSQL: string): ISQLPreparedStatement; |
![]() |
function PrepareInsertStatement(const iFieldName: string; const iSQL: string): ISQLPreparedInsertStatement; |
![]() |
function GetDriverID: string; |
![]() |
function PingServer: boolean; |
![]() |
function Clone: ISQLConnection; |
![]() |
procedure SetLockWait(iValue: boolean); |
![]() |
procedure SetIsolationLevel(iLevel: TSQLIsolationLevel); |
![]() |
procedure BeginTransaction; |
![]() |
procedure CommitTransaction; |
![]() |
procedure RollbackTransaction; |
Description
Methods
![]() |
function PrepareStatement(const iSQL: string): ISQLPreparedStatement; |
![]() |
function PrepareInsertStatement(const iFieldName: string; const iSQL: string): ISQLPreparedInsertStatement; |
![]() |
function GetDriverID: string; |
![]() |
function PingServer: boolean; |
![]() |
function Clone: ISQLConnection; |
![]() |
procedure SetLockWait(iValue: boolean); |
![]() |
procedure SetIsolationLevel(iLevel: TSQLIsolationLevel); |
![]() |
procedure BeginTransaction; |
![]() |
procedure CommitTransaction; |
![]() |
procedure RollbackTransaction; |
Generated by PasDoc 0.16.0.