Record ClientConfig
Unit
Declaration
type ClientConfig = record
Description
Class: ClientConfig of ddb
Overview
Fields
o: Pduckdb_ClientConfig; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ClientConfig); |
|
class operator Explicit(const r: ClientConfig): Boolean; |
|
procedure AutoRelease(); |
|
function home_directory(): str; overload; |
|
procedure enable_profiler(arg2: Boolean); overload; |
|
function enable_profiler(): Boolean; overload; |
|
procedure enable_detailed_profiling(arg2: Boolean); overload; |
|
function enable_detailed_profiling(): Boolean; overload; |
|
function profiler_print_format(): Integer; overload; |
|
function profiler_save_location(): str; overload; |
|
procedure emit_profiler_output(arg2: Boolean); overload; |
|
function emit_profiler_output(): Boolean; overload; |
|
procedure system_progress_bar_disable_reason(arg2: PUTF8Char); overload; |
|
function system_progress_bar_disable_reason(): PUTF8Char; overload; |
|
procedure enable_progress_bar(arg2: Boolean); overload; |
|
function enable_progress_bar(): Boolean; overload; |
|
procedure print_progress_bar(arg2: Boolean); overload; |
|
function print_progress_bar(): Boolean; overload; |
|
function wait_time(): Integer; overload; |
|
procedure preserve_identifier_case(arg2: Boolean); overload; |
|
function preserve_identifier_case(): Boolean; overload; |
|
function max_expression_depth(): UInt64; overload; |
|
procedure query_verification_enabled(arg2: Boolean); overload; |
|
function query_verification_enabled(): Boolean; overload; |
|
procedure verify_external(arg2: Boolean); overload; |
|
function verify_external(): Boolean; overload; |
|
procedure verify_fetch_row(arg2: Boolean); overload; |
|
function verify_fetch_row(): Boolean; overload; |
|
procedure verify_serializer(arg2: Boolean); overload; |
|
function verify_serializer(): Boolean; overload; |
|
procedure enable_optimizer(arg2: Boolean); overload; |
|
function enable_optimizer(): Boolean; overload; |
|
procedure enable_caching_operators(arg2: Boolean); overload; |
|
function enable_caching_operators(): Boolean; overload; |
|
procedure verify_parallelism(arg2: Boolean); overload; |
|
function verify_parallelism(): Boolean; overload; |
|
procedure force_external(arg2: Boolean); overload; |
|
function force_external(): Boolean; overload; |
|
procedure force_no_cross_product(arg2: Boolean); overload; |
|
function force_no_cross_product(): Boolean; overload; |
|
procedure force_asof_iejoin(arg2: Boolean); overload; |
|
function force_asof_iejoin(): Boolean; overload; |
|
procedure force_fetch_row(arg2: Boolean); overload; |
|
function force_fetch_row(): Boolean; overload; |
|
procedure prefer_range_joins(arg2: Boolean); overload; |
|
function prefer_range_joins(): Boolean; overload; |
|
procedure use_replacement_scans(arg2: Boolean); overload; |
|
function use_replacement_scans(): Boolean; overload; |
|
function perfect_ht_threshold(): UInt64; overload; |
|
function explain_output_type(): Integer; overload; |
|
function pivot_limit(): UInt64; overload; |
|
function pivot_filter_threshold(): UInt64; overload; |
|
procedure integer_division(arg2: Boolean); overload; |
|
function integer_division(): Boolean; overload; |
|
procedure errors_as_json(arg2: Boolean); overload; |
|
function errors_as_json(): Boolean; overload; |
|
function AnyVerification(): Boolean; overload; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_ClientConfig; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ClientConfig); |
|
This item has no description. |
class operator Explicit(const r: ClientConfig): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function home_directory(): str; overload; |
|
This item has no description. |
procedure enable_profiler(arg2: Boolean); overload; |
|
This item has no description. |
function enable_profiler(): Boolean; overload; |
|
This item has no description. |
procedure enable_detailed_profiling(arg2: Boolean); overload; |
|
This item has no description. |
function enable_detailed_profiling(): Boolean; overload; |
|
This item has no description. |
function profiler_print_format(): Integer; overload; |
|
This item has no description. |
function profiler_save_location(): str; overload; |
|
This item has no description. |
procedure emit_profiler_output(arg2: Boolean); overload; |
|
This item has no description. |
function emit_profiler_output(): Boolean; overload; |
|
This item has no description. |
procedure system_progress_bar_disable_reason(arg2: PUTF8Char); overload; |
|
This item has no description. |
function system_progress_bar_disable_reason(): PUTF8Char; overload; |
|
This item has no description. |
procedure enable_progress_bar(arg2: Boolean); overload; |
|
This item has no description. |
function enable_progress_bar(): Boolean; overload; |
|
This item has no description. |
procedure print_progress_bar(arg2: Boolean); overload; |
|
This item has no description. |
function print_progress_bar(): Boolean; overload; |
|
This item has no description. |
function wait_time(): Integer; overload; |
|
This item has no description. |
procedure preserve_identifier_case(arg2: Boolean); overload; |
|
This item has no description. |
function preserve_identifier_case(): Boolean; overload; |
|
This item has no description. |
function max_expression_depth(): UInt64; overload; |
|
This item has no description. |
procedure query_verification_enabled(arg2: Boolean); overload; |
|
This item has no description. |
function query_verification_enabled(): Boolean; overload; |
|
This item has no description. |
procedure verify_external(arg2: Boolean); overload; |
|
This item has no description. |
function verify_external(): Boolean; overload; |
|
This item has no description. |
procedure verify_fetch_row(arg2: Boolean); overload; |
|
This item has no description. |
function verify_fetch_row(): Boolean; overload; |
|
This item has no description. |
procedure verify_serializer(arg2: Boolean); overload; |
|
This item has no description. |
function verify_serializer(): Boolean; overload; |
|
This item has no description. |
procedure enable_optimizer(arg2: Boolean); overload; |
|
This item has no description. |
function enable_optimizer(): Boolean; overload; |
|
This item has no description. |
procedure enable_caching_operators(arg2: Boolean); overload; |
|
This item has no description. |
function enable_caching_operators(): Boolean; overload; |
|
This item has no description. |
procedure verify_parallelism(arg2: Boolean); overload; |
|
This item has no description. |
function verify_parallelism(): Boolean; overload; |
|
This item has no description. |
procedure force_external(arg2: Boolean); overload; |
|
This item has no description. |
function force_external(): Boolean; overload; |
|
This item has no description. |
procedure force_no_cross_product(arg2: Boolean); overload; |
|
This item has no description. |
function force_no_cross_product(): Boolean; overload; |
|
This item has no description. |
procedure force_asof_iejoin(arg2: Boolean); overload; |
|
This item has no description. |
function force_asof_iejoin(): Boolean; overload; |
|
This item has no description. |
procedure force_fetch_row(arg2: Boolean); overload; |
|
This item has no description. |
function force_fetch_row(): Boolean; overload; |
|
This item has no description. |
procedure prefer_range_joins(arg2: Boolean); overload; |
|
This item has no description. |
function prefer_range_joins(): Boolean; overload; |
|
This item has no description. |
procedure use_replacement_scans(arg2: Boolean); overload; |
|
This item has no description. |
function use_replacement_scans(): Boolean; overload; |
|
This item has no description. |
function perfect_ht_threshold(): UInt64; overload; |
|
This item has no description. |
function explain_output_type(): Integer; overload; |
|
This item has no description. |
function pivot_limit(): UInt64; overload; |
|
This item has no description. |
function pivot_filter_threshold(): UInt64; overload; |
|
This item has no description. |
procedure integer_division(arg2: Boolean); overload; |
|
This item has no description. |
function integer_division(): Boolean; overload; |
|
This item has no description. |
procedure errors_as_json(arg2: Boolean); overload; |
|
This item has no description. |
function errors_as_json(): Boolean; overload; |
|
This item has no description. |
function AnyVerification(): Boolean; overload; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |