Interface DeletionSQLAdapter
-
- All Known Subinterfaces:
DeploymentResultDeletionAdapter
,DeploymentVersionDeletionAdapter
,EnvironmentDeletionAdapter
public interface DeletionSQLAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getInClause()
Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
-
-
-
Method Detail
-
getInClause
@NotNull @NotNull String getInClause()
Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
-
-