SQLPart

lightdb.sql.query.SQLPart
See theSQLPart companion trait
object SQLPart

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SQLPart.type

Members list

Type members

Classlikes

case class Arg(value: Json) extends SQLPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLPart
class Object
trait Matchable
class Any
Show all
case class Bind(name: String, value: Json) extends SQLPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLPart
class Object
trait Matchable
class Any
Show all
case class Fragment(value: String) extends SQLPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLPart
class Object
trait Matchable
class Any
Show all
case class Placeholder(name: Option[String]) extends SQLPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLPart
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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, args: Json*): SQLPart