Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
Classes | Enumerations
transmgr.h File Reference
#include <ilviews/macros.h>
#include <ilviews/dataccess/tblbuf.h>
#include <ilviews/dataccess/tblptr.h>

Classes

class  IliTransactionManager
 Table class. More...
 

Enumerations

enum  IliRowStatus {
  IliNotARow, IliRegularRow, IliInsertedRow, IliUpdatedRow,
  IliDeletedRow
}
 This enumerated type defines the status of a table row. It is useful when using a local transaction manager. More...
 

Detailed Description

Library: dataccess
Declarations about Transaction manager.

Enumeration Type Documentation

◆ IliRowStatus

This enumerated type defines the status of a table row. It is useful when using a local transaction manager.

Enumerator
IliNotARow 

This is not a valid row status. This value is returned by member functions when the row index is out of the range.

IliRegularRow 

This is a regular row.

IliInsertedRow 

This row has been inserted.

IliUpdatedRow 

This row has been updated.

IliDeletedRow 

This row has been deleted.