Uses of Enum Class
cdc.rdb.RdbIdentifierNormalizer.Style
-
Uses of RdbIdentifierNormalizer.Style in cdc.rdb
Methods in cdc.rdb that return RdbIdentifierNormalizer.StyleModifier and TypeMethodDescriptionRdbIdentifierNormalizer.getNormalStyle()RdbIdentifierNormalizer.getQuotedStyle()Returns the enum constant of this class with the specified name.static RdbIdentifierNormalizer.Style[]RdbIdentifierNormalizer.Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cdc.rdb with parameters of type RdbIdentifierNormalizer.StyleModifierConstructorDescriptionRdbIdentifierNormalizer(RdbIdentifierNormalizer.Style normalStyle, RdbIdentifierNormalizer.Style quotedStyle, char quote)