Click or drag to resize

ColumnChangeCaseEnum Class

Controls how output column names get reflected in the event type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.configuration.commonColumnChangeCaseEnum

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ColumnChangeCaseEnum : Enum

The ColumnChangeCaseEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberLOWERCASE
Change case to lowercase on any column names returned by statement metadata.
Public fieldStatic memberNONE
Leave the column names the way the database driver represents the column.
Public fieldStatic memberUPPERCASE
Change case to uppercase on any column names returned by statement metadata.
Public fieldvalue__
Top
See Also