klyn.databases.sql.Connection.commit
method
public commit() as Void throws SQLException
Description

Commits the current transaction.

import klyn.databases.sql

connection.commit()
Throws
  • SQLException if the connection is closed, the transaction state is invalid, or the database reports an error.