Uses of Interface
io.army.criteria.postgre.PostgreCommand.CursorDirection
Packages that use PostgreCommand.CursorDirection
-
Uses of PostgreCommand.CursorDirection in io.army.criteria.postgre
Methods in io.army.criteria.postgre with parameters of type PostgreCommand.CursorDirectionModifier and TypeMethodDescriptionPostgreCommand._FetchCursorClause.fetch(PostgreCommand.CursorDirection direction) PostgreCommand._MoveCursorClause.move(PostgreCommand.CursorDirection direction) Method parameters in io.army.criteria.postgre with type arguments of type PostgreCommand.CursorDirectionModifier and TypeMethodDescriptionPostgreCommand._FetchCursorClause.fetchIf(java.util.function.Supplier<PostgreCommand.CursorDirection> supplier) PostgreCommand._MoveCursorClause.moveIf(java.util.function.Supplier<PostgreCommand.CursorDirection> supplier)