Uses of Class
org.d2rq.r2rml.SQLQuery

Packages that use SQLQuery
org.d2rq.r2rml   
 

Uses of SQLQuery in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return SQLQuery
static SQLQuery SQLQuery.create(String sql)
          Always succeeds.
 SQLQuery LogicalTable.R2RMLView.getSQLQuery()
           
 

Methods in org.d2rq.r2rml with parameters of type SQLQuery
 void LogicalTable.R2RMLView.setSQLQuery(SQLQuery sqlQuery)
           
 void MappingVisitor.visitTerm(SQLQuery sqlQuery)
           
 void MappingVisitor.DoNothingImplementation.visitTerm(SQLQuery sqlQuery)
           
 void MappingValidator.visitTerm(SQLQuery sqlQuery)
          "It must be valid to execute over the SQL connection.