Uses of Class
s1.HeaderCursor
-
Packages that use HeaderCursor Package Description s1 -
-
Uses of HeaderCursor in s1
Methods in s1 that return HeaderCursor Modifier and Type Method Description HeaderCursorHeaderCursor. _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)HeaderCursorHeaderCursor. setId(Integer id)Methods in s1 that return types with arguments of type HeaderCursor Modifier and Type Method Description Iterator<HeaderCursor>HeaderCursor. iterator()Method parameters in s1 with type arguments of type HeaderCursor Modifier and Type Method Description static 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)
-