org.seasar.extension.jdbc.impl
クラス ConfigurableStatementFactory
java.lang.Object
org.seasar.extension.jdbc.impl.ConfigurableStatementFactory
- すべての実装インタフェース:
- StatementFactory
- public class ConfigurableStatementFactory
- extends Object
- implements StatementFactory
- 作成者:
- manhole
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
statementFactory
protected StatementFactory statementFactory
fetchSize
protected Integer fetchSize
maxRows
protected Integer maxRows
ConfigurableStatementFactory
public ConfigurableStatementFactory(StatementFactory statementFactory)
createPreparedStatement
public PreparedStatement createPreparedStatement(Connection con,
String sql)
- 定義:
- インタフェース
StatementFactory
内の createPreparedStatement
createCallableStatement
public CallableStatement createCallableStatement(Connection con,
String sql)
- 定義:
- インタフェース
StatementFactory
内の createCallableStatement
configurePreparedStatement
protected void configurePreparedStatement(PreparedStatement ps)
setFetchSize
public void setFetchSize(Integer fetchSize)
setMaxRows
public void setMaxRows(Integer maxRows)
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.