Enum JdbcConnectionUrlParser

  • All Implemented Interfaces:
    Serializable, Comparable<JdbcConnectionUrlParser>

    public enum JdbcConnectionUrlParser
    extends Enum<JdbcConnectionUrlParser>
    Structured as an enum instead of a class hierarchy to allow iterating through the parsers automatically without having to maintain a separate list of parsers.

    This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.