Class SVNWCDbDeleteNodesRecursive


  • public class SVNWCDbDeleteNodesRecursive
    extends SVNSqlJetDeleteStatement
    DELETE FROM nodes WHERE wc_id = ?1 AND (?2 = '' OR local_relpath = ?2 OR (local_relpath > ?2 || '/' AND local_relpath < ?2 || '0')) AND op_depth >= ?3
    Version:
    1.4
    Author:
    TMate Software Ltd.