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

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

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

Methods in com.espertech.esper.client.soda that return SelectClause
 SelectClause SelectClause.add(Expression expression)
          Adds an expression to the select clause.
 SelectClause SelectClause.add(Expression expression, java.lang.String asName)
          Adds an expression to the select clause and an "as"-asName for the column.
 SelectClause SelectClause.add(java.lang.String... propertyNames)
          Adds property names to be selected.
 SelectClause SelectClause.addStreamWildcard(java.lang.String streamName)
          Adds to the select-clause a stream wildcard selector (e.g.
 SelectClause SelectClause.addStreamWildcard(java.lang.String streamName, java.lang.String columnName)
          Adds to the select-clause a stream wildcard selector with column name (e.g.
 SelectClause SelectClause.addWildcard()
          Adds to the select-clause a wildcard selector (e.g.
 SelectClause SelectClause.addWithAsProvidedName(java.lang.String propertyName, java.lang.String asName)
          Adds a single property name and an "as"-asName for the column.
static SelectClause SelectClause.create()
          Creates an empty select-clause to be added to via add methods.
static SelectClause SelectClause.create(StreamSelector streamSelector)
          Creates an empty select-clause.
static SelectClause SelectClause.create(StreamSelector streamSelector, java.lang.String... propertyNames)
          Creates a select-clause consisting of a list of property names.
static SelectClause SelectClause.create(java.lang.String... propertyNames)
          Creates a select-clause consisting of a list of property names.
static SelectClause SelectClause.createStreamWildcard(java.lang.String streamName)
          Creates a select-clause with a single stream wildcard selector (e.g.
static SelectClause SelectClause.createWildcard()
          Creates a wildcard select-clause, additional expressions can still be added.
static SelectClause SelectClause.createWildcard(StreamSelector streamSelector)
          Creates a wildcard select-clause, additional expressions can still be added.
 SelectClause SelectClause.distinct()
          Sets distinct to true.
 SelectClause SelectClause.distinct(boolean distinct)
          Sets distinct
 SelectClause OnInsertSplitStreamItem.getSelectClause()
          Returns the select-clause.
 SelectClause EPStatementObjectModel.getSelectClause()
          Return the select-clause.
 SelectClause ContainedEventSelect.getSelectClause()
          Returns the select clause.
 SelectClause SelectClause.streamSelector(StreamSelector streamSelector)
          Sets the stream selector.
 

Methods in com.espertech.esper.client.soda with parameters of type SelectClause
static OnInsertSplitStreamItem OnInsertSplitStreamItem.create(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Factory method for split-stream items.
 EPStatementObjectModel EPStatementObjectModel.selectClause(SelectClause selectClause)
          Specify a select-clause.
 void OnInsertSplitStreamItem.setSelectClause(SelectClause selectClause)
          Sets the select-clause.
 void EPStatementObjectModel.setSelectClause(SelectClause selectClause)
          Specify a select-clause.
 void ContainedEventSelect.setSelectClause(SelectClause selectClause)
          Sets the select clause.
 

Constructors in com.espertech.esper.client.soda with parameters of type SelectClause
OnInsertSplitStreamItem(InsertIntoClause insertInto, SelectClause selectClause, Expression whereClause)
          Ctor.
 


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