Class SVNWCDbNodesCurrent

  • Direct Known Subclasses:
    SVNWCDbCollectTargets

    public class SVNWCDbNodesCurrent
    extends SVNSqlJetSelectStatement
    CREATE VIEW NODES_CURRENT AS SELECT * FROM nodes AS n WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2 WHERE n2.wc_id = n.wc_id AND n2.local_relpath = n.local_relpath);