Package io.micronaut.data.jdbc.mapper
package io.micronaut.data.jdbc.mapper
Classes specific to SQL mapping.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionA reader that uses the column index.A reader that uses the column index.A
ResultReader
for JDBC that uses the column name.The reader that will return null if the column doesn't exist in the result.AResultReader
for JDBC that uses the column name.AQueryStatement
for a SQLPreparedStatement
.A mapper ofTuple
.A mapping function specific to SQL.