Uses of Enum Class
de.espirit.or.CaseMode
-
Uses of CaseMode in de.espirit.or
Modifier and TypeMethodDescription@NotNull CaseMode
Layer.getCaseMode()
Provides the mode for letter case handling.@NotNull CaseMode
Layer.getCaseModeForDbName()
Case mode for database name.static CaseMode
Returns the enum constant of this class with the specified name.static CaseMode[]
CaseMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CaseMode in de.espirit.or.schema
Modifier and TypeMethodDescription@NotNull CaseMode
Schema.getCaseMode()
Get the case mode of the underlying database: lower, upper, or mixed case.