Click or drag to resize

SQLOutputRowConversionGetOutputRowType Method

Return the PONO class that represents a row of the SQL query result.

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
Type GetOutputRowType(
	SQLOutputRowTypeContext context
)

Parameters

context
Type: com.espertech.esper.common.client.hook.typeSQLOutputRowTypeContext
receives the context information such as database name, query fired and types returned by query

Return Value

Type: Type
class that represents a result row
See Also