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