22 namespace Deveel.Data.Sql.Expressions {
65 public override bool CanEvaluate {
override void GetData(SerializeData data)
SqlCastExpression(SqlExpression value, SqlType sqlType)
Constructs the expression with the a given value to be converted and the conversion type...
SqlCastExpression(ObjectData data)
void SetValue(string key, Type type, object value)
An SqlExpression that will cast a value retrieved by the evaluation of another expression into a give...
SqlExpressionType
All the possible type of SqlExpression supported
Defines the properties of a specific SQL Type and handles the values compatible.
object GetValue(string key)
Defines the base class for instances that represent SQL expression tree nodes.