| Package | Description |
|---|---|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| ru.curs.celesta.dbutils.filter.value |
| 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 |
InFilterSupport.setIn(BasicCursor otherCursor) |
FieldsLookup |
Cursor.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) |
Copyright © 2021 CURS. All rights reserved.