Click or drag to resize

CreateTableClause Class

Represents a create-variable syntax for creating a new variable.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateTableClause

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

The CreateTableClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumns
Returns the table columns
Public propertyTableName
Returns the table name
Top
Methods
  NameDescription
Public methodToEPL
Render create-table clause
Top
See Also