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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java234 DatabaseMetaData dmd = s.getConnection().getMetaData();
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, SCHEM
322 tableExists( DatabaseMetaData dmd, String schema, String table) argument
331 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument
1035 procedureExists(DatabaseMetaData dmd, String schema, String proc) argument
[all...]

Completed in 10 milliseconds