Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
CreateSchemaClause |
EPStatementObjectModel.getCreateSchema()
Returns the create-schema clause.
|
Modifier and Type | Method and Description |
---|---|
List<CreateSchemaClause> |
CreateDataFlowClause.getSchemas()
Returns schemas.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setCreateSchema(CreateSchemaClause createSchema)
Sets the create-schema clause.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateDataFlowClause.setSchemas(List<CreateSchemaClause> schemas)
Sets schemas.
|
Constructor and Description |
---|
CreateDataFlowClause(String dataFlowName,
List<CreateSchemaClause> schemas,
List<DataFlowOperator> operators)
Ctor.
|