public abstract class SVNSqlJetInsertStatement extends SVNSqlJetTableStatement
| Modifier and Type | Field and Description |
|---|---|
protected org.tmatesoft.sqljet.core.schema.SqlJetConflictAction |
conflictAction |
table, tableNamebinds, sDb, transactionMode| Constructor and Description |
|---|
SVNSqlJetInsertStatement(SVNSqlJetDb sDb,
Enum<?> tableName) |
SVNSqlJetInsertStatement(SVNSqlJetDb sDb,
Enum<?> tableName,
org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction) |
| Modifier and Type | Method and Description |
|---|---|
long |
exec() |
protected abstract Map<String,Object> |
getInsertValues() |
addTrigger, getTable, getTableName, getTriggers, reset, statementCompleted, statementStartedbindBlob, 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, setCursorprotected org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction
public SVNSqlJetInsertStatement(SVNSqlJetDb sDb, Enum<?> tableName) throws SVNException
SVNExceptionpublic SVNSqlJetInsertStatement(SVNSqlJetDb sDb, Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction) throws SVNException
SVNExceptionpublic long exec()
throws SVNException
exec in class SVNSqlJetStatementSVNExceptionprotected abstract Map<String,Object> getInsertValues() throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.