org.sql.generation.api.grammar.query
Interface OffsetSpecification
- All Superinterfaces:
- org.atp.api.Typeable<OffsetSpecification>
public interface OffsetSpecification
- extends org.atp.api.Typeable<OffsetSpecification>
This syntax element represents the OFFSET <number> ROWS element of the query. This addition has been defined
in SQL 2008 standard.
- Author:
- 2011 Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getSkip
NonBooleanExpression getSkip()
- Returns the
<number> element in the OFFSET <number> ROWS expression. Means the amount of rows to
skip before including them into select.
- Returns:
- The amount of rows to be skipped before starting selecting.
Copyright © 2010-2012. All Rights Reserved.