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 classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic JoinInfocreate(Query query, SimpleFeatureType featureType, JDBCDataStore dataStore) static JoinInfocreate(Query query, JDBCFeatureSource featureSource) getParts()booleanvoidvoidsetPrimaryAlias(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
-