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