skip to main content
Using the JDBC Client : JDBC Connection Properties : User
 

User

Description

The host or data store user name, which may be required depending on the server configuration.
This property can be specified using:
getConnection
JDBC data source
URL
java.util.properties

Valid Values

string
where string is a valid host or data store user name.

Default

None

Data type

String