Record BufferedFileWriter
Unit
Declaration
type BufferedFileWriter = record
Description
Class: BufferedFileWriter of ddb
Overview
Fields
![]() |
o: Pduckdb_BufferedFileWriter; |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_BufferedFileWriter); |
![]() |
class operator Explicit(const r: BufferedFileWriter): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: FileSystem; arg2: str; arg3: Byte); overload; |
![]() |
procedure Init(arg1: FileSystem; arg2: str); overload; |
![]() |
function fs(): FileSystem; overload; |
![]() |
function path(): str; overload; |
![]() |
function offset(): UInt64; overload; |
![]() |
function total_written(): UInt64; overload; |
![]() |
procedure WriteData(arg2: PByte; arg3: UInt64); overload; |
![]() |
procedure Sync(); overload; |
![]() |
procedure Flush(); overload; |
![]() |
function GetFileSize(): Int64; overload; |
![]() |
procedure Truncate(arg2: Int64); overload; |
![]() |
function GetTotalWritten(): UInt64; overload; |
Description
Fields
![]() |
o: Pduckdb_BufferedFileWriter; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pduckdb_BufferedFileWriter); |
This item has no description. |
![]() |
class operator Explicit(const r: BufferedFileWriter): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: FileSystem; arg2: str; arg3: Byte); overload; |
This item has no description. |
![]() |
procedure Init(arg1: FileSystem; arg2: str); overload; |
This item has no description. |
![]() |
function fs(): FileSystem; overload; |
This item has no description. |
![]() |
function path(): str; overload; |
This item has no description. |
![]() |
function offset(): UInt64; overload; |
This item has no description. |
![]() |
function total_written(): UInt64; overload; |
This item has no description. |
![]() |
procedure WriteData(arg2: PByte; arg3: UInt64); overload; |
This item has no description. |
![]() |
procedure Sync(); overload; |
This item has no description. |
![]() |
procedure Flush(); overload; |
This item has no description. |
![]() |
function GetFileSize(): Int64; overload; |
This item has no description. |
![]() |
procedure Truncate(arg2: Int64); overload; |
This item has no description. |
![]() |
function GetTotalWritten(): UInt64; overload; |
This item has no description. |