Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.epl.expression.core | |
com.espertech.esper.common.internal.epl.expression.funcs | |
com.espertech.esper.common.internal.epl.variable.core | |
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
ClassIdentifierWArray |
CreateTableColumn.getOptType() |
ClassIdentifierWArray |
CreateVariableDesc.getVariableType()
Returns the variable type.
|
Constructor and Description |
---|
CreateTableColumn(String columnName,
ExprNode optExpression,
ClassIdentifierWArray optType,
List<AnnotationDesc> annotations,
Boolean primaryKey) |
CreateVariableDesc(ClassIdentifierWArray variableType,
String variableName,
ExprNode assignment,
boolean constant)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
ClassIdentifierWArray |
ExprSubstitutionNode.getOptionalType() |
Constructor and Description |
---|
ExprSubstitutionNode(String optionalName,
ClassIdentifierWArray optionalType) |
Modifier and Type | Method and Description |
---|---|
ClassIdentifierWArray |
ExprCastNode.getClassIdentifierWArray() |
Constructor and Description |
---|
ExprCastNode(ClassIdentifierWArray classIdentifierWArray)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static VariableMetaData |
VariableUtil.compileVariable(String variableName,
String variableModuleName,
NameAccessModifier variableVisibility,
String optionalContextName,
NameAccessModifier optionalContextVisibility,
String optionalModuleName,
ClassIdentifierWArray variableType,
boolean isConstant,
boolean compileTimeConstant,
Object initializationValue,
ClasspathImportService classpathImportService,
EventBeanTypedEventFactory eventBeanTypedEventFactory,
EventTypeRepositoryImpl eventTypeRepositoryPreconfigured,
BeanEventTypeFactory beanEventTypeFactory) |
Modifier and Type | Method and Description |
---|---|
static ClassIdentifierWArray |
ClassIdentifierWArray.parseSODA(String typeName) |
Copyright © 2005–2019. All rights reserved.