Searched refs:reposId (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java651 Integer reposId = null;
661 if (reposId == null) {
662 reposId = getRepositoryId(conn, repository);
667 authors = getAuthors(conn, history, reposId);
674 getFilesAndDirectories(conn, history, reposId, dirs, fls);
701 addChangeset.setInt(1, reposId);
933 * @param reposId the id of the repository
938 History history, int reposId) throws SQLException
942 ps.setInt(1, reposId);
953 insert.setInt(1, reposId);
937 getAuthors(ConnectionResource conn, History history, int reposId) argument
993 getFilesAndDirectories(ConnectionResource conn, History history, int reposId, Map<String, Integer> dirMap, Map<String, Integer> fileMap) argument
1047 populateFileOrDirMap(PreparedStatement ps, int reposId, Map<String, Integer> map) argument
1078 addAllDirs(PreparedStatement ps, int reposId, String fullPath, Map<String, Integer> map) argument
[all...]

Completed in 25 milliseconds