Gjsify LogoGjsify Logo

Indicates what type of action to take while unlocking the sqlite with e_book_sqlite_unlock()

In the case that some addressbook modification failed while holding an %EBSQL_LOCK_WRITE lock, then the #EBookSqlite must be unlocked with %EBSQL_UNLOCK_ROLLBACK.

Index

Enumeration Members

Enumeration Members

COMMIT: number

Commit any modifications which were made while the lock was held

NONE: number

Just unlock, this is appropriate for locks which were obtained with %EBSQL_LOCK_READ

ROLLBACK: number

Rollback any modifications which were made while the lock was held

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method