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 HeaderCursor
HeaderCursor. _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)
HeaderCursor
HeaderCursor. 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 void
HeaderCursor. onPostDelete(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
static void
HeaderCursor. onPostInsert(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
static void
HeaderCursor. onPostUpdate(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
static void
HeaderCursor. onPreDelete(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
static void
HeaderCursor. onPreInsert(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
static void
HeaderCursor. onPreUpdate(ICelesta celesta, Consumer<? super HeaderCursor> cursorConsumer)
-