|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateIndexItem | |
---|---|
com.espertech.esper.epl.lookup | Subquery execution strategies and lookup indexes |
com.espertech.esper.epl.named | Named window classes are in this package |
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. |
Uses of CreateIndexItem in com.espertech.esper.epl.lookup |
---|
Method parameters in com.espertech.esper.epl.lookup with type arguments of type CreateIndexItem | |
---|---|
void |
EventTableIndexRepository.validateAddExplicitIndex(boolean unique,
java.lang.String indexName,
java.util.List<CreateIndexItem> columns,
EventType eventType,
java.lang.Iterable<EventBean> dataWindowContents)
|
static EventTableCreateIndexDesc |
EventTableIndexUtil.validateCompileExplicitIndex(boolean unique,
java.util.List<CreateIndexItem> columns,
EventType eventType)
|
Uses of CreateIndexItem in com.espertech.esper.epl.named |
---|
Method parameters in com.espertech.esper.epl.named with type arguments of type CreateIndexItem | |
---|---|
void |
NamedWindowRootViewInstance.addExplicitIndex(boolean unique,
java.lang.String indexName,
java.util.List<CreateIndexItem> columns)
Add an explicit index. |
Uses of CreateIndexItem in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return types with arguments of type CreateIndexItem | |
---|---|
java.util.List<CreateIndexItem> |
CreateIndexDesc.getColumns()
Returns columns. |
Constructor parameters in com.espertech.esper.epl.spec with type arguments of type CreateIndexItem | |
---|---|
CreateIndexDesc(boolean unique,
java.lang.String indexName,
java.lang.String windowName,
java.util.List<CreateIndexItem> columns)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |