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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java65 private static final String SCHEMA = "OPENGROK"; field in class:JDBCHistoryCache
236 if (!tableExists(dmd, SCHEMA, "REPOSITORIES")) {
240 if (!tableExists(dmd, SCHEMA, "DIRECTORIES")) {
247 if (!columnExists(dmd, SCHEMA, "DIRECTORIES", "PARENT")) {
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, "FILEMOVE
[all...]

Completed in 22 milliseconds