CacheKey

skunk.Statement$.CacheKey
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. 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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product