JdbcType

doobie.enumerated.JdbcType
See theJdbcType companion object
sealed abstract class JdbcType(val toInt: Int) extends Product with Serializable

Attributes

Companion:
object
Source:
jdbctype.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Array.type
object BigInt.type
object Binary.type
object Bit.type
object Blob.type
object Boolean.type
object Char.type
object Clob.type
object DataLink.type
object Date.type
object Decimal.type
object Distinct.type
object Double.type
object Float.type
object Integer.type
object JavaObject.type
object LongVarBinary.type
object LongVarChar.type
object LongnVarChar.type
object MsSqlVariant.type
object NChar.type
object NClob.type
object NVarChar.type
object Null.type
object Numeric.type
object Other.type
object Real.type
object Ref.type
object RefCursor.type
object RowId.type
object SmallInt.type
object SqlXml.type
object Struct.type
object Time.type
object TimeWithTimezone.type
object Timestamp.type
object TinyInt.type
class Unknown
object VarBinary.type
object VarChar.type

Members list

Concise view

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

val toInt: Int

Attributes

Source:
jdbctype.scala