| Package | Description |
|---|---|
| ru.curs.celesta.dbutils |
Contains tools for working with the database, including the system
for an automatic update of the database structure.
|
| Modifier and Type | Method and Description |
|---|---|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext)
Creates a read only table specific cursor.
|
static ReadOnlyTableCursor |
ReadOnlyTableCursor.create(ReadOnlyTable table,
CallContext callContext,
Set<String> fields)
Creates a table specific cursor.
|
Copyright © 2021 CURS. All rights reserved.