apache > db
Apache DB Project
 
Font size:      

Commit

Commit

Syntax

COMMIT

Description

Issues a java.sql.Connection.commit request. Use this command only if auto-commit is off. A java.sql.Connection.commit request commits the currently active transaction and initiates a new transaction.

Examples

ij> commit;
ij>

Previous Page
Next Page
Table of Contents
Index