public interface IUpsert extends Cloneable
Modifier and Type | Method and Description |
---|---|
void |
addBatch() |
void |
addExceptionProperties(DataException exception) |
IUpsert |
clone() |
void |
close() |
void |
executeBatch() |
void |
executeUpdate() |
boolean |
isBatchSupported() |
boolean |
isDebug()
Indicates if the generated SQL should be logged (default false).
|
void |
prepare(JdbcUpsertWriter writer,
Record record) |
IUpsert |
setDebug(boolean debug)
Set to
true to log generated SQL (default false). |
void |
setValues(JdbcUpsertWriter writer,
Record record) |
void prepare(JdbcUpsertWriter writer, Record record) throws Throwable
Throwable
void setValues(JdbcUpsertWriter writer, Record record) throws Throwable
Throwable
boolean isBatchSupported()
IUpsert setDebug(boolean debug)
true
to log generated SQL (default false).boolean isDebug()
IUpsert clone()
void addExceptionProperties(DataException exception)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.