slick.relational.CompoundResultConverter
final case class CompoundResultConverter [R , W , U , T ](width : Int , childConverters : ResultConverter [R , W , U , T ]*) extends ResultConverter [R , W , U , T ] Result converter that can write to multiple sub-converters and read from the first one
Attributes Source: ResultConverter.scala Graph Reset zoom Hide graph Show graph
Supertypes trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Members list Concise view
Value members
Return the name, main info, attribute info and named children
Return the name, main info, attribute info and named children
Attributes Definition Classes Source: ResultConverter.scala
Attributes offset The number of PreparedStatement parameters to skip.
In a single-row operation (ex. insert into tbl values (?, ?, ?)), it should be 0.
In a bulk insert operation, it should be ''C'' × ''R'', where ''C'' is the number of columns
and ''R'' is the number of rows that have already been set.
Source: ResultConverter.scala
Attributes Inherited from: Product
Attributes Inherited from: Product
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes Returns: a string representation of the object.
Definition Classes Inherited from: ResultConverter Source: ResultConverter.scala