net.paoding.rose.jade.statement
类 SelectQuerier

java.lang.Object
  继承者 net.paoding.rose.jade.statement.SelectQuerier
所有已实现的接口:
Querier

public class SelectQuerier
extends Object
implements Querier

实现 SELECT 查询。

作者:
王志亮 [qieqie.wang@gmail.com], 廖涵 [in355hz@gmail.com]

构造方法摘要
SelectQuerier(DataAccessFactory dataAccessProvider, StatementMetaData metaData, org.springframework.jdbc.core.RowMapper rowMapper)
           
 
方法摘要
 Object execute(SQLType sqlType, StatementRuntime... runtimes)
           
 Object execute(SQLType sqlType, StatementRuntime runtime)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SelectQuerier

public SelectQuerier(DataAccessFactory dataAccessProvider,
                     StatementMetaData metaData,
                     org.springframework.jdbc.core.RowMapper rowMapper)
方法详细信息

execute

public Object execute(SQLType sqlType,
                      StatementRuntime... runtimes)
指定者:
接口 Querier 中的 execute

execute

public Object execute(SQLType sqlType,
                      StatementRuntime runtime)


Copyright © 2012. All Rights Reserved.