Definition at line 24 of file CellId.cs.
Deveel.Data.Sql.CellId.CellId |
( |
RowId |
rowId, |
|
|
int |
columnOffset |
|
) |
| |
|
inline |
Definition at line 25 of file CellId.cs.
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...
bool Deveel.Data.Sql.CellId.Equals |
( |
CellId |
other | ) |
|
|
inline |
Definition at line 35 of file CellId.cs.
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...
override bool Deveel.Data.Sql.CellId.Equals |
( |
object |
obj | ) |
|
|
inline |
Definition at line 40 of file CellId.cs.
44 return Equals((CellId)obj);
CellId(RowId rowId, int columnOffset)
bool Equals(CellId other)
override int Deveel.Data.Sql.CellId.GetHashCode |
( |
| ) |
|
|
inline |
Definition at line 47 of file CellId.cs.
48 return base.GetHashCode();
override string Deveel.Data.Sql.CellId.ToString |
( |
| ) |
|
|
inline |
Definition at line 51 of file CellId.cs.
A long string in the system.
Defines the value of a ROWID object, that is a unique reference within a database system to a single ...
int Deveel.Data.Sql.CellId.ColumnOffset |
|
getprivate set |
RowId Deveel.Data.Sql.CellId.RowId |
|
getprivate set |
The documentation for this struct was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql/CellId.cs