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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java382 PreparedStatement ps = conn.getStatement(IS_DIR_IN_CACHE);
383 ps.setString(1, toUnixPath(repository.getDirectoryName()));
384 ps.setString(2, getSourceRootRelativePath(file));
385 ResultSet rs = ps.executeQuery();
550 final PreparedStatement ps;
556 ps = conn.getStatement(GET_DIR_HISTORY);
557 ps.setString(2, filePath);
560 ps = conn.getStatement(GET_FILE_HISTORY);
561 ps.setString(2, getParentPath(filePath));
562 ps
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 10 milliseconds