Uses of Class
com.espertech.esper.common.client.soda.SchemaColumnDesc
Package
Description
This package defines the Esper statement object model.
-
Uses of SchemaColumnDesc in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionCreateSchemaClause.getColumns()
Returns the column definition.CreateWindowClause.getColumns()
Returns all columns for use when create-table syntax is used to define the named window type.Modifier and TypeMethodDescriptionvoid
CreateWindowClause.addColumn
(SchemaColumnDesc col) Adds a column for use when create-table syntax is used to define the named window type.Modifier and TypeMethodDescriptionvoid
CreateSchemaClause.setColumns
(List<SchemaColumnDesc> columns) Sets the column definition.void
CreateWindowClause.setColumns
(List<SchemaColumnDesc> columns) Sets the columns for use when create-table syntax is used to define the named window type.ModifierConstructorDescriptionCreateSchemaClause
(String schemaName, List<SchemaColumnDesc> columns, Set<String> inherits) Ctor.CreateSchemaClause
(String schemaName, Set<String> types, List<SchemaColumnDesc> columns, Set<String> inherits, CreateSchemaClauseTypeDef typeDefinition) Ctor.