KI_TABLE_SYNC
Argument | Enumeration | Purpose |
---|---|---|
handle | Handle | |
status | KDB_ERROR_ENUM | Return status |
KI_TABLE_SYNC
For KDB and KISAM tables this call can be used to force Unix to flush any modified blocks in the table out of the buffer cache and onto the disk. It will not return until this has happened. If the handle is zero then it will do this for all open tables.
It has no effect on Windows which lacks this functionality.
For SQL databases like Oracle this call has no effect and will always return KE_SUCCESS if called on an open handle.