Definition at line 275 of file ViewManager.cs.
Deveel.Data.Sql.Views.ViewManager.ViewTableContainer.ViewTableContainer |
( |
ViewManager |
viewManager | ) |
|
|
inline |
override ITable Deveel.Data.Sql.Views.ViewManager.ViewTableContainer.GetTable |
( |
int |
offset | ) |
|
|
inlinevirtual |
Gets the table contained at the given offset within the context.
- Parameters
-
offset | The zero-based offset of the table to return. |
- Returns
- Returns an instance of ITable that provides access to the backed informaion for an object provided by the context.
- Exceptions
-
ArgumentOutOfRangeException | If the given offset is smaller than 0 or greater or equal than TableCount. |
Implements Deveel.Data.SystemTableContainer.
Definition at line 295 of file ViewManager.cs.
296 throw new NotSupportedException();
override TableInfo Deveel.Data.Sql.Views.ViewManager.ViewTableContainer.GetTableInfo |
( |
int |
offset | ) |
|
|
inlinevirtual |
Gets the information of the table at the given offset in this container.
- Parameters
-
offset | The zero-based offset of the table whose information to return. |
- Returns
- Returns an instance of
- See also
- TableInfo
that describes the metadata of a table at the given offset within the context.
- Exceptions
-
ArgumentOutOfRangeException | If the given offset is smaller than 0 or greater or equal than TableCount. |
Implements Deveel.Data.SystemTableContainer.
Definition at line 283 of file ViewManager.cs.
readonly ViewManager viewManager
View GetViewAt(int offset)
override string Deveel.Data.Sql.Views.ViewManager.ViewTableContainer.GetTableType |
( |
int |
offset | ) |
|
|
inlinevirtual |
Gets the type of the table at the given offset.
- Parameters
-
offset | The zero-based offset of the table whose type to return. |
- Returns
- Returns a String that describes the type of table at the given offset.
- Exceptions
-
ArgumentOutOfRangeException | If the given offset is smaller than 0 or greater or equal than TableCount. |
Implements Deveel.Data.SystemTableContainer.
Definition at line 291 of file ViewManager.cs.
292 return TableTypes.View;
readonly ViewManager Deveel.Data.Sql.Views.ViewManager.ViewTableContainer.viewManager |
|
private |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Views/ViewManager.cs