SysLib.commit function

SysLib.commit saves updates to recoverable resources such as databases.

Package

eglx.lang

Syntax
static function commit(); 
Example use

Here is example code:

SysLib.commit( )
Comments
The following statements typically apply to any commit:
  • EGL performs a single-phase commit that affects each recoverable manager in turn.
  • The commit releases the read position.

An implicit commit occurs when a run unit ends..


Compatibility

Table 1. Compatibility
Target Issue
Java
  • SysLib.commit() commits changes to relational databases.
JavaScript SysLib.commit is not supported.