commit Method

Class: Runtime

Description

This method establishes the end of a transaction fence. If there are no other transactions open, the commit method causes the database to be updated with the changes made within the fence.

Syntax

Runtime.commit()

Parameters

None

Returns

Void

When Became Available

Profile v6.3

Example

do Runtime.commit()