public class Offset extends Object
| Constructor and Description |
|---|
Offset() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getOffset() |
<E extends Expression> |
getOffset(Class<E> type) |
String |
getOffsetParam() |
void |
setOffset(Expression offsetExpression) |
void |
setOffsetParam(String s) |
String |
toString() |
Offset |
withOffset(Expression offsetExpression) |
Offset |
withOffsetParam(String offsetParam) |
public Expression getOffset()
public String getOffsetParam()
public void setOffset(Expression offsetExpression)
public void setOffsetParam(String s)
public Offset withOffset(Expression offsetExpression)
public <E extends Expression> E getOffset(Class<E> type)
Copyright © 2004–2022 JSQLParser. All rights reserved.