- java.lang.Object
-
- net.sf.jsqlparser.statement.select.Offset
-
- All Implemented Interfaces:
Serializable
public class Offset extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Offset()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressiongetOffset()<E extends Expression>
EgetOffset(Class<E> type)StringgetOffsetParam()voidsetOffset(Expression offsetExpression)voidsetOffsetParam(String s)StringtoString()OffsetwithOffset(Expression offsetExpression)OffsetwithOffsetParam(String offsetParam)
-
-
-
Method Detail
-
getOffset
public Expression getOffset()
-
setOffset
public void setOffset(Expression offsetExpression)
-
getOffsetParam
public String getOffsetParam()
-
setOffsetParam
public void setOffsetParam(String s)
-
withOffset
public Offset withOffset(Expression offsetExpression)
-
getOffset
public <E extends Expression> E getOffset(Class<E> type)
-
-