play.db.helper
类 JpqlSelect

java.lang.Object
  继承者 play.db.helper.SqlQuery
      继承者 play.db.helper.SqlSelect
          继承者 play.db.helper.JpqlSelect

public class JpqlSelect
extends SqlSelect


嵌套类摘要
 
从类 play.db.helper.SqlSelect 继承的嵌套类/接口
SqlSelect.Where
 
从类 play.db.helper.SqlQuery 继承的嵌套类/接口
SqlQuery.Concat
 
字段摘要
 
从类 play.db.helper.SqlSelect 继承的字段
from, groupBy, join, limit, orderBy, select, where
 
从类 play.db.helper.SqlQuery 继承的字段
params
 
构造方法摘要
JpqlSelect()
           
JpqlSelect(JpqlSelect src)
           
 
方法摘要
 java.lang.String toString()
           
 
从类 play.db.helper.SqlSelect 继承的方法
andWhere, andWhere, from, groupBy, innerJoin, leftJoin, limit, limit, orderBy, orWhere, orWhere, param, params, select, where, where, where
 
从类 play.db.helper.SqlQuery 继承的方法
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote, whereIn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

JpqlSelect

public JpqlSelect()

JpqlSelect

public JpqlSelect(JpqlSelect src)
方法详细信息

toString

public java.lang.String toString()
覆盖:
SqlSelect 中的 toString


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