Record IndexTypeSet
Unit
Declaration
type IndexTypeSet = record
Description
Class: IndexTypeSet of ddb
Overview
Fields
o: Pduckdb_IndexTypeSet; |
Methods
constructor FromNativePointer(ptr : Pduckdb_IndexTypeSet); |
|
class operator Explicit(const r: IndexTypeSet): Boolean; |
|
procedure AutoRelease(); |
|
function FindByName(arg2: str): IndexType; overload; |
|
procedure RegisterIndexType(arg2: IndexType); overload; |
Description
Fields
o: Pduckdb_IndexTypeSet; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pduckdb_IndexTypeSet); |
|
This item has no description. |
class operator Explicit(const r: IndexTypeSet): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
function FindByName(arg2: str): IndexType; overload; |
|
This item has no description. |
procedure RegisterIndexType(arg2: IndexType); overload; |
|
This item has no description. |