Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
ClassProvidedExpression |
CreateClassClause.getClassProvidedExpression()
Returns class-provided that contains the class text.
|
Modifier and Type | Method and Description |
---|---|
List<ClassProvidedExpression> |
EPStatementObjectModel.getClassProvidedExpressions()
Returns the inlined-classes provided as part of the EPL statement
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClassClause.setClassProvidedExpression(ClassProvidedExpression classProvidedExpression)
Sets class-provided that contains the class text.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setClassProvidedExpressions(List<ClassProvidedExpression> classProvidedExpressions)
Sets the inlined-classes provided as part of the EPL statement
|
static void |
ClassProvidedExpression.toEPL(StringWriter writer,
List<ClassProvidedExpression> classProvideds,
EPStatementFormatter formatter)
Print.
|
Constructor and Description |
---|
CreateClassClause(ClassProvidedExpression classProvidedExpression)
Ctor.
|
Copyright © 2005–2021. All rights reserved.