Record CopyInfo
Unit
Declaration
type CopyInfo = record
Description
Class: CopyInfo of ddb
Overview
Fields
![]() |
o: Pduckdb_CopyInfo; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CopyInfo); |
![]() |
class operator Explicit(const r: CopyInfo): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
function catalog(): str; overload; |
![]() |
function schema(): str; overload; |
![]() |
function table(): str; overload; |
![]() |
function select_list(): vector_str; overload; |
![]() |
procedure is_from(arg2: Boolean); overload; |
![]() |
function is_from(): Boolean; overload; |
![]() |
function format(): str; overload; |
![]() |
function file_path(): str; overload; |
![]() |
function info_type(): Integer; overload; |
Description
Fields
![]() |
o: Pduckdb_CopyInfo; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_CopyInfo); |
This item has no description. |
![]() |
class operator Explicit(const r: CopyInfo): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
function catalog(): str; overload; |
This item has no description. |
![]() |
function schema(): str; overload; |
This item has no description. |
![]() |
function table(): str; overload; |
This item has no description. |
![]() |
function select_list(): vector_str; overload; |
This item has no description. |
![]() |
procedure is_from(arg2: Boolean); overload; |
This item has no description. |
![]() |
function is_from(): Boolean; overload; |
This item has no description. |
![]() |
function format(): str; overload; |
This item has no description. |
![]() |
function file_path(): str; overload; |
This item has no description. |
![]() |
function info_type(): Integer; overload; |
This item has no description. |