Record SampleOptions
Unit
Declaration
type SampleOptions = record
Description
Class: SampleOptions of ddb
Overview
Fields
![]() |
o: Pduckdb_SampleOptions; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_SampleOptions); |
![]() |
class operator Explicit(const r: SampleOptions): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function sample_size(): Value; overload; |
![]() |
procedure is_percentage(arg2: Boolean); overload; |
![]() |
function is_percentage(): Boolean; overload; |
![]() |
function method(): Integer; overload; |
![]() |
function seed(): Int64; overload; |
![]() |
procedure Init(); overload; |
Description
Fields
![]() |
o: Pduckdb_SampleOptions; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_SampleOptions); |
This item has no description. |
![]() |
class operator Explicit(const r: SampleOptions): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function sample_size(): Value; overload; |
This item has no description. |
![]() |
procedure is_percentage(arg2: Boolean); overload; |
This item has no description. |
![]() |
function is_percentage(): Boolean; overload; |
This item has no description. |
![]() |
function method(): Integer; overload; |
This item has no description. |
![]() |
function seed(): Int64; overload; |
This item has no description. |
![]() |
procedure Init(); overload; |
This item has no description. |