Class SVNWCDbUpdateNodeWorkingDepth


  • public class SVNWCDbUpdateNodeWorkingDepth
    extends SVNSqlJetUpdateStatement
    UPDATE nodes SET depth = ?3 WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = (SELECT MAX(op_depth) FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > 0);
    Version:
    1.4
    Author:
    TMate Software Ltd.