Object

org.phenoscape.sparql

SPARQLInterpolation

Related Doc: package sparql

Permalink

object SPARQLInterpolation

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SPARQLInterpolation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class QueryText(text: String) extends Product with Serializable

    Permalink
  2. implicit class SPARQLStringContext extends AnyRef

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object SPARQLInterpolator extends Interpolator

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. implicit val embedBooleanInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Boolean, Input, SPARQLInterpolator.type]

    Permalink
  8. implicit val embedDoubleInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Double, Input, SPARQLInterpolator.type]

    Permalink
  9. implicit val embedFloatInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Float, Input, SPARQLInterpolator.type]

    Permalink
  10. implicit val embedIntInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Int, Input, SPARQLInterpolator.type]

    Permalink
  11. implicit val embedJenaLiteralInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Literal, Input, SPARQLInterpolator.type]

    Permalink
  12. implicit val embedJenaNodeInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Node, Input, SPARQLInterpolator.type]

    Permalink
  13. implicit val embedJenaPropertyInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Property, Input, SPARQLInterpolator.type]

    Permalink
  14. implicit val embedJenaResourceInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Resource, Input, SPARQLInterpolator.type]

    Permalink
  15. implicit val embedLongInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), Long, Input, SPARQLInterpolator.type]

    Permalink
  16. implicit val embedQueryTextInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), QueryText, Input, SPARQLInterpolator.type]

    Permalink
  17. implicit val embedStringInSPARQL: Embedder[(SPARQLContext.type, SPARQLContext.type), String, Input, SPARQLInterpolator.type]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped