Package org.hotrod.torcs
Class QueryExecution
- java.lang.Object
-
- org.hotrod.torcs.QueryExecution
-
public class QueryExecution extends Object
-
-
Constructor Summary
Constructors Constructor Description QueryExecution(DataSourceReference dsr, String sql, Map<Integer,Setter> setters, int responseTime, Throwable exception)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcompactSQL(String sql)DataSourceReferencegetDataSourceReference()ThrowablegetException()intgetResponseTime()Collection<Setter>getSetters()StringgetSQL()
-
-
-
Method Detail
-
getDataSourceReference
public DataSourceReference getDataSourceReference()
-
getSQL
public String getSQL()
-
getSetters
public Collection<Setter> getSetters()
-
getResponseTime
public int getResponseTime()
-
getException
public Throwable getException()
-
-