public interface OffsetSpecification extends org.atp.api.Typeable<OffsetSpecification>
OFFSET <number> ROWS element of the query. This addition has been defined
in SQL 2008 standard.| Modifier and Type | Method and Description |
|---|---|
NonBooleanExpression |
getSkip()
Returns the
<number> element in the OFFSET <number> ROWS expression. |
NonBooleanExpression getSkip()
<number> element in the OFFSET <number> ROWS expression. Means the amount of rows to
skip before including them into select.Copyright © 2010-2012. All Rights Reserved.