Class ExecBatchStatement
- java.lang.Object
-
- com.djrapitops.plan.storage.database.transactions.ExecStatement
-
- com.djrapitops.plan.storage.database.transactions.ExecBatchStatement
-
- All Implemented Interfaces:
Executable
public abstract class ExecBatchStatement extends ExecStatement
SQL executing batch statement that closes appropriate elements.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ExecBatchStatement(java.lang.String sql)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
callExecute(java.sql.PreparedStatement statement)
-
Methods inherited from class com.djrapitops.plan.storage.database.transactions.ExecStatement
execute, execute, getSql, prepare
-
-
-
-
Method Detail
-
callExecute
protected boolean callExecute(java.sql.PreparedStatement statement) throws java.sql.SQLException
- Overrides:
callExecute
in classExecStatement
- Throws:
java.sql.SQLException
-
-