OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scenarioid
(Results
1 - 4
of
4
) sorted by null
/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/
SQL_Results.java
168
* @param
scenarioID
The id of the scenario
174
ResultSet queryScenarioTimestampDataPoints(String config, int
scenarioID
, String lastBuildName, long lastBuildTime) throws SQLException {
175
if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+
scenarioID
+", build name="+lastBuildName); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
185
this.queryScenarioTimestampDataPoints.setInt(1,
scenarioID
);
192
ResultSet queryScenarioBuildDataPoints(String config, int
scenarioID
, String buildName) throws SQLException {
193
if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+
scenarioID
+", build name="+buildName); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
203
this.queryScenarioBuildDataPoints.setInt(2,
scenarioID
);
213
* @param
scenarioID
The id of the scenario
217
ResultSet queryScenarioDataPoints(String config, int
scenarioID
) throws SQLException {
219
if (DB_Results.DEBUG) DB_Results.DEBUG_WRITER.print("[SQL query (config="+config+", scenario ID="+
scenarioID
); //$NON-NLS-1$ //$NON-NLS-2
[
all
...]
DB_Results.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 3273 milliseconds