Click or drag to resize

TableAccessExpression Class

Table access expression.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionBase
    com.espertech.esper.common.client.sodaTableAccessExpression

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class TableAccessExpression : ExpressionBase

The TableAccessExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyKeyExpressions
Returns the primary key expressions.
Public propertyOptionalAggregate
Returns the optional table column aggregation accessor to use.
Public propertyOptionalColumn
Returns the optional table column name to access.
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTableName
Returns the table name.
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodSetKeyExpressions
Public methodSetOptionalAggregate
Sets the optional table column aggregation accessor to use.
Public methodSetOptionalColumn
Sets the optional table column name to access.
Public methodSetTableName
Sets the table name.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also