Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
ExpressionDeclaration |
CreateExpressionClause.getExpressionDeclaration()
Returns the expression declaration or null if script instead.
|
Modifier and Type | Method and Description |
---|---|
List<ExpressionDeclaration> |
EPStatementObjectModel.getExpressionDeclarations()
Returns the expression declarations, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateExpressionClause.setExpressionDeclaration(ExpressionDeclaration expressionDeclaration)
Sets the expression declaration or null if script instead.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setExpressionDeclarations(List<ExpressionDeclaration> expressionDeclarations)
Sets the expression declarations, if any.
|
static void |
ExpressionDeclaration.toEPL(StringWriter writer,
List<ExpressionDeclaration> expressionDeclarations,
EPStatementFormatter formatter)
Print.
|
Constructor and Description |
---|
CreateExpressionClause(ExpressionDeclaration expressionDeclaration)
Ctor.
|