Package | Description |
---|---|
com.espertech.esper.common.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 |
---|---|
java.util.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(java.util.List<CreateSchemaClause> schemas)
Sets schemas.
|
Constructor and Description |
---|
CreateDataFlowClause(java.lang.String dataFlowName,
java.util.List<CreateSchemaClause> schemas,
java.util.List<DataFlowOperator> operators)
Ctor.
|