doobie.util.analysis.ColumnMeta
See theColumnMeta companion object
final case class ColumnMeta(jdbcType: JdbcType, vendorTypeName: String, nullability: Nullability, name: String)
Metadata for the JDBC end of a column/parameter mapping.
Attributes
- Companion
- object
- Source
- analysis.scala
- Graph
-
- Supertypes
Members list
In this article