Class ConnectionOptions.ConnectionProperty

  • Enclosing class:
    ConnectionOptions

    public static class ConnectionOptions.ConnectionProperty
    extends Object
    Supported connection properties that can be included in the connection URI.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getName

        public String getName()
        Returns:
        the name of this connection property.
      • getDescription

        public String getDescription()
        Returns:
        the description of this connection property.
      • getDefaultValue

        public String getDefaultValue()
        Returns:
        the default value of this connection property.
      • getValidValues

        public String[] getValidValues()
        Returns:
        the valid values for this connection property. null indicates no restriction.