Interface OffsetPath
-
- All Known Subinterfaces:
AsPath,FromPath,GroupByPath,HavingPath,HintPath,JoinPath,KeysPath,LetPath,LettingPath,LimitPath,NestPath,OrderByPath,SelectResultPath,UnnestPath,WherePath
- All Known Implementing Classes:
DefaultAsPath,DefaultFromPath,DefaultGroupByPath,DefaultHavingPath,DefaultHintPath,DefaultJoinPath,DefaultKeysPath,DefaultLetPath,DefaultLettingPath,DefaultLimitPath,DefaultNestPath,DefaultOffsetPath,DefaultOrderByPath,DefaultSelectResultPath,DefaultUnnestPath,DefaultWherePath
public interface OffsetPath extends Statement, Path
.- Author:
- Michael Nitschinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Statementoffset(int offset)
-
-
-
Method Detail
-
offset
Statement offset(int offset)
-
-