Method | Description | |
---|---|---|
ExecuteQueryWithInnerQuery ( |
Exectues a certain List of InnerQuery objects
|
|
ExecuteQueryWithString ( string input ) : SparqlResultSet |
overload of Execute query
|
|
closeConnection ( ) : void |
closes connection to the server
|
|
startConnection ( ) : void |
starts connection with the server
|
Method | Description | |
---|---|---|
setOriginalObjects ( |
helper function to manage the changes of the queries first and last objects
|
public static ExecuteQueryWithInnerQuery ( |
||
input | the list of innerquery to be queried | |
obj1 | string | |
obj2 | string | |
return | List |
public static ExecuteQueryWithString ( string input ) : SparqlResultSet | ||
input | string | the query text as string |
return | SparqlResultSet |