예제 #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);
 }