Switch to: V12V11V10V9V8V7V6V5

SHOW STATUS OF TABLE

This command shows statistic parameters of the specified Valentina Table.

Syntax

SHOW STATUS {OF|FOR} TABLE name

Result Columns

fld_name

The name of STATUS parameter.

fld_value

The value of STATUS parameter.

fld_level

The level of STATUS parameter.

STATUS PARAMETERS

ADD RECORD

The count of calls to VTable.AddRecord().

CREATE CONSTRAINT

The count of constraints creation.

CREATE FIELD

The count of calls to VTable.CreateField().

DELETE RECORD

The count of calls to VTable.DeleteRecord() or VTable.DeleteAllRecords().

DROP CONSTRAINT

The count of constraint drops.

DROP FIELD

The count of calls to VTable.DropField().

DROP FIELD

The count of calls to VTable.DropField().

FLUSH

The count of calls to VTable.Flush().

LOCK RECORD

The count of calls to VTable.LockRecords().

LOCK RECORD

The count of calls to VTable.LockRecords().

LOCK SET

The count of calls to VTable.LockSet().

SORT

The count of calls to VTable.Sort().

UNLOCK RECORD

The count of calls to VTable.UnlockRecord().

UNLOCK SET

The count of calls to VTable.UnlockSet().

UPDATE RECORD

The count of calls to VTable.UpdateRecord() or VTable.UpdateAllRecords().