public class QueryAPIExecutable extends java.lang.Object implements Executable
Constructor and Description |
---|
QueryAPIExecutable(java.lang.String sql,
QueryService.ThrowingConsumer<java.sql.PreparedStatement> statement) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(java.sql.Connection connection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
empty
public QueryAPIExecutable(java.lang.String sql, QueryService.ThrowingConsumer<java.sql.PreparedStatement> statement)
public boolean execute(java.sql.Connection connection)
execute
in interface Executable