Package org.geotools.jdbc
Class JoinInfo
Object
JoinInfo
Holds information about a join query.
- Author:
- Justin Deoliveira, OpenGeo
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic JoinInfo
create
(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore) static JoinInfo
create
(Query query, JDBCFeatureSource featureSource) getParts()
boolean
void
void
setPrimaryAlias
(String primaryAlias)
-
Method Details
-
create
- Throws:
IOException
-
create
public static JoinInfo create(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore) throws IOException - Throws:
IOException
-
getPrimaryAlias
-
setPrimaryAlias
-
getFilter
-
setFilter
-
hasPostFilters
public boolean hasPostFilters() -
getParts
-