| 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 |
Filter classes.
|
| ru.curs.celesta.dbutils.filter.value |
| Modifier and Type | Method and Description |
|---|---|
FieldsLookup |
ViewCursor.setIn(BasicCursor otherCursor) |
FieldsLookup |
InFilterSupport.setIn(BasicCursor otherCursor) |
FieldsLookup |
Cursor.setIn(BasicCursor otherCursor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldsLookup> |
In.getLookups() |
Map<FieldsLookup,WhereTermsMaker> |
In.getLookupWhereTermMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
In.addLookup(FieldsLookup lookup,
WhereTermsMaker otherWhereTermMaker) |
| Constructor and Description |
|---|
In(FieldsLookup lookup,
WhereTermsMaker otherWhereTermMaker) |
| Modifier and Type | Method and Description |
|---|---|
<T> FieldsLookup |
FieldsLookup.add(ColumnMeta<T> column,
ColumnMeta<T> otherColumn)
Adds columns binding for target and auxiliary cursors.
|
FieldsLookup |
FieldsLookup.add(String field,
String otherField)
Deprecated.
|
FieldsLookup |
FieldsLookup.and(BasicCursor otherCursor) |
FieldsLookup |
FieldsLookup.and(BasicTable filtering) |
FieldsLookup |
FieldsLookup.and(View filtering) |
| Constructor and Description |
|---|
FieldsLookup(BasicTable table,
BasicTable otherTable,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback)
This constructor is for tests and must be removed in future.
|
FieldsLookup(Cursor cursor,
BasicCursor otherCursor,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback) |
FieldsLookup(ViewCursor cursor,
BasicCursor otherCursor,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback) |
FieldsLookup(View view,
View otherView,
Runnable lookupChangeCallback,
Function<FieldsLookup,Void> newLookupCallback)
This constructor is for tests and must be removed in future.
|
Copyright © 2022 CURS. All rights reserved.