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
recordFactory
Methods inherited from interface io.github.zero88.jooqx.adapter.SQLResultOneAdapter
strategy
-
Method Details
-
collect
Description copied from interface:SQLResultAdapter
Collect list of row to an expectation result- Specified by:
collect
in interfaceSQLResultAdapter<ROW,
ROW> - Parameters:
rows
- row list- Returns:
- an expectation result
-