oriented

syntax

package syntax

Syntax package for importing types and implicits in scope.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. syntax
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class EdgeQuery[A] extends Query[A]

    Query resulting in an Edge.

  2. type OrientIO[A] = Free[OrientProgram, A]

    An OrientIO is a Free from the OrientProgram co product resulting in a type A.

  3. implicit class OrientIOInterpreter[A] extends AnyRef

  4. type OrientProgram[A] = Coproduct[EdgeDSL, [γ]Coproduct[VertexDSL, [γ]Coproduct[ElementDSL, [γ]Coproduct[ClientDSL, SqlDSL, γ], γ], γ], A]

    Type of an OrientProgram where each DSL is combined into one program.

  5. type OrientRead[A] = Free[ReadDSL, A]

  6. implicit class OrientSqlWrapper extends AnyRef

    Implicit conversion for sql interpolation

  7. sealed trait Query[A] extends AnyRef

    Constructs Queries resulting in either a Vertex or Edge.

  8. case class SQLStatement(query: String) extends Product with Serializable

    TODO

  9. class VertexQuery[A] extends Query[A]

    Query Resulting in a Vertex.

  10. implicit class VertexToEdge[V] extends AnyRef

    TODO

  11. implicit class VertexToEdgeModels[V] extends AnyRef

    TODO

  12. class VertexToEdgeToVertex[V, E] extends AnyRef

    TODO

  13. class VertexToEdgeToVertexModels[V, E] extends AnyRef

    TODO

Value Members

  1. object OrientIO extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped