Uses of Class
ru.curs.celesta.score.ReadOnlyTable
-
Packages that use ReadOnlyTable Package Description ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of ReadOnlyTable in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return ReadOnlyTable Modifier and Type Method Description ReadOnlyTable
ReadOnlyTableCursor. meta()
Methods in ru.curs.celesta.dbutils with parameters of type ReadOnlyTable Modifier and Type Method 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.
-