Interface DeletionSQLAdapter

All Known Subinterfaces:
DeploymentResultDeletionAdapter, DeploymentVersionDeletionAdapter, EnvironmentDeletionAdapter

public interface DeletionSQLAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
  • Method Details

    • getInClause

      @NotNull @NotNull String getInClause()
      Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())