public class MySqlPreparedStatementInsert extends PreparedStatementInsert
Sample Generated SQL:
INSERT IGNORE INTO tableName (col1, col2, col3) VALUES (?, ?, ?)
id, log, name, TIMESTAMP_FORMAT| Constructor and Description |
|---|
MySqlPreparedStatementInsert() |
| Modifier and Type | Method and Description |
|---|---|
MySqlPreparedStatementInsert |
clone() |
boolean |
isIgnoreOnError() |
void |
prepare(JdbcWriter writer,
Record record) |
MySqlPreparedStatementInsert |
setIgnoreOnError(boolean ignoreOnError) |
addBatch, addExceptionProperties, close, executeBatch, executeUpdate, isBatchSupported, isDebug, setDebug, setInsertStatement, setValuespublic boolean isIgnoreOnError()
public MySqlPreparedStatementInsert setIgnoreOnError(boolean ignoreOnError)
public void prepare(JdbcWriter writer, Record record) throws Throwable
prepare in interface IInsertprepare in class PreparedStatementInsertThrowablepublic MySqlPreparedStatementInsert clone()
clone in interface IInsertclone in class PreparedStatementInsertCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.