We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9eea44 commit bca2be3Copy full SHA for bca2be3
1 file changed
src/main/java/io/github/intisy/utils/custom/SQL.java
@@ -53,6 +53,10 @@ public SQL(String url, String username, String password, SimpleLogger logger) {
53
this.connection = initializeConnection();
54
}
55
56
+ public DatabaseType getDatabaseType() {
57
+ return databaseType;
58
+ }
59
+
60
public void setLogger(SimpleLogger logger) {
61
this.logger = logger;
62
0 commit comments