Class ExecStatement
java.lang.Object
com.djrapitops.plan.storage.database.transactions.ExecStatement
- All Implemented Interfaces:
Executable
- Direct Known Subclasses:
ExecBatchStatement
SQL executing statement that closes appropriate elements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
callExecute(PreparedStatement statement)
boolean
execute(Connection connection)
boolean
execute(PreparedStatement statement)
getSql()
abstract void
prepare(PreparedStatement statement)
-
Constructor Details
-
ExecStatement
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceExecutable
-
execute
- Throws:
SQLException
-
callExecute
- Throws:
SQLException
-
prepare
- Throws:
SQLException
-
getSql
-