Uses of Class
org.geotools.jdbc.JoinInfo

Packages that use JoinInfo
org.geotools.jdbc   
 

Uses of JoinInfo in org.geotools.jdbc
 

Methods in org.geotools.jdbc that return JoinInfo
static JoinInfo JoinInfo.create(Query query, JDBCFeatureSource featureSource)
           
static JoinInfo JoinInfo.create(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore)
           
 

Methods in org.geotools.jdbc with parameters of type JoinInfo
protected  void JDBCDataStore.encodeTableJoin(SimpleFeatureType featureType, JoinInfo join, Query query, StringBuffer sql)
          Helper method to encode the join clause(s) of a query.
protected  List<FilterToSQL> JDBCDataStore.encodeWhereJoin(SimpleFeatureType featureType, JoinInfo join, StringBuffer sql)
           
protected  String JDBCDataStore.selectJoinSQL(SimpleFeatureType featureType, JoinInfo join, Query query)
           
protected  PreparedStatement JDBCDataStore.selectJoinSQLPS(SimpleFeatureType featureType, JoinInfo join, Query query, Connection cx)
           
 

Constructors in org.geotools.jdbc with parameters of type JoinInfo
JDBCJoiningFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Hints hints)
           
JDBCJoiningFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Hints hints)
           
JDBCJoiningFilteringFeatureReader(FeatureReader delegate, JoinInfo join)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.