org.eclipse.test.internal.performance.db
Class SQL

java.lang.Object
  extended by org.eclipse.test.internal.performance.db.SQL
Direct Known Subclasses:
SQL_Results

public class SQL
extends java.lang.Object


Method Summary
 java.sql.ResultSet getComment(int comment_id)
           
 java.sql.ResultSet queryFailure(Variations variations, java.lang.String scenarioPattern)
           
 void setScenarioShortName(int scenario_id, java.lang.String shortName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setScenarioShortName

public void setScenarioShortName(int scenario_id,
                                 java.lang.String shortName)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

queryFailure

public java.sql.ResultSet queryFailure(Variations variations,
                                       java.lang.String scenarioPattern)
                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getComment

public java.sql.ResultSet getComment(int comment_id)
                              throws java.sql.SQLException
Throws:
java.sql.SQLException