createProperties

fun createProperties(dbServerName: String, dbName: String, user: String = "", pWord: String = "", portNumber: Int = 5432): Properties

Return

the Properties instance

Parameters

dbServerName

the database server name, must not be null

dbName

the database name, must not be null

user

the user, must not be null

pWord

the password, must not be null