public interface LimitStatementBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModifiedStatement()
Gets the modified version of statement for specific database implementation.
|
List<Object> |
getModifiedStatementValues()
Gets the modified statement values list.
|
int |
getOriginalCount()
Gets the original count value for range query requested by user.
|
int |
getOriginalStart()
Gets the original start value for range query requested by user.
|
boolean |
hasDbEngineLimitSupport()
Returns info whether current query has support for limit queries provided by specific DB engine or not.
|
boolean hasDbEngineLimitSupport()
List<Object> getModifiedStatementValues()
String getModifiedStatement()
int getOriginalStart()
int getOriginalCount()
Copyright © 2017 SAP SE. All Rights Reserved.