Uses of Class
com.espertech.esper.common.client.soda.CreateSchemaClause
Package
Description
This package defines the Esper statement object model.
-
Uses of CreateSchemaClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionEPStatementObjectModel.getCreateSchema()
Returns the create-schema clause.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setCreateSchema
(CreateSchemaClause createSchema) Sets the create-schema clause.Modifier and TypeMethodDescriptionvoid
CreateDataFlowClause.setSchemas
(List<CreateSchemaClause> schemas) Sets schemas.ModifierConstructorDescriptionCreateDataFlowClause
(String dataFlowName, List<CreateSchemaClause> schemas, List<DataFlowOperator> operators) Ctor.