Searched defs:reposId (Results 1 - 1 of 1) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | JDBCHistoryCache.java | 657 Integer reposId = null; 668 if (reposId == null) { 669 reposId = getRepositoryId(conn, repository); 674 authors = getAuthors(conn, history, reposId); 679 tags = getTags(conn, history, reposId); 686 getFilesAndDirectories(conn, history, reposId, dirs, fls); 713 addChangeset.setInt(1, reposId); 952 * @param reposId the id of the repository 956 ConnectionResource conn, History history, int reposId) 960 ps.setInt(1, reposId); 955 getAuthors( ConnectionResource conn, History history, int reposId) argument 987 getTags( ConnectionResource conn, History history, int reposId) argument 1042 getFilesAndDirectories( ConnectionResource conn, History history, int reposId, Map<String, Integer> dirMap, Map<String, Integer> fileMap) argument 1095 populateFileOrDirMap( PreparedStatement ps, int reposId, Map<String, Integer> map) argument 1124 addAllDirs( PreparedStatement ps, int reposId, String fullPath, Map<String, Integer> map) argument [all...] |
Completed in 342 milliseconds