Link back to the database this table belongs to.
The description of this table.
The qualified name of the table, including the database name.
The table name.
Returns the number records in the table.
Delete the table records that satisfy the filter condition and returns the number of records affected (deleted).
The filter condition for the table.
Returns the information about one field of the table. If the type of "field" is string, it returns the field with the given name from the table. If the type of "field" is number, it returns the Nth field from the table.
Return information about all fields present on this table.
Returns the information about one index of the table. If the type of "index" is string, it returns the index with the given name of the table. If the type of "index" is number, it returns the Nth index of the table.
Return information about all indexes present on this table.
Returns the number of fields of the table.
Returns the number of indexes of the table.
Returns the primary key of the table, if any.
Specifies the information about a table in a Progress database.