Click or drag to resize

CreateIndexColumn Class

Create an index on a named window.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateIndexColumn

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class CreateIndexColumn

The CreateIndexColumn type exposes the following members.

Constructors
  NameDescription
Public methodCreateIndexColumn(String)
Initializes a new instance of the CreateIndexColumn class.
Public methodCreateIndexColumn(String, CreateIndexColumnType)
Initializes a new instance of the CreateIndexColumn class.
Public methodCreateIndexColumn(IListT, Void, Expression)
Initializes a new instance of the CreateIndexColumn class
Top
Properties
  NameDescription
Public propertyColumns
Returns index column expressions
Public propertyIndexType
Gets or sets the type of the index.
Public propertyParameters
Gets or sets the parameters.
Top
Methods
  NameDescription
Public methodToEPL
Renders the clause in textual representation.
Top
See Also