Uses of Class
ru.curs.celesta.syscursors.TablesCursor
Packages that use TablesCursor
-
Uses of TablesCursor in ru.curs.celesta.syscursors
Methods in ru.curs.celesta.syscursors that return TablesCursorModifier and TypeMethodDescriptionTablesCursor._getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields) TablesCursor.setGrainid(String grainid) TablesCursor.setOrphaned(Boolean orphaned) TablesCursor.setTablename(String tablename) TablesCursor.setTabletype(String tabletype) Methods in ru.curs.celesta.syscursors that return types with arguments of type TablesCursorMethod parameters in ru.curs.celesta.syscursors with type arguments of type TablesCursorModifier and TypeMethodDescriptionstatic 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)