play.db.helper
类 JdbcHelper

java.lang.Object
  继承者 play.db.helper.JdbcHelper

public class JdbcHelper
extends java.lang.Object


方法摘要
static java.sql.ResultSet execute(SqlQuery query)
           
static java.sql.ResultSet execute(java.lang.String sql, java.lang.Object... params)
           
static java.sql.ResultSet executeList(java.lang.String sql, java.util.List<java.lang.Object> params)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

execute

public static java.sql.ResultSet execute(java.lang.String sql,
                                         java.lang.Object... params)
                                  throws java.sql.SQLException
抛出:
java.sql.SQLException

executeList

public static java.sql.ResultSet executeList(java.lang.String sql,
                                             java.util.List<java.lang.Object> params)
                                      throws java.sql.SQLException
抛出:
java.sql.SQLException

execute

public static java.sql.ResultSet execute(SqlQuery query)
                                  throws java.sql.SQLException
抛出:
java.sql.SQLException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly