Interface Executable
-
- All Known Implementing Classes:
ExecBatchStatement
,ExecStatement
,QueryAPIExecutable
public interface Executable
Interface for everything that updates rows in the database.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Executable
empty()
boolean
execute(java.sql.Connection connection)
-
-
-
Method Detail
-
execute
boolean execute(java.sql.Connection connection)
-
empty
static Executable empty()
-
-