Uses of Class
de.fuberlin.wiwiss.d2rq.mapgen.FilterParser.ParseException

Packages that use FilterParser.ParseException
de.fuberlin.wiwiss.d2rq.mapgen The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema. 
 

Uses of FilterParser.ParseException in de.fuberlin.wiwiss.d2rq.mapgen
 

Methods in de.fuberlin.wiwiss.d2rq.mapgen that throw FilterParser.ParseException
 List<List<Filter.IdentifierMatcher>> FilterParser.parse()
           
 Filter FilterParser.parseColumnFilter(boolean matchParents)
           
 Filter FilterParser.parseSchemaFilter()
           
 Filter FilterParser.parseTableFilter(boolean matchParents)