Click or drag to resize

SQLColumnTypeContext Class

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

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

The SQLColumnTypeContext type exposes the following members.

Constructors
  NameDescription
Public methodSQLColumnTypeContext
Ctor.
Top
Properties
  NameDescription
Public propertyColumnClassType
Returns column type.
Public propertyColumnName
Returns column name.
Public propertyColumnNumber
Returns column number starting at 1.
Public propertyColumnSqlType
Returns column sql type.
Public propertyDb
Get database name.
Public propertySql
Returns sql.
Top
See Also