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
Signature | Description |
transaction() | Returns a new instance of transaction class. |
getter
setter
This class does not have a setter.
method
Signature | Description |
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. |