Click or drag to resize

CreateSchemaClause Class

Represents a create-schema syntax for creating a new event type.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateSchemaClause

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

The CreateSchemaClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumns
Returns the column definition.
Public propertyCopyFrom
Returns the optional set of event type names that properties are copied from.
Public propertyEndTimestampPropertyName
Returns the property name of the property providing the end timestamp value.
Public propertyInherits
Returns the names of event types inherited from, if any
Public propertySchemaName
Returns the type name, aka. schema name.
Public propertyStartTimestampPropertyName
Returns the property name of the property providing the start timestamp value.
Public propertyTreeObjectName
Gets or sets the id of expression assigned by tools.
Public propertyTypeDefinition
Gets or sets the type definition.
Public propertyTypes
Returns model-after types, i.e. (fully-qualified) class name or event type Name(s), multiple for variant types.
Top
Methods
  NameDescription
Public methodToEPL
RenderAny as EPL.
Top
See Also