|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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_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 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 |