AppliedFragment

skunk.AppliedFragment
See theAppliedFragment companion object
sealed trait AppliedFragment

A fragment applied to its argument, yielding an existentially-typed fragment + argument pair that can be useful when constructing dynamic queries in application code. Applied fragments must be deconstructed in order to prepare and execute.

Attributes

Companion:
object
Source:
AppliedFragment.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type A

Attributes

Source:
AppliedFragment.scala

Value members

Abstract methods

def argument: A

Attributes

Source:
AppliedFragment.scala

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
AppliedFragment.scala

Concatenate this AppliedFragment with other, pairwise.

Concatenate this AppliedFragment with other, pairwise.

Attributes

Source:
AppliedFragment.scala