rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave 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 ilviews/dataccess/transmgr.h] Declarations about Transaction manager.

Enumeration Type Documentation

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.


© Copyright 2014, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.