Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
ScriptExpression |
CreateExpressionClause.getScriptExpression()
Returns the script expression or null if declaring an EPL expression.
|
Modifier and Type | Method and Description |
---|---|
List<ScriptExpression> |
EPStatementObjectModel.getScriptExpressions()
Returns the scripts defined.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateExpressionClause.setScriptExpression(ScriptExpression scriptExpression)
Sets the script expression or null if declaring an EPL expression.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setScriptExpressions(List<ScriptExpression> scriptExpressions)
Sets the scripts.
|
static void |
ScriptExpression.toEPL(StringWriter writer,
List<ScriptExpression> scripts,
EPStatementFormatter formatter)
Print.
|
Constructor and Description |
---|
CreateExpressionClause(ScriptExpression scriptExpression)
Ctor.
|