On Thu, Dec 13, 2012 at 7:29 PM, Haifeng Liu <liuhaifeng@live.com> wrote:
> Well, there is less stuff about postgresql jdbc driver. I wanna know if
> executeBatch really keep all the records in a batch untouched when the batch
> failed. Any help is appreciate.
No, executeBatch() is orthogonal to transactions:
http://docs.oracle.com/javase/6/docs/api/java/sql/Statement.html#executeBatch()