public static final class JcrRepository.QueryLanguage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JCR_JQOM
The enhanced Query Object Model language defined by the JCR 2.0 specification.
|
static String |
JCR_SQL
The SQL dialect that is based upon an enhanced version of the JCR-SQL query language defined by the JCR 1.0.1
specification.
|
static String |
JCR_SQL2
The SQL dialect that is based upon an enhanced version of the JCR-SQL2 query language defined by the JCR 2.0
specification.
|
static String |
SEARCH
The full-text search language defined as part of the abstract query model, in Section 6.7.19 of the JCR 2.0
specification.
|
static String |
XPATH
The standard JCR 1.0 XPath query language.
|
Constructor and Description |
---|
QueryLanguage() |
public static final String XPATH
public static final String JCR_SQL
public static final String JCR_SQL2
public static final String JCR_JQOM
public static final String SEARCH
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.