Unknown

doobie.enumerated.JdbcType$.Unknown
final case class Unknown(toInt: Int) extends JdbcType

A catch-all constructor for JDBC type constants outside the specification and known extensions.

Attributes

Source:
jdbctype.scala
Graph
Supertypes
class JdbcType
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product