Packages

object URLParser extends AbstractURIParser

The MySQL URL parser.

Linear Supertypes
AbstractURIParser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. URLParser
  2. AbstractURIParser
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val DEFAULT: Configuration

    The default configuration for MySQL.

    The default configuration for MySQL.

    Definition Classes
    URLParser → AbstractURIParser
  2. def parse(url: String, charset: Charset): Configuration
    Definition Classes
    AbstractURIParser
  3. def parseOrDie(url: String, charset: Charset): Configuration
    Definition Classes
    AbstractURIParser
    Annotations
    @throws("if the URL does not match the expected type, or cannot be parsed for any reason")