|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.bamboo.resultsummary.ResultIdResultDeletionSQLAdapter
public class ResultIdResultDeletionSQLAdapter
Constructor Summary | |
---|---|
ResultIdResultDeletionSQLAdapter(Long resultId)
|
Method Summary | |
---|---|
String |
getObjectId()
Returns the string value of the object we're querying for. |
String |
getResultSummaryDeleteWhenCondition()
Condition used in a WHEN clause in BUILDRESULTSUMMARY eg. |
String |
getResultSummaryInCondition()
Inner condition used in a WHEN BUILDRESULTSUMMARY_ID IN e.g. |
void |
setObjectInStatement(PreparedStatement statement,
int index)
Sets the current object in the statement given the right index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResultIdResultDeletionSQLAdapter(Long resultId)
Method Detail |
---|
public String getResultSummaryDeleteWhenCondition()
DeletionSQLAdapter
getResultSummaryDeleteWhenCondition
in interface DeletionSQLAdapter
public String getResultSummaryInCondition()
DeletionSQLAdapter
getResultSummaryInCondition
in interface DeletionSQLAdapter
public String getObjectId()
DeletionSQLAdapter
getObjectId
in interface DeletionSQLAdapter
public void setObjectInStatement(PreparedStatement statement, int index) throws SQLException
DeletionSQLAdapter
setObjectInStatement
in interface DeletionSQLAdapter
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |