public interface LoaderError
DataAccessException
's. IOException
's and other
problems will abort loading fatally.Modifier and Type | Method and Description |
---|---|
DataAccessException |
exception()
The underlying
DataAccessException that caused the error. |
Query |
query()
The query whose execution failed.
|
String[] |
row()
The row data that caused the error.
|
int |
rowIndex()
The processed row index starting with
0 that caused the
error. |
DataAccessException exception()
DataAccessException
that caused the error.int rowIndex()
0
that caused the
error.
If queries were executed in batch mode, this will be the row index of the last row added to the batch.
String[] row()
If queries were executed in batch mode, this will be the last row added to the batch.
Query query()
Copyright © 2016. All Rights Reserved.