Searched defs:reposId (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | JDBCHistoryCache.java | 745 Integer reposId = null; 767 if (reposId == null) { 768 reposId = getRepositoryId(conn, repository); 773 authors = getAuthors(conn, history, reposId); 780 getFilesAndDirectories(conn, history, reposId, dirs, fls); 809 addChangeset.setInt(1, reposId); 1077 * @param reposId the id of the repository 1081 ConnectionResource conn, History history, int reposId) 1085 ps.setInt(1, reposId); 1093 insert.setInt(1, reposId); 1080 getAuthors( ConnectionResource conn, History history, int reposId) argument 1120 getFilesAndDirectories( ConnectionResource conn, History history, int reposId, Map<String, Integer> dirMap, Map<String, Integer> fileMap) argument 1173 populateFileOrDirMap( PreparedStatement ps, int reposId, Map<String, Integer> map) argument 1198 addAllDirs( PreparedStatement ps, int reposId, String fullPath, Map<String, Integer> map) argument [all...] |
Completed in 11 milliseconds