| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanLiteral
Represents a
Boolean literal. |
class |
NumericLiteral
Represents a
Number literal. |
class |
StringLiteral
Represents a
CharSequence literal. |
| Modifier and Type | Method and Description |
|---|---|
static <T> Literal<T> |
SQL.literalOf(T content)
Creates a new
Literal from the content. |
static <T> Literal<T> |
SQL.nullLiteral()
Creates a new
NULL Literal. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.