Package io.micronaut.data.jdbc.mapper
@NullMarked
package io.micronaut.data.jdbc.mapper
Classes specific to SQL mapping.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionA mapper of
Tuplebacked by aCallableStatementOUT parameter set.A reader that uses the column index.A reader that uses the column index.A result reader that uses the column name to retrieve the column index and then delegates toColumnIndexCallableResultReaderto read the value.AResultReaderfor JDBC that uses the column name.Callable statement reader that returns null when an OUT column is not present.The reader that will return null if the column doesn't exist in the result.AResultReaderfor JDBC that uses the column name.AQueryStatementfor a SQLPreparedStatement.A mapper ofTuple.A mapping function specific to SQL.