com.atlassian.confluence.upgrade.dml
Class SelectWithOffsetLimitCommand

java.lang.Object
  extended by 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
static class SelectWithOffsetLimitCommand.Builder
          Builds a SelectWithOffsetLimitCommand
 
Method Summary
 DmlStatement getStatement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStatement

public DmlStatement getStatement()
Specified by:
getStatement in interface DmlCommand


Copyright © 2003–2015 Atlassian. All rights reserved.