Record PendingQueryResult
Unit
Declaration
type PendingQueryResult = record
Description
Class: PendingQueryResult of ddb
Overview
Fields
![]() |
o: Pduckdb_PendingQueryResult; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_PendingQueryResult); |
![]() |
class operator Explicit(const r: PendingQueryResult): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: std_shared_ptr_duckdb_ClientContext; arg2: PreparedStatementData; arg3: vector_LogicalType; arg4: Boolean); overload; |
![]() |
procedure Init(arg1: ErrorData); overload; |
![]() |
function AllowStreamResult(): Boolean; overload; |
![]() |
function ExecuteTask(): Integer; overload; |
![]() |
function CheckPulse(): Integer; overload; |
![]() |
function Execute(): QueryResult; overload; |
![]() |
procedure Close(); overload; |
![]() |
class function IsFinished(arg1: Integer): Boolean; overload; static; |
![]() |
class function IsFinishedOrBlocked(arg1: Integer): Boolean; overload; static; |
![]() |
function type(): Byte; overload; |
![]() |
procedure statement_type(arg2: Integer); overload; |
![]() |
function statement_type(): Integer; overload; |
![]() |
procedure properties(arg2: StatementProperties); overload; |
![]() |
function properties(): StatementProperties; overload; |
![]() |
procedure types(arg2: vector_LogicalType); overload; |
![]() |
function types(): vector_LogicalType; overload; |
![]() |
procedure names(arg2: vector_str); overload; |
![]() |
function names(): vector_str; overload; |
![]() |
procedure SetError(arg2: ErrorData); overload; |
![]() |
function HasError(): Boolean; overload; |
![]() |
function GetErrorType(): PInteger; overload; |
![]() |
function GetError(): str; overload; |
![]() |
function GetErrorObject(): ErrorData; overload; |
![]() |
function ColumnCount(): UInt64; overload; |
Description
Fields
![]() |
o: Pduckdb_PendingQueryResult; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_PendingQueryResult); |
This item has no description. |
![]() |
class operator Explicit(const r: PendingQueryResult): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: std_shared_ptr_duckdb_ClientContext; arg2: PreparedStatementData; arg3: vector_LogicalType; arg4: Boolean); overload; |
This item has no description. |
![]() |
procedure Init(arg1: ErrorData); overload; |
This item has no description. |
![]() |
function AllowStreamResult(): Boolean; overload; |
This item has no description. |
![]() |
function ExecuteTask(): Integer; overload; |
This item has no description. |
![]() |
function CheckPulse(): Integer; overload; |
This item has no description. |
![]() |
function Execute(): QueryResult; overload; |
This item has no description. |
![]() |
procedure Close(); overload; |
This item has no description. |
![]() |
class function IsFinished(arg1: Integer): Boolean; overload; static; |
This item has no description. |
![]() |
class function IsFinishedOrBlocked(arg1: Integer): Boolean; overload; static; |
This item has no description. |
![]() |
function type(): Byte; overload; |
This item has no description. |
![]() |
procedure statement_type(arg2: Integer); overload; |
This item has no description. |
![]() |
function statement_type(): Integer; overload; |
This item has no description. |
![]() |
procedure properties(arg2: StatementProperties); overload; |
This item has no description. |
![]() |
function properties(): StatementProperties; overload; |
This item has no description. |
![]() |
procedure types(arg2: vector_LogicalType); overload; |
This item has no description. |
![]() |
function types(): vector_LogicalType; overload; |
This item has no description. |
![]() |
procedure names(arg2: vector_str); overload; |
This item has no description. |
![]() |
function names(): vector_str; overload; |
This item has no description. |
![]() |
procedure SetError(arg2: ErrorData); overload; |
This item has no description. |
![]() |
function HasError(): Boolean; overload; |
This item has no description. |
![]() |
function GetErrorType(): PInteger; overload; |
This item has no description. |
![]() |
function GetError(): str; overload; |
This item has no description. |
![]() |
function GetErrorObject(): ErrorData; overload; |
This item has no description. |
![]() |
function ColumnCount(): UInt64; overload; |
This item has no description. |