![]() | CreateTableColumn Class |
[Missing <summary> documentation for "T:com.espertech.esper.common.client.soda.CreateTableColumn"]
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CreateTableColumn
The CreateTableColumn type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateTableColumn | Initializes a new instance of the CreateTableColumn class. |
![]() | CreateTableColumn(String, Expression, String, IListT, Void) | Initializes a new instance of the CreateTableColumn class |
Name | Description | |
---|---|---|
![]() | Annotations |
Returns optional annotations, or null if there are none.
|
![]() | ColumnName |
The table column name
|
![]() | OptionalExpression |
The aggregation expression, if the type of the column is aggregation,
or null if a type name is provided instead.
|
![]() | OptionalTypeName |
Returns the type name, or null if the column is an aggregation and an
aggregation expression is provided instead.
|
![]() | PrimaryKey |
Returns indicator whether the column is a primary key.
|