public abstract class SVNSqlJetUpdateStatement extends SVNSqlJetSelectStatement
table, tableNamebinds, 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, 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, java.lang.Enum<?> fromTable) throws SVNException
SVNExceptionpublic SVNSqlJetUpdateStatement(SVNSqlJetDb sDb, java.lang.Enum<?> fromTable, java.lang.Enum<?> indexName) throws SVNException
SVNExceptionpublic void update(java.util.Map<java.lang.String,java.lang.Object> values)
throws org.tmatesoft.sqljet.core.SqlJetException
org.tmatesoft.sqljet.core.SqlJetExceptionpublic long exec()
throws SVNException
exec in class SVNSqlJetStatementSVNExceptionpublic abstract java.util.Map<java.lang.String,java.lang.Object> getUpdateValues()
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.