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

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java246 public String getQuery() { method in class:SearchEngine
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java182 private static String getQuery(String key) { method in class:JDBCHistoryCache
195 s.execute(getQuery("createTableRepositories"));
199 s.execute(getQuery("createTableDirectories"));
206 s.execute(getQuery("alterTableDirectoriesParent"));
207 s.execute(getQuery("alterTableDirectoriesParentPathConstraint"));
212 s.execute(getQuery("createTableFiles"));
216 s.execute(getQuery("createTableAuthors"));
220 s.execute(getQuery("createTableChangesets"));
224 s.execute(getQuery("createIndexChangesetsRepoIdDesc"));
228 s.execute(getQuery("alterTableChangesetsOldRe
[all...]

Completed in 10 milliseconds