Uses of Class
cdc.rdb.RdbIdentifierNormalizer.Style
-
-
Uses of RdbIdentifierNormalizer.Style in cdc.rdb
Methods in cdc.rdb that return RdbIdentifierNormalizer.Style Modifier and Type Method Description RdbIdentifierNormalizer.StyleRdbIdentifierNormalizer. getNormalStyle()RdbIdentifierNormalizer.StyleRdbIdentifierNormalizer. getQuotedStyle()static RdbIdentifierNormalizer.StyleRdbIdentifierNormalizer.Style. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbIdentifierNormalizer.Style[]RdbIdentifierNormalizer.Style. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cdc.rdb with parameters of type RdbIdentifierNormalizer.Style Constructor Description RdbIdentifierNormalizer(RdbIdentifierNormalizer.Style normalStyle, RdbIdentifierNormalizer.Style quotedStyle, char quote)
-