Interface BindableQuery

All Superinterfaces:
Supplier<String>

public interface BindableQuery extends Supplier<String>
Interface declaring a query that supplies SQL and can bind parameters to a DatabaseClient.GenericExecuteSpec.
Author:
Mark Paluch