public class Literal extends Object implements Operand
| Modifier | Constructor and Description |
|---|---|
protected |
Literal(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(SafeSqlAppendable builder) |
static Literal |
from(String value)
Deprecated.
|
static Literal |
of(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlprotected Literal(String value)
@Deprecated public static Literal from(String value)
public void appendTo(SafeSqlAppendable builder)
appendTo in interface SafeSqlizableCopyright © 2017. All rights reserved.