Uses of Class
org.openrdf.sail.rdbms.algebra.SelectProjection

Packages that use SelectProjection
org.openrdf.sail.rdbms.algebra   
org.openrdf.sail.rdbms.algebra.base   
 

Uses of SelectProjection in org.openrdf.sail.rdbms.algebra
 

Methods in org.openrdf.sail.rdbms.algebra that return SelectProjection
 SelectProjection SelectProjection.clone()
           
 SelectProjection SelectQuery.getSelectProjection(String name)
           
 

Methods in org.openrdf.sail.rdbms.algebra that return types with arguments of type SelectProjection
 Collection<SelectProjection> SelectQuery.getSqlSelectVar()
           
 

Methods in org.openrdf.sail.rdbms.algebra with parameters of type SelectProjection
 void SelectQuery.addSqlSelectVar(SelectProjection node)
           
 boolean SelectQuery.hasSqlSelectVar(SelectProjection node)
           
 

Method parameters in org.openrdf.sail.rdbms.algebra with type arguments of type SelectProjection
 void SelectQuery.setSqlSelectVar(Collection<SelectProjection> projections)
           
 

Uses of SelectProjection in org.openrdf.sail.rdbms.algebra.base
 

Methods in org.openrdf.sail.rdbms.algebra.base with parameters of type SelectProjection
 void RdbmsQueryModelVisitorBase.meet(SelectProjection node)
           
 



Copyright © 2001-2009 Aduna. All Rights Reserved.