public class MySQLCollector extends AbstractDatabaseCollector
| Constructor and Description |
|---|
MySQLCollector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName(String url)
Extracts the database name from a jdbc connection string.
|
boolean |
isApplicable(String url)
Checks whether this strategy should be applied to a given connection string.
|
getHost, matchAndReturnpublic boolean isApplicable(String url)
DatabaseCollectorurl - jdbc connection stringpublic String getName(String url)
DatabaseCollectorurl - jdbc connection stringCopyright © 2017 SAP SE. All Rights Reserved.