Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreOPFDriver
type IJCoreOPFSQLStmtManager = interface(IInterface)
function AcquireQuery(const ASQL: string; const AParams: IJCoreOPFParams): IJCoreOPFSQLQuery;
procedure DetachStatement(const AStmt: TJCoreOPFSQLStatement);
procedure Flush;
procedure QueueStatement(const AStmt: TJCoreOPFSQLStatement);
procedure ReleaseQuery(const AQuery: IJCoreOPFSQLQuery);