END

Submit the current transaction.

Summary

END [WORK | TRANSACTION]

describe

END commits the current transaction. All changes made by the firm are visible to others and are guaranteed to be persistent even if a crash occurs. This command is a YMatrix database extension, equivalent to COMMIT.

Parameters

WORK

TRANSACTION

  • Optional keywords. They have no effect.

Example

Submit the current transaction:

END;

compatibility

END is a YMatrix database extension that provides functionality equivalent to COMMIT specified in the SQL standard.

See also

BEGIN, ROLLBACK, COMMIT