public interface DBConnectionBuilder extends ConnectionBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Get the connection string
|
DatabaseType |
getDatabaseType()
Get the database type.
|
DBConnectionBuilder |
setConnectionString(String url)
Set the url of connection string for database connection
|
DBConnectionBuilder |
setDatabaseType(DatabaseType type)
Set the database type.
|
getDescription, getName, getType, setDescription, setName
DBConnectionBuilder setConnectionString(String url)
url
- the database urlString getConnectionString()
DBConnectionBuilder setDatabaseType(DatabaseType type)
type
- the type of the databaseDatabaseType getDatabaseType()
Copyright © 2022 DEISER. All Rights Reserved.