DuckDB v0.10.1 for Pascal

The Pascal API structure aligns with C++ DuckDB v0.10.1.

Record BoundStatement

Hierarchy
Properties

Unit

Declaration

type BoundStatement = record

Description

Class: BoundStatement of ddb

Overview

Fields

Public o: Pduckdb_BoundStatement;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_BoundStatement);
Public class operator Explicit(const r: BoundStatement): Boolean;
Public procedure AutoRelease();
Public function types(): vector_LogicalType; overload;
Public function names(): vector_str; overload;
Public procedure Init(); overload;

Description

Fields

Public o: Pduckdb_BoundStatement;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_BoundStatement);

This item has no description.

Public class operator Explicit(const r: BoundStatement): Boolean;

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function types(): vector_LogicalType; overload;

This item has no description.

Public function names(): vector_str; overload;

This item has no description.

Public procedure Init(); overload;

This item has no description.

Error Message