Class SVNWCDbInsertWorkingNodeCopyFrom
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
-
- org.tmatesoft.svn.core.internal.wc17.db.statement.SVNWCDbInsertWorkingNodeCopyFrom
-
public class SVNWCDbInsertWorkingNodeCopyFrom extends SVNSqlJetInsertStatement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classSVNWCDbInsertWorkingNodeCopyFrom.InternalStatement1private static classSVNWCDbInsertWorkingNodeCopyFrom.InternalStatement2
-
Field Summary
Fields Modifier and Type Field Description private SVNSqlJetSelectStatementinternalStatement1private SVNSqlJetSelectStatementinternalStatement2-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
conflictAction
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
table, tableName
-
Fields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode
-
-
Constructor Summary
Constructors Constructor Description SVNWCDbInsertWorkingNodeCopyFrom(SVNSqlJetDb sDb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>getInsertValues()voidreset()-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
exec
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
-
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, setCursor
-
-
-
-
Field Detail
-
internalStatement1
private SVNSqlJetSelectStatement internalStatement1
-
internalStatement2
private SVNSqlJetSelectStatement internalStatement2
-
-
Constructor Detail
-
SVNWCDbInsertWorkingNodeCopyFrom
public SVNWCDbInsertWorkingNodeCopyFrom(SVNSqlJetDb sDb) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
getInsertValues
protected java.util.Map<java.lang.String,java.lang.Object> getInsertValues() throws SVNException- Specified by:
getInsertValuesin classSVNSqlJetInsertStatement- Throws:
SVNException
-
reset
public void reset() throws SVNException- Overrides:
resetin classSVNSqlJetTableStatement- Throws:
SVNException
-
-