![]() | ColumnChangeCaseEnum Class |
Namespace: com.espertech.esper.common.client.configuration.common
public sealed class ColumnChangeCaseEnum : Enum
The ColumnChangeCaseEnum type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | LOWERCASE |
Change case to lowercase on any column names returned by statement metadata.
|
![]() ![]() | NONE |
Leave the column names the way the database driver represents the column.
|
![]() ![]() | UPPERCASE |
Change case to uppercase on any column names returned by statement metadata.
|
![]() | value__ |