Searched refs:tableExists (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | JDBCHistoryCache.java | 236 if (!tableExists(dmd, SCHEMA, "REPOSITORIES")) { 240 if (!tableExists(dmd, SCHEMA, "DIRECTORIES")) { 253 if (!tableExists(dmd, SCHEMA, "FILES")) { 257 if (!tableExists(dmd, SCHEMA, "AUTHORS")) { 261 if (!tableExists(dmd, SCHEMA, "CHANGESETS")) { 269 if (!tableExists(dmd, SCHEMA, "DIRCHANGES")) { 273 if (!tableExists(dmd, SCHEMA, "FILECHANGES")) { 277 if (!tableExists(dmd, SCHEMA, "FILEMOVES")) { 322 private static boolean tableExists( method in class:JDBCHistoryCache
|
Completed in 16 milliseconds