Record BaseQueryResult
Unit
Declaration
type BaseQueryResult = record
Description
Class: BaseQueryResult of ddb
Overview
Fields
o: Pduckdb_BaseQueryResult; |
Methods
constructor FromNativePointer(ptr : Pduckdb_BaseQueryResult); |
|
class operator Explicit(const r: BaseQueryResult): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: Integer; arg2: Integer; arg3: StatementProperties; arg4: vector_LogicalType; arg5: vector_str); overload; |
|
procedure Init(arg1: Integer; arg2: ErrorData); overload; |
|
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; |
|
function HasError(): Boolean; overload; |
|
function GetErrorType(): PInteger; overload; |
|
function GetError(): str; overload; |
|
function GetErrorObject(): ErrorData; overload; |
|
function ColumnCount(): UInt64; overload; |
Description
Fields
o: Pduckdb_BaseQueryResult; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_BaseQueryResult); |
|
This item has no description. |
class operator Explicit(const r: BaseQueryResult): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: Integer; arg2: Integer; arg3: StatementProperties; arg4: vector_LogicalType; arg5: vector_str); overload; |
|
This item has no description. |
procedure Init(arg1: Integer; arg2: ErrorData); overload; |
|
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. |
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. |