Uses of Class
com.espertech.esper.epl.spec.CreateSchemaDesc.AssignedType

Packages that use CreateSchemaDesc.AssignedType
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.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of CreateSchemaDesc.AssignedType in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return CreateSchemaDesc.AssignedType
 CreateSchemaDesc.AssignedType CreateSchemaDesc.getAssignedType()
           
static CreateSchemaDesc.AssignedType CreateSchemaDesc.AssignedType.mapFrom(CreateSchemaClauseTypeDef typeDefinition)
           
static CreateSchemaDesc.AssignedType CreateSchemaDesc.AssignedType.parseKeyword(java.lang.String keywordNodeText)
           
static CreateSchemaDesc.AssignedType CreateSchemaDesc.AssignedType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CreateSchemaDesc.AssignedType[] CreateSchemaDesc.AssignedType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.espertech.esper.epl.spec with parameters of type CreateSchemaDesc.AssignedType
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.
 

Uses of CreateSchemaDesc.AssignedType in com.espertech.esper.util
 

Methods in com.espertech.esper.util with parameters of type CreateSchemaDesc.AssignedType
static boolean EventRepresentationUtil.isMap(java.lang.annotation.Annotation[] annotations, ConfigurationInformation configs, CreateSchemaDesc.AssignedType assignedType)
           
 


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