org.seasar.doma.internal.jdbc.command
クラス SelectCommand<R>
java.lang.Object
org.seasar.doma.internal.jdbc.command.SelectCommand<R>
- すべての実装されたインタフェース:
- Command<R,SelectQuery>
public class SelectCommand<R>
- extends Object
- implements Command<R,SelectQuery>
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
protected final SelectQuery query
sql
protected final PreparedSql sql
resultSetHandler
protected final ResultSetHandler<R> resultSetHandler
SelectCommand
public SelectCommand(SelectQuery query,
ResultSetHandler<R> resultSetHandler)
execute
public R execute()
- 定義:
- インタフェース
Command<R,SelectQuery>
内の execute
log
protected void log()
setupOptions
protected void setupOptions(PreparedStatement preparedStatement)
throws SQLException
- 例外:
SQLException
bindParameters
protected void bindParameters(PreparedStatement preparedStatement)
throws SQLException
- 例外:
SQLException
executeQuery
protected R executeQuery(PreparedStatement preparedStatement)
throws SQLException
- 例外:
SQLException
Copyright © 2009 The Seasar Foundation. All Rights Reserved.