DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The node for fetching a table from the current transaction. More...
Public Member Functions | |
FetchTableNode (ObjectName tableName, ObjectName aliasName) | |
ITable | Evaluate (IRequest context) |
Properties | |
ObjectName | TableName [get, private set] |
The name of the table to fetch. More... | |
ObjectName | AliasName [get, private set] |
The name to alias the table as. More... | |
Private Member Functions | |
FetchTableNode (ObjectData data) | |
void ISerializable. | GetData (SerializeData data) |
The node for fetching a table from the current transaction.
This is a tree node and has no children.
Definition at line 32 of file FetchTableNode.cs.
|
inline |
Definition at line 33 of file FetchTableNode.cs.
|
inlineprivate |
Definition at line 38 of file FetchTableNode.cs.
Implements Deveel.Data.Sql.Query.IQueryPlanNode.
Definition at line 58 of file FetchTableNode.cs.
|
inlineprivate |
Implements Deveel.Data.Serialization.ISerializable.
Definition at line 53 of file FetchTableNode.cs.
|
getprivate set |
The name to alias the table as.
Definition at line 51 of file FetchTableNode.cs.
|
getprivate set |
The name of the table to fetch.
Definition at line 46 of file FetchTableNode.cs.