Record ConnectionException
Unit
Declaration
type ConnectionException = record
Description
Class: ConnectionException of ddb
Overview
Fields
o: Pduckdb_ConnectionException; |
Methods
constructor FromNativePointer(ptr : Pduckdb_ConnectionException); |
|
class operator Explicit(const r: ConnectionException): Boolean; |
|
procedure AutoRelease(); |
|
procedure Init(arg1: str); overload; |
|
function what(): PUTF8Char; overload; |
Description
Fields
o: Pduckdb_ConnectionException; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_ConnectionException); |
|
This item has no description. |
class operator Explicit(const r: ConnectionException): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
procedure Init(arg1: str); overload; |
|
This item has no description. |
function what(): PUTF8Char; overload; |
|
This item has no description. |