Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbSelectBaseNode
-
Packages that use SVNWCDbSelectBaseNode Package Description org.tmatesoft.svn.core.internal.wc17.db.statement -
-
Uses of SVNWCDbSelectBaseNode in org.tmatesoft.svn.core.internal.wc17.db.statement
Subclasses of SVNWCDbSelectBaseNode in org.tmatesoft.svn.core.internal.wc17.db.statement Modifier and Type Class Description class
SVNWCDbSelectBaseNodeWithLock
SELECT 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 AND op_depth = 0;
-