DuckDB v0.10.1 for Pascal

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

Record SelectStatement

Hierarchy
Properties

Unit

Declaration

type SelectStatement = record

Description

Class: SelectStatement of ddb

Overview

Fields

Public o: Pduckdb_SelectStatement;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SelectStatement);
Public class operator Explicit(const r: SelectStatement): Boolean;
Public procedure AutoRelease();
Public procedure Init(); overload;
Public function ToString(): str; overload;
Public function Copy(): SQLStatement; overload;
Public function type(): Integer; overload;
Public function stmt_location(): UInt64; overload;
Public function stmt_length(): UInt64; overload;
Public function n_param(): UInt64; overload;
Public function query(): str; overload;

Description

Fields

Public o: Pduckdb_SelectStatement;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_SelectStatement);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public procedure Init(); overload;

This item has no description.

Public function ToString(): str; overload;

This item has no description.

Public function Copy(): SQLStatement; overload;

This item has no description.

Public function type(): Integer; overload;

This item has no description.

Public function stmt_location(): UInt64; overload;

This item has no description.

Public function stmt_length(): UInt64; overload;

This item has no description.

Public function n_param(): UInt64; overload;

This item has no description.

Public function query(): str; overload;

This item has no description.

Error Message