Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
static EventUnderlyingType |
EventRepresentationUtil.getRepresentation(java.lang.annotation.Annotation[] annotations,
ConfigurationInformation configs,
CreateSchemaDesc.AssignedType assignedType) |