net.hasor.jdbc.core
接口 InterruptibleBatchPreparedStatementSetter

所有超级接口:
BatchPreparedStatementSetter

public interface InterruptibleBatchPreparedStatementSetter
extends BatchPreparedStatementSetter

扩展 BatchPreparedStatementSetter 接口,提供了一个方法可以中断某一个批操作。

版本:
: 2013-10-14
作者:
赵永春(zyc@hasor.net)

方法摘要
 boolean isBatchExhausted(int i)
          测试批处理是否继续,返回 true 表示处理。
 
从接口 net.hasor.jdbc.BatchPreparedStatementSetter 继承的方法
getBatchSize, setValues
 

方法详细信息

isBatchExhausted

boolean isBatchExhausted(int i)
测试批处理是否继续,返回 true 表示处理。false 表示在批处理中放弃这个条目。



Copyright © 2013-2014. All Rights Reserved.