Definition at line 751 of file SystemSchema.cs.
Deveel.Data.SystemSchema.OpenSessionsTable.OpenSessionsTable |
( |
ITransaction |
transaction | ) |
|
|
inline |
Definition at line 754 of file SystemSchema.cs.
IDatabase Database
Gets the database this transaction belongs to.
new IDatabaseContext Context
Gets the context that contains this database.
override void Deveel.Data.SystemSchema.OpenSessionsTable.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
override DataObject Deveel.Data.SystemSchema.OpenSessionsTable.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 767 of file SystemSchema.cs.
769 throw new ArgumentOutOfRangeException(
"rowNumber");
772 var lastCommandTime = session.LastCommandTime == null
776 switch (columnOffset) {
786 throw new ArgumentOutOfRangeException(
"columnOffset");
IDatabase Database
Gets the database this transaction belongs to.
DataObject GetColumnValue(int column, ISqlObject obj)
static readonly SqlDateTime Null
int Count
Gets the count of the open connections.
ActiveSessionList Sessions
Gets a list of all the open sessions to the database.
Deveel.Data.Sql.Objects.SqlString SqlString
ITransaction Deveel.Data.SystemSchema.OpenSessionsTable.transaction |
|
private |
override int Deveel.Data.SystemSchema.OpenSessionsTable.RowCount |
|
get |
override TableInfo Deveel.Data.SystemSchema.OpenSessionsTable.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