Click or drag to resize

EPStatementObjectModelToEPL Method (EPStatementFormatter, TextWriter)

Renders the object model in it's EPL syntax textual representation, using a whitespace-formatter as provided.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void ToEPL(
	EPStatementFormatter formatter,
	TextWriter writer
)

Parameters

formatter
Type: com.espertech.esper.common.client.sodaEPStatementFormatter
the formatter to use
writer
Type: System.IOTextWriter
writer to use
See Also