public class PlainColumnExpression extends Object implements ColumnExpression
| Constructor and Description |
|---|
PlainColumnExpression(String sql) |
| Modifier and Type | Method and Description |
|---|---|
String |
toSql()
Generates the SQL for this expression.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitappendSqlprivate final String sql
@ConstructorProperties(value="sql") @Generated(value="lombok") public PlainColumnExpression(String sql)
public String toSql()
ColumnExpressiontoSql in interface ColumnExpressionCopyright © 2022 fastnate.org. All rights reserved.