oriented.syntax

VertexQuery

class VertexQuery[A] extends Query[A]

Query Resulting in a Vertex.

Linear Supertypes
Query[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VertexQuery
  2. Query
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VertexQuery(query: String, orientFormat: OrientFormat[A])(implicit S: Sqls[OrientProgram])

Type Members

  1. type E = Vertex[A]

    Definition Classes
    VertexQueryQuery

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit val S: Sqls[OrientProgram]

    Definition Classes
    VertexQueryQuery
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  14. def insert: OrientIO[E]

    Insert query resulting in a single E

    Insert query resulting in a single E

    Definition Classes
    VertexQueryQuery
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. def list: OrientIO[List[E]]

    List filled with Elements.

    List filled with Elements.

    Definition Classes
    VertexQueryQuery
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def nel: OrientIO[NonEmptyList[E]]

    Non Empty List filled with Elements.

    Non Empty List filled with Elements.

    Definition Classes
    VertexQueryQuery
  19. final def notify(): Unit

    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  21. def option: OrientIO[Option[E]]

    Optional Element

    Optional Element

    Definition Classes
    VertexQueryQuery
  22. val orientFormat: OrientFormat[A]

    orientFormat instance for A needed to format OrientElement to A.

    orientFormat instance for A needed to format OrientElement to A.

    Definition Classes
    VertexQueryQuery
  23. val query: String

    The extended SQL string that forms the query.

    The extended SQL string that forms the query.

    Definition Classes
    VertexQueryQuery
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def unique: OrientIO[E]

    One and exactly one element.

    One and exactly one element.

    Definition Classes
    VertexQueryQuery
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Query[A]

Inherited from AnyRef

Inherited from Any

Ungrouped