public class StatementConfig extends Object implements Serializable
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Integer |
_fetchSize |
protected Integer |
_maxRows |
protected Integer |
_queryTimeout |
protected Integer |
_resultSetType |
protected boolean |
_suppressDefault |
| コンストラクタと説明 |
|---|
StatementConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
buildResultSetTypeDisp() |
StatementConfig |
createSnapshot() |
StatementConfig |
fetchSize(Integer fetchSize) |
Integer |
getFetchSize() |
Integer |
getMaxRows() |
Integer |
getQueryTimeout() |
Integer |
getResultSetType() |
boolean |
hasFetchSize() |
boolean |
hasMaxRows() |
boolean |
hasQueryTimeout() |
boolean |
hasResultSetType() |
boolean |
hasStatementOptions() |
boolean |
isSuppressDefault() |
StatementConfig |
maxRows(Integer maxRows) |
StatementConfig |
queryTimeout(Integer queryTimeout) |
StatementConfig |
suppressDefault() |
String |
toString() |
StatementConfig |
typeForwardOnly() |
StatementConfig |
typeScrollInsensitive() |
StatementConfig |
typeScrollSensitive() |
protected Integer _resultSetType
protected Integer _queryTimeout
protected Integer _fetchSize
protected Integer _maxRows
protected boolean _suppressDefault
public StatementConfig typeForwardOnly()
public StatementConfig typeScrollInsensitive()
public StatementConfig typeScrollSensitive()
public StatementConfig queryTimeout(Integer queryTimeout)
public StatementConfig fetchSize(Integer fetchSize)
public StatementConfig maxRows(Integer maxRows)
public StatementConfig suppressDefault()
public boolean hasResultSetType()
public boolean hasStatementOptions()
public boolean hasQueryTimeout()
public boolean hasFetchSize()
public boolean hasMaxRows()
public boolean isSuppressDefault()
public StatementConfig createSnapshot()
public String buildResultSetTypeDisp()
public Integer getResultSetType()
public Integer getQueryTimeout()
public Integer getFetchSize()
public Integer getMaxRows()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.