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

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

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

Methods in com.espertech.esper.client.soda that return types with arguments of type CreateTableColumn
 java.util.List<CreateTableColumn> CreateTableClause.getColumns()
          Returns the table columns
 

Method parameters in com.espertech.esper.client.soda with type arguments of type CreateTableColumn
 void CreateTableClause.setColumns(java.util.List<CreateTableColumn> columns)
          Sets the table columns
 

Constructor parameters in com.espertech.esper.client.soda with type arguments of type CreateTableColumn
CreateTableClause(java.lang.String tableName, java.util.List<CreateTableColumn> columns)
          Ctor.
 


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