Package | Description |
---|---|
ru.curs.celesta.dbutils |
Package with DB utils.
|
ru.curs.celesta.dbutils.filter.value | |
ru.curs.celesta.syscursors | |
s1 |
Modifier and Type | Class and Description |
---|---|
class |
CursorIterator<T extends BasicCursor> |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
BasicCursor |
BasicCursor.getBufferCopy(CallContext context,
List<String> fetchedFields)
Clones the current cursor.
|
Modifier and Type | Method and 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 |
ViewCursor.setIn(BasicCursor otherCursor) |
FieldsLookup |
Cursor.setIn(BasicCursor otherCursor) |
FieldsLookup |
InFilterSupport.setIn(BasicCursor otherCursor) |
Constructor and Description |
---|
InFilterHolder(BasicCursor cursor) |
Modifier and Type | Method and Description |
---|---|
BasicCursor |
FieldsLookup.getOtherCursor() |
Modifier and Type | Method and Description |
---|---|
FieldsLookup |
FieldsLookup.and(BasicCursor otherCursor) |
Constructor and Description |
---|
FieldsLookup(Cursor cursor,
BasicCursor otherCursor,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback) |
FieldsLookup(ViewCursor cursor,
BasicCursor otherCursor,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback) |
Modifier and Type | Class and Description |
---|---|
class |
CalllogCursor |
class |
GrainsCursor |
class |
LogCursor |
class |
LogsetupCursor |
class |
PermissionsCursor |
class |
RolesCursor |
class |
SequencesCursor |
class |
SessionlogCursor |
class |
TablesCursor |
class |
UserrolesCursor |
Modifier and Type | Method and Description |
---|---|
void |
SequencesCursor.copyFieldsFrom(BasicCursor c) |
void |
LogCursor.copyFieldsFrom(BasicCursor c) |
void |
UserrolesCursor.copyFieldsFrom(BasicCursor c) |
void |
RolesCursor.copyFieldsFrom(BasicCursor c) |
void |
GrainsCursor.copyFieldsFrom(BasicCursor c) |
void |
LogsetupCursor.copyFieldsFrom(BasicCursor c) |
void |
CalllogCursor.copyFieldsFrom(BasicCursor c) |
void |
TablesCursor.copyFieldsFrom(BasicCursor c) |
void |
SessionlogCursor.copyFieldsFrom(BasicCursor c) |
void |
PermissionsCursor.copyFieldsFrom(BasicCursor c) |
Modifier and Type | Class and Description |
---|---|
class |
HeaderCursor |
class |
LinecountCursor |
class |
LineCursor |
Modifier and Type | Method and Description |
---|---|
void |
LinecountCursor.copyFieldsFrom(BasicCursor c) |
void |
HeaderCursor.copyFieldsFrom(BasicCursor c) |
void |
LineCursor.copyFieldsFrom(BasicCursor c) |
Copyright © 2022 CURS. All rights reserved.