Definition at line 23 of file ConstantVisitor.cs.
Deveel.Data.Sql.Expressions.ConstantVisitor.ConstantVisitor |
( |
| ) |
|
|
inline |
- Parameters
-
- Returns
Reimplemented from Deveel.Data.Sql.Expressions.SqlExpressionVisitor.
Definition at line 30 of file ConstantVisitor.cs.
31 var value = constant.Value;
34 if (array != null && !array.IsNull) {
35 foreach (var exp
in array) {
36 if (!exp.IsConstant()) {
44 return base.VisitConstant(constant);
SqlTypeCode
Enumerates the codes of all SQL types handled by the system.
An object that provides methods for accessing a finite collection of SQL expressions.
bool Deveel.Data.Sql.Expressions.ConstantVisitor.IsConstant |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Expressions/ConstantVisitor.cs