Declaration

TnxTable = class(TnxIndexDataSet)

 
Description

TnxTable is a TTable compatible implementation of a NexusDB dataset.

 
Methods

AddIndex

see tTable.AddIndex

AddIndexEx

With AddIndexEx you can use a complete index descriptor instead of just field names to define the index. This gives you much more control over the type of index created. The index creation will be executed asynchronously.

Create

constructor.

CreateTable

see tTable.CreateTable

CreateTableEx

CreateTableEx is the same as CreateTable, but with the possibility to set the BlockSize for the new table.

DeleteIndex

see tTable.DeleteIndex

DeleteTable

see tTable.DeleteTable

Destroy

destructor.

EmptyTable

see tTable.EmptyTable

Exists

same as TnxDataset.Exists

PackTable

See tnxDatabase.PackTable

PackTableEx

See tnxDatabase.PackTable

ReIndexTable

See tnxDatabase.ReIndexTable

ReIndexTable

See tnxDatabase.ReIndexTable

ReIndexTableEx

See tnxDatabase.ReIndexTable

ReIndexTableEx

See tnxDatabase.ReIndexTable

RenameTable

see tTable.RenameTable

RestructureTable

See tnxDatabase.RestructureTable

RestructureTableEx

See tnxDatabase.RestructureTable

 
Properties

Exclusive

see tTable.Exclusive

FieldDefs

see tTable.FieldDefs

IndexDefs

see tTable.IndexDefs.

IndexFieldCount

see tTable.IndexFieldCount.

IndexFieldNames

see tTable.IndexFieldNames

IndexFields

see tTable.IndexFields

IndexName

see tTable.IndexName

KeyExclusive

see tTable.KeyExclusive

KeyFieldCount

see tTable.KeyFieldCount

KeyPartialLen

see tTable.KeyPartialLen

MasterFields

see tTable.MasterFields

MasterSource

see tTable.MasterSource

ReadOnly

see tTable.ReadOnly

StoreDefs

see tTable.StoreDefs

TableName

see tTable.TableName

WriteOnly

This property can only be changed if the table is inactive. It prevents the table from ever trying to read records from the server. This improves performance for tables that are only used to insert records.

 
File

 
nxdb

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