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, wait
appendSql
private final String sql
@ConstructorProperties(value="sql") @Generated(value="lombok") public PlainColumnExpression(String sql)
public String toSql()
ColumnExpression
toSql
in interface ColumnExpression
Copyright © 2022 fastnate.org. All rights reserved.