object URLParser extends AbstractURIParser
The PostgreSQL URL parser.
- Alphabetic
- By Inheritance
- URLParser
- AbstractURIParser
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
DEFAULT: Configuration
The default configuration for PostgreSQL.
The default configuration for PostgreSQL.
- Definition Classes
- URLParser → AbstractURIParser
-
val
SCHEME: Regex
- Attributes
- protected
- Definition Classes
- URLParser → AbstractURIParser
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assembleConfiguration(properties: Map[String, String], charset: Charset): Configuration
Assembles a configuration out of the provided property map.
Assembles a configuration out of the provided property map. This is the generic form, subclasses may override to handle additional properties.
- properties
the extracted properties from the URL.
- charset
the charset passed in to parse or parseOrDie.
- Attributes
- protected
- Definition Classes
- URLParser → AbstractURIParser
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handleJDBC(uri: URI): Map[String, String]
- Attributes
- protected
- Definition Classes
- URLParser → AbstractURIParser
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
logger: Logger
- Attributes
- protected
- Definition Classes
- AbstractURIParser
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parse(uri: URI): Map[String, String]
- Attributes
- protected
- Definition Classes
- AbstractURIParser
-
def
parse(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
-
def
parseOrDie(url: String, charset: Charset): Configuration
- Definition Classes
- AbstractURIParser
- Annotations
- @throws( ... )
-
final
def
parseUserInfo(userInfo: Option[String]): (Option[String], Option[String])
- Attributes
- protected
- Definition Classes
- AbstractURIParser
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
unwrapIpv6address(server: String): String
- Attributes
- protected
- Definition Classes
- AbstractURIParser
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- 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