DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Attributes | List of all members
Deveel.Data.Store.RecordType Class Reference

Lists the types of records in a store More...

Public Attributes

const byte Added = 0x010
 A record that was added but not commited. More...
 
const byte Removed = 0x020
 A record that was removed. More...
 
const byte Committed = 0x0F0
 The flag to mark a record state was committed. More...
 

Detailed Description

Lists the types of records in a store

Definition at line 23 of file RecordType.cs.

Member Data Documentation

const byte Deveel.Data.Store.RecordType.Added = 0x010

A record that was added but not commited.

Definition at line 27 of file RecordType.cs.

const byte Deveel.Data.Store.RecordType.Committed = 0x0F0

The flag to mark a record state was committed.

Definition at line 37 of file RecordType.cs.

const byte Deveel.Data.Store.RecordType.Removed = 0x020

A record that was removed.

Definition at line 32 of file RecordType.cs.


The documentation for this class was generated from the following file: