|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyResolutionDescriptor | |
---|---|
com.espertech.esper.epl.core | 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.epl.expression | This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses |
Uses of PropertyResolutionDescriptor in com.espertech.esper.epl.core |
---|
Methods in com.espertech.esper.epl.core that return PropertyResolutionDescriptor | |
---|---|
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByPropertyName(String propertyName)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByPropertyName(String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up. |
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamAndPropertyName)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamAndPropertyName)
Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered and matching up. |
PropertyResolutionDescriptor |
StreamTypeServiceImpl.resolveByStreamAndPropName(String streamName,
String propertyName)
|
PropertyResolutionDescriptor |
StreamTypeService.resolveByStreamAndPropName(String streamName,
String propertyName)
Returns the offset of the stream and the type of the property for the given property name, by using the specified stream name to resolve the property. |
Uses of PropertyResolutionDescriptor in com.espertech.esper.epl.expression |
---|
Methods in com.espertech.esper.epl.expression that return types with arguments of type PropertyResolutionDescriptor | |
---|---|
protected static Pair<PropertyResolutionDescriptor,String> |
ExprIdentNode.getTypeFromStream(StreamTypeService streamTypeService,
String unresolvedPropertyName,
String streamOrPropertyName)
Determine stream id and property type given an unresolved property name and a stream name that may also be part of the property name. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |