Interface DBConnection
- All Superinterfaces:
- Connection,- com.deiser.jira.profields.impl.connection.wrapper.Connection,- com.deiser.jira.profields.validation.validate.connection.TargetConnection,- com.deiser.jira.profields.validation.TargetValidate,- com.deiser.jira.profields.impl.Wrapper
public interface DBConnection
extends Connection, com.deiser.jira.profields.impl.connection.wrapper.Connection
Database connection
- 
Method SummaryModifier and TypeMethodDescriptionGet the connection string for database connectionGet the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)voidSet the database url.voidsetDatabaseType(DatabaseType type) Set the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)Methods inherited from interface com.deiser.jira.profields.impl.connection.wrapper.ConnectiongetDescription, getEntity, getId, getModel, getName, getType, isUsed, setDescription, setName
- 
Method Details- 
getConnectionStringString getConnectionString()Get the connection string for database connection- Returns:
- the database url
 
- 
setConnectionStringSet the database url.- Parameters:
- url- the database url
 
- 
getDatabaseTypeDatabaseType getDatabaseType()Get the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)- Returns:
- the database type
 
- 
setDatabaseTypeSet the type of the database (MySql, Sql Server, Postgres, Oracle, Hsql)- Parameters:
- type- the database type
 
 
-