Package | Description |
---|---|
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sail.sparql.ast |
Modifier and Type | Method and Description |
---|---|
void |
TestNoExceptions.test_filterSubselect737()
SELECT *
{ { SELECT * { ?s ?p ?o } LIMIT 1 }
FILTER ( ?s = <eg:a> )
}
|
void |
TestNoExceptions.test_namedSubquery746()
Unit test for WITH {subquery} AS "name" and INCLUDE.
|
void |
TestNoExceptions.test_nestedSubselectsWithUnion737()
SELECT *
WHERE {
{ FILTER ( false ) }
UNION
{
{ SELECT ?Subject_A
WHERE {
{ SELECT $j__5 ?Subject_A
{
} ORDER BY $j__5
}
} GROUP BY ?Subject_A
}
}
OPTIONAL {
{ SELECT ?Subject_A
WHERE {
{ SELECT $j__8 ?Subject_A
{
} ORDER BY $j_8
}
} GROUP BY ?Subject_A
}
}
}
|
Modifier and Type | Method and Description |
---|---|
void |
TestUpdateExprBuilder.test_add_graph_to_default()
add silent
|
void |
TestUpdateExprBuilder.test_add_graph_to_graph()
add
|
void |
TestBigdataExprBuilder.test_ask()
Unit test for simple ASK query.
|
void |
TestTriplePatternBuilder.test_base_01()
Unit test for BASE declaration.
|
void |
TestTriplePatternBuilder.test_base_02()
Unit test for BASE declaration.
|
void |
TestTriplePatternBuilder.test_base_03()
Unit test for BASE declaration.
|
void |
TestTriplePatternBuilder.test_base_04()
Unit test for BASE declaration.
|
void |
TestSubqueryPatterns.test_bind_join_subSelect()
Unit test for simple subquery joined with a bind.
|
void |
TestBindingsClause.test_bindings_001()
Unit test for the SPARQL 1.1 BINDINGS clause with one binding set having
one binding.
|
void |
TestBindingsClause.test_bindings_002()
Unit test for the SPARQL 1.1 BINDINGS clause with an UNDEF binding.
|
void |
TestBindingsClause.test_bindings_003()
Unit test for the SPARQL 1.1 BINDINGS clause with two binding sets, one
of which has no bound values.
|
void |
TestBindingsClause.test_bindings_004()
Unit test for the SPARQL 1.1 BINDINGS clause with two binding sets, one
of which does not bind all variables.
|
void |
TestBindingsClause.test_bindings_005()
Unit test for the SPARQL 1.1 BINDINGS clause with NO variables and NO
binding sets (the spec allows this).
|
void |
TestBindingsClause.test_bindings_006()
Correct rejection test for the SPARQL 1.1 BINDINGS clause with no
variables and a non-empty binding set.
|
void |
TestBindingsClause.test_bindings_007()
Correct rejection test for the SPARQL 1.1 BINDINGS clause with duplicate
variables and a non-empty set of binding sets.
|
void |
TestBindingsClause.test_bindings_008()
Correct rejection test for the SPARQL 1.1 BINDINGS clause with duplicate
variables and an empty set of binding sets.
|
void |
TestBindingsClause.test_bindings_009()
Correct rejection test for the SPARQL 1.1 BINDINGS clause with too many
bindings in one binding set.
|
void |
TestBindingsClause.test_bindings_010()
Correct rejection test for the SPARQL 1.1 BINDINGS clause with too few
bindings in one binding set.
|
void |
TestTriplePatternBuilder.test_bnode_bracket_syntax_01()
Unit test for blank node "[]" syntax.
|
void |
TestTriplePatternBuilder.test_bnode_bracket_syntax_02()
Unit test for blank node "[]" syntax.
|
void |
TestTriplePatternBuilder.test_bnode_bracket_syntax_03()
Unit test for blank node "[]" syntax.
|
void |
TestTriplePatternBuilder.test_bnode_bracket_syntax_04()
Unit test for blank node "[]" syntax.
|
void |
TestBigdataExprBuilder.test_bnode_bracket_syntax_05()
Unit test for blank node "[]" syntax.
|
void |
TestTriplePatternBuilder.test_bnode_bracket_syntax_05()
Unit test for blank node "[]" syntax.
|
void |
TestUpdateExprBuilder.test_clear_all()
clear all
|
void |
TestUpdateExprBuilder.test_clear_default()
clear default
|
void |
TestUpdateExprBuilder.test_clear_graph()
Unit test for simple CLEAR operation.
|
void |
TestUpdateExprBuilder2.test_clear_graphs()
clear graphs
|
void |
TestUpdateExprBuilder.test_clear_named()
clear named
|
void |
TestUpdateExprBuilder.test_clear_silent_all()
clear silent all
|
void |
TestUpdateExprBuilder2.test_clear_solutions_namedSet_silent()
clear silent solutions %solutionSet
|
void |
TestUpdateExprBuilder2.test_clear_solutions_namedSet()
clear solutions %solutionSet
|
void |
TestUpdateExprBuilder2.test_clear_solutions()
clear solutions
|
void |
TestBigdataExprBuilder.test_construct_where_shortcut()
The construct where shortcut form.
|
void |
TestBigdataExprBuilder.test_construct_with_ground_terms()
A construct query with some constants in the template (not ground
triples, just RDF Values).
|
void |
TestBigdataExprBuilder.test_construct()
Unit test for simple CONSTRUCT query.
|
void |
TestUpdateExprBuilder.test_copy_graph_to_default()
copy silent
|
void |
TestUpdateExprBuilder.test_copy_graph_to_graph()
copy
|
void |
TestUpdateExprBuilder.test_create_silent()
create silent graph
|
void |
TestUpdateExprBuilder2.test_create_solutions_silent_params()
Example of a CREATE using a triples block to provision the named solution
set.
|
void |
TestUpdateExprBuilder2.test_create_solutions_silent()
create silent solutions %solutionSet
|
void |
TestUpdateExprBuilder2.test_create_solutions()
create solutions %solutionSet
|
void |
TestUpdateExprBuilder.test_create()
create graph
|
void |
TestUpdateExprBuilder.test_datasets_isolation()
A sequences of DELETE/INSERT operations with different data sets and no
WITH clause.
|
void |
TestUpdateExprBuilder.test_delete_data_quads_insert_data_quads()
PREFIX dc:
|
void |
TestUpdateExprBuilder2.test_delete_insert__deleteFrom_01()
DELETE FROM named solution set (bigdata extension).
|
void |
TestUpdateExprBuilder2.test_delete_insert__insertInto_01()
INSERT INTO named solution set (bigdata extension).
|
void |
TestUpdateExprBuilder.test_delete_insert_00()
DELETE/INSERT w/o WITH.
|
void |
TestUpdateExprBuilder.test_delete_insert_01()
DELETE/INSERT plus WITH to specify the graph.
|
void |
TestUpdateExprBuilder.test_delete_insert_02()
DELETE/INSERT and USING.
|
void |
TestUpdateExprBuilder.test_delete_insert_03()
DELETE/INSERT and USING NAMED.
|
void |
TestUpdateExprBuilder.test_delete_insert_04()
DELETE/INSERT, WITH, USING, and USING NAMED.
|
void |
TestUpdateExprBuilder.test_delete_insert_10()
DELETE/INSERT w/o WITH but using a GRAPH in the DELETE and INSERT
clauses.
|
void |
TestUpdateExprBuilder.test_delete_insert_11()
DELETE/INSERT with WITH and a GRAPH in the DELETE and INSERT clauses.
|
void |
TestUpdateExprBuilder.test_delete_insert_20()
DELETE/INSERT with default graph.
|
void |
TestUpdateExprBuilder.test_delete_insert_21()
DELETE/INSERT plus GRAPH in INSERT and WHERE clauses.
|
void |
TestUpdateExprBuilder.test_delete_insert_30()
A sequences of DELETE/INSERT operations with different data sets and no
WITH clause.
|
void |
TestUpdateExprBuilder.test_delete_insert_31()
A sequences of DELETE/INSERT operations with different data sets and no
WITH clause.
|
void |
TestUpdateExprBuilder.test_delete_insert_blankNodes01()
DELETE/INSERT with blank node in the DELETE template.
|
void |
TestUpdateExprBuilder.test_delete_insert_blankNodes02()
DELETE/INSERT with blank node in the DELETE template.
|
void |
TestUpdateExprBuilder.test_delete_where_01()
A unit test for the DELETE WHERE "shortcut" form.
|
void |
TestUpdateExprBuilder.test_delete_where_02()
A unit test for the DELETE WHERE "shortcut" form.
|
void |
TestUpdateExprBuilder.test_delete_where_without_shortcut_02()
A unit test for the DELETE WHERE form without the shortcut, but
there the template and the where clause are the same.
|
void |
TestBigdataExprBuilder.test_describe_iri()
Unit test for
DESCRIBE query for an IRI. |
void |
TestBigdataExprBuilder.test_describe_star()
Unit test for
DESCRIBE * query. |
void |
TestBigdataExprBuilder.test_describe_vars_and_iris()
Unit test for
DESCRIBE query where a mixture of variables
and IRIs are used in the projection. |
void |
TestBigdataExprBuilder.test_describe()
Unit test for simple DESCRIBE query.
|
void |
TestUpdateExprBuilder.test_drop_all()
drop all
|
void |
TestUpdateExprBuilder.test_drop_default()
drop default
|
void |
TestUpdateExprBuilder.test_drop_graph()
drop graph
|
void |
TestUpdateExprBuilder2.test_drop_graphs()
drop graphs
|
void |
TestUpdateExprBuilder.test_drop_named()
drop named
|
void |
TestUpdateExprBuilder.test_drop_silent_all()
drop silent all
|
void |
TestUpdateExprBuilder2.test_drop_solutions_namedSet_silent()
drop silent solutions %solutionSet
|
void |
TestUpdateExprBuilder2.test_drop_solutions_namedSet()
drop solutions %solutionSet
|
void |
TestUpdateExprBuilder2.test_drop_solutions()
drop solutions
|
void |
TestGroupGraphPatternBuilder.test_empty_group_with_filter()
Unit test for empty group in the default context with a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_empty_group()
Test empty group.
|
void |
TestSubqueryPatterns.test_exists()
Unit test for EXISTS.
|
void |
TestBigdataExprBuilder.test_from_and_from_named_with_unknown_graph()
A variant of the above test where one of the URIs in the default / named
graph declarations is not a graph in the KB.
|
void |
TestBigdataExprBuilder.test_from_and_from_named()
PREFIX foaf:
|
void |
TestBigdataExprBuilder.test_groupBy_bareVar()
Unit test for GROUP BY in SELECT query with a bare variable in the group
by clause.
|
void |
TestBigdataExprBuilder.test_groupBy_bindExpr()
Unit test for GROUP BY in SELECT query with BIND(expr AS var).
|
void |
TestBigdataExprBuilder.test_groupBy_functionCall()
Unit test for GROUP BY in SELECT query with function call without "AS".
|
void |
TestBigdataExprBuilder.test_having()
Unit test for HAVING clause (with an implicit group consisting of all
solutions).
|
void |
TestUpdateExprBuilder.test_insert_data_quads_then_triples()
PREFIX dc:
|
void |
TestUpdateExprBuilder.test_insert_data_quads()
PREFIX dc:
|
void |
TestUpdateExprBuilder.test_insert_data_triples_quads_triples()
PREFIX dc:
|
void |
TestUpdateExprBuilder.test_insert_data_triples_then_quads()
PREFIX dc:
|
void |
TestUpdateExprBuilder.test_insert_data_triples_then_quads2() |
void |
TestUpdateExprBuilder.test_insert_data()
PREFIX dc:
|
void |
TestGroupGraphPatternBuilder.test_join_with_optional_triple_pattern()
select ?s where {?s ?p ?o OPTIONAL { ?o ?p2 ?s }}
|
void |
TestUpdateExprBuilder.test_load_graph()
load
|
void |
TestUpdateExprBuilder.test_load_graphs()
Unit test for a sequence of simple LOAD operations
|
void |
TestUpdateExprBuilder.test_load_nonStandard_datatypeHandling_ignore()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_datatypeHandling_normalize()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_datatypeHandling_verify()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_multipleOptions()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_preserveBNodeIDs_false()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_preserveBNodeIDs_true()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_stopAtFirstError_false()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_stopAtFirstError_true()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_verifyData_false()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_nonStandard_verifyData_true()
Unit test for simple LOAD operation with the non-standard extension
|
void |
TestUpdateExprBuilder.test_load_silent_graph_into_graph()
Unit test for simple LOAD operation with the SILENT keyword.
|
void |
TestUpdateExprBuilder.test_load_silent_graph()
Unit test for simple LOAD operation with the SILENT keyword.
|
void |
TestGroupGraphPatternBuilder.test_minus()
SELECT ?s
WHERE {
?s ?p ?o .
|
void |
TestUpdateExprBuilder.test_move_graph_to_default()
move silent
|
void |
TestUpdateExprBuilder.test_move_graph_to_graph()
move
|
void |
TestGroupGraphPatternBuilder.test_named_graph_pattern_graphConstant()
Test for a named graph triple pattern where the graph is a constant.
|
void |
TestGroupGraphPatternBuilder.test_named_graph_pattern()
Unit test for named graph triple pattern where the graph is a variable.
|
void |
TestSubqueryPatterns.test_namedSubquery()
Unit test for WITH {subquery} AS "name" and INCLUDE.
|
void |
TestSubqueryPatterns.test_not_exists()
Unit test for NOT EXISTS.
|
void |
TestTriplePatternBuilder.test_object_list_where_objects_are_constants()
Unit test for an object list with constants.
|
void |
TestTriplePatternBuilder.test_object_list()
Unit test for an object list with variables.
|
void |
TestGroupGraphPatternBuilder.test_optional_SERVICE()
A unit test for an OPTIONAL wrapping a SERVICE.
|
void |
TestSubqueryPatterns.test_optional_subSelect()
Unit test for simple optional subquery without anything else in the outer
join group.
|
void |
TestBigdataExprBuilder.test_orderBy_expr()
Unit test for ORDER BY in SELECT query using a value expression rather
than a bare variable (this exercises the delegation to the
ValueExprBuilder ). |
void |
TestBigdataExprBuilder.test_orderBy()
Unit test for ORDER BY in SELECT query.
|
void |
TestTriplePatternBuilder.test_predicate_list_where_predicate_is_constant()
Unit test for a triples block using a predicate list where the predicate
is a constant (this is interpreted as a property path).
|
void |
TestTriplePatternBuilder.test_predicate_list()
Unit test for a triples block using a predicate list where the predicate
is a variable.
|
void |
TestTriplePatternBuilder.test_rdf_collections_01()
Unit test for the RDF Collections syntax (from SPARQL 1.1 Last Call
Working Draft).
|
void |
TestTriplePatternBuilder.test_rdf_collections_02()
Unit test for the RDF Collections syntax (from SPARQL 1.1 Last Call
Working Draft).
|
void |
TestTriplePatternBuilder.test_rdf_collections_03()
Unit test for the RDF Collections syntax.
|
void |
TestTriplePatternBuilder.test_rdf_collections_04()
PREFIX :
|
void |
TestTriplePatternBuilder.test_rdf_collections_05()
PREFIX :
|
void |
TestValueExprBuilder.test_select_bind()
Simple variable rename in select expression.
|
void |
TestValueExprBuilder.test_select_bnode()
Unit test with BNode.
|
void |
TestValueExprBuilder.test_select_coalesce()
SELECT (coalesce(?s,?p,?o) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_compare_expr()
Select using comparison expression.
|
void |
TestValueExprBuilder.test_select_count_distinct_foo()
SELECT (COUNT(DISTINCT ?s) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_count_distinct_star()
SELECT (COUNT(DISTINT *) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_count_foo()
SELECT (COUNT(?s) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_count_star()
SELECT (COUNT(*) as ?x) where {?s ?p ?o}
|
void |
TestBigdataExprBuilder.test_select_distinct()
Unit test for SELECT DISTINCT
|
void |
TestValueExprBuilder.test_select_foo_IN_bar()
IN with a non-empty arg list
|
void |
TestValueExprBuilder.test_select_foo_IN_none()
IN with empty arg list
|
void |
TestValueExprBuilder.test_select_function_call()
SELECT (FunctionCall(?s) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_if_then_else()
SELECT (if(?s,?p,?o) as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_literal()
Simple unit test for a value expression which is a plain literal.
|
void |
TestValueExprBuilder.test_select_math_expr()
SELECT using math expression.
|
void |
TestBigdataExprBuilder.test_select_reduced()
Unit test for SELECT REDUCED
|
void |
TestValueExprBuilder.test_select_regex_flags()
SELECT (regex(?o, "^ali", "i") as ?x) where {?s ?p ?o}
|
void |
TestValueExprBuilder.test_select_regex()
SELECT (regex(?o, "^ali") as ?x) where {?s ?p ?o}
|
void |
TestBigdataExprBuilder.test_select_s_where_s_p_o()
Unit test for simple SELECT query
|
void |
TestSubqueryPatterns.test_select_star_select_star_s_p_o()
SELECT * { SELECT * { ?s ?p ?o } }
|
void |
TestBigdataExprBuilder.test_select_star()
Unit test for SELECT query with a wildcard (
* ). |
void |
TestValueExprBuilder.test_select_uri()
Simple unit test for a value expression which is a URI.
|
void |
TestValueExprBuilder.test_select_xsd_int()
Simple unit test for a value expression which is a
xsd:int . |
void |
TestGroupGraphPatternBuilder.test_service_001()
Simple SERVICE graph pattern.
|
void |
TestGroupGraphPatternBuilder.test_service_002()
Simple SERVICE graph pattern with SILENT keyword.
|
void |
TestGroupGraphPatternBuilder.test_service_003()
Simple SERVICE graph pattern with variable for the URI.
|
void |
TestGroupGraphPatternBuilder.test_service_004()
Simple SERVICE graph pattern with variable for the URI and prefix
declarations.
|
void |
TestUpdateExprBuilder.test_silent_add_default_to_graph()
add silent default to
|
void |
TestUpdateExprBuilder.test_silent_add_graph_to_graph()
add silent
|
void |
TestUpdateExprBuilder.test_silent_copy_default_to_graph()
copy silent default to
|
void |
TestUpdateExprBuilder.test_silent_copy_graph_to_graph()
copy silent
|
void |
TestUpdateExprBuilder.test_silent_move_default_to_graph()
move silent default to
|
void |
TestUpdateExprBuilder.test_silent_move_graph_to_graph()
move silent
|
void |
TestTriplePatternBuilder.test_simple_join()
Unit test for simple join of two triple patterns.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_bind_and_filter()
Unit test for simple triple pattern in the default context with a BIND
and a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_filter()
Unit test for simple triple pattern in the default context with a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_IN_filter_constants()
IN with a non-empty arg list in a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_IN_filter_singletonSet()
IN with an arg list in a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_IN_filter_variables()
IN with a non-empty arg list in a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_IN_filter()
IN with empty arg list in a FILTER.
|
void |
TestGroupGraphPatternBuilder.test_simple_triple_pattern_with_let_and_filter()
Unit test for simple triple pattern in the default context with a LET
and a FILTER (LET is an alternative syntax for BIND).
|
void |
TestBigdataExprBuilder.test_slice()
Unit test for SLICE in SELECT query.
|
void |
TestSubqueryPatterns.test_subSelect()
Unit test for simple subquery without anything else in the outer join
group.
|
void |
TestSubqueryPatterns.test_subSubSelect()
Unit test for sub-SubSelect.
|
void |
TestUpdateExprBuilder.test_ticket_562()
INSERT {
GRAPH
|
void |
TestTriplePatternBuilder.test_triple_pattern_const_const_const()
Unit test for simple triple pattern in the default context consisting
of a constant, a variable, and a constant.
|
void |
TestTriplePatternBuilder.test_triple_pattern_const_const_var()
Unit test for simple triple pattern in the default context consisting
of a constant, a constant, and a variable.
|
void |
TestTriplePatternBuilder.test_triple_pattern_const_var_const()
Unit test for simple triple pattern in the default context consisting
of a constant, a variable, and a constant.
|
void |
TestTriplePatternBuilder.test_triple_pattern_const_var_var()
Unit test for simple triple pattern in the default context consisting
of a constant, a variable, and a variable.
|
void |
TestTriplePatternBuilder.test_triple_pattern_var_const_var()
Unit test for simple triple pattern in the default context consisting
of a variable, a constant, and a variable.
|
void |
TestTriplePatternBuilder.test_triple_pattern_var_var_const()
Unit test for simple triple pattern in the default context consisting
of a variable, a variable, and a constant.
|
void |
TestTriplePatternBuilder.test_triple_pattern_var_var_var()
Unit test for simple triple pattern in the default context consisting of
three variables.
|
void |
TestGroupGraphPatternBuilder.test_triple_pattern_with_named_graph_group()
Unit test for the join of a triple pattern with a join group containing
only a single triple pattern.
|
void |
TestGroupGraphPatternBuilder.test_triple_pattern_with_simple_join_group()
Unit test for the join of a triple pattern with a join group containing
only a single triple pattern.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_all_vars_with_explicit_bind()
A unit test when the triple reference pattern is a constant.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_all_vars()
A unit test when the triple reference pattern is a constant.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_all_vars2()
A unit test when the triple reference pattern is a constant.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_blankNodesAreNotAllowed_objectPosition()
Unit test verifies that blank nodes may not appear in a triple pattern
reference (the semantics of this are explicitly ruled out by the
extension).
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_blankNodesAreNotAllowed_subjectPosition()
Unit test verifies that blank nodes may not appear in a triple pattern
reference (the semantics of this are explicitly ruled out by the
extension).
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_is_constant()
A unit test when the triple reference pattern is a constant.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_nested_in_object_position()
A unit test when the triple reference pattern recursively embeds another
triple reference pattern in the object position.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_nested_in_subject_position()
A unit test when the triple reference pattern recursively embeds another
triple reference pattern in the subject position.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_no_vars()
Unit test for a triple reference pattern without variables.
|
void |
TestReificationDoneRightParser.test_triple_ref_pattern_var_const_const()
Unit test for a triple reference pattern using an explicit BIND().
|
void |
TestSubqueryPatterns.test_triplePattern_join_subSelect()
Unit test for simple subquery joined with a triple pattern in the outer
join group.
|
void |
TestGroupGraphPatternBuilder.test_two_simple_join_groups()
Unit test for two groups, each consisting of one triple pattern.
|
void |
TestGroupGraphPatternBuilder.test_union_four_groups()
Test union of four groups.
|
void |
TestGroupGraphPatternBuilder.test_union_three_groups()
Test union of three groups.
|
void |
TestGroupGraphPatternBuilder.test_union_two_groups_with_embedded_union()
Test union of two groups with an embedded union in the third group.
|
void |
TestGroupGraphPatternBuilder.test_union_two_groups()
Test union of two groups.
|
void |
TestReificationDoneRightParser.test_update_insert_data_RDR()
INSERT DATA {
<:s> <:p> "d" .
|
void |
TestVirtualGraphs.test_virtualGraphs_01()
PREFIX foaf:
|
void |
TestVirtualGraphs.test_virtualGraphs_02()
PREFIX foaf:
|
void |
TestTriplePatternBuilder.test_with_predicate_list_and_object_list()
Unit test for a complex triples block using both a predicate list and an
object list.
|
Modifier and Type | Method and Description |
---|---|
ParseException |
SyntaxTreeBuilder.generateParseException()
Generate ParseException.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntaxTreeBuilder.Abs() |
void |
SyntaxTreeBuilder.Add() |
void |
SyntaxTreeBuilder.AdditiveExpression() |
void |
SyntaxTreeBuilder.Aggregate() |
void |
SyntaxTreeBuilder.ArgList() |
void |
SyntaxTreeBuilder.AskQuery() |
void |
SyntaxTreeBuilder.Avg() |
void |
SyntaxTreeBuilder.BaseDecl() |
void |
SyntaxTreeBuilder.BasicGraphPattern() |
void |
SyntaxTreeBuilder.Bind() |
void |
SyntaxTreeBuilder.BindingsClause() |
void |
SyntaxTreeBuilder.BindingSet() |
void |
SyntaxTreeBuilder.BindingValue() |
void |
SyntaxTreeBuilder.BlankNode() |
void |
SyntaxTreeBuilder.BlankNodePropertyList() |
void |
SyntaxTreeBuilder.BlankNodePropertyListPath() |
void |
SyntaxTreeBuilder.BNodeFunc() |
void |
SyntaxTreeBuilder.BooleanLiteral() |
void |
SyntaxTreeBuilder.Bound() |
void |
SyntaxTreeBuilder.BrackettedExpression() |
void |
SyntaxTreeBuilder.BuiltInCall() |
void |
SyntaxTreeBuilder.Ceil() |
void |
SyntaxTreeBuilder.Clear() |
void |
SyntaxTreeBuilder.Coalesce() |
void |
SyntaxTreeBuilder.Collection() |
void |
SyntaxTreeBuilder.CollectionPath() |
void |
SyntaxTreeBuilder.Concat() |
void |
SyntaxTreeBuilder.ConditionalAndExpression() |
void |
SyntaxTreeBuilder.ConditionalOrExpression() |
void |
SyntaxTreeBuilder.Constraint() |
void |
SyntaxTreeBuilder.Construct() |
void |
SyntaxTreeBuilder.ConstructClause() |
void |
SyntaxTreeBuilder.ConstructQuery() |
void |
SyntaxTreeBuilder.Contains() |
void |
SyntaxTreeBuilder.Copy() |
void |
SyntaxTreeBuilder.Count() |
void |
SyntaxTreeBuilder.Create() |
void |
SyntaxTreeBuilder.CreateEntailments() |
void |
SyntaxTreeBuilder.DataBlock() |
void |
SyntaxTreeBuilder.DatasetClause() |
void |
SyntaxTreeBuilder.Datatype() |
void |
SyntaxTreeBuilder.DateTimeFunction() |
void |
SyntaxTreeBuilder.Day() |
void |
SyntaxTreeBuilder.DeleteClause() |
void |
SyntaxTreeBuilder.DeleteData() |
void |
SyntaxTreeBuilder.DeleteWhere() |
void |
SyntaxTreeBuilder.Describe() |
void |
SyntaxTreeBuilder.DescribeQuery() |
void |
SyntaxTreeBuilder.DisableEntailments() |
void |
SyntaxTreeBuilder.Drop() |
void |
SyntaxTreeBuilder.DropEntailments() |
void |
SyntaxTreeBuilder.EnableEntailments() |
void |
SyntaxTreeBuilder.EncodeForURI() |
void |
SyntaxTreeBuilder.ExistsFunc() |
void |
SyntaxTreeBuilder.Expression() |
void |
SyntaxTreeBuilder.Filter() |
void |
SyntaxTreeBuilder.FilterOrBind() |
void |
SyntaxTreeBuilder.Floor() |
void |
SyntaxTreeBuilder.FunctionCall() |
void |
SyntaxTreeBuilder.GraphGraphPattern() |
void |
SyntaxTreeBuilder.GraphNode() |
void |
SyntaxTreeBuilder.GraphNodePath() |
void |
SyntaxTreeBuilder.GraphOrDefault() |
void |
SyntaxTreeBuilder.GraphPattern() |
void |
SyntaxTreeBuilder.GraphPatternNotTriples() |
void |
SyntaxTreeBuilder.GraphRef() |
void |
SyntaxTreeBuilder.GraphRefAll() |
void |
SyntaxTreeBuilder.GraphTerm() |
void |
SyntaxTreeBuilder.GroupClause() |
void |
SyntaxTreeBuilder.GroupConcat() |
void |
SyntaxTreeBuilder.GroupCondition() |
Token |
SyntaxTreeBuilder.GroupGraphPattern() |
void |
SyntaxTreeBuilder.GroupOrUnionGraphPattern() |
void |
SyntaxTreeBuilder.HashFunction() |
void |
SyntaxTreeBuilder.HavingClause() |
void |
SyntaxTreeBuilder.Hours() |
void |
SyntaxTreeBuilder.If() |
void |
SyntaxTreeBuilder.In() |
void |
SyntaxTreeBuilder.InlineData() |
void |
SyntaxTreeBuilder.InlineDataFull() |
void |
SyntaxTreeBuilder.InlineDataOneVar() |
void |
SyntaxTreeBuilder.InsertClause() |
void |
SyntaxTreeBuilder.InsertData() |
void |
SyntaxTreeBuilder.IRI() |
void |
SyntaxTreeBuilder.IRIFunc() |
void |
SyntaxTreeBuilder.IRIref() |
void |
SyntaxTreeBuilder.IsBlank() |
void |
SyntaxTreeBuilder.IsIRI() |
void |
SyntaxTreeBuilder.IsLiteral() |
void |
SyntaxTreeBuilder.IsNumeric() |
void |
SyntaxTreeBuilder.Lang() |
void |
SyntaxTreeBuilder.LangMatches() |
void |
SyntaxTreeBuilder.Let() |
void |
SyntaxTreeBuilder.Limit() |
void |
SyntaxTreeBuilder.LimitOffsetClauses() |
void |
SyntaxTreeBuilder.Load() |
void |
SyntaxTreeBuilder.LowerCase() |
void |
SyntaxTreeBuilder.Max() |
void |
SyntaxTreeBuilder.MD5() |
void |
SyntaxTreeBuilder.Min() |
void |
SyntaxTreeBuilder.MinusGraphPattern() |
void |
SyntaxTreeBuilder.Minutes() |
void |
SyntaxTreeBuilder.Modify() |
void |
SyntaxTreeBuilder.Month() |
void |
SyntaxTreeBuilder.Move() |
void |
SyntaxTreeBuilder.MultiplicativeExpression() |
void |
SyntaxTreeBuilder.NamedSubquery() |
void |
SyntaxTreeBuilder.NamedSubqueryInclude() |
void |
SyntaxTreeBuilder.NotExistsFunc() |
void |
SyntaxTreeBuilder.NotIn() |
void |
SyntaxTreeBuilder.Now() |
void |
SyntaxTreeBuilder.NumericExpression() |
void |
SyntaxTreeBuilder.NumericFunction() |
void |
SyntaxTreeBuilder.NumericLiteral() |
void |
SyntaxTreeBuilder.NumericLiteralNegative() |
void |
SyntaxTreeBuilder.NumericLiteralPositive() |
void |
SyntaxTreeBuilder.NumericLiteralUnsigned() |
void |
SyntaxTreeBuilder.Object() |
void |
SyntaxTreeBuilder.ObjectList() |
void |
SyntaxTreeBuilder.ObjectListPath() |
void |
SyntaxTreeBuilder.ObjectPath() |
void |
SyntaxTreeBuilder.Offset() |
void |
SyntaxTreeBuilder.OptionalGraphPattern() |
void |
SyntaxTreeBuilder.OrderClause() |
void |
SyntaxTreeBuilder.OrderCondition() |
static ASTQueryContainer |
SyntaxTreeBuilder.parseQuery(String query)
Parses the supplied SPARQL query and builds a syntax tree from it.
|
static ASTUpdateSequence |
SyntaxTreeBuilder.parseUpdateSequence(String sequence)
Parses the supplied SPARQL update sequence and builds a syntax tree from it.
|
void |
SyntaxTreeBuilder.Path() |
void |
SyntaxTreeBuilder.PathAlternative() |
void |
SyntaxTreeBuilder.PathElt() |
void |
SyntaxTreeBuilder.PathMod() |
void |
SyntaxTreeBuilder.PathNegatedPropertySet() |
void |
SyntaxTreeBuilder.PathOneInPropertySet() |
void |
SyntaxTreeBuilder.PathPrimary() |
void |
SyntaxTreeBuilder.PathSequence() |
void |
SyntaxTreeBuilder.PrefixDecl() |
void |
SyntaxTreeBuilder.PrefixedName() |
void |
SyntaxTreeBuilder.PrimaryExpression() |
void |
SyntaxTreeBuilder.ProjectionElem() |
void |
SyntaxTreeBuilder.Prolog() |
void |
SyntaxTreeBuilder.PropertyList() |
void |
SyntaxTreeBuilder.PropertyListPath() |
void |
SyntaxTreeBuilder.QuadData() |
void |
SyntaxTreeBuilder.Quads() |
void |
SyntaxTreeBuilder.QuadsNotTriples() |
void |
SyntaxTreeBuilder.Query() |
ASTQueryContainer |
SyntaxTreeBuilder.QueryContainer() |
void |
SyntaxTreeBuilder.Rand() |
void |
SyntaxTreeBuilder.RDFLiteral() |
void |
SyntaxTreeBuilder.RDFTermFunction() |
void |
SyntaxTreeBuilder.RegexExpression() |
void |
SyntaxTreeBuilder.RelationalExpression() |
void |
SyntaxTreeBuilder.Replace() |
void |
SyntaxTreeBuilder.Round() |
void |
SyntaxTreeBuilder.SameTerm() |
void |
SyntaxTreeBuilder.Sample() |
void |
SyntaxTreeBuilder.Seconds() |
void |
SyntaxTreeBuilder.Select() |
void |
SyntaxTreeBuilder.SelectQuery() |
void |
SyntaxTreeBuilder.ServiceGraphPattern() |
void |
SyntaxTreeBuilder.SHA1() |
void |
SyntaxTreeBuilder.SHA224() |
void |
SyntaxTreeBuilder.SHA256() |
void |
SyntaxTreeBuilder.SHA384() |
void |
SyntaxTreeBuilder.SHA512() |
void |
SyntaxTreeBuilder.SimpleBindingSet() |
void |
SyntaxTreeBuilder.SolutionModifier() |
void |
SyntaxTreeBuilder.SolutionsRef() |
void |
SyntaxTreeBuilder.Str() |
void |
SyntaxTreeBuilder.StrAfter() |
void |
SyntaxTreeBuilder.StrBefore() |
void |
SyntaxTreeBuilder.StrDt() |
void |
SyntaxTreeBuilder.StrEnds() |
void |
SyntaxTreeBuilder.String() |
void |
SyntaxTreeBuilder.StringFunction() |
void |
SyntaxTreeBuilder.StrLang() |
void |
SyntaxTreeBuilder.StrLen() |
void |
SyntaxTreeBuilder.StrStarts() |
void |
SyntaxTreeBuilder.STRUUID() |
void |
SyntaxTreeBuilder.SubSelect() |
void |
SyntaxTreeBuilder.Substr() |
void |
SyntaxTreeBuilder.Sum() |
void |
SyntaxTreeBuilder.Timezone() |
void |
SyntaxTreeBuilder.TRefPattern() |
void |
SyntaxTreeBuilder.TriplesBlock() |
void |
SyntaxTreeBuilder.TriplesNode() |
void |
SyntaxTreeBuilder.TriplesNodePath() |
void |
SyntaxTreeBuilder.TriplesSameSubject() |
void |
SyntaxTreeBuilder.TriplesSameSubjectPath() |
void |
SyntaxTreeBuilder.TriplesTemplate() |
void |
SyntaxTreeBuilder.Tz() |
void |
SyntaxTreeBuilder.UnaryExpression() |
void |
SyntaxTreeBuilder.UnaryMinus() |
void |
SyntaxTreeBuilder.UnparsedQuadDataBlock() |
void |
SyntaxTreeBuilder.Update() |
ASTUpdateContainer |
SyntaxTreeBuilder.UpdateContainer() |
ASTUpdateSequence |
SyntaxTreeBuilder.UpdateSequence() |
void |
SyntaxTreeBuilder.UpperCase() |
void |
SyntaxTreeBuilder.UsingClause() |
void |
SyntaxTreeBuilder.UUID() |
void |
SyntaxTreeBuilder.ValueLogical() |
void |
SyntaxTreeBuilder.Var() |
void |
SyntaxTreeBuilder.VarList() |
void |
SyntaxTreeBuilder.VarOrIRIref() |
void |
SyntaxTreeBuilder.VarOrIRIrefOrIsA() |
void |
SyntaxTreeBuilder.VarOrTerm() |
void |
SyntaxTreeBuilder.VarOrTermOrTRefP() |
void |
SyntaxTreeBuilder.Verb() |
void |
SyntaxTreeBuilder.VerbPath() |
void |
SyntaxTreeBuilder.VerbSimple() |
void |
SyntaxTreeBuilder.WhereClause() |
void |
SyntaxTreeBuilder.Year() |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.