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,
java.lang.Enum<?> tableName) |
SVNSqlJetInsertStatement(SVNSqlJetDb sDb,
java.lang.Enum<?> tableName,
org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction) |
| Modifier and Type | Method and Description |
|---|---|
long |
exec() |
protected abstract java.util.Map<java.lang.String,java.lang.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, java.lang.Enum<?> tableName) throws SVNException
SVNExceptionpublic SVNSqlJetInsertStatement(SVNSqlJetDb sDb, java.lang.Enum<?> tableName, org.tmatesoft.sqljet.core.schema.SqlJetConflictAction conflictAction) throws SVNException
SVNExceptionpublic long exec()
throws SVNException
exec in class SVNSqlJetStatementSVNExceptionprotected abstract java.util.Map<java.lang.String,java.lang.Object> getInsertValues()
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.