Interface StatementsExecutor
-
- All Known Implementing Classes:
BatchedStatementsExecutor
public interface StatementsExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(java.lang.Iterable<StatementWithParams> statements)
void
flush()
-
-
-
Method Detail
-
execute
void execute(java.lang.Iterable<StatementWithParams> statements)
-
flush
void flush()
-
-