create Client Data Source With Local Host
fun createClientDataSourceWithLocalHost(dbName: String, user: String?, pWord: String?, create: Boolean): DataSource
Return
the created DataSource
Parameters
db Name
the path to the database, must not be null
user
a username, can be null
p Word
a password, can be null
create
a flag to indicate if the database should be created upon first connection