Uses of Enum Class
de.espirit.or.CaseMode
Packages that use CaseMode
-
Uses of CaseMode in de.espirit.or
Methods in de.espirit.or that return CaseModeModifier and TypeMethodDescription@NotNull CaseModeLayer.getCaseMode()Provides the mode for letter case handling.@NotNull CaseModeLayer.getCaseModeForDbName()Case mode for database name.static CaseModeReturns 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
Methods in de.espirit.or.schema that return CaseModeModifier and TypeMethodDescription@NotNull CaseModeSchema.getCaseMode()Get the case mode of the underlying database: lower, upper, or mixed case.