Interface Executable
- All Known Implementing Classes:
ExecBatchStatement
,ExecStatement
,QueryAPIExecutable
public interface Executable
Interface for everything that updates rows in the database.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Executable
empty()
boolean
execute
(Connection connection)
-
Method Details
-
execute
-
empty
-