Record FileHandle
Unit
Declaration
type FileHandle = record
Description
Class: FileHandle of ddb
Overview
Fields
o: Pduckdb_FileHandle; |
Methods
constructor FromNativePointer(ptr : Pduckdb_FileHandle); |
|
class operator Explicit(const r: FileHandle): Boolean; |
|
procedure AutoRelease(); |
|
function Read(arg2: Pointer; arg3: UInt64): Int64; overload; |
|
function Write(arg2: Pointer; arg3: UInt64): Int64; overload; |
|
procedure Read(arg2: Pointer; arg3: UInt64; arg4: UInt64); overload; |
|
procedure Write(arg2: Pointer; arg3: UInt64; arg4: UInt64); overload; |
|
procedure Seek(arg2: UInt64); overload; |
|
procedure Reset(); overload; |
|
function SeekPosition(): UInt64; overload; |
|
procedure Sync(); overload; |
|
procedure Truncate(arg2: Int64); overload; |
|
function ReadLine(): str; overload; |
|
function CanSeek(): Boolean; overload; |
|
function IsPipe(): Boolean; overload; |
|
function OnDiskFile(): Boolean; overload; |
|
function GetFileSize(): UInt64; overload; |
|
function GetType(): Integer; overload; |
|
procedure Close(); overload; |
|
function GetPath(): str; overload; |
|
function file_system(): FileSystem; overload; |
|
function path(): str; overload; |
Description
Fields
o: Pduckdb_FileHandle; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_FileHandle); |
|
This item has no description. |
class operator Explicit(const r: FileHandle): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function Read(arg2: Pointer; arg3: UInt64): Int64; overload; |
|
This item has no description. |
function Write(arg2: Pointer; arg3: UInt64): Int64; overload; |
|
This item has no description. |
procedure Read(arg2: Pointer; arg3: UInt64; arg4: UInt64); overload; |
|
This item has no description. |
procedure Write(arg2: Pointer; arg3: UInt64; arg4: UInt64); overload; |
|
This item has no description. |
procedure Seek(arg2: UInt64); overload; |
|
This item has no description. |
procedure Reset(); overload; |
|
This item has no description. |
function SeekPosition(): UInt64; overload; |
|
This item has no description. |
procedure Sync(); overload; |
|
This item has no description. |
procedure Truncate(arg2: Int64); overload; |
|
This item has no description. |
function ReadLine(): str; overload; |
|
This item has no description. |
function CanSeek(): Boolean; overload; |
|
This item has no description. |
function IsPipe(): Boolean; overload; |
|
This item has no description. |
function OnDiskFile(): Boolean; overload; |
|
This item has no description. |
function GetFileSize(): UInt64; overload; |
|
This item has no description. |
function GetType(): Integer; overload; |
|
This item has no description. |
procedure Close(); overload; |
|
This item has no description. |
function GetPath(): str; overload; |
|
This item has no description. |
function file_system(): FileSystem; overload; |
|
This item has no description. |
function path(): str; overload; |
|
This item has no description. |