Definition at line 1411 of file TableSource.cs.
Deveel.Data.Sql.Tables.TableSource.MinimalTable.MinimalTable |
( |
TableSource |
source, |
|
|
IIndex |
masterIndex |
|
) |
| |
|
inline |
Definition at line 1415 of file TableSource.cs.
readonly IIndex masterIndex
readonly TableSource source
void Deveel.Data.Sql.Tables.TableSource.MinimalTable.Dispose |
( |
| ) |
|
|
inline |
IEnumerator<Row> Deveel.Data.Sql.Tables.TableSource.MinimalTable.GetEnumerator |
( |
| ) |
|
|
inline |
Definition at line 1428 of file TableSource.cs.
1433 return new RowEnumerator(
this, iterator);
readonly IIndex masterIndex
IEnumerator IEnumerable. Deveel.Data.Sql.Tables.TableSource.MinimalTable.GetEnumerator |
( |
| ) |
|
|
inlineprivate |
ColumnIndex Deveel.Data.Sql.Tables.TableSource.MinimalTable.GetIndex |
( |
int |
columnOffset | ) |
|
|
inline |
Gets an index for given column that can be used to select values from this table.
- Parameters
-
columnOffset | The zero-based offset of the column which to get the index. |
- Returns
- Returns an instance of ColumnIndex that is used to select a subset of rows from the table.
Implements Deveel.Data.Sql.Tables.ITable.
Definition at line 1495 of file TableSource.cs.
1496 throw new NotImplementedException();
DataObject Deveel.Data.Sql.Tables.TableSource.MinimalTable.GetValue |
( |
long |
rowNumber, |
|
|
int |
columnOffset |
|
) |
| |
|
inline |
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.ITable.
Definition at line 1491 of file TableSource.cs.
DataObject GetValue(int rowIndex, int columnOffset)
readonly TableSource source
readonly IIndex Deveel.Data.Sql.Tables.TableSource.MinimalTable.masterIndex |
|
private |
readonly TableSource Deveel.Data.Sql.Tables.TableSource.MinimalTable.source |
|
private |
IContext Deveel.Data.Sql.Tables.TableSource.MinimalTable.Context |
|
get |
ObjectName IDbObject. Deveel.Data.Sql.Tables.TableSource.MinimalTable.FullName |
|
getprivate |
DbObjectType IDbObject. Deveel.Data.Sql.Tables.TableSource.MinimalTable.ObjectType |
|
getprivate |
int Deveel.Data.Sql.Tables.TableSource.MinimalTable.RowCount |
|
get |
TableInfo Deveel.Data.Sql.Tables.TableSource.MinimalTable.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.Sql.Tables/TableSource.cs