Declaration

function TableGetDictionary(const aTableName: string; aDictionary: TnxDataDictionary): TnxResult; virtual; abstract;

 
Description

With TableGetDictionary you can fill a TnxDataDictionary instance with the information about an existing table.

 
Parameters

const aTableName: string

the name of the source table

aDictionary: TnxDataDictionary

the instance of TnxDataDictionary that should be filled with the information.

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