Click or drag to resize

CreateTableColumn Class

[Missing <summary> documentation for "T:com.espertech.esper.common.client.soda.CreateTableColumn"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateTableColumn

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

The CreateTableColumn type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAnnotations
Returns optional annotations, or null if there are none.
Public propertyColumnName
The table column name
Public propertyOptionalExpression
The aggregation expression, if the type of the column is aggregation, or null if a type name is provided instead.
Public propertyOptionalTypeName
Returns the type name, or null if the column is an aggregation and an aggregation expression is provided instead.
Public propertyPrimaryKey
Returns indicator whether the column is a primary key.
Top
Methods
  NameDescription
Public methodToEPL
Render create-table column
Top
See Also