Class SVNWCDbDeleteBaseRecursive


  • public class SVNWCDbDeleteBaseRecursive
    extends SVNSqlJetDeleteStatement
    DELETE FROM nodes WHERE wc_id = ?1 AND (((local_relpath) > (CASE (?2) WHEN '' THEN '' ELSE (?2) || '/' END)) AND ((local_relpath) < CASE (?2) WHEN '' THEN X'FFFF' ELSE (?2) || '0' END)) AND op_depth = 0