Class SVNWCDbReplaceWithBaseDeleted
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbReplaceWithBaseDeleted
-
public class SVNWCDbReplaceWithBaseDeleted extends SVNSqlJetStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classSVNWCDbReplaceWithBaseDeleted.InternalSelectStatement
-
Field Summary
Fields Modifier and Type Field Description private org.tmatesoft.sqljet.core.table.ISqlJetTabletable-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNWCDbReplaceWithBaseDeleted(SVNSqlJetDb sDb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longexec()-
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
-
SVNWCDbReplaceWithBaseDeleted
public SVNWCDbReplaceWithBaseDeleted(SVNSqlJetDb sDb) throws org.tmatesoft.sqljet.core.SqlJetException
- Throws:
org.tmatesoft.sqljet.core.SqlJetException
-
-
Method Detail
-
exec
public long exec() throws SVNException- Overrides:
execin classSVNSqlJetStatement- Throws:
SVNException
-
-