org.seasar.doma.internal.jdbc.command
クラス CallableSqlParameterFetcher
java.lang.Object
org.seasar.doma.internal.jdbc.command.CallableSqlParameterFetcher
public class CallableSqlParameterFetcher
- extends Object
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
protected final Query query
callableStatement
protected final CallableStatement callableStatement
parameters
protected final List<? extends CallableSqlParameter> parameters
CallableSqlParameterFetcher
public CallableSqlParameterFetcher(Query query,
CallableStatement callableStatement,
List<? extends CallableSqlParameter> parameters)
throws SQLException
- 例外:
SQLException
fetch
public void fetch()
throws SQLException
- 例外:
SQLException
Copyright © 2009 The Seasar Foundation. All Rights Reserved.