SQLArg

lightdb.sql.SQLArg
See theSQLArg companion trait
object SQLArg

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SQLArg.type

Members list

Type members

Classlikes

case class DoubleArg(double: Double) extends SQLArg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLArg
class Object
trait Matchable
class Any
Show all
case class FieldArg[Doc <: Document[Doc], F](field: Field[Doc, F], value: F) extends SQLArg

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait SQLArg
class Object
trait Matchable
class Any
Show all
object FieldArg

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FieldArg.type
case class GeoPointArg(point: Point) extends SQLArg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLArg
class Object
trait Matchable
class Any
Show all
case class JsonArg(json: Json) extends SQLArg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLArg
class Object
trait Matchable
class Any
Show all
case class LongArg(long: Long) extends SQLArg

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SQLArg
class Object
trait Matchable
class Any
Show all
case class StringArg(s: String) extends SQLArg

Attributes

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