Record SQLStatement
Unit
Declaration
type SQLStatement = record
Description
Class: SQLStatement of ddb
Overview
Fields
o: Pduckdb_SQLStatement; |
Methods
constructor FromNativePointer(ptr : Pduckdb_SQLStatement); |
|
class operator Explicit(const r: SQLStatement): Boolean; |
|
procedure AutoRelease(); |
|
function type(): Integer; overload; |
|
function stmt_location(): UInt64; overload; |
|
function stmt_length(): UInt64; overload; |
|
function n_param(): UInt64; overload; |
|
function query(): str; overload; |
|
function ToString(): str; overload; |
|
function Copy(): SQLStatement; overload; |
Description
Fields
o: Pduckdb_SQLStatement; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_SQLStatement); |
|
This item has no description. |
class operator Explicit(const r: SQLStatement): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function type(): Integer; overload; |
|
This item has no description. |
function stmt_location(): UInt64; overload; |
|
This item has no description. |
function stmt_length(): UInt64; overload; |
|
This item has no description. |
function n_param(): UInt64; overload; |
|
This item has no description. |
function query(): str; overload; |
|
This item has no description. |
function ToString(): str; overload; |
|
This item has no description. |
function Copy(): SQLStatement; overload; |
|
This item has no description. |