Statement

skunk.Statement$
See theStatement companion trait
object Statement

Attributes

Companion
trait
Source
Statement.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Statement.type

Members list

Type members

Classlikes

final case class CacheKey(sql: String, encodedTypes: List[Type], decodedTypes: List[Type])

A digest of a Statement, consisting only of the SQL statement and asserted input/output types.

A digest of a Statement, consisting only of the SQL statement and asserted input/output types. This data type has lawful universal equality/hashing so we can use it as a hash key, which we do internally. There is probably little use for this in end-user code.

Attributes

Source
Statement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all