Unit SimpleSQLInterface

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Interface ISQLResultSet  
Interface ISQLPreparedStatement  
Interface ISQLPreparedInsertStatement  
Interface ISQLConnection  

Functions and Procedures

function CreateSQLConnection(iConnectionString: string): ISQLConnection;

Types

TSQLIsolationLevel = (...);

Description

Functions and Procedures

function CreateSQLConnection(iConnectionString: string): ISQLConnection;
 

Types

TSQLIsolationLevel = (...);
 
Values
  • ilUnspecified
  • ilDirtyRead
  • ilReadCommitted
  • ilRepeatableRead
  • ilSnapshot
  • ilSerializable

Generated by PasDoc 0.16.0.