Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc17.db.statement |
Modifier and Type | Class and Description |
---|---|
class |
SVNWCDbInsertWorkingNodeFromBaseCopyPresence
INSERT INTO nodes ( wc_id, local_relpath, op_depth, parent_relpath, repos_id,
repos_path, revision, presence, depth, kind, changed_revision, changed_date,
changed_author, checksum, properties, translated_size, last_mod_time,
symlink_target ) SELECT wc_id, local_relpath, ?3 AS op_depth, parent_relpath,
repos_id, repos_path, revision, ?4 AS 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;
|
Copyright © 2023. All rights reserved.