play.db.helper
Class JdbcHelper
java.lang.Object
play.db.helper.JdbcHelper
public class JdbcHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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