Uses of Class
ru.curs.celesta.dbutils.BasicCursor
-
Packages that use BasicCursor Package Description ru.curs.celesta.dbutils Package with DB utils.ru.curs.celesta.dbutils.filter.value Auxiliary filter classes.ru.curs.celesta.syscursors Contains basic types for cursors for system tables.s1 -
-
Uses of BasicCursor in ru.curs.celesta.dbutils
Classes in ru.curs.celesta.dbutils with type parameters of type BasicCursor Modifier and Type Class Description classCursorIterator<T extends BasicCursor>Subclasses of BasicCursor in ru.curs.celesta.dbutils Modifier and Type Class Description classCursorCursor class for data modification in tables.classMaterializedViewCursorMaterialized view Cursor.classParameterizedViewCursorParameterized view cursor.classReadOnlyTableCursorCursor for tables that are defined only for reading.classViewCursorBase class of cursor for viewing data in views.Methods in ru.curs.celesta.dbutils that return BasicCursor Modifier and Type Method Description BasicCursorBasicCursor. getBufferCopy(CallContext context, Collection<? extends ColumnMeta<?>> fetchedFields)Clones the current cursor.Methods in ru.curs.celesta.dbutils with parameters of type BasicCursor Modifier and Type Method Description abstract voidBasicCursor. copyFieldsFrom(BasicCursor from)Copy field values from a cursor of the same type.voidBasicCursor. copyFiltersFrom(BasicCursor c)Gets a copy of filters along with values of limit (offset and rowcount) from a cursor of the same type.voidBasicCursor. copyOrderFrom(BasicCursor c)Gets a copy of orderings from a cursor of the same type.booleanBasicCursor. isEquivalent(BasicCursor c)Checks if filters and sorting are equivalent for this and other cursor.FieldsLookupCursor. setIn(BasicCursor otherCursor)FieldsLookupInFilterSupport. setIn(BasicCursor otherCursor)FieldsLookupViewCursor. setIn(BasicCursor otherCursor)Constructors in ru.curs.celesta.dbutils with parameters of type BasicCursor Constructor Description InFilterHolder(BasicCursor cursor) -
Uses of BasicCursor in ru.curs.celesta.dbutils.filter.value
Methods in ru.curs.celesta.dbutils.filter.value that return BasicCursor Modifier and Type Method Description BasicCursorFieldsLookup. getOtherCursor()Methods in ru.curs.celesta.dbutils.filter.value with parameters of type BasicCursor Modifier and Type Method Description FieldsLookupFieldsLookup. and(BasicCursor otherCursor)Constructors in ru.curs.celesta.dbutils.filter.value with parameters of type BasicCursor Constructor Description FieldsLookup(Cursor cursor, BasicCursor otherCursor, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback)FieldsLookup(ViewCursor cursor, BasicCursor otherCursor, Runnable lookupChangeCallback, Function<FieldsLookup,Void> newLookupCallback) -
Uses of BasicCursor in ru.curs.celesta.syscursors
Subclasses of BasicCursor in ru.curs.celesta.syscursors Modifier and Type Class Description classCalllogCursorclassGrainsCursorclassLogCursorclassLogsetupCursorclassPermissionsCursorclassRolesCursorclassSequencesCursorclassSessionlogCursorclassTablesCursorclassUserrolesCursorMethods in ru.curs.celesta.syscursors with parameters of type BasicCursor Modifier and Type Method Description voidCalllogCursor. copyFieldsFrom(BasicCursor c)voidGrainsCursor. copyFieldsFrom(BasicCursor c)voidLogCursor. copyFieldsFrom(BasicCursor c)voidLogsetupCursor. copyFieldsFrom(BasicCursor c)voidPermissionsCursor. copyFieldsFrom(BasicCursor c)voidRolesCursor. copyFieldsFrom(BasicCursor c)voidSequencesCursor. copyFieldsFrom(BasicCursor c)voidSessionlogCursor. copyFieldsFrom(BasicCursor c)voidTablesCursor. copyFieldsFrom(BasicCursor c)voidUserrolesCursor. copyFieldsFrom(BasicCursor c) -
Uses of BasicCursor in s1
Subclasses of BasicCursor in s1 Modifier and Type Class Description classHeaderCursorclassLinecountCursorclassLineCursorMethods in s1 with parameters of type BasicCursor Modifier and Type Method Description voidHeaderCursor. copyFieldsFrom(BasicCursor c)voidLinecountCursor. copyFieldsFrom(BasicCursor c)voidLineCursor. copyFieldsFrom(BasicCursor c)
-