Uses of Class
org.modeshape.jcr.query.qom.JcrColumn

Packages that use JcrColumn
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of JcrColumn in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return JcrColumn
protected  JcrColumn JcrSql2QueryParser.column(SelectorName selectorName, String propertyName, String columnName)
           
 

Methods in org.modeshape.jcr.query that return types with arguments of type JcrColumn
protected  List<JcrColumn> JcrSql2QueryParser.columns(List<? extends Column> columns)
           
 

Uses of JcrColumn in org.modeshape.jcr.query.qom
 

Methods in org.modeshape.jcr.query.qom that return JcrColumn
 JcrColumn JcrQueryObjectModelFactory.column(String selectorName, String propertyName, String columnName)
          
 

Methods in org.modeshape.jcr.query.qom that return types with arguments of type JcrColumn
 List<? extends JcrColumn> JcrSetQuery.columns()
          Return the columns defining the query results.
 List<? extends JcrColumn> JcrSelectQuery.columns()
          Return the columns defining the query results.
 

Constructor parameters in org.modeshape.jcr.query.qom with type arguments of type JcrColumn
JcrSelectQuery(JcrSource source, JcrConstraint constraint, List<? extends JcrOrdering> orderings, List<? extends JcrColumn> columns, JcrLimit limit, boolean isDistinct)
          Create a new query that uses the supplied source, constraint, orderings, columns and limits.
 



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