public interface ColumnExpression
TableStatement
.Modifier and Type | Method and Description |
---|---|
default void |
appendSql(StringBuilder statement)
Adds the SQL for this expression to the given
StringBuilder . |
String |
toSql()
Generates the SQL for this expression.
|
default void appendSql(StringBuilder statement)
StringBuilder
.statement
- contains the SQL for the whole statementString toSql()
Copyright © 2022 fastnate.org. All rights reserved.