|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnDesc | |
---|---|
com.espertech.esper.epl.parse | Parsers and AST tree walkers and helper classes transforming AST into business objects |
com.espertech.esper.epl.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.event | This package defines the internal event APIs. |
Uses of ColumnDesc in com.espertech.esper.epl.parse |
---|
Methods in com.espertech.esper.epl.parse that return types with arguments of type ColumnDesc | |
---|---|
static java.util.List<ColumnDesc> |
ASTCreateSchemaHelper.getColTypeList(EsperEPL2GrammarParser.CreateColumnListContext ctx)
|
Uses of ColumnDesc in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return types with arguments of type ColumnDesc | |
---|---|
java.util.List<ColumnDesc> |
CreateWindowDesc.getColumns()
Returns column names and types. |
java.util.List<ColumnDesc> |
CreateSchemaDesc.getColumns()
Returns column definitions. |
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type ColumnDesc | |
---|---|
CreateSchemaDesc(java.lang.String schemaName,
java.util.Set<java.lang.String> types,
java.util.List<ColumnDesc> columns,
java.util.Set<java.lang.String> inherits,
CreateSchemaDesc.AssignedType assignedType,
java.lang.String startTimestampProperty,
java.lang.String endTimestampProperty,
java.util.Set<java.lang.String> copyFrom)
Ctor. |
|
CreateWindowDesc(java.lang.String windowName,
java.util.List<ViewSpec> viewSpecs,
StreamSpecOptions streamSpecOptions,
boolean insert,
ExprNode insertFilter,
java.util.List<ColumnDesc> columns,
java.lang.String asEventTypeName)
Ctor. |
Uses of ColumnDesc in com.espertech.esper.event |
---|
Methods in com.espertech.esper.event with parameters of type ColumnDesc | |
---|---|
static java.lang.Object |
EventTypeUtility.buildType(ColumnDesc column,
EngineImportService engineImportService)
|
Method parameters in com.espertech.esper.event with type arguments of type ColumnDesc | |
---|---|
static java.util.LinkedHashMap<java.lang.String,java.lang.Object> |
EventTypeUtility.buildType(java.util.List<ColumnDesc> columns,
EventAdapterService eventAdapterService,
java.util.Set<java.lang.String> copyFrom,
EngineImportService engineImportService)
|
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |