Definition at line 800 of file SystemSchema.cs.
Deveel.Data.SystemSchema.ProductInfoTable.ProductInfoTable |
( |
ITransaction |
transaction | ) |
|
|
inline |
Definition at line 803 of file SystemSchema.cs.
IDatabase Database
Gets the database this transaction belongs to.
new IDatabaseContext Context
Gets the context that contains this database.
override DataObject Deveel.Data.SystemSchema.ProductInfoTable.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 838 of file SystemSchema.cs.
839 switch (columnOffset) {
845 throw new ArgumentOutOfRangeException(
"columnOffset");
DataObject GetColumnValue(int column, ISqlObject obj)
List< ISqlString > keyValuePairs
void Deveel.Data.SystemSchema.ProductInfoTable.Init |
( |
| ) |
|
|
inlineprivate |
Definition at line 816 of file SystemSchema.cs.
List< ISqlString > keyValuePairs
Deveel.Data.Sql.Objects.SqlString SqlString
static ProductInfo Current
List<ISqlString> Deveel.Data.SystemSchema.ProductInfoTable.keyValuePairs |
|
private |
override int Deveel.Data.SystemSchema.ProductInfoTable.RowCount |
|
get |
override TableInfo Deveel.Data.SystemSchema.ProductInfoTable.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