Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
com.espertech.esper.common.internal.compile.stage1.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.
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaClauseTypeDef |
CreateSchemaClause.getTypeDefinition()
returns the type definition.
|
static CreateSchemaClauseTypeDef |
CreateSchemaClauseTypeDef.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSchemaClauseTypeDef[] |
CreateSchemaClauseTypeDef.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSchemaClause.setTypeDefinition(CreateSchemaClauseTypeDef typeDefinition)
Sets the type definition.
|
Constructor and Description |
---|
CreateSchemaClause(String schemaName,
Set<String> types,
CreateSchemaClauseTypeDef typeDefinition)
Ctor.
|
CreateSchemaClause(String schemaName,
Set<String> types,
List<SchemaColumnDesc> columns,
Set<String> inherits,
CreateSchemaClauseTypeDef typeDefinition)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaClauseTypeDef |
CreateSchemaDesc.AssignedType.mapToSoda() |
Modifier and Type | Method and Description |
---|---|
static CreateSchemaDesc.AssignedType |
CreateSchemaDesc.AssignedType.mapFrom(CreateSchemaClauseTypeDef typeDefinition) |
Copyright © 2005–2019. All rights reserved.