Package io.github.zero88.jooqx.adapter
Interface SQLResultOneAdapter.SQLResultIdentityOneAdapter<ROW>
- All Superinterfaces:
SQLResultAdapter<ROW,,ROW> SQLResultOneAdapter<ROW,ROW>
- All Known Implementing Classes:
SelectOne
- Enclosing interface:
- SQLResultOneAdapter<ROW,
RESULT>
public static interface SQLResultOneAdapter.SQLResultIdentityOneAdapter<ROW>
extends SQLResultOneAdapter<ROW,ROW>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.zero88.jooqx.adapter.SQLResultOneAdapter
SQLResultOneAdapter.SQLResultIdentityOneAdapter<ROW> -
Method Summary
Methods inherited from interface io.github.zero88.jooqx.adapter.SQLResultAdapter
recordFactoryMethods inherited from interface io.github.zero88.jooqx.adapter.SQLResultOneAdapter
strategy
-
Method Details
-
collect
Description copied from interface:SQLResultAdapterCollect list of row to an expectation result- Specified by:
collectin interfaceSQLResultAdapter<ROW,ROW> - Parameters:
rows- row list- Returns:
- an expectation result
-