22 namespace Deveel.Data.Caching {
32 get {
return Key.
RowId; }
39 public long RowNumber {
43 public int ColumnOffset {
44 get {
return Key.ColumnOffset; }
The default implementation of a database in a system.
Database(DatabaseSystem system, IDatabaseContext context)
int RowNumber
Gets the number of the column within the table referenced.
RowId(int tableId, int rowNumber)
Constructs the object with the references to the given table unique ID and the number of the row with...
Represents a dynamic object that encapsulates a defined SqlType and a compatible constant ISqlObject ...
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...
CachedCell(CellKey key, DataObject value)
int TableId
Gets the unique identifier of the table the row is contained.