Click or drag to resize

SQLColumnValueContext Class

For use with SQLColumnTypeConversion, context of column conversion. Contains the columns information as well as the column result value after reading the value and the result set itself for direct access, if required.

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.typeSQLColumnValueContext

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

The SQLColumnValueContext type exposes the following members.

Constructors
  NameDescription
Public methodSQLColumnValueContext
Initializes a new instance of the SQLColumnValueContext class
Top
Properties
  NameDescription
Public propertyColumnName
Returns column name.
Public propertyColumnNumber
Returns column number.
Public propertyColumnValue
Returns column value
Public propertyResultSet
Returns the result set.
Top
See Also