public class H2Dialect extends PostgresDialect
| Modifier and Type | Field and Description |
|---|---|
static H2Dialect |
INSTANCE
Singleton instance.
|
| Constructor and Description |
|---|
H2Dialect() |
| Modifier and Type | Method and Description |
|---|---|
String |
renderForGeneratedValues(org.springframework.data.relational.core.sql.SqlIdentifier identifier)
Render a
SqlIdentifier in a way suitable for registering it as a generated key with a statement through
Statement#returnGeneratedValues. |
getArraySupport, getBindMarkersFactory, getConverters, getSimpleTypesgetIdentifierProcessing, limit, lock, simpleTypesgetAfterFromTable, getAfterOrderBy, getSelectContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSimpleTypeHolderpublic static final H2Dialect INSTANCE
public String renderForGeneratedValues(org.springframework.data.relational.core.sql.SqlIdentifier identifier)
R2dbcDialectSqlIdentifier in a way suitable for registering it as a generated key with a statement through
Statement#returnGeneratedValues. The default implementation renders it as it would render a SQL
representation of the identifier, i.e. with quotes where applicable.identifier - to render. Must not be null.Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.