Interface QueryPartReplacer (0.27.1)

public interface QueryPartReplacer

Interface for dynamically replacing a part of a SQL statement.

Methods

replace(String sql)

public abstract Tuple<String,QueryPartReplacer.ReplacementStatus> replace(String sql)

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

Parameter
NameDescription
sqlString
Returns
TypeDescription
com.google.cloud.Tuple<String,ReplacementStatus>