| 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 ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Map<String,Object> parameters)
Creates a parameterized view specific cursor.
|
static ParameterizedViewCursor |
ParameterizedViewCursor.create(ParameterizedView view,
CallContext callContext,
Set<String> fields,
Map<String,Object> parameters)
Creates a parameterized view specific cursor.
|
Copyright © 2022 CURS. All rights reserved.