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");
"jdbc:vertica://node_vert1:5430/VMart01","dbadmin", "password");