[#1320] Document the possibility of accessing Connection.getWarnings() when errors are ignored in the Loader API
This commit is contained in:
parent
711c7d011d
commit
6fcf0f9b30
@ -74,7 +74,9 @@ public interface LoaderOptionsStep<R extends TableRecord<R>> extends LoaderSourc
|
||||
* unique key's value is already in the database.
|
||||
* <p>
|
||||
* If the loaded table does not have a main key, then all records are
|
||||
* inserted.
|
||||
* inserted. This may influence the JDBC driver's outcome on
|
||||
* {@link Connection#getWarnings()}, depending on your JDBC driver's
|
||||
* implementation
|
||||
* <p>
|
||||
* If you don't specify a behaviour, {@link #onDuplicateKeyError()} will be
|
||||
* the default. This cannot be combined with {@link #onDuplicateKeyError()}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user