Uses of Class
com.espertech.esper.common.client.soda.SchemaColumnDesc
Packages that use SchemaColumnDesc
Package
Description
This package defines the Esper statement object model.
-
Uses of SchemaColumnDesc in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return types with arguments of type SchemaColumnDescModifier 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.Methods in com.espertech.esper.common.client.soda with parameters of type SchemaColumnDescModifier and TypeMethodDescriptionvoid
CreateWindowClause.addColumn
(SchemaColumnDesc col) Adds a column for use when create-table syntax is used to define the named window type.Method parameters in com.espertech.esper.common.client.soda with type arguments of type SchemaColumnDescModifier 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.Constructor parameters in com.espertech.esper.common.client.soda with type arguments of type SchemaColumnDescModifierConstructorDescriptionCreateSchemaClause
(String schemaName, List<SchemaColumnDesc> columns, Set<String> inherits) Ctor.CreateSchemaClause
(String schemaName, Set<String> types, List<SchemaColumnDesc> columns, Set<String> inherits, CreateSchemaClauseTypeDef typeDefinition) Ctor.