public abstract class AbstractURLParser extends Object implements ConnectionURLParser
| Constructor and Description |
|---|
AbstractURLParser() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
fetchDatabaseHostsFromURL(String url)
Fetch database host(s) from connection url.
|
protected abstract URLLocation |
fetchDatabaseHostsIndexRange(String url)
Fetch the index range that database host and port from connection url.
|
protected String |
fetchDatabaseNameFromURL(String url)
Fetch database name from connection url.
|
protected String |
fetchDatabaseNameFromURL(String url,
int[] indexRange)
Fetch database name from connection url.
|
protected abstract URLLocation |
fetchDatabaseNameIndexRange(String url)
Fetch the index range that database name from connection url.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseprotected abstract URLLocation fetchDatabaseHostsIndexRange(String url)
protected abstract URLLocation fetchDatabaseNameIndexRange(String url)
protected String fetchDatabaseHostsFromURL(String url)
protected String fetchDatabaseNameFromURL(String url)
Copyright © 2017-2020–2020. All rights reserved.