Packages

object URLParser extends AbstractURIParser

The PostgreSQL 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. All

Value Members

  1. val DEFAULT: Configuration

    The default configuration for PostgreSQL.

    The default configuration for PostgreSQL.

    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( ... )

Deprecated Value Members

  1. val DEFAULT_PORT: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.postgresql.util.URLParser.DEFAULT.port

  2. val PGDBNAME: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.DBNAME

  3. val PGHOST: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.HOST

  4. val PGPASSWORD: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PASSWORD

  5. val PGPORT: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PORT

  6. val PGUSERNAME: String
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.USERNAME