| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeshape.jcr.JcrRepository.QueryLanguage
public static final class JcrRepository.QueryLanguage

The set of supported query language string constants.
QueryManager.getSupportedQueryLanguages(), 
QueryManager.createQuery(String, String)| Field Summary | |
|---|---|
| static String | JCR_JQOMThe enhanced Query Object Model language defined by the JCR 2.0 specification. | 
| static String | JCR_SQLThe 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_SQL2The SQL dialect that is based upon an enhanced version of the JCR-SQL2 query language defined by the JCR 2.0 specification. | 
| static String | SEARCHThe 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 | XPATHThe standard JCR 1.0 XPath query language. | 
| Constructor Summary | |
|---|---|
| JcrRepository.QueryLanguage() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
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
| Constructor Detail | 
|---|
public JcrRepository.QueryLanguage()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||