Definition at line 290 of file RoutineManager.cs.
Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.RoutineTable |
( |
IDatabaseContext |
dbContext, |
|
|
TableInfo |
tableInfo |
|
) |
| |
|
inline |
override DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.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 316 of file RoutineManager.cs.
317 if (rowNumber < 0 || rowNumber >= 1)
318 throw new ArgumentOutOfRangeException(
"rowNumber");
320 switch (columnOffset) {
332 throw new ArgumentOutOfRangeException(
"columnOffset");
DataObject ParameterTypes
readonly TableInfo Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.tableInfo |
|
private |
DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.Location |
|
getset |
DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.Owner |
|
getset |
DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.ParameterTypes |
|
getset |
DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.ReturnType |
|
getset |
override int Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.RowCount |
|
get |
override TableInfo Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.TableInfo |
|
get |
DataObject Deveel.Data.Routines.RoutineManager.RoutinesTableContainer.RoutineTable.Type |
|
getset |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Routines/RoutineManager.cs