Definition at line 314 of file QueryExpressionFrom.cs.
Deveel.Data.Sql.Query.QueryExpressionFrom.FromExpressionPreparer.FromExpressionPreparer |
( |
QueryExpressionFrom |
fromSet | ) |
|
|
inline |
bool Deveel.Data.Sql.Query.QueryExpressionFrom.FromExpressionPreparer.CanPrepare |
( |
SqlExpression |
expression | ) |
|
|
inline |
Verifies whether the instance of the interface can prepare the given expression.
- Parameters
-
expression | The expression object to verify. |
- Returns
- Returns true if this preparer will prepare the given object in an expression.
Implements Deveel.Data.Sql.Expressions.IExpressionPreparer.
Definition at line 321 of file QueryExpressionFrom.cs.
An expression that references an object within a context.
Returns the new translated object to be mutated from the given expression.
- Parameters
-
- Returns
Implements Deveel.Data.Sql.Expressions.IExpressionPreparer.
Definition at line 325 of file QueryExpressionFrom.cs.
329 if (reference is ObjectName)
331 if (reference is QueryReference)
334 throw new InvalidOperationException();
readonly QueryExpressionFrom fromSet
An expression that references an object within a context.
static SqlReferenceExpression Reference(ObjectName objectName)
object QualifyReference(ObjectName name)
Defines the base class for instances that represent SQL expression tree nodes.
readonly QueryExpressionFrom Deveel.Data.Sql.Query.QueryExpressionFrom.FromExpressionPreparer.fromSet |
|
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.Query/QueryExpressionFrom.cs