DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Package Functions | Properties | List of all members
Deveel.Data.Caching.CachedCell Class Reference

Package Functions

 CachedCell (CellKey key, DataObject value)
 

Properties

CellKey Key [get, private set]
 
RowId RowId [get]
 
int TableId [get]
 
long RowNumber [get]
 
int ColumnOffset [get]
 
DataObject Value [get, private set]
 
string Database [get]
 

Detailed Description

Definition at line 23 of file CachedCell.cs.

Constructor & Destructor Documentation

Deveel.Data.Caching.CachedCell.CachedCell ( CellKey  key,
DataObject  value 
)
inlinepackage

Definition at line 24 of file CachedCell.cs.

24  {
25  Key = key;
26  Value = value;
27  }

Property Documentation

int Deveel.Data.Caching.CachedCell.ColumnOffset
get

Definition at line 43 of file CachedCell.cs.

string Deveel.Data.Caching.CachedCell.Database
get

Definition at line 49 of file CachedCell.cs.

CellKey Deveel.Data.Caching.CachedCell.Key
getprivate set

Definition at line 29 of file CachedCell.cs.

RowId Deveel.Data.Caching.CachedCell.RowId
get

Definition at line 31 of file CachedCell.cs.

long Deveel.Data.Caching.CachedCell.RowNumber
get

Definition at line 39 of file CachedCell.cs.

int Deveel.Data.Caching.CachedCell.TableId
get

Definition at line 35 of file CachedCell.cs.

DataObject Deveel.Data.Caching.CachedCell.Value
getprivate set

Definition at line 47 of file CachedCell.cs.


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