org.seasar.extension.jdbc
インタフェース SelectHandler

既知の実装クラスの一覧:
BasicSelectHandler

public interface SelectHandler

検索処理のためのインターフェースです。

作成者:
higa

メソッドの概要
 Object execute(Object[] args)
          検索を行ないます。
 Object execute(Object[] args, Class[] argTypes)
          検索を行ないます。
 

メソッドの詳細

execute

public Object execute(Object[] args)
               throws SQLRuntimeException
検索を行ないます。

パラメータ:
args - 引数
戻り値:
検索結果
例外:
SQLRuntimeException - SQL例外が発生した場合

execute

public Object execute(Object[] args,
                      Class[] argTypes)
               throws SQLRuntimeException
検索を行ないます。

パラメータ:
args - 引数
argTypes - 引数の型
戻り値:
検索結果
例外:
SQLRuntimeException - SQL例外が発生した場合


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