Class SVNFSFSRevPropSet
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.io.fs.revprop.SVNFSFSRevPropSet
-
public class SVNFSFSRevPropSet extends SVNSqlJetStatement
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNFSFSRevPropSet(SVNSqlJetDb sDb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
insert(java.lang.Object... data)
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
bindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, eof, exec, getBind, getBinds, getColumn, getColumn, getColumnBlob, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, getRowValues, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, isColumnNull, isColumnNull, isNeedsReset, next, nextRow, openCursor, parseInheritedProperties, parseProperties, reset, setCursor
-
-
-
-
Constructor Detail
-
SVNFSFSRevPropSet
public SVNFSFSRevPropSet(SVNSqlJetDb sDb) throws org.tmatesoft.sqljet.core.SqlJetException
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
-
-
Method Detail
-
insert
public long insert(java.lang.Object... data) throws SVNException
- Overrides:
insert
in classSVNSqlJetStatement
- Throws:
SVNException
-
-