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 TablesCursor
TablesCursor. _getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fields)
TablesCursor
TablesCursor. setGrainid(String grainid)
TablesCursor
TablesCursor. setOrphaned(Boolean orphaned)
TablesCursor
TablesCursor. setTablename(String tablename)
TablesCursor
TablesCursor. 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 void
TablesCursor. onPostDelete(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
static void
TablesCursor. onPostInsert(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
static void
TablesCursor. onPostUpdate(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
static void
TablesCursor. onPreDelete(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
static void
TablesCursor. onPreInsert(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
static void
TablesCursor. onPreUpdate(ICelesta celesta, Consumer<? super TablesCursor> cursorConsumer)
-