Class SVNWCDbInsertDeleteFromBase


public class SVNWCDbInsertDeleteFromBase extends SVNSqlJetInsertStatement
INSERT INTO nodes ( wc_id, local_relpath, op_depth, parent_relpath, presence, kind) SELECT wc_id, local_relpath, ?3 depth, parent_relpath, 'base-deleted', kind FROM nodes WHERE wc_id = ?1 AND local_relpath = ?2 AND op_depth = 0