int db::Table::close (  )  [virtual]

Close the table.

Note:
If a transaction is active, it will remain active when the table is closed. It is not necessary to close the table before committing a transaction, but Table::refresh should be called to update the current row if it is needed by a subsequent transaction.
Returns:
Precondition:
The table must be in DB_TABLE_BROWSING mode.
Postcondition:
The table is in DB_TABLE_CLOSED mode.

Implements db::UniCursor.


Copyright © 2005-2008 ITTIA®. All rights reserved.