Interface ISQLConnection

Unit

Declaration

type ISQLConnection = interface(IInterface)

Description

Attributes
GUID['{B787F7BD-1F74-4FA8-AC99-99CBBF984579}']

Hierarchy

Overview

Methods

Public function PrepareStatement(const iSQL: string): ISQLPreparedStatement;
Public function PrepareInsertStatement(const iFieldName: string; const iSQL: string): ISQLPreparedInsertStatement;
Public function GetDriverID: string;
Public function PingServer: boolean;
Public function Clone: ISQLConnection;
Public procedure SetLockWait(iValue: boolean);
Public procedure SetIsolationLevel(iLevel: TSQLIsolationLevel);
Public procedure BeginTransaction;
Public procedure CommitTransaction;
Public procedure RollbackTransaction;

Description

Methods

Public function PrepareStatement(const iSQL: string): ISQLPreparedStatement;
 
Public function PrepareInsertStatement(const iFieldName: string; const iSQL: string): ISQLPreparedInsertStatement;
 
Public function GetDriverID: string;
 
Public function PingServer: boolean;
 
Public function Clone: ISQLConnection;
 
Public procedure SetLockWait(iValue: boolean);
 
Public procedure SetIsolationLevel(iLevel: TSQLIsolationLevel);
 
Public procedure BeginTransaction;
 
Public procedure CommitTransaction;
 
Public procedure RollbackTransaction;
 

Generated by PasDoc 0.16.0.