Interface DeletionSQLAdapter
- All Known Subinterfaces:
DeploymentResultDeletionAdapter,DeploymentVersionDeletionAdapter,EnvironmentDeletionAdapter
public interface DeletionSQLAdapter
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringTypical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
-
Method Details
-
getInClause
Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
-