Class SelectWithOffsetLimitCommand
- java.lang.Object
 - 
- com.atlassian.confluence.upgrade.dml.SelectWithOffsetLimitCommand
 
 
- 
- All Implemented Interfaces:
 DmlCommand
public class SelectWithOffsetLimitCommand extends Object implements DmlCommand
Helps generate SQL code to select rows with an offset and limit for all supported databases. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectWithOffsetLimitCommand.BuilderBuilds aSelectWithOffsetLimitCommand 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DmlStatementgetStatement() 
 - 
 
- 
- 
Method Detail
- 
getStatement
public DmlStatement getStatement()
- Specified by:
 getStatementin interfaceDmlCommand
 
 - 
 
 -