SparqlBuilder instead.@Deprecated public class QueryBuilderFactory extends Object
 Factory class for obtaining instances of QueryBuilder objects for the various types of queries.
 
| Constructor and Description | 
|---|
| QueryBuilderFactory()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static QueryBuilder<ParsedBooleanQuery> | ask()Deprecated.  Create a QueryBuilder for creating a select query | 
| static QueryBuilder<ParsedGraphQuery> | construct()Deprecated.  Create a QueryBuilder for building a construct query | 
| static QueryBuilder<ParsedGraphQuery> | describe(Resource... theValues)Deprecated.  Create a QueryBuilder for creating a describe query | 
| static QueryBuilder<ParsedGraphQuery> | describe(String[] theVars,
        Resource... theValues)Deprecated.  Create a QueryBuilder for creating a describe query | 
| static QueryBuilder<ParsedTupleQuery> | select()Deprecated.  Create a QueryBuilder for creating a select query | 
| static QueryBuilder<ParsedTupleQuery> | select(String... theProjectionVars)Deprecated.  Create a QueryBuilder for creating a select query | 
public static QueryBuilder<ParsedBooleanQuery> ask()
public static QueryBuilder<ParsedTupleQuery> select()
public static QueryBuilder<ParsedTupleQuery> select(String... theProjectionVars)
theProjectionVars - the list of elements in the projection of the querypublic static QueryBuilder<ParsedGraphQuery> construct()
public static QueryBuilder<ParsedGraphQuery> describe(Resource... theValues)
theValues - the specific bound URI values to be describedpublic static QueryBuilder<ParsedGraphQuery> describe(String[] theVars, Resource... theValues)
theVars - the variables to be describedtheValues - the specific bound URI values to be describedCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.