public interface LimitSpecification extends org.atp.api.Typeable<LimitSpecification>
FETCH FIRST <number> ROWS ONLY element of the query. This addition has
been defined in SQL 2008 standard.| Modifier and Type | Method and Description |
|---|---|
NonBooleanExpression |
getCount()
Returns the
<number> element in the FETCH FIRST <number> ROWS ONLY expression. |
NonBooleanExpression getCount()
<number> element in the FETCH FIRST <number> ROWS ONLY expression. Means the maximum
amounts of rows to be selected.null, in which case the behaviour is
vendor-specific.Copyright © 2010-2012. All Rights Reserved.