Package io.army.criteria.postgre
Interface PostgreCursor._ScrollSpec
- All Superinterfaces:
PostgreCursor._CursorClause
- All Known Subinterfaces:
PostgreCursor._BinarySpec,PostgreCursor._InsensitiveSpec
- Enclosing interface:
PostgreCursor
-
Method Summary
Modifier and TypeMethodDescriptionifNoScroll(java.util.function.BooleanSupplier supplier) ifScroll(java.util.function.BooleanSupplier supplier) noScroll()scroll()Methods inherited from interface io.army.criteria.postgre.PostgreCursor._CursorClause
cursor
-
Method Details
-
scroll
PostgreCursor._CursorClause scroll() -
noScroll
PostgreCursor._CursorClause noScroll() -
ifScroll
-
ifNoScroll
-