dataprism.jdbc.sql.JdbcCodec
See theJdbcCodec companion class
object JdbcCodec
Attributes
- Companion
- class
- Source
- JdbcCodec.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JdbcCodec.type
Members list
Type members
Classlikes
object given_Invariant_JdbcCodec extends Invariant[JdbcCodec]
Attributes
- Source
- JdbcCodec.scala
- Supertypes
- Self type
Value members
Concrete methods
Attributes
- Source
- JdbcCodec.scala
Attributes
- Source
- JdbcCodec.scala
Attributes
- Source
- JdbcCodec.scala
def withConnection[A](name: String, get: ResourceManager ?=> (ResultSet, Int, Connection) => Either[String, Option[A]], set: ResourceManager ?=> (PreparedStatement, Int, Option[A], Connection) => Unit, box: A => AnyRef): JdbcCodec[Option[A]]
Attributes
- Source
- JdbcCodec.scala
Attributes
- Source
- JdbcCodec.scala
Givens
Givens
Attributes
- Source
- JdbcCodec.scala
In this article