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, getSimpleTypes
getIdentifierProcessing, limit, lock, simpleTypes
getAfterFromTable, getAfterOrderBy, getSelectContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSimpleTypeHolder
public static final H2Dialect INSTANCE
public String renderForGeneratedValues(org.springframework.data.relational.core.sql.SqlIdentifier identifier)
R2dbcDialect
SqlIdentifier
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.