Class SVNWCDbInsertLock


  • public class SVNWCDbInsertLock
    extends SVNSqlJetStatement
    INSERT INTO lock (repos_id, repos_relpath, lock_token, lock_owner, lock_comment, lock_date) VALUES (?1, ?2, ?3, ?4, ?5, ?6);
    Version:
    1.4
    • Field Detail

      • table

        private org.tmatesoft.sqljet.core.table.ISqlJetTable table
    • Constructor Detail

      • SVNWCDbInsertLock

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