Uses of Package
org.tmatesoft.svn.core.internal.wc17.db
Packages that use org.tmatesoft.svn.core.internal.wc17.db
Package
Description
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.db
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.util
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.wc17ClassDescriptionWorking copy administrative database layer.Enum indicating what kind of versioned object we're talking about.Lock information.Enumerated constants for how to open a WC datastore.Enumerated values describing the state of a node.
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.wc17.dbClassDescriptionWorking copy administrative database layer.Enum indicating what kind of versioned object we're talking about.Lock information.Enumerated constants for how to open a WC datastore.Enumerated values describing the state of a node.SELECT wc_id, ?3 (local_relpath), ?4 (op_depth), ?5 (parent_relpath), repos_id, repos_path, revision, ?6 (presence), depth, kind, changed_revision, changed_date, changed_author, checksum, properties, translated_size, last_mod_time, symlink_target FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth > 0 ORDER BY op_depth DESC LIMIT 1 or for base: FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0This structure records all the information that we need to deal with a given working copy directory.
-
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.wc2
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.wc2.ngClassDescriptionWorking copy administrative database layer.Enum indicating what kind of versioned object we're talking about.Enumerated values describing the state of a node.
-
Classes in org.tmatesoft.svn.core.internal.wc17.db used by org.tmatesoft.svn.core.internal.wc2.oldClassDescriptionWorking copy administrative database layer.Enumerated values describing the state of a node.