Home
last modified time | relevance | path

Searched refs:DB_LOCATION (Results 1 – 1 of 1) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DDB_Results.java64 private static String DB_LOCATION; field in DB_Results
96 if (DB_LOCATION == null) initDbContants(); in getDbLocation()
97 return DB_LOCATION; in getDbLocation()
107 DB_LOCATION = dbLocation; in setDbLocation()
169 if (DB_CONNECTION != connected || DB_LOCATION == null || DB_NAME == null || in updateDbConstants()
170 …((databaseLocation == null && !DB_LOCATION.equals(IPerformancesConstants.NETWORK_DATABASE_LOCATION… in updateDbConstants()
171 !DB_LOCATION.equals(databaseLocation)) || in updateDbConstants()
175DB_LOCATION = databaseLocation == null ? IPerformancesConstants.NETWORK_DATABASE_LOCATION : databa… in updateDbConstants()
194 if (DB_LOCATION.startsWith("net:")) { in getDbTitle()
701 if (DB_LOCATION == null) {
[all …]