mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-11 19:02:16 +01:00
Removed ExecStatement#executeBatch, ExecBatchStatement should be used.
This commit is contained in:
parent
4f63a3771b
commit
ee50ebde2c
@ -64,16 +64,6 @@ public abstract class ExecStatement implements Executable {
|
||||
}
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void executeBatch(PreparedStatement statement) throws SQLException {
|
||||
try {
|
||||
prepare(statement);
|
||||
statement.executeBatch();
|
||||
} finally {
|
||||
statement.close();
|
||||
}
|
||||
}
|
||||
|
||||
public abstract void prepare(PreparedStatement statement) throws SQLException;
|
||||
|
||||
public String getSql() {
|
||||
|
Loading…
Reference in New Issue
Block a user