Declaration
TnxTable = class(TnxIndexDataSet)
Description
TnxTable is a TTable compatible implementation of a NexusDB dataset.
Methods
see tTable.AddIndex
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.
constructor.
see tTable.CreateTable
CreateTableEx is the same as CreateTable, but with the possibility to set the BlockSize for the new table.
see tTable.DeleteIndex
see tTable.DeleteTable
destructor.
see tTable.EmptyTable
same as TnxDataset.Exists
See tnxDatabase.PackTable
See tnxDatabase.PackTable
See tnxDatabase.ReIndexTable
See tnxDatabase.ReIndexTable
See tnxDatabase.ReIndexTable
See tnxDatabase.ReIndexTable
see tTable.RenameTable
See tnxDatabase.RestructureTable
See tnxDatabase.RestructureTable
Properties
see tTable.Exclusive
see tTable.FieldDefs
see tTable.IndexDefs.
see tTable.IndexFieldCount.
see tTable.IndexFieldNames
see tTable.IndexFields
see tTable.IndexName
see tTable.KeyExclusive
see tTable.KeyFieldCount
see tTable.KeyPartialLen
see tTable.MasterFields
see tTable.MasterSource
see tTable.ReadOnly
see tTable.StoreDefs
see tTable.TableName
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