public interface LoaderContext
LoaderRowListener.| Modifier and Type | Method and Description | 
|---|---|
List<LoaderError> | 
errors()
A list of errors that might have happened during the load. 
 | 
int | 
executed()
The number of executed statements, bulk statements, or batch statements. 
 | 
int | 
ignored()
The number of ignored rows. 
 | 
int | 
processed()
The number of processed rows. 
 | 
int | 
stored()
The number of inserted or updated rows. 
 | 
List<LoaderError> errors()
int processed()
int executed()
int ignored()
int stored()
Copyright © 2015. All Rights Reserved.