![]() | TableAccessExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class TableAccessExpression : ExpressionBase
The TableAccessExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | TableAccessExpression |
Ctor.
|
![]() | TableAccessExpression(String, IListT, Void, Expression) | Initializes a new instance of the TableAccessExpression class |
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | KeyExpressions |
Returns the primary key expressions.
|
![]() | OptionalAggregate |
Returns the optional table column aggregation accessor to use.
|
![]() | OptionalColumn |
Returns the optional table column name to access.
|
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TableName |
Returns the table name.
|
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetKeyExpressions | |
![]() | SetOptionalAggregate |
Sets the optional table column aggregation accessor to use.
|
![]() | SetOptionalColumn |
Sets the optional table column name to access.
|
![]() | SetTableName |
Sets the table name.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |