Class SVNSqlJetInsertStatement
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
-
- org.tmatesoft.svn.core.internal.db.SVNSqlJetInsertStatement
-
- Direct Known Subclasses:
SVNWCDbApplyChangesToBaseNode
,SVNWCDbInsertActualConflictData
,SVNWCDbInsertActualConflictData17
,SVNWCDbInsertActualEmpties
,SVNWCDbInsertActualNode
,SVNWCDbInsertActualNode17
,SVNWCDbInsertActualPropertiesConflicts
,SVNWCDbInsertActualProps
,SVNWCDbInsertActualTextConflicts
,SVNWCDbInsertActualTreeConflicts
,SVNWCDbInsertDeleteFromBase
,SVNWCDbInsertDeleteFromNodeRecursive
,SVNWCDbInsertDeleteList
,SVNWCDbInsertExternal
,SVNWCDbInsertExternalUpgrade
,SVNWCDbInsertNode
,SVNWCDbInsertOrIgnorePristine
,SVNWCDbInsertPristine
,SVNWCDbInsertRepository
,SVNWCDbInsertTarget
,SVNWCDbInsertTarget2
,SVNWCDbInsertTargetDepthFiles
,SVNWCDbInsertTargetDepthFilesWithChangelist
,SVNWCDbInsertTargetDepthImmediates
,SVNWCDbInsertTargetDepthImmediatesWithChangelist
,SVNWCDbInsertTargetDepthInfinity
,SVNWCDbInsertTargetDepthInfinityWithChangelist
,SVNWCDbInsertTargetWithChangelist
,SVNWCDbInsertUpdateMoveList
,SVNWCDbInsertWCRoot
,SVNWCDbInsertWorkingNodeCopyFrom
,SVNWCDbInsertWorkingNodeFromBase
,SVNWCDbInsertWorkingNodeFromBaseCopy
,SVNWCDbInsertWorkingNodeNormalFromBase
,SVNWCDbInsertWorkingNodeNotPresentFromBase
,SVNWCDbInstallWorkingNodeForDelete
,SVNWCDbMarkSkippedChangelistDirs
,SVNWCDbResetActualWithChangelist
public abstract class SVNSqlJetInsertStatement extends SVNSqlJetTableStatement
- Version:
- 1.4
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.tmatesoft.sqljet.core.schema.SqlJetConflictAction
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 SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName)
SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description long
exec()
protected abstract java.util.Map<java.lang.String,java.lang.Object>
getInsertValues()
-
Methods inherited from class org.tmatesoft.svn.core.internal.db.SVNSqlJetTableStatement
addTrigger, getTable, getTableName, getTriggers, reset, 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
-
-
-
-
Constructor Detail
-
SVNSqlJetInsertStatement
public SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName) throws SVNException
- Throws:
SVNException
-
SVNSqlJetInsertStatement
public SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
exec
public long exec() throws SVNException
- Overrides:
exec
in classSVNSqlJetStatement
- Throws:
SVNException
-
getInsertValues
protected abstract java.util.Map<java.lang.String,java.lang.Object> getInsertValues() throws SVNException
- Throws:
SVNException
-
-