Query

lightdb.Query
See theQuery companion class
object Query

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Query.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

var Validation: Boolean

If true, validates queries before execution and errors for runtime validation errors like attempting to filter on a field that is not indexed when StoreMode is Indexed. Defaults to true.

If true, validates queries before execution and errors for runtime validation errors like attempting to filter on a field that is not indexed when StoreMode is Indexed. Defaults to true.

Attributes

If true, logs a warning for queries that are using non-indexed fields. Defaults to true.

If true, logs a warning for queries that are using non-indexed fields. Defaults to true.

Attributes