given_Codec_Array
Attributes
- Source
- Codec.scala
- Graph
-
- Supertypes
- Self type
-
given_Codec_Array.type
Members list
Value members
Concrete methods
Method to retrieve data from a ResultSet using an Index number.
Method to retrieve data from a ResultSet using an Index number.
Value parameters
- index
-
Index number of the data to be retrieved from the ResultSet.
- resultSet
-
A table of data representing a database result set, which is usually generated by executing a statement that queries the database.
Attributes
- Definition Classes
- Source
- Codec.scala
Method to convert Scala types to types that can be handled by PreparedStatement.
Method to convert Scala types to types that can be handled by PreparedStatement.
Value parameters
- value
-
Scala types
Attributes
- Returns
-
Types that can be handled by PreparedStatement
- Definition Classes
- Source
- Codec.scala
Offset value for the next data to be retrieved from the ResultSet.
Offset value for the next data to be retrieved from the ResultSet.
Attributes
- Definition Classes
- Source
- Codec.scala
Inherited methods
Forget this value is a Codec
and treat it as a Decoder
.
Forget this value is a Codec
and treat it as a Decoder
.
Attributes
- Inherited from:
- Codec
- Source
- Codec.scala
Forget this value is a Codec
and treat it as an Encoder
.
Forget this value is a Codec
and treat it as an Encoder
.
Attributes
- Inherited from:
- Codec
- Source
- Codec.scala
Map outputs to a new type B
, yielding an Encoder[B]
.
Map outputs to a new type B
, yielding an Encoder[B]
.
Attributes
- Inherited from:
- Encoder
- Source
- Encoder.scala
Contramap inputs from a new type B
, yielding an Encoder[B]
.
Contramap inputs from a new type B
, yielding an Encoder[B]
.
Attributes
- Inherited from:
- Encoder
- Source
- Encoder.scala
Contramap inputs from, and map decoded results to a new type B
or an error, yielding a Codec[B]
.
Contramap inputs from, and map decoded results to a new type B
or an error, yielding a Codec[B]
.
Attributes
- Inherited from:
- Codec
- Source
- Codec.scala
Map decoded results to a new type B
or an error, yielding a Decoder[B]
.
Map decoded results to a new type B
or an error, yielding a Decoder[B]
.
Attributes
- Inherited from:
- Decoder
- Source
- Decoder.scala
Contramap inputs from, and map outputs to, a new type B
, yielding a Codec[B]
.
Contramap inputs from, and map outputs to, a new type B
, yielding a Codec[B]
.
Attributes
- Inherited from:
- Codec
- Source
- Codec.scala
Map decoded results to a new type B
, yielding a Decoder[B]
.
Map decoded results to a new type B
, yielding a Decoder[B]
.
Attributes
- Inherited from:
- Decoder
- Source
- Decoder.scala
Lift this Codec
into Option
, where None
is mapped to and from a vector of NULL
.
Lift this Codec
into Option
, where None
is mapped to and from a vector of NULL
.
Attributes
- Definition Classes
- Inherited from:
- Codec
- Source
- Codec.scala
Codec
is semigroupal: a pair of codecs make a codec for a pair.
Codec
is semigroupal: a pair of codecs make a codec for a pair.
Attributes
- Inherited from:
- Codec
- Source
- Codec.scala
Decoder
is semigroupal: a pair of decoders make a decoder for a pair.
Decoder
is semigroupal: a pair of decoders make a decoder for a pair.
Attributes
- Inherited from:
- Decoder
- Source
- Decoder.scala