Uses of Class
com.espertech.esper.epl.core.PropertyResolutionDescriptor

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.core Core expression classes. 
 

Uses of PropertyResolutionDescriptor in com.espertech.esper.epl.core
 

Methods in com.espertech.esper.epl.core that return PropertyResolutionDescriptor
 PropertyResolutionDescriptor StreamTypeServiceImpl.resolveByPropertyName(java.lang.String propertyName, boolean obtainFragment)
           
 PropertyResolutionDescriptor StreamTypeService.resolveByPropertyName(java.lang.String propertyName, boolean obtainFragment)
          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.resolveByPropertyNameExplicitProps(java.lang.String propertyName, boolean obtainFragment)
           
 PropertyResolutionDescriptor StreamTypeService.resolveByPropertyNameExplicitProps(java.lang.String propertyName, boolean obtainFragment)
          Returns the offset of the stream and the type of the property for the given property name, by looking through the types offered considering only explicitly listed properties and matching up.
 PropertyResolutionDescriptor StreamTypeServiceImpl.resolveByStreamAndPropName(java.lang.String streamAndPropertyName, boolean obtainFragment)
           
 PropertyResolutionDescriptor StreamTypeService.resolveByStreamAndPropName(java.lang.String streamAndPropertyName, boolean obtainFragment)
          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(java.lang.String streamName, java.lang.String propertyName, boolean obtainFragment)
           
 PropertyResolutionDescriptor StreamTypeService.resolveByStreamAndPropName(java.lang.String streamName, java.lang.String propertyName, boolean obtainFragment)
          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.
 PropertyResolutionDescriptor StreamTypeServiceImpl.resolveByStreamAndPropNameExplicitProps(java.lang.String streamName, java.lang.String propertyName, boolean obtainFragment)
           
 PropertyResolutionDescriptor StreamTypeService.resolveByStreamAndPropNameExplicitProps(java.lang.String streamName, java.lang.String propertyName, boolean obtainFragment)
          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 and considering only explicitly listed properties.
 

Uses of PropertyResolutionDescriptor in com.espertech.esper.epl.expression.core
 

Methods in com.espertech.esper.epl.expression.core that return types with arguments of type PropertyResolutionDescriptor
static Pair<PropertyResolutionDescriptor,java.lang.String> ExprIdentNodeUtil.getTypeFromStream(StreamTypeService streamTypeService, java.lang.String propertyNameNestable, boolean explicitPropertiesOnly, boolean obtainFragment)
           
protected static Pair<PropertyResolutionDescriptor,java.lang.String> ExprIdentNodeUtil.getTypeFromStream(StreamTypeService streamTypeService, java.lang.String unresolvedPropertyName, java.lang.String streamOrPropertyName, boolean obtainFragment)
          Determine stream id and property type given an unresolved property name and a stream name that may also be part of the property name.
protected static Pair<PropertyResolutionDescriptor,java.lang.String> ExprIdentNodeUtil.getTypeFromStreamExplicitProperties(StreamTypeService streamTypeService, java.lang.String unresolvedPropertyName, java.lang.String streamOrPropertyName, boolean obtainFragment)
          This method only resolves against explicitly-listed properties (for use with XML or other types that allow any name as a property name).
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com