public abstract class SVNSqlJetUpdateStatement extends SVNSqlJetSelectStatement
table, tableNamebinds, sDb, transactionMode| Constructor and Description |
|---|
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb,
Enum<?> fromTable) |
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb,
Enum<?> fromTable,
Enum<?> indexName) |
| Modifier and Type | Method and Description |
|---|---|
long |
exec() |
abstract Map<String,Object> |
getUpdateValues() |
void |
update(Map<String,Object> values) |
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowPathField, getRowValues, getRowValues2, getWhere, isColumnNull, isFilterPassed, isPathScopeInIndex, isStrictDescendantOf, isStrictiDescendant, next, openCursor, reset, setIndexNameaddTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStartedbindBlob, bindChecksum, bindf, bindIProperties, bindLong, bindNull, bindProperties, bindRevision, bindString, count, done, getBind, getBinds, getColumn, getColumnBlob, getColumnBoolean, getColumnInheritedProperties, getColumnInheritedProperties, getColumnLong, getColumnProperties, getColumnProperties, getColumnRevnum, getColumnString, getCursor, getJoinedStatement, getJoinedStatement, hasColumnInheritedProperties, hasColumnInheritedProperties, hasColumnProperties, hasColumnProperties, insert, isColumnNull, isNeedsReset, nextRow, parseInheritedProperties, parseProperties, setCursorpublic SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, Enum<?> fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, Enum<?> fromTable, Enum<?> indexName) throws SVNException
SVNExceptionpublic void update(Map<String,Object> values) throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionpublic long exec()
throws SVNException
exec in class SVNSqlJetStatementSVNExceptionpublic abstract Map<String,Object> getUpdateValues() throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.