Modifier and Type | Field | Description |
---|---|---|
static LiteralExpr |
EMPTY_STRING |
|
static LiteralExpr |
NULL |
Represents a literal
NULL expression. |
LiteralType |
type |
|
String |
value |
Constructor | Description |
---|---|
LiteralExpr(String value,
LiteralType type) |
Modifier and Type | Method | Description |
---|---|---|
static LiteralExpr |
from(Token t) |
|
static LiteralExpr |
integer(int value) |
Represents a literal integer expression.
|
static LiteralExpr |
string(String value) |
|
void |
toSql(Appendable a) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comma, commaNames, doubleQuote, isEmpty, isNotEmpty, nullToEmpty, requireNotEmpty, singleQuote, toSql
public static final LiteralExpr NULL
NULL
expression.public static final LiteralExpr EMPTY_STRING
public final String value
public final LiteralType type
public LiteralExpr(String value, LiteralType type)
public static LiteralExpr from(Token t)
public static LiteralExpr integer(int value)
public static LiteralExpr string(String value)
public void toSql(Appendable a) throws IOException
toSql
in interface ToSql
IOException
Copyright © 2018. All rights reserved.