Enumeration (GI Flags)

Tsparql-3.0TsparqlSparqlConnectionFlags

Connection flags to modify Tsparql.SparqlConnection behavior.

Index

Enumeration Members

ANONYMOUS_BNODES: number

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.

FTS_ENABLE_STEMMER: number

Word stemming is applied to FTS search terms.

FTS_ENABLE_STOP_WORDS: number

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: number

Unaccenting is applied to FTS search terms.

FTS_IGNORE_NUMBERS: number

Ignore numbers in FTS search terms.

NONE: number

No flags.

READONLY: number

Connection is readonly.