Class SVNWCDbInsertWCLock


  • public class SVNWCDbInsertWCLock
    extends SVNSqlJetStatement
    INSERT INTO wc_lock (wc_id, local_dir_relpath, locked_levels) VALUES (?1, ?2, ?3);
    Version:
    1.4
    Author:
    TMate Software Ltd.
    • Constructor Detail

      • SVNWCDbInsertWCLock

        public SVNWCDbInsertWCLock​(SVNSqlJetDb sDb)
                            throws org.tmatesoft.sqljet.core.SqlJetException
        Throws:
        org.tmatesoft.sqljet.core.SqlJetException