@Internal @NotThreadSafe public interface DeletionSQLAdapter
Modifier and Type | Method and Description |
---|---|
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
|
String getObjectId()
String getResultSummaryDeleteWhenCondition()
String getResultSummaryInCondition()
void setObjectInStatement(PreparedStatement statement, int index) throws SQLException
statement
- index
- SQLException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.