Interface QueryPartReplacer (0.19.1)

publicinterface QueryPartReplacer

Interface for dynamically replacing a part of a SQL statement.

Methods

replace(String sql)

publicabstractTuple<String,QueryPartReplacer.ReplacementStatus>replace(Stringsql)

Replace unsupported SQL parts in the given SQL string and return the new SQL string.

Parameter
Name Description
sql String
Returns
Type Description
com.google.cloud.Tuple<String,ReplacementStatus>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.