HomeSort by relevance Sort by last modified time
    Searched defs:queryScenarioTimestampDataPoints (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 34 queryScenarioTimestampDataPoints,
174 ResultSet queryScenarioTimestampDataPoints(String config, int scenarioID, String lastBuildName, long lastBuildTime) throws SQLException {
176 if (this.queryScenarioTimestampDataPoints== null) {
183 this.queryScenarioTimestampDataPoints = this.fConnection.prepareStatement(statement);
185 this.queryScenarioTimestampDataPoints.setInt(1, scenarioID);
187 this.queryScenarioTimestampDataPoints.setTimestamp(2, timestamp);
188 ResultSet resultSet = this.queryScenarioTimestampDataPoints.executeQuery();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 45 milliseconds