@Override public void setAutoFlush(boolean autoFlush, boolean clearBufferOnFail) { table.setAutoFlush(autoFlush, clearBufferOnFail); }
@Override public void setAutoFlush(boolean autoFlush) { table.setAutoFlush(autoFlush); }