org.seasar.extension.jdbc.impl
クラス ConfigurableStatementFactory

java.lang.Object
  拡張org.seasar.extension.jdbc.impl.ConfigurableStatementFactory
すべての実装インタフェース:
StatementFactory

public class ConfigurableStatementFactory
extends Object
implements StatementFactory

作成者:
manhole

フィールドの概要
protected  Integer fetchSize
           
protected  Integer maxRows
           
protected  StatementFactory statementFactory
           
 
コンストラクタの概要
ConfigurableStatementFactory(StatementFactory statementFactory)
           
 
メソッドの概要
protected  void configurePreparedStatement(PreparedStatement ps)
           
 CallableStatement createCallableStatement(Connection con, String sql)
           
 PreparedStatement createPreparedStatement(Connection con, String sql)
           
 void setFetchSize(Integer fetchSize)
           
 void setMaxRows(Integer maxRows)
           
 
クラス 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.