public interface StatementInspector
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
inspect(java.lang.String sql)
Inspect the given SQL, possibly returning a different SQL to be used instead.
|
java.lang.String inspect(java.lang.String sql)
null
is interpreted as returning the same SQL as was passed.sql - The SQL to inspectnullCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.