|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.db.helper.SqlQuery play.db.helper.SqlSelect play.db.helper.JpqlSelect
public class JpqlSelect
Nested Class Summary |
---|
Nested classes/interfaces inherited from class play.db.helper.SqlSelect |
---|
SqlSelect.Where |
Nested classes/interfaces inherited from class play.db.helper.SqlQuery |
---|
SqlQuery.Concat |
Field Summary |
---|
Fields inherited from class play.db.helper.SqlSelect |
---|
from, groupBy, join, limit, orderBy, select, where |
Fields inherited from class play.db.helper.SqlQuery |
---|
params |
Constructor Summary | |
---|---|
JpqlSelect()
|
|
JpqlSelect(JpqlSelect src)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class play.db.helper.SqlSelect |
---|
andWhere, andWhere, from, groupBy, innerJoin, leftJoin, limit, limit, orderBy, orWhere, orWhere, param, params, select, where, where, where |
Methods inherited from class play.db.helper.SqlQuery |
---|
getParams, inlineParam, paramCurrentIndex, pmark, pmark, quote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JpqlSelect()
public JpqlSelect(JpqlSelect src)
Method Detail |
---|
public java.lang.String toString()
toString
in class SqlSelect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |