Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage2 | |
com.espertech.esper.common.internal.compile.stage3 | |
com.espertech.esper.common.internal.epl.annotation |
Classes for EPL annotation processing.
|
com.espertech.esper.common.internal.epl.fafquery.querymethod |
Modifier and Type | Method and Description |
---|---|
Compilable |
StatementRawInfo.getCompilable() |
Modifier and Type | Method and Description |
---|---|
static StatementSpecCompiledDesc |
StatementRawCompiler.compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Constructor and Description |
---|
StatementRawInfo(int statementNumber,
String statementName,
Annotation[] annotations,
StatementType statementType,
ContextCompileTimeDescriptor optionalContextDescriptor,
String intoTableName,
Compilable compilable,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
Compilable |
StatementBaseInfo.getCompilable() |
Constructor and Description |
---|
StatementBaseInfo(Compilable compilable,
StatementSpecCompiled statementSpec,
Serializable userObjectCompileTime,
StatementRawInfo statementRawInfo,
String optionalModuleName) |
Modifier and Type | Method and Description |
---|---|
static Annotation[] |
AnnotationUtil.compileAnnotations(List<AnnotationDesc> annotationSpec,
ClasspathImportServiceCompileTime classpathImportService,
Compilable compilable)
Compile annotation objects from descriptors.
|
Constructor and Description |
---|
FAFQueryMethodIUDBaseForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDDeleteForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDInsertIntoForge(StatementSpecCompiled specCompiled,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodIUDUpdateForge(StatementSpecCompiled spec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
FAFQueryMethodSelectDesc(StatementSpecCompiled statementSpec,
Compilable compilable,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Copyright © 2005–2020. All rights reserved.