@FunctionalInterface public interface QueryOperation extends Supplier<String>
SELECT
,
INSERT
, and such.PreparedOperation
Modifier and Type | Method and Description |
---|---|
default String |
get() |
String |
toQuery()
Return the string-representation of this operation to
be used with
Statement creation. |