Vertica JDBC connection string

Here is the format of a JDBC connection string that can be used in Vertica database Base Syntax format:

"jdbc:vertica://VerticaHost:portNumber/databaseName","username", "password");
 Example: 
"jdbc:vertica://node_vert1:5430/VMart01","dbadmin", "password");