Definition at line 927 of file SystemSchema.cs.
Deveel.Data.SystemSchema.SessionInfoTable.SessionInfoTable |
( |
ISession |
session | ) |
|
|
inline |
override DataObject Deveel.Data.SystemSchema.SessionInfoTable.GetValue |
( |
long |
rowNumber, |
|
|
int |
columnOffset |
|
) |
| |
|
inlinevirtual |
Gets a single cell within the table that is located at the given column offset and row.
- Parameters
-
rowNumber | The unique number of the row where the cell is located. |
columnOffset | The zero-based offset of the column of the cell to return. |
- Returns
- Returns an instance of DataObject that is contained in the cell located by the row and column coordinates provided.
- Exceptions
-
ArgumentOutOfRangeException | If the given columnOffset is less than zero or greater or equal than the number of columns defined in the table metadata. |
- See also
- Tables.TableInfo.IndexOfColumn(string)
Implements Deveel.Data.Sql.Tables.GeneratedTable.
Definition at line 940 of file SystemSchema.cs.
941 throw new NotImplementedException();
override int Deveel.Data.SystemSchema.SessionInfoTable.RowCount |
|
get |
override TableInfo Deveel.Data.SystemSchema.SessionInfoTable.TableInfo |
|
get |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data/SystemSchema.cs