public class InlineIdsOrClauseBuilder extends IdsClauseBuilder
Builds the where clause using OR expressions for the identifiers to be updated/deleted. This is useful for Dialects that do no support IN clause row value expressions.
| Constructor and Description |
|---|
InlineIdsOrClauseBuilder(Dialect dialect,
Type identifierType,
TypeResolver typeResolver,
String[] columns,
List<Object[]> ids) |
| Modifier and Type | Method and Description |
|---|---|
String |
toStatement() |
getColumns, getIdentifierType, getIds, getTypeResolver, quoteIdentifierpublic String toStatement()
toStatement in class IdsClauseBuilderCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.