Uses of Class
org.geotools.jdbc.JoinInfo
- 
Packages that use JoinInfo Package Description org.geotools.jdbc 
- 
- 
Uses of JoinInfo in org.geotools.jdbcMethods in org.geotools.jdbc that return JoinInfo Modifier and Type Method Description static JoinInfoJoinInfo. create(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore)static JoinInfoJoinInfo. create(Query query, JDBCFeatureSource featureSource)Methods in org.geotools.jdbc with parameters of type JoinInfo Modifier and Type Method Description protected voidJDBCDataStore. 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 StringJDBCDataStore. selectJoinSQL(SimpleFeatureType featureType, JoinInfo join, Query query)protected PreparedStatementJDBCDataStore. selectJoinSQLPS(SimpleFeatureType featureType, JoinInfo join, Query query, Connection cx)Constructors in org.geotools.jdbc with parameters of type JoinInfo Constructor Description JDBCJoiningFeatureReader(String sql, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Query query)JDBCJoiningFeatureReader(PreparedStatement st, Connection cx, JDBCFeatureSource featureSource, SimpleFeatureType featureType, JoinInfo join, Query query)JDBCJoiningFilteringFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> delegate, JoinInfo join)
 
-