public interface SQLExpression
extends com.holonplatform.core.Expression
| Modifier and Type | Method and Description |
|---|---|
static SQLExpression |
create(String value)
Create a new
SQLExpression with given value. |
String |
getValue()
Get the SQL representation.
|
String getValue()
static SQLExpression create(String value)
SQLExpression with given value.value - SQL valueSQLExpression with given valueCopyright © 2019 The Holon Platform. All rights reserved.