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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java192 DatabaseMetaData dmd = s.getConnection().getMetaData();
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, "TAGS")) {
223 if (!tableExists(dmd, SCHEMA, "CHANGESETS")) {
231 if (!tableExists(dmd, SCHEMA, "DIRCHANGES")) {
235 if (!tableExists(dmd, SCHEM
288 tableExists( DatabaseMetaData dmd, String schema, String table) argument
300 columnExists( DatabaseMetaData dmd, String schema, String table, String column) argument
892 procedureExists(DatabaseMetaData dmd, String schema, String proc) argument
[all...]

Completed in 459 milliseconds