Declaration

function CreateTableEx(aOverWrite: Boolean; const aTableName: string; aDictionary: TnxDataDictionary): TnxResult;

 
Description

Use CreateTable to create a new table with the structure defined by the given dictionary. Returns an error code on failure.

 
Parameters

aOverWrite: Boolean

if true, an existing table is overwritten if it is not in use

const aTableName: string

the name of the new table

aDictionary: TnxDataDictionary

the dictionary that defines the table and index structure

 
See Also

 
DeleteTable
, CreateTable, EmptyTable, RenameTable, PackTable, ReIndexTable, RestructureTable

Home | Site Contents | Documentation | NexusDB Manual V4 | Class Reference | Symbol Reference | Classes | TnxDatabase