FLUSH (insert cursor)

Flushes the buffer of an insert cursor.

Syntax

FLUSH cid
  1. cid is the identifier of the insert cursor.

Usage

When flushing an insert cursor, all buffered rows are inserted into the target database table and the insert buffer is cleared.

The insert buffer may be automatically flushed by the runtime system if there no room when a new row is added with the PUT instruction.