Interface DBConnectionBuilder
- All Superinterfaces:
- ConnectionBuilder
Database connection builder
- 
Method SummaryModifier and TypeMethodDescriptionGet the connection stringGet the database type.Set the url of connection string for database connectionsetDatabaseType(DatabaseType type) Set the database type.Methods inherited from interface com.deiser.jira.profields.api.connection.ConnectionBuildergetDescription, getName, getType, setDescription, setName
- 
Method Details- 
setConnectionStringSet the url of connection string for database connection- Parameters:
- url- the database url
- Returns:
- the DBConnectionBuilder itself
 
- 
getConnectionStringString getConnectionString()Get the connection string- Returns:
- the database url
 
- 
setDatabaseTypeSet the database type.- Parameters:
- type- the type of the database
- Returns:
- the DBConnectionBuilder itself
 
- 
getDatabaseTypeDatabaseType getDatabaseType()Get the database type.- Returns:
- the database type
 
 
-