示例#1
0
 @Override
 public void setAutoFlush(boolean autoFlush, boolean clearBufferOnFail) {
   table.setAutoFlush(autoFlush, clearBufferOnFail);
 }
示例#2
0
 @Override
 public void setAutoFlush(boolean autoFlush) {
   table.setAutoFlush(autoFlush);
 }