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 class
CursorIterator<T extends BasicCursor>
Subclasses of BasicCursor in ru.curs.celesta.dbutils Modifier and Type Class Description class
Cursor
Cursor class for data modification in tables.class
MaterializedViewCursor
Materialized view Cursor.class
ParameterizedViewCursor
Parameterized view cursor.class
ReadOnlyTableCursor
Cursor for tables that are defined only for reading.class
ViewCursor
Base class of cursor for viewing data in views.Methods in ru.curs.celesta.dbutils that return BasicCursor Modifier and Type Method Description BasicCursor
BasicCursor. 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 void
BasicCursor. copyFieldsFrom(BasicCursor from)
Copy field values from a cursor of the same type.void
BasicCursor. copyFiltersFrom(BasicCursor c)
Gets a copy of filters along with values of limit (offset and rowcount) from a cursor of the same type.void
BasicCursor. copyOrderFrom(BasicCursor c)
Gets a copy of orderings from a cursor of the same type.boolean
BasicCursor. isEquivalent(BasicCursor c)
Checks if filters and sorting are equivalent for this and other cursor.FieldsLookup
Cursor. setIn(BasicCursor otherCursor)
FieldsLookup
InFilterSupport. setIn(BasicCursor otherCursor)
FieldsLookup
ViewCursor. 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 BasicCursor
FieldsLookup. getOtherCursor()
Methods in ru.curs.celesta.dbutils.filter.value with parameters of type BasicCursor Modifier and Type Method Description FieldsLookup
FieldsLookup. 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 class
CalllogCursor
class
GrainsCursor
class
LogCursor
class
LogsetupCursor
class
PermissionsCursor
class
RolesCursor
class
SequencesCursor
class
SessionlogCursor
class
TablesCursor
class
UserrolesCursor
Methods in ru.curs.celesta.syscursors with parameters of type BasicCursor Modifier and Type Method Description void
CalllogCursor. copyFieldsFrom(BasicCursor c)
void
GrainsCursor. copyFieldsFrom(BasicCursor c)
void
LogCursor. copyFieldsFrom(BasicCursor c)
void
LogsetupCursor. copyFieldsFrom(BasicCursor c)
void
PermissionsCursor. copyFieldsFrom(BasicCursor c)
void
RolesCursor. copyFieldsFrom(BasicCursor c)
void
SequencesCursor. copyFieldsFrom(BasicCursor c)
void
SessionlogCursor. copyFieldsFrom(BasicCursor c)
void
TablesCursor. copyFieldsFrom(BasicCursor c)
void
UserrolesCursor. copyFieldsFrom(BasicCursor c)
-
Uses of BasicCursor in s1
Subclasses of BasicCursor in s1 Modifier and Type Class Description class
HeaderCursor
class
LinecountCursor
class
LineCursor
Methods in s1 with parameters of type BasicCursor Modifier and Type Method Description void
HeaderCursor. copyFieldsFrom(BasicCursor c)
void
LinecountCursor. copyFieldsFrom(BasicCursor c)
void
LineCursor. copyFieldsFrom(BasicCursor c)
-