Declaration

procedure CreateTable(aOverWrite: Boolean; const aTableName: string; aDictionary: TnxDataDictionary);

 
Description

Use CreateTable to create a new table with the structure defined by the given dictionary. Raises an exception 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
, CreateTableEx, EmptyTable, RenameTable, PackTable, ReIndexTable, RestructureTable

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