org.modeshape.jcr
Class JcrRepository.QueryLanguage

java.lang.Object
  extended by org.modeshape.jcr.JcrRepository.QueryLanguage
Enclosing class:
JcrRepository

public static final class JcrRepository.QueryLanguage
extends Object


Field Summary
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 SQL
          The SQL dialect that is based upon an enhanced version of the JCR 2.0 SQL query language.
static String XPATH
          The standard JCR 1.0 XPath query language.
 
Constructor Summary
JcrRepository.QueryLanguage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XPATH

public static final String XPATH
The standard JCR 1.0 XPath query language.

See Also:
Constant Field Values

SQL

public static final String SQL
The SQL dialect that is based upon an enhanced version of the JCR 2.0 SQL query language.

See Also:
Constant Field Values

SEARCH

public static final 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.

See Also:
Constant Field Values
Constructor Detail

JcrRepository.QueryLanguage

public JcrRepository.QueryLanguage()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.