Package com.wakaleo.schemaspy.util
Class JDBCHelper
- java.lang.Object
-
- com.wakaleo.schemaspy.util.JDBCHelper
-
public final class JDBCHelper extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
extractDatabaseType(String jdbcUrl)
Find the matching SchemaSpy database type from a JDBC URL.
-