HomeSort by relevance Sort by last modified time
    Searched defs:queryScenarioDataPoints (Results 1 - 2 of 2) 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 33 queryScenarioDataPoints,
56 if (this.queryScenarioDataPoints != null)
57 this.queryScenarioDataPoints.close();
217 ResultSet queryScenarioDataPoints(String config, int scenarioID) throws SQLException {
220 if (this.queryScenarioDataPoints== null) {
226 this.queryScenarioDataPoints = this.fConnection.prepareStatement(statement);
228 this.queryScenarioDataPoints.setString(1, "%"+config+"%"); //$NON-NLS-1$ //$NON-NLS-2$
229 this.queryScenarioDataPoints.setInt(2, scenarioID);
230 ResultSet resultSet = this.queryScenarioDataPoints.executeQuery();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 83 milliseconds