dbUser property
A database user name that is authorized to log on to the database
DbName
using the password DbPassword
. If the
specified DbUser exists in the database, the new user name has the same
database privileges as the the user named in DbUser. By default, the user is
added to PUBLIC. If the DbGroups
parameter is specifed,
DbUser
is added to the listed groups for any sessions created
using these credentials.
Implementation
final String? dbUser;