create Properties
fun createProperties(dbServerName: String, dbName: String, user: String = "", pWord: String = "", portNumber: Int = 5432): Properties
Return
the Properties instance
Parameters
db Server Name
the database server name, must not be null
db Name
the database name, must not be null
user
the user, must not be null
p Word
the password, must not be null