URLParser

com.github.mauricio.async.db.mysql.util.URLParser$
object URLParser extends AbstractURIParser

The MySQL URL parser.

Attributes

Graph
Supertypes
class AbstractURIParser
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def parse(url: String, charset: Charset): Configuration

Parses the provided url and returns a Configuration based upon it. On an error, a default configuration is returned.

Parses the provided url and returns a Configuration based upon it. On an error, a default configuration is returned.

Attributes

charset

the charset to use.

url

the URL to parse.

Returns:

a Configuration.

Inherited from:
AbstractURIParser
def parseOrDie(url: String, charset: Charset): Configuration

Parses the provided url and returns a Configuration based upon it. On an error,

Parses the provided url and returns a Configuration based upon it. On an error,

Attributes

charset

the charset to use.

url

the URL to parse.

Returns:

a Configuration.

Inherited from:
AbstractURIParser

Concrete fields

override val DEFAULT: Configuration

The default configuration for MySQL.

The default configuration for MySQL.

Attributes