Searched defs:jdbcConnectionURL (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java134 private final String jdbcConnectionURL; field in class:JDBCHistoryCache
177 this.jdbcConnectionURL = url;
295 infoBuilder.append("URL: ").append(jdbcConnectionURL).append("\n");
366 = new ConnectionManager(jdbcDriverClass, jdbcConnectionURL);

Completed in 9 milliseconds