slick.relational.ResultConverter
A ResultConverter is used to read data from a result, update a result,
and set parameters of a query.
Attributes Source: ResultConverter.scala Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes Members list Concise view
Value members
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
The width of this converter (in columns), corresponding to the
number of columns that will be read or written by it.
The width of this converter (in columns), corresponding to the
number of columns that will be read or written by it.
Attributes Source: ResultConverter.scala
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
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 Any
Source: ResultConverter.scala