Uses of Class
ru.curs.celesta.score.Table
-
Packages that use Table Package Description ru.curs.celesta.dbutils Package with DB utils. -
-
Uses of Table in ru.curs.celesta.dbutils
Methods in ru.curs.celesta.dbutils that return Table Modifier and Type Method Description Table
Cursor. meta()
Returns table description (meta information).Methods in ru.curs.celesta.dbutils with parameters of type Table Modifier and Type Method Description static Cursor
Cursor. create(Table table, CallContext callContext)
Creates a table specific cursor.static Cursor
Cursor. create(Table table, CallContext callContext, Set<String> fields)
Creates a table specific cursor.
-