Record Printer
Unit
Declaration
type Printer = record
Description
Class: Printer of ddb
Overview
Fields
o: Pduckdb_Printer; |
Methods
constructor FromNativePointer(ptr : Pduckdb_Printer); |
|
class operator Explicit(const r: Printer): Boolean; |
|
procedure AutoRelease(); |
|
class procedure Print(arg1: Integer; arg2: str); overload; static; |
|
class procedure Print(arg1: str); overload; static; |
|
class procedure RawPrint(arg1: Integer; arg2: str); overload; static; |
|
class procedure Flush(arg1: Integer); overload; static; |
|
class function IsTerminal(arg1: Integer): Boolean; overload; static; |
|
class function TerminalWidth(): UInt64; overload; static; |
|
procedure Init(); overload; |
Description
Fields
o: Pduckdb_Printer; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_Printer); |
|
This item has no description. |
class operator Explicit(const r: Printer): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class procedure Print(arg1: Integer; arg2: str); overload; static; |
|
This item has no description. |
class procedure Print(arg1: str); overload; static; |
|
This item has no description. |
class procedure RawPrint(arg1: Integer; arg2: str); overload; static; |
|
This item has no description. |
class procedure Flush(arg1: Integer); overload; static; |
|
This item has no description. |
class function IsTerminal(arg1: Integer): Boolean; overload; static; |
|
This item has no description. |
class function TerminalWidth(): UInt64; overload; static; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |