| 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 |
InsertRenderContexts
In the scope of Insert with default values SQL statement, for example INSERT INTO SCHEMA.TABLE VALUES
(DEFAULT) this enum represents the default values part in different
Dialects |
| Modifier and Type | Method and Description |
|---|---|
InsertRenderContext |
SqlServerDialect.getInsertRenderContext() |
default InsertRenderContext |
Dialect.getInsertRenderContext() |
| Modifier and Type | Method and Description |
|---|---|
InsertRenderContext |
RenderContext.getInsertRenderContext() |
Copyright © 2017–2023 Pivotal Software, Inc.. All rights reserved.