Package org.ehrbase.client.aql.top
Interface TopExpresion
-
- All Known Implementing Classes:
Top
public interface TopExpresion
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TopExpresionbackward(int count)StringbuildAql()static TopExpresionforward(int count)
-
-
-
Method Detail
-
buildAql
String buildAql()
-
forward
static TopExpresion forward(int count)
-
backward
static TopExpresion backward(int count)
-
-