object URLParser extends AbstractURIParser
The PostgreSQL URL parser.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- URLParser
- AbstractURIParser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
DEFAULT: Configuration
The default configuration for PostgreSQL.
The default configuration for PostgreSQL.
- Definition Classes
- URLParser → AbstractURIParser
-
def
parse(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
-
def
parseOrDie(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
- Annotations
- @throws( ... )
Deprecated Value Members
-
val
DEFAULT_PORT: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.postgresql.util.URLParser.DEFAULT.port
-
val
PGDBNAME: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.DBNAME
-
val
PGHOST: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.HOST
-
val
PGPASSWORD: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PASSWORD
-
val
PGPORT: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.PORT
-
val
PGUSERNAME: String
- Annotations
- @deprecated
- Deprecated
(Since version 0.2.20) Use com.github.mauricio.async.db.AbstractURIParser.USERNAME