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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java194 if (!tableExists(dmd, SCHEMA, "REPOSITORIES")) {
198 if (!tableExists(dmd, SCHEMA, "DIRECTORIES")) {
211 if (!tableExists(dmd, SCHEMA, "FILES")) {
215 if (!tableExists(dmd, SCHEMA, "AUTHORS")) {
219 if (!tableExists(dmd, SCHEMA, "CHANGESETS")) {
231 if (!tableExists(dmd, SCHEMA, "DIRCHANGES")) {
235 if (!tableExists(dmd, SCHEMA, "FILECHANGES")) {
287 private static boolean tableExists( method in class:JDBCHistoryCache

Completed in 10 milliseconds