21 namespace Deveel.Data.Sql.Expressions {
36 public override bool CanEvaluate {
51 data.
SetValue(
"Reference", ReferenceName);
SqlReferenceExpression(ObjectName name)
An expression that references an object within a context.
void SetValue(string key, Type type, object value)
Describes the name of an object within a database.
SqlExpressionType
All the possible type of SqlExpression supported
override void GetData(SerializeData data)
SqlReferenceExpression(ObjectData data)
object GetValue(string key)
Defines the base class for instances that represent SQL expression tree nodes.