public class DbQueryConfig
extends java.lang.Object
Constructor and Description |
---|
DbQueryConfig() |
Modifier and Type | Method and Description |
---|---|
QueryConcurrencyType |
getConcurrencyType() |
int |
getFetchSize() |
QueryHoldability |
getHoldability() |
int |
getMaxRows() |
QueryScrollType |
getType() |
boolean |
isDebug() |
boolean |
isForcePreparedStatement() |
void |
setConcurrencyType(QueryConcurrencyType concurrencyType) |
void |
setDebug(boolean debug) |
void |
setFetchSize(int fetchSize) |
void |
setForcePreparedStatement(boolean forcePreparedStatement) |
void |
setHoldability(QueryHoldability holdability) |
void |
setMaxRows(int maxRows) |
void |
setType(QueryScrollType type) |
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isForcePreparedStatement()
public void setForcePreparedStatement(boolean forcePreparedStatement)
public QueryScrollType getType()
public void setType(QueryScrollType type)
public QueryConcurrencyType getConcurrencyType()
public void setConcurrencyType(QueryConcurrencyType concurrencyType)
public QueryHoldability getHoldability()
public void setHoldability(QueryHoldability holdability)
public int getFetchSize()
public void setFetchSize(int fetchSize)
public int getMaxRows()
public void setMaxRows(int maxRows)
Copyright © 2003-present Jodd Team