@FunctionalInterface public interface QueryOperation extends Supplier<String>
SELECT, INSERT, and such.PreparedOperation| Modifier and Type | Method and Description |
|---|---|
default String |
get() |
String |
toQuery()
Returns the string-representation of this operation to be used with
Statement creation. |
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.