Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSelectNodeInfo
Packages that use SVNWCDbSelectNodeInfo
-
Uses of SVNWCDbSelectNodeInfo in org.tmatesoft.svn.core.internal.wc17.db.statement
Subclasses of SVNWCDbSelectNodeInfo in org.tmatesoft.svn.core.internal.wc17.db.statementModifier and TypeClassDescriptionclass
SELECT op_depth, nodes.repos_id, nodes.repos_path, presence, kind, revision, checksum, translated_size, changed_revision, changed_date, changed_author, depth, symlink_target, last_mod_time, properties, lock_token, lock_owner, lock_comment, lock_date FROM nodes LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id AND nodes.repos_path = lock.repos_relpath WHERE wc_id = ?1 AND local_relpath = ?2 ORDER BY op_depth DESC