Overview
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Unit dependency graph
Classes hierarchy graph
JCoreOPFDriver
type TJCoreOPFSQLDriver = class(TJCoreOPFDriver, IJCoreOPFSQLStmtManager)
constructor Create(const AParams: TStringList); override;
destructor Destroy; override;
function CreateStatement: IJCoreOPFSQLStatement;
function CreateStatement(const AParams: IJCoreOPFParams): IJCoreOPFSQLStatement;
procedure Flush;
property Database: TJCoreOPFSQLDatabase read GetDatabase;