com.atlassian.bamboo.persistence3
Interface DeletionSQLAdapter

All Known Subinterfaces:
DeploymentResultDeletionAdapter, DeploymentVersionDeletionAdapter, EnvironmentDeletionAdapter

public interface DeletionSQLAdapter


Method Summary
 java.lang.String getInClause()
          Typical use: delete from SLAVE_TABLE where FOREIGN_KEY_TO_MASTER in (deletionAdapter.getInClause())
 

Method Detail

getInClause

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



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.