Definition at line 23 of file CellKey.cs.
Deveel.Data.Caching.CellKey.CellKey |
( |
string |
database, |
|
|
CellId |
cellId |
|
) |
| |
|
inlinepackage |
Definition at line 27 of file CellKey.cs.
29 throw new ArgumentNullException(
"database");
32 throw new ArgumentException(
"Null ROWID in key.",
"cellId");
34 throw new ArgumentOutOfRangeException(
"cellId",
"The column offset in the key is smaller than zero.");
bool IsNull
Gets a boolean value indicating if the object equivales to a NULL.
A long string in the system.
bool Deveel.Data.Caching.CellKey.Equals |
( |
CellKey |
other | ) |
|
|
inline |
Definition at line 52 of file CellKey.cs.
A long string in the system.
bool Equals(CellId other)
override bool Deveel.Data.Caching.CellKey.Equals |
( |
object |
obj | ) |
|
|
inline |
Definition at line 60 of file CellKey.cs.
bool Equals(CellKey other)
CellKey(string database, CellId cellId)
override int Deveel.Data.Caching.CellKey.GetHashCode |
( |
| ) |
|
|
inline |
Definition at line 65 of file CellKey.cs.
override int GetHashCode()
readonly CellId Deveel.Data.Caching.CellKey.cellId |
|
private |
readonly string Deveel.Data.Caching.CellKey.database |
|
private |
int Deveel.Data.Caching.CellKey.ColumnOffset |
|
get |
string Deveel.Data.Caching.CellKey.Database |
|
get |
RowId Deveel.Data.Caching.CellKey.RowId |
|
get |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Caching/CellKey.cs