Package com.wakaleo.schemaspy.util
Class JDBCHelper
java.lang.Object
com.wakaleo.schemaspy.util.JDBCHelper
A utilities class for the SchemaSpy plugin. Tries to guess the right
SchemaSpy database type configuration value using a JDBC URL.
- Author:
- john
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
extractDatabaseType
(String jdbcUrl) Find the matching SchemaSpy database type from a JDBC URL.
-
Method Details
-
extractDatabaseType
Find the matching SchemaSpy database type from a JDBC URL. If none match,null
is returned.- Parameters:
jdbcUrl
- a valid JDBC url for the target database- Returns:
- the type of the database for this JDBC URL
-