1 write to _table
System.Data.Common (1)
System\Data\Filter\ExpressionParser.cs (1)
120
_table
= table;
16 references to _table
System.Data.Common (16)
System\Data\Filter\ExpressionParser.cs (16)
267
node = new LookupNode(
_table
, colname, relname);
277
node = new NameNode(
_table
, _text, _start, _pos);
283
node = new ConstNode(
_table
, ValueType.Numeric, str);
287
node = new ConstNode(
_table
, ValueType.Decimal, str);
291
node = new ConstNode(
_table
, ValueType.Float, str);
298
node = new ConstNode(
_table
, ValueType.Str, str);
305
node = new ConstNode(
_table
, ValueType.Date, str);
329
node = new FunctionNode(
_table
, "In");
361
node = new FunctionNode(
_table
, name._name);
428
node = new UnaryNode(
_table
, Operators.Noop, node);
537
NodePush(new NameNode(
_table
, newName));
579
return new AggregateNode(
_table
, aggregate, colname);
610
return new AggregateNode(
_table
, aggregate, colname, !child, relname);
724
expr = new LikeNode(
_table
, opInfo._op, nodeLeft, nodeRight);
728
expr = new BinaryNode(
_table
, opInfo._op, nodeLeft, nodeRight);
754
expr = new UnaryNode(
_table
, opInfo._op, nodeRight);