#include <vdkxtable.h>
Since it is a derived class of xbDbf, most behaviours are inherited. Refer to xdb reference for further informations.
|
Constructor
|
|
Close table and all associated indexes. Returns:
|
|
Creates a table
|
|
Moves database pointer to first logical record. If there is no active index moves on first phisical record If ShowDeleted property is fale (default)moves to first logical/phisical undeleted record. Returns:
|
|
Returns an index given an ordinal position
|
|
Returns an index given a name
|
|
Moves database pointer to last logical record If there is no active index moves on last phisical record If ShowDeleted property is fale (default)moves to last logical/phisical undeleted record. Returns:
|
|
Moves database pointer to next logical record If there is no active index moves on next phisical record If ShowDeleted property is fale (default)moves to next logical/phisical undeleted record. Returns:
|
|
Opens table. Returns:
|
|
Moves database pointer to previous logical record If there is no active index moves on previous phisical record If ShowDeleted property is fale (default)moves to previous logical/phisical undeleted record. Returns:
|
|
Removes an index from table
|
|
sets/gets active index Setting Order to NULL no active index will be used.
|
|
sets/gets active index ordinal position. Setting Order to -1 no active index will be used. |
|
If false all record marked for deletion will be ignored on common table operations. |