Interface IJCoreOPFSQLStmtManager

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type IJCoreOPFSQLStmtManager = interface(IInterface)

Description

Hierarchy

  • IInterface
  • IJCoreOPFSQLStmtManager

Overview

Methods

Public function AcquireQuery(const ASQL: string; const AParams: IJCoreOPFParams): IJCoreOPFSQLQuery;
Public procedure DetachStatement(const AStmt: TJCoreOPFSQLStatement);
Public procedure Flush;
Public procedure QueueStatement(const AStmt: TJCoreOPFSQLStatement);
Public procedure ReleaseQuery(const AQuery: IJCoreOPFSQLQuery);

Description

Methods

Public function AcquireQuery(const ASQL: string; const AParams: IJCoreOPFParams): IJCoreOPFSQLQuery;
 
Public procedure DetachStatement(const AStmt: TJCoreOPFSQLStatement);
 
Public procedure Flush;
 
Public procedure QueueStatement(const AStmt: TJCoreOPFSQLStatement);
 
Public procedure ReleaseQuery(const AQuery: IJCoreOPFSQLQuery);
 

Generated by PasDoc 0.14.0.