public interface SQLToken extends com.holonplatform.core.TypedExpression<String>
TypedExpression
which represents a SQL token, i.e. a SQL statement part which has to be serialized as is
using getValue()
.Modifier and Type | Method and Description |
---|---|
static SQLToken |
create(String value)
Create a new
SQLToken . |
String |
getValue()
Get the SQL token.
|
Copyright © 2019 The Holon Platform. All rights reserved.