HomeSort by relevance Sort by last modified time
    Searched defs:queryAllComments (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 31 queryAllComments,
52 if (this.queryAllComments != null)
53 this.queryAllComments.close();
70 ResultSet queryAllComments() throws SQLException {
71 if (this.queryAllComments == null)
72 this.queryAllComments = this.fConnection.prepareStatement("select ID, KIND, TEXT from COMMENT"); //$NON-NLS-1$
73 return this.queryAllComments.executeQuery();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 39 milliseconds