Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbDeleteLockOrphanRecursive
-
Packages that use SVNWCDbDeleteLockOrphanRecursive Package Description org.tmatesoft.svn.core.internal.wc17.db.statement -
-
Uses of SVNWCDbDeleteLockOrphanRecursive in org.tmatesoft.svn.core.internal.wc17.db.statement
Subclasses of SVNWCDbDeleteLockOrphanRecursive in org.tmatesoft.svn.core.internal.wc17.db.statement Modifier and Type Class Description class
SVNWCDbDeleteWCLockOrphan
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)
-