Gjsify LogoGjsify Logo

Connection flags to modify #TrackerSparqlConnection behavior.

bitfield

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.

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method