Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbDeleteLockOrphanRecursive
Packages that use SVNWCDbDeleteLockOrphanRecursive
-
Uses of SVNWCDbDeleteLockOrphanRecursive in org.tmatesoft.svn.core.internal.wc17.db.statement
Modifier and TypeClassDescriptionclass
DELETE FROM wc_lock WHERE wc_id = ?1 AND local_dir_relpath = ?2 AND NOT EXISTS (SELECT 1 FROM nodes WHERE nodes.wc_id = ?1 AND nodes.local_relpath = wc_lock.local_dir_relpath)