Uses of Class
s1.LineCursor
Packages that use LineCursor
-
Uses of LineCursor in s1
Methods in s1 that return LineCursorModifier and TypeMethodDescriptionLineCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) LineCursor.setHeaderId(Integer headerId) Methods in s1 that return types with arguments of type LineCursorMethod parameters in s1 with type arguments of type LineCursorModifier and TypeMethodDescriptionstatic voidLineCursor.onPostDelete(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer) static voidLineCursor.onPostInsert(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer) static voidLineCursor.onPostUpdate(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer) static voidLineCursor.onPreDelete(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer) static voidLineCursor.onPreInsert(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer) static voidLineCursor.onPreUpdate(ICelesta celesta, Consumer<? super LineCursor> cursorConsumer)