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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java371 try (Statement stmt = conn.createStatement()) {
372 initDB(stmt);
1228 * @param stmt a statement that has just inserted a row
1232 private Integer getGeneratedIntKey(Statement stmt) throws SQLException { argument
1233 try (ResultSet keys = stmt.getGeneratedKeys()) {

Completed in 12 milliseconds