Uses of Class
s1.HeaderCursor
Packages that use HeaderCursor
-
Uses of HeaderCursor in s1
Methods in s1 that return HeaderCursorModifier and TypeMethodDescriptionHeaderCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) Methods in s1 that return types with arguments of type HeaderCursorMethod parameters in s1 with type arguments of type HeaderCursorModifier and TypeMethodDescriptionstatic voidHeaderCursor.onPostDelete(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer) static voidHeaderCursor.onPostInsert(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer) static voidHeaderCursor.onPostUpdate(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer) static voidHeaderCursor.onPreDelete(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer) static voidHeaderCursor.onPreInsert(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer) static voidHeaderCursor.onPreUpdate(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)