Class SVNWCDbInsertWorkingNodeNotPresentFromBase


  • public class SVNWCDbInsertWorkingNodeNotPresentFromBase
    extends SVNSqlJetInsertStatement
    INSERT INTO nodes ( wc_id, local_relpath, op_depth, parent_relpath, repos_id, repos_path, revision, presence, kind, changed_revision, changed_date, changed_author ) SELECT wc_id, local_relpath, ?3 as op_depth, parent_relpath, repos_id, repos_path, revision, 'not-present', kind, changed_revision, changed_date, changed_author FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0;
    Version:
    1.4