SqlParam

org.llm4s.agent.memory.PostgresMemoryStore.SqlParam
See theSqlParam companion trait
object SqlParam

Attributes

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

Members list

Type members

Classlikes

final case class PBoolean(v: Boolean) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
final case class PDouble(v: Double) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
final case class PInt(v: Int) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
final case class PLong(v: Long) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
case object PNullDouble extends SqlParam

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
Self type
case object PNullVector extends SqlParam

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
Self type
final case class PString(v: String) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
class Object
trait Matchable
class Any
Show all
final case class PTimestamp(v: Timestamp) extends SqlParam

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SqlParam
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