Class SVNWCDbClearMovedHereRecursive


public class SVNWCDbClearMovedHereRecursive extends SVNSqlJetUpdateStatement
UPDATE nodes SET moved_here = NULL WHERE wc_id = ?1 AND (local_relpath = ?2 OR IS_STRICT_DESCENDANT_OF(local_relpath, ?2)) AND op_depth = ?3