String of this SqlExpression. The returned String may not be null. An empty String should be used instead.
@return the SQL String of this SqlExpression.
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.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |