DuckDB v0.10.1 for Pascal

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

Record BaseStatistics

Hierarchy
Properties

Unit

Declaration

type BaseStatistics = record

Description

Class: BaseStatistics of ddb

Overview

Fields

Public o: Pduckdb_BaseStatistics;

Methods

Public constructor FromNativePointer(ptr : Pduckdb_BaseStatistics);
Public class operator Explicit(const r: BaseStatistics): Boolean;
Public procedure AutoRelease();
Public function GetStatsType(): Integer; overload;
Public class function GetStatsType(arg1: LogicalType): Integer; overload; static;
Public function CanHaveNull(): Boolean; overload;
Public function CanHaveNoNull(): Boolean; overload;
Public function GetType(): LogicalType; overload;
Public procedure SetHasNullFast(); overload;
Public procedure SetHasNoNullFast(); overload;

Description

Fields

Public o: Pduckdb_BaseStatistics;

This item has no description.

Methods

Public constructor FromNativePointer(ptr : Pduckdb_BaseStatistics);

This item has no description.

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

This item has no description.

Public procedure AutoRelease();

This item has no description.

Public function GetStatsType(): Integer; overload;

This item has no description.

Public class function GetStatsType(arg1: LogicalType): Integer; overload; static;

This item has no description.

Public function CanHaveNull(): Boolean; overload;

This item has no description.

Public function CanHaveNoNull(): Boolean; overload;

This item has no description.

Public function GetType(): LogicalType; overload;

This item has no description.

Public procedure SetHasNullFast(); overload;

This item has no description.

Public procedure SetHasNoNullFast(); overload;

This item has no description.

Error Message