public class Fetch extends Object
Constructor and Description |
---|
Fetch(long rowCount,
boolean fetchJdbcParameter,
boolean isFetchParamFirst) |
Fetch(long rowCount,
boolean fetchJdbcParameter,
boolean isFetchParamFirst,
String fetchParam) |
Modifier and Type | Method and Description |
---|---|
static Fetch |
fetchWithFirstRow(long rowCount) |
static Fetch |
fetchWithFirstRowParam(long rowCount) |
static Fetch |
fetchWithFirstRows(long rowCount) |
static Fetch |
fetchWithFirstRowsParam(long rowCount) |
static Fetch |
fetchWithNextRow(long rowCount) |
static Fetch |
fetchWithNextRowParam(long rowCount) |
static Fetch |
fetchWithNextRows(long rowCount) |
static Fetch |
fetchWithNextRowsParam(long rowCount) |
String |
getFetchParam() |
long |
getRowCount() |
boolean |
isFetchJdbcParameter() |
boolean |
isFetchParamFirst() |
void |
setFetchJdbcParameter(boolean b) |
void |
setFetchParam(String s) |
void |
setFetchParamFirst(boolean b) |
void |
setRowCount(long l) |
String |
toString() |
public Fetch(long rowCount, boolean fetchJdbcParameter, boolean isFetchParamFirst)
public Fetch(long rowCount, boolean fetchJdbcParameter, boolean isFetchParamFirst, String fetchParam)
public static Fetch fetchWithFirstRow(long rowCount)
public static Fetch fetchWithFirstRowParam(long rowCount)
public static Fetch fetchWithFirstRows(long rowCount)
public static Fetch fetchWithFirstRowsParam(long rowCount)
public static Fetch fetchWithNextRow(long rowCount)
public static Fetch fetchWithNextRowParam(long rowCount)
public static Fetch fetchWithNextRows(long rowCount)
public static Fetch fetchWithNextRowsParam(long rowCount)
public long getRowCount()
public void setRowCount(long l)
public boolean isFetchJdbcParameter()
public void setFetchJdbcParameter(boolean b)
public String getFetchParam()
public void setFetchParam(String s)
public boolean isFetchParamFirst()
public void setFetchParamFirst(boolean b)
Copyright © 2006–2018 TinyGroup. All rights reserved.