Package io.army.criteria.postgre
Interface PostgreCommand._FetchCursorClause<I extends io.army.criteria.Item>
- Enclosing interface:
PostgreCommand
public static interface PostgreCommand._FetchCursorClause<I extends io.army.criteria.Item>
-
Method Summary
Modifier and TypeMethodDescriptionfetch()fetch(PostgreCommand.CursorDirection direction) io.army.criteria.Statement._AsCommandClause<I> fetchIf(java.util.function.Supplier<PostgreCommand.CursorDirection> supplier)
-
Method Details
-
fetch
PostgreCommand._FromInCursorClause<I> fetch() -
fetch
-
fetch
-
fetchIf
PostgreCommand._FromInCursorClause<I> fetchIf(java.util.function.Supplier<PostgreCommand.CursorDirection> supplier)
-