Uses of Class
com.espertech.esper.client.soda.SchemaColumnDesc

Packages that use SchemaColumnDesc
com.espertech.esper.client.soda This package defines the Esper statement object model. 
 

Uses of SchemaColumnDesc in com.espertech.esper.client.soda
 

Methods in com.espertech.esper.client.soda that return types with arguments of type SchemaColumnDesc
 java.util.List<SchemaColumnDesc> CreateWindowClause.getColumns()
          Returns all columns for use when create-table syntax is used to define the named window type.
 java.util.List<SchemaColumnDesc> CreateSchemaClause.getColumns()
          Returns the column definition.
 

Methods in com.espertech.esper.client.soda with parameters of type SchemaColumnDesc
 void 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.client.soda with type arguments of type SchemaColumnDesc
 void CreateWindowClause.setColumns(java.util.List<SchemaColumnDesc> columns)
          Sets the columns for use when create-table syntax is used to define the named window type.
 void CreateSchemaClause.setColumns(java.util.List<SchemaColumnDesc> columns)
          Sets the column definition.
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type SchemaColumnDesc
CreateSchemaClause(java.lang.String schemaName, java.util.List<SchemaColumnDesc> columns, java.util.Set<java.lang.String> inherits)
          Ctor.
CreateSchemaClause(java.lang.String schemaName, java.util.Set<java.lang.String> types, java.util.List<SchemaColumnDesc> columns, java.util.Set<java.lang.String> inherits, CreateSchemaClauseTypeDef typeDefinition)
          Ctor.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com