Class SVNWCDbInsertLock
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.wc17.db.statement.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 Summary
Fields Modifier and Type Field Description private org.tmatesoft.sqljet.core.table.ISqlJetTable
table
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNWCDbInsertLock(SVNSqlJetDb sDb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
exec()
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, eof, getBind, getBinds, getColumn, getColumn, getColumnBlob, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, getRowValues, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isColumnNull, isNeedsReset, next, nextRow, openCursor, parseInheritedProperties, parseProperties, reset, setCursor
-
-
-
-
Constructor Detail
-
SVNWCDbInsertLock
public SVNWCDbInsertLock(SVNSqlJetDb sDb) throws org.tmatesoft.sqljet.core.SqlJetException
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
-
-
Method Detail
-
exec
public long exec() throws SVNException
- Overrides:
exec
in classSVNSqlJetStatement
- Throws:
SVNException
-
-