C# Class mergedServices.QueryProcessor

Afficher le fichier Open project: sherifkandeel/weet-it_WCF

Méthodes publiques

Méthode Description
ExecuteQueryWithInnerQuery ( SPARQLQueryBuilder input, string obj1, string obj2 ) : List

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

Private Methods

Méthode Description
setOriginalObjects ( ResSetToJSON temp, string input ) : ResSetToJSON.innerResult

helper function to manage the changes of the queries first and last objects

Method Details

ExecuteQueryWithInnerQuery() public static méthode

Exectues a certain List of InnerQuery objects
public static ExecuteQueryWithInnerQuery ( SPARQLQueryBuilder input, string obj1, string obj2 ) : List
input SPARQLQueryBuilder the list of innerquery to be queried
obj1 string
obj2 string
Résultat List

ExecuteQueryWithString() public static méthode

overload of Execute query
public static ExecuteQueryWithString ( string input ) : SparqlResultSet
input string the query text as string
Résultat SparqlResultSet

closeConnection() public static méthode

closes connection to the server
public static closeConnection ( ) : void
Résultat void

startConnection() public static méthode

starts connection with the server
public static startConnection ( ) : void
Résultat void