DefaultingResultConverter
Specialized JDBC ResultConverter for handling non-Option values with a default. A (possibly specialized) function for the default value is used to translate SQL NULL values.
Attributes
- Source
- JdbcResultConverter.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited types
Attributes
- Inherited from:
- ResultConverter
- Source
- ResultConverter.scala
Attributes
- Inherited from:
- ResultConverter
- Source
- ResultConverter.scala
Attributes
- Inherited from:
- ResultConverter
- Source
- ResultConverter.scala
Value members
Concrete methods
Return the name, main info, attribute info and named children
Return the name, main info, attribute info and named children
Attributes
- Definition Classes
- Source
- JdbcResultConverter.scala
Attributes
- Source
- JdbcResultConverter.scala
Writes converted value.
Writes converted value.
Value parameters
- offset
-
The number of
PreparedStatementparameters 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.
Attributes
- Source
- JdbcResultConverter.scala
Attributes
- Source
- JdbcResultConverter.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
- JdbcResultConverter.scala
Inherited methods
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
-
ResultConverter -> Any
- Inherited from:
- ResultConverter
- Source
- ResultConverter.scala
Concrete fields
Attributes
- Source
- JdbcResultConverter.scala
Attributes
- Source
- JdbcResultConverter.scala
Attributes
- Source
- JdbcResultConverter.scala