| Package | Description |
|---|---|
| org.springframework.data.relational.core.sql |
Statement Builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static SelectBuilder |
Select.builder()
Creates a new
SelectBuilder. |
static SelectBuilder |
StatementBuilder.select()
Creates a new
SelectBuilder. |
SelectBuilder |
SelectBuilder.top(int count)
Apply a
TOP clause given count. |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.