| Package | Description |
|---|---|
| org.springframework.data.relational.core.dialect |
Dialects abstract the SQL dialect of the underlying database.
|
| org.springframework.data.relational.core.sql.render |
SQL rendering utilities to render SQL from the Statement Builder API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlServerSelectRenderContext
SQL-Server specific
SelectRenderContext. |
| Modifier and Type | Method and Description |
|---|---|
SelectRenderContext |
SqlServerDialect.getSelectContext() |
SelectRenderContext |
AbstractDialect.getSelectContext() |
SelectRenderContext |
Dialect.getSelectContext()
Obtain the
SelectRenderContext. |
| Modifier and Type | Method and Description |
|---|---|
SelectRenderContext |
RenderContext.getSelect() |
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.