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