Class SVNWCDbDeleteWorkingNode


  • public class SVNWCDbDeleteWorkingNode
    extends SVNSqlJetDeleteStatement
    DELETE FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = (SELECT MAX(op_depth) FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > 0);
    Version:
    1.4
    Author:
    TMate Software Ltd.