Package | Description |
---|---|
com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
Modifier and Type | Method and Description |
---|---|
void |
DbmsDialect.appendSet(StringBuilder sqlSb,
SetOperationType setType,
boolean isSubquery,
List<String> operands,
List<? extends OrderByElement> orderByElements,
String limit,
String offset)
Connects the given operands with the given set operation and appends that to the sql string builder.
|
Copyright © 2014–2018 Blazebit. All rights reserved.