Uses of Class
ru.curs.celesta.syscursors.TablesCursor
-
Packages that use TablesCursor Package Description ru.curs.celesta.syscursors Contains basic types for cursors for system tables. -
-
Uses of TablesCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return TablesCursor Modifier and Type Method Description TablesCursorTablesCursor. _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)TablesCursorTablesCursor. setGrainid(String grainid)TablesCursorTablesCursor. setOrphaned(Boolean orphaned)TablesCursorTablesCursor. setTablename(String tablename)TablesCursorTablesCursor. setTabletype(String tabletype)Methods in ru.curs.celesta.syscursors that return types with arguments of type TablesCursor Modifier and Type Method Description Iterator<TablesCursor>TablesCursor. iterator()Method parameters in ru.curs.celesta.syscursors with type arguments of type TablesCursor Modifier and Type Method Description static voidTablesCursor. onPostDelete(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)static voidTablesCursor. onPostInsert(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)static voidTablesCursor. onPostUpdate(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)static voidTablesCursor. onPreDelete(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)static voidTablesCursor. onPreInsert(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)static voidTablesCursor. onPreUpdate(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
-