transaction class

Description

Represents a transaction in the Sqlite database.

Notes

It is a class that is statically included in the Cooker.

An instance returned by variable declaration has not been initialized.

An instance that is used up should be released. Please do not forget to call Release() method.

fitter

SignatureDescription
transaction()

Returns a new instance of transaction class.

getter

SignatureDescription
Fitted

Returns a value that indicates whether this instance was initialized.

TypeName

Returns the type name.

setter

This class does not have a setter.

method

SignatureDescription
Commit()

Commits all data changes made since the start of the transaction.

Release()

Releases unmanaged resources.

RollBack()

Rolls back all data changes made since the start of the transaction.

Copyright © Cooker All rights reserved.