Interface IJCoreOPFSQLStatement
Unit
JCoreOPFDriver
Declaration
type IJCoreOPFSQLStatement = interface(IInterface)
Description
Hierarchy
- IInterface
- IJCoreOPFSQLStatement
Overview
Methods
Properties
Description
Methods
 |
function ExecImmediate: Integer; |
|
 |
procedure ExecImmediate(const AExpectedSize: Integer); |
|
 |
procedure ExecSQL; |
|
 |
procedure ExecSQL(const AExpectedSize: Integer); |
|
 |
procedure WriteInt32(const AValue: Integer); |
|
 |
procedure WriteInt64(const AValue: Int64); |
|
 |
procedure WriteNull; |
|
 |
procedure WriteString(const AValue: string); |
|
 |
function GetSQL: string; |
|
 |
procedure SetSQL(const AValue: string); |
|
Properties
Generated by PasDoc 0.14.0.
|