OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:queryAllVariations
(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
37
queryAllVariations
;
60
if (this.
queryAllVariations
!= null)
61
this.
queryAllVariations
.close();
83
ResultSet
queryAllVariations
(String configPattern) throws SQLException {
86
if (this.
queryAllVariations
== null) {
87
this.
queryAllVariations
= this.fConnection.prepareStatement("select KEYVALPAIRS from VARIATION where KEYVALPAIRS like ? order by KEYVALPAIRS"); //$NON-NLS-1$
89
this.
queryAllVariations
.setString(1, "%"+configPattern+"%"); //$NON-NLS-1$ //$NON-NLS-2$
90
ResultSet resultSet = this.
queryAllVariations
.executeQuery();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 29 milliseconds