|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Internal @NotThreadSafe public interface DeletionSQLAdapter
Helper interface to abstract away some nastiness of adapting to different input types
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 |
Method Detail |
---|
String getObjectId()
String getResultSummaryDeleteWhenCondition()
String getResultSummaryInCondition()
void setObjectInStatement(PreparedStatement statement, int index) throws SQLException
statement
- index
-
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |