play.db.helper
Class JdbcHelper

java.lang.Object
  extended by play.db.helper.JdbcHelper

public class JdbcHelper
extends Object


Method Summary
static ResultSet execute(SqlQuery query)
           
static ResultSet execute(String sql, Object... params)
           
static ResultSet executeList(String sql, List<Object> params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public static ResultSet execute(String sql,
                                Object... params)
                         throws SQLException
Throws:
SQLException

executeList

public static ResultSet executeList(String sql,
                                    List<Object> params)
                             throws SQLException
Throws:
SQLException

execute

public static ResultSet execute(SqlQuery query)
                         throws SQLException
Throws:
SQLException


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