Class DebugQuery
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.queries.GenericQuery<String>
-
- jetbrains.buildServer.serverSide.db.queries.DebugQuery
-
public class DebugQuery extends GenericQuery<String>
Created by IntelliJ IDEA. User: lesya Date: May 10, 2007 Time: 4:53:52 PM To change this template use File | Settings | File Templates.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.serverSide.db.queries.GenericQuery
GenericQuery.CheckExists, GenericQuery.CollectionBatchParamsIterator<I>, GenericQuery.CollectStrings, GenericQuery.ResultSetProcessor<T>, GenericQuery.ReturnListOfLongs, GenericQuery.ReturnSetOfInteger, GenericQuery.ReturnSetOfLongs, GenericQuery.ReturnSetOfStrings, GenericQuery.ReturnSingle<T>, GenericQuery.ReturnSingleBoolean, GenericQuery.ReturnSingleInteger, GenericQuery.ReturnSingleLong, GenericQuery.ReturnSingleString, GenericQuery.ReturnSmallSetOfInteger
-
-
Constructor Summary
Constructors Constructor Description DebugQuery(String sql)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
executeToString(DBFunctions dbf)
String
executeToString(SQLRunnerEx runner)
String
executeToString(SQLRunnerEx runner, Object... params)
-
Methods inherited from class jetbrains.buildServer.serverSide.db.queries.GenericQuery
execute, execute, execute, execute, executeBatch, executeBatch, executeUpdate, executeUpdate, getOriginalSqlStatement, getResultSetProcessor, setOptions, toString
-
-
-
-
Constructor Detail
-
DebugQuery
public DebugQuery(String sql)
-
-
Method Detail
-
executeToString
public String executeToString(SQLRunnerEx runner)
-
executeToString
public String executeToString(SQLRunnerEx runner, Object... params)
-
executeToString
public String executeToString(DBFunctions dbf) throws DBException
- Throws:
DBException
-
-