[#1320] Document the possibility of accessing Connection.getWarnings() when errors are ignored in the Loader API

This commit is contained in:
Lukas Eder 2012-04-20 08:31:11 +00:00
parent 711c7d011d
commit 6fcf0f9b30

View File

@ -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()}