Class SVNWCDbSelectNodeChildrenWalkerInfo


  • public class SVNWCDbSelectNodeChildrenWalkerInfo
    extends SVNSqlJetSelectStatement
    SELECT local_relpath, op_depth, presence, kind FROM nodes WHERE wc_id = ?1 AND parent_relpath = ?2 GROUP BY local_relpath ORDER BY op_depth DESC We omit GROUP BY, it is not really needed, and ORDER BY is achieved by use of a reverse cursor.