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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java236 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 11 milliseconds