Query

io.funkode.arangodb.model.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

Concise view

Type members

Classlikes

final case class Options(failOnWarning: Option[Boolean], fullCount: Option[Boolean], intermediateCommitCount: Option[Long], intermediateCommitSize: Option[Long], maxPlans: Option[Long], maxTransactionSize: Option[Long], maxWarningCount: Option[Long], optimizerRules: Option[List[String]], profile: Option[Int], satelliteSyncWait: Option[Boolean], skipInaccessibleCollections: Option[Boolean], stream: Option[Boolean])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited 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 methods

def apply(query: String): Query
def apply(query: String, bindVars: VObject): Query

Extensions

Extensions

extension (q: Query)
def bindVar(key: String, value: VPack): Query