Record ExplainStatement
Unit
Declaration
type ExplainStatement = record
Description
Class: ExplainStatement of ddb
Overview
Fields
![]() |
o: Pduckdb_ExplainStatement; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_ExplainStatement); |
![]() |
class operator Explicit(const r: ExplainStatement): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function explain_type(): Integer; overload; |
![]() |
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_ExplainStatement; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_ExplainStatement); |
This item has no description. |
![]() |
class operator Explicit(const r: ExplainStatement): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function explain_type(): Integer; overload; |
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. |