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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNSqlJetSelectStatementprivate SVNSqlJetSelectStatementFields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
conflictActionFields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
table, tableNameFields inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
binds, sDb, transactionMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected java.util.Map<java.lang.String,java.lang.Object> voidreset()Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
execMethods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStartedMethods 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, setCursorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
internalStatement1
-
internalStatement2
-
-
Constructor Details
-
SVNWCDbInsertWorkingNodeCopyFrom
- Throws:
SVNException
-
-
Method Details
-
getInsertValues
- Specified by:
getInsertValuesin classSVNSqlJetInsertStatement- Throws:
SVNException
-
reset
- Overrides:
resetin classSVNSqlJetTableStatement- Throws:
SVNException
-