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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java63 private static final String SCHEMA = "OPENGROK"; field in class:JDBCHistoryCache
194 if (!tableExists(dmd, SCHEMA, "REPOSITORIES")) {
198 if (!tableExists(dmd, SCHEMA, "DIRECTORIES")) {
205 if (!columnExists(dmd, SCHEMA, "DIRECTORIES", "PARENT")) {
211 if (!tableExists(dmd, SCHEMA, "FILES")) {
215 if (!tableExists(dmd, SCHEMA, "AUTHORS")) {
219 if (!tableExists(dmd, SCHEMA, "CHANGESETS")) {
227 if (!columnExists(dmd, SCHEMA, "CHANGESETS", "OLD_REV")) {
231 if (!tableExists(dmd, SCHEMA, "DIRCHANGES")) {
235 if (!tableExists(dmd, SCHEMA, "FILECHANGE
[all...]

Completed in 594 milliseconds