public class Offset extends Object
Constructor and Description |
---|
Offset(long offset,
boolean offsetJdbcParameter,
String offsetParam) |
Modifier and Type | Method and Description |
---|---|
long |
getOffset() |
String |
getOffsetParam() |
boolean |
isOffsetJdbcParameter() |
static Offset |
offsetRow(long offset) |
Offset |
offsetRows(long offset) |
Offset |
offsetRowsWithParam(long offset) |
Offset |
offsetRowWithParam(long offset) |
void |
setOffset(long l) |
void |
setOffsetJdbcParameter(boolean b) |
void |
setOffsetParam(String s) |
String |
toString() |
public Offset(long offset, boolean offsetJdbcParameter, String offsetParam)
public static Offset offsetRow(long offset)
public Offset offsetRows(long offset)
public Offset offsetRowWithParam(long offset)
public Offset offsetRowsWithParam(long offset)
public long getOffset()
public void setOffset(long l)
public String getOffsetParam()
public void setOffsetParam(String s)
public boolean isOffsetJdbcParameter()
public void setOffsetJdbcParameter(boolean b)
Copyright © 2006–2018 TinyGroup. All rights reserved.