Interface JdbcClient.Rows<T>

Type Parameters:
T - mapped type
Enclosing interface:
JdbcClient

public static interface JdbcClient.Rows<T>
Materialized result terminals for a mapped query or generated key result.

The stage accepts exactly one terminal invocation and is not safe for concurrent use. An exception from an application mapper is propagated unchanged.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all rows in JDBC encounter order.
    one()
    Returns exactly one row.
    Returns zero or one row.