Record PreparedStatement
Unit
Declaration
type PreparedStatement = record
Description
Class: PreparedStatement of ddb
Overview
Fields
![]() |
o: Pduckdb_PreparedStatement; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_PreparedStatement); |
![]() |
class operator Explicit(const r: PreparedStatement): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function context(): std_shared_ptr_duckdb_ClientContext; overload; |
![]() |
function data(): std_shared_ptr_duckdb_PreparedStatementData; overload; |
![]() |
function query(): str; overload; |
![]() |
procedure success(arg2: Boolean); overload; |
![]() |
function success(): Boolean; overload; |
![]() |
function error(): ErrorData; overload; |
![]() |
function n_param(): UInt64; overload; |
![]() |
function GetError(): str; overload; |
![]() |
function GetErrorObject(): ErrorData; overload; |
![]() |
function HasError(): Boolean; overload; |
![]() |
function ColumnCount(): UInt64; overload; |
![]() |
function GetStatementType(): Integer; overload; |
![]() |
function GetStatementProperties(): StatementProperties; overload; |
![]() |
function GetTypes(): vector_LogicalType; overload; |
![]() |
function GetNames(): vector_str; overload; |
Description
Fields
![]() |
o: Pduckdb_PreparedStatement; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_PreparedStatement); |
This item has no description. |
![]() |
class operator Explicit(const r: PreparedStatement): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function context(): std_shared_ptr_duckdb_ClientContext; overload; |
This item has no description. |
![]() |
function data(): std_shared_ptr_duckdb_PreparedStatementData; overload; |
This item has no description. |
![]() |
function query(): str; overload; |
This item has no description. |
![]() |
procedure success(arg2: Boolean); overload; |
This item has no description. |
![]() |
function success(): Boolean; overload; |
This item has no description. |
![]() |
function error(): ErrorData; overload; |
This item has no description. |
![]() |
function n_param(): UInt64; 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 HasError(): Boolean; overload; |
This item has no description. |
![]() |
function ColumnCount(): UInt64; overload; |
This item has no description. |
![]() |
function GetStatementType(): Integer; overload; |
This item has no description. |
![]() |
function GetStatementProperties(): StatementProperties; overload; |
This item has no description. |
![]() |
function GetTypes(): vector_LogicalType; overload; |
This item has no description. |
![]() |
function GetNames(): vector_str; overload; |
This item has no description. |