- All Implemented Interfaces:
DBMSUtils
Utils specific to the MySQL DBMS.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
scheme
@NotNull
public @NotNull String scheme()
- Specified by:
scheme
in interface DBMSUtils
- Returns:
- Connection scheme
-
defaultPort
@NotNull
public @NotNull Integer defaultPort()
- Specified by:
defaultPort
in interface DBMSUtils
- Returns:
- Default connection port
-
name
@NotNull
public @NotNull String name()
- Specified by:
name
in interface DBMSUtils
- Returns:
- Human-readable name for this DBMS
-
iconRes
@Nullable
public @Nullable String iconRes()
- Specified by:
iconRes
in interface DBMSUtils
- Returns:
- Database icon name, relative to
img/db