Declaration

procedure GetDataDictionary(const aTableName: string; aDictionary: TnxDataDictionary);

 
Description

The method returns the data dictionary of a given table. Raises an exception on failure.

 
Parameters

const aTableName: string

table name

aDictionary: TnxDataDictionary

will hold the dictionary after the method returns; must not be nil

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