public abstract class SVNSqlJetUpdateStatement extends SVNSqlJetSelectStatement
table, tableName
binds, sDb, transactionMode
Constructor and Description |
---|
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable) |
SVNSqlJetUpdateStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> fromTable,
java.lang.Enum<?> indexName) |
Modifier and Type | Method and Description |
---|---|
long |
exec() |
abstract java.util.Map<java.lang.String,java.lang.Object> |
getUpdateValues() |
void |
update(java.util.Map<java.lang.String,java.lang.Object> values) |
eof, getColumn, getColumnBlob, getColumnLong, getColumnString, getIndexName, getPathScope, getRowPath, getRowValues, getRowValues2, getWhere, isColumnNull, isFilterPassed, isStrictDescendantOf, isStrictiDescendant, next, openCursor, reset, setIndexName
addTrigger, getTable, getTableName, getTriggers, statementCompleted, statementStarted
bindBlob, 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, setCursor
public SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable) throws SVNException
SVNException
public SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
SVNException
public void update(java.util.Map<java.lang.String,java.lang.Object> values) throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetException
public long exec() throws SVNException
exec
in class SVNSqlJetStatement
SVNException
public abstract java.util.Map<java.lang.String,java.lang.Object> getUpdateValues() throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.