Searched refs:tableExists (Results 1 - 1 of 1) sorted by relevance
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | JDBCHistoryCache.java | 194 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, "TAGS")) { 223 if (!tableExists(dmd, SCHEMA, "CHANGESETS")) { 231 if (!tableExists(dmd, SCHEMA, "DIRCHANGES")) { 235 if (!tableExists(dmd, SCHEMA, "FILECHANGES")) { 288 private static boolean tableExists( method in class:JDBCHistoryCache
|
Completed in 2002 milliseconds