Click or drag to resize

SQLOutputRowTypeContext Class

For use with , context of row conversion.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.typeSQLOutputRowTypeContext

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

The SQLOutputRowTypeContext type exposes the following members.

Constructors
  NameDescription
Public methodSQLOutputRowTypeContext
Initializes a new instance of the SQLOutputRowTypeContext class
Top
Properties
  NameDescription
Public propertyDb
Returns the database name.
Public propertyFields
Returns the column names and types.
Public propertySql
Returns the sql.
Top
See Also