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
クラス 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.