| Package | Description |
|---|---|
| org.mariadb.jdbc | |
| org.mariadb.jdbc.internal.common |
| Modifier and Type | Method and Description |
|---|---|
UrlHAMode |
JDBCUrl.getHaMode() |
| Modifier and Type | Method and Description |
|---|---|
static List<HostAddress> |
HostAddress.parse(String spec,
UrlHAMode haMode)
parse - parse server addresses from the URL fragment
|
| Constructor and Description |
|---|
JDBCUrl(String database,
List<HostAddress> addresses,
Options options,
UrlHAMode haMode) |
| Modifier and Type | Method and Description |
|---|---|
static UrlHAMode |
UrlHAMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlHAMode[] |
UrlHAMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Options |
DefaultOptions.addProperty(UrlHAMode haMode,
Properties additionnalProperties,
Options options) |
static Options |
DefaultOptions.addProperty(UrlHAMode haMode,
String name,
String value,
Options options) |
static Options |
DefaultOptions.defaultValues(UrlHAMode haMode) |
static Options |
DefaultOptions.parse(UrlHAMode haMode,
String urlParameters,
Options options) |
static Options |
DefaultOptions.parse(UrlHAMode haMode,
String urlParameters,
Properties properties) |
Copyright © 2015. All rights reserved.