Uses of Class
ru.curs.celesta.dbutils.ReadOnlyTableCursor
-
Packages that use ReadOnlyTableCursor Package Description ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of ReadOnlyTableCursor in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return ReadOnlyTableCursor Modifier and Type Method Description static ReadOnlyTableCursorReadOnlyTableCursor. create(ReadOnlyTable table, CallContext callContext)Creates a read only table specific cursor.static ReadOnlyTableCursorReadOnlyTableCursor. create(ReadOnlyTable table, CallContext callContext, Set<String> fields)Creates a table specific cursor.
-