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