|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.commons.query.sql2.QOMFormatter
public class QOMFormatter
QOMFormatter implements a formatter that translates a query
object model into a JCR_SQL2 string statement.
| Field Summary |
|---|
| Method Summary | |
|---|---|
static java.lang.String |
format(QueryObjectModel qom)
Formats the given qom as a JCR_SQL2 query statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String format(QueryObjectModel qom)
throws RepositoryException
qom as a JCR_SQL2 query statement.
qom - the query object model to translate.
RepositoryException - if an error occurs while formatting the qom.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||