Tsparql.SparqlConnectionFlags – tinysparql-3.0 Reference Manual
Packages
tinysparql-3.0
Tsparql
SparqlConnectionFlags
ANONYMOUS_BNODES
DISABLE_SYNTAX_EXTENSIONS
FTS_ENABLE_STEMMER
FTS_ENABLE_STOP_WORDS
FTS_ENABLE_UNACCENT
FTS_IGNORE_NUMBERS
NONE
READONLY
SPARQL_STRICT
SparqlConnectionFlags
Description:
[
CCode
( cprefix =
"TRACKER_SPARQL_CONNECTION_FLAGS_"
, type_id =
"tracker_sparql_connection_flags_get_type ()"
) ]
[
Flags
]
public
enum
SparqlConnectionFlags
Connection flags to modify
SparqlConnection
behavior.
Namespace:
Tsparql
Package:
tinysparql-3.0
Content:
Enum values:
ANONYMOUS_BNODES
-
Treat blank nodes as specified in SPARQL 1.1 syntax.
DISABLE_SYNTAX_EXTENSIONS
-
Disables no longer recommended [legacy syntax extensions to the SPARQL 1.1 specifications]( sparql-and-tracker.
FTS_ENABLE_STEMMER
-
Word stemming is applied to FTS search terms.
FTS_ENABLE_STOP_WORDS
-
FTS Search terms are filtered through a stop word list.
FTS_ENABLE_UNACCENT
-
Unaccenting is applied to FTS search terms.
FTS_IGNORE_NUMBERS
-
Ignore numbers in FTS search terms.
NONE
-
No flags.
READONLY
-
Connection is readonly.
SPARQL_STRICT
-
Enables all behavior that provides most adherence to SPARQL 1.1 standards.