|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.resultsummary.ResultIdResultDeletionSQLAdapter
public class ResultIdResultDeletionSQLAdapter
Constructor Summary | |
---|---|
ResultIdResultDeletionSQLAdapter(java.lang.Long resultId)
|
Method Summary | |
---|---|
java.lang.String |
getObjectId()
Returns the string value of the object we're querying for. |
java.lang.String |
getResultSummaryDeleteWhenCondition()
Condition used in a WHEN clause in BUILDRESULTSUMMARY eg. |
java.lang.String |
getResultSummaryInCondition()
Inner condition used in a WHEN BUILDRESULTSUMMARY_ID IN e.g. |
void |
setObjectInStatement(java.sql.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(java.lang.Long resultId)
Method Detail |
---|
public java.lang.String getResultSummaryDeleteWhenCondition()
DeletionSQLAdapter
getResultSummaryDeleteWhenCondition
in interface DeletionSQLAdapter
public java.lang.String getResultSummaryInCondition()
DeletionSQLAdapter
getResultSummaryInCondition
in interface DeletionSQLAdapter
public java.lang.String getObjectId()
DeletionSQLAdapter
getObjectId
in interface DeletionSQLAdapter
public void setObjectInStatement(java.sql.PreparedStatement statement, int index) throws java.sql.SQLException
DeletionSQLAdapter
setObjectInStatement
in interface DeletionSQLAdapter
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |