function
Library: Database access (OMDB)
Import : omdb.xmd |
define external function db.discard value db.statement statement
Argument definitions
Use db.discard to explicitly discard a db.statement object and release any resources that it used.
Discarding a statement that is
A statement is automatically discarded when the OMX variable leaves its scope.