public class QOMFormatter extends Object
QOMFormatter implements a formatter that translates a query
object model into a JCR_SQL2 string statement.| Modifier and Type | Method and Description |
|---|---|
static String |
format(QueryObjectModel qom)
Formats the given
qom as a JCR_SQL2 query statement. |
public static 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."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"