public class ConstructConverter extends SelectConverter
Constructor and Description |
---|
ConstructConverter(Scanner scannerObj)
Constructor to initiate Scanner object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convert()
Method to convert the SPARQL query.
|
java.sql.ResultSet |
execute()
Execute the converted query.
|
java.lang.String |
visualize()
Method to visualize the result of query.
|
cc, findNode, getEdgeByPredicate, SetAggregate, setFromApply, setTriple
createCsvFile, getConverTime, getInstance, getScanner
public ConstructConverter(Scanner scannerObj)
scannerObj
- Current object of scanner.public java.lang.String convert() throws java.sql.SQLException
Converter
convert
in class SelectConverter
java.sql.SQLException
public java.sql.ResultSet execute() throws java.sql.SQLException
Converter
execute
in class SelectConverter
java.sql.SQLException
public java.lang.String visualize() throws java.sql.SQLException
Converter
visualize
in class SelectConverter
java.sql.SQLException