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

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

public class BasicUpdateHandler
extends BasicHandler
implements UpdateHandler

作成者:
higa

コンストラクタの概要
BasicUpdateHandler()
           
BasicUpdateHandler(DataSource dataSource, String sql)
           
BasicUpdateHandler(DataSource dataSource, String sql, StatementFactory statementFactory)
           
 
メソッドの概要
 int execute(Connection connection, Object[] args, Class[] argTypes)
           
 int execute(Object[] args)
           
 int execute(Object[] args, Class[] argTypes)
           
 
クラス org.seasar.extension.jdbc.impl.BasicHandler から継承したメソッド
bindArgs, getArgTypes, getBindVariableText, getCompleteSql, getConnection, getDataSource, getSql, getStatementFactory, getValueType, prepareStatement, setDataSource, setSql, setStatementFactory
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BasicUpdateHandler

public BasicUpdateHandler()

BasicUpdateHandler

public BasicUpdateHandler(DataSource dataSource,
                          String sql)

BasicUpdateHandler

public BasicUpdateHandler(DataSource dataSource,
                          String sql,
                          StatementFactory statementFactory)
メソッドの詳細

execute

public int execute(Object[] args)
            throws org.seasar.framework.exception.SQLRuntimeException
定義:
インタフェース UpdateHandler 内の execute
例外:
org.seasar.framework.exception.SQLRuntimeException
関連項目:
SelectHandler.execute(java.lang.Object[])

execute

public int execute(Object[] args,
                   Class[] argTypes)
            throws org.seasar.framework.exception.SQLRuntimeException
定義:
インタフェース UpdateHandler 内の execute
例外:
org.seasar.framework.exception.SQLRuntimeException

execute

public int execute(Connection connection,
                   Object[] args,
                   Class[] argTypes)


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.