Uses of Class
org.geotools.data.joining.JoiningQuery

Packages that use JoiningQuery
org.geotools.data.joining   
org.geotools.jdbc   
 

Uses of JoiningQuery in org.geotools.data.joining
 

Constructors in org.geotools.data.joining with parameters of type JoiningQuery
JoiningQuery(JoiningQuery query)
           
 

Uses of JoiningQuery in org.geotools.jdbc
 

Methods in org.geotools.jdbc with parameters of type JoiningQuery
protected  SimpleFeatureType JoiningJDBCFeatureSource.getFeatureType(SimpleFeatureType origType, JoiningQuery query)
           
protected  FeatureReader<SimpleFeatureType,SimpleFeature> JoiningJDBCFeatureSource.getJoiningReaderInternal(JoiningQuery query)
           
protected  String JoiningJDBCFeatureSource.selectSQL(SimpleFeatureType featureType, JoiningQuery query, AtomicReference<PreparedFilterToSQL> toSQLref)
          Generates a 'SELECT p1, p2, ...
protected  PreparedStatement JoiningJDBCFeatureSource.selectSQLPS(SimpleFeatureType featureType, JoiningQuery query, Connection cx)
          Generates a 'SELECT p1, p2, ...
protected  void JoiningJDBCFeatureSource.sort(JoiningQuery query, StringBuffer sql, String[] aliases, Set<String> pkColumnNames)
          Creates ORDER BY for joining query, based on all the sortby's that are specified per joining table
 



Copyright © 1996-2014 Geotools. All Rights Reserved.