Click or drag to resize

SQLOutputRowValueContext Class

For use with SQLOutputRowConversion, context of row conversion. Provides row number, column values after reading the row as well as the result set itself for direct access.

Applications should not retain instances of this class as the engine may change and reuse values here.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.typeSQLOutputRowValueContext

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class SQLOutputRowValueContext

The SQLOutputRowValueContext type exposes the following members.

Constructors
  NameDescription
Public methodSQLOutputRowValueContext
Initializes a new instance of the SQLOutputRowValueContext class
Top
Properties
  NameDescription
Public propertyResultSet
Returns the result set.
Public propertyRowNum
Return row number, the number of the current output row.
Public propertyValues
Returns column values.
Top
See Also