Enumeration (GI Flags)

Tsparql-3.0TsparqlSparqlConnectionFlags

Connection flags to modify Tsparql.SparqlConnection behavior.

Index
ANONYMOUS_BNODES: 32

Treat blank nodes as specified in SPARQL 1.1 syntax. Namely, they cannot be used as URIs. This flag is available since Tracker 3.3.

DISABLE_SYNTAX_EXTENSIONS: 64

3.11

FTS_ENABLE_STEMMER: 2

Word stemming is applied to FTS search terms.

FTS_ENABLE_STOP_WORDS: 8

FTS Search terms are filtered through a stop word list. This flag is deprecated since Tracker 3.6, and will do nothing.

FTS_ENABLE_UNACCENT: 4

Unaccenting is applied to FTS search terms.

FTS_IGNORE_NUMBERS: 16

Ignore numbers in FTS search terms.

NONE: 0

No flags.

READONLY: 1

Connection is readonly.

SPARQL_STRICT: 96

Enables all behavior that provides most adherence to SPARQL 1.1 standards. Currently this is equivalent to ANONYMOUS_BNODES | DISABLE_SYNTAX_EXTENSIONS. More flags may be added in the future.

3.11

Variables

$gtype