public interface DBConnection extends Connection, com.deiser.jira.profields.impl.connection.wrapper.Connection
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Get the connection string for database connection
|
DatabaseType |
getDatabaseType()
Get the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)
|
void |
setConnectionString(String url)
Set the database url.
|
void |
setDatabaseType(DatabaseType type)
Set the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)
|
String getConnectionString()
void setConnectionString(String url)
url
- the database urlDatabaseType getDatabaseType()
void setDatabaseType(DatabaseType type)
type
- the database typeCopyright © 2022 DEISER. All Rights Reserved.