Use this method in preference to {@link #toString()}. It indicates that the SQL string has been constructed using good hygiene, and is therefore less likely to contain SQL injection or badly quoted identifiers or strings. @return Contents of this builder as a SQL string.
|
|